
/* =======================================================================
Xprod - Product Landing Page  
======================================================================= */
/*
1. GLOBAL STYLES & TYPOGRAPHY
2. LAYOUT     
     2.1 PRELOADER     
     2.2 LOGO
     2.3 STORE BUTTON
     2.3 ICON STYLES

3. MENU
4. HEADER
     4.1 Intro
     4.2 Particles
     4.3 Slider
     4.4 Video BG
5. SECTIONS
     5.1 product
     5.2 features
     5.3 reviews
     5.4 blog
     5.5 Contact	  	  
6.FOOTER
7.RESPONSIVE LAYOUTS

*/

/* --------------------------------------
1. GLOBAL STYLES & TYPOGRAPHY
-----------------------------------------*/

/* -- GOOGLE FONT --*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:400,500,600,700|Raleway:300,400,500,600,700|Sofia&display=swap');
/* -- END FONT FACE --*/

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
    font-size: 13px;
    overflow-x: hidden;
    font-display: swap;
}
a {
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}
a.i-left, a.i-right {
  color: #596379;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
a.i-right i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}
a.i-left i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}
p {
  color: #596379;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 10px;
}
.mr-0{
  margin-right: 0 !important;
}
.ta-c {
    text-align: center;
}
img {
    max-width: 100%;
}
section {
  padding-bottom: 80px;
  padding-top: 80px;
}
h1 {
    font-size: 35px;
    line-height: 40px;
}
h2 {
    font-size: 27px;
    line-height: 37px;
}
h3 {
    font-size: 21px;
    line-height: 32px;
}
h4 {
    font-size: 17px;
    line-height: 28px;
}
h5 {
    font-size: 15px;
    line-height: 23px;
}
h6 {
    font-size: 13px;
    line-height: 17px;
}
h1, h2, h3, h4, h5, h6 {
  color: #7f8c8d;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
h2.section-header {
  color: #626a6c;
  text-align: center;
  word-spacing: 4px;
}

p.section-description {
  margin: auto;
  max-width: 780px;
  padding-bottom: 60px;
  text-align: center;
}
 .ct-social-profiles .fa {
    color: rgba(50,50,50,0.5);
}

.ct-social-profiles .fa.fa-facebook-square:hover:before {
    color: #3b5998;
    transition: all .2s ease-in-out;
}
.ct-social-profiles .fa.fa-instagram:hover:before{
	color: #fe8e46;
	transition: all .2s ease-in-out;
}
.ct-social-profiles .fa.fa-twitter-square:hover:before {
    color: #55acee;
    transition: all .2s ease-in-out;
}
.ct-social-profiles .fa.fa-youtube-square:hover:before {
    color: #b00;
    transition: all .2s ease-in-out;
}
.margin-bottom {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #81ee8e 0%, #11c6e7 100%) repeat scroll 0 0;
  height: 2px;
  margin: 0 auto;
  max-width: 90px;
  text-align: center;
  margin-bottom: 13px;
}
.cw{
    color: #fff !important;
}
.bg-success {
    background: #5cb85c;
    color: #f1f1f1;
}
section.ct-section {
    padding: 50px 0 30px;
    display: inline-block;
    width: 100%;
}
/* --------------------------------------
2. LAYOUT
-----------------------------------------*/
.mb-0 {
  margin-bottom: 7px;
  margin-top: 0;
}
.mb-10 {
    margin-top: 0;
    margin-bottom: 10px;
}
.mb-15 {
    margin-top: 0;
    margin-bottom: 15px;
}
.mb-25 {
    margin-top: 0;
    margin-bottom: 25px;
}
.mb-30 {
    margin-top: 0;
    margin-bottom: 30px;
}
.mb-35 {
    margin-top: 0;
    margin-bottom: 35px;
}
.mb-65 {
    margin-top: 0;
    margin-bottom: 65px;
}
.mb-80 {
    margin-top: 0;
    margin-bottom: 80px;
}
.mt-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.mt-10 {
    margin-top: 10px;
    margin-bottom: 0;
}
.mt-15 {
    margin-top: 15px;
    margin-bottom: 0;
}
.mt-25 {
    margin-top: 25px;
    margin-bottom: 0;
}
.mt-30 {
    margin-top: 30px;
    margin-bottom: 0;
}
.mt-35 {
    margin-top: 35px;
    margin-bottom: 0;
}
.mt-65 {
    margin-top: 65px;
    margin-bottom: 0;
}
.mt-80 {
    margin-top: 80px;
    margin-bottom: 0;
}
.m-b-50{
    margin-bottom: 50px;
}
.mtb-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.center-col {
    float: none;
    margin: 0 auto;
}
.section-title {
  margin-bottom: 20px;
  text-align: center;
}
.section-title h2 {
    text-transform: uppercase
}
.text-bold {
    font-weight: 500;
}

.img-center {
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}

.page-header {
    padding: 0;
    margin: 0;
    border: 0;
}


.wow {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.font-alt {
  color: #51dfb3;
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: lowercase;
}
.text-white {
    color: #fff;
}
.bg-light {
    background-color: #f8f8fd;
}

/* 2.1 Preloader Start */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.preloader .loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: block;
    margin: auto;
    margin-top: -45px;
} 

/* 2.2 Logo Start */ 

.logo {
  display: inline-block;
  float: left;
  position: relative;
  text-align: left;
}
.logo a {
  color: #7f8c8d;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  max-width: 130px;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.logo a img{
	max-width: 245px;
	padding: 0;
  width: 245px;
  height: 66px;
}
.logo span {
  color: #62e6a6;
}

/* 2.3 Store Buttons */ 

.store-buttons {
    position: relative;
    display: inline-block;
}
.store-buttons a {
  padding: 16px 25px;
}
.store-buttons a.download-store1 {
  background: #0DC4EA; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0DC4EA, #6BE99F); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0DC4EA, #6BE99F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding-bottom: 13px;
  padding-top: 13px;
  box-shadow: 2px 1px 4px #333;  
}
.store-buttons a.download-store2 {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px; 
  padding-bottom: 11px;  
  padding-top: 11px;  
}
.store-buttons a.download-store2 {
  border: 2px;
}
.store-buttons a.download-store1:focus,
.store-buttonsa a.download-store1:active,
.store-buttons a.download-store1:hover {
    color: #fff;
    text-decoration: none;
background: #0DC4EA; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #0DC4EA, #6BE99F); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #0DC4EA, #6BE99F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
}
.dl-btn-wrapper {
    position: relative;
    display: inline-block;
}
.ds-btn {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 40px;
  min-width: 140px;
  padding: 9px 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.ds-btn.download-store1 {
background: #0DC4EA; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #0DC4EA, #6BE99F); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #0DC4EA, #6BE99F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.ds-btn.download-store2 {
  border: 2px solid #465772 !important;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color:#465772;
}
.ds-btn i {
    font-size: 19px;
    vertical-align: -1px;
    margin-right: 6px;
}
.ds-btn:focus,
.ds-btn:active,
.ds-btn:hover {
    color: #fff;
    text-decoration: none;
background: #0DC4EA; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #0DC4EA, #6BE99F); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #0DC4EA, #6BE99F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent !important;
}

.header-space {
    margin-top: 120px;
}

.dl-btn-wrapper {
    position: relative;
    display: inline-block;
}
.dl-btn {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-right: 40px;
  min-width: 140px;
  padding: 9px 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.dl-btn.btn-1 {
  background: #15607A;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #fff;
  border-radius: 4px;
}
.dl-btn.btn-2 {
  border: 2px solid;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.dl-btn i {
    font-size: 19px;
    vertical-align: -1px;
    margin-right: 6px;
}
.dl-btn:hover {
    color: #fff;
    text-decoration: none;
	   background: rgba(13,163,79,0.75);
     box-shadow: 2px 1px 4px;
}
.owl-controls .owl-dots .owl-dot {
  background-color: #333;
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  width: 10px;
}
/*-- 2.4 Icon Styles --*/

.icon-box-content > h5 {
  color: #7f8c8d;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
}
.icon-box {
    display: block;
    position: relative;
}
.icon-box.top {
    text-align: center;
}
.icon-box.left {
    text-align: left;
}
.icon-box.right {
    text-align: right;
}
.icon-box a {
    color: #333;
}
.icon-box a:hover {
    color: #fff;
}
.icon-top, .icon-left, .icon-right {
  color: #5bc0de;
  display: inline-block;
  font-size: 34px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  width: 70px;
}
.icon-top:hover, .icon-left:hover, .icon-right:hover{
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.icon-top {
    line-height: 70px;
    margin-bottom: 20px;
}
.icon-top-alt {
    font-size: 40px;
    margin-bottom: 10px;
}
.icon-box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.icon-box-content {
    position: relative;
}
.icon-box.left {
    padding-left: 90px;
    text-align: left;
}
.icon-box.right {
  padding-right: 14px;
  text-align: right;
}
.icon-box.left {
  padding-left: 14px;
  text-align: left;
}


/* --------------------------------------
3. MENU
-----------------------------------------*/
.mobile-menu {
    display: none;
    float: right;
    line-height: 60px;
}
.mobile-menu a {
    position: relative;
    display: block;
    font-size: 23px;
    color: #333;
    width: 30px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-nav {
    position: relative;
    float: right;
    display: inline-block;
    min-height: 70px;
}
ul.main-nav-inner {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-nav-inner li {
    display: inline-block;
    text-align: left;
}
.order-btn {
	line-height: 60px !important;
	padding:0px 35px !important;
	background: #16b6d0;
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
	padding-bottom: 11px;
	padding-top: 11px; 
    font-size:14px !important;
    color:#333 !important;	
    box-shadow: 2px 1px 4px;	
}

.main-nav-inner li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
}
.main-nav-inner li a:hover{
    background-color: rgba(13,163,79,0.75) !important;
    color: #fff !important;
}
.header.stuck {
		height: 70px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 300ms linear 0s;
    border-bottom: 1px solid rgba(185, 185, 185, 0.5);
}
.header.stuck .logo {
  margin-top: 0;
}
.header.stuck .logo a img{
  max-width: 200px;
  transition: 1s;
	display: none;
}
.header.stuck .logo a img.simple{
	display: none;
}
.header.stuck .logo a img.for-sticky{
	display: block;
  width: 245px;
  height: 66px;
}
.header .logo a img.for-sticky{
	display: none;
}
.header.stuck .main-nav-inner li a {
  color: #333;
  line-height: 70px;
}
.header.stuck .main-nav-inner li a:hover, .header.stuck .main-nav-inner li a.current {
  color: #7f8c8d;
}
.header.stuck .mobile-menu {
    line-height: 55px;
}

/* --------------------------------------
4. HEADER
-----------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    z-index: 10;
    /* background-color: transparent; */
    background-color: #00000042;
    backdrop-filter: blur(20px);
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
}
.buy_now_btn{
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 31px !important;
    text-transform: uppercase !important;
    color: #262626!important;
    display: block !important;
    padding: 2px 10px !important;
    letter-spacing: .8px !important;
    background-color: #5bc0de !important;
    border-color: #5bc0de !important;
    border-radius: 3px;
}
/* 4.1 Intro Start */ 
/*.ctnpr{padding-right: 0 !important;}
section.ct-section.nptb{padding-top: 0;padding-bottom: 0;}
.ct-action-bar{background: #5bc0de;}
.ct-action-bar .container{padding-top: 40px;padding-bottom: 40px;}
.ct-action-bar h2{color: #fff;text-transform: inherit;}
.ct-action-bar a.btn-1.white-button{background-color:#ffffff;font-size: 17px;line-height: 28px;font-weight: 600;border-radius: 30px;color:#333 !important;-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);}
.ct-action-bar a.btn-1.white-button:hover{background-color: rgba(13,163,79,0.75);color: #ffffff !important;}

#ct-features-more .ct-left-col{background: url('https://picsum.photos/id/143/800/800?random=1') no-repeat;background-size: cover;height: auto;min-height: 475px;}

#ct-features-more .ct-right-col{background-color: rgba(13, 163, 79, 1);padding: 30px 120px 30px 30px;}
#ct-features-more .ct-right-col *{color: #ffffff;}

#ct-features-more .ct-right-col h2{text-transform: capitalize;font-size: 26px;line-height: 1.2;}


#ct-features-more .ct-right-col h6{font-size: 18px;font-weight: 600;}

#ct-features-more .ct-right-col .icon-box.left{margin-bottom: 0;}
#ct-features-more .ct-right-col .icon-box-content{padding-left: 20px;position: relative;}
#ct-features-more .ct-right-col .icon-box-content i.fa{position: absolute;left: -10px;top: 0px;font-size: 18px;}
*/

h1.text-white > span {
  color: #51dfb4;
}
p.intro-description {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: sans-serif;
}
.intro-description > span {
  font-weight: 700;
}
.intro {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding: 200px 0 0px 0;
    background: url(../img/cleanto_home_page.webp) ;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-content {
  padding-bottom: 150px;
  padding-top: 70px;
  text-align: center;
}
.intro-content h1 {
  color: #fff;
  font-size: 30px;
  line-height: 65px;
  text-transform: capitalize;
  font-family: sans-serif;
}
.intro-mockup {
    position: relative;
}
.intro-mockup img {
  display: block;
  height: auto;
  margin-left: 13%;
  max-width: 100%;
}
.intro-mockup .img-one {
    position: relative;
    z-index: 3;
}
.intro-mockup .img-two {
    position: absolute;
    top: 0;
    z-index: 2;
}
.intro-mockup .img-three {
    position: absolute;
    top: 0;
    z-index: 1;
}
.mockup-text {
  padding-bottom: 0;
  padding-top: 70px;
}
.mockup-text h2{
  font-family: sans-serif;
}
.mockup {
    position: relative;
}
.mockup img {
  display: block;
  height: auto;
  margin-top: 15px;
  max-width: 100%;
}
img.mockup-faqs {
  max-width: 100%;
}

/* 4.2 Particles Start */

.particle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 4.3 Slider Start */

.tparrows.tp-leftarrow::before {
    content: "\f104";
    font-family: FontAwesome;
}

.tparrows.tp-rightarrow:before {
    content: "\f105";
    font-family: FontAwesome;
}

#slider1 h2 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-weight: 300;
  line-height: normal;
}

#slider1 h2.red {
    font-size: 58px;
    font-weight: 700;
    color: #f73246;
}

#slider1 .slider-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 18px 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background:#16b6d0;
    color: #FFFFFF;
}

#slider1 .slider-button.red {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff !important;
  color: #fff !important;
}

#slider1 .slider-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255,0.2);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#slider1 .slider-button:hover,
#slider1 .slider-button:focus,
#slider1 .slider-button:active {
    color: #FFFFFF;
}

#slider1 .slider-button:hover:before,
#slider1 .slider-button:focus:before,
#slider1 .slider-button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.tp-caption.News-Title {
  font-weight: 600 !important;
  text-transform: capitalize;
}
/* 4.4 Video BG Start */


/* --------------------------------------
5. SECTIONS
-----------------------------------------*/

 /* 5.1 Product Start */
 
#how_work {
  background: #f8fbfd none repeat scroll 0 0;
} 
.icon > img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 50px;
  padding-bottom: 88px;
}
/*--- Timline Section ---*/
.prodct_image{
  text-align: center;
}
.prodct_image img {
    margin-bottom: 20px;
    margin-top: 30px;
    max-height: 520px;
    width: calc(255px - 0px);
    height: calc(100% - 0px);
}
#timeline {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}

.timeline-contents {
  margin-top: 15px;
  padding: 30px 0;
  position: relative;
}

.timeline-contents::after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.event-item{
  margin-bottom: 50px;
}

.timeline-contents .event-item .duration-left {
  background: #7f8c8d none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  float: right;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  padding: 10px 30px;
  position: relative;
  text-align: right;
}

.timeline-contents .event-item .duration-left::after {
  background: #14ea70 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -40px;
  top: 5px;
  width: 20px;
  z-index: 1;
}

.timeline-contents .event-item .event-description-right{
  text-align: left;
  margin-left: 15px;
  float: left;
}

.timeline-contents .event-item .duration-right {
  background: #7f8c8d none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  float: left;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  padding: 10px 30px;
  position: relative;
  text-align: left;
}

.timeline-contents .event-item .duration-right::after {
  background: #14ea70 none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 5px;
  width: 20px;
  z-index: 1;
}

.timeline-contents .event-item .event-description-left{
  text-align: right;
  margin-right: 15px;
  float: right;
}

.timeline-contents .event-item .event-description-right h4, .event-description-left h4 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  text-transform: capitalize;
}
/* 5.2 Features Start */
#features {
  background: #f8fbfd none repeat scroll 0 0;
  padding-bottom: 0;
}
.single-feature {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
h3.feature-header {
  color: #505d70;
  font-size: 22px;
  font-weight: normal;
  text-transform: capitalize;
}
.single-feature:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);	
}
.single-feature:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product_description {
  padding-top: 80px;
}
.product_description .mockup img {
  margin-top: 15px;
  width: 750px;
  height: 397px;
}
#more-features {
  background: #fafafa none repeat scroll 0 0;
}
.mockup .mockup-front {
    position: relative;
    z-index: 2;
}
.mockup .mockup-back {
    position: absolute;
    top: 0;
}
 /* Showcase Start */
#showcase {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 110px;
}
.showcase-slider {
    position: relative;
}
.showcase-slider .owl-stage-outer {
    padding-bottom: 20px;
}
.showcase-slider .slider-item {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 85px;
  position: relative;
}

.showcase-slider .owl-item .slider-item img {
    opacity: .5;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.showcase-slider .owl-item.active .slider-item img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.showcase-slider .slider-item img {
    max-width: 100%;
    display: block;
    height: auto;
}
.product_order {
  padding-top: 20px;
  text-align: center;
}
.product_order > h5 {
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
  text-transform: capitalize;
}
.product_order > p {
  color: #5ae2ac;
  float: left;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 9px;
  max-width: 70px;
}
.product_order a.order {
  border: 2px solid #7f8c8d;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  color: #7f8c8d;
  float: right;
  font-weight: 600;
  margin-right: 10px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.showcase-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.showcase-slider .owl-controls .owl-dots .owl-dot {
    background-color: #333;
    width: 10px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.showcase-slider  .owl-dots .owl-dot.active {
    background-color: transparent;
    border-color: #54e0b1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #333;
    font-weight: 100;
}
.mfp-bg {
    background-color: rgba(255, 255, 255, 0.95);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: none;
}
button.mfp-close:focus,
button.mfp-close:focus,
button.mfp-close:active:focus {
    background-color: transparent;
    color: #333;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.author-img {
    display: block;
    margin-bottom: 35px;
}
.author-img img {
    max-width: 100px;
    display: block;
    height: auto;
    border-radius: 100%;
    margin: 0 auto;
}

/* --- 5.3 reviews ---*/
#testimonial {
  /*background: #fff none repeat scroll 0 0;*/
  padding-bottom: 130px;
}
.testimonial-slider .owl-item .slider-item {
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
}
.testimonial-slider .owl-item.active .slider-item {
    -webkit-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .58, 1);
    transition: all .3s cubic-bezier(0, 0, .58, 1);
    -webkit-animation-name: zoomInScale;
    -moz-animation-name: zoomInScale;
    -o-animation-name: zoomInScale;
    animation-name: zoomInScale;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.testimonial-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.testimonial-slider .owl-controls .owl-dots .owl-dot {
    background-color: rgba(13,163,79,0.75);
    width: 10px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.testimonial-slider .owl-dots .owl-dot.active {
    background-color: #fff;
    border-color: #5bc0de;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.slider-item p {
  text-align: center;
}
.video {	
    text-align: center;
}
 
blockquote {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    border: 0;
}
blockquote p {
    position: relative;
    font-weight: 300;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
    color: #fff;
}
ul,
ol {
    margin-bottom: 0;
}


blockquote footer {
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    background-color: transparent;
}
blockquote footer:before {
    content: "";
    position: absolute;
    width: 219px;
    height: 14px;
    background-image: url(../img/assets/blockquote-footer.png);
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
blockquote cite {
    font-style: normal;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
blockquote h6{
    color: #fff;
}
.play-btn {
    padding: 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.play-btn:hover {
    box-shadow: 0 0 0 3px #fff;
}
/* Team Start */
#team {
  padding-bottom: 90px;
}
.team-member {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.member-details {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left,  rgba(129, 238, 142, 0.95) 0%, rgba(0, 201, 253, 0.95) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(129, 238, 142, 0.95) 0%, rgba(0, 201, 253, 0.95) 100%) repeat scroll 0 0;
    height: 100%;
    left:0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top:0;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.team-member:hover .member-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.member-details-inner {
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.member-name {
    margin-bottom: 5px;color: #ffffff;
}
.designation {
    color: #fff;
    font-weight: 600;
}
.short-description {
    color: #fff;
}
.social a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 33px;
  transition: all 0.3s ease 0s;
  width: 35px;
  z-index: 1;
}

.social i {
    position: relative;
    z-index: 1;
}
.social {
    margin-top: 30px;
    padding-bottom: 10px;
}

#download {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #fafafa none repeat scroll 0 0;
}
.download {
  text-align: center;
}

/****Reiview start****/
.gc-bg-image1 {
    background: url(../img/young-woman-cleaning-house.webp) no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}
.gc-bg-image1 p.section-description{
    color: #fff;
    margin: auto;
    max-width: 780px;
    padding-bottom: 10px;
    text-align: center;
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
}
.gc-bg-image1 p.section-description:after{
    content: '';
    width: 70px;
    height: 3px;
    display: block;
    margin: 25px auto 34px;
    background: #fff;
}
.bg-color{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
#testimonial h2.section-header{
    color: #fff;
    opacity: 1;
    position: relative;
}
/**********************/

/* Pricing Start */

#pricing {
  background: #fafafa none repeat scroll 0 0;
  padding-bottom: 65px;
  text-align: center;
}
.pricing_bg h2 {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  word-spacing: 1px;
}
.pricing_bg p {
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.pricing_table {
  border: 2px solid #f7f7f7;
  box-shadow: 2px 4px 10px 4px #ddd;
  margin-bottom: 50px;
  margin-top: 20px;
}
.pricing_table_popular {
  box-shadow: 2px 4px 10px 4px #ddd;
  margin-bottom: 50px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.pricing_table h4 {
  color: #273140;
  font-size: 20px;
  margin: 0;
  padding: 35px 5px 5px;
  text-transform: uppercase;
}
.pricing_table_popular h4 {
  color: #273140;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-top: 35px;
  text-transform: uppercase;
}
.pricing_table_popular .amazo_price span.sign, .pricing_table_popular .amazo_price span.currency {
  color: #ff9428;
}

.pricing_table .amazo_price {
  padding-top: 40px;
  font-family: "Lato";  
}

.pricing_table_popular .recomended {
  background: #09afe9 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-top: 3px;
  text-align: right;
  text-transform: uppercase;
}
.pricing_table_popular .amazo_price {
  font-family: "Lato";
  padding-top: 40px;
}
.amazo_price span.sign {
  color: #7f8c8d;
  font-size: 45px;
  font-weight: 600;
}
.amazo_price span.currency {
  color: #7f8c8d;
  font-size: 40px;
  font-weight: 600;
}
.pricing_text ul.pricing_nav {
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}
.pricing_text ul.pricing_nav li {
  color: #7f8c8d;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  list-style: outside none none;
  margin-left: 0;
  margin-top: 10px;
}

.pricing_table_popular .buy_button a {
  background:#16b6d0;
  border: medium none;
  color: #fff !important;
  font-size: 16px;
  padding: 18px 32px !important;
}
.buy_button {
  margin-bottom: 50px;
  margin-top: 40px;
}
.buy_button a {
  border-color: #7f8c8d;
  border-radius: 100px;
  border-style: solid;
  border-width: 2px;
  color: #7f8c8d;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: capitalize;
}
.buy_button a i {
  margin-right: 10px;
}
/*-- Subcribe Mailchimp --*/

.not_spam p.section-description {
  padding-top: 30px;
}
.subcribe {
  position: relative;
  overflow: hidden;
}
.black-bg {
  background-color: #202026;
  color: #fff;
  padding-bottom: 120px;
}
.newsletter h2 {
  margin-bottom: 45px;
  padding-top: 50px;
  text-align: center;
}

.subscribe-input .email_input {
  background-color: #fff;
  border: 0 none;
  color: #595959;
  float: left;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  line-height: 49px;
  margin-left: 19%;
  padding: 0 10px;
  width: 40%;
  border: 1px solid #ddd;
}
.subscribe-input .input_submit {
  background:#16b6d0;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 60px;
  letter-spacing: 1.1px;
  padding: 0 20px;
  text-transform: uppercase;
}

/**********our collections**************/
 .using_cleanto_min{
    position:relative;
    width: 80%;
    margin: 0 auto;
}
.using_cleanto_min img{
  width: 335px;
  height: 200px;
}
 .using_cleanto{
     position:absolute;
     width:100%;
     height:100%;
     z-index:9999;
     left:0 ;
}
 span.ct_feature_number{
     font-size:30px;
     font-weight:600 ;
}
 .r_name{
     font-size:20px ;
}
   #main-menu .navbar-nav > li > a {
     background-color: transparent;
     font-size: 14px;
     font-weight: 500;
     line-height: 31px;
     text-transform: uppercase;
     color: #fff;
     display: block;
     padding: 2px 10px;
     letter-spacing: .8px;
}
 #cl_marcet a:hover{
     text-decoration:none;
}
 .using_cleanto_2{
     background-image: url(../img/using_cleanto_2_2.png) !important;
}
 .using_cleanto_3{
     background-image: url(../img/using_cleanto_3_3.png) !important;
}
 .using_cleanto_4{
     background-image: url(../img/using_cleanto_4_4.png) !important;
}
 .using_cleanto_5{
     background-image: url(../img/using_cleanto_5_5.png) !important;
}
 .using_cleanto_6{
     background-image: url(../img/using_cleanto_6_6.png) !important;
}
 .using_cleanto_7{
     background-image: url(../img/using_cleanto_7_7.webp) !important;
}
 .using_cleanto_8{
     background-image: url(../img/using_cleanto_8_8.png) !important;
}
 .using_cleanto_9{
     background-image: url(../img/using_cleanto_9_9.webp) !important;
}
 .using_cleanto_1{
     background-image: url(../img/using_cleanto_1_1.png);
     background-position-x: 53%;
     background-position-y: 16px;
     background-repeat: no-repeat;
     background-size: 251px;
     transition: all 2s ease-in-out;
}
.using_cleanto_min:hover > .using_cleanto_1{
background-position-y: -345px;
}
.using_cleanto_min:hover > .using_cleanto_2{
background-position-y: -204px;
}
.using_cleanto_min:hover > .using_cleanto_3{
background-position-y: -290px;
}
.using_cleanto_min:hover > .using_cleanto_4{
background-position-y: -130px;
}
.using_cleanto_min:hover > .using_cleanto_5{
background-position-y: -320px;
}
.using_cleanto_min:hover > .using_cleanto_6{
background-position-y: -272px;
}
.using_cleanto_min:hover > .using_cleanto_7{
background-position-y: -306px;
}
.using_cleanto_min:hover > .using_cleanto_8{
background-position-y: -253px;
}
.using_cleanto_min:hover > .using_cleanto_9{
background-position-y: -460px;
}
.header2{
    font-size:34px;
    padding-top:5px;
    margin:30px 0 15px; 
}
.header2:after{
     content:'';
     width:70px;
     height:3px;
     display:block;
     margin:25px auto 34px;
     background:#314451;
}
.header2.cw:after{
     background:#fff;
}
.ct-content {
    max-width: 770px;
    margin: 0 auto;
    padding: 0;
    display: block;
    z-index: 0;
    position: relative;
}
.ct-content .header-content{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 999;
    position: relative;
    margin: 0 0 5px;
    display: block;
}
.btn-transparent {
    background: transparent;
    color: #0da34f;
    font-size: 14px;
    padding: 12px 25px;
    border-color: #0da34f;
    margin: 0 15px;
    line-height: 14px;
    text-transform: capitalize;
    letter-spacing: .8px;
}
/*Transition*/
 .quote {
     color: rgba(0,0,0,.1);
     text-align: center;
     margin-bottom: 30px;
}
 #fade-quote-carousel.carousel {
     padding-bottom: 60px;
}
 #fade-quote-carousel.carousel .carousel-inner .item {
     opacity: 0;
     -webkit-transition-property: opacity;
     -ms-transition-property: opacity;
     transition-property: opacity;
}
 #fade-quote-carousel.carousel .carousel-inner .active {
     opacity: 1;
     -webkit-transition-property: opacity;
     -ms-transition-property: opacity;
     transition-property: opacity;
}
 #fade-quote-carousel.carousel .carousel-indicators {
     bottom: 10px;
}
 #fade-quote-carousel.carousel .carousel-indicators > li {
     background-color: #0da34f;
     border: none;
}
 #fade-quote-carousel blockquote {
     text-align: center;
     border: none;
}
 #fade-quote-carousel .profile-circle {
     width: 100px;
     height: 100px;
     margin: 0 auto;
     border-radius: 100px;
}
 p.f-size22{
     font-size: 22px !important;
}
 p.black{
     color: #fff !important;
     text-align: center;
}
 .z-index-999{
     z-index: 999;
}
   .new_banner_multi{
     margin:20px 0;
}
   #best-used-for .strong_title{
    color:#0da34f;
}
/*End Transition*/
/**********************************/
/* Faqs Start */
#faq {
  background: #fafafa none repeat scroll 0 0;
}
.accordion {
    margin-bottom: 20px;
}
.accordion-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.accordion-title a {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.accordion-title a.active {
    background:#16b6d0;
    border-color: #eef0f3;
    color: #333;
    cursor: default;
}
.accordion-title a:after {
    content: "\f2c7";
    font-family: "Ionicons";
    font-size: 10px;
    position: absolute;
    right: 20px;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.accordion-title a.active:after {
    content: "\f2f4";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.accordion-content {
    font-size: 13px;
    line-height: 1.8;
    padding: 20px 35px;
    background-color: #fafafa;
    border: 1px solid #eef0f3;
    border-top-color: #eef0f3;
}
/* 5.4 blog Start */

#news {
  padding-bottom: 110px;
}
.news-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.news-preview {
    padding: 24px;
    background-color: #fafafa;
    overflow: hidden;
}

.news-preview h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
.news-preview h4 a {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.news-preview a:hover {
  color: #54e0b1;
}
.news-preview p {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-meta {
  border-top: 1px solid #eef0f3;
  margin-top: 15px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 15px;
}
.news-meta .date {
  color: #afafaf;
  display: inline-block;
  float: left;
  font-family: "Lato";
  text-transform: uppercase;
}
.news-meta .comment {
  color: #afafaf;
  float: right;
  font-family: "Lato";
}
.news-meta .read-more {
    display: inline-block;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.read-more a {
  color: #afafaf;
  font-weight: 500;
  position: relative;
  right: -10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.read-more a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-left: 5px;
    opacity: 0;
    visibility: hidden;
    color: #54e0b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.read-more a:hover {
    color: #54e0b1;
    right: 0;
}
.read-more a:hover:after {
    opacity: 1;
    visibility: visible;
}
#follow-us {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #81ee8e 0%, #11c6e7 100%) repeat scroll 0 0;
  padding-bottom: 80px;
  padding-top: 80px;
}
/* 5.5 Contact Start */

.contact-box {
    position: relative;
}
.contact-box.top {
    text-align: center;
}
.contact-box.left {
  margin-bottom: 40px;
  padding-left: 45px;
  text-align: left;
}
.contact-box.right {
    text-align: right;
    padding-right: 45px;
}
.contact-box-content p,
.contact-box-content a {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
}
.contact-icon-top,
.contact-icon-left,
.contact-icon-right {
    font-size: 30px;
}
.contact-icon-top {
    padding-bottom: 20px;
}
.contact-icon-left {
  color: #54e0b1;
  left: 0;
  position: absolute;
}
.contact-icon-right {
    position: absolute;
    right: 0;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
  color: #333;
}
.form-control:focus {
    border-color: #afafaf;
    box-shadow: none;
}
#message {
    padding: 0 15px 15px;
    display: none;
}
.errorMessage {
    padding: 0 15px 20px;
    font-weight: 600;
}
ul.errorMessages {
    list-style: none;
    padding-left: 0;
    padding-top: 5px;
}
ul.errorMessages li {
    color: red;
    font-weight: 500;
    position: relative;
}
ul.errorMessages li:before {
    content: "\f149";
    font-family: "Ionicons";
    margin-right: 5px;
}
button.btn-ellipse {
  background:#16b6d0;
  border: medium none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 14px 15px;
}
.btn-contact-bg {
  background:#16b6d0;
  border: 0 none;
  border-radius: 100px 0 0 100px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 25px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.btn-contact-bg:hover,
.btn-contact-bg:active {
  background:#16b6d0;
  color: #fff;
  border-radius: 100px 0 0 100px; 
  border:0px !important;  
}
.success {
  color: #54e0b1;
  font-size: 18px;
}
/* Google Map */

#google-map {
    height: 450px;
}
.contact-map-container {
  height: 500px;
  margin-left: -10px;
  top: 0;
  width: 100%;
}

.contact-map-container #map {
  height: 500px;
  width: 100%;
}
/********tour************/
.tour-content{
  margin: 50px 0px;
}

/*****user guide*****/
.cleanto-video{
  padding-left: 0;
}
.cleanto-video li{
  list-style: none;
}
.user-guide{
  text-align: center;
  margin: 15px;
}
/* ---------------
6 FOOTER 
-----------------*/
.error {
    height: 10px;
    line-height: 2;
    display: block;
    color: red;
    text-align: left;
}
.error ul{
    list-style: none;
    padding-left: 0;
  }
 .email-link{
    color: #7f8c8d;
    font-family: "Poppins",sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: lowercase;
    letter-spacing: 0;
}
.req_label{
    margin-left: 20px;
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
    color: rgba(13,163,79,0.75);
    }
.footer_down {
  background: #34495e none repeat scroll 0 0;
}
.footer_content p {
  color: #fff;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
footer .footer-box .ct-social-profiles .fa, .color_w {
    color: #fff;
}
footer .np {
    padding: 0;
}
footer .ct-section {
    padding: 50px 0 60px;
} 
footer .footer{
     background:#314451;
     color:#fff ;
}
footer .footer .footer-box h1:after{
     content:'';
     width:50px;
     height:1px;
     display:block;
     margin:2px 0 3px;
     background:#fff ;
}
footer .footer .footer-box h1.cl_footer_cl:after {
    content: '';
    width: 164px;
    height: 1px;
    display: block;
    margin: 2px auto 3px;
    background: #fff;
}
footer ul li{
    list-style: none;
}
footer ul li a:hover{
    text-decoration: none !important;
}
footer .footer .footer-box h1,  footer .footer .footer-box ul li a.btn-link{
     color:#fff; 
}
footer .footer .footer-box ul li a.btn-link{
     padding:0;
}
footer .footer .footer-box{
     padding:10px 15px;
     margin:0;
     color:#fff;
     min-height:220px; 
}
footer .footer-box .margin-left-0{
     padding-left: 0;
}
footer .footer .footer-box h1{
     font-size:15px;
     font-weight:400;
     text-transform:uppercase; 
}
/*footer .footer .footer-box h1.first_col{
     margin-right:80px;
}*/
footer .footer .footer-box ul li a{
     font-size:13px;
     line-height:24px;
     font-weight:300;
     color: #fff; 
}
footer .footer .footer-box .footer-contact-us span,  footer .footer .footer-box .footer-contact-us .address p,  footer .footer .footer-box .footer-contact-us .address .span-p a{
     color:#fff; 
}
footer .footer .footer-box .footer-contact-us .address .fa-envelope-o{
     display:block;
     float:left;
     margin:3px 0 5px; 
}
footer .footer .footer-box .footer-contact-us .address .span-p{
     display:block;
     margin:10px 0 10px 0px;
     color:#fff; 
}
footer .copyright{
     padding:30px 0; 
}
footer .copyright .col-xs-12{
     line-height:30px; 
}
footer .copyright .copyright-center .footer-logo{
     width:93px;
     margin:0 auto; 
}
footer .copyright .copyright-center .footer-logo img{
  width: 93px;
  height: auto;
}
footer .cl_user {
    width: 50%;
    float: left;
}
footer .ct-bottom-line span {
    height: 3px;
}
 footer .b-ws{
     border-width:1px;
     border-style:solid;
     -webkit-border-radius:3px;
     -moz-border-radius:3px;
     -o-border-radius:3px;
     -ms-border-radius:3px;
     border-radius:3px; 
}
 footer .bg-info{
     background:#5bc0de;
     color:#f1f1f1; 
}
 footer .bg-success{
     background:#5cb85c;
     color:#f1f1f1; 
}
 footer .bg-danger{
     background:#d9534f;
     color:#f1f1f1; 
}
 footer .bg-warning{
     background:#f0ad4e;
     color:#f1f1f1; 
}
 footer .bg-primary{
     background:#337ab7;
     color:#f1f1f1; 
}
 footer .btn-black{
     background:transparent;
     color:#fff;
     border-color:#0da34f;
     letter-spacing:.8px;
     padding:11px 15px;
     margin-left:15px; 
}
 footer .nav > li > a.btn-black:focus,footer .nav > li > a.btn-black:hover{
     background:#0da34f;
     color:#fff;
     border-color:#0da34f; 
}

.float
{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 17px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: grid;
    place-content: center;
    animation: mymove 1.5s infinite linear alternate-reverse;
}
.float svg
{
   height: 35px;
    width: 35px;
    fill: #fff; 
}

@keyframes mymove {
  0% {transform: scale(0.8)}
  100% {transform: scale(1)}
}
/*------ contact ------ */
.cu-bg-image{
	background: url(../img/contact-us.jpg);
	background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}

/*----------------------
 7. RESPONSIVE LAYOUTS 
 ----------------------*/
 @media(min-width: 992px) and (max-width: 1023px){
  .using_cleanto_1{
      background-size: 185px;
  }
 }
 @media(min-width: 1024px) and (max-width: 1200px){
  .using_cleanto_1{
      background-size: 200px;
  }
 }
 @media(min-width: 768px) and (max-width: 991px){
  footer .cl_user{
    width: 100% !important;
  }
  .intro {
        background-image: url(../img/cleanto_home_page.webp) !important;
        background-position: right top !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 5px;
    }
    .intro-content{
      padding-bottom: 15px;
    }
    .intro-content h1{
      font-size: 20px;
      line-height: 35px;
      padding: 0px 50px;
      padding-top: 20px;
    }
 }
@media(max-width:991px) {
    .header {
        height: 60px;
    }
	.logo {
	  margin-top: 15px;
	}
    .mobile-menu {
        display: block;
    }
    .mobile-menu a {
        line-height: 60px;
        transition: all .3s;
        color: #fff;
    }
    .mobile-menu a i {
        opacity: 1;
        -webkti-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        -webkit-transition: transform .3s, opacity .15s;
        -moz-transition: transform .3s, opacity .15s;
        -o-transition: transform .3s, opacity .15s;
        transition: transform .3s, opacity .15s;
    }
    .mobile-menu a.active i {
        opacity: 0;
        -webkit-transform: translateY(-20px) scale(0.7);
        -moz-transform: translateY(-20px) scale(0.7);
        -o-transform: translateY(-20px) scale(0.7);
        transform: translateY(-20px) scale(0.7);
        -webkit-transition: transform 1s, opacity .15s;
        -moz-transition: transform 1s, opacity .15s;
        -o-transition: transform 1s, opacity .15s;
        transition: transform 1s, opacity .15s;
    }
    .mobile-menu a:after {
        content: "\f129";
        font-family: "Ionicons";
        font-size: 19px;
        display: block;
        position: absolute;
        top: 0;
        left: 7px;
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.7);
        -moz-transform: translateY(10px) scale(0.7);
        -o-transform: translateY(10px) scale(0.7);
        transform: translateY(10px) scale(0.7);
        -webkit-transition: transform .3s, opacity .15s;
        -moz-transition: transform .3s, opacity .15s;
        -o-transition: transform .3s, opacity .15s;
        transition: transform .3s, opacity .15s;
    }
    .mobile-menu a.active:after {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -moz-transform: translateY(0) scale(1);
        -o-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
    .main-nav {
        z-index: -1;
        position: fixed;
        float: none;
        width: 100%;
        top: 60px;
        left: 0;
        background-color: #fff;
        display: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .main-nav.open {
        display: block;
    }
    .main-nav-inner {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .main-nav-inner.animation {
        -webkit-animation-name: slideDown;
        -moz-animation-name: slideDown;
        -o-animation-name: slideDown;
        animation-name: slideDown;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    .main-nav-inner li {
        display: block;
        text-align: center;
        width: 100%;
    }
    .main-nav-inner li a {
        line-height: normal;
        padding: 20px 12px;
        color: #606060;
    }
    .header.stuck {
        height: 60px;
        background-color: #fff;
    }
    .header.stuck .logo a {
        line-height: 0px;
    }
    .header.stuck .main-nav {
        top: 60px;
        background-color: #fff;
    }
    .header.stuck .main-nav-inner li a {
        color: #afafaf;
        line-height: normal;
    }
    .header.stuck .mobile-menu a {
        color: #606060;
    }

	img.mockup-faqs {
	  padding-bottom: 15px;
	  padding-top: 40px;
	}
	
	.mockup-text {
	  padding-bottom: 100px;
	  padding-top: 0;
	}	
	.single-feature {
	  margin-bottom: 70px;
	}
	.prodct_image img {
	  margin-bottom: 20px;
	  margin-top: 40px;
	}	
	#more-features {
	  padding-bottom: 55px;
	}
	#how_work {
	  padding-bottom: 40px;
	}	
	#more-features p.section-description {
	  padding-bottom: 0px !important;
	}	
	.mockup-text {
	  padding-bottom: 80px;
	}
	.list-inline > li {
	  margin-top: 10px;
	}	
	  
	.news {
	  margin-top: 40px;
	}	
	.text-box-right {
	  padding-bottom: 10px;
	}
	.intro-mockup {
	  margin-right: 10%;
	}
	.team-member {
	  margin-left: 3%;
	  margin-right: 3%;
	  margin-top: 40px;
	}	
}
@media only screen and (max-width: 359px){
   .using_cleanto_1{
    background-size: 170px !important;
  }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  footer .cl_user{
    width: 100%;
    padding-left: 10px;
  }
  .intro{
    padding: 0;
    background: url(../img/cleanto_home_page.webp) !important;
  }
  .logo{
    margin-top: 0;
  }
  .logo a img{
    max-width: 190px;
  }
  .using_cleanto_1{
    background-size: 210px;
  }
	  .timeline-contents::after{margin: 0;}
	  .event-item .duration{float: left !important; margin: 0 0 30px 15px !important; text-align: left !important; position: relative;}
	  .event-item .duration::after{left: -24px !important;}
	  .event-item .event{text-align: left !important; margin-left: 15px;}	
	.single-feature {
	  margin-left: 2%;
	  margin-right: 2%;
	}
	.icon > img {
	  padding-bottom: 100px;
	}	
	.mockup-text {
	  margin-left: 2%;
	  margin-right: 2%;
	}	
	p.section-description {
	  margin-left: 2%;
	  margin-right: 2%;
	}

	.pricing_table {
	  margin-left: 3%;
	  margin-right: 3%;
	}
	.pricing_table_popular {
	  margin-left: 3%;
	  margin-right: 3%;
	}
  .subscribe-input .email_input{
    width: 50%;
    margin-left: 0;
  }
	.dl-btn.btn-1 {
	  margin-bottom: 20px;
    margin-right: 0;
    min-width: 110px;
    padding: 11px 10px;
	}
	.news {
	  margin-left: 2%;
	  margin-right: 2%;
	}
	.icon-box.top {
	  text-align: center;
	}	
	.ds-btn.download-store1 {
	  margin-bottom: 20px;
	}
  footer .footer .footer-box h1.first_col{
    margin-right: 0;
  }
  .product_description .mockup img{
    width: 100%;
    height: auto;
  }
  .logo a img{
    width: 190px;
    height: auto;
  }
  .footer-box ul li{
    margin: 4px 0px;
  }
  .footer-box li a{
    padding: 8px 5px;
    height: 35px;
    display: block;
    text-align: left;
  }
  .using_cleanto_min img{
    width: 100%;
    height: auto;
  }
}


.live-chat-btn{
  color: #262626!important;
}

.parallax-mirror img{
  width: 20px;
  height: 20px;
}
























