/* 
Theme Name: Shepherd Care Theme
Theme URI: https://cairsolutions.com
Description: A simple child theme of Hello Elementor.
Author: Cairs Team
Author URI: https://cairsolutions.com/
Template: hello-elementor
Version: 1.0.1
*/

/*
    Add your custom styles here
*/

a {
    color: #336;
}
@media(max-width: 768px) {
#header-contacts li {
    margin-bottom: 5px;
}
}


#footer-bottom > div {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

#short-form .gform_button.button{
    background: #F8C0C8;
    color: #333652;    
    font-weight: 500;
    min-width: 150px;
    padding: 12px 25px;
}
#short-form .gform_button.button:hover{
    background: transparent;
    color: #fff;    
    border-color: #fff;
}

#short-form .gform_wrapper.gravity-theme .gfield input.large,
#short-form .gform_wrapper.gravity-theme .gfield select,
#short-form .gform_wrapper.gravity-theme .ginput_container_date input {
    color: white;
        width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}
#short-form .gform_wrapper.gravity-theme .gfield select option {
    color: #708090;
}
#short-form .gform_footer {
    padding-top: 0;
}
#short-form .gform_wrapper.gravity-theme .gfield:not(.spacer){
    margin-bottom: 30px;
}
#short-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 5%;
  
}
#short-form  ::-webkit-input-placeholder { 
  color: #ffffff;
}
#short-form  ::-moz-placeholder {
  color: #ffffff;
}
#short-form  :-ms-input-placeholder {
  color: #ffffff;
}
#short-form  :-moz-placeholder { 
  color: #ffffff;
}

#short-form input:focus::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, .4);
}
#short-form  input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, .4);
}
#short-form  input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
}
#short-form  input:focus:-moz-placeholder { 
  color: rgba(255, 255, 255, .4);
}
.sp-header h6 {
    position: relative;
    display: inline-block;
}
.sp-header h6::after {
    content: '';
    margin-left: 5px;
    width: 19px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -25px;
    top: 50%;
}
#footer-form .gform_wrapper.gravity-theme .gfield input.large,
#footer-form .gform_wrapper.gravity-theme .gfield select,
#footer-form .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
    height: 50px;
    background: #eceff3;
    border-color: #eceff3;
    border-radius: 0;
}
#footer-form .gform_wrapper.gravity-theme .gfield textarea {
    background: #eceff3;
    border-color: #eceff3;
}
#footer-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 3%;
  
}
#footer-form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
}
#footer-form .gfield_radio .gchoice {
    margin-bottom: 8px;
}
#footer-form  .gform_wrapper.gravity-theme .gfield:not(.spacer){
    margin-bottom: 10px;
}
#footer-form .gform_footer {
    padding-top: 0;
}
#footer-form  .gform_button.button{
    min-width: 150px;
    padding: 12px 25px;
    background: #333652;
    color: #fff;
}
#footer-form  .gform_button.button:hover{   
    background: #fff;
    color: #333652;
    border-color: #333652;
}


.gform_validation_errors {
    display: none;
}
.gform_wrapper.gravity-theme .description, 
.gform_wrapper.gravity-theme .gfield_description, 
.gform_wrapper.gravity-theme .gsection_description, 
.gform_wrapper.gravity-theme .instruction {
    display: none;
}
#short-form .gform_wrapper.gravity-theme .gfield.gfield_error input,
#short-form .gform_wrapper.gravity-theme .gfield.gfield_error select {
    border-color: red;
}


.obj-fit .elementor-widget-image,
.obj-fit .elementor-widget-image > div {
    height: 100%;
   
}
.obj-fit .elementor-widget-image > div img {
    height: 100%;
    object-fit: cover;
}
@media(min-width: 1400px) {
    .obj-fit.sec01 .elementor-widget-image,
    .obj-fit.sec01 .elementor-widget-image > div {
        max-height: 600px;
    }

    .width-rest-35 .elementor-widget-container {
        padding-right: 34% !important;
    }

}

.service-box > div {
    position: relative;
}

/*
.service-box > div .service-box-text{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    transform: translateY(75px);
    opacity: 0;
    transition: all .2s;
}
.service-box:hover .service-box-text{
    transform: translateY(0);
    opacity: 1;
    transition: all .2s;
}
.service-box > div .service-box-text .elementor-widget-container {
    display: flex;
flex-direction: column;
justify-content: center;
    background: rgba(109, 122, 137, .9);
    padding: 25px;
    height: 100%;
    border-radius: 15px;
}

*/
.service-box > div .service-box-text{
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 97%;
    transition: all .2s;
    overflow: hidden;
    margin-bottom: 0;
}
.service-box.sm > div .service-box-text {
    width: 94%;
}
.service-box > div .service-box-text h3{
        font-size: 22px;
    font-weight: 500;
}

.service-box > div .service-box-text .elementor-widget-container {
    display: flex;
flex-direction: column;
justify-content: center;
    background: rgba(109, 122, 137, .9);
    padding: 25px;
    height: 100%;
    border-radius: 15px;
    /*transform: translateY(75px);*/
    transform: scale(.75);
    opacity: 0;
    transition: all .2s;
}
.service-box > div .service-box-text .elementor-widget-container h3 {
    margin-top: 0;
}
.service-box:hover .service-box-text .elementor-widget-container{
   /* transform: translateY(0);*/
    transform: scale(1);
    opacity: 1;
    transition: all .2s;
}

.service-box-title {
  /*  position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 1;
    transform: translateY(0);
    transition: all .2s;*/
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    opacity: 1;
    /*transform: translateY(0);*/
    transform: scale(1);
    transition: all .2s;
}
 .service-box-title > div {
         padding: 30px 30px 10px 30px;
 }
.service-box:hover .service-box-title {
    opacity: 0;
    /*transform: translateY(-75px);*/
    transform: scale(.75);
    transition: all .2s;
}
.service-box .service-box-title h2 {
    position: relative;
    z-index: 1;
}
.service-box-title h2::before {
      content: '';
    position: absolute;
    opacity: 1;
    z-index: -1;
    top: -22px;
    left: -20px;
    right: -20px;
    height: 77px;
    border-radius: 0 0 15px 15px;
    background: rgb(23,188,189);
    background: linear-gradient(180deg, rgba(23,188,189,0) 0%, rgba(0,0,0,0.6) 100%);
    transition: all .2s;
}
.service-box:hover .service-box-title h2::before {
    opacity: 0;
    transition: all .2s;
}
@media(max-width: 768px) {
    .h375 {
        min-height: 375px !important;
    }
}

.elementor-image-box-img {
    position: relative;
}

.elementor-image-box-img {
    position: relative;
}
.elementor-image-box-img img{
    border: 4px solid #F8C0C8;
}
.elementor-image-box-img::after {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #708090;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    font-weight: 700;
    color: white;
    font-size: 22px;
}
.img-box-1 .elementor-image-box-img::after {
       content: '1';
}
.img-box-2 .elementor-image-box-img::after {
       content: '2';
}
.img-box-3 .elementor-image-box-img::after {
       content: '3';
}
.img-box-4 .elementor-image-box-img::after {
       content: '4';
}
.img-box-5 .elementor-image-box-img::after {
       content: '5';
}

.elementor-image-box-content {
    padding: 0 5%;
}

.left-ext {
    overflow: hidden !important;
}
.left-ext > .elementor-container {
    position: relative;
}
.left-ext > .elementor-container::after {
       content: '';
    position: absolute;
    right: -74%;
    top: 0;
    height: 100%;
    width: 1000px;
    background: #ffffff;
}
@media(max-width: 1024px) {
    .left-ext > .elementor-container::after {
        display: none;
    }
}
#badge-carousal .carouselItem .pf-item-inner {
    border: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}
#badge-carousal .pf-item img.pf-item-img{
    border-radius: 5%;
}
#badge-carousal .carouselItem .pf-item-title {
       margin: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    background: rgb(23,188,189);
    background: linear-gradient(180deg, rgba(23,188,189,0) -26%, rgba(112,128,144,.9) 96%);
    transition: all .2s;
    border-radius: 0 0 10px 10px !important;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#badge-carousal .carouselItem:hover  .pf-item-title {
 opacity: 1;
    transform: translateY(0);
    transition: all .2s;
}
#badge-carousal .pf-item .pf-item-title h5 {
    color: white;
    position: relative;
}
/* #badge-carousal .pf-item .pf-item-title h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  background: rgb(23,188,189);
background: linear-gradient(180deg, rgba(23,188,189,0) 0%, rgba(112,128,144,1) 93%);
} */

#badge-carousal .pf-app .VueCarousel-dot-container button{
        outline: 0;
    width: 15px!important;
    height: 15px!important;
    margin: 0 5px;
    background-color: #666666!important;
    padding: 0!important;
    border: 1px solid #666666;
}
#badge-carousal  .pf-badge-wrapper-carousel .VueCarousel-pagination .VueCarousel-dot-container button.VueCarousel-dot--active {
    background-color: #ffffff !important;
    border: 1px solid #fffffff;
}
#badge-carousal  .VueCarousel-pagination{
    margin-top: 25px;
}


.min-width-176 a{
    min-width: 176px !important;
}   

@media(max-width: 768px) {
    .min-width-176 a{
        min-width: 100% !important;
        margin-bottom: 10px;
    }
}

.ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
    z-index: 55;
}
.elementor-13 .elementor-element.sercice-ico-box .elementskit-info-image-box .elementskit-box-body {
    margin-top: -90px;
}

.mb-0 {
    margin-bottom: 10px !important;
}

.swiper-slide-image {
    width: 300px;
    height: 228px;
}
.family-car .elementor-element{
	max-height: 260px
}

/*Blog Styles*/

.container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
        padding: 65px 0;
    position: relative;
}
@media(max-width: 1300px) {
    .container {
         padding: 65px 20px;
    }

}
.row {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}   
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-8,
.col-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
        max-width: 100%;
}
@media (min-width: 992px){
    .col-8 {
        flex: 0 0 67%;
        max-width: 67%;
    }
}
@media (min-width: 992px){
    .col-4 {
       flex: 0 0 33%;
        max-width: 33%;
    }
}

.post-items > div {
	margin-bottom: 35px;
}

.post-list-page figure {
    margin: 0;
}
.post-list-page figure img.post-featured{
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
    border-radius: 35px 10px 35px 10px;
}
.post-list-page h1.entry-title {
        font-size: 35px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.post-list-page .post-metas {
        margin-bottom: 35px;
}
.post-list-page .post-metas span:first-of-type {
    margin-right: 15px;
}
.post-list-page .post-metas svg {
    position: relative;
    top: 2px;
}
.post-list-page .post-metas a  {
    color: #7F7F7F;
}
.post-list-page .page-content p {
    line-height: 1.7;
}
.widget .search-form .search-submit {
   padding: 9px 25px;
    position: absolute;
    top: 25px;
        right: 40px;

        color: #fff;
    background: #7f7f7f;
    border: none;
    border-radius: 35px;
}
.widget .search-form label {
    display: block;
}
.widget .search-field {
    display: block;;
    border-radius: 35px;
    padding-right: 110px;
}
.sidebar_widget  {
    margin-bottom: 35px;
    padding: 25px;
    background: #eceff3;
    border-radius: 25px 10px;
}
.widget ul {
    padding: 0;
    list-style: none;
}
.widget.widget_categories li {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 18px 30px 18px 30px;
    margin-bottom: 2px;
}
.recentposts-widget__item {
        display: flex;
    padding: 15px;
    background: white;
    margin-bottom: 2px;
}
.recentposts-widget__item figure {
            margin: 0 15px 0 0;
        flex: 0 0 28%;
    max-width: 28%;
}
.recentposts-widget__content.has-thumb .date {
    margin-bottom: 5px;
    font-size: 14px;
    color: #708090;

}
.recentposts-widget__content.has-thumb .title {
    text-transform: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.pages-sidebar-item-title {
    font-size: 25px;
    font-weight: 600;
}

article.post-item {
    margin-bottom: 50px;
}
.search-result-header {
    padding: 20px;
    background: #eceff3;
    margin-bottom: 35px;
    border-radius: 20px 5px;
}
.pagination .nav-links {
    text-align: center;
}
.pagination .page-numbers {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: transparent;
    color: #708090;
    border: 1px solid #efefef;
    line-height: 1;
    transition: all .2s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    border-color: #708090;
    background-color:#708090;
    color: #fff;
    transition: all .2s;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb>img,
.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    -webkit-transform: scale(1)rotate(0deg) !important;
    transform: scale(1)rotate(0deg)!important;
    opacity: .8;
    transition:none !important;
}

/*Slider CSS*/
.hero-slider {
	width: 100%;
	height: 70vh;
	background-color: white;
}

@media (max-width: 480px) {
	.hero-slider.with-nav {
		padding-bottom: 75px;
	}
}

.hero-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.hero-slider .swiper-slide img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

@media (max-width: 1400px) {
	.hero-slider .swiper-slide img {
		object-position: 67% 55%;
	}
}

.hero-slider .hero-captions {
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	margin: 0 auto;
}

.hero-slider .hero-captions__content {
	text-align: left;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 999;
}

.hero-slider .hero-captions__content h2 {
	font-size: 3.75rem;
	line-height: 1.2;
	font-weight: 900;
	color: white;
	opacity: 0;
	transform: translateX(100%);
	transition: all ease .2s;
}

@media (max-width: 768px) {
	.hero-slider .hero-captions__content h2 {
		font-size: 3.25rem;
		line-height: 1.2;
	}
}

.hero-slider .hero-captions__content h5 {
	font-size: 1.125rem;
	line-height: 1.7;
	font-weight: 400;
	color: white;
	opacity: 0;
	transform: translateX(110%);
	transition: all ease .2s;
}

@media (max-width: 768px) {
	.hero-slider .hero-captions__content h5 {
		font-size: 1.375rem;
		line-height: 1.2;
	}
}

.hero-slider .hero-captions__buttons {
	margin-top: 5px;
	transform: translateY(100%);
	transition: all ease .2s;
}

.hero-slider .hero-captions__buttons a {
	display: inline-block;
	background-color: #833b7b;
	padding: 5px 25px 5PX;
	border-radius: 35px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	min-width: 190px;
	text-align: center;
	margin: 5px 10px 5px 0;
}

.hero-slider .hero-captions__buttons a:last-of-type {
	margin-right: 0;
}

@media (max-width: 480px) {
	.hero-slider .hero-captions__buttons a {
		padding: 8px 28px 10PX;
		font-size: 16px;
		min-width: 150px;
	}
}

.hero-slider .swiper-lazy {
	opacity: 0;
	transition: opacity 700ms ease-in-out;
}

.hero-slider .swiper-lazy-loaded {
	opacity: 1 !important;
}

.hero-slider .swiper-slide-active .hero-captions__content h2 {
	transform: translateX(0);
	opacity: 1;
	transition: all ease 900ms;
}

.hero-slider .swiper-slide-active .hero-captions__content h5 {
	transform: translateX(0);
	opacity: 1;
	transition: all ease 1000ms;
}

.hero-slider .swiper-slide-active .hero-captions__buttons {
	transform: translateY(0);
	transition: all ease 1000ms;
}

.hero-slider .hero-swiper-pagination {
	position: absolute;
	z-index: 5;
	text-align: center;
}

.hero-slider .hero-swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 10px;
}

.hero-slider .hero-swiper-pagination .swiper-pagination-bullet-active {
	width: 24px;
	transition: all ease 600ms;
}

.hswiper-arrows {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index: 6;
}

@media (max-width: 480px) {
	.hswiper-arrows {
		bottom: 3%;
		text-align: center;
	}
}

.hswiper-arrows .swiper-button {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: relative;
}

@media (max-width: 480px) {
	.hswiper-arrows .swiper-button {
		border: 1px solid #f8c0c8;
		background-color: #f8c0c8;
	}
}

.hswiper-arrows .swiper-button::before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
}

@media (max-width: 480px) {
	.hswiper-arrows .swiper-button::before {
		border: 1px solid #f8c0c8;
	}
}

.hswiper-arrows .swiper-button svg,
    .hswiper-arrows .swiper-button path {
	color: #333652;
	fill: #333652;
}

@media (max-width: 480px) {
	.hswiper-arrows .swiper-button svg,
        .hswiper-arrows .swiper-button path {
		color: #fff;
		fill: #fff;
	}
}

.single-post .post .wp-post-image {
    width: 100%;
        max-height: unset;
    -o-object-fit: unset;
    object-fit: unset;
}

.gform_heading {
    display: none !important;
}

@media (min-width: 1025px){
    .elementor-lightbox .elementor-video-container {
        max-width: 800px;
    }
}

.navigation.pagination svg{
    width: 25px;
    position: relative;
    top: 11px;
}
.navigation.pagination svg path {

    fill: black;
}

/*New Waiting Families*/
.family-list-wrap {
}
.family-list-wrap .family-item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 35px;
}
@media(max-width: 768px) {
    .family-list-wrap .family-item {
            flex: 0 0 auto;
            width: 100%;
        }
}
.family-item__image img{
    width: 100%;
    display: block;
}
.family-item__content {
    text-align: center;
    padding: 0 0 25px 0;
        background: #eceff3;
}
.family-item__content h2{
    font-size: 24px;
        margin: 0 0 22px;
        padding: 14px 0;
        border-bottom: 1px solid white;
}
.family-item__content a {
    display: inline-block;
    background-color: #333652;
        color: #ffffff !important;
        padding: 8px 25px;
        border-radius: 35px;
        font-size: 18px;
            font-weight: 300;
            min-width: 190px;
            text-align: center;
}
.family-item__content a:hover {
    color:rgba(255, 255, 255, .8);
}



/*UPDATES - FIX 4 HEADER FOOTER CACHE STYLE BREAK - DISABLE EKLITE FEATURE, USING NATIVE ITEMS*/

/*
Header Style
*/
@media (min-width: 576px){
        .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    .header-top__inner,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1300px;
            padding-right: 15px;
                padding-left: 15px;
    }
        .site-header {
            /*padding-bottom: 0;*/
        }
}
.header-top__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
        align-items: center;
}
@media(max-width: 768px) {
    .header-top__inner {
        flex-direction: column;
    }
}
.header-top {
    width: 100%;
    background-color: #7F7F7F;
        padding: 10px 0px 10px 0px;
}
.header-top-widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    paddin: 0;
    margin:0;
}
@media(max-width: 576px) {
    .header-top-widget {
        flex-direction: row;
		justify-content: center;
    }
	.header-top-widget li.hdr-loc {
		display: none;
	}
}
.header-top-widget li{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 25px;
    position: relative;
    color: white;
    margin-right: 25px;
    font-family: "Inter", sans-serif;
}
.header-top-widget.footer li {
    padding-left: 35px;
}
.header-top-widget li a {
    color: inherit;
	transition: fill .2s;
}
.header-top-widget li a:hover svg,
.header-top-widget li a:hover svg path {
    fill: rgba(255, 255, 255, .5);
}
.header_widget_social .header-top-widget li {
    padding-left: 0;
}
@media(max-width: 768px) {
    .header_widget_social .header-top-widget {
        flex-direction: row;
        margin-top: 5px;
    }
    .header-top-widget li{
        margin-bottom: 5px;
    }
    .header_widget_social .header-top-widget li{
        line-height: 1;
        margin-bottom: 0;
    }
}
.header-top-widget li a:hover {
    color: rgba(255, 255, 255, .8);
}
.header-top-widget li:last-of-type {
    margin-right: 0;
}
.header-top-widget li::before {
    position: absolute;
    left: 0;
    top :0;
}
.header-top-widget li.hdr-loc::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 36 36"%3E%3Cpath fill="white" d="M18 2A11.79 11.79 0 0 0 6.22 13.73c0 4.67 2.62 8.58 4.54 11.43l.35.52a99.61 99.61 0 0 0 6.14 8l.76.89l.76-.89a99.82 99.82 0 0 0 6.14-8l.35-.53c1.91-2.85 4.53-6.75 4.53-11.42A11.79 11.79 0 0 0 18 2Zm0 17a6.56 6.56 0 1 1 6.56-6.56A6.56 6.56 0 0 1 18 19Z" class="clr-i-solid clr-i-solid-path-1"%2F%3E%3Ccircle cx="18" cy="12.44" r="3.73" fill="white" class="clr-i-solid clr-i-solid-path-2"%2F%3E%3Cpath fill="none" d="M0 0h36v36H0z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget.footer li.hdr-loc::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25" preserveAspectRatio="xMidYMid meet" viewBox="0 0 36 36"%3E%3Cpath fill="white" d="M18 2A11.79 11.79 0 0 0 6.22 13.73c0 4.67 2.62 8.58 4.54 11.43l.35.52a99.61 99.61 0 0 0 6.14 8l.76.89l.76-.89a99.82 99.82 0 0 0 6.14-8l.35-.53c1.91-2.85 4.53-6.75 4.53-11.42A11.79 11.79 0 0 0 18 2Zm0 17a6.56 6.56 0 1 1 6.56-6.56A6.56 6.56 0 0 1 18 19Z" class="clr-i-solid clr-i-solid-path-1"%2F%3E%3Ccircle cx="18" cy="12.44" r="3.73" fill="white" class="clr-i-solid clr-i-solid-path-2"%2F%3E%3Cpath fill="none" d="M0 0h36v36H0z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget li.hdr-call::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m7.772 2.439l1.076-.344c1.009-.322 2.087.199 2.519 1.217l.86 2.028c.374.883.166 1.922-.514 2.568L9.818 9.706c.117 1.076.479 2.135 1.085 3.177a8.677 8.677 0 0 0 2.27 2.595l2.276-.76c.862-.287 1.802.044 2.33.821l1.233 1.81c.615.904.504 2.15-.259 2.916l-.817.821c-.814.817-1.977 1.114-3.052.778c-2.54-.792-4.873-3.143-7.003-7.053c-2.133-3.916-2.886-7.24-2.258-9.968c.264-1.148 1.081-2.063 2.149-2.404Z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget.footer li.hdr-call::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="m7.772 2.439l1.076-.344c1.009-.322 2.087.199 2.519 1.217l.86 2.028c.374.883.166 1.922-.514 2.568L9.818 9.706c.117 1.076.479 2.135 1.085 3.177a8.677 8.677 0 0 0 2.27 2.595l2.276-.76c.862-.287 1.802.044 2.33.821l1.233 1.81c.615.904.504 2.15-.259 2.916l-.817.821c-.814.817-1.977 1.114-3.052.778c-2.54-.792-4.873-3.143-7.003-7.053c-2.133-3.916-2.886-7.24-2.258-9.968c.264-1.148 1.081-2.063 2.149-2.404Z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget li.hdr-text::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="M13.6 3H7V0H5v18.6c0 .77.629 1.4 1.398 1.4H13.6c.769 0 1.4-.631 1.4-1.4V4.401C15 3.629 14.369 3 13.6 3zM8 15c-.691 0-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1s-.559 1-1.25 1zm1.25 2c0 .553-.559 1-1.25 1s-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1zM7 11V5h6v6H7zm5 4c-.691 0-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1s-.559 1-1.25 1zm1.25 2c0 .553-.559 1-1.25 1s-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget.footer li.hdr-text::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"%3E%3Cpath fill="white" d="M13.6 3H7V0H5v18.6c0 .77.629 1.4 1.398 1.4H13.6c.769 0 1.4-.631 1.4-1.4V4.401C15 3.629 14.369 3 13.6 3zM8 15c-.691 0-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1s-.559 1-1.25 1zm1.25 2c0 .553-.559 1-1.25 1s-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1zM7 11V5h6v6H7zm5 4c-.691 0-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1s-.559 1-1.25 1zm1.25 2c0 .553-.559 1-1.25 1s-1.25-.447-1.25-1s.559-1 1.25-1s1.25.447 1.25 1z"%2F%3E%3C%2Fsvg%3E');
}
.header-top-widget li.hdr-mail::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="white" d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414L.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"%2F%3E%3C%2Fsvg%3E');
    top: 2px;
}
.header-top-widget.footer li.hdr-mail::before {
    content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25.36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1792 1824"%3E%3Cpath fill="white" d="M1764 43q33 24 27 64l-256 1536q-5 29-32 45q-14 8-31 8q-11 0-24-5l-527-215l-298 327q-18 21-47 21q-14 0-23-4q-19-7-30-23.5t-11-36.5v-452L40 1115q-37-14-40-55q-3-39 32-59L1696 41q35-21 68 2zm-342 1499l221-1323l-1434 827l336 137l863-639l-478 797z"%2F%3E%3C%2Fsvg%3E');
    top: 2px;
}
.footer_widget .pages-sidebar-item-title {
    margin-bottom: 37px;
	    font-size: 25px;
    font-weight: 600;
}

.site-navigation ul.menu li ul {
    display: block;
    box-shadow: 0 6px 5px -3px rgb(0 0 0 / 50%);
        padding: 25px 8px;
        min-width: 230px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all .2s;
}
.sub-menu {
    /* height: 0; */
    visibility: hidden;
}
.site-navigation ul.menu li:hover ul{
        opacity: 1;
       /*  height: auto; */
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all .2s;
}
.site-navigation ul.menu li {
    padding: 0 20px;
}
.site-navigation-dropdown ul.menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-navigation-dropdown ul.menu li.current-menu-item li a {
    padding-left: 50px;
    color: #55595c;
    background: #bfc2c4;
}
.site-navigation ul.menu li a {

    font-family: "Inter", Sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #292A2A;
        padding: 0px 0;
}
.site-navigation ul.menu li a svg{
    vertical-align: middle;
        fill: black;
}
.site-navigation ul.menu li.current-menu-item a {
color: #707070;
}

@media(max-width: 768px) {
    .dropdown-toggle span {
        position: absolute;
            right: 20px;
                top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #ccc;
    }
        .dropdown-toggle span svg {
        position: relative;
            top: -1px;
            left: -1px;
            transition: all .2s;
    }
        .dropdown-toggle span.opn svg {
            transform: rotate(-180deg);
            transition: all .2s;
        }
        .sub-menu {
            height: 0;
            opacity: 0;
                visibility: hidden;
                transition: all .2s;
        }
                .sub-menu.on {
                    height: auto;
                    visibility: visible;
                    opacity: 1;
                        transition: all .2s;
                }
              .sub-menu li {
                padding-left: 30px;
                -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 10%);
                    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 10%);
                -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transition: max-height .3s, -webkit-transform .3s;
                    transition: max-height .3s, -webkit-transform .3s;
                    -o-transition: max-height .3s, transform .3s;
                    transition: max-height .3s, transform .3s;
                    transition: max-height .3s, transform .3s, -webkit-transform .3s;
                    -webkit-transform-origin: top;
                    -ms-transform-origin: top;
                    transform-origin: top;
            }
            .sub-menu.on li {
                padding-left: 30px;
                -webkit-transform: scaleY(1) !important;
                -ms-transform: scaleY(1) !important;
                transform: scaleY(1) !important;
                    max-height: 100%!important;
                    -webkit-transition: max-height .3s, -webkit-transform .3s;
                        transition: max-height .3s, -webkit-transform .3s;
                        -o-transition: max-height .3s, transform .3s;
                        transition: max-height .3s, transform .3s;
                        transition: max-height .3s, transform .3s, -webkit-transform .3s;
                        -webkit-transform-origin: top;
                        -ms-transform-origin: top;
                        transform-origin: top;
            }
}



#site-footer {
    background-color: #080C1F;
        padding: 60px 0px 0px 0px;
}
.footer-inner {
    color: white;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-inner .ft-wdget-col {
        display: flex;
            flex: 0 0 auto;
            width: 33.33333333%;
            padding: 0 15px;
            flex-wrap: wrap;
}
@media(max-width: 576px) {
    .footer-inner .ft-wdget-col {
        width: 100%;
    }
}
.ft-wdget-col:last-of-type .widget_media_image {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 6px;
        margin: 6px 0;
}
.ft-wdget-col:last-of-type .widget_media_image img {
    border-radius: 5px;
    display: block;
}
.header-top-widget.footer{
    flex-direction: column;
}
.ft-wdget-col:first-of-type img {
    margin-bottom: 35px;
}
.ft-wdget-col:first-of-type p {
    line-height: 1.7;
}
.ft-wdget-col:first-of-type .textwidget {
    padding-right:15%;
}
.ft-wdget-col li {
        padding-bottom: calc(21px/2);
        margin-top: calc(21px/2);
}
.ft-wdget-col li:first-of-type{
    margin-top: 0;
}
.ft-wdget-col li:last-of-type{
    padding-bottom: 0;
}
@media(max-width: 576px) {
    .ft-wdget-col:first-of-type {
        margin-bottom: 25px;
    }
    .ft-wdget-col:last-of-type {
        margin-top: 25px;
    }
       .footer_widget .header-top-widget {
            flex-direction: row;
        }
}

.footer-inner.credits {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .5);
}
.footer_widget .header-top-widget svg,
.footer_widget .header-top-widget svg path {
    fill: rgba(255, 255, 255, .5) !important;
    transition: fill .3s;
}
.footer_widget .header-top-widget svg:hover,
.footer_widget .header-top-widget svg:hover path {
    fill: rgba(255, 255, 255, .9) !important;transition: fill .3s;

}
.footer-inner .ft-wdget-col:last-of-type {
        align-content: start;
}
@media (max-width: 576px) {
	#site-footer .header-top-widget  {
		justify-content: flex-start;
	}
	#site-footer .header-top-widget li.hdr-loc {
		display: block;
	}
}