/*************************************
Template Name: CleanTube Template
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
/*================================================
            Table of contents
==================================================

1. GOOGLE FONTS
2. GENERAL CSS
3. BACK TO TOP
4. PRELOADER
5. HEADER SECTION STYLE
6. BANNER SECTION
7. SLIDER SECTION
8. VIDEO BACKGROUND SECTION
9. SERVICES SECTION
10. WORK SECTION
11. TESTIMONIALS SECTION
12. TEAM SECTION
13. COUNTER SECTION
14. GALLERY SECTION
15. BLOG SECTION
16. CONTACT SECTION
17. FOOTER SECTION

/*================================================
   1.  GOOGLE FONTS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Open+Sans:400,700|Roboto+Slab:700&display=swap');

/*
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Nunito', sans-serif;
*/

/*================================================
   2. GENERAL CSS
==================================================*/
body {
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background-color: #f4f6f8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', serif ;
	margin: 0px 0px 10px 0px;
	color: #3c4d6b;
	font-weight: 700;
}
p {
	margin: 0 0 26px;
	line-height: 1.6;
	font-weight: 400;
}
a {
	color: #797b80;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
button, button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.btn, .btn:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.navbar-brand .logo {
	font-size: 40px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px!important;
  }

}
/*================================================
    3. BACK TO TOP
==================================================*/
.scrollup {
  background: #1da255  none repeat scroll 0 0;
  border: 1px solid #1da255;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
.scrollup:hover i {
	color: #fff;
}
.scrollup:focus i {
	color: #fff;
}
/*================================================
             2. PRELOADER
==================================================*/
.preloader-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999999;
}
.spinner-loader {
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner-loader > div {
    background-color: #1da255;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-loader .load2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-loader .load3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner-loader .load4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-loader .load5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
/*================================================
   5. HEADER SECTION STYLE
==================================================*/
.header-topbar {
	background-color: #f6f6f6;
	width: 100%;
}
.top-bar-header {
	list-style: outside none none;
	margin: 0;
	padding: 6px 0;
}
.top-bar-header li {
	float: left;
	padding-right: 20px;
}
.top-bar-header li a {
	color: #333;
	font-size: 14px;
}
.top-bar-header li a i {
	padding-right: 10px;
}
.social-top-icon {
  float: right;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-top-icon li {
  list-style: none;
  margin: 0;
}
.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  line-height: 22px;
  transition: 0.5s;
  cursor: pointer;
}
.social-top-icon li a:hover {
  color: #fff;
}
.social-top-icon li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s cubic-bezier(.95,.32,.37,1.31);
}
.social-top-icon li a .fa {
  z-index: 99;
}
.social-top-icon li a:hover:before {
  transform: scale(1);
}
.social-top-icon li:nth-child(1) a:hover:before {
  background: #3b5999;
}
.social-top-icon li:nth-child(2) a:hover:before {
  background: #cd201f;
}
.social-top-icon li:nth-child(3) a:hover:before {
  background: #55acee;
}
.social-top-icon li:nth-child(4) a:hover:before {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-top-icon li:nth-child(5) a:hover:before {
  background: #007bb6;
}
.social-top-icon li:nth-child(6) a:hover:before {
  background: #cb2027;
}
.social-top-icon li:nth-child(7) a:hover:before {
  background: #F26522;
}
.small-top-nav {
	list-style: outside none none;
  margin: 0;
  padding: 6px 0;
	float: right;
}
.small-top-nav li {
	list-style: none;
	float: left;
  padding-right: 20px;
}
.small-top-nav li a {
	color: #333;
  font-size: 14px;
}
.small-top-nav li a:hover {
	color: #1da255;
}
/*================================================
    ABOUT US PAGE STYLE
==================================================*/
.about-us-wrapper {
	padding: 80px 0;
}
/*================================================
 FOOTER SECTION STYLE
==================================================*/
.footer {
	padding: 80px 0;
	background: #1e2127;
	color: #ccc;
}
.tiny-footer {
  background-color: #16191e;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tiny-footer p {
	margin: 0;
	color: #778191;
}
.widget-footer ul li {
  line-height: 1.6;
  margin-bottom: 8px;
}
.widget-footer ul li a {
  color: #ccc;
}
.widget-footer ul li a:hover {
  color: #1da255;
}
.widget-footer {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}
.widget-footer ul {
	margin-bottom: 0;
	padding: 0;
}
.widget-footer ul li {
	list-style: none;
}
.widget-footer ul li:before {
  font-family: "FontAwesome";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #ccc;
  content: "\f105";
}
.widget-social ul {
	margin: 0;
	padding: 0;
}
.widget-social ul li {
  line-height: 1.6;
  margin-bottom: 8px;
  list-style: none;
}
.widget-social ul li a {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 500;
}
.widget-social ul li a i {
  width: 30px;
}
.widget-social ul li a:hover {
  color: #1da255;
  text-decoration: underline;
}
.call-text span {
  padding-right: 10px;
  vertical-align: -webkit-baseline-middle;
}
.footer-logo img {
	width: 50%;
}
.dark-line {
    border-top: 2px solid #2b2e35;
}
.footer-address-row i {
	font-size: 24px;
}
.call-text .footer-phone-number {

}
.widget-text h2 {
	font-size: 40px;
	color: #fff;
}
.listnone h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
}
/*==================================
    FOR AGENT DEMO PAGE STYLE
===================================*/
.agent-page-wrapper {
  width: 100%;
  padding: 20px 0;
	padding-top: 10;
}
.agent-page-heading-title {
  text-align: center;
  padding: 50px 0 55px 0;
}
.agent-page-heading-title h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
.agent-page-heading-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #1da255;
}
.agent-page-heading-title h2::after, .agent-page-heading-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.agent-page-heading-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #1da255;
}
.agent-page-heading-title p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
}
.agent-team-member-single {
  background: #fff;
  transition: 0.3s ease;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.agent-team-member-single:hover {
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.25);
}
.agent-team-member-single img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 100%;
}
.agent-team-member-single-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.agent-team-member-single-image:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  top: 0;
  left: 0;
}
.agent-team-member-single-image:hover:after {
  opacity: 1;
}
.agent-team-member-single:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.agent-team-member-single-text {
  padding: 15px 10px;
  border: 1px solid #e4e4e4;
	min-height: 197px;
	max-height: 197px;
	overflow: hidden;
}
.agent-team-member-single-sub-text {
  min-height: 70px;
}
.agent-location {
  margin-top: 5px;
}
.agent-location .tooltip-text {
	font-size: 18px;
  color: #3c4d6b;
	line-height: 40px;
  background: transparent;
  margin: 0;
  padding: 0;
  font-weight: 500;
	margin-bottom: 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 2px 10px 4px;
  color: #fff;
	line-height: 1.5;
  text-align: center;
  background-color: #1da255;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #1da255;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #1da255;
}
.agent-team-member-single-sub-text h3 {
  font-size: 21px;
  color: #2cadb6;
  line-height: 26px;
}
.agent-team-member-single-sub-text h4 {
  font-size: 18px;
  font-weight: 400;
}
.agent-team-member-single-sub-text h5 {
  font-size: 15px;
  font-weight: 400;
	color: #000;
	text-transform: capitalize;
}
.agent-details-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.agent-details-link a {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-size: 17px;
  border: 1px solid #fff;
  background: transparent;
  padding: 5px 15px;
  color: #fff;
}
.agent-team-member-single-image:hover .agent-details-link a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agent-details-link a:hover {
  color: #fff;
  background: #9aa9c3;
  border-color: #9aa9c3;
}

.agent-apply-news {
  border: none;
  padding: 7px 40px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
  background: transparent;
  margin-bottom: 5px;
}
.agent-apply-news::before, .agent-apply-news::after {
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  background: #1da255;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.agent-apply-news:hover::before, .agent-apply-news:hover::after {
  transform: skew(0deg);
}
.agent-apply-news:hover {
  color: #000;
}
.agent-apply-news:focus ,.agent-apply-news:hover {
  box-shadow: 0;
  outline: none;
}
.agent-location i {
  font-size: 20px;
  color: #cd201f;
}

.btn-bounce {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}

@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.modal-header .close {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}
/*----======================================
       FOR AGENT DETAILSPAGE STYLE
=========================================*/
.details-page-wrapper {
	padding: 50px 0;
}
.details-page-left {
	background: #fff;
	text-align: center;
}
.details-page-right {
	background: #fff;
	padding: 40px;
}
.details-page-left h3 {
	font-size: 20px;
	padding-top: 10px;
}

/*====================== FOR MOVIEING BUTTON STYLE ====================*/
@keyframes move {
  0% {
    transform: translate(0)
  }

  2.5% {
    transform: translate(3px)
  }

  5% {
    transform: translate(-3px)
  }

  7.5% {
    transform: translate(5px)
  }

  10% {
    transform: translate(-5px)
  }

  13.5% {
    transform: translate(5px)
  }

  15% {
    transform: translate(-3px)
  }

  17.5% {
    transform: translate(3px)
  }

  20% {
    transform: translate(0)
  }

  to {
    transform: translate(0)
  }
}

.btn-get-approved {
    border: 1px solid transparent;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition-duration: 0.50s;
    background: #1da255;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.transition {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.mover {
    animation: move 5s infinite;
}
.btn-get-approved:hover {
    color: #1da255;
    background: #fff;
    border: 1px solid #1da255;
}
.get-free-estimate {
  background-color: #1da255;
  border-color: #1da255;
  color: #fff;
  font-size: 17px;
  padding: 7px 20px;
  margin-bottom: 15px;
}
.get-free-estimate:hover {
    background-color: #ff389c;
    border-color: #ff389c;
    color: #fff;
}
.reverse-bottom-text {
  margin-top: 40px;
}
.panel-body p strong {
  font-weight: 600;
  color: #000;
}

/*================================================
   Apply Online Page
==================================================*/
.apply-now-wrapper {
	background: #fff;
  padding: 50px 65px;
}
.apply-now-wrapper h1 {
	font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 14px;
	text-align: center;
}
.apply-now-wrapper p {
	font-size: 17px;
  margin-bottom: 25px;
}
.apply-now-btn-wrapper {
	text-align: center;
}
.buy-a-home-btn {
	margin-right: 20px;
}
.demo-banner {
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/new-web-banner.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
}
/*================================================
   Timeline Wrapper Section Style
==================================================*/
.timeline-section-wrapper {
	padding: 40px 0 60px;
}
.timeline-section-left {
	width: 73.27%;
  float: left;
}
.timeline-section-right {
	width: 26.73%;
  float: left;
}
.timeline-section-banner-2 {
	margin-top: 24px;
}
.timeline-left-ul {
	padding: 0;
	margin: 0;
}
.timeline-left-ul li {
	list-style: none;
}
.timeline-left-ul li a {
	font-size: 18px;
	color: #1da255;
  background: #fff;
  display: block;
  padding: 5px 15px;
	transition: 0.5s;
}
.timeline-left-ul li a:hover {
	background: #1da255;
	color: #fff;
}
.single-time-line {
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.single-time-line-text {
	padding: 10px;
}
.single-time-line-text h2 {
	font-size: 26px;
  line-height: 28px;
  margin-bottom: 5px;
}
.single-time-line-text p {
	margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}
/*================================================
   Clean Tube Page Style
==================================================*/
.clean-tube-wrapper-section {
	padding-bottom: 40px;
}
.clean-single-video {
	margin-bottom: 40px;
}
.clean-single-video-image {
	position: relative;
}
.clean-single-video-image i {
	position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  background: #fff;
  color: #009135;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  font-size: 30px;
  padding-left: 8px;
  -webkit-box-shadow: 0 0 30px 2px grey;
  -moz-box-shadow: 0 0 30px 2px gray;
  box-shadow: 0 0 30px 2px grey;
  opacity: .8;
	transition: 0.5s;
}
.clean-single-video a:hover img {
	opacity: 0.85;
}
.clean-single-video a:hover .clean-single-video-image i {
	background: #009135;
  color: #fff;
	opacity: 1;
}
.clean-single-video-text {
	background: #fff;
	padding: 5px 10px;
	min-height: 65px;
	max-height: 65px;
	overflow: hidden;
}
.clean-single-video-text h2 {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0;
}
.clean-company-wrapper-section {
	padding-bottom: 60px;
}
.clean-company-single {
	padding: 10px 15px;
}
.clean-company-single a {
	display: block;
	margin-bottom: 30px;
	border: 10px solid #ddd;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	transition: 0.5s;
}
.clean-company-single a:hover {
	border: 10px solid #1da255;
}
.clean-company-single img {
	width: 100%;
}
.clean-product-wrapper-section {
	padding-bottom: 60px;
}
.single-clean-product {
	margin-bottom: 50px;
	border: 1px solid #ddd;
}
.single-clean-product-image-text {
	background: #fff;
	padding: 5px 10px;
	text-align: center;
	min-height: 55px;
	max-height: 55px;
	overflow: hidden;
	background: #ddd;
}
.single-clean-product-image-text h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.single-clean-product-image {

}
.single-clean-product a:hover .single-clean-product-image-text h3 {
	color: #1da255;
	transition: 0.5s;
}
