/*
Theme Name:Swimming Pool Cleaning Pro
Theme URI: https://www.buywptemplates.com/products/swimming-pool-wordpress-theme
Author: BuyWpTemplates
Author URI: https://www.buywptemplates.com/
Description:
Version: 0.0.2
License: GNU General Public License
License URI:license.txt
Text Domain: swimming-pool-cleaning-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Pool Services Deals Pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
Pool Services Deals Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
:root {
  --color-black: #000;
  --color-white: var(--color-white);
  --color-yellow: #e9a229;
  --color-blue: var(--color-blue);
}
:root {
  --font-poppins: "Poppins";
  --font-Josefin: "Josefin Sans";
}

*{
  margin:0;
  padding:0;
  outline:none;
}
:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.about-duck-img img {
    transition: .3s;
    animation: pulse 1s infinite;
}
.wpcf7 form.invalid .wpcf7-response-output{
  font-weight: 500;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:var(--color-white);
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family: var(--font-poppins);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: var(--color-white);
}
/* img{
  width: 100%;
} */
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0px;
}
:input-placeholder{
  color:white;
}

h6{
  font: normal normal medium 12px/90px Poppins;

}
h5{
  font: normal normal medium 22px/90px Poppins;
  font-size: 25px;
}
h2{
  font: normal normal 600 33px/50px Poppins;
  color: #000000;
}
h1{
  font: normal normal 600 33px/50px Poppins;
  color: #000000;
}
h4{
  font: normal normal medium 30px/40px Poppins;
  font-size: 26px;
  color: #000000;
}
p{
  color: #242121;
  font: normal normal normal 14px/25px Poppins;
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
textarea {
    padding: 5px;
}
.theme_button{
  border-radius: 5px;
  background: var(--color-yellow);
  font: 600 14px/30px var(--font-poppins);
  border: none;
  transition: ease 0.25s all;
  transition-duration: 1s;
  color: var(--color-white);
  transform: translateX(0px);
}
.theme_button i{
  transform: tfont: normal normal medium 22px/40px Poppins;ranslateX(-4px);
  opacity: 0;
  transition-duration: 1.5s;
  display: none;
}
.theme_button:hover i{
  transform: translateX(8px);
  opacity: 1;
  display: inline-block;
}
.theme_button:hover{
  transform: translateX(0px);
  opacity: 1;
  letter-spacing: 1.2px;
  background-color: var(--color-blue);
  color: var(--color-white);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.modal-backdrop{
      background: unset!important;
    top: unset!important;
    opacity: 1!important;
    left: unset!important;
}

.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}

/*--------------Owl Carousel-----------------*/
.owl-carousel button.owl-dot.active{
    width: 15px;
    height: 15px;
    border-radius: 55px;
    background-color: var(--color-blue) !important;
    border: 2px solid var(--color-white) !important;
    box-shadow: 0px 0px 0px 0.5px var(--color-blue);
        background-image: repeating-linear-gradient(
25deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
115deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
205deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
295deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px);
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-position: 12px 13px, 9px 14px, 100% 18px, 8px 100%;
    background-repeat: no-repeat;

}
.owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 9px;
  background-color: none !important;
  border: 1px solid var(--color-blue) !important;
  margin: 0 12px;
}
/*--------------- Comments ---------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: var(--color-yellow);
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: .5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: var(--color-yellow);
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: var(--color-yellow);
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.dashicons-star-filled:before{
  color: var(--color-yellow);
}
.dashicons, .dashicons-before:before{
  font-size: 16px;
}
/*-------------------Loader--------------------*/
.bwt-travel-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #36bbfb;
  cursor: pointer;
  z-index: 9999;
}
.bwt-travel-loading-box .loader {
  display: inline-block;
  width: 30%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(assets/images/loader.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

/*----------------Header  menu----------------------*/
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(
45deg);
    transform: rotateZ(
45deg);
}
.close-icon:after, .close-icon:before {
    display: block;
    position: absolute;
    background-color: #fff;
    content: "";
    font-weight: 600;
}
.close-icon:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: calc(50% - 1px);
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  padding: 1.25em 40px 0.3em;
  line-height: 1.45;
  position: relative;
  color: #0f0f0f;
  border-bottom: 8px solid var(--color-blue);
  background: #EDEDED;
  background:#EDEDED;
    -webkit-box-shadow: 0px 4px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
blockquote::before{
  font-size: 88px;
  font-family: Arial;
  content: "\201C";
  color: var(--color-blue);
  position: absolute;
  left: 7px;
  top: -28px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#accordion .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/accordion.png") !important;
    transform: rotate(-180deg);
}
#accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("assets/images/accordiono.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
th a{
  color: var(--color-blue);
}
/*----------Return To Top------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background-color: var(--color-blue);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: white;
  position: relative;
  top: 8px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 16px;
}
#return-to-top:hover {
  background: var(--color-blue);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
.customize-partial-edit-shortcut-button{
  padding: 0 !important;
}
/*--------------Buy Now----------------*/'
.buynow{
  padding:10px !important;
}
.buynow:hover a{
  letter-spacing: 2px;
  transition-duration:1s;
}
.buynow{
  background-color: #e9a229;
}
.buy-now-footer:hover{
  color: var(--color-white);
  letter-spacing: 2px;
  transition-duration: 1s;
}
#blog .card{
  border: none;
}
#how-we-work .process-row .process_curve:not(:last-child):after{
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('/assets/Images/how-we-work/Path16.png');
  position: absolute;
  top: 20%;
  right: 0;
}
.process_content .process-image-box{
  position: relative;
}
.process_content .process-image-box:after {
  background-image: url(./assets/images/our-process/icon-image.png);
  content: '';
  position: absolute;
  right: -140px;
  background-repeat: no-repeat;
  background-position: center;
  width: 230px;
  top: 19px;
  height: 100px;
  z-index: -1;
}
.process_content:nth-child(4) .process-image-box:after {
  display: none !important;
}

