/*
Theme Name: SuperClean Cleaning Services
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: SuperClean is specially designed product packaged for cleaning services by TemplatesJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Section
    - Section Paddings
    - Section Margins
    - Section Title
    - Content width
  2.4 Buttons
    - Primary Buttons
    - Outline Buttons

3. CONTENT ELEMENTS
  - Dropdown
  - Form
  - Svg Color

4. SITE STRUCTURE
  4.1 Header
  4.2 Slider Section
  4.3 Our Services
  4.4 Quote Section
  4.5 Testimonial Section
  4.6 Faqs Section
  4.7 Pagination
    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color: #14ADEF;
  --black-color: #2C2E2F;
  --light-black-color: #343536;
  --dark-color: #666A6C;
  --primary-color: #ee4e1e;
  --primary-color-200: #E8F0F1;
  --primary-color-400: #c4e9ed;
  --gray-color: #777F81;

  --bs-dark-rgb: 88,90,91;

  --bs-gray-100: #F6F6F6;
  --bs-gray-300: #DCDCDC;
  --bs-primary-text-emphasis: var(--primary-color);

  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-primary-rgb: rgb(238, 30, 30);
  --light-color: #fdfdfd;
  --swiper-theme-color: #111 !important;
  --cadet-blue-color: #9AB4B7;
}

/* Fonts */
:root {
  --heading-font: "Source Sans 3", sans-serif;
  --body-font: "Lora", serif;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--light-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--dark-color);
  margin: 0;
}

p {
  color: var(--dark-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: var(--primary-color);
}

.text-light{
  color: var(--light-color) !important;
}
.text-primary{
  color: var(--primary-color) !important;
}
.text-black{
  color: var(--black-color) !important;
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-gray{
  background-color: var(--bs-gray-100) !important;
}
.bg-accent-gradient{
  background: linear-gradient(90deg, #18A7E4 0%, #1BADEC 0.01%, #0A9CDB 100%);
}
.bg-primary-200 {
  background-color: var(--primary-color-200) !important;
}
.bg-primary-dim {
  background-color: var(--bs-primary-rgb) !important;
}
.header-top{
  background-color: rgb(244, 86, 86);
  color: #DCDCDC;
}


/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 8.125em;
  padding-bottom: 8.125em;
}
.padding-medium {
  padding-top: 10em;
  padding-bottom: 10em;
}
.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}
.margin-medium {
  margin-top: 10em;
  margin-bottom: 10em;
}
.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}


/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 115%;
}
h4,
h5,
h6 {
  color: var(--light-black-color);
  font-weight: 600;
}

h1{
  font-size: 3.625rem;
}
h2{
  font-size: 3.25rem;
}
h3{
  font-size: 2.625rem;
}
h4{
  font-size: 1.75rem;
}
h5{
  font-size: 1.563rem;
}
h6{
  font-size: 1.25rem;
}

@media only screen and (max-width: 999px) {
  h1{
    font-size: 3rem;
  }
  h2{
    font-size: 2.95rem;
  }
  h3{
    font-size: 2.3rem;
  }
  h4{
    font-size: 1.25rem;
  }
  h5{
    font-size: 1.20rem;
  }
}
@media only screen and (max-width: 500px) {
  h1{
    font-size: 2.6rem;
  }
  h2{
    font-size: 2rem;
  }
  h3{
    font-size: 1.9rem;
  }
}

.fs-4{
  font-size: 1.188rem !important;
  line-height: 164%;
}

/* Section Title */
.section-title p{
  color: var(--primary-color);
}

/* - Content width
--------------------------------------------------------------*/
.container-md {
  max-width: 1465px;
}

.container-lg {
  max-width: 1750px;
}

/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  color: var(--light-color);
  border: 0;
  font-weight: 600;
  letter-spacing: 1.28px;
  box-shadow: none;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  outline: none;
  width: fit-content;
  text-align: center;
}
.btn:hover {
  background-color: var(--accent-color);
}
.btn:focus {
  box-shadow: none;
}

/* Primary Buttons */
.btn-primary{
  background-color: var(--primary-color);
}
.btn-primary:hover{
  border: none;
}
.btn-primary:active{
  background-color: var(--accent-color);
}

/* Outline Buttons */
.btn-outline{
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  background-color: transparent;
}
.btn-outline:hover{
  color: var(--light-color);
  background-color: var(--dark-color);
}
.btn-outline-small{
  padding: 4px 20px;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
}
.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active{
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

/* Form
------------------------------------------------------------- */
.form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: none;
}
.form-check-input:focus {
  border-color: var(--accent-color);
  outline: 0;
  box-shadow: none;
}
.form-control:focus, .form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}
input, select, textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}
select:focus {
  box-shadow: none;
}


.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px; /* Adjust as needed */
}

.social-icons li:last-child {
  margin-right: 0; /* Remove right margin from the last item */
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.light-blue-color{
  color: #5BC4F1;
}

svg.primary-color {
  color: var(--primary-color);
}

svg.accent-color {
  color: var(--accent-color);
}

svg.primary-color-500 {
  color: var(--bs-primary-rgb);
}

/* swiper override */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  background: var(--primary-color);
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
/*----------------------------------------------*/

a.nav-link{
  text-transform: capitalize;
  color: var(--dark-color);
}
a.nav-link:focus{
  color: var(--dark-color);
}
a.nav-link.active,
a.nav-link:hover{
  color: var(--primary-color)!important;
  outline: none;
}

#primary-header .dropdown .search::after{
  content: none;
}
#primary-header .search-dropdown .dropdown-menu{
  width: 260px;
}
#primary-header .search-dropdown .dropdown-menu input{
  min-width: 100%;
}
#primary-header .search-dropdown .dropdown-menu button{
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

/* 4.2 Slider Section
/*----------------------------------------------*/
section#slider .banner-content{
  width: 40%;
  background: rgba(253, 253, 253, 0.90);
}
section#slider .main-slider-button-next, .main-slider-button-prev{
  z-index: 111111;
  height: fit-content;
  opacity: 0.9;
}
section#slider .main-slider-button-next.swiper-button-disabled, .main-slider-button-prev.swiper-button-disabled{
  opacity: 0.6;
}

@media only screen and (max-width: 999px) {
  section#slider .banner-content{
    width: 66%;
  }
}

/* Our Services
/*----------------------------------------------*/
#our-services .service img{
  box-shadow: 0px 0px 0px 8px #E3F2F9;
  transition: 0.3s ease-in-out;
}
#our-services .service img:hover{
  box-shadow: 0px 0px 0px 14px #E3F2F9;
}

/* Quote Section
/*----------------------------------------------*/
.contact-form select,
.contact-form input,
.contact-form .input-group input {
  height: 60px;
}

/* Testimonial Section
/*----------------------------------------------*/
#testimonial .author-detail img{
  width: 57px;
  height: 57px;
  border-radius: 100px;
}

/* Faqs Section
/*----------------------------------------------*/
.accordion-button{
  font-size: inherit;
}
.accordion .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  width: 1.5rem;
  height: 1.5rem;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='minus' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

/* Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--dark-color);
  border-color: var(--dark-gray-color);
}
.page-link:hover {
  z-index: 2;
  color: var(--dark-color);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: var(--dark-color);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--dark-gray-color);
}
.page-link {
  color: var(--dark-color);
}

/* override */
.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}
.modal-content {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0
}

/* override date-time-picker */
div.datetime-container, div.datetime-container * {
  font-family: var(--body-font);
}
div.datetime-container button.date, div.datetime-container button.time {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.5rem;
}
div.datetime-container button.date.active {
  border: 1px solid var(--dark-color);
}
div.picker {
  border-radius: 0.5rem;
  box-shadow: 0 1px 10px #cfcfcf;
}
div.picker table td.active, div.picker table td.time-selected {
  background-color: var(--primary-color);
  color: var(--light-color);
}

/* override Bootstrap */
.contact-form input.form-check-input{
  height: 1em;
}

#quote {
  margin: 10px;;

}
.header-bottom{
  color: #DCDCDC;
}

.feature {
  background-color: #cd6e65;
  color: #fffcfa;
}

.feature p{
  color: #DCDCDC;
}

footer{
  background-color: #26211f;
}

footer .footer-menu{
  color: #c4e9ed;
}
footer .bottom{
  background-color: #343536;
  color: #cfcfcf;
}
 footer h5{
  color: #c4e9ed;
 }
 footer h6{
  color: #c4e9ed;
 }
 footer p{
  color: #c4e9ed;
 }




/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.item-flex {
	align-items: center;
	display: flex;
}

.item-flex li {
	margin-left: 30px;
}

.item-flex li:first-child {
	margin: 0;
}

.item-flex li i {
	margin-right: 10px;
	font-weight: 100;
	font-size: 24px;
	color: var(--color-primary);
}

.top-bar-area li {
	display: flex;
	align-items: center;
}

.top-bar-area li a {
	font-weight: 400;
}

.top-bar-area .social li {
	display: inline-block;
	margin-right: 30px;
}

.top-bar-area .social li:first-child {
	margin-right: 0;
}

.top-bar-area .text-end .social li {
	margin-right: 0;
	margin-left: 30px;
}

.top-bar-area .text-end .social li:first-child {
	margin-left: 0;
}

.top-bar-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.top-bar-area.top-bar-style-one.bg-dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.top-bar-style-two {
	padding: 20px 0;
}

.top-bar-style-two .text-end .social li {
	margin-left: 8px;
}

.top-bar-style-two .social li a {
	display: inline-block;
	background: var(--dark);
	color: var(--white);
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.top-bar-style-two .item-flex li i {
	font-weight: 600;
	color: var(--color-paragraph);
}

.call-entry {
	display: flex;
	justify-content: right;
	text-align: left;
}

.call-entry p {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 14px;
}

.call-entry p strong {
	font-weight: 600;
	color: var(--blue);
}

.call-entry h5 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.6px;
}

.call-entry h5 a {
	padding: 0 !important;
	display: inline-block;
	text-transform: lowercase;
}

.call-entry i {
	display: inline-block;
	font-size: 40px;
	margin-right: 15px;
	position: relative;
	color: var(--color-secondary);
}

.top-bar-style-two .item-flex li strong {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-heading);
}

.top-bar-style-two .item-flex li a {
	font-weight: 500;
	color: var(--color-paragraph);
}

.top-bar-style-two .item-flex li a:hover {
	color: var(--color-secondary);
}

.top-bar-style-two .item-flex li {
	line-height: 1.7;
}

.top-bar-style-two .item-flex li i {
	display: inline-block;
	font-size: 40px;
	color: var(--color-secondary);
	margin-right: 15px;
	font-weight: 100;
}

/* ============================================================== 
    # Navbar Styles
=================================================================== */
@media (min-width: 1200px) {

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background {
		box-shadow: inherit;
		top: 50px;
	}

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header {
		position: relative;
		z-index: 1;
		padding-right: 45px;
		margin-right: -45px;
	}

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header::after {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 300px;
		width: 500%;
		background: var(--white);
		z-index: -1;
		transform: skewX(15deg);
	}

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header::before {
		position: absolute;
		right: -10px;
		bottom: 15px;
		content: "";
		height: 300px;
		width: 100%;
		background: #cfd2d5;
		z-index: -1;
		transform: skewX(15deg);
	}

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header a {
		position: relative;
	}

	nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background .navbar-header img {
		position: relative;
		top: -35px;
	}
}
/* ============================================================== 
    # Topbar Styles
=================================================================== */
.top-style-one .logo img {
	height: 60px;
}

.top-style-one .social li {
	display: inline-block;
}

.top-style-one {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}

.top-style-one.transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}

.top-style-one.transparent .logo {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .social li a {
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
}

.top-style-one .text-end.social li {
	margin-left: 3px;
}

.top-style-one .info i {
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: var(--color-primary);
}

.top-style-one .info li {
	font-weight: 500;
	text-transform: capitalize;
}

@media (min-width: 1024px) {
	.top-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}

.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 25%;
	margin: 0;
	visibility: hidden;
}

@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}

.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}

.banner-area h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area p,
.banner-area ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
}

.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 3200ms;
	transition-delay: 3200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	font-size: 28px;
	color: var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev, 
.banner-area.navigation-circle .swiper-button-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 2px solid var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {
	.banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {
	.banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 18px;
	bottom: inherit;
	right: inherit;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	left: 85px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	left: 30px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 600;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

.banner-area .align-center {
	align-items: center;
}

.banner-style-one {
	position: relative;
	z-index: 1;
}

.banner-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.banner-shape .item {
	position: absolute;
	left: 20%;
	bottom: 0;
	height: 0;
	width: 30%;
	background: var(--black);
	transform: rotate(53deg) skewY(10deg);
	opacity: 0;
	box-shadow: 0px 0px 10px #232931;
	transition: all 1000ms ease;
}

.banner-shape .item:nth-child(2) {
	position: absolute;
	left: 18%;
	bottom: 0;
	height: 0;
	width: 60%;
	background: var(--black);
	transform: rotate(-45deg) skewY(-10deg);
	opacity: 0;
}

.banner-style-one.swiper-slide-visible .banner-shape .item {
	height: 150px;
	opacity: 0.3;
	transition-delay: 1000ms;
}

.banner-style-one.swiper-slide-visible .banner-shape .item:nth-child(2) {
	height: 200px;
	opacity: 0.5;
	transition-delay: 100ms;
}

.banner-shape {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.banner-style-one h2 {
	font-size: 70px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.banner-style-one h2 strong {
	display: block;
	font-weight: 500;
}

.banner-style-one h4 {
	text-transform: uppercase;
}

.banner-shape-bg {
	position: absolute;
	right: -50%;
	bottom: 0;
	z-index: 1;
	display: flex;
	max-width: 50%;
	height: 50% !important;
	transition: all 0.55s ease-in-out;
}

.banner-style-one.swiper-slide-visible .banner-shape-bg {
	right: 0;
	bottom: 0;
	opacity: 1;
	transition-delay: 1200ms;
}

  /* Banner Style Two */

.banner-style-two .content {
	padding-top: 50px;
	position: relative;
	z-index: 1;
}

.banner-style-two .content::after {
	position: absolute;
	left: -200px;
	top: -250px;
	content: "";
	height: 500px;
	width: 500px;
	background: var(--white);
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: rotate(45deg);
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.banner-style-two.swiper-slide-visible .content::after {
	top: -150px;
	transition-delay: 600ms;
	opacity: 0.7;
	visibility: visible;
}

.banner-style-two .container {
	position: relative;
	z-index: 1;
}

.banner-style-two .container .banner-thumb {
	position: absolute;
	right: 0;
	bottom: 0;
}

.banner-style-two .container .banner-thumb img {
	height: 90%;
	margin-top: 20%;
}

.banner-style-two {
	position: relative;
}

.banner-style-two .banner-shape-right {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70%;
	width: 30%;
	background-size: contain !important;
	background-position: right bottom !important;
	background-repeat: no-repeat !important;
}

.banner-style-two h2 {
	font-size: 70px;
	line-height: 1.1;
	margin: 0;
	font-weight: 600;
}

.banner-style-two h2 strong {
	font-weight: 600;
	display: block;
	color: var(--color-primary);
}

.banner-style-two h4 {
	text-transform: uppercase;
	font-weight: 500;
}

.banner-style-two p {
	font-size: 20px;
	line-height: 1.7;
	margin-top: 25px;
	padding-right: 20%;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-style-three .banner-thumb {
	position: absolute !important;
	width: 53% !important;
	right: 0 !important;
	left: auto !important;
	z-index: 1;
}

.banner-style-three .banner-thumb::after {
	position: absolute;
	left: -80px;
	top: -10%;
	content: "";
	height: 120%;
	width: 150px;
	background: var(--bg-gray);
	filter: blur(15px);
	z-index: -1;
}

.banner-style-three {
	position: relative;
}

.banner-style-three .banner-shape {
	position: absolute;
	left: -20%;
	bottom: 0;
	max-width: 20%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.banner-style-three.swiper-slide-active .banner-shape {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.banner-style-three .banner-shape img {
	height: auto;
	width: auto;
}

.banner-style-three .content h4 {
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color-secondary);
}

.banner-style-three .content h2 {
	font-size: 65px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 25px;
}

.banner-style-three .content ul li {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 18px;
	margin-top: 10px;
	color: var(--color-heading);
}

.banner-style-three .content ul li:first-child {
	margin-top: 0;
}

.banner-style-four .content {
	padding-bottom: 120px;
	padding-top: 150px;
}

.banner-style-four h4 {
	font-weight: 400;
}

.banner-style-four h4 strong {
	font-weight: 400;
	margin-right: 6px;
}

.banner-style-four h2 {
	font-size: 65px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}


.home-solar nav.navbar.validnavs.navbar-fixed.navbar-style-three.no-background .container::after {
	background: var(--color-optional);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-solar nav.navbar.validnavs.navbar-fixed.navbar-style-three .attr-right .attr-nav li.button a::after {
	background: var(--color-optional);
}

.top-bar-area.top-bar-style-three {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 15px 0;
	overflow: hidden;
}

.top-bar-area.top-bar-style-three::after {
	position: absolute;
	right: 45%;
	top: -50px;
	height: 200px;
	width: 400%;
	background: var(--dark);
	content: "";
	z-index: -1;
}

.top-bar-style-three .item-flex li i {
	color: var(--color-optional);
	font-weight: 600;
}

.top-bar-area.top-bar-style-three li a:hover {
	color: var(--color-optional);
}

.top-bar-area.top-bar-style-three .social a {
	color: var(--color-heading);
}

/* Banner */
.banner-area.banner-solar .banner-thumb {
	width: 45%;
	right: 0;
	left: auto;
	position: absolute;
}

.banner-area.banner-solar {
	padding-top: 130px;
	background-size: 15% !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
}

.banner-area.banner-area.banner-solar .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms;
}

@media (min-width: 1024px) {
	.banner-area.banner-area.banner-solar.navigation-circle .swiper-button-prev, 
	.banner-area.banner-area.banner-solar.navigation-circle .swiper-button-next {
		margin-top: 50px;
	}
}

.home-solar .video-play-button.with-text .effect {
	background: var(--color-optional);
}

.home-solar .video-play-button.with-text .effect::after {
	background: var(--color-optional);
}

.banner-style-five h4 {
	text-transform: uppercase;
	font-weight: 600;
}

.banner-style-five h2 {
	font-size: 55px;
	font-weight: 600;
}

.banner-area.banner-solar .button {
	margin-top: 10px;
}


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Topbar */
	.top-bar-area .social {
		display: none;
	}

	.top-bar-area .item-flex {
		justify-content: center;
	}

	.top-bar-area .call-entry {
		display: none;
	}

	.top-bar-style-two {
		border-bottom: 1px solid #e7e7e7;
		background: var(--bg-gray);
	}

	/* Banner */
	.banner-style-two .container .banner-thumb {
		position: inherit;
		height: auto;
		max-width: 60%;
		margin: auto;
		display: none;
	}

	.banner-style-two .content {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	.banner-style-two .container .banner-thumb img {
		margin-top: 50px;
	}

	.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
		left: 50%;
		margin-left: -50px;
	}

	.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
		right: auto;
		left: 50%;
		margin-right: -50px;
	}

	.banner-style-four .thumb {
		display: none;
	}

	.banner-style-four .content {
		padding-top: 120px;
	}
	
	