/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@font-face {
    font-family: 'Utopia Std re';
    src: url('assets/font/UtopiaStd-Regular.woff2') format('woff2'),
        url('assets/font/UtopiaStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utopia Std sb';
    src: url('assets/font/UtopiaStd-Semibold.woff2') format('woff2'),
        url('assets/font/UtopiaStd-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Utopia Std b';
    src: url('assets/font/UtopiaStd-Bold.woff2') format('woff2'),
        url('assets/font/UtopiaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color:var(--c2);
}
h1,h2,h3,h4,h5{
    font-family: 'Utopia Std re';
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
 transition: all .5s;
}
a:hover {
	text-decoration: none;
	color: #000;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
    justify-content: center;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	/* top: 35%; */
}
.inner-banner {
	height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: none;
	border: 0;
	display: flex;
	gap: 6px;
}
#accordion .card-header a {
	color: var(--c3);
	width: 98%;
	font-weight: 500;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: var(--c2);
    -webkit-transform: scaleY(1);
    transform:
    scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 8px 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid var(--c3);
    font-size: 12px;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: var(--c3);
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    /* border-bottom: 4px solid var(--c1); */
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Sta*/

img {
    max-width: 100%;
}
.header-top ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}
.line {
    background-color: #fff;
    width: 1px;
    height: 15px;
}
.header-top {
    background-color: var(--c3);
    padding: 8px 0;
}

.header-top a {
    color: #fff;
    font-size: 12px;
}
.header-bottom .row {justify-content: center;}
header.header .row {
    justify-content: space-between;
}
.header-btns ul {
    justify-content: end;
    gap: 20px;
}
header.header {
    padding: 15px 0;
    background-color: #fff;
}
header.header .logo {
    width: 75%;
}
.header-bottom {
    padding: 10px 0;
    background-color: var(--c1);
}
.menu a {
    font-size: 14px;
    font-weight: 500;
}
.home-slider-image {
    height: 500px;
    width: 100%;
    position: relative;
}

.home-slider-item {
    display: flex;
    align-items: center;
}
.home-slider-content-wrap .row {
    justify-content: center;
}

.home-slider-content {
    text-align: center;
    color: #fff;
}
.home-slider-content h2 {
    font-size: 42px;
    text-shadow: 0 2px 2px black;
}
.home-slider-image img {
    object-position: top;
}
.home-slider-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--c1);
    content: "";
    opacity: .95;
    mix-blend-mode: soft-light;
}
section.about-sec .image {
    height: 290px;
    border: 4px solid var(--c1);
    border-radius: 7px;
}
section.about-sec .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.heading h2 {
    font-size: 30px;
}
.heading p {
    font-size: 14px;
    letter-spacing: 0px;
}
.heading ul {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 8px; */
}
.heading ul li {
    font-size: 14px;
    display: flex;
    gap: 5px;
    margin-bottom: 7px;
}
.heading ul li:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: #005D4D;
    font-size: 12px;
    margin-top: 1px;
}
.heading h3 {
    font-size: 27px;
    margin-bottom: 0;
}

.heading span {
    font-size: 15px;
    color: #6FA169;
}
section.about-sec .container, .treatment-sec .container, .faq-sec .container, .reach-sec .container {
    padding: 0 10%;
}

section.about-sec .image2 {
    width: 65%;
    margin: 0 auto;
}
section.treatment-sec {
    background-color: var(--c1);
}
section.about-sec:before, section.about-sec .icon1 {
    content: "";
    position: absolute;
    width: 20%;
    left: -5%;
    top: 37%;
}
section.about-sec:after, section.about-sec .icon2 {
    content: "";
    position: absolute;
    width: 25%;
    background-size: cover;
    right: -3%;
    bottom: 0;
}
section.about-sec {
    position: relative;
}
.wrapper {
    overflow: hidden;
}

.heading a.btn-1 {
    margin-top: 35px;
}
.services-title {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
section.services-section .row {
    justify-content: space-between;
}
.services-item .services-content {
    background-color: var(--c1);
    /* border-radius: 12px; */
}
.services-image {
    height: 300px;
}
section.services-section:before {
    content: "";
    position: absolute;
    background-image: url('assets/img/round.png');
    width: 11%;
    height: 174px;
    background-size: cover;
    left: -2%;
    bottom: 12%;
}
section.services-section:after {
    content: "";
    position: absolute;
    background-image: url('assets/img/round2.png');
    width: 22%;
    height: 321px;
    background-size: cover;
    right: -10%;
    top: -18%;
}
section.services-section {
    position: relative;
    overflow: hidden;
}
section.brand-sec {
    background-color: var(--c1);
}
section.brand-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
}

section.brand-sec .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

section.brand-sec .items .item {
    width: 12%;
}
section.therapy-sec .items {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}
section.therapy-sec .items .item {
    width: 21%;
}
section.therapy-sec .items .item .image {
    border-radius: 50%;
    overflow: hidden;
    height: 170px;
    width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 4px solid var(--c1);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
section.therapy-sec .items .item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.therapy-sec .items .item .content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
section.issues-sec .row {
    justify-content: end;
}
section.issues-sec:before {
    content: "";
    background-color: rgb(210 227 208 / 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(0px);
    filter: unset;
    mix-blend-mode: color;
}

section.issues-sec {
    padding: 150px 0;
    position: relative;
    background-size: 118%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: right;
    background-attachment: fixed;
}
section.issues-sec .item {
    background-color: var(--c1);
    padding: 40px 40px;
    border-radius: 10px;
    border: 3px solid #D7E6D3;
    position: relative;
}
section.about-sec .heading ul li {
    width: 42%;
}

section.about-sec .heading ul {
    display: flex;
    flex-wrap: wrap;
}
#accordion .card {
    background: none;
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
}
.card-body p {
    font-size: 14px;
}
section.faq-reach-sec {
    position: relative;
    overflow: hidden;
}

section.faq-reach-sec .icon1 {
    position: absolute;
    width: 350px;
    top: -30px;
    left: 0;
}

section.faq-reach-sec .icon2 {
    bottom: 32%;
    position: absolute;
    width: 400px;
    right: 0;
}

section.faq-reach-sec .icon3 {
    position: absolute;
    width: 400px;
    left: -10%;
    bottom: 0;
}
ul.c-detail {
    display: flex;
    justify-content: space-evenly;
    row-gap: 10px;
}
ul.c-detail a {
    font-size: 14px;
}
.form-group label {
    font-size: 13px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    font-size: 11px;
    height: auto;
    padding: 10px;
}
.wpcf7-submit {
    padding: 8px 35px;
    background-color: var(--c1);
    border: 1px solid var(--c3);
    font-size: 13px;
}
.footer-contact {margin-top: 30px;}
.footer-contact li a {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-logo {
    margin-bottom: 30px;
    width: 62%;
}
.footer-about p {
    font-size: 13px;
}
footer.footer {
    background-color: var(--c1);
    padding: 65px 0 0 0;
}
footer.footer .row {
    justify-content: space-between;
}
.footer-social {
    background-color: var(--c2);
    border-radius: 50px;
    border-bottom-left-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    width: 65%;
    margin: 0 0 0 auto;
}
footer.footer h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.footer-social ul {
    display: flex;
    gap: 10px;
}

.footer-social ul a {
    background-color: var(--c1);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-social h4 {
    margin-bottom: 0;
}
.footer-menu {
    margin: 40px 0;
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
}

.certificate {
    width: 80%;
    margin: 0 0 0 auto;
}
.policy ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.copyright {
    border-top: 1px solid var(--c2);
    padding: 20px 0;
    margin-top: 40px;
}

.copyright p {
    font-size: 14px;
    margin-bottom: 0;
}
section.issues-sec .item:before {
    content: "";
    position: absolute;
    background-color: var(--c2);
    width: 5px;
    height: 60%;
    left: -5px;
    top: 22%;
}
section.reach-sec, section.faq-sec {
    position: relative;
    z-index: 1;
}
.certificate ul {
    gap: 15px;
}
.certificate ul li {
    width: 47%;
}
.header-btns a.btn-1 {
    height: 100%;
}