body {
    color: #203B48;
}
.border_none {
    border: none !important;
}
.bg_blue {
    background-color: #004a87 !important;
}
.bg_light {
    background-color: #f4f8ff;
}
.bg_none {
    background-color: transparent !important;
}
.color_w {
    color: white !important;
}
.color_g {
    color: grey !important;
}
.color_b {
    color: #004a87 !important;
}
ul {
    list-style-type: none;
}
a{
    text-decoration: none;
}
.w90 {
    width: 90% !important;
    margin: auto;
}
.text_44 {
  font-size: 44px;
}
.text_25 {
    font-size: 25px;
}
.text_18 {
    font-size: 18px;
}
.nav-phone-link {
    color: white;
    font-size: 20px;
}
.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    zbackground-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_play_circle_yellow {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #fff323;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_play_circle_white {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    font-size: 25px;
    background-color: white;
    color: #004a87;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_blue {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    border-radius: 35px;
    background-color: #004a87;
    text-align: center;
    transition: .3s;
  }
.button_blue:hover {
    background-color: #daedf8;
    font-weight: bold;
    color: #004a87 !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 90px;
}

#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #004a87;
}
#header .logo img {
  /*max-height: 85px;*/
}
.scrolled-offset {
  margin-top: 90px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 10px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #004a87;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #004a87;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #004a87;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  .navbar a, .navbar a:focus {
    font-size: 18px;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

div#fb-root {
    z-index: 999;
    position: relative;
}

@media (max-width: 991px) {
	
	.mega-menu-primary-mobile-open #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    background-color: #00000026 !important;
    margin-bottom: 5px;
    width: 100% !important;
    display: block !important;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 13px !important;
}

.mega-menu-primary-mobile-open #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background: #fafe3133 !important;
}

body.mega-menu-primary-mobile-open #header #mega-menu-wrap-primary #mega-menu-primary {
    margin-left: 0px !important;
    margin: 45px 0px !important;
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px !important;
}

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner:after {
    background-color: #fff !important;
}
.mega-menu-primary-mobile-open header {
    z-index: 9999999999 !important;
}

.mega-menu-primary-mobile-open #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: none !important;
    z-index: 9999;
    position: relative !important;
}


.mega-menu-primary-mobile-open div#mega-menu-wrap-primary ul#mega-menu-primary {
    padding: 0 20px;
}

.mega-menu-primary-mobile-open #header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 2px solid #ffffff52;
	font-size: 16px;
}

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  
  .mega-menu-primary-mobile-open div#mega-menu-wrap-primary {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    background: #004a87;
}


.mega-menu-toggle.mega-menu-open .mega-toggle-blocks-left {
    order: 1;
    justify-content: flex-end !important;
}

.mega-menu-toggle.mega-menu-open {
    top: 45px;
    position: relative;
    right: 10px;
}

body #header #mega-menu-wrap-primary #mega-menu-primary {
    margin-left: 0px !important;
    margin: 90px 0px !important;
    left: 0 !important;
}

}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #004a87;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #004a87;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/****************************************************/
#hero {
    width: 100%;
    height: auto;
    /*background: url("../img/bg-shapes-1.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
}
#hero .container {
    position: relative;
}
.img-border-bottom {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.img-box {
    position: relative;
}
.btn_margin {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
}
#hero h1 {
    font-size: 60px;
}
#hero p {
    font-size: 22px;
    font-weight: 500;
    color: grey;
}
#hero .rotate-img {
  animation: rotation 30s infinite;
}
@keyframes rotation {
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
/****************************************/
.about-section-img-col {
    position: relative;
}
.about-section-img {
    border-radius: 50%;
}
.about-section-text-col {
    padding: 0px 50px;
}
@media (max-width: 992px) {
  .about-section-text-col {
    padding: 0px 10px;
  }
}
.about-section .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #203B48;
    margin-top: 3px;
    letter-spacing: 1px;
}
.about-section .count-box {
  font-size: 30px;
}
.about-section .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
}
.about-section .fact-counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.about-section .counter-column.style-one {
    position: absolute;
    right: -10px;
    top: 40px;
}
.about-section .counter-column.style-two {
    background: #004a87;
    position: absolute;
    left: -50px;
    top: 42%;
    height: 170px;
    width: 170px;
}
.about-section .counter-column.style-three {
    position: absolute;
    right: -15px;
    bottom: -25px;
    height: 150px;
    width: 150px;
}
.about-section .counter-column {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 5px 25px 60px rgb(77 33 47 / 10%);
    text-align: center;
}
@media (max-width: 992px) {
  .fact-counter {
    display: none;
  }
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.service-section {
    position: relative;
}
.featured-services:before {
    position: absolute;
    right: 0;
    bottom: 100px;
    left: 20%;
    top: 0;
    background-color: #f4f8ff;
    content: "";
}
@media only screen and (max-width: 1023px){
  .featured-services:before {
    left: 0;
  }
}
.sec-title {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 25px 60px rgb(77 33 47 / 5%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  .featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  .featured-services .icon-box:hover::before {
    background: #004a87;
    top: 0;
    border-radius: 0px;
  }
  .featured-services .icon {
    margin-bottom: 15px;
  }
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #004a87;
    transition: all 0.3s ease-in-out;
  }
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .featured-services .title a {
    color: #111;
  }
  .featured-services .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff;
  }
  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }

.why_choose_us {
    background-image: url('../img/bg-shapes-5.png');
    background-size: cover;
    background-repeat: no-repeat;
}
/**************************************************/
.counter_back {
  background-image: url('../img/back_count.jpg');
  padding: 50px 0px;
}
.counters {
  padding-top: 40px;
}
.counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
  display: block;
  color: white;
}
.counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: white;
}
.counter-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: #004a87 3px solid;
  background-color: white;
  color: #004a87;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}
.counters .counter-circle:hover {
  background-color: #004a87;
  color: white !important;
}
/******************************************************/
.owl-carousel .item {
  position: relative;
  overflow: hidden; 
  border-radius: 5% !important;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
/* .faq .faq-list {
  padding: 0 100px;
} */
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #004a87;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #004a87;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*******************************************/
.form-group {
    position: relative;
}
.form-group .theme-btn {
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 10px 30px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .06em;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    background-color: #fff323;
    text-align: center;
    transition: .3s;
}
/******************************************/
.footer {
    background-color: #1b212f;
  }
  .footer-title {
      font-size: 26px;
      font-weight: bold;
  }
  .footer-contact-text {
      font-size: 18px;
  }
  .footer-contact-text a {
    color: white;
  }
  .footer .Links a{
      text-decoration: none;
      color: white;
      font-size: 16px;
	  font-weight:500;
  }
  
  .home .cta-area.pb-25 {
    margin-top: 121px;
	}
	
	.home .cta-area.pb-25 .n2_clear
	{
		padding: 0 !important;
	}

  @media (max-width: 767px) {
    .footer-contact-text {
      font-size: 18px;
    }
	.home .cta-area.pb-25 {
		margin-top: 130px;
	}
	body p {
		text-align: left !important;
	}
	body section.counter_back p {
		text-align: center !important;
	}
	img.img-fluid {
		max-width: 60%;
		height: auto;
		margin: auto;
		display: block;
	}
	.homeslider .n2-ss-slider-wrapper-inside .n2-ss-layer {
		padding: 40px 0 !important;
	}
  }
/***********************service page styling*****************************/
#service_hero {
  position: relative;
  width: 100%;
  height: auto;
  padding: 150px 0;
  /*background: url('../img/rug-cleaning-restoration.jpg');*/
  background-size: cover;
  background-position:center bottom;
}
#service_hero::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #1b212f;
  opacity: .45;
}
#service_hero .container {
  position: relative;
}
.banner-title {
  position: relative;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.2em;
  margin-bottom: 17px;
  font-weight: 700;
}
.subtitle {
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: white;
}
.cleaning-box {
  position: relative;
  /*background-image: url('../img/banner-bg.jpg');*/
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: cover;
  padding: 110px 60px 110px;
}
.image-box {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.service-widget.widget_nav_menu {
  position: relative;
  border-radius: 0px;
  margin-bottom: 40px !important;
}
.service-widget.widget_nav_menu .menu {
  position: relative;
}
.service-widget.widget_nav_menu ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.service-widget .menu li {
  position: relative;
  margin-bottom: 10px;
}
.service-widget .menu li a{
  position: relative;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: rgba(27,33,47,.75);
  font-weight: 600;
  text-transform: uppercase;
  background: #f5f5f5; /* default color */
  text-align: left;
  z-index: 1;
  padding: 15px 30px 15px 80px;

  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #f5f5f5 50%, #004a87 50%) right;
  background-size: 200%;
  transition: all 500ms ease-in-out;
}
.service-widget .menu li a:hover{
  background-position: left;
  color: white;
}
.service-widget .menu li a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  line-height: 60px;
  height: 60px;
  background: #004a87;
  color: #ffffff;
  font-family: 'Flaticon';
  content: '\25BA';
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width: 1023px){
  .cleaning-box {
      padding: 50px 30px;
  }
}