/**
*****************************************
	Theme Name: True Choice Palliative & Hospice Care
	Author: SyncZer Inc
	Author URL: https://www.synczersolutions.com/
	Version: 1.0
******************************************
**/

body {
    font-family: font-1;
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
}
.table,
.table-cell {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
button,
.btn,
span.btn1 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
}
button:focus,
.form-control:focus,
.custom-file-input:focus~.custom-file-label{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
	border-color: transparent;
	box-shadow: none;
}
.form-control:focus,.custom-file-input:focus~.custom-file-label{
    border-color: var(--main-3);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    --webkit-box-shadow: 0 0 0 30px white inset !important;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5{
    font-weight: 700;
    font-style: normal;
    color: var(--black);
}
div,li,p,a {
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 26px;
    color: var(--text-color);
}
a h1,
a h2,
a h3, 
a h4,
a h5,
a h6 {
    color: var(--black);
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
label {
    font-size: 0.9rem;
    font-weight: 400;
}
*::-moz-selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

.o-hidden{
    overflow: hidden;
}
/*************************
    Input
*************************/
input {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
}
select {
    box-shadow: none;
}
input:focus {
    background: transparent;
}
textarea {
    resize: vertical;
    padding: 10px;
    width: 100%;
}
textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--main-1);
    border-top-color: #bfe0fd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

  
  
/* =================================== */
/*  Back Button
/* =================================== */
#back_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background: rgba(0,64,164,0.55);
    color: var(--main-1);
    border: 1px solid var(--white);
}
#back_button.show {
    visibility: visible;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.55);
    color: var(--white);
    border: 1px solid var(--white);
}
#back_button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 16px;
    padding: 11px;
    color: var(--white);
}


.dark-blue-overlay {
    background-color: var(--main-2);
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.heading-title span {
    color: var(--main-1);
    padding-left: 10px;
}

.bg-color{
    background: var(--main-1);
}
.bg-color-1{
    background: var(--main-4) !important;
}
.bg-color-2{
    background: var(--main-6);
}
.text-color{
    color: var(--main-1) !important;
}
.text-color-1{
    color: var(--main-4);
}
.s-title-1 span,
.s-title-2 span{
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    font-style: italic;
}
.s-title-2 h1,.s-title-2 h2, .s-title-2 h3, .s-title-2 h4, .s-title-2 h5, .s-title-2 p, .s-title-2 span{
    color: var(--white);
}