*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* single page css */
.single-page-title {
  color: #242424;
  font-size: 26px;
  font-family: 'DM Sans';
  font-weight: bold;
}
.single-author-image img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin-right: 20px;
}
.single-author-image a{
  font-size: 18px;
  font-family: 'Mulish';
  color: #242424;
  font-weight: normal;
}
span.entry-date, span.entry-comments {
  color: #BFBFBF;
  font-size: 18px;
  font-family: 'Mulish';
}
.meta-box-question {
color: #242424;
font-family: 'DM Sans';
font-size: 26px;
font-weight: 600;
}
.single-post-comment .comment-list li {
  background: #F5F5F5;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#respond {
  margin-top: 2em;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 4em;
}
.blog_comment_box div#comments {
  display: flex;
  flex-direction: row;
  align-items: center;
}
ol.comment-list {
  margin-right: 20px;
  width: 50%;
}
.cln_not_found_page img {
  width: 60%;
}
.cln_bredcrumbs {
  height: 240px;
}
.cln_make_an_appoitment .e-con-inner {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 30px;
}
.cln_make_an_appoitment label,.cln_make_an_appoitment input,.cln_make_an_appoitment textarea,.cln_make_an_appoitment select {
  width: 100%;
}
.cln_make_an_appoitment input, .cln_make_an_appoitment select {
  height: 40px;
  padding: 10px;
}
.cln_make_an_appoitment textarea {
  height: 110px;
}
h2.comments-title {
  display: none;
}
/* cln single project css */
.single-projects-top-right-section .wrap_div svg {
  color: #008D9E;
  font-size: 16px;
  margin-right: 10px;
}
.single-projects-top-right-section .wrap_div {
  color: #010101;
  font-size: 18px;
  font-family: 'DM Sans';
  font-weight: bold;
}
.single-projects-top-right-section {
  box-shadow: inset 0px 7px 0px #008D9E, 0px 3px 6px #00000029;
  border-radius: 20px;
  height: 400px;
  position: relative;
  bottom: 120px;
  background: #fff;
}
span.single-projects-top-right {
  margin-left: 25px;
  color: #1E1E1E;
  font-size: 16px;
  font-family: 'Mulish';
}
.single_project_content p {
  font-size: 16px;
  font-family: 'Mulish';
  line-height: 30px;
}
.project_content h2, .single_project_content h2{
  color: #000000;
  font-size: 28px;
  font-family: 'DM Sans';
  font-weight: bold;
}
.project_content{
  margin-top: 20px;
}

/* single blog page */

.single-page-title h2 {
  font-size: 28px;
  font-family: 'DM Sans';
  font-weight: bold;
  color: #000;
}
/*====== cleaning Single Blog Page CSS Start =======*/
.banner-image {
  background-size: 100% 100% !important;
  height: 250px;
  background-size: cover;
  margin: 0px !important;
}
.recent-post-box .post-content a {
  color: #000;
margin:10px 0px 0px 0px;
}

.single-post-nav .nav-previous {
  text-align: left;
}
.single-post-nav .nav-next {
  text-align: right;
}
#single_post .post_share {
  margin-top: 15px;
}
#single_post .feature-box img {
  z-index: -10;
  width: 100%;
  margin-top:0px;
}
.single-post .blog-single-page-banner-left h1 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  color: #000000;
}
.blog-single-page-banner-left {
  font-family: "Lexend", sans-serif;
  height: 250px;
  /* width: 45% !important; */
  background-color: #FFFFFF;
  color: #000 !important;
  margin: 0px 0px;
  /* padding: 0px 0px 0px 260px; */
  border-radius: 0px 10px 10px 0px;
  box-shadow: -396px 0 0 0 #fff, 1px 1px 10px 0 #00000029, -495px 1px 10px 0 #00000029;
}
.content-box {
  background-color: #fff;
  margin-top: -100px;
  padding-top: 30px !important;
}
.single-page-title {
  font: 600 36px/60px "DM Sans", Sans-serif;
  color: #242424;
  font-family: "Lexend", sans-serif;
}

.single-author-image {
  padding: 0px;
  display: flex;
  align-items: center;
}
.single-page-metaimage img {
  width: 100%;
}
li.cat-item {
  list-style-type: none;
}
.single-post-social-box li a {
  padding: 5px 15px;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.single-page-metabox {
  align-items: center;
}
.single-blog-content p {
  font-size: 18px;
  font-family: 'Mulish';
  line-height: 32px;
  color: #242424;
}
.single-post-nav .nav-previous {
  text-align: left;
}
.single-post-nav .nav-next {
  text-align: right;
}
.form-submit input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000000;
  border-radius: 10px;
  font-family: 'DM Sans';
  padding: 10px 20px;
}
.cln_support_contact_form input, .cln_support_contact_form textarea {
  padding: 8px;
  margin-top: 5px;
  width: 90%;
  margin-bottom: 5px;
  border: 1px solid #1212124D;
}
.submit_btn_icon .submit {
  border: unset;
  padding: 0px !important;
  margin: 0px;
}
.cln_support_contact_form textarea{
  height:100px;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea {
  width: 100%;
  padding: 8px 10px;
}
.blog-single-page-banner-left {
  position:relative;
  align-items: center;
  display: flex;
}
.single-post-nav .nav-links {
  display: flex;
  justify-content: space-between;
}
.hover-fx {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #A06F48;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}
.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}
.hover-fx:hover {
  background-color: #008D9E;
}
.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
.single-post-nav .nav-links a {
  font: 300 22px/45px "DM Sans", Sans-serif;
  color: #242424;
}
.single-post-nav span.meta-nav {
	display: block;
	color: #A1A1A1;
  font-weight: 500;
  font: 300 18px/45px "DM Sans", Sans-serif;
}
.single-post-comment .comment-author.vcard img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-bottom: 12px;
  margin-right: 10px;
}
h2#reply-title {
  font-size: 28px;
  font-family: 'DM Sans';
  font-weight: bold;
  margin-bottom: 15px;
}
input#wp-comment-cookies-consent {
  margin-right: 10px;
}
p.comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
}
cite.fn a {
  font-size: 18px;
  color: #242424;
  font-style: normal;
  font-family: 'DM Sans';
}
cite.fn {
  font-size: 18px;
  font-family: 'DM Sans';
  color: #242424;
  font-style: unset;
  font-weight: 400;
}
em.comment-awaiting-moderation {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Mulish';
  font-style: normal;
}
.single-post-comment .comment-meta.commentmetadata {
  display: none;
}
.single-post-comment .reply {
  display: none;
}
span.says {
  display: none;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
  width: 100%;
}
#commentform label {
  display: block;
}
.ebs-single-post-page .single-content, .ebs-single-post-page .metabox {
  margin-block: 10px;
}
.ebs-single-post-page .metabox > *:not(:last-child) {
  margin-inline-end: 20px;
}
.ebs-single-post-page .metabox i, .ebs-single-post-page .socila_share a {
  color: #000;
}
.ebs-single-post-page path {
  fill: #000;
}
.ebs-single-post-page .metabox :is(span, a) {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}
.ebs-single-post-page .post_ctg {
  display: flex;
}
.ebs-single-post-page .post_ctg ul {
  margin-inline-start: 10px;
}
.ebs-single-post-page .post_ctg ul a, .logged-in-as a {
  color: #000;
  font-weight: 700;
}
.share_icon {
  position: relative;
}
.social-btn{
display: inline-block;
width: 50px;
height: 50px;
background: #f1f1f1;
margin: 6px;
border-radius: 30%;
box-shadow: 0 5px 15px -5px #00000070;
color: #3498db;
overflow: hidden;
position: relative;
}
.socila_share svg {
  padding: 0px;
}
.social-btn path{
  line-height: 50px;
  font-size: 26px;
  transition: 0.2s linear;
}
.social-btn i{
line-height: 50px;
font-size: 26px;
transition: 0.2s linear;
}
.social-btn:hover i{
transform: scale(1.3);
color: #fff;
}
.socila_share b {
  position: relative;
  top: -25px;
}
.efarm-blog-page .ea-item {
  -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
  box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
  padding: 20px 20px 55px;
}
.efarm-blog-page .ea-text p {
  padding: 20px 0;
}
.efarm-blog-page .ea-button-wrap {
  padding-top: 20px;
}
.ebs-single-post-page {
  margin: 0 auto;
}
.efarm-feature-box-sec {
  position: absolute;
  top: -8em;
  z-index: 9;
}
.efarm-feature-box-sec p.elementor-icon-box-description {
  width: 92%;
}
/*====== cleaning Single Blog Page CSS End =======*/

/*====== cleaning Single Services Page CSS Start =======*/
.services-single-page-banner-left {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  height: 250px;
  background-color: #FFFFFF;
  color: #000 !important;
  margin: 0px 0px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: -396px 0 0 0 #fff, 1px 1px 10px 0 #00000029, -495px 1px 10px 0 #00000029;
}
.services-single-post-content p {
  font: 300 20px/35px "DM Sans", Sans-serif, Sans-serif;
  color: #1E1E1E;
}
.services-button {
  font: 600 24px/20px "DM Sans", Sans-serif, Sans-serif;
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  padding: 15px 20px;
}
.services-single-post-content .btn {
  padding: 0;
}
.services-button:hover {
  color: #ffffff;
}
.services-button a {
  color: #FFFFFF;
}
.services-single-post-content h2 {
  font: 600 30px/37px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
}
.services-meta-box-benefit {
  font: 600 30px/37px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
}
.single-services-post-list {
  position: relative;
}
.services-single-bottom-post-content h2 {
  font: 600 30px/37px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
}
.services-single-bottom-post-content p {
  font: 300 22px/40px "DM Sans", Sans-serif, Sans-serif;
  color: #1E1E1E;
}

.content-box-services {
  padding-top: 30px !important;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
  width: 100%;
}
#commentform label {
  display: block;
}
.cln-single-services-page .single-content, .cln-single-services-page .metabox {
  margin-block: 10px;
}
.cln-single-services-page .metabox > *:not(:last-child) {
  margin-inline-end: 20px;
}
.cln-single-services-page .metabox i, .cln-single-services-page .socila_share a {
  color: #000;
}
.cln-single-services-page path {
  fill: #000;
}
.cln-single-services-page .metabox :is(span, a) {
  font-size: 16px;
  color: #707070;
  font-weight: 400;
}
.cln-single-services-page .post_ctg {
  display: flex;
}
.cln-single-services-page .post_ctg ul {
  margin-inline-start: 10px;
}
.cln-single-services-page .post_ctg ul a, .logged-in-as a {
  color: #000;
  font-weight: 700;
}
.cln-single-services-page {
  margin: 0 auto;
  margin-top: 50px;
}
/*====== cleaning Single Services Page CSS End =======*/

/*====== cleaning Single projects Page CSS Start =======*/

.single-projects-top-right-section h5 {
  letter-spacing: 0px;
  color: #010101;
  font-size: 20px;
  font-weight: 600;
}
.projects-single-page-banner-left {
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  height: 250px;
  background-color: #FFFFFF;
  color: #000 !important;
  margin: 0px 0px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: -396px 0 0 0 #fff, 1px 1px 10px 0 #00000029, -495px 1px 10px 0 #00000029;
}
.cln-single-projects-page {
  width: 100%;
  max-width: calc(100% - 20%);
  margin: 0 auto;
}
.projects-single-post-content p {
  font: normal 18px/40px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0px;
  color: #434242;
}
.projects-single-post-content-box1, .projects-single-post-content-box2 {
  background: #008D9E;
  border-radius: 20px;
  padding: 20px;
}
.projects-single-post-content-box1 h3, .projects-single-post-content-box2 h3{
  font: normal normal 600 35px/65px "DM Sans", Sans-serif, Sans-serif;
  color: #FFFFFF;
}
.projects-single-post-content-box1 p, .projects-single-post-content-box2 p {
  font: normal 18px/40px "DM Sans", Sans-serif, Sans-serif;
  color: #FFFFFF;
}
.projects-meta-box-list {
  font: bold 35px/1px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0.04px;
  color: #000000;
}
.projects-meta-box-list1 h3 , .projects-meta-box-list2 h3 {
  font: 600 25px/1px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0.03px;
  color: #000000;
}
.projects-meta-box-list1 li, .projects-meta-box-list2 li {
  font: normal 20px/54px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0.02px;
  color: #3B3B3B;
  margin-left: 20px;
}
.projects-meta-box-list1 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  content: "\f105";
  color: #008D9E;
  margin-left: -20px;
  line-height: 51px;
}
.projects-meta-box-list2 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  content: "\f105";
  color: #008D9E;
  margin-left: -20px;
  line-height: 51px;
}
.projects-single-about-right-content h2 {
  font: normal normal 600 40px/65px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
}
.projects-single-about-right-content p {
  font: normal 18px/40px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0px;
  color: #434242;
}
.projects-single-about-right-content h2 {
  font: 600 35px/65px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
}
.projects-single-about-right-content p {
  font: normal 18px/40px "DM Sans", Sans-serif, Sans-serif;
  letter-spacing: 0px;
  color: #434242;
}
.projects-single-post-counter-section p {
  font: normal 22px/40px "DM Sans", Sans-serif, Sans-serif;
  color: #010101;
  padding-top: 20px;
  text-align: center;
}
p.counter-subtitle {
  padding: 0px;
  font: 400 18px/30px "DM Sans", Sans-serif, Sans-serif;
  color: #fff;
}
.counter-section-main-row {
  background: transparent linear-gradient(97deg, #2B7A77 0%, #57C6C2 100%) 0% 0% no-repeat padding-box;
  padding: 50px 0px;
  box-shadow: -300px 0 #2B7A77, 300px 0 #56C4C0;
}
p.counter-heading {
  margin-bottom: 10px;
  color: #fff;
  font: 700 25px/30px Josefin Sans;
  padding-top: 35px;
}
.project-counter-img {
  background: #434242;
  padding: 20px;
  border-radius: 20px;
  border: 10px solid #fff;
}
p.single-project-team {
  padding: 0px;
  font: 300 20px/0px "DM Sans", Sans-serif, Sans-serif;
}
.counter-section-box img{
  margin-top: -120px;
}
/*====== cleaning Single projects Page CSS End =======*/

/*====== cleaning projects Page CSS Start =======*/
.projects-btn2 {
  position: relative;
  bottom: 38px;
  left: 230px;
  background: #008D9E 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  font: 500 20px/20px "DM Sans", Sans-serif;
}
.projects-name2 {
  font: bold 25px/35px "DM Sans", Sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
}
.projects-author2 {
  font: 18px/13px "DM Sans", Sans-serif;
  color: #434343;
  padding-top: 8px;
}
.projects-desc2 h4 {
  font: 400 20px/30px "DM Sans", Sans-serif;
  color: #000;
  margin-top: 20px;
}
.projects-desc2 h5 {
  font: normal normal 600 18px/40px "DM Sans", Sans-serif;
  color: #000;
  letter-spacing: 0.02px;
}
.projects-desc2 ul li::before {
  content: '\f111';
  color: #008D9E;
  font-family: 'FontAwesome';
  font-size: 9px;
  margin-right: 10px;
  bottom: 1px;
  position: relative;
}
.projects-desc2 ul li {
  font: normal normal 300 17px/30px "DM Sans", Sans-serif;
  letter-spacing: 0px;
  color: #111111;
}
.projects-btn2:hover{
  background: #000;
  color: #fff;
}
.projects-item2 {
  padding: 25px;
  margin: 10px 0px;
  border-radius: 20px;
  box-shadow: 0px 1px 6px #00000029;
  background-image: url("assets/images/projects-bg-img.png");
}


/*====== cln Get A Quote Page CSS Start =======*/
.checkbox-line {
  margin: 0px;
  border: 1px solid #1212124D;
  border-radius: 10px;
  padding-top: 15px;
  margin-bottom: 30px;
}
.checkbox-line2 .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
}
.company-name input, .project-info input, .wpcf7-email, .project-overview input, .project-budget input, .project-date input{
  width: 100%;
}
.project-budget select {
  background-color: unset;
}
.contact-box {
  display: inline-flex;
}
.contact-box p {
  margin: 0px 15px 15px 0px;
}
.contact-box p input {
  width: 602px;
}
.checkbox-line input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.checkbox-line .wpcf7-list-item-label {
  color: #000000;
  font: normal normal 300 16px/26px Josefin Sans;
  opacity: 0.7;
}
::placeholder {
  opacity: 0.6;
}
.project-date input[type="date"] {
  opacity: 0.6;
}
/*====== cln Get A Quote Page CSS End =======*/


.title-box{
  position: relative;
}
.title-box img{
  width: 100%;
  min-height: 125px;
}
.title-box .above_title{
  position: absolute;
  top: 0;
  left: 7%;
  display: flex;
  align-content: center;
  bottom: 0;
  align-items: center;
}
.title-box *{
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
.title-box a{
  font-weight: 600;
}
.content-container{
  margin: 3% auto;
  max-width: calc(100% - 15%);
}
.post-contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 5% 0;
}
#full-width-blog .post-contents .postbox{
  flex: 0 0 calc( (100% / 4) - 20px );
}
#blog-with-sidebar .post-contents .post-sidebar{
  flex: 0 0 23%;
}
#blog-with-sidebar .post-contents .post-text-content{
  flex: 0 0 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#blog-with-sidebar .post-contents .post-text-content>div{
  flex: 0 0 calc( (100% / 3) - 14px );
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog-with-lr-sidebar .post-contents :is(.post-left-sidebar, .post-right-sidebar){
  flex: 0 0 20%;
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  flex: 0 0 56%;
}
#blog-with-lr-sidebar .post-contents .postbox{
  flex: 0 0 49%;
  margin-bottom: 20px;
}
.post-content{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-contents .postbox .post-image img{
  width: 100%;
}
.post-content .post-categories a{
  color: #2b2d42;
  font-weight: 600;
}

.post-content .post-readmore{
  text-transform: capitalize;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #157efd;
  text-decoration: underline;
}
/* page  */
.page-contents{
  display: flex;
  margin: 5% 0;
}
.page-with-sidebar .page-contents .page-sidebar{
  flex: 0 0 23%;
}
.page-with-sidebar .page-contents .page-text-content{
  flex: 0 0 75%;
  padding: 0 15px;
}

.page-with-lr-sidebar .page-contents .page-sidebar{
  flex: 0 0 20%;
}
.page-with-lr-sidebar .page-contents .page-text-content{
  flex: 0 0 60%;
  padding: 0 15px;
}

/* sidebar */
.elemento-widget-sidebar aside{
  margin-block: 10px;
}
.elemento-widget-sidebar *{
  color: #000;
}
/* navigation */
.navigation{
  text-align: center;
  margin: 25px 0;
}
.page-numbers{
  font-weight: 600;
  font-family:  "DM Sans", Sans-serif;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.prev.page-numbers, .next.page-numbers, .page-numbers.current{
  background-color: #286016;
  color: #fff;

}
.page-numbers:not(.prev){
  border: 1px solid #286016;
}


/* Other page css start */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#wpe-elementor-about-page-head {
    box-shadow: -380px 0px 0px 2px #fff;
}
.wpe-photography-page-head {
    height: 230px;
}
.content-container{
  margin: 3% auto;
  max-width: calc(100% - 15%);
}
.post-contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 5% 0;
}
#full-width-blog .post-contents .postbox{
  flex: 0 0 calc( (100% / 4) - 20px );
}
#blog-with-sidebar .post-contents .post-sidebar{
  flex: 0 0 23%;
}
#blog-with-sidebar .post-contents .post-text-content{
  flex: 0 0 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#blog-with-sidebar .post-contents .post-text-content>div{
  flex: 0 0 calc( (100% / 3) - 14px );
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog-with-lr-sidebar .post-contents :is(.post-left-sidebar, .post-right-sidebar){
  flex: 0 0 20%;
}
#blog-with-lr-sidebar .post-contents .post-text-content{
  flex: 0 0 56%;
}
#blog-with-lr-sidebar .post-contents .postbox{
  flex: 0 0 49%;
  margin-bottom: 20px;
}
.post-content{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-contents .postbox .post-image img{
  width: 100%;
}
.post-content .post-categories a{
  color: #2b2d42;
  font-weight: 600;
}
.post-content h4{
  font-family:  "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.category .post-image img {
  height: auto;
}
.post-content .post-readmore{
  text-transform: capitalize;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #157efd;
  text-decoration: underline;
}
/* page  */
.page-contents{
  display: flex;
  margin: 5% 0;
}
.page-with-sidebar .page-contents .page-sidebar{
  flex: 0 0 23%;
}
.page-with-sidebar .page-contents .page-text-content{
  flex: 0 0 75%;
  padding: 0 15px;
}

.page-with-lr-sidebar .page-contents .page-sidebar{
  flex: 0 0 20%;
}
.page-with-lr-sidebar .page-contents .page-text-content{
  flex: 0 0 60%;
  padding: 0 15px;
}

/* sidebar */
.elemento-widget-sidebar aside{
  margin-block: 10px;
}
.elemento-widget-sidebar *{
  color: #000;
}
/* navigation */
.navigation{
  text-align: center;
  margin: 25px 0;
}
.page-numbers{
  font-weight: 600;
  font-family:  "DM Sans", Sans-serif;
  padding: 8px 15px;
  border-radius: 5px;
  color: #000;
}
.prev.page-numbers, .next.page-numbers, .page-numbers.current{
  background-color: #008D9E;
  color: #fff;

}
.page-numbers:not(.prev){
  border: 1px solid #008D9E;
}
.service-single-box h3 {
    font: 600 50px/73px "DM Sans", Sans-serif;
    color: #010101;
}
.service-single-box p{
  font: 400 18px/36px "DM Sans", Sans-serif;
  color: #5B5B5B;
  letter-spacing: 0.3px;
}
/* .category-post .single-product-banner-left {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  opacity: 0.8;
  backdrop-filter: blur(30px);
  padding: 20px;
} */

/* ================= OLD AGE HOME CSS START ================ */
.e-con-inner {
  position: relative;
}
.happy_customer::after, .happy_customer::before{
  position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    background: transparent;
}

.happy_customer::after {
  border-bottom-right-radius: 40px;
  box-shadow: 10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: -40px;
  right: 0px;
}
.happy_customer::before {
  border-bottom-right-radius: 40px;
  box-shadow: 10px 10px 0 10px #fff;
  transition: 1s ease;
  top: calc(100% - 40px);
  left: -30px;
}
/* .happy_customer {
  bottom: 10px !important;
} */
/* .banner_btn{
  left: calc(51% - 1px) !important;
  top: 331px !important;
} */

/* .banner_btn::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 15px;
  background: transparent;
  border-bottom-right-radius: 42px;
  box-shadow: 10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 38px;
  left: -23px;
  transform: rotate(-90deg);
} */
.home_banner .bdt-prime-slider-skin-general ul.bdt-slideshow-items{
  border-radius: 30px;
}
.banner_btn {
  min-height: 100px;
  bottom: -90px !important;
}

.banner_btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  background: transparent;
  border-bottom-right-radius: 42px;
  box-shadow: 10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 17px;
  left: -23px;
  transform: rotate(-90deg);
}
.banner_btn_wrapper::after, .banner_btn_wrapper::before{
  position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    background: transparent;
}

.banner_btn_wrapper::after {
  border-top-left-radius: 40px;
  box-shadow: -10px -10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 0;
  right: -30px;
}
.banner_btn_wrapper::before {
  border-top-left-radius: 40px;
  box-shadow: -10px -10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 99px !important;
  left: 0px;
}

.header-top .elementor-widget-container::after, .header-top .elementor-widget-container::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: transparent;
}
.header-top>.elementor-widget-container::after {
  border-bottom-right-radius: 44px;
  box-shadow: 10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 0px;
  right: 0px;
}
.header-top>.elementor-widget-container::before {
  border-bottom-left-radius: 44px;
  box-shadow: -10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  top: 0px;
  left: 0px;
}
.primary-menu-col .ue-nav-menu ul.ue-menu ul.sub-menu {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
  width: auto !important;
  min-width: 200px;
  background-color: #FFFFFF;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.uc_cl-effect-4 a::after{
  top: calc(100% + 22px) !important;
}
.primary-menu-col .ue-nav-menu ul.ue-menu ul.sub-menu li a::after{
  background: #FFFFFF !important;
}

.custom_border_radius::after, .custom_border_radius::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 40px;
    background: transparent;
    border-radius: 0 !important;
    border-top-left-radius: 40px !important;
    box-shadow: -10px -10px 0 10px #FFFFFF;
}

.custom_border_radius_topside::after{
  top: 0;
  right: -30px;
}
.custom_border_radius_topside::before{
    top: -5px;
    left: -35px;
    transform: rotate(90deg);
}
.footer_contact_icon span.elementor-icon-list-icon i::before {
  background-color: #0C6570;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
span.closed {
  color: #FF0000;
  font-weight: 600;
}
p{
  margin-bottom: 0;
}
.copy_right{
  background-color: #FFFFFF;
  border-top-right-radius: 30px;
}
.copy_right::after{
  position: absolute;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  inset: calc(100% - 1.25em) 0 0 100%;
  border-bottom-left-radius: 1.25em;
  box-shadow: -0.3em 0.3em 0 0.3em #fff;
}

.copy_right::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 40px;
  background: transparent;
  border-radius: 0 !important;
  border-bottom-left-radius: 40px !important;
  box-shadow: -10px 10px 0 10px #fff;
  left: 0;
  top: -40px;
}

.copy_right a{
  color: #000;
}

.big_headding_sec {
  background: rgba(255, 255, 255, 0.5);
  z-index: 5;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 10vw;
}
.big_headding_title {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  right: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: rtl;
}
.home_banner .bdt-prime-slider {
  overflow: visible;
}
.home_banner .bdt-prime-slider-skin-general {
  overflow: visible;
}
.home_banner .reveal-muted a.bdt-slidenav{
  width: 48px !important;
  transform: translateX(0) !important;
  border: 0;
  left: -70px;
}
.home_banner .reveal-muted a.bdt-slidenav svg{
  display: none;
}
.home_banner .reveal-muted a.bdt-slidenav::before{
  display: none;
}
.home_banner .reveal-muted a.bdt-prime-slider-next {
 
  margin-bottom: 120px;
}

.home_banner .reveal-muted a.bdt-slidenav::after{
  content: '\f061';
  font-family: 'fontawesome';
  color: #FFFFFF;
  font-size: 20px;
}
.home_banner .reveal-muted a.bdt-prime-slider-previous::after{
  transform: rotate(180deg);
}
.bdt-prime-slider-skin-general .bdt-prime-slider-social-icon{
  top: 15% !important;
  transform: translateY(0) !important;
}
.happy_customer{
  width: auto;
}

.about_btn_radius::before {
  position: absolute;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  border-bottom-right-radius: 1.25em;
  box-shadow: 0.3em 0.3em 0 0.3em #FFFFFF;
  left: -1.25em;
  top: 0;
  transform: rotate(-90deg);
}
.about_btn_radius::after{
  position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #FFFFFF;
    right: 0;
    bottom: -1.25em;
    transform: rotate(-90deg);
}
.service_btn_radius::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 40px;
  background: transparent;
  border-bottom-right-radius: 40px;
    box-shadow: 10px 10px 0 10px #0C6570;
    transition: 1s ease;
    top: calc(100% - 40px);
    left: -30px;
}
.btn_black_arrow span.elementor-button-icon {
  background: #000000;
}
.btn_black_arrow span.elementor-button-icon svg {
  background: #000000;
  fill: #FFFFFF !important;
}
.service_grid .ea-secondary-img {
  width: 80px;
  padding: 10px;
  background-color: #0C6570;
  /* height: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 15px;
  position: absolute;
    bottom: 0;
    left: 0;
}
.service_grid .ea-secondary-img::after{
  position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    left: 0;
    top: -1.25em;
    border-bottom-left-radius: 1.25em;
    box-shadow: -0.3em 0.3em 0 0.3em #0C6570;
}
.service_grid .ea-secondary-img::before{
  position: absolute;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  inset: calc(100% - 1.25em) 0 0 100%;
  border-bottom-left-radius: 1.25em;
  box-shadow: -0.3em 0.3em 0 0.3em #0C6570;
}
.service_grid .ea-img-wrap {
  display: none;
}
.service_grid .ea-item {
  position: relative;
}
.service_grid .ea-item .ea-meta {
  display: none;
}
.service_grid .ea-secondary-img img {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 8px;
  z-index: 2;
}
.service_grid a.ea-readmore {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px;
  width: max-content;
  position: relative;
  font-family: Lexend;
font-size: 16px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
flex-direction: row-reverse;
}

/* .service_grid .ea-button-wrap span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
} */
.service_grid a.ea-readmore:before {
  content: "";
  vertical-align: middle;
  font-weight: 900;
  background: #fff;
  color: #000;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 10px;
  height: 25px;
  width: 25px;
  
}
.service_grid .ea-item:hover a.ea-readmore:before{
  background: #008D9E;
  color: #FFFFFF;
}
.service_grid .ea-item:hover a.ea-readmore{
  color:#008D9E !important;
}
.service_grid a.ea-readmore::after, .cln_our_project_sec a.ea-readmore::after{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image:var(--right_arrow);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 8px;
    width: 20px;
    height: 20px;
}
.service_grid .ea-item:hover a.ea-readmore::after{
 filter: brightness(0) invert(1);
}
.service_grid .ea-item .ea-button-wrap {
  padding-left: 75px;
  padding-bottom: 10px;
}
.service_grid .ea-item:hover .ea-content .ea-title a, .service_grid .ea-item:hover .ea-text-wrap p{
  color: #FFFFFF !important;
}
.service_grid .ea-item:hover .ea-secondary-img img{
  background-color: #FF7261 !important;
  filter: brightness(1) invert(1);
}
.about-full-width {
  width: calc(100% + 180px);
}
.cln_our_project_sec .ea-meta{
  display: none;
}
.cln_our_project_sec .ea-item.swiper-slide .ea-content::after{
  position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    background: transparent;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px 0 10px #FFFFFF;
    transition: 1s ease;
    top: calc(100% - 30px);
    left: -20px;
    z-index: -1;
}
.cln_our_project_sec .ea-item.swiper-slide .ea-content::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  background: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #FFFFFF;
  transition: 1s ease;
  bottom: 100%;
  right: 0;
}
.counter_radius::after, .counter_radius::before{
  position: absolute;
  content: "";
  border-radius: 0 !important;
  box-shadow: -0.3em 0.3em 0 0.3em #008D9E;
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  left: -1.25em;
  top: 30px;
  border-bottom-left-radius: 1.25em !important;
  transform: rotate(180deg);
}
.counter_radius::before{
    right: -1.25em;
    transform: rotate(90deg);
    left: auto;
}
.old_gallery #gallery-1 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-rows: repeat(2, 216px);
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.old_gallery #gallery-1 dl.gallery-item {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.old_gallery #gallery-1 dl.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.old_gallery #gallery-1 dl.gallery-item dt.gallery-icon.portrait {
  height: 100%;
  width: 100%;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 3;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(6){
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 3;
}
.old_gallery #gallery-1 dl.gallery-item:nth-child(7){
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
}
.timeline_radius::after, .timeline_radius::before{
  position: absolute;
  content: "";
  border-radius: 0 !important;
  box-shadow: -0.3em 0.3em 0 0.3em #EDFDFF;
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  right: -1.25em;
  top: 0px;
  border-bottom-left-radius: 1.25em !important;
  transform: rotate(90deg);
  left: auto;
}
.timeline_radius::after{
  left: 0;
  transform: rotate(90deg);
  right: auto;
  top: auto;
  bottom: -1.25em;
}
.old_age_timeline::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  width: 2px;
  height: 100%;
  background-color: #ACACAC;
}
.our_benefir_sec .about_btn_radius::before, .our_benefir_sec .about_btn_radius::after{
  box-shadow: 0.3em 0.3em 0 0.3em #EDFDFF;
}
.old_age_partner dl.gallery-item img {
  border: 0 !important;
}
.old_age_partner dl.gallery-item {
  margin-top: 0 !important;
}
.old_age_team .swiper-slide .ea-tm-social-icon-wrap svg {
  fill: #FFFFFF;
  width: 20px;
  height: 20px;
}
.old_age_team .swiper-slide .ea-tm-social-icon-wrap .ea-tm-social-icon.ea-icon {
  display: none;
}
.old_age_team .swiper-button-next:after, .old_age_team .swiper-button-prev:after{
  display: none;
}
.old_age_team .swiper-slide .ea-tm-social-links-wrap {
  position: absolute;
  bottom: calc(100% + 20px);
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 20px 0 0 0;
  right: 14px;
}
.old_age_team .swiper-slide .ea-tm-social-links-wrap ul.ea-tm-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.old_age_team .swiper-slide .ea-tm-social-links-wrap ul.ea-tm-social-links li {
  margin-right: 0 !important;
}
.old_age_team .swiper-slide .ea-tm-social-links-wrap ul.ea-tm-social-links::after, .old_age_team .swiper-slide .ea-tm-social-links-wrap ul.ea-tm-social-links::before{
  position: absolute;
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  border-bottom-right-radius: 1.25em;
  box-shadow: 0.3em 0.3em 0 0.3em #FFFFFF;
  bottom: -3px;
  left: -30px;
}
.old_age_team .swiper-slide .ea-tm-social-links-wrap ul.ea-tm-social-links::before {
  top: -30px;
  right: -10px;
  left: auto;
}
.old_age_team .ea-slider-arrow {
  top: auto;
  bottom: -80px;
  transform: none;
}
.old_age_team .ea-slider-arrow.swiper-button-prev {
  left: calc(50% - 50px) !important;
}
.old_age_team .ea-slider-arrow.swiper-button-next {
  right: calc(50% - 50px) !important;
}
.old_age_testimonial .elementor-widget-container>svg {
  display: none;
}
.old_age_testimonial .ea-testimonial-footer .ea-testimonial-footer-inner {
  background-color: #EDFDFF;
  width: 80%;
  padding-bottom: 15px;
  border-bottom-right-radius: 20px;
  position: relative;
}
.old_age_testimonial .ea-testimonial-footer .ea-testimonial-footer-inner::after, .old_age_testimonial .ea-testimonial-footer .ea-testimonial-footer-inner::before {
  position: absolute;
  content: "";
  border-radius: 0 !important;
  box-shadow: -0.3em 0.3em 0 0.3em #EDFDFF;
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  right: -1.25em;
  top: 0px;
  border-bottom-left-radius: 1.25em !important;
  transform: rotate(90deg);
}
.old_age_testimonial .ea-testimonial-footer .ea-testimonial-footer-inner::before {
  left: 0;
  right: auto;
  bottom: -1.25em;
  top: auto;
}
.old_age_testimonial .ea-testimonial-content::after {
  content: "";
  width: 72px;
  height: 72px;
  background-color: #EDFDFF;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 20px;
  padding: 15px;
}
.old_age_testimonial .ea-testimonial-content::before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56 28C56 43.464 43.464 56 28 56C12.536 56 1.57814e-07 43.4639 3.52488e-07 28C5.47162e-07 12.536 12.536 1.17599e-05 28 2.11481e-05C43.464 3.05363e-05 56 12.5361 56 28Z' fill='%23008D9E'/%3E%3Cpath d='M36.75 27C37.9688 27 39 28.0312 39 29.25V35.25C39 36.5156 37.9688 37.5 36.75 37.5H30.75C29.4844 37.5 28.5 36.5156 28.5 35.25V24C28.5 19.875 31.8281 16.5 36 16.5H36.375C36.9844 16.5 37.5 17.0156 37.5 17.625V19.875C37.5 20.5312 36.9844 21 36.375 21H36C34.3125 21 33 22.3594 33 24V27H36.75ZM23.25 27C24.4688 27 25.5 28.0312 25.5 29.25V35.25C25.5 36.5156 24.4688 37.5 23.25 37.5H17.25C15.9844 37.5 15 36.5156 15 35.25V24C15 19.875 18.3281 16.5 22.5 16.5H22.875C23.4844 16.5 24 17.0156 24 17.625V19.875C24 20.5312 23.4844 21 22.875 21H22.5C20.8125 21 19.5 22.3594 19.5 24V27H23.25Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  bottom: 0;
    width: 58px;
    height: 58px;
    background-size: 58px 58px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
.old_age_testimonial .ea-testimonial-content {
  position: relative;
}
.old_age_testimonial .ea-testimonial {
  position: relative;
}
.old_age_testimonial .ea-testimonial::after, .old_age_testimonial .ea-testimonial::before{
     position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #EDFDFF;
    bottom: 0;
    right: 72px;
}
.old_age_testimonial .ea-testimonial::before{
  bottom: 70px;
  right: 0;
  z-index: 2;
}
.old_age_testimonial  .ea-slider-arrow {
  top: auto;
  bottom: -80px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  font-size: 0 !important;
  transform: rotate(0) translate(0) !important;
}
.old_age_testimonial .ea-slider-arrow.ea-arrow-next {
  right: calc(50% - 60px);
}
.old_age_testimonial .ea-slider-arrow.ea-arrow-prev {
  left: calc(50% - 60px);
  transform: rotate(180deg) translate(0) !important;
}
.old_age_testimonial  .ea-slider-arrow::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-arrow-right' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px 20px;
  z-index: 5;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center center;
}
.old_age_testimonial .ea-slider-arrow:hover{
  background-color: #008D9E !important;
}
.old_age_testimonial .ea-testimonial:hover {
  background-color: #008D9E !important;
}
.old_age_testimonial .ea-testimonial:hover .ea-testimonial-content{
 color: #FFFFFF !important;
}
.old_age_blog_col .swiper-container {
  overflow: hidden;
}
.old_age_blog_col .ea-arrows-container.ea-slidenav-container {
  transform: translateY(-100px);
}
.old_age_blog_col .ea-item .ea-meta {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.old_age_blog_col .ea-item  .ea-button-wrap {
  display: inline-block;
  padding: 10px;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  margin-right: -1px;
}
.old_age_blog_col .ea-item .ea-button-wrap a.ea-readmore {
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  font-family: "Lexend", Sans-serif;
}
.old_age_blog_col .ea-item .ea-button-wrap a.ea-readmore::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.old_age_blog_col .ea-item .ea-button-wrap a.ea-readmore::before{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-arrow-right' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px 20px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  right: 12px;
  top: 13px;
}
.old_age_blog_col .ea-item .ea-title a{
  font-family: "Lexend", Sans-serif;
}
.old_age_blog_col .ea-item .ea-button-wrap::after, .old_age_blog_col .ea-item .ea-button-wrap::before{
  position: absolute;
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.4em 0.3em 0 0.3em #FFFFFF;
    bottom: 0;
    left: -1.25em;
}
.old_age_blog_col .ea-item .ea-button-wrap::before{
  right: 0;
  z-index: 2;
  top: -1.25em;
  left: auto;
}
.old_age_blog_col .ea-item .ea-date{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 5px 30px;
  border-radius: 10px;
  background-color: #EDFDFF;
  z-index: 3;
  margin-left: 0;
}
.old_age_blog_col .ea-item .ea-date::before{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13.4375V6H12.25V13.4375C12.25 14.1758 11.6484 14.75 10.9375 14.75H1.3125C0.574219 14.75 0 14.1758 0 13.4375ZM8.75 8.07812V9.17188C8.75 9.36328 8.88672 9.5 9.07812 9.5H10.1719C10.3359 9.5 10.5 9.36328 10.5 9.17188V8.07812C10.5 7.91406 10.3359 7.75 10.1719 7.75H9.07812C8.88672 7.75 8.75 7.91406 8.75 8.07812ZM8.75 11.5781V12.6719C8.75 12.8633 8.88672 13 9.07812 13H10.1719C10.3359 13 10.5 12.8633 10.5 12.6719V11.5781C10.5 11.4141 10.3359 11.25 10.1719 11.25H9.07812C8.88672 11.25 8.75 11.4141 8.75 11.5781ZM5.25 8.07812V9.17188C5.25 9.36328 5.38672 9.5 5.57812 9.5H6.67188C6.83594 9.5 7 9.36328 7 9.17188V8.07812C7 7.91406 6.83594 7.75 6.67188 7.75H5.57812C5.38672 7.75 5.25 7.91406 5.25 8.07812ZM5.25 11.5781V12.6719C5.25 12.8633 5.38672 13 5.57812 13H6.67188C6.83594 13 7 12.8633 7 12.6719V11.5781C7 11.4141 6.83594 11.25 6.67188 11.25H5.57812C5.38672 11.25 5.25 11.4141 5.25 11.5781ZM1.75 8.07812V9.17188C1.75 9.36328 1.88672 9.5 2.07812 9.5H3.17188C3.33594 9.5 3.5 9.36328 3.5 9.17188V8.07812C3.5 7.91406 3.33594 7.75 3.17188 7.75H2.07812C1.88672 7.75 1.75 7.91406 1.75 8.07812ZM1.75 11.5781V12.6719C1.75 12.8633 1.88672 13 2.07812 13H3.17188C3.33594 13 3.5 12.8633 3.5 12.6719V11.5781C3.5 11.4141 3.33594 11.25 3.17188 11.25H2.07812C1.88672 11.25 1.75 11.4141 1.75 11.5781ZM10.9375 2.5C11.6484 2.5 12.25 3.10156 12.25 3.8125V5.125H0V3.8125C0 3.10156 0.574219 2.5 1.3125 2.5H2.625V1.1875C2.625 0.96875 2.81641 0.75 3.0625 0.75H3.9375C4.15625 0.75 4.375 0.96875 4.375 1.1875V2.5H7.875V1.1875C7.875 0.96875 8.06641 0.75 8.3125 0.75H9.1875C9.40625 0.75 9.625 0.96875 9.625 1.1875V2.5H10.9375Z' fill='%23008D9E'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: 14px 14px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  left: 10px;
  top: 8px;
}
.old_age_blog_col .ea-item .ea-date::after{
     position: absolute;
    content: "";
    border-radius: 0 !important;
    box-shadow: -0.3em 0.3em 0 0.3em #EDFDFF;
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    right: 1.25em;
    bottom: -1.25em;
    border-bottom-left-radius: 1.25em !important;
    transform: rotate(180deg);
}
.old_age_blog_col .ea-item .ea-img-wrap img {
  padding-right: 6px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
  transform: scale(1) !important;
  min-height: 240px;
  width: 100%;
  object-fit: cover;
}
.old_age_blog_col .ea-item .ea-img-wrap {
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 10px;
  position: relative;
  overflow: visible;
}

.old_age_blog_col .ea-item .ea-img-wrap::after{
  position: absolute;
    content: "";
    border-radius: 0 !important;
    box-shadow: -0.3em 0.3em 0 0.3em #FFFFFF;
    width: 1.25em;
    height: 1.25em;
    background: transparent;
    bottom: -1.25em;
    border-bottom-left-radius: 1.25em !important;
    left: 0px;
    transform: rotate(90deg);
}
.old_age_blog_col .ea-item .ea-meta .ea-author a {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  font-family: 'Lexend';
  font-weight: 400;
  color: #1E1E1E;
}
.old_age_blog_col .ea-item .ea-meta .ea-author {
  font-size: 0;
}
.old_age_blog_col .ea-item i.eicon-comments::after {
  content: "\f075";
  font-family: 'FontAwesome';
  color: #008D9E;
  line-height: 24px;
}
.old_age_blog_col .ea-item .ea-meta .ea-comments span {
  color: #474747 !important;
  font-family: 'Inter' !important;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 24px;
}
.old_age_blog_col .ea-item:hover, .old_age_blog_col .ea-item:hover .ea-date, .old_age_blog_col .ea-item .ea-button-wrap a.ea-readmore:hover{
  background-color: #008D9E !important;
}
.old_age_blog_col .ea-item:hover .ea-content, .old_age_blog_col .ea-item:hover .ea-title a, .old_age_blog_col .ea-item:hover .ea-meta .ea-author a, .old_age_blog_col .ea-item:hover .ea-comments span, .old_age_blog_col .ea-item:hover .ea-meta i.eicon-comments::after, .old_age_blog_col .ea-item:hover .ea-date{ 
  color: #FFFFFF !important;
}
.old_age_blog_col .ea-item:hover .ea-date::before{
  filter: brightness(0) invert(1);
}
.old_age_blog_col .ea-item:hover .ea-date::after{
  box-shadow: -0.3em 0.3em 0 0.3em #008D9E;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 textarea, select.wpcf7-form-control{
  padding: 11px 20px;
  border-radius: 10px;
  border: 0;
  color: #515050;
  outline: 0;
  font-size: 16px;
  line-height: 26px;
  background-color: #FFFFFF;
}
select.wpcf7-form-control{
  height: 48px;
}
.wpcf7 br, .wpcf7-spinner{
  display: none;
}
input[type="submit"] {
  font-family: Lexend;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.news_lettr_btn_icon {
  margin-top: 20px;
}
.wpcf7 form .wpcf7-response-output {
  color: #FFFFFF;
}
.elementor-64 .elementor-element.elementor-element-c15cf9d {
  padding-left: 0;
  padding-right: 0;
}
.copy_right .elementor-widget-container {
  z-index: 2;
  position: relative;
}
.old_age_testimonial .ea-testimonial-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.old_age_contact .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.old_age_contact .form-group .input-with-icon {
  width: calc(25% - 15px);
  position: relative;
}
.old_age_contact .form-group .input-with-icon svg {
  position: absolute;
  z-index: 2;
  left: 15px;
  font-size: 16px;
  top: 17px;
}
.old_age_contact .form-group .input-with-icon input, .old_age_contact .form-group .input-with-icon select, .old_age_contact .form-group .input-with-icon textarea {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 15px 15px 40px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #383838;
  width: 100%;
}
.old_age_contact .form-group .input-with-icon br{
  display: none;
}
.form-group .input-with-icon select {
  height: 51px;
}
.old_age_contact .form-group .input-with-icon:nth-child(6) {
  width: calc(50% - 15px);
}

.old_age_contact .form-group .input-with-icon:nth-child(6) textarea{
  height: 51px;
  resize: none;
}
.old_age_contact .input-with-icon.news_lettr_btn_icon>p input {
  width: auto;
  background-color: #000000;
  color: #ffffff;
}
.old_age_contact .input-with-icon.news_lettr_btn_icon>p svg {
  position: static;
}
.old_age_contact .input-with-icon.news_lettr_btn_icon>p {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0;
  background-color: #000000;
}
.old_age_contact .input-with-icon.news_lettr_btn_icon {
  margin-top: 0;
}
.product_img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top center;
}
#single_post_services, #single_service{
  padding-bottom: 100px;
}
.service_img img, .services_img_two, .services_img_three, .services_img_four{
  width: 100%;
}
.services_img_two, .services_img_three, .services_img_four{
  border-radius: 10px;
}
.re_ser_col:hover .releted-services-title-content {
  height: 100%;
  opacity: 1;
}
.releted-services-title-content {
  height: 0;
  opacity: 0;
}
.learn_more_btn {
  display: inline-flex !important;
  align-items: center;
  margin-top: 10px;
  width: auto;
}
div#related_services {
  row-gap: 50px;
}
.fbc-page .fbc-wrap .fbc-items li svg {
  display: none;
}
.fbc-page .fbc-wrap .fbc-items li {
  padding: 0 !important;
  margin: 0 3px !important;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent !important;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text, .fbc-page .fbc-wrap .fbc-items li a, .fbc-page .fbc-wrap .fbc-items li .fbc-separator{
  color: #000000 !important;
}
.old_age_blog_page .ea-item {
  position: relative;
}
.make_n_app_form .submit_btn_icon.news_lettr_btn_icon p {
  height: auto;
  background-color: #000000;
}
.make_n_app_form .submit_btn_icon.news_lettr_btn_icon p input{
  border: 0 !important;
  color: #FFFFFF;
  padding: 0 !important;
}
.make_n_app_form .submit_btn_icon.news_lettr_btn_icon p svg{
  background-color: #FFFFFF;
  color: #000000;
}
.make_n_app_form .submit_btn_icon.news_lettr_btn_icon p:hover{
  background-color: #008D9E;
}
.open-user-map .box-wrap.oum-regions-layout-2 {
  flex-wrap: wrap;
  align-items: flex-start;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap {
  width: 20% !important;
  padding-right: 50px;
  padding-top: 50px;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .map-wrap {
  width: 80% !important;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs {
  background-color: #0C6570;
  border-radius: 10px;
  border: 0 !important;
  padding: 30px 40px;
  color: #FFFFFF;
  display: inline-flex;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item {
  border-right: 0 !important;
  font-size: 24px;
  line-height: 30px !important;
  font-weight: 500;
  font-family: 'Inter';
  position: relative;
  padding-left: 25px !important;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item::after {
  content: "\f3c5";
  font-family: 'FontAwesome';
  position: absolute;
    left: 0;
    font-size: 20px;
    top: 10px;
}
.open-user-map .box-wrap.oum-regions-layout-2 > .tab-wrap .oum-tabs .nav-item:hover,body .open-user-map .oum-tabs .nav-item.active{
  color: #000000 !important;
}

.elementor-button:hover > span > span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.elementor-button > span > span {
  overflow: hidden;
  /* mix-blend-mode: difference; */
}
.elementor-button{
  position: relative;
}
.elementor-button span {
  position: relative;
}
.elementor-button > span {
  overflow: hidden;
}



@keyframes MoveUpInitial{
  100% {
    transform: translate3d(0,-105%,0);
}
}

@keyframes MoveUpEnd{
  0% {
    transform: translate3d(0, 100%, 0);
}
100% {
    transform: translate3d(0, 0, 0);
}
}