/**
*****************************************
    Theme Name: Solace Palliative & Hospice Care
    Author: SyncZer Inc
    Author URL: https://www.synczersolutions.com/
    Version: 1.0
******************************************
**/
/*-- btn-style-1 --*/
.btn-style-1{
    font-family: font-1;
    color: var(--white);
    padding: 2px 18px;
    background-color: var(--main-1);
    border-radius: 3px;
    color: #000;
    letter-spacing: 0.3px;
    font-size: 0.9rem;
    display: inline-block;
    box-shadow: 3px 3px 0 0 var(--shadow-1);
}
.btn-style-1:hover{
    color: var(--white);
    background: linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%); 
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%);
    box-shadow: -3px -3px 0px 0px var(--shadow-1)
}
.btn-style-2{
    font-weight: 300;
    background-color: var(--white);
    padding: 8px 18px;
    color: var(--main-1);
    border-radius: 4px;
    font-size: 1rem;
    display: inline-block;
    box-shadow: 0px 3px 9px rgba(255, 255, 255, 0.6);
}
.btn-style-2:hover{
    background: linear-gradient(-30deg, var(--main-3) 0%, var(--main-4) 100%); 
    background: -webkit-linear-gradient(-30deg, var(--main-3) 0%, var(--main-4) 100%); 
    color: var(--white);
}
/*-- Slider Styles --*/
.slider-area .carousel-inner .carousel-item img {
    height: 650px;
    object-fit: cover;
}
.slider-area .carousel .carousel-indicators {
    bottom: 25px;
    z-index: 1;
}
.slider-area .carousel-indicators li {
    width: 20px;
    height: 8px;
    margin: 0 5px;
}
.carousel-caption {
    position: absolute;
    top: 34%;
    left: 8%;
    width: 55%;
    text-align: left;
    z-index: 0;
}
.carousel-caption h2,
.carousel-caption p{
    text-transform: capitalize;
    color: var(--white);
    text-shadow: 1px 3px 0 var(--black);
}
.carousel-caption h2{
  line-height: 60px;
  margin: 0 0 15px 0;
  font-size: 4.3rem;
  font-family: 'font-5';
}
.carousel-caption p{
  font-size: 2rem;
  font-family: 'font-2';
  line-height: 30px;
}
/* welcome */
.about-us {
    position: absolute;
    bottom: 40px;
    left: -29px;
    width: 65%;
}
.info::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent var(--main-1) transparent transparent;
    left: -24px;
    bottom: -53px;
}
.w-logo-img{
    position: absolute;
    z-index: 1;
    bottom: -30px;
    right: -30px;
    width: 140px;
}
.insurance-sub-list li,
.text-inner-list ul li{
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.6rem;
}
.insurance-sub-list li::before,
.text-inner-list ul li::before{
  position: absolute;
  font-family: IcoFont !important;
  font-weight: 900;
  left: 0;
  color: var(--main-3);
}
.text-inner-list ul li::before{
    content: "\effe";
}
.insurance-sub-list li::before{
  content: "\ea69" !important;
}
.blog-detail.text-inner-list ul{
    padding-left: 2rem;
}
.w-contact-box-icon i{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
}
/* services */
.s-inner-icon span{
    bottom: 10px;
    color: #fff;
    font-size: 36px;
    left: 10px;
    padding: 0px 10px;
    position: absolute;
    z-index: 1;
}
.o-s-list img{
    width: 100px;
}
/* testimonial-content */
.testimonial-content blockquote {
  font-family: 'Lora', Arial, sans-serif;
  margin: 0;
  padding: 50px 40px 0;
  font-weight: 500;
  line-height: 1.6em;
  font-style: italic;
}
.testimonial-content .author h6 {
  text-transform: uppercase;
  font-weight: 800;
}
.testimonial-content:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 150px;
  line-height: 1em;
  opacity: 0.5;
  color: #212121;
  font-style: normal;
}
.testimonial-content:before {
  top: -30px;
  left: 20px;
}
/* form */
label{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    color: #000;
}
.form-control{
    font-size: 14px;
    border: 1px solid #EEEFF2;
    padding: 15px 25px 15px 25px;
    border-radius: 4px;
    height: 50px;
}
/* breadcrumb */
.breadcrumb-area.inner-banner-header,
.breadcrumb-area .page-banner{
    height: 350px;
}
.breadcrumb-area.inner-banner-header .breadcrumb li+li:before {
    content: " / ";
    padding: 0 8px 0 8px;
    color: var(--white);
}
/* blog */
.blog-box {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-box:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform: translateY(-7px);
}
.blog-box .blog-date{
    position: absolute;
    left: -14px;
    top: 22px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    padding: 15px 5px;
    min-width: 70px;
    z-index: 9;
    background: var(--main-1);
    line-height: 1.3em;
    text-align: center;
}
.blog-box .blog-date::before {
    position: absolute;
    content: '';
    background: #4D273F;
    width: 15px;
    height: 20px;
    left: 0;
    bottom: -20px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.blog-slider .owl-dots {
    text-align: center;
	  margin: 0;
}
.blog-slider .owl-dots button {
    display: inline-block;
}
.blog-slider .owl-dots button span {
    display: block;
    border-radius: 0;
    width: 15px;
    height: 15px;
    margin: 10px 7px 0 7px;
    border: 1px solid var(--main-1);
    background: none;
    position: relative;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.blog-slider .owl-dots button.active span, 
.blog-slider .owl-dots button:hover span {
    background: none;
    border: 2px solid var(--main-1);
    width: 15px;
    height: 15px;
}
.blog-slider .owl-dots button.active span:after, 
.blog-slider .owl-dots button:hover span:after {
    content: " ";
    width: 5px;
    height: 5px;
    background-color: var(--main-1);
    position: absolute;
    left: 3px;
    top: 3px;
}
/* newsletter */
.h-text-inner h2{
    text-shadow: 2px 3px 0 #3a3838;
}
.newsletter-inner .newsletter-form {
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%);
    position: relative;
    height: 50px;
    z-index: 2; 
}
.newsletter-inner .newsletter-form:after {
    position: absolute;
    content: '';
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-1) 100%);
    z-index: -1; 
}
.newsletter-inner .newsletter-form input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
    background: #fff;
    color: #000;
}
.newsletter-inner .newsletter-form button {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 170px;
    background: var(--main-1);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer; 
}
.newsletter-inner .newsletter-form button:hover {
    background: -webkit-linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%); 
    background: linear-gradient(-30deg, var(--main-1) 0%, var(--main-4) 100%); 
}
/*  */
.contact-detail li a i{
    position: absolute !important;
    left: -6px;
    font-size: 1.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
/* insurance */
ul.insurance-list{
    columns: 3;
}
.contact-form .custom-file-label::after{
    height: 50px;
    background: #ddd;
    line-height: 40px;
}
/* Why choose us */
.whyus-inner-box .whyus-thumb{
    z-index: 1;
}
.icon-shape{
    position: absolute;
    left: -20px;
    right: 0;
    transition: all 0.3s ease-out 0s;
    opacity: 0.6;
    z-index: -1;
    width: 100px;
    margin: auto;
    top: -7px;
}
/* why-us-inner */
.why-us-inner::after,
.testimonials-area::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: -1;
}
.why-us-inner::after{
    background: var(--gr-1);
}
.testimonials-area::after{
    background: var(--gr-2);
}
.post-image {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 2;
    border: 8px solid #ffffff;
    transform: rotate(-10deg);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.post-image.image-two {
    top: -58px;
    z-index: 1;
    bottom: auto;
    left: 54%;
    transform: rotate(10deg);
}
.line-icon{
    width: 60%;
}
.line-icon:before,
.line-icon:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px dashed #787878;
}
/* faq */
ul.accordion-list li {
    margin: 0 auto 15px auto;
    cursor: pointer;
}
ul.accordion-list li.active .accordian-title:after {
    transform: rotate(90deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
ul.accordion-list li .accordian-title:after {
    position: absolute;
    right: -8px;
    top: 0;
    color: var(--main-1);
    transition: all 0.3s ease-in-out;
    font-size: 2.5rem;
    font-family: 'IcoFont'!important;
    content: "\ea79";
}
ul.accordion-list li .accordian-content.answer {
    display: block;
    cursor: pointer;
}
.bg-img-inner{
    position: absolute;
    bottom: 0;
    opacity: 0.65;
    z-index: -1;
    right: 0;
}

/* survey-form */
.survey-form .radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 7px 15px;
  }
  .survey-form .radio .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--main-2);
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  .survey-form .radio .label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-1);
    transform: scale(0);
    transition: all 0.2s ease;
    opacity: 0.08;
    pointer-events: none;
  }
  .survey-form .radio:hover .label:after {
    transform: scale(3.6);
  }
  .survey-form input[type="radio"]:checked + .label {
    border-color: var(--main-1);
  }
  .survey-form input[type="radio"]:checked + .label:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
  }
  