/*-----------------------------------------------------------------------------------

    Template Name: CleanHome - Cleaning Services Company
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
     2. Header top Area
       2.1 Header Middle  Area 
       2.2 Header bottom  Area
       2.3. Sticky Header Area
       2.4. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5. About area
    6. banner Area
    7.Services Area
    8.project Area
    9.Counter Area
    10. Pricing css
    11.Testimonial Area Css
    12.Quote Area
    13. Blog Area
    14. Banner Area
    15. Footer Area
    16. Home 2 Area
    17. Home 3 Area
    18. Breadcumbs Area
    19. About pages Area
    19.1 About pages Team Area
    19.2 About pages Video Area
    20. Faq Area
    21.Sub Services Pages
    22.Single Project Pages
    23. Blog Details page
    24. Contact Us page
    25. Order From

    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,900|Open+Sans:400,400i,600,700,700i,800');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
  height: 100%;
}
.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.alignleft {
  float:left;
  margin-right:15px;
  margin-bottom: 15px;
}
.alignright {
  float:right;
  margin-left:15px;
  margin-bottom: 15px;
}
.aligncenter {
  display:block;
  margin:0 auto 15px;
}
a:focus {
  outline:0px solid;
}
img {
  max-width:100%;
  height:auto;
}
.fix {
  overflow:hidden;
}
p {
  margin:0 0 15px;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 15px;
    color: #000;
    font-weight: 400;
}
/* === HEADING STYLE #1 === */
.one h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.one h3:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #0e76bc;
  top: 52px;
}
.one h3:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 22px;
  left: 50%;
  margin-left: -50px;
  background-color: #0e76bc;
}
h1 {
  font-size: 48px;
  line-height: 50px;
}
h2 {
  font-size: 38px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 32px;
}
h4 {
  font-size: 24px;
  line-height: 26px;
}
h5 {
  font-size: 20px;
  line-height: 22px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration:none;
}
a:hover {
  color: #0e76bc;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 26px;
}
#scrollUp {
  background: #47cdd0 none repeat scroll 0 0;
  border-radius: 1px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 30px;
  height: 44px;
  line-height: 37px;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 44px;
  border:1px solid #0e76bc;
}
#scrollUp:hover {
  background: transparent;
  color:#0e76bc;
}
.clear {
  clear:both;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
 
  box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

::-moz-selection {
 background: #0e76bc;
 text-shadow: none;
}
::selection {
 background: #0e76bc;
 text-shadow: none;
}
.color {
  font-size: 52px;
  color: #0e76bc;
  font-weight: 700;
  line-height: 33px;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.area-padding {
    padding: 40px 0px;
}
.area-padding-2 {
  padding: 70px 0px 50px;
}
.padding-2 {
  padding-bottom: 90px;
}
.section-headline {
  margin-bottom: 20px;
  position: relative;
}
.section-headline h3 {
  display: inline-block;
  font-size: 41px;
  font-weight: 400;
  text-transform: capitalize;
  color: #0e76bc;
  padding-bottom: 18px;
}
.section-headline.white-headline h3 {
  color: #000000;
}
.section-headline.text-left {
  margin-bottom: 30px;
}
/*.section-headline::after {
    border: 1px solid #0e76bc;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #0e76bc;
    left: 0;
    right: auto;
}*/
.section-headline p {
  max-width: 650px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  line-height: 26px;
}
.sub-head h4 {
  color: #0e76bc;
  font-size: 30px;
  position: relative;
  padding-bottom: 30px;
}
.sub-head h4::after {
 border: 2px solid #0e76bc;
 bottom:0px;
 content: "";
 left: 0;
 margin: 0 auto;
 position: absolute;
 width: 20%;
}
.sub-head p {
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
  line-height: 26px;
}
.mar-row {
  margin-top: 40px;
}
.parallax-bg {
  position:relative;
}
.parallax-bg:before {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.50);
  content:"";
}
.gray-bg {
  background: #f9f9f9;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/





.topbar-left p {
  color: #666;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.topbar-left li a i {
  padding-right: 5px;
  color: #0e76bc;
  font-size: 16px;
  font-weight: 700;
}
.topbar-right {
  position: relative;
  display: block;
}
.topbar-right ul li {
  float: right;
}
.topbar-right ul li a:hover {
  color: #fff;
  border:1px solid #0e76bc;
  background: #0e76bc;
}
.topbar-right ul li:first-child a {
  padding-right: 0;
}
/*----------------------------------------*/
/*  2.1 Header Middle  Area 
/*----------------------------------------*/
.logo {
  display: block;
}
.logo a {
  display: inline-block;
  height: auto;
}
.header-area .quote-button {
  padding: 8px 0px;
}
.header-right-link {
  float: right;
}
.header-right-link form {
  float: right;
}
.header-middle-area .header-info {
  width: 100%;
  float: left;
  padding: 34px 0px;
}
.header-middle-area .header-info-text span {
  display: block;
  font-size: 20px;
}
.header-middle-area .info-simple {
  font-weight: 700;
  color: #000000;
  font-size: 12px;
}
.header-middle-area .header-icon {
  float: left;
  margin-right: 21px;
}
.quote-button {
  float: right;
  margin-left: 15px;
}
.header-icon i {
  color: #0e76bc;
  font-size: 38px;
  line-height: 56px;
}
.header-middle-area .logo a {
}
.info-first {
  font-weight: 700;
}
.quote-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  /* border: 1px solid #0e76bc; */
    padding: 4px 20px;
  border-radius: 9px;
}
.quote-btn:hover {
  color: #ffffff;
  background: #31708f;/* border: 1px solid #0e76bc; */
}
/*----------------------------------------*/
/*  2.2 Header bottom  Area 
/*----------------------------------------*/
.header-area {
}
.navbar-collapse {
  padding-left: 0px;
}
.header-area.stick {
  background: #252525;
  box-shadow: 0px 0px 5px #252525, -2px -2px 5px #252525;
}
.header-area .navbar.navbar-default {
  float: left;
}
.main-menu ul.navbar-nav li a {
  padding: 15px 30px;
  color: #fff;
}
.main-menu ul.navbar-nav li {
  float: left;
  position: relative;
}
.main-menu ul.navbar-nav > li > a {
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
}
 .main-menu ul.navbar-nav > li > a::before {
 background: #0e76bc;
 content: "";
 height: 2px;
 position: absolute;
 top: 0;
 width: 0;
 transition: .5s;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
 width: 100%;
}
.main-menu ul.navbar-nav li a:hover {
  color:orange;
}
.main-menu ul.navbar-nav li.active > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #333;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}
.main-menu ul.nav li ul.sub-menu {
  background: #0e76bc;
  /* border-top: 2px solid #0e76bc; */
    left: 0;
  opacity: 0;
  position: absolute;
  top: 115%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 267px;
  z-index: -99;
}
.pagess {
  position: relative;
}
.navbar.navbar-default {
  float: right;
}
.main-menu ul.nav li ul.sub-menu li {
  border-bottom: 1px solid #ddd;
  padding: 0;
  position: relative;
  width: 100%;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
  border-bottom: none;
}
.main-menu ul.nav li:hover ul.sub-menu {
  top:100%;
  opacity:1;
  z-index:999;
  visibility:visible;
}
.header-area .main-menu ul.nav li ul.sub-menu li a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover {
  color:#0e76bc;
  background: white;
}
.search-option-5 button.button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
}
.search-option {
  background: #fff none repeat scroll 0 0;
  bottom: -48px;
  color: #666;
  display: none;
  position: absolute;
  right: 20px;
  width: 260px;
  z-index: 99999;
}
.search-option input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #666;
  display: block;
  float: left;
  font-size: 14px;
  font-style: italic;
  padding: 8px 10px;
  width: 210px;
  height: 44px;
}
.search-option button.button {
  background: #0e76bc;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 17px;
  line-height: 35px;
  padding: 5px 15px;
  text-align: center;
}
.header-right-link a.main-search {
  color: #666;
  display: inline-block;
  float: right;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  text-align: center;
  padding: 34px 15px;
}
.header-right-link a.main-search {
  padding: 10px 15px;
  color: #666;
}
/*--------------------------------*/
/* 2.3. Sticky Header Area
/*--------------------------------*/



.header-area.stick {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
  background: #fff9f9 !important;
}
.header-area.stick .logo a {
  display: inline-block;
  height: auto;/*padding: 15px 0;*/
}
.header-area.stick .quote-button {
  float: right;
  padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
  padding: 16px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
  color: #fff;
  background: #0e76bc;
}
.header-area.stick .main-menu ul.navbar-nav li:first-child a {
  padding-left: 0px;
}
/*----------------------------------------*/
/*  2.4. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 5px 0px 26px 0px;
}
.mean-container .mean-bar::after {
 content: "";
 font-size: 21px;
 left: 5%;
 position: absolute;
 top: 12px;
 text-transform: uppercase;
 font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
  color:#252525
}
.mean-container .mean-nav ul {
  list-style-type: none;
  margin: 20px 0px;
  padding: 0;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 13px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}
.mean-nav ul li.mean-last {
  margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
  color: #666;
  line-height: 17px;
}
.mean-container .mean-nav ul li {
  width: 99.7%;
}
/*------------------------------
 3. Slider Area
--------------------------------*/
.intro-content {
  position: relative;
  z-index: 1;
}
 .intro-content::after {
    /* background: rgba(10, 24, 40, 0.7) none repeat scroll 0 0; */
    content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
/*    z-index: 1;
    background: linear-gradient(86deg, rgb(0 0 0 / 56%) 0%, rgb(0 0 0 / 0%) 100%);*/
}


.slider-content {
  position: absolute;
  right: 0;
  text-align: left;
  top: 23%;
  z-index: 3;
  left: 0;
  margin: 0 auto;
}






.layer-1 {
  margin: 20px 0;
}
.layer-2 p {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.60px;
  line-height: 30px;
}
.layer-1 h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
 text-transform:;
  max-width: 890px;
}
.ready-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid #0e76bc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 14px 29px;
    text-align: center;
    background: #0e76bc;
    border-radius: 16px;
}
.ready-btn::after {
 content: "";
 position: absolute;
 top: 0;
 left: -100%;
 width: 50%;
 height: 100%;
 background: linear-gradient(  120deg,  rgba(255, 255, 255, 0.0) 0%,  rgba(255, 255, 255, 0.6) 50%,  rgba(255, 255, 255, 0.0) 100%  );
 animation: slideFlash 2s infinite;
}
@keyframes slideFlash {
 0% {
left: -100%;
}
 50% {
left: 100%;
}
 100% {
left: 100%;
}
}
.ready-btn:hover {
  color: #fff;
  background: #0e76bc;
  border: 1px solid #0e76bc;
  text-decoration: none;
}
.ready-btn.right-btn {
  margin-left: 15px;
  background: #fff;
  border: 1px solid #fff;
  color:#0e76bc;
}
.ready-btn.right-btn:hover {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color:#fff;
}
.ready-btn.left-btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color:#0e76bc;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 28px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  ;
  text-align: center;
  line-height: 58px;
  opacity: 0;
  border:1px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
  right: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
  left: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
  color:#fff;
  background: #0e76bc;
  border: 1px solid #0e76bc;
}
.intro-carousel .owl-item .layer-1 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1, .intro-carousel .owl-item.active .layer-2, .intro-carousel .owl-item.active .layer-3 {
  transform: translateY(0);
  opacity: 1;
}
/*----------------------------------------*/
/*  4. Welcome service
/*----------------------------------------*/
.welcome-area {
  position: relative;
  margin-top: -200px;
  z-index: 9;
}
.well-services {
  box-shadow: 0 5px 25px rgba(169, 169, 169, 0.2);
  display: block;
  padding: 30px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.services-img {
  display: inline-block;
  margin-bottom: 30px;
}


.service-content h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 9px;
    color: #0e76bc;
    font-weight: 500;
}


.services-img a {
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 99px;
  border: 1px solid #0e76bc;
  color: #0e76bc;
  transition: 0.4s;
}
.well-services:hover .service-content h4 {
  color: #0e76bc;
}
.well-services:hover .services-img a {
  color: #fff;
  background:#0e76bc;
  border: 1px solid #0e76bc;
  transition: 0.4s;
}
.service-content ul li {
  display: block;
  margin: 8px 0px;
  font-weight: 500;
  color: #888;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-area {
  background: #fafafa;
}
.about-image {
  position: relative;
  display: block;
  border-radius: 5px;
}
.about-image img {
  border-radius: 5px;
}
.about-content h4 {
  font-weight: 400;
  line-height: 67px;
  color: #0e76bc;
  font-size: 41px;
}
.about-details {
  overflow: hidden;
  display: block;
  padding-top: 10px;
}
.icon-title {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.single-about {
  width: 48%;
  float: left;
  margin-right: 20px;
}
.single-about p {
  text-align: left;
}
.single-about:nth-child(2n), .single-about:nth-child(4n) {
 margin-right:0px;
}
.single-about:nth-child(3n), .single-about:nth-child(4n) {
 margin-bottom:0px;
}
.single-about a {
  font-size: 20px;
  color: #fff;
  float: left;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background: #0e76bc;
  border-radius: 3px;
}
.single-about h5 {
  font-size: 18px;
  color: #666;
  float: left;
  line-height: 40px;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
/*----------------------------------------*/
/*  6. Why choose Area
/*----------------------------------------*/


.choose-area .well-services {
  box-shadow: none;
  display: block;
  padding: 30px 15px;
  background: #fff;
  box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  min-height: 350px;
}



.choose-area .service-content p {
  color: #181818;
}
.choose-area .services-img a {
  border-radius: 50%;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 38px;
  line-height: 99px;
  border: 1px solid #0e76bc;
  color: #fff;
  transition: 0.4s;
  background: linear-gradient(161deg, rgb(13 113 179) 0%, rgb(9 85 136) 100%);
}
/*----------------------------------------*/
/*  7. service area
/*----------------------------------------*/
.services-area {
  background: #f8f8f8;
}
.single-service {
  padding: 24px 10px 10px 10px;
  box-shadow: none;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.all-services {
  margin-top: -30px;
}
.service-image {
  margin-bottom: 0px;
  overflow: hidden;
}
.service-image img {
  transform: scale(1.1);
  transition: 1s;
}
.service-btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #1a7dbf;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  z-index: 2;
}
 .service-btn::after {
 position: absolute;
 content: "\f105";
 font-family: fontAwesome;
 right: -12px;
 top: -2px;
}
.single-service:hover .service-image img {
  transform: scale(1);
  transition: 1s;
}
/*--------------------------------*/
/*  8.Project Area
/*--------------------------------*/
.project-menu li a {
  color: #0e76bc;
  display: inline-block;
  font-size: 14px;
  margin: 0 12px;
  margin: 0px 8px 8px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: transparent;
  border: 1px solid #0e76bc;
  padding: 10px 20px;
}
.project-menu li a.active {
  color: #fff;
  text-decoration: none;
  background: #0e76bc;
}
.project-menu {
  margin-bottom: 10px;
}
.project-menu li {
  display: inline-block;
}
.project-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background: #0e76bc;
}
.project-single {
  width: 33.34%;
  float: left;
}
.all-padding {
  padding: 15px;
}
.single-awesome-project {
  overflow: hidden;
}
.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img::after {
 position: absolute;
 left:0;
 top:0;
 background: rgba(99, 198, 114, 0.40) none repeat scroll 0 0;
 content: "";
 width: 100%;
 height: 100%;
 opacity: 0;
}
.awesome-img img {
  transform: scale(1.1);
  transition: 1s;
}
.single-awesome-project:hover .awesome-img img {
  transform: scale(1);
  transition: 1s;
}
.awesome-img > a {
  display: block;
  position: relative;
}
.single-awesome-project:hover .awesome-img > a::after, .single-awesome-project:hover .awesome-img::after {
 opacity: 1;
}
.single-awesome-project:hover .add-actions {
  opacity: 1;
  top: 50%;
  margin-top: -30px;
}
.single-awesome-project:hover {
  background: rgba(99, 198, 114, 0.90) none repeat scroll 0 0;
}
.awesome-img > a::after {
 background: rgba(99, 198, 114, 0.90) none repeat scroll 0 0;
 content: "";
 width: calc(100% - 30px);
 height: calc(100% - 30px);
 left: 0;
 position: absolute;
 top: 15px;
 right: 0;
 margin: 0 auto;
 opacity: 0;
 transition: 0.4s;
}
.add-actions {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 9999;
}
.project-dec {
  display: inline-block;
}
.project-dec h4 {
  margin-bottom: 5px;
}
.project-dec h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.project-dec a {
  color: #fff;
}
.project-dec a:hover {
  color: #fff;
}
.project-dec span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.4s;
}
.project-dec span:hover {
  color:#333;
  transition: 0.4s;
}
.project-heading {
  font-size: 32px;
  margin: 40px 0 20px;
  text-transform: capitalize;
}
/*----------------------------------------*/
/* 9.Counter Area
/*----------------------------------------*/
.counter-area {
  background:url(../images/background/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.counter-area {
  position: relative;
  width: 100%;
  height: auto;
}
.fun-content {
  overflow: hidden;
  margin-top: 15px;
  display: block;
}
.fun_text > a {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 76px;
  width: 80px;
  height: 80px;
  border: 1px solid #0e76bc;
  border-radius: 50%;
  background: #0e76bc;
}
.fun_text {
  float: left;
  width: 25%;
  text-align: center;
}
.fun_text span {
  color: #fff;
  display: block;
  font-size: 40px;
  padding: 15px 0px 20px;
  font-weight: 800;
  line-height: 40px;
}
.fun_text > h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
/*----------------------------------------*/
/* 10. Pricing css
/*----------------------------------------*/
.pricing-area {
  background: #fff;
}
.top-price-inner {
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
}
.top-price-inner h4 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
span.users {
  color: #0e76bc;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.prices {
  font-size: 50px;
  font-weight: 700;
  color: #666;
  padding-right: 10px;
}
.table-list {
  box-shadow: 0 5px 15px rgba(153, 153, 153, 0.18);
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 20px 0px;
  overflow: hidden;
}
.table-list ol li {
  color: #888;
  padding: 8px 0px;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.price-btn {
  padding: 30px 0px;
}
.price-btn a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #0e76bc;
  background-color: #0e76bc;
}
.table-list > h3 {
  color: #455454;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
.table-list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.price-btn a:hover {
  background: #fff;
  color: #0e76bc;
  border: 1px solid #0e76bc;
}
span.dolar {
  font-size: 24px;
  color: #999;
  margin-right: 5px;
  position: relative;
  top: -17px;
}
/*----------------------------------------
   11.Testimonial Area Css
----------------------------------------*/
.testimonial-area {
  background:#f6f6f6;
}
.single-testi {
  padding: 30px 20px;
  position: relative;
  background-color: #fff;
}
.testi-img {
  margin-bottom: 30px;
}
.testi-img img {
  width: 100%;
  display: inline-block !important;
  max-width: 100px;
  height: auto;
  border-radius: 50%;
}
.client-rating {
  padding-bottom: 10px;
}
.client-rating a {
  display: inline-block;
  color: #fec731;
  font-size: 18px;
}
.testi-text h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0px;
}
.testi-text p {
  color: #666;
}
.testi-text h5 {
  color: #666;
  font-size: 20px;
}
.testi-text a {
  color: #0e76bc;
}
.Reviews-content {
  margin-top: -30px;
}
.testimonial-carousel.item-indicator {
  padding: 30px 0px 50px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
  background: #666 none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition:0.4s;
  -webkit-transition:0.4s;
  -o-transition:0.4s;
  -ms-transition:0.4s;
  transition:0.4s;
  border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: 0px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
.testimonial-content {
  margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #0e76bc;
}
.reviews-page .single-testi {
  margin-bottom: 30px;
}
/*----------------------------------------
 12.Quote Area
----------------------------------------*/
.quote-area {
  background:url(../images/background/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.quate-details {
  /* margin-bottom: 20px; */
    /* overflow: hidden; */
    padding: 25px 0px;
}
.quote-icon {
  display: block;
  margin-bottom: 40px;
}
.quote-icon i {
  color: #fff;
  float: left;
  font-size: 30px;
  border: 1px solid #0e76bc;
  background: #0e76bc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.quote-icon span {
  color: #fff;
  display: block;
  padding-left: 70px;
  line-height: 24px;
  font-size: 17px;
}
.single-contact span {
  color: #fff;
}
.form-row {
  margin-top: 60px;
}
.quote-area #contactForm input, .quote-area #contactForm select {
  border: none;
  border-radius: 0;
  height: 46px;
  margin-bottom: 20px;
  width: 100%;
  padding: 6px 12px;
  color: #555;
}
.quote-area .contact-form textarea#message {
  height: 180px;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
.quote-area .quote-btn {
  background: linear-gradient(280deg, rgb(71 205 208) 0%, rgb(0 57 58) 100%);
  border: 1px solid #0e76bc;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  transition: 0.4s;
}
.quote-area .quote-btn:hover {
  background: #fff;
  border: 1px solid #0e76bc;
  color: #0e76bc;
  transition: 0.4s;
}
/*----------------------------------------*/
/*  13. Blog Area
/*----------------------------------------*/
.blog-area {
  background: #fff;
}
.blog-grid {
  margin-top: -30px;
}
.blog-image {
  overflow: hidden;
  display: block;
}
.image-scale {
  position: relative;
  transform: scale(1.1);
  display: block;
  transition: 0.5s;
}
.image-scale::after {
 position: absolute;
 content: "";
 background: rgba(0, 46, 91, 0.30);
 width: 100%;
 height: 100%;
 left:0;
 top:0;
}
.blog-content a h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #666;
  line-height: 24px;
}
.blog-meta {
  position: relative;
  top: -40px;
  background: #0e76bc;
  width: 168px;
  padding: 5px 10px;
  left: 10px;
}
.blog-meta span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
}
.blog-title {
  margin-top: -10px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after {
 background: rgba(0, 46, 91, 0);
}
.single-blog {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.blog-grid-fast {
  margin-top: -30px;
}
.single-blog.b-mar {
  margin-top: 20px;
}
.blog-content a h4:hover {
  color:#0e76bc;
}
.blog-btn {
  display: inline-block;
  font-weight: 700;
  color: #666;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.blog-btn::after {
 position: absolute;
 content: "\e87a";
 right: 10px;
 top: 0px;
 font-family: cleaning;
 font-size: 13px;
 opacity: 0;
 transition: 0.5s;
}
.blog-btn:hover {
  color: #0e76bc;
}
.blog-btn:hover.blog-btn::after {
 right: -20px;
 opacity: 1;
 transition: 0.5s;
}
/*----------------------------------------*/
/*  14. banner Area
/*----------------------------------------*/
.banner-area {
  background: linear-gradient(280deg, rgb(14 118 188) 0%, rgb(5 61 96) 100%);
  display: block;
  overflow: hidden;
  padding: 40px 0px;
}
.banner-contact {
  float: right;
  padding: 10px 0px;
}
.banner-contact span i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.banner-contact span {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-right: 20px;
}
.banner-btn {
  float: right;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 20px;
  color: #0e76bc;
  font-weight: 700;
  font-size: 20px;
  background: #fff;
  border-radius: 2px;
}
.banner-btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color:#fff;
}
.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    max-width: 800px;
    line-height: 32px;
    text-transform: uppercase;
}
/*----------------------------------------*/
/*  15. Footer Area
/*----------------------------------------*/
.footer-1 {
    /* background: url(../images/f1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}
.footer-1 {
  position: relative;
  z-index: 1;
}


.footer-1::after {
    background: #0e76bc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-area {
  position: relative;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-head p {
  color: #fff;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-services-link ul.footer-list {
  width: 100%;
  float: left;
}
.footer-icons ul li {
  display: inline-block;
}


.footer-icons ul li a {
    color: #1177b7;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: #0e76bc;
    border: 1px solid #0e76bc;
    border-radius: 2px;
    background-color: #044a78;
}

.footer-icons ul li a:hover {
  color: #0e76bc;
  background: #ffffff;
  border: 1px solid #0e76bc;
}

.footer-icons {
  margin-top: 30px;
  display: inline-block;
}
.footer-icons h5 {
  color:#ddd;
}
.suscribe-input input {
  background: transparent;
  border: medium none;
  color: #ddd;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  height: 42px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #777;
}
.suscribe-input button {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color: #fff;
  font-size: 18px;
  padding: 11px 20px;
  border-radius: 2px;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 700;
}
.suscribe-input button:hover {
  background: transparent;
  color: #0e76bc;
  transition: 0.4s;
}
.footer-contacts p span {
  color: #0e76bc;
  font-weight: 700;
}
.footer-content {
  display: block;
  overflow: hidden;
}
.footer-list li a {
    color: #fff;
    padding: 4px 0px 5px 4px;
    display: block;
    position: relative;
    font-weight: 400;
}
.footer-list li:first-child a {
  padding-top: 0px;
}
.footer-list li:last-child a {
  padding-bottom: 0px;
}
.footer-list li a:hover {
  color: orange;
}
.footer-area-bottom {
  background: #08486b;
  padding: 10px 0;
}
.copyright-text a:hover {
  text-decoration: underline;
  color:#0e76bc;
}
.copyright-text a {
  color: #ddd;
}
.copyright > p {
  margin-bottom: 0;
  color: #ddd;
}
.copyright a {
  color: #0e76bc;
}
/*----------------------------------------*/
/*  16. Home 2 Area
/*----------------------------------------*/
.header-style-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.topbar-area.topbar-2 {
  background: transparent;
}
.header-area.header-area-2 {
  background:transparent;
  border-top: 1px solid #666;
}
.topbar-area.topbar-2 .topbar-left ul li a {
  color: #fff;
  display: block;
  font-weight: 400;
  margin-right: 20px;
  text-decoration: none;
  padding: 11px 0px;
}
.topbar-area.topbar-2 .topbar-left ul li {
  display: inline-block;
}
.topbar-area.topbar-2 .topbar-right ul li a {
  color: #fff;
  border: 1px solid #0e76bc;
  margin: 8px 3px;
}
.topbar-area.topbar-2 .quote-button {
  float: right;
  margin-left: 20px;
}
.header-area-2 .main-menu ul.navbar-nav li a, .header-area-2 .header-right-link a.main-search {
  color:#fff;
}
.header-area-2 .main-menu ul.navbar-nav li a {
  padding: 30px 0px;
}
.header-area-2 .header-right-link a.main-search {
  padding: 24px 0px;
  margin: 0px 10px;
}
.header-area-2 .navbar.navbar-default {
  float: right;
}
.header-area-2.stick {
  background: #1d1d1f;
  box-shadow: 0px 0px 5px #333, -2px -2px 5px #333;
}
.header-area-2 .logo a {
  padding: 10px 0;
}
.header-area.header-area-2.stick .logo a {
  padding: 2px 0;
}
.header-area-2.stick .main-menu ul.navbar-nav li a {
  padding: 22px 0px;
}
.header-area-2.stick .header-right-link a.main-search {
  padding: 16px 0px;
}
.intro-area-2 .slider-content {
  margin-top: -110px;
}
.welcome-area.welcome-2 {
  position: relative;
  margin-top: 0px;
}
/*----------------------------------------*/
/*  17. Home 3 Area
/*----------------------------------------*/
.header-2 {
  background: #0e76bc;
}
.topbar-area.topbar-3 .topbar-left ul li a {
  color: #242424;
  display: block;
  font-weight: 400;
  padding: 4px 0;
  text-decoration: none;
}
.topbar-area.topbar-3 .quote-button {
  margin-left: 15px;
}
.topbar-area.topbar-3 .topbar-left ul li {
  display: inline-block;
}
.header-area-3 .navbar.navbar-default {
  float: right;
}
.header-area.header-area-3 {
  /* background: #fff; */
    padding: 6px;
}
.header-area-3 .logo a {
  display: inline-block;
  height: auto;/*padding: 7px 0;*/
}
.header-area-3 .main-menu ul.navbar-nav li a {
  color: #1a1a1a;
  padding: 47px 22px;
}
.header-area-3 .header-right-link a.main-search {
  padding: 34px 15px;
  color: #666;
}
.header-area.header-area-3.stick .main-menu ul.navbar-nav li:first-child a {
  padding-left: 15px;
}
.header-area-3.stick .main-menu ul.navbar-nav li a {
  padding: 27px 22px;
  color: black;
}

/*----------------------------------------*/
/*  18. Breadcumbs Area
/*----------------------------------------*/
.page-area {
  position: relative;
}
.page-area {
    background: url(https://avneecleaning.com.au//wp-content/uploads/2025/12/bg6666666.jpg);
    /* background: url(../images/bg1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0px 0px 0px;
}
/* .breadcumb-overlay {
  position: absolute;
  background: rgb(255 255 255 / 60%) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
} */



.breadcumb-overlay {
    position: absolute;
    background: rgb(206 229 247) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}


.breadcrumb {
  padding: 10px 0px;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb .section-headline {
  margin-bottom: 0px;
}
.breadcrumb .section-headline::after {
 display: none;
}
.breadcrumb ul {
  padding: 10px 0px;
  text-align: center;
}
.breadcrumb ul li {
  display: inline-block;
  color: #000000;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 16px;
}
.breadcrumb ul li.home-bread {
  padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
 position: absolute;
 content: "\f105";
 font-family: fontAwesome;
 right: -10px;
 top: 0;
}
.breadcrumb .section-headline h3 {
  font-size: 34px;
  line-height: 38px;
}
/*----------------------------------------*/
/*  19. About pages Area
/*----------------------------------------*/
.about-feature {
  background: #fafafa;
}
.about-page-area .about-content {
  background: transparent;
  padding: 0px;
}
.feature-icon {
  float: left;
  margin-right: 10px;
}
.feature-icon i {
  font-size: 50px;
  display: block;
  position: relative;
  color: #0e76bc;
  transition: 0.4s;
  margin-bottom: 30px;
}
.feature-text {
  padding-left: 65px;
}
.feature-text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
}
.feature-text p {
  font-size: 16px;
}
/*----------------------------------------*/
/*  19.1 About pages Team Area
/*----------------------------------------*/
.team-area {
  background: #fff;
}
.single-member {
  border: 1px solid #fafafa
}
.single-member .team-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 5px;
}
.team-hover li {
  display: inline-block;
  margin-right: 5px;
}
.team-hover li a {
  color: #666;
  border: 1px solid #666;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  border-radius:50%;
}
.team-hover li a:hover {
  color: #fff;
  border: 1px solid #0e76bc;
  background: #0e76bc;
}
.team-hover {
  padding: 15px 0;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.single-member .team-img a {
  display: block;
}
.single-member {
  border: 1px solid #fafafa;
  background: #fafafa;
  padding: 30px;
}
.team-content {
  padding: 10px;
}
.team-content h4 a {
  color: #666;
}
.team-content p {
  margin-bottom: 0;
}
.team-content h4 {
  font-size: 17px;
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.team-page-area .team-member {
  margin-top: -30px;
}
.team-page-area .single-member {
  margin-top: 30px;
}
/*----------------------------------------*/
/*  19.2 About pages Video Area
/*----------------------------------------*/
.video-area {
  background: #fff;
}
.video-text h4 {
  color: #666;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
}
.video-text p {
  color: #666;
}
.video-inner {
  background: url(img/about/ab.jpg);
  background-repeat: no-repeat;
  position: relative;
}
.video-inner::after {
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 content:"";
 background: rgba(10, 27, 40, 0.5) none repeat scroll 0 0;
}
.video-content {
  width: 100%;
  height: 100%;
  min-height: 330px;
}
.video-played p {
  color: #666;
  padding: 0px 200px;
  margin-top: 20px;
}
.video-play.vid-zone {
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  overflow: hidden;
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-play.vid-zone i {
  color: #0e76bc;
  margin-left: 5px;
}
.marker-list li {
  color: #666;
  padding-left: 30px;
  margin: 10px 0px;
  position: relative;
  font-size: 16px;
}
.marker-list li::after {
 position: absolute;
 content: "\e87f";
 left: 0;
 top: 3px;
 font-family: cleaning;
 color: #0e76bc;
 font-weight: 700;
}
/*--------------------------------*/ 
/* 20. Faq Area
/*--------------------------------*/
.testimonial-review .single-testi {
  margin-top: 30px;
}
.faq-details .panel-heading {
  padding: 0;
}
.panel-default {
  border-color: #ddd;
  border-radius: 0 !important;
}
.panel-default > .panel-heading {
  color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
  background: #fff;
}
.faq-details h4.check-title a {
  color: #666;
  display: block;
  font-weight: 500;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  background: #fff;
}
.panel-body {
  padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
  color: #666;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.faq-details a span.acc-icons {
  position: relative;
}
/* Default closed FAQ icon (plus) */
.faq-details a span.acc-icons::before {
 color: #666;
 content: "\f067"; /* Font Awesome plus icon */
 font-family: FontAwesome;
 font-size: 16px;
 position: absolute;
 left: -26px;
 top: -10px;
 line-height: 39px;
 text-align: center;
 transition: all 0.3s ease;
}

/* Active/open FAQ icon (minus) */
.faq-details a.active span.acc-icons::before {
 color: #0e76bc;
 content: "\f068"; /* Font Awesome minus icon */
 font-family: FontAwesome;
 font-size: 16px;
 position: absolute;
 left: -26px;
 top: -10px;
 line-height: 39px;
 text-align: center;
}
.faq-details .panel-heading h4 a.active {
  color: #0e76bc;
  background: #fff;
}
.video-area-faq {
  background: #f5f5f5;
}
.error-easy-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
.high-text {
  font-size: 200px;
  line-height: 200px;
}
.error-bot {
  font-size: 24px;
}
.error-btn {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: capitalize;
  margin-top: 30px;
  display: inline-block;
}
.error-btn:hover {
  background: #fff;
  border: 1px solid #0e76bc;
  color: #0e76bc;
}
/*----------------------------------------*/
/* 21.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
  margin-bottom: 30px;
}
.single-services-page p {
  color: #666;
  margin-bottom: 0px;
}
.left-menu li:first-child {
  margin: 0px 0px 2px
}
.left-contact h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.left-menu li {
  display: block;
  margin: 5px 0;
}
.build-img .page-img {
  padding-bottom: 0;
}
.left-menu ul li.active a {
  background: #47cdd0 none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.left-menu ul li a:hover {
  color: #fff;
  background: #0e76bc;
}
.left-menu ul li a {
  background: #f9f9f9;
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.left-menu ul li.active a::after, .left-menu ul li a:hover::after {
 content: "\e876";
 font-family: cleaning;
 font-size: 15px;
 position: absolute;
 right: 18px;
 top: 15px;
}
.down-btn {
  border: 1px solid #0e76bc;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #0e76bc;
  width: 100%;
  position: relative;
  border-radius: 3px;
}
.down-btn.apli {
  margin-bottom: 0px;
}
.down-btn:hover {
  color:#0e76bc;
  background: #fff;
  border: 1px solid #0e76bc;
}
.down-btn::after {
 position: absolute;
 content: "\e80b";
 font-family: cleaning;
 right: 15px;
 top: 14px;
 font-size: 28px;
}
.single-page-head .clients-testi {
  padding: 20px 15px;
  border: 1px solid #0e76bc;
}
.single-page-head .review-text {
  margin-top: 20px;
}
.clients-testi .review-text a, .clients-testi .guest-rev {
  color: #666;
}
.clients-testi .single-review {
  border: none;
}
.single-page-head .review-img img {
  width: 80px;
  border-radius: 50%;
}
.single-page-head .review-text h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-page-head .review-text p {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-style: italic;
}
.single-well h3 {
  margin-bottom: 15px;
  font-size: 28px;
}
.clients-support {
  position: relative;
  width: 100%;
  height: auto;
}
.support-text {
  position: relative;
  z-index: 1;
}
.support-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(99, 198, 114, 0.80) none repeat scroll 0 0;
  transition: 0.4s;
}
.support-text h4 {
  color:#fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.support-text a {
  margin-bottom: 15px;
  display: block;
  font-size: 22px;
  color:#fff;
  font-weight: 700;
}
.support-text p {
  font-size: 18px;
  line-height: 26px;
  color:#fff;
  font-weight: 700;
}
.support-text a i {
  display: inline-block;
  font-size: 30px;
  line-height: 23px;
  padding-right: 15px;
}
.support-img {
  overflow: hidden;
}
.support-img img {
  transform: scale(1.1);
  transition: 0.4s;
}
.clients-support:hover .support-img img {
  transform: scale(1);
  transition: 0.4s;
}
.clients-support:hover .support-text {
  background: rgba(99, 198, 114, 1) none repeat scroll 0 0;
}
.page-content h3 {
  font-weight: 600;
  padding: 15px 0 0;
}
.single-well {
  margin-top: 20px;
}
.single-page {
  overflow: hidden;
}
.service-list li {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #666;
}
.service-list li::before {
 position: absolute;
 left: 0;
 content:"\f00c";
 font-family:fontawesome;
 top:0;
 color: #0e76bc;
}
.single-page-head .service-btn {
  width: 100%;
  margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
  color: #666;
}
.mar-row .single-well {
  margin-top: 0px;
}
/*----------------------------------------*/
/* 22.Single Project Pages
/*----------------------------------------*/
.project-column-2 .project-single {
  width: 50%;
}
.project-column-4 .project-single {
  width: 25%;
}
.project-history h3 {
  color: #666;
  margin-bottom: 30px;
  font-size: 24px;
}
.project-history {
  background: #f2f2f2;
  padding: 50px 30px;
}
.project-name ul li {
  color: #666;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin: 10px 0px;
}
.project-name span {
  padding-right: 15px;
}
.project-name span {
  padding-right: 15px;
  min-width: 127px;
  display: inline-block;
}
.project-image.project-image-2 {
  margin-top: 20px;
}
.project-details h4 {
  font-size: 26px;
  line-height: 32px;
}
.project-details p {
  font-size: 17px;
  color: #666;
  line-height: 26px;
}
.project-share h5 {
  display: inline-block;
}
.project-social {
  display: inline-block;
}
.project-social li {
  display: inline-block;
  margin: 10px;
}
.project-social li a {
  color: #666;
  font-size: 20px;
}
.project-social li a:hover {
  color: #0e76bc;
}
.project-details .marker-list li {
  color:#666;
}
.project-related .project-single {
  width: 100%;
  float: none;
}
.project-details h3 {
  font-size: 24px;
}
/*----------------------------------------
 23. Blog Details page
----------------------------------------*/
.blog-search-option input {
  padding: 5px 15px;
  width: 70%;
  border: 1px solid #ccc;
  height: 42px;
}
.blog-search-option {
  margin-bottom: 30px;
  display: block;
}
.blog-search-option button {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  font-size: 17px;
  padding: 9px 10px;
  width: 28%;
  color: #fff;
  height: 44px;
}
.blog-search-option button i {
  line-height: 16px;
  font-size: 20px;
  padding: 0px 10px;
}
.blog-search-option button:hover {
  color: #0e76bc;
  background: transparent;
  border: 1px solid #0e76bc;
}
.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}
.left-blog {
  overflow: hidden;
  padding-bottom: 20px;
}
.left-blog li {
  display: block;
}
.left-blog ul li a {
  color: #666;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
  position: relative;
}
.left-blog ul li a:after {
  position: absolute;
  content: "\e876";
  font-family: cleaning;
  right: 12px;
  top: 10px;
  font-size: 14px;
}
.popular-tag.left-blog ul li a:after {
  display: none;
}
.recent-single-post {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}
.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}
.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
  padding-left: 10px;
}
.pst-content p a:hover, .left-blog ul li a:hover {
  color: #0e76bc;
}
.left-blog-page {
  margin-top: 30px;
}
.pst-content p a {
  color: #666;
  font-size: 15px;
}
.blog-tags {
  padding: 1px 0;
}
.left-blog li:last-child {
  border-bottom: 0;
}
.popular-tag.left-blog ul li a:hover {
  color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}
.left-tags .left-side-tags ul li {
  border-bottom: 0;
  display: inline-block;
  margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
  padding: 8px 10px;
  width: auto;
  border: 1px solid #0e76bc;
  background: #0e76bc;
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
  background: transparent;
  color:#0e76bc;
}
.left-side-tags h4 {
  margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #666;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: capitalize;
}
.comments-list ul li {
  margin-bottom: 25px;
}
.comments-list-img {
  float: left;
  margin-right: 15px;
}
.comments-content-wrap {
  color: #666;
  font-size: 14px;
  margin: 0 0 15px 60px;
  padding: 10px;
  position: relative;
}
.blog-content p {
  font-size: 15px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #0e76bc;
  font-style: italic;
}
blockquote p {
  font-size: 18px !important;
  line-height: 28px;
}
.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}
.author-description h2 {
  color: #666;
  font-size: 20px;
  text-transform: uppercase;
}
.author-description h2 a {
  color: #333;
}
.comments-content-wrap span b {
  margin-right:5px
}
.comments-content-wrap span a:hover {
}
span.post-time {
  margin-right:5px
}
.comments-content-wrap p {
  color: #666;
  margin-top: 10px;
}
li.threaded-comments {
  margin-left:50px
}
.comment-respond {
  margin-top: 20px;
}
span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-respond p {
  color: #666;
  margin-bottom: 5px;
}
.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}
.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}
.comments-content-wrap span a {
  color: #333;
}
.comments-content-wrap span a:hover {
  color: #0e76bc;
}
.comment-respond .add-btn.contact-btn {
  background: #0e76bc;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 12px 20px;
  transition: 0.4s;
  width: auto !important;
  margin-top: 20px;
  border: 1px solid #0e76bc;
  text-transform: uppercase;
  font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover {
  background: transparent;
  color:#0e76bc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0 0px;
  border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #0e76bc;
  border: none;
  margin-left: -1px;
  border-radius: 5px;
}
.pagination>li {
  display: inline-block;
  margin: 0px 3px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #252525;
  border-color: #252525;
  cursor: default;
  border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #252525;
  border-color: #252525;
  border-radius: 5px;
}
.blog-page-details .left-blog-page {
  margin-top:0px;
  margin-bottom:30px;
}
.single-post-comments {
  margin-top: 30px;
}
/*----------------------------------------*/
/*  24. Contact Us page
/*----------------------------------------*/
.contact-details {
  display: block;
  overflow: hidden;
}
.contact-icon {
  padding: 30px;
  background: #f6f6f6;
}
.contact-page .single-contact span {
  color: #666;
}
.contact-page .single-contact a i {
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  text-align: center;
  line-height: 36px;
  color:#666;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
}
.contact-head h3 {
  font-size: 30px;
}
.contact-head p {
  font-size: 17px;
}
.contact-form input[type="text"], .contact-form input[type="email"] .contact-form select[type="option"] {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 44px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 6px;
}
.contact-form select {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 44px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  background-color: #e7e7e7;
  border-radius: 6px;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form email {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 44px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  background-color: #e7e7e7 !important;
  border-radius: 6px;
}
.contact-form textarea#message {
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 141px;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  background-color: #e7e7e7;
}
.contact-page .contact-btn {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  padding: 12px 40px;
  transition: 0.4s;
  width: auto;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page .contact-btn:hover {
  background: transparent;
  color: #0e76bc;
  transition: 0.4s;
}
/*----------------------------------------*/
/*  25. Order From page
/*----------------------------------------*/
.order-form .input-text.suscribe-input {
  border: 1px solid #fff;
}
.order-form .form-control.width-50 {
  display: inline-block;
  width: 48%;
}
.order-form .form-control.width-50.last-name {
  margin-left: 27px;
}
.order-form .form-control {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 1.42857;
  padding: 5px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.order-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  overflow: hidden;
}
.contact-form .form-control.time-zone input[type="text"] {
  margin-bottom: 0px;
}
.order-form .form-control.form-group {
  padding: 0px;
  border: 1px solid #fff;
}
.order-form .form-control.time-zone {
  height: auto;
  border: none !important;
  box-shadow: none;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #0e76bc;
  border-radius: 0px;
  background: #0e76bc;
}
.order-form button.contact-btn {
  background: #0e76bc;
  border: 1px solid #0e76bc;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 15px;
  width: 170px;
  color: #fff;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
}
.order-form .submit-btn {
  margin-top: 20px;
}
.order-form button.contact-btn:hover {
  background: transparent;
  border: 1px solid #0e76bc;
  color: #0e76bc;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.order-form .o-form.text-center {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.sign-feilds .input-text select {
  color: #888;
}
.from-slogan {
  font-weight: 600;
  color: #777;
}
/*----------------------------------------
 26. Home -1
----------------------------------------*/
.intro-area-4 .color {
  font-weight: 700;
}
.intro-area-4 .layer-1 h1 {
    color: #4a4a4a;
    font-size: 37px;
    font-weight: 400;
    line-height: 72px;
    text-transform: ;
    max-width: 740px;
    text-align: left;
    /* text-shadow: 1px 1px black; */
    text-transform: none;
}
.intro-area-4 .layer-2 p {
  color: #404040;
  font-size: 20px;
  letter-spacing: 0.60px;
  line-height: 30px;
  text-align: left;
  max-width: 740px;
}
.welcome-area-4 {
  position: relative;
  margin-top:0px;
}
span.slugan {
  position: absolute;
  left: -39px;
  top: -10px;
  background: #0e76bc;
  color: #fff;
  width: 126px;
  height: 60px;
  text-align: center;
  line-height: 17px;
  text-transform: uppercase;
  transform: rotate(-45deg);
  font-size: 14px;
  font-weight: 600;
  padding-top: 18px;
  z-index: 3;
}
.topbar-right ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 2px 4px;
  width: 25px;
  height: 25px;
  /* border: 1px solid #fff; */
    text-align: center;
  line-height: 25px;
  border-radius: 2px;
}
.services-4 {
  background: #fff;
}
/*.services-4 .single-service {
    padding: 0px;
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 5px #f5f5f5, -2px -2px 5px #f5f5f5;
    position: relative;
}
*/

.services-4 .service-content {
  padding: 12px 0px 16px 0px;
  background-color: #dfecf5;
  border-radius: 0px 0px 14px 14px;
}
.bg-color {
  background: #fafafa;
}
.counter-area.area-padding.parallax-bg {
  padding: 42px 0px;
}
.footer-contacts i {
  width: 15px;
  text-align: center;
  color: #ffffff;
}




/*.widget_about a {
  color: #0e76bc;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}








ul.listttt li a {
  background-color: #0e76bc;
  padding: 7px 30px !important;
  border-radius: 7px;
}
*/

.topbar-left {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.single-service {
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
a.service-image img {
  border-radius: 20px !important;
}
.owl-prev {
  display: none !important;
}
.owl-next {
  display: none !important;
}
ul.contactus-1 li {
  color: black;
}
ul.contactus-1 li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 29px;
    color: black;
 
}
ul.contactus-1 li a {
  color: black;
}
ul.contactus-1 li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #0e76bc;
    font-size: 18px;
}
.contact-head h3 {
  text-align: center;
}
img.right-img {
  float: right;
  border: 1px solid #d4d4d4;
  padding: 5px;
  width: 500px;
  margin-left: 25px;
  margin-bottom: 25px;
}
.inner-column p {
  text-align: justify;
}
.inner-column h5 {
  color: #44ced0;
  font-size: 16px;
}
.inner-column li {
  color: #000;
  font-size: 14px;
  /* list-style-type: decimal; */
    padding: 0 0 0 0;/* margin: 0 0 0 17px; */
}
.inner-column h5 {
  margin-top: 12px;
  margin-bottom: 7px;
  font-weight: 600;
}
ul.new-work li i {
  color: #00393a;
}
ul.footer-list li {
  display: flex;
}
.snow-bg {
  background: #ffffff;
  padding: 35px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-right: 77px;
}
ul.footer-list li i {
  padding-top: 6px;
  padding-right: 15px;
  color: #ffffff;
}
.clint {
  /* border: 1px solid #60606078; */
    padding: 5px;
  margin-bottom: 29px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fa-facebook {
/*   background: #3B5998; */
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
/*   background: #007bb5; */
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
  background: #00aff0;
  color: white;
}
.fa-android {
  background: #a4c639;
  color: white;
}
.fa-dribbble {
  background: #ea4c89;
  color: white;
}
.fa-vimeo {
  background: #45bbff;
  color: white;
}
.fa-tumblr {
  background: #2c4762;
  color: white;
}
.fa-vine {
  background: #00b489;
  color: white;
}
.fa-foursquare {
  background: #45bbff;
  color: white;
}
.fa-stumbleupon {
  background: #eb4924;
  color: white;
}
.fa-flickr {
  background: #f40083;
  color: white;
}
.fa-yahoo {
  background: #430297;
  color: white;
}
.fa-soundcloud {
  background: #ff5500;
  color: white;
}
.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-rss {
  background: #ff6600;
  color: white;
}
.bggg {
  background-image: url(../images/bg----1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.bggg1 {
  background-image: url(../images/4940019.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.footer-contacts.jkll p a {
  color: white;
}
.footer-contacts.jkll p a:hover {
  color: orange;
}
.mrrrr {
  margin-left: 40px;
}
.footer-head p {
  text-align: justify;
}
span.span11 {
  font-size: 19px;
  font-weight: 400;
}
span.call-us a {
  color: white;
}
span.call-us a:hover {
  color: orange;
}
.p-011111 {
  padding: 0 !important;
}
.request-imgg {
  width: 871px !important;
}
button#submit {
  background-color: #0e76bc;
  border: none;
  border-radius: 5px;
  padding: 11px 42px;
  color: white;
}
.footer-icons.jklll h5 {
  color: black;
}
.contact-head.jklllll {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 40px;
  background-color: white;
}
.inner-column h4 {
  font-size: 20px;
  color: #0e76bc;
}
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #171717;
  margin-bottom: 12px;
  padding-left: 35px;
}
.list-style-two li:before {
  position: absolute;
  content: '\f00c';
  left: 0px;
  top: 1px;
  color: #0e76bc;
  font-family: 'FontAwesome';
}
.copyright {
  text-align: center;
}
.section-head.style2.jkll {
  padding-left: 27px;
}
.section-head.style2.jkll h4 {
  font-size: 31px;
  color: #2d368e;
  font-weight: 400;
}
.book-now {
  margin: 26px 0px;
}
.book-now a {
  padding: 16px 20px;
  background-color: #0e76bc;
  font-size: 16px;
  color: white;
  display: block;
  text-align: center;
  border-radius: 10px;
}
/*.intro-area .slider-images img {
  width: 100%;
  height:500px!important

}
*/

.header-area.stick .logo {
  margin-top: 0px !important;
}
.header-area.stick .logo img {
  margin-top: 0px !important;
  height: 100px ;
}
/*
.logo {
  margin-top: -48px;
}*/

/*@media (max-width: 992px) {
  .logo {
    margin-top: -30px;
  }
}

@media (max-width: 576px) {
  .logo {
    margin-top: -15px;
  }
}
*/

.about-image {
  position: relative; /* Enables z-index layering */
  background: #fff;
  z-index: 0;
  border-radius: 10px;
}
 .about-image::before {
 content: "";
 position: absolute;
 right: 320px;
 top: -41px;
 width: 300px;
 height: 80%;
 background: rgb(14 118 188);
 z-index: 0;
}
/* Target the image inside .about-image */
.about-image img {
  position: relative;
  z-index: 1
}
.bggg1777 {
  background-color: #eff9ff;
}
.topbar-item.jkll2 a {
  background: linear-gradient(90deg, #0c956c 0%, #1bace3 100%);
  padding: 9px 22px;
  color: white;
  border-radius: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-align: center;
}
.topbar-item.jkll2 a:hover {
  background: linear-gradient(90deg, #0092d1 0%, #007bb8 100%);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 123, 184, 0.3);
  color: #fff;
}
.topbar-item11.jkll {
  padding: 30px 0px;
}
.topbar-item11.jkll a {
  display: block;
  padding: 12px 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  border-radius: 32px;
  background: #0e76bc;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* Flash line */
.topbar-item11.jkll a::after {
 content: "";
 position: absolute;
 top: 0;
 left: -100%;
 height: 100%;
 width: 40%;
 background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
 animation: flashline 2s linear infinite;
}

/* Animation */
@keyframes flashline {
 0% {
left: -100%;
}
 100% {
left: 120%;
}
}
.topbar-item11.jkll a:hover {
  background: linear-gradient(90deg, #dd4805 0%, #ee590b 100%);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 123, 184, 0.3);
  color: #fff;
}
.topbar-item.jkll3 a {
  background: linear-gradient(90deg, #ee590b 0%, #dd4805 100%);
  padding: 11px 21px;
  color: white;
  /* display: block; */
    border-radius: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-align: center;
}
.topbar-item.jkll3 a:hover {
  background: linear-gradient(90deg, #dd4805 0%, #ee590b 100%);
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 123, 184, 0.3);
  color: #fff;
}
.topbar-area.topbar-3.hidden-xs {
  padding: 4px 0px;/* margin: 3px 0px; */
}
/*
.topbar-area {
    background: #fafafa;
}*/


/*.logo {
    padding: 10px 0px;
}
*/

span.info-first.jklll {
  color: #0e76bc;
}
.service-content p {
  color: #262626;
}
/* Why Choose Us Section */
.why-choose-us {
  background-color: #ffffff;
}
.why-choose-us .why-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  border-radius: 10px;
}
.why-choose-us .why-item:hover {
  background-color: #f7faff;
  box-shadow: 0 5px 15px rgba(0, 120, 255, 0.1);
  transform: translateY(-4px);
}
.why-choose-us .icon-box {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #e8f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.why-choose-us .why-item:hover .icon-box {
  background-color: #007bff;
  color: #fff;
}
.why-choose-us .icon-box i {
  font-size: 28px;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
.why-choose-us .why-item:hover .icon-box i {
  color: #fff;
}
.why-choose-us .content h6 {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin: 0;
}
 @media (max-width: 767px) {
 .why-choose-us .why-item {
 flex-direction: column;
 text-align: center;
}
 .why-choose-us .icon-box {
 margin-bottom: 10px;
}
}
section.why-choose-us {
  padding: 20px 0px;
}
/* Custom FAQ Section Styling */
.custom-faq-section {
  background: #f9fbfd;
  padding: 80px 0;
}
.custom-faq-section .faq-title {
  font-size: 32px;
  font-weight: 400;
  color: #0e76bc;
}
.custom-faq-section .faq-subtitle {
  color: #000000;
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}
.faq-group {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
  margin-bottom: 30px;
}
.faq-item {
  border: none;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.faq-item .panel-heading {
  background: #fff;
  border: 1px solid #e1e5ee;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.faq-item .panel-heading:hover {
  background: #0e76bc;
}
.faq-item .panel-heading a {
  display: block;
  padding: 8px 20px;
  font-weight: 600;
  color: #0e76bc;
  text-decoration: none;
  position: relative;
}
.faq-item .panel-heading:hover a {
  color: #fff;
}
 .faq-item .acc-icons::before {
 content: "+";
 position: absolute;
 right: 20px;
 font-size: 20px;
 color: #0e76bc;
 transition: all 0.3s ease;
}
 .panel-heading.active .acc-icons::before, .panel-collapse.in + .panel-heading .acc-icons::before {
 content: "-";
 color: #fff;
}
.faq-item .panel-body {
  background: #f5f8fa;
  padding: 18px 20px;
  border-left: 3px solid #0e76bc;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0 0 8px 8px;
}

/* Responsive */
@media (max-width: 767px) {
 .faq-group {
 padding: 15px;
}
 .custom-faq-section .faq-title {
 font-size: 26px;
}
}
.panel-heading h4 {
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
}
.mb-577 {
  margin-bottom: 40px !important;
}
header {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 15%), rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));/* padding-bottom: 30px; */
    /* border-width: 0 0 1px; */
    /* border-color: #ffffff; */
}
.intro-area.intro-area-4 {
  position: relative;
}
ul.listt li {
  padding-right: 12px;
}
.single-service img {
  width: 100px;
  padding-bottom: 40px;
}
/*.row {
  display: flex;
  flex-wrap: wrap;
}*/
.well-services {
  display: flex;
  flex-direction: column;
  height: 100%; /* ensures it stretches to match siblings */
}
.mb-5 {
  margin-bottom: 30px !important;
}
.bgggggg {
  background-color: #dfecf6;
}
.row.cnter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
}
.benefits-subtitle {
  color: #444;
  font-size: 16px;
}
.benefit-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  padding: 20px;
  min-height: 260px;
}
.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}
.benefit-icon i {
  font-size: 45px;
  color: #00a8de;
}
.benefit-heading {
  font-size: 20px;
  font-weight: 700;
  color: #00a8de;
  margin-bottom: 14px;
  padding-top: 13px;
}
.benefits-section {
  padding: 70px 0px;
  background-color: #dfecf6;
}
.careerr h4 {
  color: #0e76bc;
}
h2.benefits-title.mb-3 {
  color: #0e76bc;
}
a.moreeee {
  padding: 14px 52px;
  background-color: #0e76bc;
  border-radius: 10px;
  color: white;
}
.contact-head.pricee.text-center h2 {
  color: #1379bd;
  font-weight: 400;
  padding-bottom: 14px;
}
.mb-800 {
  margin-bottom: 80px;
}
.row.centrrr {
  display: flex;
  /* align-items: center; */
    justify-content: space-between;
}
.contact-head.pricee.text-center h4 {
  color: #0e76bc;
  font-weight: 500;
  font-size: 30px;
}
.bgg99 {
  background-color: #0e76bc;
}
.contact-head1.pricee.text-center h2 {
    color: white;
    font-weight: 400;
}
.contact-head1.pricee.text-center p {
  color: white;
}
.pricing-row {
  margin-bottom: 20px;
}
.price-box .price-title {
    color: #0e76bc;
  font-weight: 400;
    font-size: 19px;
    margin-bottom: 14px;
}
.price-box .price-amount {
  font-weight: 400;
    font-size: 41px;
 
    font-family: 'Oswald';
}
.price-note {
  font-size: 14px;
  color: #444;
}
.price-divider {
  margin-top: 34px;
  border-top: 1px solid #000;
}
.pt40 {
  padding-top: 40px;
}
.col-md-2.cleaning-item.bedroom1 h4 {
  color: white;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 3px;
}
.col-md-2.cleaning-item.bedroom1 p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px;
}
span.price {
    font-weight: 400;
    font-size: 21px;
    font-family: 'Oswald';
    color: white;
    margin-left: 4px;
}
.price-divider1 {
  margin-top: 34px;
  border-top: 1px solid white;
}
.what {
    padding: 15px 0px;
}
.tablee {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 34px;
    border-radius: 20px;
    background-color: #edf4ff;
}
.tablee.margintoppp {
  margin-top: -140px;
}
.tablee td {
  padding: 20px 10px !important;
}
a.moreeee1 {
  padding: 14px 52px;
  background-color: transparent;
  border-radius: 10px;
  color: white;
  border: 2px solid white;
}
.policyyyyy p {
  text-align: center;
}
.page-info h1 {
    font-size: 26px;
    font-weight: 400;
    color: #0f77bc;
}
.page-info h2 {
    font-size: 22px;
    font-weight: 400;
    color: #0f77bc;
}
img.rightimg {
  float: right;
  box-shadow: -28px -23px #d4e3ef;
  margin-left: 57px;
  width: 500px;
  margin-bottom: 20px;
}
ul.contactus- li {
    padding-left: 33px;
    position: relative;
    padding-top: 0;
    padding-bottom: 22px;
    color: white;
}
ul.contactus- li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: white;
}




ul.contactus- li a {
    color: white;
}


.page-info h6 {
    font-weight: 400;
}



.headeee h4 {
    font-size: 24px;
  font-weight: 400;
    color: #0e76bc;
}


.headeee h4 {
    font-size: 24px;
  font-weight: 400;
    color: #0e76bc;
    padding-bottom: 24px;
}






.contact-head5 {
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 32px;
    border-radius: 2px;
}


.contact-form1 {
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 32px;
    border-radius: 2px;
}



.table-striped > tbody > tr:nth-of-type(even) {
    background: #fafafa;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cfefd4;
}





@media (max-width: 768px) {
.col-md-2.cleaning-item.bedroom1 {
    margin-bottom: 43px;
}
	.tablee {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 8px;
    border-radius: 20px;
    background-color: #edf4ff;
}
	
	.cleaning-item.text-center {
    margin-bottom: 30px;
}
	
	.contact-head1.pricee.text-center h2 {
    color: white;
    font-weight: 400;
    font-size: 28px;
}
	
.price-box.mb-4 {
    margin-bottom: 55px;
}
.snow-bg {
  
    margin-right: 0px;
}

}