/* Template:Landing Page Template
   Author: Let's Work
   Description: Landing Page Website of CleanUp App
*/

/*****************************************
Table Of Contents:
01. Font Family
02. General Styles
03. Preloader
04. Navigation
06. Header
07. Why Choose US
08. Work Flow
09. Testimonial
10. Get Request
11. footer
12. Signup modal box
13. Media Queries
14. Animation
/******************************/
/*     01. Fonts Family   */
/******************************/
@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/clearsans/ClearSans-Thin.eot');
    src: url('../fonts/clearsans/ClearSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/clearsans/ClearSans-Thin.woff2') format('woff2'),
        url('../fonts/clearsans/ClearSans-Thin.woff') format('woff'),
        url('../fonts/clearsans/ClearSans-Thin.ttf') format('truetype'),
        url('../fonts/clearsans/ClearSans-Thin.svg#ClearSans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/clearsans/ClearSans.eot');
    src: url('../fonts/clearsans/ClearSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/clearsans/ClearSans.woff2') format('woff2'),
        url('../fonts/clearsans/ClearSans.woff') format('woff'),
        url('../fonts/clearsans/ClearSans.ttf') format('truetype'),
        url('../fonts/clearsans/ClearSans.svg#ClearSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/clearsans/ClearSans-Medium.eot');
    src: url('../fonts/clearsans/ClearSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/clearsans/ClearSans-Medium.woff2') format('woff2'),
        url('../fonts/clearsans/ClearSans-Medium.woff') format('woff'),
        url('../fonts/clearsans/ClearSans-Medium.ttf') format('truetype'),
        url('../fonts/clearsans/ClearSans-Medium.svg#ClearSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/clearsans/ClearSans-Light.eot');
    src: url('../fonts/clearsans/ClearSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/clearsans/ClearSans-Light.woff2') format('woff2'),
        url('../fonts/clearsans/ClearSans-Light.woff') format('woff'),
        url('../fonts/clearsans/ClearSans-Light.ttf') format('truetype'),
        url('../fonts/clearsans/ClearSans-Light.svg#ClearSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clear Sans';
    src: url('../fonts/clearsans/ClearSans-Bold.eot');
    src: url('../fonts/clearsans/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/clearsans/ClearSans-Bold.woff2') format('woff2'),
        url('../fonts/clearsans/ClearSans-Bold.woff') format('woff'),
        url('../fonts/clearsans/ClearSans-Bold.ttf') format('truetype'),
        url('../fonts/clearsans/ClearSans-Bold.svg#ClearSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/******************************/
/*     02. General Styles     */
/******************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #878787; 
	font: 300 0.875rem/1.375rem "Clear Sans";
}

.p-large {
	font: 400 1rem/1.5rem "Clear Sans";
}

.p-small {
	font: 400 0.75rem/1.25rem "Clear Sans";
}

.p-heading {
	margin-bottom: 3.875rem;
}

.height{
	height: 0.1%;
}

.li-space-lg li {
	margin-bottom: 0.25rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: #151614;
	font: 700 3rem/3.5rem "Clear Sans";
}

h2 {
	color: #151614;
    font: 500 2.3rem/2.75rem "Clear Sans";
}

h3 {
	color: #151614;
	font: 700 1.75rem/2rem "Clear Sans";
}

h4 {
	color: #151614;
	font: 500 1.25rem/1.625rem "Clear Sans";
}

h5 {
	color: #555654;
	font: 400 1.125rem/1.625rem "Clear Sans";
}

h6 {
	color: #555654;
	font: 700 1rem/1.5rem "Clear Sans";
}

a {
	color: #626262;
	text-decoration: underline;
}

a:hover {
	color: #626262;
	text-decoration: underline;
}

a.cta-color {
	color: #f49914;
}

a.white {
	color: #fff;
}
.image-name-container h4,.image-name-container p{
margin-bottom: 0;
}
.content-bottom {
    display: flex;
	height: 100%;
	align-items: flex-end;
}
.cta-color {
	color: #f49914;
}
.width-800{
	max-width: 800px;
	margin: 0 auto;
}
.width-600{
	max-width: 600px;
	margin: 0 auto;
}
.white-text{
	color: #fff;
}
.padding-right-none{
	padding-right: 0;
}
.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #f49914;
	border-radius: 2rem;
	background-color: #f49914;
	color: #fff;
	font: 500 0.999rem/0 "Clear Sans";
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #f49914;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 0.125rem solid #f49914;
	border-radius: 2rem;
	background-color: #f49914;
	color: #fff;
	font: 500 0.999rem/0 "Clear Sans";
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #f49914;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #f49914;
	border-radius: 2rem;
	background-color: transparent;
	color: #f49914;
	font: 500 0.999rem/0 "Clear Sans";
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #f49914;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 0.125rem solid #f49914;
	border-radius: 2rem;
	background-color: transparent;
	color: #f49914;
	font: 500 0.999rem/0 "Clear Sans";
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #f49914;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.875rem 1.625rem;
	border: 0.125rem solid #f49914;
	border-radius: 2rem;
	background-color: transparent;
	color: #f49914;
	font: 700 0.625rem/0 "Clear Sans";
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #f49914;
	color: #fff;
	text-decoration: none;
}
.relative-content{
	position: relative;
}
.relative-content .text-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 15px);
    left: 15px;
}


/*************************/
/*     03. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #f49914;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     04. Navigation     */
/**************************/
.navbar-custom {
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 600 0.875rem/0.875rem "Clear Sans";
	transition: all 0.2s;
}

.navbar-custom .navbar-brand.logo-image img {
	height: 2.5rem;
}
span.logo-text {
    display: inline-block;
    color: #151614;
    margin-left: 10px;
	vertical-align: middle;
	font-weight: 500;
}
.navbar-custom .navbar-brand.logo-text {
	font: 600 2rem/1.5rem "Clear Sans";
	color: #151614;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #151614;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 400;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #6AA045;
}

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #151614;
	font-size: 1.5rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}


/*********************/
/*    05. Header     */
/*********************/
.header {
	background-size: cover; 
	background-color: #fff;
	background-image: linear-gradient(#f5ffe6, #fff)!important;
}

.header .header-content {
	padding-top: 8rem;
	padding-bottom: 4rem;
	text-align: center;
}

.header .text-container {
	margin-bottom: 4rem;
}

.header h1 {
	margin-bottom: 1.125rem;
	font-size: 3.7rem;
	line-height: 3.125rem;
}

.header .p-large {
	margin-bottom: 1.875rem;
}
.navbarwrap{
	position: relative;
	z-index: 999
}
 .sign-in {
	padding: 0.8rem 1.25rem 0.8rem 1.25rem;
}
 .sign-in a{
   color: #f49914;
   text-decoration: none;
   font: 300 0.875rem/0.875rem "Clear Sans";
}
.select-dropdown {
	position: relative;
	background-color: transparent;
	width: auto;
	max-width: 100%;
	border-radius: 2px;
	padding: 0.8rem 1rem 0.8rem 1.25rem;
}
.select-dropdown select {
	font: 400 0.875rem "Clear Sans";
    max-width: 100%;
    padding: 0 14px 0 0;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #151614;
	text-transform: uppercase;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
    content: " \f0ac";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 4px;
    font-family: 'Font Awesome 5 Free';
    border: none;
    font-size: 20px;
}
/************************/
/*     02. General Styles     */
/************************/
.cards-1 {
	padding-bottom: 1.625rem;
	text-align: center;
	padding-top: 4.2rem;
}

.cards-1 h2 {
	margin-bottom: 1rem;
}

.cards-1 .card {
	max-width: 21rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.25rem 0 2rem 0;
	border:0;
	border-radius: 0.5rem;
	background: transparent;
	margin-top: 3rem;
}
.cards-1 .card-img-container{
	position: relative;
	width: 8rem;
	height: 8rem;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.cards-1 .card-image {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2rem;
	position: relative;
    z-index: 9;
}
.cards-1 .card-img-container:after{
	position: absolute;
    content: "";
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.cards-1 .card-title {
	margin-bottom: 0.875rem;
}

.cards-1 .card-body {
	padding: 0;
}

/****************************/
/*     07. How Its Work     */
/****************************/
div#howitworks {
    background-image: url(../images/process-background.png);
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	padding: 7.5rem 0;
	position: relative;
	z-index: -1;
}
.process-card-wrap .card-wrap{
	padding: 30px;
	position: relative;
}
.process-card-wrap .card-wrap:hover{
	cursor: pointer;
}
div#howitworks .card-wrap p {
    width: 100%;
	color: #fff;
	font: 400 1.2rem "Clear Sans";
	opacity: 0.5;
	margin-bottom: 0;
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  div#howitworks .fade:not(.show){
	opacity: unset;
    max-width: 251px;
    margin: 0 auto;
    position: absolute;
    left: -1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	overflow: hidden;
	z-index: -1;
  }
  .process-card-wrap {
	height: 100%;
	width: 90%;
}
.process-card-wrap .card-wrap.active-card {
	background-color: #6aa145;
	box-shadow: 0 6px 4px rgba(0,0,0,0.4);
}
.process-card-wrap.right-card {
    margin-left: 10%;
}
div#howitworks .process-card-wrap .card-wrap.active-card p{
	opacity: 1;
}
.process-card-wrap .card-wrap:nth-child(2) {
    position: relative;
    top: 30%;
}
div#howitworks .process-card-wrap .card-wrap:before {
    position: absolute;
    content: "";
    width: 85px;
    height: 1px;
    background-color: #fff;
    z-index: -1;
    top: 50%;
    right: -85px;
}
div#howitworks .process-card-wrap.right-card .card-wrap:before{
    left: -85px;
}
  /* On hover, add a black background color with a little bit see-through */
  div#howitworks .prev:hover,   div#howitworks .next:hover {
	background-color: rgba(0,0,0,0.8);
  }
  
  /* The dots/bullets/indicators */
  div#howitworks .dot {
	cursor: pointer;
    height: 14px;
    width: 14px;
    margin: -20px 5px;
	background-color: #fff;
	opacity: 0.7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  div#howitworks .active,   div#howitworks .dot:hover {
	background-color: #fff;
	transform: scale(1.3);
	opacity: 1;
  }
  
  /* Fading animation */
  div#howitworks .fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
/****************************/
/*     8. Testimonials     */
/****************************/
.testimonial-slide {
	padding-top: 7.5rem;
	padding-bottom: 7rem;
}

.testimonial-slide .image-container {
	margin-bottom: 4rem;
}

.testimonial-slide h2 {
	margin-bottom: 2.5rem;
	text-align: center;
}

.testimonial-slide .slider-container {
	position: relative;
}

.testimonial-slide .swiper-container {
	position: static;
	text-align: center;
	margin-left: 5rem;
}
.testimonial-slide .swiper-container-element{
	position: relative;
}
.testimonial-slide .swiper-container-element:before {
    content: url(../images/svg/quote_one.svg);
    position: absolute;
    top: -45px;
    opacity: 0.9;
    left: 30px;
	width: 95px;
}
.testimonial-slide .swiper-container-element:after {
	content: url(../images/svg/quote_two.svg);
    position: absolute;
    bottom: -45px;
    opacity: 0.9;
    right: -120px;
    width: 95px;
}
.testimonial-slide .image-name-container {
    margin-top: 30px;
}
.testimonial-slide .image-name-container h5{
	margin-bottom: 0;
}
.testimonial-slide .swiper-button-prev:focus,
.testimonial-slide .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}
.testimonial-slide .card {
	position: relative;
	border: none;
	background-color: transparent;
	min-height: 360px;;
}

.testimonial-slide .card-image {
	width: 7rem;
	height: 7rem;
	margin-right: auto;
	margin-bottom: 0.25rem;
	margin-left: auto;
	border-radius: 50%;
}

.testimonial-slide .card-body {
    padding: 45px 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    margin: 20px;
    min-height: 340px;
    max-width: 360px;
    background-color: #fff;
}
.testimonial-slide .testimonial-author {
	margin-bottom: 0;
}
/*************************/
/*     9. Request Quote    */
/*************************/
.request-quote-space {
	padding-top: 0;
	padding-bottom: 3.75rem;
	background-color: #fbfbfb;
}

.request-quote-space .text-container {
	margin-bottom: 1rem;
}

.request-quote-space h2 {
	margin-bottom: 1.375rem;
}

.request-quote-space .btn-solid-reg {
	margin-top: 0.625rem;
}
/**********************/
/*     10. Footer     */
/**********************/
.footer {
	padding-top: 4.625rem;
	padding-bottom: 0.5rem;
	background-color: #6aa145;
    color: #fff;
}

.footer .footer-col {
	margin-bottom: 2.25rem;
}

.footer h4 {
	margin-bottom: 1rem;
}

.footer .list-unstyled .fas {
	color: #f49914;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.footer .list-unstyled .media-body {
	margin-left: 0;
}
.footer .list-unstyled .media-body a{
	text-decoration: none;
}
.footer .list-unstyled .media-body a:hover{
	color: #f49914;
}

.footer .fa-stack {
	margin-bottom: 0.75rem;
	margin-right: 0.5rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #fff;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #fff;
	transition: all 0.2s ease;
}
.footer .fa-stack{
	line-height: 1.8;
}
.footer .fa-stack:hover .fa-stack-1x {
	color: #fff;
}

.footer .fa-stack:hover .fa-stack-2x {
    opacity: 0.8;
}
.fa-facebook-f:before,.fa-twitter:before,.fa-linkedin-in:before {
    color: #7ea851;
}
.fa-stack-2x.custom-size {
    font-size: 1.7em;
}
.footer-col h3 {
    margin-bottom: 1rem;
}
/*************************/
/*     11. Copyright     */
/*************************/
.copyright {
	text-align: center;
	background-color: #7ea851;
}

.copyright .p-small {
	padding: 1.15rem 0;
	opacity: 0.7;
	margin: 0;
	color: #fff;
}

/**********************************/
/*     12. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #f49914 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #f49914;
	opacity: 0.9;
}
/**********************************/
/*   13.  Sign Up     */
/**********************************/
.forget-password{
	margin-bottom: 7px;
}
.social-container a{
	text-decoration: none;
}
#signinModal button {
border: 1px solid #f49914;
background-color: #f49914;
color: #FFFFFF;
letter-spacing: 1px;
text-transform: capitalize;
transition: transform 80ms ease-in;
margin-top: 20px;
}

#signinModal button:active {
transform: scale(0.95);
}

#signinModal button:focus {
outline: none;
}

#signinModal button.ghost {
background-color: transparent;
border-color: #FFFFFF;
}

#signinModal form {
background-color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 50px;
height: 100%;
text-align: center;
}

#signinModal input {
background-color: #eee;
border: none;
padding: 12px 15px;
margin: 8px 0;
width: 100%;
border-radius: 7px;
}

#signinModal .container {
background-color: #fff;
border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
		0 10px 10px rgba(0,0,0,0.22);
position: relative;
overflow: hidden;
max-width: 800px;
width: 100%;;
min-height: 480px;
}

#signinModal .form-container {
position: absolute;
top: 0;
height: 100%;
transition: all 0.6s ease-in-out;
}

#signinModal .sign-in-container {
left: 0;
width: 50%;
z-index: 2;
}

#signinModal .container.right-panel-active .sign-in-container {
transform: translateX(100%);
}

#signinModal .sign-up-container {
left: 0;
width: 50%;
opacity: 0;
z-index: 1;
}

#signinModal .container.right-panel-active .sign-up-container {
transform: translateX(100%);
opacity: 1;
z-index: 5;
animation: show 0.6s;
}

@keyframes show {
0%, 49.99% {
	opacity: 0;
	z-index: 1;
}

50%, 100% {
	opacity: 1;
	z-index: 5;
}
}

#signinModal .overlay-container {
position: absolute;
top: 0;
left: 50%;
width: 50%;
height: 100%;
overflow: hidden;
transition: transform 0.6s ease-in-out;
z-index: 100;
}

#signinModal .container.right-panel-active .overlay-container{
transform: translateX(-100%);
}

#signinModal .overlay {
background: #6aa145;
background: -webkit-linear-gradient(to right, #6aa145, #7ea851);
background: linear-gradient(to right, #6aa145, #7ea851);
background-repeat: no-repeat;
background-size: cover;
background-position: 0 0;
color: #FFFFFF;
position: relative;
left: -100%;
height: 100%;
width: 200%;
  transform: translateX(0);
transition: transform 0.6s ease-in-out;
}

#signinModal .container.right-panel-active .overlay {
  transform: translateX(50%);
}

#signinModal .overlay-panel {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 40px;
text-align: center;
top: 0;
height: 100%;
width: 50%;
transform: translateX(0);
transition: transform 0.6s ease-in-out;
}

#signinModal .overlay-left {
transform: translateX(-20%);
}

#signinModal .container.right-panel-active .overlay-left {
transform: translateX(0);
}

.overlay-right {
right: 0;
transform: translateX(0);
}

.container.right-panel-active .overlay-right {
transform: translateX(20%);
}
#signinModal footer p {
margin: 10px 0;
}

#signinModal footer i {
color: #f49914;
}

#signinModal footer a {
color: #3c97bf;
text-decoration: none;
}
.modal-header ,.modal-footer{
border-bottom: 0;}
.modal-content{
	padding:0;
	background-color: transparent;
	border:none
}
#signinModal button.close{
	position: relative;
	z-index: 999;
	background-color: transparent;
	color: #151614;
	font-size: 25px;
	border: none;
}
/* modal flickers when bootstrap moal open */
/*****************************/
/*     14. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */
	/* Header */
	.header .header-content {
		padding-top: 5.5rem;
	}

	.header h1 {
		font-size: 2.8rem;
		line-height: 3.5rem;
	}
	/* end of header */
	/* Customers */
	.slider-1 {
		padding-top: 3rem;
		padding-bottom: 2.875rem;
	}

	.slider-1 .slider-container {
		padding-right: 3.5rem;
		padding-left: 3.5rem;
	}
	/* end of customers */


	/* mobile slider */
	.heading-margin p {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of mobile slider */
	/* Testimonials */
.testimonial-slide .slider-container {
		margin-right: auto;
		margin-left: auto;
	}

.testimonial-slide .swiper-container {
		width: 100%;
	}
	/* end of testimonials */
}
/* end of min-width width 768px */
/* Min-width width 992px */
@media (min-width: 767px) {
	/* Navigation */
	.navbar-custom {
		padding: 0.666rem 1.5rem 2.125rem 2rem;
		box-shadow: none;
        background: transparent;
	}
	
	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.8rem 1.25rem 0.8rem 1.25rem;
		opacity: 0.8;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		opacity: 1;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #151614;
		opacity: 1;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #6AA045;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.5rem solid rgba(0, 0, 0, 0);
		box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}

	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		margin-bottom: 0.1875rem;
		margin-left: 0.25rem;
		font-size: 0.75rem;
	}
	
	.navbar-custom .fa-stack-2x {
		color: #f49914;
		transition: all 0.2s ease;
	}
	
	.navbar-custom .fa-stack-1x {
		color: #fff;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .fa-stack-2x {
		color: #fff;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #f49914;
	}

	.navbar-custom.top-nav-collapse .fa-stack-2x {
		color: #f49914;
	}
	
	.navbar-custom.top-nav-collapse .fa-stack-1x {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .fa-stack:hover .fa-stack-2x {
		color: #00a7bd;
	}
	
	.navbar-custom.top-nav-collapse .fa-stack:hover .fa-stack-1x {
		color: #fff;
	}
	/* end of navigation */


	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */
	/* Header */
	.header .header-content {
		padding-top: 11.5rem;
		text-align: left;
		position: relative;
	}
	.header .header-content .absolute-content{
		position: absolute;
		left: 0;
		right:0;
		top: 20%;
		z-index: 99;
		transform: translateY(-20%);
	}

	.header .text-container {
		margin-top: 3rem;
		margin-bottom: 0;
	}
	/* end of header */


	/* Services */
	.cards-1 .card {
		display: inline-block;
		max-width: 12.125rem;
		vertical-align: top;
	}

	.cards-1 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	/* end of services */
	/* Details 1 */
	.request-quote-space .text-container {
		margin-bottom: 0;
		max-width: 80%;
		margin-left: 20%;
		width: 80%;
	}
	/* end of details 1 */
	/* Details 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}

	.basic-2 .text-container {
		margin-top: 3.125rem;
	}
	/* end of details 2 */
	.cards-2 .card {
		display: inline-block;
		width: 17.125rem;
		max-width: 100%;
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* Request */
	.form-1 {
		padding-top: 7.5rem;
	}

	.form-1 .text-container {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
	/* end of request */


	/* mobile slider */
	.heading-margin .image-container {
		margin-right: auto;
		margin-left: auto;
	}

	.heading-margin p {
		width: 65%;
	}
	/* end of  mobile slider */
	

	/* Testimonials */
.testimonial-slide {
		padding-bottom: 7.5rem;
	}

.testimonial-slide .image-container {
		margin-bottom: 0;
	}

.testimonial-slide .slider-container {
		width: 100%;
	}

.testimonial-slide .swiper-container {
		width: 100%;
	}
	/* end of testimonials */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* Navigation */
	.navbar-custom {
		padding: 0.666rem 5rem 2.125rem 5rem;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 5rem 0.5rem 5rem;
	}
	/* end of navigation */

	
	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */


	/* Header */
	.header .header-content {
		padding-top: 1.5rem;
	}

	.header .text-container {
		margin-top: 5.375rem;
		margin-left: 1rem;
		margin-right: 2rem;
	}

	.header .image-container {
		margin-left: 2rem;
		margin-right: 1rem;
	}
	/* end of header */
	/* Services */
	.cards-1 .card {
		max-width: 21rem;
	}

	.cards-1 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of services */
	/* Details 1 */
	/* .request-quote-space .text-container {
		margin-left: 4rem;
	} */
	/* end of details 1 */
	/* Details 2 */
	.basic-2 .text-container {
		margin-top: 5.375rem;
		margin-right: 1rem;
		margin-left: 4rem;
	}
	/* end of details 2 */

	/* Pricing */
	.cards-2 .card {
		width: 19.5rem;
		margin-right: 1.625rem;
		margin-left: 1.625rem;
	}
	/* end of pricing */
	/* Request */
	.form-1 .text-container {
		margin-right: 1.5rem;
		margin-left: 6rem;
	}

	.form-1 form {
		margin-right: 6rem;
		margin-left: 1.5rem;
	}
	/* end of request */


	/* mobile slider */
	.heading-margin p {
		width: 55%;
	}
	/* end of mobile slider */


	/* Testimonials */
.testimonial-slide h2 {
		margin-top: 3.5rem;
	}
	/* end of testimonials */
	/* Footer */
	.footer .footer-col {
		width: 90%;
	}

	.footer .footer-col.middle {
		margin-right: auto;
		margin-left: auto;
	}

	.footer .footer-col.last {
		margin-right: 0;
		margin-left: auto;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-2 .image-container-small {
		margin-left: 1.75rem;
	}
	/* end of extra pages */
}
/* media queries 1400 to 992 start */
@media screen and (min-width: 991px) and (max-width: 1400px) {
	.width-800{
		max-width: 700px;
	}
	.width-600{
		max-width: 500px;
	}
	.testimonial-slide .swiper-container{
		margin-left: 0;
	}
	.testimonial-slide .swiper-container-element:after{
		right: 0;
	}
	.testimonial-slide .swiper-container-element:before {
		left: -12px;
	}
	.header .header-content .absolute-content {
		top: 35%;
		transform: translateY(-35%);
	}
}
/* media queries 1400 to 992 end */
/* media queries 991 to 768 start */
@media screen and (min-width: 768px) and (max-width:991px) {
	.width-800 {
		max-width: 720px;
	}
	.process-card-wrap {
		display: flex;
	}
	/* header*/
	.header .header-content .absolute-content {
		top: 35%;
		transform: translateY(-35%);
	}
	.width-600 {
		max-width: 370px;
	}
	/* Testimonial css start */
	.testimonial-slide .swiper-container{
		margin-left: 0;
	}
	.testimonial-slide .swiper-container-element:after{
		right: 0;
	}
	.testimonial-slide .swiper-container-element:before {
		left: -12px;
	}
	.relative-content .text-container {
		position: relative;
		top: 0;
		transform: unset;
		width: 100%;
	}
	.testimonial-slide .swiper-container-element {
		margin-top: 60px;
	}
	/* get quote css start */
	.request-quote-space .text-container {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.testimonial-slide {
		padding-bottom: 5.5rem;
		padding-top: 4rem;
	}
	.footer {
		padding-top: 2.625rem;
	}	
	/* get quote css end */
}
/* media queries 991 to 768 end */
/* media queries 1200 to 991 start */
@media screen and (min-width: 991px) and (max-width:1200px) {
	.request-quote-space .text-container {
		margin-bottom: 0;
		max-width: 80%;
		margin-left: 10%;
		width: 80%;
	}
/* process ui */
.process-card-wrap .card-wrap {
	padding: 15px;}
	div#howitworks .process-card-wrap.right-card .card-wrap:before {
		left: -55px;
	}
	div#howitworks .process-card-wrap .card-wrap:before {
		width: 60px;
		right: -55px;
	}
}

/* media queries 1200 to 991 end */
/* media queries start from 991 to 300 */
@media screen and (min-width: 300px) and (max-width:991px) {
	.request-quote-space .text-container {
		max-width: 100%;
		margin-left: 0%;
		width: 100%;
	}
	.navbar-custom .nav-item .nav-link,.sign-in,.select-dropdown  {
		padding-left: 0;
	}
	.modal-dialog {
		min-width: 650px;
	}
	#signinModal form,#signinModal .overlay-panel {
    padding: 0 20px;}
	.navbar-custom {
		padding: 0.7rem 1.5rem 0.7rem 2rem;
		background: #fff;
	}
	/* .sign-in {
		margin: 0.8rem 0.75rem;
	} */
	.process-card-wrap .card-wrap:nth-child(2) {
		position: static;
	}
	.process-card-wrap.right-card {
		margin-left: 0;
	}
	.process-card-wrap .card-wrap {
		padding: 15px;
	}
	.process-card-wrap {
		width: 100%;
		margin: 34px 0 0;
	}
	div#howitworks .process-card-wrap .card-wrap:before{
		content: none;
	}
	div#howitworks {
		padding: 4.5rem 0;
	}
}
/* medi queries end from 991 to 300 */
@media screen and (min-width:300px) and (max-width:767px){
	.modal-dialog {
		max-width: 600px!important;
	}
	.testimonial-slide .swiper-container-element:after {
		right: 0px;
		width: 45px;
		bottom: -10px;
	}
	.testimonial-slide {
		padding-top: 3.5rem;
		padding-bottom: 5rem;
	}
	.request-quote-space {
		padding-bottom: 0.75rem;
	}
	.cards-1 .card {
		padding: 1rem 0 1rem 0;
	}
	.testimonial-slide .swiper-container-element:before{
		left: 0;
		width: 45px;
		top: 0;
	}
	.testimonial-slide .card-body{
		max-width: 100%;
	}
	.testimonial-slide .swiper-container{
		margin-left: 0;
	}
	.relative-content .text-container {
		position: static;
		transform: unset;}
		/* general style */
		.header h1 {
			font-size: 2rem;
		}
		.width-600 ,.width-800{
			padding: 0 15px;
		}
		h2 {
			color: #151614;
			font: 500 1.6rem/2.75rem "Clear Sans";
		}
		img.footer-logo {
			max-width: 100px;
		}
		.footer {
			padding-top: 1.625rem;
		}
		.image-name-container img {
			max-width: 100px;
			margin: 10px 0;
		}
	}

.swiper-pagination-bullet {
	background: #f49914;
    transform: scale(1.66);
	margin: 0px 8px!important;
}
.swiper-pagination-bullet-active {
    background: #f49914;
    transform: scale(2.1);
}
.slideshow-container {
	background-image: url(../images/svg/frame.svg);
	width: 285px;
    height: 559px;
    background-repeat: no-repeat;
    margin: 0 auto;
	background-size: contain;
	background-position: center;
}
	/* media queries between 767 to 575 */
@media screen and (min-width:575px) and (max-width:767px){
	.modal-dialog {
		max-width: 550px!important;
		margin: 0 auto;
		min-width: 550px!important;
	}
}
	/* media queries below 575 */
	@media screen and (min-width:300px) and (max-width:575px){
		.order-sm-2 {
			order: 2;
		}
		.header .text-container {
			margin-bottom: 1.5rem;
		}
		.header .header-content {
			padding-top: 5.5rem;
			padding-bottom: 0;
		}
		.cards-1 .card{
			margin-top: 1rem;
		}
		.cards-1 .card-img-container {
			margin-bottom: 3rem;
		}
		.cards-1 {
			padding-bottom: 0;}
		div#howitworks {
			padding: 1.5rem 0;
		}
		.process-card-wrap {
			margin:0;
		}
		.testimonial-slide {
			padding-top: 1.5rem;
			padding-bottom: 3rem;
		}
		.request-quote-space .text-container {
			margin-bottom: 1rem;
		}
		.footer {
			padding-top: 1.5rem;
		}
		.footer .footer-col {
			margin-bottom: 1.5rem;
		}
		.slideshow-container {
			margin: 15px auto 35px;
		}
		.footer .fa-stack {
			margin-bottom: 0;}
			div#howitworks .dot {
				margin: 0px 5px;}
				.request-quote-space h2,.testimonial-slide h2 {
					margin-bottom: 1.375rem;
				}
				/* signup modal box style */
				.modal-dialog {
					max-width: 300px!important;
					margin: 0 auto;
					min-width: 300px!important;
				}
				#signinModal form, #signinModal .overlay-panel {
					padding: 0 7px;
				}
				/* sign up modal box component */
				#signinModal .container.right-panel-active .sign-up-container {
					transform: translateX(0);}
					#signinModal .sign-up-container {
						left: 0;
						width: 100%;
						height: 50%;
						top: 0;
					}
					#signinModal .overlay-container {
						top: 0;
						left: 0;
						width: 100%;
					}
					#signinModal .container.right-panel-active .overlay-container {
						transform: translateX(-50%);
					}
					#signinModal .overlay {
						left: -100%;
						height: 30%;
						top: 70%;
					}
					#signinModal .container {
						min-height: 550px;
					}
					#signinModal .form-container {
						height: 70%;}
						#signinModal .sign-in-container {
							width: 100%;
						}
						#signinModal .container.right-panel-active .overlay-container {
							transform: translateX(0%);
						}
						#signinModal button {
							margin-top: 5px;
						}
						.overlay-container button#signUp ,.overlay-container button#signIn {
							margin-bottom: 10px;
						}
	}
	body.scrollbar.modal-open .navbar-custom{
		padding-right:5rem!important;
	}
	/* media queries start from 1630 to 1400 */
	@media screen and (min-width:1200px) and (max-width:1400px){
		.header .header-content .absolute-content {
			top: 28%;
			transform: translateY(-35%);
		}
	}
/******************************/
/*     14. Animations   */
/******************************/
	
	/*animation on header text*/
	.text-container{
		animation: header_text_animation 2s 1.5s 1 ease-in;
		animation-fill-mode: both;
		opacity: 0;
	}
	@keyframes header_text_animation{
		100%{
			opacity: 1;
			line-height: 1px;
		}
	}