.full-width-header .rs-header .menu-area {
    background: white !important;
    position: relative;
    z-index: 10;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {    
    color: #0c0c0c !important;
}#clenia-load .preload-wrap img {
    animation: loader-zoom 1s linear infinite alternate;
    max-width: 120px;

}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .icon-bar .cart-icon i:before, .full-width-header .rs-header.header-style3 .expand-btn-inner ul .sidebarmenu-search a i {
    color: #060505 !important;
}
.full-width-header .rs-header.home4-header-style4 .expand-btn-inner ul .nav-link .nav-expander .dot-hum, .full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link .nav-expander .dot-hum {
    background: #030303;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .house{
    background: #ffffff;
    margin: 0;
    padding: 20px;
    width: 600px;
    margin-left: -300px;
    position: absolute;
    -webkit-box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.3);
    margin-top: -28px;
}
.amazing-performance:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%) !important;
}
.rs-slider.rs-slider-style3 .content-part .sl-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 100px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.rs-slider.rs-slider-style3 .content-part .sl-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
    margin-top: 92px;
}
.rs-footer.footer-style1 .footer-top .footer-logo img {
    height: 110px;
}
.rs-testimonial.testimonial-style2 .owl-nav .owl-prev {
    left: -413px;
    top: 340px;
}
.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .images-wrap img {
    /* height: 375px; */
    /* max-width: 0px; */
    /* width: auto; */
    /* margin-left: 0px; */
}
.rs-testimonial.testimonial-style2 .testi-item .testi-wrap {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    /* background: none; */
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    padding: 0px 0px 0px 0px;

}
.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic {
    padding: 8px 6px 0 30px;
}
.rs-testimonial.testimonial-style2 .testi-item .testi-wrap .item-content-basic .testi-information .testi-name {
    color: #ff5e00;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area img {
    max-height: 60px;
}
.rs-services .row {
    justify-content:center;

}
.rs-services.services-style4 .services-item {
    height: 355px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
   
    width: 100px;
    height: 6px;
    top: 56px;
}
.paper .sec-title4 .title-img {
    position: relative;
    /* left: 6px; */
    top: 36px;
    text-align: center;
}
.sec-title .title {
    
    text-align: center;
    margin-bottom: 20px;
}
.rs-choose.choose-style5 .rs-addon-services .services-item {
    border: 1px solid #eae5e5;
}
.rs-choose.choose-style5 .rs-addon-services .services-item:hover {
    border: 1px solid  #e84343;
}
.task{
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.3);
}
.experience {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    margin: 50px 0 0;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/external/abstract-blue.jpg);
}
.home-green-color .rs-contact.contact-style2 .contact-info-box {
    background-color: #01539f;
}
.rs-contact.contact-style2 .contact-section .contact-wrap .from-control {
    padding: 17px 20px 18px 20px;
    color: #7A7A7A;
    border-style: solid;
    border-width: 1px 16px 1px 1px;
    border-color: #FFFFFF;
    box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    width: 100%;
    opacity: 1;
}
/* gallery start */
.main .container {
    max-width: 80rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
  }
  
  .main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  .main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
  }
  .main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
  /* gallery end */
/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
  }
  
  .experience .timeline {
    position: relative;
    width: 100%;
  }
  
  .experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #26aae1;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
  }
  .experience{
    background-size: 100% 100%;
      background-repeat: no-repeat;
      height: auto;
      margin: 50px 0 0;
      position: relative;
      background-attachment: fixed;
      background-image: url(../images/external/abstract-blue.jpg);
  }
  .experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
  }
  
  .experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
  }
  
  .experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
  }
  
  .experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
  }
  
  .experience .timeline .timeline-item.right::after {
    left: -8px;
  }
  
  .experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent purple;
  }
  
  .experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent purple transparent transparent;
  }
  
  .experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
  }
  
  .experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
  }
  
  .experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #845099;
    box-shadow:0 5px 15px 0 #dceff9;
  }
  
  .experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #845099;
  }
  
  .experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
  }
  
  .experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }
  
  .experience .timeline .timeline-text p {
    color: black;
   
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 17px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  @media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }
  
    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }
  
    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
  }
  
  
  /*******************************/
  /********* Service CSS *********/
  /*******************************/
  .rs-services.services-style8 .services-item .services-wrap {
    position: relative;
    padding: 35px 30px 26px 30px;
    transition: 0.4s;
    background-color: #7d80f8;
    color: white;
}
.rs-services.services-style8 .services-item .services-wrap .services-content .services-title .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fcf6f6;
    margin: 0 0 6px;
}
@media screen  and(max-width:425px){
    .rs-testimonial.testimonial-style2 .testi-item .testi-wrap .images-wrap img, .rs-about.style2 .about-images .about-animation {
        display: block;
    }
}
    
