.yellow_color {
	color: #f09b0e;
}

.about_title {
	color: #a41a10;
	text-shadow: 1px 1px 1px #000;
}

.cs_gray_bg {

    background-position: center;
    background-size: cover !important;
}

.services_cust .slick-slide img{
	
	border-radius: 15px 15px 0px 0px;
}

.cs_nav .cs_nav_list ul a {
    border-bottom: 1px dashed #cdcdcd !important;
}

.cs_nav .cs_nav_list ul a:last-child {
    border-bottom: none;
}

.cs_nav .cs_nav_list > li:hover > ul {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mb-30 {
	margin-bottom: 30px !important;
}

/************************************/
/***    18. Service Single css    ***/
/************************************/

.page-service-single {
    padding: 75px 0 50px;
}

.service-single-content img.ser_img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
}

.service-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 30px;
}

.service-catagery-list{
    border: 1px solid var(--divider-color);
    margin-bottom: 40px;
}

.service-catagery-list h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #a41a10;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
}

.service-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 30px;
}

.service-catagery-list ul li{
    position: relative;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;

}

h2.cs_avatar_title {
    font-size: 35px !important;
    margin-bottom: 10px !important;
    color: #a41a10;
    width: fit-content;
}

h2.cs_avatar_title:after {
    content: " ";
    width: 55%;
    height: 3px;
    position: relative;
    display: block;
    background: #ffb945;
    margin-top: 12px;
}

/*.service-single-content.row {
    align-items: center;
}*/

.col-lg-6 .service-entry h3 {
    font-size: 35px;
    color: #8b1911;
    width: fit-content;
    /* text-decoration: 2px underline #ffb945; */
    /* text-underline-offset: 18px; */
    /* background: #ffb945; */
    /* text-underline-position: right; */
}

.col-lg-6 .service-entry h3:after {
    content: " ";
    width: 44%;
    height: 3px;
    position: relative;
    display: block;
    background: #ffb945;
    margin-top: 12px;
}

.service-catagery-list ul li:hover::before{
    color: var(--accent-color);
}

.service-catagery-list ul li a{
    position: relative;
    display: block;
    color: var(--text-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a{
    color: var(--accent-color);
}

.sidebar-cta-box{
    background-color: var(--primary-color);
    padding: 40px 30px;
}

.cta-client-images{
    display: inline-flex;
    margin-bottom: 20px;
}

.cta-client-img{
    margin-left: -16px;
}

.cta-client-img:first-child{
    margin: 0;
}

.cta-client-img figure{
    display: block;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
}

.cta-client-img img{
    max-width: 50px;
    border-radius: 50%;
}

.sidebar-cta-body{
    margin-bottom: 30px;
}

.sidebar-cta-body h3{
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 20px;
}

.sidebar-cta-body p{
    color: var(--secondary-color);
    margin-bottom: 0;
}

.sidebar-cta-body p a{
    font-weight: 600;
    color: var(--accent-color);
    text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.sidebar-cta-body p a:hover{
    color: var(--secondary-color);
}

.sidebar-cta-footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-cta-footer ul li{
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 20px;
}

.sidebar-cta-footer ul li:last-child{
    margin-bottom: 0;
}

.sidebar-cta-footer ul li img{
    max-width: 30px;
    margin-right: 20px;
}

.service-single-slider{
    margin-bottom: 30px;
}

.service-single-slider .swiper-slide figure{
    position: relative;
    display: block;
}

.service-single-slider .swiper-slide figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.79%, rgba(30, 30, 30, 0.8) 100%);
    z-index: 1;
}

.service-single-slider .swiper-slide img{
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.service-single-slider .service-pagination{
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.service-single-slider .service-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: var(--text-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.service-single-slider .service-pagination .swiper-pagination-bullet-active{
    position: relative;
    width: 22px;
    border-radius: 100px;
    background-color: var(--accent-color);
}

.service-entry{
    margin-bottom: 60px;
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry p:last-child{
    margin-bottom: 0px;
}

.service-entry h2{
    font-size: 46px;
    margin-bottom: 20px;
}

.service-specialty{
    margin: 60px 0;
}

.service-entry-box{
    background-color: var(--primary-color);
    padding: 40px;
	margin-top: 30px;
}



.service-entry-item::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(30px, -50%);
    width: 1px;
    height: 90%;
    background-color: var(--dark-divider-color);
}

.service-entry-item:last-child::before{
    display: none;
}

.service-entry-item .icon-box{
    margin-bottom: 20px;
}

.service-entry-item .icon-box img{
    max-width: 50px;
}

.service-entry-item-content h3{
    font-size: 20px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-entry-item-content p{
    color: var(--secondary-color);
}

.service-entry-box-footer{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.service-entry-box-footer p{
    font-weight: 500;
    color: var(--secondary-color);
}

.service-entry-box-footer p a{
    color: var(--accent-color);
    text-decoration: underline;
    text-transform: capitalize;
}

.service-image-list {
    display: flex;
    align-items: center;
    background-color: #ffe4b6;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 10px;
}

form.cs_contact_form {
    background-color: #ffedce;
    padding: 41px 20px;
    border-radius: 10px;
}

.cust_title {
    font-size: 32px;
    color: #a41a10;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
  .service-image-list {
    padding: 30px 10px !important;
  }

  .service-entry-image img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    margin-bottom: 25px;
  }

    .col-lg-6 .service-entry h3 {
        font-size: 27px;
        color: #8b1911;
        /* text-decoration: 2px underline #ffb945; */
        /* text-underline-offset: 18px; */
        /* background: #ffb945; */
        /* text-underline-position: right; */
    }

  a.cs_site_branding img {
    width: 80%;
    margin-top: 14px;
  }

  .order_cust {
    order: 2 !important;
  }

  .page-service-single {
    padding: 40px 0;
  }
  .service-sidebar {
    margin-right: 0px !important;
  }

  .order_cust_1 {
    order: 1;
  }
}



.service-entry-image figure{
    display: block;
}

.service-entry-image img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}



.service-list-item{
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.service-entry-image figure {
    margin: 0 0 0rem !important;
}

.service-list-item:last-child{
    margin-bottom: 0;
}

.service-list-item::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    font-weight: 100;
    color: #a41a10;
    background-color: #fff;
    border-radius: 50%;
}

.service-list-item h3{
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-accordion.page-faq-accordion .accordion-item{
    border-color: var(--divider-color);
}

.faq-accordion.page-faq-accordion .accordion-header .accordion-button{
    color: var(--primary-color);
}

.faq-accordion.page-faq-accordion .accordion-button:not(.collapsed){
    color: var(--accent-color);
}

.faq-accordion.page-faq-accordion .accordion-item .accordion-button::after,
.faq-accordion.page-faq-accordion .accordion-item .accordion-button.collapsed::after{
    color: var(--primary-color);
}

.faq-accordion.page-faq-accordion .accordion-button:not(.collapsed)::after{
    color: var(--accent-color);
}

.btn-phone-pulse {
   background: #fcb412;
    color: white;
    position: fixed;
    bottom: 16PX;
    right: 6px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    font-size: 27px;

    
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 40px;
    font-size: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    
    
    z-index: 999;

}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

i.fab.fa-whatsapp {
      
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;

}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-25deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-25deg); } 
}45deg
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-25deg); 
        transform:rotate(-25deg); 
    } 
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-whatsapp-pulse-border {
        bottom: 16PX;
    left: 6PX;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-left: 0px;
}
.btn-phone-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 5px solid #fcb412;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-top: 0px;
    margin-right: 0px;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

