/* Site Presets */
:root {
	--first:;
}
ul:not([class]) {
	list-style:disc outside;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap:15px;
}
ul:not([class]) li {
	position: relative;
}
html, body {
	scroll-behavior:smooth;
	overflow-x:clip !important;
	color:#000;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
}
p:not(:last-child) {
	margin-bottom:20px;
}
h1,
.h1 {
	font-size:50px;
}
.h2,
h2 {
	font-size:45px;
}
.h3,
h3 {
	font-size:25px;
}
.h4,
h4 {
	font-size:20px;
}
.net22-image {
	width:45px;
	margin-top:-5px;
	display: inline;
}
/* Telos Site Presets */

/* Burger */
.burger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: none;
	padding: 0;
}
.burger .line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
.burger .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 2;
}
.burger .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 2;
}
html.mobile-menu-visible .burger .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 2;
}
html.mobile-menu-visible,
html.mobile-menu-visible body {
	overflow: hidden !important;
}
/* TELOS BURGER */

/* Navigation */

/* Telos Navigation */

/*! Mobile Menu */
.mobile-menu-wrapper {
	transform: translateX(100%);
	transition: 0.6s ease-in-out;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background:#000;
	z-index: 14;
	width: 400px;
	display:none;
	padding: 120px 20px 60px 30px;
}
html.mobile-menu-visible .mobile-menu-wrapper {
	transform: translateX(0);
}
.mobile-menu-wrapper::-webkit-scrollbar {
	display: none;
}
.mobile-menu-wrapper__overlay {
	display: none;
	content: "";
	width: 100vw;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 13;
}
.mobile-nav-bar-menu li {
	display: flex;
	position: relative;
	flex-direction:column;
	row-gap:10px;
}
.mobile-nav-bar-menu {
	display:flex;
	flex-direction:column;
	row-gap:10px;
}
.mobile-nav-bar-menu .sub-menu {
	display:none;
}
.mobile-nav-bar-menu .sub-menu a {
	font-size:15px !important;
}
.mobile-menu-wrapper .mobile-nav-bar-menu a {
	padding: 6px 0;
	border-bottom: 1px solid #fff;
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
}
.mobile-menu-wrapper .mobile-nav-bar-menu .sub-menu {
	padding-left:20px;
}
.mobile-menu-wrapper .mobile-nav-bar-menu .sub-menu a {
	border:none;
}
.mobile-menu-wrapper .mobile-nav-bar-menu .menu-book-button {
	display: none;
}
.mobile-menu-info__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 10px;
	position: relative;
	margin-top: 50px;
	padding-top: 40px;
}
.mobile-menu-info__wrapper::before {
	content: "";
	width: calc(100% + 60px);
	position: absolute;
	left: -30px;
	top: 0;
	background-color:#fff;
	height: 1px;
}
.mobile-menu-title {
	font-size: 14px;
	color:#fff;
	line-height:1;
}
.mobile-menu-info__item {
	display: flex;
	column-gap: 6px;
	align-items: center;
}
.mobile-menu-content a {
	font-size: 14px;
	color: #fff;
	line-height:1;
} 
.mobile-menu-content .socials--list {
	flex-direction:row;
	column-gap:8px;
	align-items:center;
}
.mobile-menu-wrapper li .image {
	display:none;
}
.mobile-menu-wrapper .socials-list  {
	flex-direction:row;
	column-gap:10px;
	align-items:center;
}
.mobile-menu-wrapper .socials-list a .title {
	display:none;
}
.mobile-menu-wrapper .socials--list li a svg {
	width: 35px;
	height: 35px;
	display: block;
}
.main-menu.mobile-menu li a::after {
	display:none;
}
.mobile-menu {
	row-gap:20px;
}
.mobile-menu-wrapper .socials--list li a svg path {
	fill:#fff;
}

.mobile-nav__container {
	margin-top:50px;
}

.mobile-nav__social a {
	background-color: var(--delogis-base);
	padding: 10px;
    border-radius: 20px;
    font-size: 18px;
}
.mobile-nav__top {
	margin-top:50px;
	margin-inline: 0 10px;
	justify-content: flex-start;
    column-gap: 100px;
}
.mobile-nav__content {
	width:100%;
	background-color: #5b4034;
}
/*! End Mobile Menu */

/* 404 */
.error__page-wrapper {
	min-height: 45vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:40px;
	padding:20px;
}
.error__page-wrapper h1 {
	text-align:center;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 80px;
}

a.error__page-cta:hover {
	color: var(--delogis-base);
}
.error__page-cta {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}


/* End 404 */



/*Header*/

.stricky-header {
	position:fixed!important;
	display: unset !important;
}
.main-menu__top {
	display:flex;
}
.main-menu__top::after {
	content: '';
	display: block;
	min-width: 100px;
	border-top-left-radius: 6px;
	background-color: #5b4034;
	overflow: hidden;
}
.main-menu__top-inner {
	flex:1;
}

.main-menu__logo {
	left:35px;
}
.main-menu__wrapper-inner-content:before ,
.main-menu__wrapper-inner-content:after {
	display:none;
}
.main-menu__btn-box {
	right:50px;
}

.main-menu__call-content p:not(:last-child) {
	margin-bottom:4px;
}
/* End Header*/

/*Footer*/
.site-footer__middle .row {
	justify-content:space-between;
}

.footer-widget__Contact-list li .text p {
	margin-bottom:0;
}

.site-footer__top {
	background-color: var(--delogis-base);
}

.site-footer__top-icon span ,
.site-footer__top-content h3 span {
	color:var(--delogis-white);
}
.site-footer {
	background-color: #d6c2ba;
}
.footer-widget__about-text ,
.footer-widget__title ,
.footer-widget__link-list li a ,
.footer-widget__Contact-list li .text p a ,
.footer-widget__Contact-list li .text > span ,
.site-footer__bottom-text {
	color: var(--delogis-black);
}
.footer-widget__Contact-list li .icon span {
	color:var(--delogis-white);
	background-color: var(--delogis-base);
}

.site-footer__bottom-inner {
	border-top: 1px solid rgba(var(--delogis-gray-rgb), 1);
}
.footer-widget__Contact-list li .icon:hover span {
	background-color: var(--delogis-black);
	color: var(--delogis-white);
}
.site-footer__shape-1 {
	opacity:0.2;
}




/*Hero Section Eswterikes*/
.page-header__inner h1 {
	font-size: 40px;
	color: var(--delogis-white);
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 20px;
	max-width:900px;
}


/*Homepage*/

/*Hero Slider*/

.main-slider .item {
	height:100%;
}
.main-slider .owl-stage {
	display:flex; 
}
.main-slider__title {
	font-size:60px;
	line-height:75px;
}
.main-slider {
	min-height:604px;
}

/*About Us Section*/
.about-one {
	padding:100px 0;
}
.about-one__experience-points-box ,
.about-one__btn-box {
	margin-left:0;
}

.about-one .section-title__title {
	font-size:30px;
	line-height:40px;
	max-width:600px;
}



/*Services Section*/
.services-one {
	padding:100px 0;
}

.services-one .section-title__title {
	font-size:30px;
	line-height:40px;
	max-width:500px;
}
.services-one__text {
	line-height:20px;
}
.services-one__content {
	padding:20px;
	height: 100%;
	overflow: hidden;
}
.services-one__title {
	margin-bottom:20px;
}
.services-one__single {
	height:100%;
}
.services-one__bottom .row {
	row-gap:30px;
}
.services-one__content:before {
	opacity: 0;
	transform: scale(.98);
	bottom: 5px;
	z-index: 1;
	transition: all 500ms linear;
	top:5px;
	right:5px;
	left:5px;
}
.services-one__single:hover .services-one__content:before {
	transform: unset;
	bottom: 5px;
	z-index: 1;
	opacity: 1;
}
.services-one__single:hover {
	transform:unset;
}
.services-one__right-text p {
	font-size:16px;
} 
.services-one__right {
	margin-left:50px;
}

/*Feature Section*/
.feature-one {
	padding:0 0 90px;
}

.feature-one__img img {
	height:480px;
}
.feature-one__hover-title {
	color:#fff;
	font-size:22px;
}
.feature-one__hover-text {
	line-height:26px;
}
.feature-one__title {
	font-size:22px;
}
.feature-one__content {
	padding-inline:20px;
}
/*Therapy Section*/
.get-one {
	background-color: #120e0eb0;
	padding:150px 0;
}
.get-one .row {
	width: 100%;
	justify-content: center;
}
.get-one__points-text-box {
	left: 88px;
	right: 10px;
	bottom: 33px;
}
.get-one__bg {
	background-attachment: fixed;
}
.get-one .col-xl-6 {
	width:100%;
}
.get-one__left {
	margin-inline: auto;
	max-width: 900px;
}

.parallax-text {
	font-size:20px;
	line-height:1.2;
	color:#fff;
}

/*Awards Section*/
.awards-one__wrap {
	padding:55px 0;
}
.awards-one__single {
	margin-bottom:0;
}
.awards-one {
	padding:100px 0;
}
.awards-one__single {
	max-width:100%;
}
.awards-one__inner {
	margin-inline:auto;
	margin-left:unset;
	margin-right:unset;
}
.awards-one__text {
	padding: 0 50px 0 0;
}
.awards-one__title::before {
	width:70px;
}

.awards-one__awards-box {
	display:flex;
	flex-direction:column;
	row-gap:20px;
}
.awards-one__text li {
	line-height: 1.4;
}
.awards-one__text ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: max-content;
	margin-bottom: 20px;
	column-gap: 40px;
}

/*Benefits Section*/
.why-choose-one {
	padding:50px 0 50px;
}

.why-choose-one .section-title__title {
	font-size:30px;
	line-height:40px;
}
.why-choose-one__list li:hover .icon {
	transform: scale(1.2);
	background-color:var(--delogis-white);
}
.why-choose-one__list li .title h3 {
	font-size:18px;
	line-height:1.3;
}
.why-choose-one__single {
	padding: 40px 20px 37px;
	width:100%;
}
.why-choose-one__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap:20px;
}
.why-choose-one__list li {
	display:flex;
	max-width:100%;
	height:100%;
}
.why-choose-one .col-xl-4 {
	width:40%;
}
.why-choose-one .col-xl-8 {
	width:60%;
}




/*Testimonials Section*/

.testimonial-one .section-title__title {
	font-size:40px;
	line-height:50px;
}
.testimonial-one {
	padding:100px 0;
}
.testimonial-one__content {
	margin-left:20px;
}
.testimonial-one__single {
	display:block;
}



/*Contact Section*/ 
body.page-template-template-homepage .contact-page__form-input-box textarea , 
body.page-template-template-homepage .contact-page__form-input-box input[type=email]{
	background-color: var(--delogis-white) !important;
} 
.contact-one {
	padding:100px 0;
}
.contact-one__left {
	margin-left:0;
	margin-right:70px;
	margin-top:70px;
}
.contact-one__shape-1 {
	top:50px;
}
.contact-one__contact-box p:not(:last-child) {
	margin-bottom:6px;
}
.contact-one__right .section-title__title {
	font-size: 30px;
	line-height: 1.3;
	max-width: 550px;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
	display:block;
}
/*Blog Section*/

.blog-one__content {
	padding:154px 25px 8px;
}
.blog-one .section-title .section-title__title  {
	font-size:40px;
	line-height:1.2;
	max-width:750px;
	margin-top:10px;
}
.blog-one .section-title {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cta-one__btn-box  {
	display:flex;
	justify-content:center;
	padding:50px 0 25px;
}

.cta-one__btn-box .btn-blog {
	background-color: var(--delogis-base);
	color: var(--delogis-white);
}
/*Cta Section*/
.cta-one {
	padding:100px 0;
}


@-moz-keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@-o-keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translate(-50%);
	}
}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translate(-50%);
	}
}


.animation--text-wrapper {	
	overflow: hidden;	
	position:relative;
	z-index:1;
}
.animation--text-wrapper .marquee--animation {
	font-style: italic;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.08);
	text-transform: uppercase;
	display: flex;
	flex-wrap: nowrap;
	min-width: max-content;
	white-space: nowrap;
	animation: marquee linear infinite running;
	animation-delay: 500ms;
	column-gap:25px;
	align-items: center;
	color:#fff;
}
.animation--text-wrapper .marquee--animation span {
	display:flex;
	column-gap:25px;
	align-items:center;
}
.animation--text-wrapper .marquee--animation span::before {
	content:'';
	display:block;
	min-width:20px;
	min-height:20px;
	background-color:#fff;
	border-radius:20px;
}



/*End Homepage*/

.contact-page__form-input-box input[type=text], .contact-page__form-input-box input[type=email] {
	    color: var(--delogis-black);
}

/*Contact Page*/
.google-map-two iframe {
	width:100%;	
	height:400px;
}
.contact-details__list li .content h4 {
	margin-bottom:10px;
}
.contact-details__list li .content h4 a:hover {
	color: #bda499;
}


body.page-template-template-contact .contact-one__form-input-box .bootstrap-select > .dropdown-toggle ,
body.page-template-template-contact .contact-one__form-input-box input[type=text] {
	background-color: var(--delogis-primary)!important;
}
body.page-template-template-contact .contact-page__form-btn {
	margin-top:50px;
}
.dropdown.bootstrap-select .dropdown-item.active.selected{
	display:none;
}

/*Blog Page*/
.blog-one {
	padding:100px 0 60px;
}
.blog-one__content-top {
	padding: 20px 40px 20px;
	max-width: 90%;
	margin: auto auto 10px;
	width: 100%;
	flex: 1;
	position:static;
}
.blog-one__img img {
	max-width: 100%;
	width: 100%;
	height: 300px;
}

.search--bar {
	display:flex;
	justify-content:center;
	padding-block:50px;
}
.sidebar__search {
	width:900px;
}
.blog-one .row {
	row-gap:30px;
}
.blog-one__single {
	display:flex;
	background-color: #f2edea;
	flex-direction: column;
	margin-bottom:0;
	height:100%;
}

.blog-one__img-box {
	display: flex;
	flex: 1;
	flex-direction: column;
}
.blog-one__img {
	margin-bottom:20px;
}
.blog-one__content {
	padding: 0 25px 8px;
	margin-top: auto;
}
.blog-one__content-title {
	font-size: 20px;
	line-height: 1.3;
}
.blog-one .container:not(.loading)::before {
	opacity: 0;
	pointer-events: none;
}
.blog-one .container {
	position:relative;
}
.blog-one .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/loading.svg);
	background-size: 50px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
	background-color: #FFF;
	transition: al linear 300ms;

}

/*Pagination Blog*/
.blog--pagination {
	display:flex;
	margin-top:70px;
	align-items:center;
	gap:10px;
	justify-content:center;
}
.blog--pagination > * {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	min-width:45px;
	min-height:45px;
	max-width:45px;
	max-height:45px;
	border:1px solid #976147;
	color:#976147;
	font-size: 18px;
	font-weight: 500;
	padding:10px;
	transition:all ease-in-out 250ms;
}
.blog--pagination > .current,
.blog--pagination > a:hover {
	background-color: #976147;
	color: #fff;
}
.blog--pagination > .dots {
	padding: 0;
	align-self: flex-end;
	min-width: unset;
	min-height: unset;
	max-width: unset;
	max-height: unset;
	border: none;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 1;
}
.blog--pagination .prev svg path,
.blog--pagination .next svg path {
	fill:#976147;
	transition:all ease-in-out 250ms;
}
.blog--pagination .prev:hover svg path,
.blog--pagination .next:hover svg path {
	fill:#fff;
}

/*Single Post*/

.blog-details__date {
	top:0;
	right:0;
}

.blog-details__title {
	max-width:500px;
	font-size:30px;
	line-height:40px;
}

.socials--share {
	margin-top:100px;
}
.sidebar__post {
	padding:30px;
}
.sidebar__post-image > img {
	height: 69px;
	width: 100px;
	max-width: 70px;
	min-width: 70px;
}

.blog-details .row {
	flex-wrap:nowrap;
}

.blog-details .col-xl-4 {
	margin-left:150px;
}

.sidebar__post-content h3 a {
	font-size: 15px;
	line-height: 20px;
}
.blog-details__text-2 h3 {
	font-size:20px;
	line-height: 1.3em;
	margin-bottom: 5px;

}

/*Picker*/
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	background:#ded6d3;
}