/*
Theme Name: Carwash
Theme URI: 
Author: Carwash 
Author URI: Carwash
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
#service{
    background: linear-gradient(-45deg, #dadada, #fff, #f8fcfe, #2d96ebd4);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.project-layout1 .axivis-project .project-content .content-bottom {


    padding-top: 0px !important;
    padding-bottom: 0px !important;


}
.project-layout1 .axivis-project .project-content .content-bottom::before {
display:none;	
}

.phone-box .icon a{
    background-color: #255ea7;
}
#process::before{
    background-image: url('assets/img/process-bg.webp');
    background-size: cover;
}
#process .section-title .title,
#process .section-title p
{
    color: #fff;
}
 
.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}  
.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
} 
#service .primary-btn ,
.slick-dots .slick-active button
{
    background-color: #e02b2b;
}
.primary-btn:hover .btn-bg {
    
    background-color: #255ea7;
}
.service-layout1 .service-box .service-icon {
    color: #e02b2b;
	min-height:auto;
	margin-bottom: 56px;
}
.scrollToTop {
    display: none;
}
.footer-widget__text{
    margin-bottom: 0px;
}
.footer-layout3 .copyright-area{
    background-color: #255ea7;
}
.download_app_left h2,
.download_app_left p
{
    color: #fff;
}
.download_app_left p{
    font-size: 25px;
}
.download_app_right h3{
    color: #11192c;
    text-align-last: left;

}
.download_app_right h2{
    color: #e02b2b;
    text-align-last: left;
    font-size: 30px;
}
.download_app_right p{
 text-align-last: left;
}
.download_app_right .slick-dots{
    display: none;
}
.contact-form .col-md-6.form-group{
  float: left;
  position: relative;
  z-index: 1;
}
.appointment-form-layout1 form{
    width: 100%;
    display: inline-table;
}
.gutters-20 .form-group{
  float: left;
  position: relative;
  z-index: 1;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output 
{
  clear: both;
}
.footer_menu li a{
  padding: 0px;
}
.header-logo img{
  margin-left: -15px;
}
.pricing-table-wrapper .pricing-table h3.title{
  padding-top: 60px;
  text-transform: uppercase;
}
.pricing-table-layout2 .pricing-table span.price-amount{
  padding: 0;
}
.appointment-form-layout1  .wpcf7 form.invalid .wpcf7-response-output {position: relative; top: 20px; clear: both;}
.header-layout2 .main-menu ul li.menu-item-27 a,
body.page-id-12 .breadcumb-title{text-transform:capitalize!important;}
.appointment_bannr{
	min-height: 167px;
	background-color: #255ea7!important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} 
@media screen and (max-width: 767px){
	.service-layout1 .service-box .primary-btn{
		display:none;
	}
}

 
  #octocat {
    height: 300px;
    width: 200px;
    background: url(https://codinhood.com/static/9a146dac647e7129fa173acc0b0d437f/299c1/octocat.png) left center;
    animation: animateSprite 15s steps(1) infinite, swim 15s ease-in-out infinite;
    position: absolute;
    right: -200px;
    top: 50%;
    margin-top: -150px;
    z-index: 100;
  }
  
  
  @keyframes animateSprite {
    0% {
      background-position: -600px; /* Starting position moving left sprite */
    }
    20% {
      background-position: 0px; /* Straight on sprite */
    }
    25% {
      background-position: -200px; /* Moving up sprite */
    }
    35% {
      background-position: -400px; /* Moving right sprite */
    }
    40% {
      background-position: -400px;
    }
    50% {
      background-position: -200px;  /* Moving up sprite */
    }
    60% {
      background-position: -0px; /* Straight on sprite */
    }
    67% {
      background-position: -600px; /* Moving up sprite */
    }
  
    100% {
      background-position: -600px;
    }
  }
  
  @keyframes swim {
    0% {
      transform: translate(0, 0); /* Starting position */
    }
    20% {
      transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
    }
    25% {
      transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
    }
    35% {
      transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
    }
    50% {
      transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
    }
    60% {
      transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
    }
    67% {
      transform: translate(-25vw, -20vh);
    }
  
    100% {
      transform: translate(calc(-100vw - 300px), 0); /* Animate past left past the screen */
    }
  }
  .ocean {
    position: relative;
    width: 100vw;
 
    background-image: linear-gradient(0deg, #fff, #309ced)
    
  }
  .ocean  .text{
      color: #326286;
  }
  
  
  .bubble {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background-color: white;
    bottom: -30px;
    opacity: 0.2;
    animation: bubble 15s ease-in-out infinite,
      sideWays 4s ease-in-out infinite alternate;
  }
.main-menu{
	/*position: relative;
    left: 20px; */
}
  @keyframes bubble {
    0% {
      transform: translateY(0%);
      opacity: 0.06;
    }
    100% {
      transform: translateY(-120vh);
    }
  }
  
  @keyframes sideWays {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: 200px;
    }
  }
  
  .bubble--1 {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 16s;
    opacity: 0.2;
  }
  
  .bubble--2 {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-delay: 1s;
    animation-duration: 10s;
    opacity: 0.1;
  }
  
  .bubble--3 {
    width: 10px;
    height: 10px;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 20s;
    opacity: 0.3;
  }
  
  .bubble--4 {
    width: 25px;
    height: 25px;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 17s;
    opacity: 0.2;
  }
  
  .bubble--5 {
    width: 30px;
    height: 30px;
    left: 60%;
    animation-delay: 10s;
    animation-duration: 15s;
    opacity: 0.1;
  }
  
  .bubble--6 {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.4;
  }
  
  .bubble--7 {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.3;
  }
  
  .bubble--9 {
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 30px;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.2;
  }
  
  .bubble--10 {
    width: 40px;
    height: 40px;
    left: 30%;
    bottom: 30px;
    animation-delay: -21s;
    animation-duration: 16s;
    opacity: 0.3;
  }
  
  .bubble--11 {
    width: 30px;
    height: 30px;
    left: 60%;
    bottom: 30px;
    animation-delay: -13.75s;
    animation-duration: 20s;
    opacity: 0.3;
  }
  
  .bubble--11 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.3;
  }
  
  .pricing-table-layout2 .pricing-table .price-plan,
  .pricing-table-layout2 .pricing-table .pricing-icon .circle-btn
  {
    background-color: #255ea7
  }
  .pricing-table-layout2 .pricing-table .price-plan span.shape::after {
    box-shadow: 0 0 1px 5px #255ea7;
  }
  .breadcumb-layout1 .breadcumb-content {
    padding-top: 300px;
    padding-bottom: 250px;
}
.breadcumb-layout1 .breadcumb-content ul{
    background-color: transparent;
}
.breadcumb-layout1 .breadcumb-content ul li a{
    color: #fff;
}
.breadcumb-layout1 .breadcumb-content ul li.active {
    color: #e02b2b;
}
.breadcumb-layout1.background-image {
    background-size: 100% 140%;
}
.about_us_download h2,.about_us_download h3, .about_us_download p{
  color: #fff;
}
#services-features h3{
  font-size: 16px;
}
#services-features h3 span{
  color: #fff;
}
.container_position{
  position: relative;
}
#services-features{
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 99999;
    color: #fff;
    overflow: hidden;
    left: 0;
}
.offers_perk.project-layout1 .axivis-project .project-content{
  margin: 0 0px;
}
.slick-dots .slick-active button{
	display:none;
}
.blog-layout1 .blog .blog-content{
	margin:0px;
}
.section-title .title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.3 !important;
    margin-top: -3px;
}
/* @media only screen and (max-width: 991px){	
.hero-slider2-active{
	display: none;
} */
	
}