

a {
	color: #000;
	text-decoration: none;
}
a:hover{color:#0188A5;}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Ubuntu", sans-serif;
	overflow-x: hidden;
}

@font-face {
	font-family: 'Arial Narrow';
	src: url('fonts/ArialNarrow.woff2') format('woff2'),
		url('fonts/ArialNarrow.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.container-fluid {
	padding: 0px 20px !important;
}

.logo {
	width: 162px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 163px;
	margin: 11px 0px 16px 0px;
}

.main-nav.scroll .rightlink {
    margin-top: 16px;
    
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
	position: relative;
    border-top: 10px solid #0188A5;
}

.main-nav.scroll {
	background-color: #eafbff;
	height: auto;
	padding: 0px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.stellarnav>ul>li>a {
	padding: 6px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #0188A5;
	text-decoration: none;
}

.stellarnav>ul>li>a.active::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #0188A5;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.stellarnav>ul>li>a:hover::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #0188A5;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

.stellarnav>ul>li>a:hover {
	color: #0188A5;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #0188A5 !important;
	text-decoration: none;
	font-weight: 700;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #1BA291;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #1BA291;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex; 
    flex-direction: column;
  

}

.rightlink h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.rightlink h5 {
	margin: 0px 0px;
	padding: 8px 0px;
	font-size: 12px;
	color: #000000;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 4px;
}

.rightlink h5 a {
	color: #000000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 500;
}

.rightlink h5 a:hover {
	color: #0188A5;
	text-decoration: none;
}

.phonicon {
	width: 19px;
}

.phonicon img {
	width: 100%;
}

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 99;
 
  
}

.banner-section img{  height: 31.4vw;}


.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: block;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 23px;
	text-align: center;
	width: 100%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: #7FE9FF !important;
	border: #7FE9FF !important;
	width: 20px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background: #ffffff;
	border: #ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background: #eeebeb47;
	z-index: 9;
}

.bannercarousel-text {
	position: absolute;
	bottom: 172px;
	width: 100%;
	left: 46px;
	text-align: left;
}

.bannercarousel-text h2 {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 44px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
	text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/.2));
}

.bannercarousel-text h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Outfit", sans-serif;
	font-size: 29px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/.2));
}


.toolseasy-section {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	background: #ffffff;
	position: relative
} 

.toolseasy-section h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 33px;
	font-size:1.7vw;
	font-weight:500;
	color: #0188A5;
	line-height: 46px;
	font-style: italic;
	font-family:"Arial Narrow", sans-serif;
	text-align: center;
}

.succesretreat-section {
	margin: 0px 0px;
	padding: 60px 0px;
	width: 100%;
	background: #0188A5;
	position: relative;
}

.succesretreat-section h2 { 
    margin: 0px 0px;
    padding: 0px 3%;
    text-align: center;
    font-size: 40px;
    /* font-size: 3.4vw; */
    font-weight: 600;
    color: #ffffff;
    line-height: 46px;
    line-height: 3.4vw;
    font-family: "Ubuntu", sans-serif;
}

.trigpartner-section {
	margin: 0px 0px 15px 0px;
	padding: 35px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}

.trigpartner-section.last {
	margin: 0px 0px 0px 0px;
}

.trigpartner-section h2 {
	margin: 0px 0px 27px 0px;
	padding: 0px 0px;
	font-size: 35px;
	font-weight: 700;
	color: #0188A5;
	line-height: 46px;
	text-align: center;
	    text-transform: capitalize;
}

.trigpartner-section ul {
	margin: 12px 0px;
	padding: 0px 70px;
	width: 100%;
	position: relative;

}

.trigpartner-section li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	list-style: none;
}

.trigpartner-section li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 6px;
	background-size: 100% 100%;
}

.frameworksuccess-section {
	margin: 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	background: #0188A5;
	position: relative;
}

.frameworksuccestop {
	margin: 0px 0px 58px 0px;
	padding: 0px 0px;
	width: 100%;
	background: #00B8DF;
	position: relative;
}

.frameworksuccestop h3 {
	margin: 0px 0px;
	padding: 25px 0px;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	    text-transform: capitalize;
}

.procesbest-card {
	margin: 45px auto;
	padding: 20px 20px;
	background: #fff;
	position: relative;
	width: 80%;
	min-height: 500px;
	border-radius: 20px;
}

.procesbest-secti {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	background: #fff;
	position: relative;
	width: 100%;
	display: flex;
	justify-self: start;
	gap: 10px;
}

.procesbestleft {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	position: relative;
	width: 97px;
}

.procesbestleft h3 {
	margin: 0px 0px;
	padding: 20px 0px;
	font-size: 112px;
	font-weight: 500;
	color: #0188A5;
	line-height: 46px;
	text-align: center;
	position: relative;
}

.procesbestright {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	position: relative;
	width: 88%;
}

.procesbestright h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	font-size: 28px;
	font-weight: 700;
	color: #0188A5;
	line-height: 30px;
	text-align: left;
}

.procesbestright p {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	text-align: left;
}

.couplecommunication-section {
	margin: 0px 0px 15px 0px;
	padding: 45px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}

.couplecommunication-section h3 {
	margin: 0px 0px 27px 0px;
	padding: 0px 0px;
	font-size: 40px;
	font-weight: 700;
	color: #0188A5;
	line-height: 46px;
	text-align: center;
}

.successretreat-secti {
	margin: 45px auto;
	padding: 33px 33px;
	background: #fff;
	position: relative;
	width: 84%;
	min-height: 500px;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #00000033;
}

.successretreatimg {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	position: relative;
	width: 100%;
	height: 727px;
	overflow: hidden;
	border-radius: 20px;
}

.successretreatimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.successretreatimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.successretreatext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}

.successretreatext p {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	font-size: 21px;
	font-weight: 500;
	color: #0188A5;
	line-height: 30px;
	text-align: left;
}

.successretreatext ul {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	min-height: 219px;
}

.successretreatext li {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 39px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	list-style: none;
}

.successretreatext li::before {
	background-image: url(../images/pointarrow02.png);
	background-repeat: no-repeat;
	content: "";
	width: 29px;
	height: 25px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 3px;
	background-size: 100% 100%
}

.participancesaying-section {
	margin: 0px 0px;
	padding: 35px 0px 45px 0px;
	position: relative;
	background: #ffffff;
	min-height: 100%;
}

.participancesaying-section .owl-carousel .owl-nav {
	display: none;
}

.participancesaying-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.participancesaying-section .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	background: #BABABA;
	width: 10px;
	height: 10px;
	border-radius: 50px;
}

.participancesaying-section .owl-carousel button.owl-dot.active {
	background: #00A2C5 !important;
	border: #00A2C5 !important;
	width: 30px;
}

.sayinhead {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sayinhead h3 {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 35px;
	color: #0188A5;
	font-weight: 700;
	    text-transform: capitalize;
}

.viewmore_btn {
	margin: 0px 0px;
	padding: 9px 19px;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid;
	color: #0188A5;
	border-radius: 23px;
	position: relative;
	text-decoration: none;
}

.viewmore_btn:hover {
	background: #0188A5;
	color: #ffffff;
}

.sayingcard {
	margin: 7px 0px 40px 0px;
	padding: 30px 20px;
	position: relative;
	background: #effcff;
	width: 100%;
	border: #7EA5AD70 1px solid;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 13px;
	border-radius: 15px;
}
.page-template-template-home .sayingcard{min-height: 510px;}
.saying-arrow {
	margin: 0px auto;
	padding: 0px 0px;
	width: 70px;
}

.saying-arrow img {
	width: 100%;
}

.sayingcard p {
	margin: 18px 0px;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 24px;
	text-align: center;
	min-height: 271px;
}

.sayingcard h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 19px;
	font-weight: 700;
	color: #0188A5;
	line-height: 24px;
	text-align: center;
}

.sayingcard h5 span {
	font-weight: 400;
	color: #2C2C2C;
	display: block;
	font-size: 14px;
}

.programvideo-section {
	margin: 0px 0px;
	padding: 45px 0px;
	position: relative;
	background-image: url(../images/programvideobg.png);
	height: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

.programvideo_text {
	margin: 0px 0px;
	padding: 0px 0px 0px 151px;
	position: relative;
	width: 75%;
}

.programvideo_text h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	font-size: 35px;
	font-weight: 700;
	color: #0188A5;
	line-height: 34px;
	text-align: left;
}

.programvideo_text h3 span {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	display: block;
}

.programvideo_text p {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 28px;
	text-align: left;
}

.tcb-video {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 475px;
	height: 272px;
	border: 5px solid rgb(111, 145, 50);
}

.tcb-video iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

.articlescard-section {
	margin: 0px 0px;
	padding: 45px 0px 75px 0px;
	position: relative;
	background: #ffffff;
	min-height: 100%;
}

.articlescard {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #EFFCFF;
	position: relative;
	width: 100%;
	border-radius: 15px;
	border: #7EA5AD 1px solid;
	min-height:465px;
}

.articlescardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #fff;
	position: relative;
	width: 100%;
	height: 255px;
	overflow: hidden;
	border-radius: 15px 15px 8px 8px;
}

.articlescardimg img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	transition: all 0.4s ease;
}

.articlescardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.articlescardtext {
	margin: 0px 0px;
	padding: 22px 11px;
	position: relative;
}

.articlescardtext h4 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 22px;
	font-weight: 700;
	color: #0188A5;
	line-height: 24px;
	text-align: center;
	min-height: 50px;
}

.articlescardtext p {
	margin: 10px 0px 18px 0px;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 21px;
	text-align: center;
	min-height: 113px;
}

.morebtn {
	margin: 0px auto -41px auto;
	padding: 13px 18px;
	position: relative;
	background: #0188A5;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	width: max-content;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 25px;
}

.morebtn:hover {
	background: #04aacf;
	color: #fff;
}


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #6f9132;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #7daa29;
	border: 1px solid #7daa29;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/* ========================footer-sectiom====================*/
.footer {
	padding: 50px 0px 0px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: #F4FDFF;
}

.footer-socialicon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 9px;
}

.footer-socialicon a {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 37px;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.footer-socialicon a img {
	width: 100%;
}

.footer-socialicon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}

.footer-menu {
	padding: 0% 18% 0% 0%;
	margin: 0px 0px;
	position: relative;
}

.footer-menu h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.footer-menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	column-count: 3;
}

.footer-menu ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0%;
	text-decoration: none;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.footer-menu ul li a:hover {
	color: #0188A5;
	padding-left: 4px;
	text-decoration: none;
}

.footer-logo {
	margin: 0px 0px 25px 0px;
	text-align: center;
	width: 228px;
}

.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-info {
	margin: 0% 0%;
	padding: 0px;
	word-wrap: break-word;
}

.footer-info h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.footer-info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 8px;
}

.footer-info p a {
	color: #2C2C2C;
	text-decoration: none;
}

.footer-info p a:hover {
	color: #0188A5;
	text-decoration: underline;
}

.footer-icon {
	width: 15px !important;
	height: auto;
}

.footer-text {
	width: 96% !important;
}


.footer-info p span img {
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.footer-bottom {
	padding: 15px 0px;
	margin: 47px 0px 0px 0px;
	position: relative;
	width: 100%;
	background: transparent;
	border-top: #CCCCCCAD 1px solid;
}

.call-ecti {
	/*display: flex;*/
	align-items: center;
	justify-content: start;
	gap: 19px;
}

.footer-bottom p {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px;
	color: #5B5B5B;
}

.footer-bottom p a {
	color: #0188A5;
	text-decoration: none;
}

.footer-bottom p a:hover {
	color: #0188A5;
	text-decoration: underline;
}

.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ======================================================== */
/* ================about====================================*/
/* ======================================================== */


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.inner-banner-text {
	position: absolute;
	top: 55%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}


.inner-banner-text h1 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 66px;
	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 3px 2px var(--tw-text-shadow-color, oklab(0% 0 0/.2)), 0px 4px 8px var(--tw-text-shadow-color, oklab(0% 0 0/.2));

}


.about-page-top {
	margin: 0px;
	padding: 80px 0px;
	box-shadow: 0px 9px 6px 0px #00000021;
}


.about-page-top-img {
	position: relative;
	width: 100%;
	height: 625px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

.about-page-top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-page-top-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-page-top-text {
	margin: 0px;
	padding: 0% 0% 0% 4%;
}


.about-page-top-text h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 42px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 0px 0px 45px 0px;
	padding: 0px;
}

.about-page-top-text h3 {
	font-family: Ubuntu;
	font-weight: 500;
	font-style: Medium;
	font-size: 31px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000000;
	margin: 0px 0px 45px 0px;
	padding: 0px;
}

.about-page-top-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 26px;
	line-height: 44px;
	letter-spacing: 0%;
	color: #2C2C2C;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.personal-letter-sec {
	margin: 0px 0px 15px 0px;
	padding: 45px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}

.personal-letter-sec-inner {
	margin: 40px auto;
	padding: 49px 101px;
	background: #fff;
	position: relative;
	width: 55%;
	min-height: 100%;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #00000033;
}
.page-template-template-about .personal-letter-sec-inner{	padding: 49px 101px;}
.personal-letter-sec-inner h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.personal-letter-sec-inner p {
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.personal-letter-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0px;
	width: 70%;
	gap: 30px;
}

.personal-letter-info h6 {


	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;

	line-height: 36px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.get-the-help-sec {
	padding: 80px 0px;
	margin: 0px;
}


.get-the-help-sec h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	    text-transform: capitalize;
}


.get-the-help-sec-inner {
	margin: 45px auto;
	padding: 40px 40px;
	background: #fff;
	position: relative;
	width: 80%;
	min-height: auto;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #00000033;
}


.get-the-help-sec-inner ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: 219px;
}

.get-the-help-sec-inner ul li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	list-style: none;
}


.get-the-help-sec-inner ul li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 6px;
	background-size: 100% 100%;
}


.why-sec-bg {
	padding: 100px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/why-sec-bg.png) no-repeat;
	background-size: contain;
}
.page-template-template-about .why-sec-bg{	background-size: contain;}


.why-sec-bg-inner h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;

	line-height: 62px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.why-box {

	padding: 40px 40px;
	background: #fff;
	position: relative;
	width: 98%;
	min-height: 700px;
	border-radius: 20px;
	box-shadow: 0px 10px 14px 0px #0003;
	height: 700px;
	margin-bottom: 100px;
}


.why-box h4 {


	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 30px 0px;


}


.why-box h5 {
	font-family: Ubuntu;
	font-weight: 600;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.why-box p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.why-box .morebtn {
	display: inline-flex;
	text-align: center;
	justify-content: center;
	margin: 5px 0px;
}


.short-teaching-sec {
	margin: 0px 0px 20px 0px;
	padding: 80px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}


.short-teaching-sec-inner {

	width: 90%;
	margin: 0px auto;
}


.short-teaching-sec-inner h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.short-teaching-sec-text {
	padding: 0% 4% 0% 0%;
	margin: 0px;
}


.short-teaching-sec-text h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	color: #000;
	margin: 0px 0px 30px 0px;
}


.short-teaching-sec-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	color: #2C2C2C;
	margin: 0px 0px 30px 0px;
}


.short-teaching-sec-text .morebtn {
	float: right;
	margin-bottom: 40px;
}


.short-teaching-sec-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}


.short-teaching-sec-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.short-teaching-sec-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.short-teaching-sec-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


/* ======================================================== */
/* ================about====================================*/
/* ======================================================== */


/* ======================================================== */
/* ================testimonials=============================*/
/* ======================================================== */


.testimonials-section {
	padding: 60px 0px;
	margin: 0px;
}

.testimonials-box {
	padding: 20px 30px;
	margin: 0px 0px 50px 0px;
	background: #EFFCFF;
	border: 1px solid #7EA5AD;
	border-radius: 20px;
	width: 80%;
	min-height: 200px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 50px;
}

.testimonials-box:nth-child(2n) {
	margin: 0% 0% 50px 20%;
}


.testimonials-box-icon {
	width: 40%;
}


.testimonials-box-icon-comma {
	margin: 0px 0px 20px 0px;
}

.testimonials-box-icon h6 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 22px;

	line-height: 18px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 10px 0px;
	padding: 0px;
}


.testimonials-box-icon p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;

	line-height: 16px;
	letter-spacing: 0%;
	color: #2C2C2C;
	margin: 10px 0px;
	padding: 0px;
}


.testimonials-box-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 36px;
	letter-spacing: 0%;
	color: #2C2C2C;
	margin: 10px 0px;
	padding: 0px;

}


/* ======================================================== */
/* ================testimonials=============================*/
/* ======================================================== */


/* ======================================================== */
/* ================Articles=============================*/
/* ======================================================== */


.articles-page-sec {
	padding: 80px 0px;
	margin: 0px;
}


.articles-page-sec .articlescard {
	margin: 0px 0px 80px 0px;
	padding: 0px;
}


.articles-page-sec-left-img {
	width: 100%;
	height: 650px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}


.articles-page-sec-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.articles-page-sec-left-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.articles-page-sec-left-text h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 56px;
	leading-trim: NONE;
	line-height: 65px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.articles-page-sec-left-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;

	line-height: 34px;
	letter-spacing: 0%;
	color: #2C2C2C;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.articles-detalis-butn-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0px 0px;
}


.whtbtn {
	margin: 0px;
	padding: 10px 12px;
	position: relative;
	background: transparent;
	border: 1px solid #0188A5;
	font-size: 17px;
	font-weight: 700;
	color: #0188A5;
	width: 132px;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 25px;
}


.whtbtn:hover {
	background: #0188A5;
	color: #fff;
}


.articles-page-sec-right {
	padding: 0% 0% 0% 10%;
}


.articles-page-sec-right h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.articles-page-sec-right-box {
	padding: 20px 0px;
	margin: 0px;
	border-bottom: 1px dashed #BABABA;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 30px;
}

.articles-page-sec-right-box-img {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.articles-page-sec-right-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.articles-page-sec-right-box-text {
	padding: 0px;
	margin: 0px;
}


.articles-page-sec-right-box-text h4 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.articles-page-sec-right-box-text p {
	font-family: Arial;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;

	line-height: 14px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/* ======================================================== */
/* ================Articles=============================*/
/* ======================================================== */


/* ====================================================*/
/* ================contact=============================*/
/* ====================================================*/


.contact-top-sec {
	padding: 80px 0px;
	margin: 0px;
	overflow: hidden;
}

.contact-box {
	background: #EFFCFF;
	border: 1px solid #7EA5AD;
	box-shadow: 0px 8px 30px 0px #00000026;
	border-radius: 20px;
	padding: 40px 0px;
	text-align: center;
	height: 280px;
}

.contact-info-sec {
	overflow: hidden;
}

.contact-box-icon {
	margin: 0px 0px 30px 0px;
}


.contact-box-text h6 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;

	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.contact-box-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;

	line-height: 31px;
	letter-spacing: 0%;
	text-align: center;
	color: #2C2C2C;
	margin: 0px 0px 20px 0px;
	padding: 0% 16%;
}


.contact-box-text p a {
	color: #2C2C2C;
	text-decoration: none;
}


.contact-box-text p a:hover {
	color: #0188A5;
}


.contact-info-sec-map iframe {
	height: 800px;
}


.contact-info-sec-frm {
	padding: 80px 60px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/frm-bg.png) no-repeat;
	background-size: 100% 100%;
}


.contact-info-sec-frm h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;

	line-height: 50px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.frm-inner {
	padding: 40px 0px 0px;
}

.frm-inner .form-row {
	margin: 0px 0px 30px 0px;
}


.frm-inner .form-row .form-control {
	border-bottom: 1px solid #2C2C2C;
	border-radius: 0px;
	padding: 12px 10px;
	box-shadow: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background: transparent;
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #2C2C2C;
}


.form-row .morebtn {
	border: none;
	display: inline-flex;
	justify-content: center;
	margin-top: 60px;
}


/* ====================================================*/
/* ================contact=============================*/
/* ====================================================*/


/* ====================================================*/
/* ================Couples Retreat=====================*/
/* ====================================================*/

.private-retreat-sec {
    margin-bottom: 80px !important;
	padding: 80px 0px;
	box-shadow: 0px 9px 6px 0px #00000021;
}

.private-retreat-sec2 {
    margin-bottom: 80px !important;
    padding: 0px 0px 95px 0;
    box-shadow: 0px 9px 6px 0px #00000021;
}

.conntru_con {
    text-align: center;
}
.conntru_con p{
   font-family: Arial;
    font-weight: 400;
    font-size: 22px !important;
    line-height: 32px !important;
    letter-spacing: 0%;
    color: #3A3A3A;
    padding: 0 0 20px 0;
    margin: 0px;
}

.private-retreat-sec2 h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 62px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0% 8%;
	margin: 0px 0px 20px 0px;
}

.private-retreat-sec h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 62px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0% 8%;
	margin: 0px 0px 50px 0px;
}

.private-retreat-sec-left h3 {
	font-family: Ubuntu;
	font-weight: 500;
	font-style: Medium;
	font-size: 32px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.private-retreat-sec-left ul {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: auto;
}

.private-retreat-sec-left ul li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	list-style: none;
}

.private-retreat-sec-left ul li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 6px;
	background-size: 100% 100%;
}


.private-retreat-sec-left p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.private-retreat-sec-left p span {
	margin-right: 10px;
}


.tcb-video-inner {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	/* border: 5px solid rgb(111,145,50); */
}

.tcb-video-inner iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}


.blue-tag-row {
	background: #0188A5;
	padding: 40px 0px;
	margin: 60px 0 0 0;
	text-align: center;
}

.retreat-testimonial-inner p {
    font-style: italic;
}

.blue-tag-row h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;

	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
	    text-transform: capitalize;
}


.private-retreat-sec-info {
	margin: 0px 0px 15px 0px;
	padding: 80px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}


.private-retreat-sec-info-inner {

	padding: 0% 18%;
}


.private-retreat-sec-info-box {
	margin: 0px 0px 20px 0px;
}


.private-retreat-sec-info-box-img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 16px;
}


.private-retreat-sec-info-box-img img {
	width: 100%;
	height: 100%;
}


.private-retreat-sec-info-box-text {
	padding: 2% 0% 2% 5%;
	margin: 0px;
}


.private-retreat-sec-info-box-text h3 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


.private-retreat-sec-info-box-text h6 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #454545;
	padding: 10px 0px;
	margin: 0px;
}

.private-retreat-sec-info-box-text ul {
	margin: 20px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: auto;
}

.private-retreat-sec-info-box-text ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	list-style: none;
}


.private-retreat-sec-info-box-text ul li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 6px;
	background-size: 100% 100%;
}


.private-retreat-sec-info-box-text p {
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #3A3A3A;
	padding: 0px;
	margin: 0px;
}


.retreat-schedule-sec {
	margin: 0px;
	padding: 80px 0px;
}


.retreat-schedule-sec-inner {
	margin: 40px auto;
	padding: 50px 50px;
	background: #fff;
	position: relative;
	width: 55%;
	min-height: 100%;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #00000033;
}


.retreat-schedule-sec-inner h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	leading-trim: NONE;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.retreat-schedule-sec-inner h3 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	color: #313131;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.retreat-schedule-sec-inner h4 {
	font-family: Arial;
	font-weight: 500;
	font-style: Medium;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	text-align: center;
	color: #313131;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.retreat-schedule-sec-inner h5 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.retreat-schedule-sec-inner p {
	font-family: Arial;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.retreat-schedule-sec-inner p span {
	font-weight: 500;
}


.retreat-schedule-sec-inner .row {
	margin: 0px 0px 40px 0px;
}

.retreat-schedule-sec-inner.schedule-se-grup{width: 100%; margin: inherit;}

.about-dec-sec {
	background: #0188A5;
	padding: 0px;
	margin: 0px;
}


.about-dec-sec-text {
	padding: 80px 50px;
	margin: 0px;
}

.about-dec-sec-text p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}

.about-dec-sec-text h6 {
	font-family: Ubuntu;
	font-weight: 500;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}


.private-in-person-sec {
	padding: 80px 0px;
	margin: 0px;
}

.private-in-person-sec h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.private-in-person-sec-box {
	margin: 45px auto;
	padding: 40px 40px;
	background: #fff;
	position: relative;
	width: 80%;
	min-height: auto;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #00000033;
}


.private-in-person-sec-box ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	min-height: 219px;
}


.private-in-person-sec-box ul li {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	list-style: none;
}

.private-in-person-sec-box ul li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 6px;
	background-size: 100% 100%;
}


.private-in-person-sec p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0%;
	color: #000000;
	padding: 20px 0px;
	margin: 0px auto;
	width: 80%;
}


.private-in-person-sec p span {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;

	line-height: 40px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.just-price-sec {
	margin: 0px 0px 15px 0px;
	padding: 80px 0px;
	width: 100%;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 9px 6px 0px #00000021;
}


.just-price-sec-banner {
	padding: 80px 80px;
	margin: 0px auto;
	position: relative;
	height: 100%;
	background: url(../images/price-bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
	overflow: hidden;
	width: 80%;
	min-height: 800px;
	height: 100%;
	color: #fff;
	text-align: center;
}

.just-price-sec-banner h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;

	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;

	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.just-price-sec-banner h2 a{color:#fff;}
.just-price-sec-banner h2 a:hover{color:#fff;}
.just-price-sec-banner .row {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.just-price-sec-banner h5 {

	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;

	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;

	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
}


.just-price-sec-banner p {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 26px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
}


.just-price-sec-banner h6 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Italic;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	margin: 10px 0px;
	padding: 0px;
}

.question-sec {
	margin: 30px 0px;
	padding: 0% 12%;
	text-align: center;
}

.question-sec h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;

	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.question-sec h6 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.question-sec h6 a {
	color: #0188A5;
	text-decoration: none;
}


.question-sec h6 a:hover {
	color: #000;
}


.question-sec h3 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 34px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin: 50px 0px 20px 0px;
	padding: 0px;
}

.question-sec p {
	font-family: Ubuntu;
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.asked-question {
	padding: 60px 0px;
}

.asked-question h2 {
	font-family: Ubuntu;
	font-weight: 700;
	font-style: Bold;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: 0%;
	text-align: center;
	color: #0188A5;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.asked-question-inner {
	padding: 0% 10%;
	margin: 0px;
	width: 100%;

}

.working-process .accordion-item h2 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	color: #0188A5;
	margin: 0px;
	padding: 0px;
	background: #EFFCFF;
}


.working-process .accordion-item {
	border: 1px solid #7EA5AD;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 8px 30px 0px #00000026;

}


.working-process .accordion-item h2 {
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 18px;
	letter-spacing: 0%;
	color: #0188A5;


}


.working-process .accordion-item .accordion-button {
	background-color: var(--body-color);
	padding: 20px 40px;
	border-bottom: 1px solid var(--secondary-color);
	color: #0188a5;
	font-family: Arial;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
	background-color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
	color: var(--secondary-color);
	transition: all 0.2s ease-in-out;
	background-color: var(--primary-color) !important;
	box-shadow: none;
}

.working-process .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.working-process .accordion-item .accordion-collapse .accordion-body {
	padding: 20px 40px;
}

.working-process .accordion-item .accordian-numbers {
	font-size: 44px;
	padding-right: 20px;
}

.accordion-button::after {
	background-image: none;
	font-family: "Font Awesome 6 Free";
	content: "\f068";
	height: 30px;
	width: 30px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #0188A5;
	background-color: #0188A5;
	color: #fff;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f067";
}

.working-process .accordion-item .collapsing {
	transition: all 0.3s ease-in-out;
}

.page-template-template-about .programvideo-section h2 {
    font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.page-id-216 .inner-banner-section,.page-id-220 .inner-banner-section,.page-id-310 .inner-banner-section,.page-id-295 .inner-banner-section{display:none;}
	.why-sec-bg.ifnothing-sec{        background: url(../images/If-nothing-bg.webp) no-repeat;
        background-size: contain; padding-bottom:0px;}
    .ifnothinghed-sec h2 {
    font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    padding: 0px;
    margin: 0px 0px 40px 0px;
            font-size: 40px;
        line-height: 40px;
        margin: 0px 0px 30px 0px;
   }        
.short-teaching-sec-text .back-button{    float: left;
    margin: inherit;
    cursor: pointer;}
h2.pri-grup-title{    font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    padding: 0px;
 }    
 .retreat-schedule-sec.pri-grup{padding:40px 0px 100px 0px;}
/* ====================================================*/
/* ================Couples Retreat=====================*/
/* ====================================================*/


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
}

blockquote, q {
    quotes: "" "";
    padding: 5px 0 5px 20px;
    margin: 5px 0;
    border-left: 2px solid #ccc;
}

.donaimg img{
    width:100%;
}


.jason_dona {
    padding: 40px 40px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 10px 14px 0px #0003;
    margin-bottom: 50px;
}


.retreat-testimonial-inner {
    margin: 45px auto;
    padding: 20px 20px 40px 20px;
    background: #fff;
    position: relative;
    width: 80%;
    border-radius: 20px;
}

.retreat-testimonial-inner img{
     float: left;
    margin: 0 10px 0px 0;  
}

.couples-retreat-testimonial {
    box-shadow: 0px 9px 6px 0px #00000021;
    display: block;
    margin: 0px 0px;
    padding: 15px 0px 15px 0px;
    width: 100%;
    background: #0188A5;
    position: relative;
}

.page-id-122 .successretreat-secti {
    min-height: auto;
}

.whatrwceived_sec img{
    width:100%;
}

.whatrwceived_sec ul{
 margin: 30px 0px;   
}

.whatrwceived_sec ul {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    min-height: 219px;
}

.whatrwceived_sec li {
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 39px;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    list-style: none;
}

.whatrwceived_sec li::before {
    background-image: url(../images/pointarrow02.png);
    background-repeat: no-repeat;
    content: "";
    width: 29px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background-size: 100% 100%;
}

.receive_right_site_btn {
    margin-top: 40px;
    margin-bottom: 50px;
}

.private_Couples_section {
    background: #0188A5;
    padding: 40px 0px;
    margin: 60px 0 0 0;
    text-align: center;
    box-shadow: 0px 10px 30px 0px #00000033;
}

.private_Couples_section h3 {
   font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}

.register_content_right ul li{
        margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    list-style: none;
}

.register_content_right ul li::before {
    background-image: url(../images/point-right.png);
    background-repeat: no-repeat;
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    background-size: 100% 100%;
}

.refund_policy_section{
    margin: 0px 0px 15px 0px;
    padding: 80px 0px;
    width: 100%;
    background: #ffffff;
    position: relative;
    box-shadow: 0px 9px 6px 0px #00000021;  
}

.refund_policy_section h3 {
    font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.refund_policy_section h4 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #0188A5;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}  

.cms-page {
padding: 50px 0px;
}

.cms-body-sec {
    margin: 40px 120px;
    padding: 49px 101px;
    background: #fff;
    position: relative;
    min-height: 100%;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px #00000033;
}
.cms-body-sec h4 {
    font-family: Ubuntu;
    font-weight: 700;
    font-style: Bold;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0%;
    color: #0188A5;
    padding: 0px;
    margin: 0px 0px 17px 0px;
}

.cms-page p {
    font-family: Ubuntu;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #2C2C2C;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.backbtn {
    text-align: center;
    margin-bottom: 20px;
}

.backbtn a{
  margin: 0px auto -41px auto;
    padding: 13px 18px;
    position: relative;
    background: #0188A5;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    width: max-content;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 25px;
}

.private_Couples_section h4{
    font-family: arial; 
}

.refund_policy_section h3 a {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 10px 27px;
    background: #0188A5;
    color: #fff;
    width: max-content;
    text-align: center;
    border-radius: 33px;
    margin-left: auto;
    margin-right: auto;
} 

.refund_policy_section h3 a:hover {
    background: #04aacf; 
} 
 
.personal-letter-sec-inner.refund-policy a {
    margin: 0px auto -41px auto;
    padding: 13px 18px;
    position: relative;
    background: #0188A5;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    width: max-content;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 25px;
} 

#refund_policy_section {
    scroll-margin-top: 120px; /* Scrolls to 100px above the section */ 
}  