/*
Theme Name: Future together
Theme URI: https://futuretogether.drtonynader.com/
Author: Dr Tony Nader
Author URI: https://apexbloggers.com/designs/drtonynader.com/
Description: Wordpress theme designed for Ipek & Parnters with Blog Integration.
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drtonynader
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    padding: 0 !important;
    margin:0 !important;
}

:root {
    --bg-color: #1E3589;
    --text-light: #A69987;
    --text-white: #FCFBF9;
    --font-1: 'Louize';
    --font-1-italic: 'Louize italic';
    --font-2: 'Neue Haas Unica Pro';
}
@font-face {
    font-family: "Louize";
    src: url("fonts/Louize.woff");
    src: url("fonts/Louize.woff2");
}
@font-face {
    font-family: "Louize italic";
    src: url("fonts/Louize-Italic.woff");
    src: url("fonts/Louize-Italic.woff2");
}
@font-face {
    font-family: "Neue Haas Unica Pro";
    src: url("fonts/NeueHaasUnica-Regular.woff");
    src: url("fonts/NeueHaasUnica-Regular.woff2");
}

body {
    font-family: var(--font-2);
    color: var(--text-dark);
    background: var(--text-white);
}
header .container-fluid,footer .container-fluid{
    padding: 0 40px;
}

ul {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: .2s linear;
}

img {
    max-width: 100%;
}

section {
    padding: 130px 0;
}
#banner-slider .banner-content h2,
h1 {
    font-size: 64px;
    line-height: 82px;
    font-weight: 400;
    font-family: var(--font-1);
    text-transform: uppercase;
}

h2,.new-banner-2 h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
}

h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
}
h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
}
h6{
    font-size: 22px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.italic-font{
    font-family: var(--font-1-italic);
}
.font-blue{
    color: var(--bg-color);
}


header {position: absolute;top: 0;left: 0;width: 100%; z-index: inherit;}
.topbar { width:100%; position:relative;z-index: 999;padding: 20px 0;}
.topbar .logo img{max-width: 166px;}
.topbar ul.top_right_contents{padding:0 ;margin:8px 0 0 0;list-style:none;color: #000; text-align: center;}
.topbar .logo a span{font-size: 14px;}
.topbar ul.top_right_contents li{vertical-align:middle; position:relative; display: inline-block; line-height: 1;text-align: end;}
.topbar ul.top_right_contents li a.menu_open i {font-size: 30px;color: var(--text-white);}
/* .topbar.sticky{margin:0;position:fixed;top:0;left:0;width:100%;z-index:999;animation-name:menu_sticky;animation-duration:.6s;animation-timing-function:ease-out; -webkit-box-shadow:rgba(255,255,255,0.2) 0 0 10px; box-shadow:rgb(155, 153, 153) 0 0 10px; backdrop-filter: blur(5px);background: var(--text-white);}.topbar.sticky .logo img {
  margin: 10px 0;
  max-width: 200px;
} */
.topbar ul.top_right_contents{padding:0;margin:0;list-style:none; text-align: right;}
.topbar ul.top_right_contents li{vertical-align:middle; position:relative; display: inline-block;
  margin-right: 20px;  line-height: 1;}
.topbar ul.top_right_contents li:last-child {margin-right: 0;}
.topbar ul.top_right_contents li a {color:var(--bg-color); line-height: 1;}
.topbar ul.top_right_contents li a i {font-size: 26px;}
.topbar ul.top_right_contents li a i.user { font-size: 34px;}
.topbar ul.top_right_contents li a.menu_open i {font-size: 31.999px;color: #1E3589;}
.menu_overlay {position: fixed; top:0; right:0; bottom:0; left:0; z-index:9999; background: #5A5A5A;opacity: 0.7;}
.menu_toggler {margin:15px 0 0;}
.menu_toggler .icons {font-size:26px; color:#212121}
.menu_head {background:#000;text-align: center; position: relative;color:#FCFBF9;}
.menu_head a {color:#FCFBF9; padding:15px 10px; display: inline-block; font-weight: 500; font-size: 16px;}
.menu_close {text-align: end;padding: 0;padding:5px 20px 0 0;}
.menu_close i {font-size:48px; color: var(--bg-color);}
.menu_close img {max-width: 24px;}
.mobile_menu_wrap {position: fixed; top:0px; bottom: 0; right:-100%; z-index:99999; background:var(--text-white); padding:0 0 75px; transition: all linear 0.2s; max-width: 80%; width: 48%; height: 100vh;overflow-y: auto;padding: 40px 0;}
.mobile_menu_wrap .form-control{width: 80%;}
.mobile_menu_wrap.menu_show {right:0;}
.mobile_menu_wrap ul {padding:0; margin:10px 0 0 0; list-style:none; font-size: 16px;font-weight: 400;}
.mobile_menu_wrap ul.main_menu {margin-bottom:10px;}
.mobile_menu_wrap ul.main_menu li{color: #FCFBF9;border-bottom: 1px dotted var(--bg-color);padding: 10px 0;}
.main_menu li.active a{color:var(--text-color);font-weight: bold;}
.mobile_menu_wrap ul.main_menu li a {font-size:28px; text-decoration: none;font-weight: 500;}
.main_menu li a:hover,.topbar .top-links a:hover{color:#A5AACC;font-weight: 400 !important;}
.mobile_menu_wrap ul li a {position: relative; display: block; padding:10px 30px;width: 100%; color: var(--bg-color) ;}
.mobile_menu_wrap ul li.hassub {position: relative;width: 100%;display: inline-block;padding-bottom: 0;}
.mobile_menu_wrap ul li.hassub .sub_menu_open {position: absolute;right: 0;top: 15px;font-size: 24px;width:fit-content;text-align: end;}
.mobile_menu_wrap ul li.hassub ul {position: relative;width:100%; margin:0;padding:0px 0; overflow: hidden;height:fit-content;background: #F2F0EA;display: none;}
.mobile_menu_wrap ul li.hassub ul.show_submenu {height:fit-content;display: none;}
.mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu {position: absolute; top:0; width: 100%; background: #000;left: 0;padding-left: 10px;display: none;}
.mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu a {font-size:15px; color: #FCFBF9; padding:10px 0;display: none;}
.mobile_menu_wrap ul li.hassub ul li.back_to_mainmenu a i.fa { margin-right: 5px;}

.inner-header .topbar ul.top_right_contents li a.menu_open i {color: var(--text-white);}
.inner-header .topbar .logo img,.inner-header-2 .topbar .logo img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(252deg) brightness(107%) contrast(108%);}


/* .mobile_menu_wrap ul li.hassub .sub_menu_open{
    display: inline-flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    top: 0;
} */

.mobile_menu_wrap ul.show_submenu li:nth-last-child(2){
    border-bottom: none;
}
.mobile_menu_wrap::-webkit-scrollbar{
    display: none;
}
.mobile_menu_wrap ul li.hassub .sub_menu_open i{transition: .2s linear;}
.mobile_menu_wrap ul li.hassub .sub_menu_open.mover i{transform: rotate(180deg);}

header ul.language{
    padding: 0 25px;
    margin-top: 30px;
}
header ul.language li{
    border-bottom: 1px dotted var(--bg-color);
    position: relative;
}
header ul.language li::after{
    content: "\f054";
    font-family: 'fontawesome';
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
header ul.language li a{
    padding: 10px;
}
header ul.language li span{
    display: block;
    font-size: 18px;
}
header ul.language li span:nth-child(2){
    font-family: var(--font-1-italic);
    color: #A5AACC;
}
.btn{
    box-shadow: 0px 0px 28px 0px #FFFFFF;
    border-radius: 54px;
    padding: 18px 56px;
    font-size: 18px;
}
.btn-primary{
    background: transparent;
    border: none;
}
.btn-primary:active,
.btn-primary:hover{
    background: transparent  !important;
    color: var(--text-white);
}
.btn-secendory{
    background: #A69987;
    color: var(--text-white);
}
.btn-secendory:active,
.btn-secendory:hover{
    background: #A69987 !important;
    color: var(--text-white);
}
.btn-light{
    background: #fff;
    color: #1E3589;
    box-shadow: none !important;
}
.btn-light:active,
.btn-light:hover{
    background: #fff !important;
    color: #1E3589;
}
.hero-banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1790px;
}
.hero-banner .banner-content{
    max-width: 600px;
    text-align: center;
    margin: auto;
    color: var(--text-white);
    margin-top: 160px;
}
h1 span{
    font-family: var(--font-1-italic);
    text-transform: none;
}
.hero-banner .doted-line{
    display: block;
    width: 1px;
    height: 400px;
    border-left:1px dotted #FCFBF9 ;
    margin:30px auto 50px auto;
}
.hero-banner .book-img-banner{
    margin: 40px 0;
}
.hero-banner .banner-btn{
    margin-top: 60px;
}
.inner-section{
    display: flex;
    align-items: center ;
    position: relative;
}
.inner-section h2{
    font-family: var(--font-1-italic);
    color: var(--bg-color);
    margin-bottom: 20px;
}
.bg-cream{
    background: #F6EDE5 !important;
}
.inner-section p{
    color: var(--bg-color);
}
.inner-section .inner-img{
    width: 100%;
}
.video-sec,
.about-sec,
.experts-sec,
.consilation-sec,
.info-sec{
    padding: 0;
}
.video-sec h2{
    text-align: center;
}
.inner-section .text {
    max-width: 560px;
    width: 90%;
    margin: auto;
    margin-left: 80px;
}
.video-sec .text {
    /* max-width: 735px; */
    margin: auto !important;
    max-height: 120px;
}
.video-sec .text p{
    margin-top: 100px;
}
.inner-section .btn-box{
    margin-top: 40px;
}
.experts-sec h2,
.experts-sec p{
    color: #1E3589;
}
.consilation-sec h2,
.consilation-sec p,
.inner-rhythm-sec h2,
.inner-rhythm-sec p{
    color: var(--text-white);
}
.articles-sec{
    position: relative;
}
.articles-sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 120px;
    border-left: 1px dotted var(--bg-color);
}

.articles-sec h4{
    text-align: center;
    font-family: var(--font-2);
    color: var(--bg-color);
}
.articles-sec .articles-box{
    max-width: 720px;
    margin: auto;
    margin-top: 20px;
    padding: 35px;
}
.articles-sec .articles-box .article{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px dotted #A5AACC;
}
.articles-box .article .text{
    color: var(--bg-color);
    max-width: 450px;
}
.articles-box .article .text h5{
   max-width: 445px;
   transition: .2s linear;
}
.articles-box .article .text h5 a{color: var(--bg-color);}
.articles-box .article .text p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 350;
}
.articles-box .article .text h6{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-1-italic);
    transition: .2s linear;
}
.articles-box .article .text .time{
    color: #A5AACC;
}
.articles-box .article .text .time span{
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.articles-box .article .text .time span::after{
    content: "•";
    margin:0 8px;
}
.articles-box .article .text .time span:nth-last-child(1)::after{
    display: none;
}
.articles-box .article .image{
    width: 200px;
    overflow: hidden;
    border-radius: 20px;
}
.articles-box .article .image img{
    transition: .2s linear;
    width: 100%;
	object-fit: cover;
    height: 133px;
}
.articles-box .article:hover .image img{
    transform: scale(1.09);
}
.articles-box .article:hover h5,
.articles-box .article:hover h6{
    color: #A5AACC;
}

.info-sec h2{
    font-family: var(--font-1);
    font-weight: 400;
    line-height: 130%;
}
footer{
    padding: 60px 0;
    background: #FCFBF9;
}
footer .logo img{
    width: 166px;
}
footer ul{
    margin-bottom: 40px;
}
footer li{
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    max-width: 200px;
    font-size: 18px;
    font-weight: 400;
}
footer li a{
    color: var(--bg-color);
}
footer .copyright{
    margin-top: 50px;
}
footer .copyright p,
footer .copyright p a{
    color: var(--bg-color);
    font-size: 14px;line-height: 16.8px;
}
footer .copyright .social-icons{
    text-align: end;
}
footer .copyright .social-icons a{
    color: var(--bg-color);
    font-size: 22px;
}
footer .copyright .social-icons span{
    margin-left: 20px;
}


footer ul li::after{
    content: "";
    position: absolute;
    width:0%;
    height: 1px;
    left: 0;
    bottom: -5px;
    background: var(--bg-color);
    transition: .2s linear;
}
footer ul li:hover::after{
    width: 100%;
}


.inner-section .inner-img{
    display: none;
}
.video-sec .inner-img{
    display: block;
}
.big-img,.book-img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}
.about-sec .big-img,
.about-sec .book-img,
.info-sec .book-img,
.info-sec .big-img{
    left: 0;
}
.experts-sec .book-img,
.experts-sec .big-img{
    right: 0;
}

.about-sec,.experts-sec,.info-sec,.consilation-sec{
    height: 740px;
}
.video-sec .image{
    position: relative;
    overflow: hidden;
}
.video-sec .image video{
    margin-bottom: -1% !important;
}
.video-sec .play-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dotted #FCFBF9;
    outline: 2px dotted #FCFBF9;
    border-radius: 100%;
    outline-offset: 1px;
}

.video-sec{
    position: relative;
}
.video-sec .video-text{
    position: absolute;
    left: 32px;
    bottom: 42px;
}



.inner-banner{
    height: 730px;
    display: flex;
    align-items: center;
    position: relative;
}
.inner-banner::after{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.50) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.inner-banner .banner-content{
    text-align: center;
    color: var(--text-white);
    position: relative;
    z-index: 2;
}
.inner-banner .play-btn {
    display: block;
    margin: auto;
    max-width: 164px;
/*  	outline:2px dotted var(--text-white); */
    border-radius: 100%;
    outline-offset: 1px;
    cursor: pointer;
}
.inner-banner h1,
.inner-banner p{
    margin-bottom: 30px;
}
.inner-banner p span{
	font-family: var(--font-1);
	font-size: 20px;
}
.text-sec {
    padding: 120px 0;
}
.text-sec .text{
    max-width: 680px;
    margin: auto;
}
.text-sec .text p{
    color: var(--bg-color);
    margin-bottom: 25px;
}
.team-sec h4{
    text-align: center;
    color: var(--bg-color);
}
.team-sec .team-box{
    max-width: 770px;
    margin: auto;
    margin-top: 70px;
}
.team-sec .team-box ul.team-list li{
    color: var(--bg-color);
    padding: 32px 0;
    border-bottom: 1px dotted #A5AACC;
}
.team-sec .team-box ul.team-list li h5{
    font-family: var(--font-2);
}
.team-sec .team-box ul.team-list li h5 a{color: var(--bg-color);}
.team-sec .team-box ul.team-list li p{
    font-weight: 350;
    line-height: 22.4px;
}
.f-24 h5{
    color: var(--bg-color);
}
.team-banner p,
.artical-banner p{
    max-width: 680px;
    margin:0 auto 20px;
}
.techniques-sec .text,
.practice-sec .text,
.meditating-sec .text,
.permeating-sec .text,
.transcend-sec .text{
    margin: auto !important;
    text-align: center;
    max-width: 680px;
}
.meditating-sec .text h2{
    font-family: var(--font-1);
    margin-bottom: 70px;
}
.permeating-sec .text,
.transcend-sec .text{
    max-width: 840px;
}
.permeating-sec .text h2{
    color: var(--text-white);
    font-family: var(--font-1);
    margin-bottom: 70px;

}
.practice-sec .text h2,
.practice-sec .text p,
.permeating-sec .text p{
    color: var(--text-white);
}
.permeating-sec{
    display: flex;
    align-items: center;
    height: 543px;
}
.text-sec p:nth-last-child(1){
    margin-bottom: 0;
}
.text-sec .text-img{
    margin:60px 0;
}
.transcend-sec .text h2{
    font-family: var(--font-1) !important;
    margin-bottom: 70px;
}
.next-chapter{
    position: relative;
    display: flex;
    align-items: center;
    height: 450px;
}
.next-chapter::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.30) 100%);

}
.next-chapter .container-fluid{
    position: relative;
    z-index: 3;
}
.next-chapter .chapter-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--text-white);
}
.next-chapter .chapter-box p,
.next-chapter .chapter-box h3{
    margin-bottom: 0;
}
.next-chapter .chapter-box h3{
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    font-family: var(--font-2);
}

.student-banner .banner-content p:nth-child(4){
    display: none;
}
.p-control h2:nth-child(1){
    margin-bottom: 0 !important;
}
.inner-section .text ul{
    margin-bottom: 20px;
}
.inner-section .text ul+p{
    margin-bottom: 0;
}
.inner-section .text ul,
.inner-section .text ol{
    padding-left: 1.5rem;
}
.inner-section .text ul li,
.inner-section .text ol li{
    list-style: disc;
    color: var(--bg-color);
    font-size: 18px;
}

.inner-section .text ol li{
    list-style: decimal;
}
.inner-section .text ul li::marker{
    font-size: 10px;
}
.inner-banner.overlay-hide::after{
    display: none;
}

.text-sec .text p a{
    color: var(--bg-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.dotted-line-up,
.dotted-line-down,
.dotted-line-y{
    position: relative;
}

.dotted-line-up::before,
.dotted-line-down::after,
.dotted-line-y::before,
.dotted-line-y::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 120px;
    border-left: 1px dotted var(--bg-color);
}
.dotted-line-down::after,
.dotted-line-y::after{
    top: auto;
    bottom: 0;
}
.map-sec{
    padding: 0;
    position: relative;
}
.map-sec .desk-img{
    width: 100%;
}
.map-sec img{
    width: 100%;
}
.map-sec .mob-img{
    display: none;
}
.map-sec .search-box{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 390px;
    border-radius: 40px;
    padding: 15px 30px;
    background: #F6EDE5;
}
.map-sec .search-box form{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.map-sec .search-box form input{
    border: none;
    background: transparent;
    font-family: var(--font-2);
}
.map-sec .search-box form .form-control{
    border: none;
    box-shadow: none;
}
.map-sec .search-box form button[type="submit"]{
    border: 0px;
    color: #C8C8D2;
    background: transparent;
}
.faq-sec.dotted-line-up::before{
    border-color: var(--text-white);
}
.faq-sec{
    color: var(--text-white);
}
.faq-sec h4{
    text-align: center;
}
.faq-sec .faq-box{
    max-width: 1280px;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
}


.faq-sec .accordion-button::after{
    background-image: none;
    display: none;
}
.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: none;
}
.faq-sec .accordion-button::before{
    content: "\2b";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    font-size: 20px;
    background-image: none;
    margin-right: 40px;
    transform: rotateZ(0deg);
    transition: .3s linear;
}
.faq-sec .accordion-button:not(.collapsed)::before {
    background-image: none;
    content: "\f068";
    font-family:FontAwesome ;
    transform: rotateZ(180deg);

}
.faq-sec .accordion-button:focus{
    border: none;
    box-shadow: none;
}
.faq-sec .accordion-button{
    background: transparent;
    font-size: 32px;
    font-weight: 350;
    width: 100%;
    transition: .2s linear;
    color: var(--text-white);
    padding: 32px 0;
    font-family: var(--font-2);
}
.faq-sec .accordion-button:not(.collapsed){
    color: #fff;
}
.accordion-flush>.accordion-item{
    border-bottom: 1px dotted var(--text-white);
    font-size: 18px;
}
.faq-sec .accordion .accordion-body{
    color: var(--text-white);
}
.faq-sec .accordion{
    --bs-accordion-bg:transparent;
}

.text-sec .video-box iframe{
    width: 100%;
    height: 100%;
}
.text-sec .video-box{
    height: 393px;
    margin-bottom: 70px;
}
.text-sec h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    font-family: var(--font-2);
    color: #1E3589;
}
.team-sec .team-box ul.team-list li a h5{
    color: #1E3589;
}
.text-sec.desk-hide{
    display: none;
}
.book-bg{
    background: #F6EDE5;
    background-image: url('images/boxes/book-bg.png');
    background-position:top left;
    background-repeat: no-repeat;
}

.book-banner{
    min-height: 730px;
    height: auto;
}
.book-banner .banner-content{
    max-width: 560px;
    margin: auto;
}
.book-banner h1{
    font-size: 52px;
    line-height: 62.4px;
}
.book-banner .banner-content p{
    max-width: 503px;
    margin: auto;
}
.book-banner .inner-btns{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}
.package-sec h2{
    text-align: center;
    font-size: 44px;
    line-height: 52.8px;
    font-family: var(--font-1-italic);
    color: #1E3589;
}
.package-sec .package-box{
    max-width: 573px;
    margin: auto;
    padding: 32px;
    color: #1E3589;
    margin-top: 30px;
}
.package-sec .package-box h3{
    font-size: 26px;
    font-family: var(--font-1-italic);
    line-height: 31.2px;
    font-weight: 400;
    margin-bottom: 0;
}
.package-sec .package-box ul{
    margin: 24px 0;
    padding: 0;
}
.package-sec .package-box ul li{
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 16px;
font-size: 18px;
font-weight: 400;
line-height: 25.2px;
font-family: var(--font-2);
}
.package-sec .package-box ul li span.list-num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 0.61px solid #1E3589;
    padding: 10px;
    line-height: 16.8px;
    font-size: 14px;
    font-weight: 400;
}
.package-sec .package-box  .cpation{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    font-family: var(--font-2);
}
.package-sec .package-box  .package-btn{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.package-sec .package-box  .package-btn .btn{
    color: #1E3589;
    box-shadow: 0px 0px 28px 0px #1E358980;
    width: 358px;

}
.consciousness-sec{
    height: 600px;
}
.consciousness-sec:nth-child(odd) .row{
    display: flex !important;
    flex-direction: row-reverse !important;
}
.consciousness-sec .text{
    max-width: 592px;
}
.consciousness-sec .text,
.consciousness-sec .text p{
    color: #F9F7E9;
}
.consciousness-sec .text .counter{
    display: flex;
    padding: 12px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border: 0.61px solid #F2F0EA;
    border-radius: 50%;
    line-height: 16.8px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;

}
.bonus-sec h2{
    font-size: 40px;
    text-align: center;
    color: #1E3589;
    line-height: 48px;
    font-weight: 400;
    font-family: var(--font-2);
    margin-bottom: 25px;
}
.bonus-sec{
    padding: 160px 0;
}
.value-sec .text{
    text-align: center;
    max-width: 840px;
    margin: auto !important;
    color: var(--text-white);
    display: flex;
    flex-direction: column;
    gap: 40px;

}
.value-sec .text p{
    color: var(--text-white);
}
.value-sec .text h3{
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color:var(--text-white);
    margin-bottom: 0;
}
.testimonials-sec {
    padding: 128px 0;
}
.testimonials-sec h4{
    color: #1E3589;
    max-width: 310px;
    margin: auto;
    text-align: center;
}
.testimonials-sec #review-slider{
    max-width: 1160px;
    width: 80%;
    margin: auto;
    margin-top: 80px;
}
#review-slider .item{
    padding-right: 30px;
}
#review-slider .item .head{
    display: flex;
    gap: 20px;
    color: #1E3589;
    margin-bottom: 20px;
}
#review-slider .item .head h5{
    font-size: 26px;
    font-weight: 350;
    line-height: 31.2px;
    font-family: var(--font-2);
}
#review-slider .item .head span{
    font-size: 12px;
    line-height: 14.4px;
    display: inline-block;
}
#review-slider .item .head .image-box{
    width: 110px;
    max-width: 110px;
    min-width: 110px;
    height: 110px;
    background: #EDEAE8;
    border-radius: 22px;
}
#review-slider .item .text p{
    font-weight: 350;
    color: #1E3589;
}
#review-slider .owl-next, #review-slider .owl-prev{font-size: 40px !important;position: absolute;top: 40%; color:#1E3589 !important;background: transparent !important;border: 1px dotted #1E3589 !important;border-radius: 50%;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
#review-slider  .owl-next{right: -4%;}
#review-slider  .owl-prev{display: none;}
#review-slider  .owl-nav i{line-height: 0;}
.consciousness-box{
    padding-top: 160px;
}
.consciousness-box.dotted-line-up::before{
    border-color: var(--text-white);
}
.consciousness-box .heading{
    max-width: 216px;
    margin: auto;
    text-align: center;

}
.consciousness-box .heading h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-white);
}

.inner-text-sec .text-main{
    max-width: 960px;
    margin: auto;
}
.inner-text-sec .text-main .text-box span.date{
    font-size: 16px;
    color: #A5AACC;
    line-height: 22.4px;
    font-family: var(--font-2);
}
.inner-text-sec .text-main .text-box{
    margin-bottom: 56px;
    color: #1E3589;
}
.inner-text-sec .text-main .text-box:nth-last-child(1){
    margin-bottom: 0;
}
.inner-text-sec .text-main .text-box p{
    font-weight: 350;
}

span.italic{
    font-family: var(--font-1-italic);
}
.knowledge-sec .box-heading{
    width: fit-content;
    margin: auto;
    text-align: center;
}
.knowledge-sec .box-heading h3{
    color: var(--bg-color);
    font-size: 36px;
    line-height: 43.2px;
}

.knowledge-sec .img-box{
    text-align: center;
    padding: 130px 60px;
}
.knowledge-box{
    padding-bottom: 117px;
}
h3 span{
    font-family: var(--font-1-italic);
}
.knowledge-sec .knowledge-list{
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 0px;
    color: #1E3589;
    position: relative;
    max-width: fit-content;
}
.knowledge-sec .knowledge-list .text{
    max-width: 380px;
}
.knowledge-sec .knowledge-list::before{
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #1E3589;
    background: #1E3589;
    border-radius: 50%;
    transform: translateX(-8px);
}
.knowledge-sec.dotted-line-full{
    position: relative;
}
.knowledge-sec.dotted-line-full::before{
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dotted var(--bg-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.knowledge-sec .knowledge-list .text p{
    font-size: 16px;
    line-height: 22.4px;
}
.knowledge-sec .knowledge-list .text span{
    font-size: 18px;
    font-family: var(--font-1-italic);
    line-height: 25.2px;
}
.knowledge-sec .knowledge-list .title{
    width: 120px;
    min-width: 120px;
}
.river-sec{
    height: 540px;
    position: relative;
    background: #A69987;
}
.river-sec::after{
    content: "";
    width: 24px;
    height: 24px;
    background: var(--text-white);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    margin: auto;
}
.river-sec .text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-direction: column;
    text-align: center;
}
.river-sec .text h2{
    margin-bottom: 0;
    color: var(--text-white);
}
.river-sec .text span{
    color: var(--text-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
}
.river-sec .text p{
    color: var(--text-white);
}
.knowledge-sec .knowledge-list .text span.locat{
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #A5AACC;
    font-family: var(--font-2);
    margin-top: 16px;
}
.knowledge-sec .knowledge-list .title p{
    margin-bottom: 0;
}

.map-sec .vc_column-inner {
    padding: 0 !important;
}



.techniques-sec h2,.practice-sec h2{ font-family: var(--font-2) !important;}
.wpb_content_element{margin-bottom: 0 !important;}
.layout__region--map .searchfield__container--bottom{display: none;}
.vc_gitem-zone .vc-zone-link{position: relative;}
.blog__composition .vc_gitem-zone-mini .vc_gitem_row{align-items: start !important;}
.blog .blog__item:nth-of-type(2) .blog__composition, .blog .blog__item:nth-of-type(3) .blog__composition{height: fit-content;}
.blog__content h4, .blog__title{font-size: 20px !important;line-height: 22px !important;}
.blog2 .vc_gitem-zone-mini  .button-blog{display: block !important;margin-bottom: 0 !important;}
.inner-text-sec .text-main .text-box p{font-size: 15px !important;line-height: 20px !important;}
.blog .blog__item:nth-of-type(2) .blog__content, .blog .blog__item:nth-of-type(3) .blog__content{align-self: center !important;}
.blog .blog__item:nth-of-type(1) .blog__content{padding: 0 1rem !important;align-self: center !important;}

#play-video-master-series{display: none !important;}
.taptap-logo-wrapper{display: none !important;}
.taptap-menu-button-wrapper{display: none !important;}


.modal .modal-dialog {
    width: 900px;
    max-width: 80%;
}
.modal.show{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal .modal-dialog iframe{
    width: 100%;
    height: 100%;
    min-height: 486px;
}


.post-heading h1{max-width:900px;margin:0 auto;}


.text-sec .audio-text{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.text-sec .audio-text a{
    color: var(--bg-color);
}


.video-sec .overly-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-sec .ply-btn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    background: transparent;
    border: 1px dotted #FCFBF9;
    color: var(--text-white);
    font-family: var(--font-1-italic);
}

.bg-video{
    position: absolute;
    width: 100%;
}
.transcend-sec .text h3,.text-sec h2{
    color: var(--bg-color);
}

.text-sec .text.black-text p{
    color: #000;
}
.text-sec .text.black-text p a{
    text-decoration: none;
}
.inner-rhythm-sec-2{
    background-position-x:0 !important;
}
.inner-font h2 span{
    /* font-family: var(--font-1-italic); */
    text-transform: capitalize;
}
.text-sec h4{
    color: var(--bg-color);
}
.new-video-sec h2{
    text-align: start;
}
.new-video-sec::after{
    display: none !important;
}
.new-video-sec .text{
    max-height: none !important;
    padding: 55px 0 !important;
}
.new-video-sec .text p{
	margin-top:0 !important;
}
.last-sec h2{
    font-family: var(--font-1) !important;
}
.new-video-sec .image{
    width: 100%;
}

.video-sec .image-2 .overly-img{
    position: static;
}
.p-24 p{
    font-size: 24px;
}



.btn-primary.text-blue{
    color: #1E3589;
}

.learn-sec .learn-main{
    max-width: 1280px;
    margin-inline: auto;
    margin-top: 70px;
}
.learn-main .learn-box{
    padding: 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 24px;
    height: 100%;
}
.learn-main .learn-box .text{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.learn-main .learn-box ul{
    padding-left: 1.2rem;
}
.learn-main .learn-box ul li{
    list-style: disc;
    font-size: 20px;
    color: var(--bg-color);
}
.learn-main .learn-box ul li::marker{
    font-size: 16px;
}
.learn-main .learn-box .text h5{
    margin-bottom: 0;
    color: var(--bg-color);
}
.learn-main .col-lg-4{
    border-right: 1px dashed var(--bg-color);
}
.learn-main .col-lg-4:nth-last-child(1){
    border-right: 0;
}
.learn-main .learn-box .inner-btn{
    display: flex;
    justify-content: center;
}
.consilation-sec .image .big-img {
    object-fit: contain;
    object-position: 0 34px;
}
.consilation-sec{
    background-color:#F6EDE5 ;
}
.consilation-sec .text{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.consilation-sec h2{
    font-family: var(--font-1);
    font-size: 52px;
    line-height: 65px;
}
/* #logo-slider .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#logo-slider img{
    width: auto !important;
}
#logo-slider .item{
    display: flex;
    justify-content: center;
} */
/* .logo-slider{
    padding: 40px 0;
} */
.slider_wrapper{
    padding: 40px 0;
}
.slider_wrapper .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.slider_wrapper .owl-item{
    display: flex;
    justify-content: center;
}
.slider_wrapper img{
	/* max-width: 200p !important; */
	width: auto !important;
}
.slider_active .owl-stage {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}
.video-sec-reverse .text p {
    left: 53%;
}
.video-sec-reverse .text{
    max-width: 480px;
    max-height: none;
}
#review-slider .owl-dots{
    display: none;
}

footer .form-box >p{
    font-family: var(--font-1-italic);
}
footer .form-box *{
    color: var(--bg-color);
}
footer .form-box .btn{
    color: var(--text-white);
}
footer .form-box form .form-control{
    background: none;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px dashed #E5D1D3;
    border-radius: 0;
    margin-bottom: 20px;
    color: var(--bg-color);
}
footer .form-box form{
    margin-top: 10px;
}
footer .form-box form p{
    font-size: 14px;
}
.new-banner p span{
    font-size: 20px;
    font-family: var(--font-1-italic);
}
.new-banner .inner-btn{
    margin-top: 60px;
}
#banner-slider .owl-next, #banner-slider .owl-prev {
    font-size: 40px !important;
    position: absolute;
    top: 40%;
    color: #fff !important;
    background: transparent !important;
    border: 1px dotted #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s linear;
}
#banner-slider .owl-next{
    right: 3%;
}
#banner-slider  .owl-prev{
    left: 3%;
}
#banner-slider .owl-next:hover, #banner-slider .owl-prev:hover{
    opacity: .5;
}
#banner-slider .owl-next:active, #banner-slider .owl-prev:active{
    opacity: 1;
}
#banner-slider .owl-nav i {
    line-height: 0;
}
#banner-slider .owl-dots{display: flex;justify-content: center;position: absolute;bottom: 32px;width: 100%;}
#banner-slider .owl-dots button.owl-dot {  width: 8px;height: 8px;border-radius: 50%;display: inline-block;background: transparent;margin: 0 6px;border: 1px solid #fff;}
#banner-slider .owl-dots button.owl-dot.active{ background:#fff ;}
#banner-slider
.video-rev-sec .video-slider-main{
    max-width: 1290px;
    margin-inline: auto;
}
.video-slider-main .video-box .image{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.video-slider-main .video-box .image .overly-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--text-white);
    top: 0;
    left: 0;
}
.video-slider-main{
    position: relative;
    margin-top: 90px;
    max-width: 1280px;
    margin-inline: auto;
}
.video-slider-main .video-box .image .overly-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-slider-main .video-box .image .ply-btn{
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.video-slider-main .box{
    max-width: 80%;
    margin-inline: auto;
}
#video-slider , #video-slider .owl-stage-outer{
    position: static;
}
.video-slider-main .video-box .image video{
    height: 100%;
    border-radius: 16px;
}
#video-slider .owl-next, #video-slider .owl-prev ,
.about-slider .owl-next, .about-slider  .owl-prev,
#events-slider .owl-next, #events-slider  .owl-prev,
#speak-slider .owl-next, #speak-slider  .owl-prev{
    font-size: 40px !important;
    position: absolute;
    top: 40%;
    color: var(--bg-color) !important;
    background: transparent !important;
    border: 1px dotted var(--bg-color) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#video-slider .owl-next {
    right: 3%;
}
#video-slider  .owl-prev {
    left: 3%;
}
#video-slider .owl-nav i ,
.about-slider .owl-nav i,
#events-slider .owl-nav i,
#speak-slider .owl-nav i{
    line-height: 0;
}
#video-slider .item .text ,#video-slider .item .text h4{
    margin-top: 20px;
    text-align: start;
    color: var(--bg-color) !important;
}
#video-slider .owl-dots{
    display: none;
}
.river-banner h1{
    max-width: 1161px;
    margin-inline: auto;
}


.check-style .tgl {
    display: none;
  }
  .check-style .tgl,
  .check-style .tgl:after,
  .check-style .tgl:before,
  .check-style .tgl *,
  .check-style .tgl *:after,
  .check-style .tgl *:before,
  .check-style .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .check-style .tgl::-moz-selection,
  .check-style .tgl:after::-moz-selection,
  .check-style .tgl:before::-moz-selection,
  .check-style .tgl *::-moz-selection,
  .check-style .tgl *:after::-moz-selection,
  .check-style .tgl *:before::-moz-selection,
  .check-style .tgl + .tgl-btn::-moz-selection,
  .check-style .tgl::selection,
  .check-style .tgl:after::selection,
  .check-style .tgl:before::selection,
  .check-style .tgl *::selection,
  .check-style .tgl *:after::selection,
  .check-style .tgl *:before::selection,
  .check-style .tgl + .tgl-btn::selection {
    background: none;
  }
  .check-style .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .check-style .tgl + .tgl-btn:after,
  .check-style .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .check-style .tgl + .tgl-btn:after {
    left: 0;
  }
  .check-style .tgl + .tgl-btn:before {
    display: none;
  }
  .check-style .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .check-style .tgl-light + .tgl-btn {
    background: #C8C8D2;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
  }
  .check-style .tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
  }
  .check-style .tgl-light:checked + .tgl-btn {
    background: var(--bg-color);
  }
  .text-sec .form-box{
    max-width: 480px;
    margin-inline: auto;
  }
  .text-sec .form-box form p,
  .text-sec .form-box form span{
      color: var(--bg-color);
      font-size: 16px;
  }
.text-sec .form-box form p{
        color: #A5AACC;
        font-size: 14px;
  }
  .text-sec .form-box form a{
    color: #A69987;
    text-decoration: underline;
  }
  .text-sec .form-box form .box{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .text-sec .form-box form input[type="submit"]{
    width: 100%;
  }
  .text-sec .form-box form .form-control,
  .text-sec .form-box form .form-select{
    background: transparent;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #A5AACC;
    height: 80px;
    border-radius: 0;
    color: var(--bg-color);
  }
  .text-sec .form-box form .form-select{
    background: url('images/icons/drop-arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
  }
  .contact-sec{
    padding: 50px 0 70px;
  }

  .new-about-banner h1{
    margin-bottom: 0;
  }

 .about-slider-sec .about-main-box{
    max-width: 890px;
    margin-inline: auto;
    margin-top: 80px;
 }

 .about-slider .owl-next{
    right: -9%;
}
.about-slider  .owl-prev{
    left: -9%;
}
.about-slider .about-box h4,
.about-slider .about-box h6{
    text-align: start;
    margin: 20px 0;
}
.about-slider .about-box *{
    color: var(--bg-color);
}
.about-slider .about-box .img-box{
    border-radius: 40px;
    overflow: hidden;
}
.about-slider .about-box .inner-btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.about-slider .about-box .inner-btn a{
    color: var(--text-white);
}
.about-slider .about-box .img-box img{
    transition: .2s linear;
}
.about-slider .about-box:hover .img-box img{
    transform: scale(1.09);
}
.about-slider .about-box .text h6 a{
    transition: .2s linear;
}
.about-slider .about-box:hover .text h6 a{
    color: #A5AACC;
}

.about-slider .owl-dots{
    display: none;
}
.about-slider-sec .about-slider-btn{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.book-sec .text{
    position: relative;
    z-index: 2;
}

.book-sec .text {
    max-width: 560px !important;
    width: 79%;
}
.book-sec h2{
    font-family: var(--font-1-italic);
}
header.temp .topbar .logo img{
    filter: none;
}
.inner-section .inner-contant{
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
}
.inner-section .inner-contant h1,
.inner-section .inner-contant h2,
.inner-section .inner-contant p{
    color: var(--text-white);
    font-family: var(--font-1);
}
.inner-section .inner-contant .f-32 p{
    font-size: 32px;
    line-height: 46px;
}
.bestseller-sec .text-img {
    text-align: center;
    padding-left: 90px;
    width: fit-content;
    margin:40px auto;
}
.bestseller-sec .inner-btn-new{
    max-width: 872px;
    margin-inline: auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.bestseller-sec{
    padding: 180px 0;
    height: 1496px;
}
.book-sec .book-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.routine-sec .routine-main{
    max-width: 1280px;
    margin-inline: auto;
    margin-top: 70px;
}
.routine-main .row > .col-lg-4{
    border-right: 1px dashed #A5AACC;
}
.routine-box{
    padding-inline: 33px;
}
.routine-box .head{
    display: flex;
    align-items: center;
    color: var(--bg-color);
    gap: 20px;
}
.routine-box .head .image{
    width: 110px;
    min-width: 110px;
    height: 110px;
    min-height: 110px;
    border-radius: 20px;
}
.routine-box .head h5{
    margin-bottom: 0;
}
.routine-box .text{
    margin: 20px 0;
}
.routine-box .text p{
    color: var(--bg-color);
}
.routine-box .inner-btn{
    display: flex;
    justify-content: center;
}
.new-banner-2 h1{
    color: var(--text-white);
}
.evnets-main{
    max-width: 956px;
    margin-inline: auto;
}
#events-slider .item{
    padding: 10px 2px 10px 0;
}

.events-box{
    border-radius: 20px;
    border: 1px solid #A5AACC;
    padding: 16px;
    min-height: 360px;
}
.events-box .image{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.events-box h5,
.events-box p,
.events-box span{
    margin-bottom: 5px;
}

.events-box .text *{
    color: var(--bg-color);
}
#events-slider .owl-next {
    right: -9%;
}
#events-slider  .owl-prev {
    display: none;
}

.knowledge-sec.font-loiz .box-heading h3{
    font-family: var(--font-1);
}
.speak-box .top-speak{
    height: 360px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.speak-box .top-speak video{
    height: 100%;
}
.speak-box .top-speak .overly-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--text-white);
}
.speak-box .top-speak .overly-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speak-box .top-speak .ply-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.speak-box .text h4{
    text-align: start;
}

#speak-slider .owl-next {
    right: -9%;
}
#speak-slider  .owl-prev {
    display: none;
}
.kit-sec h4{
    text-align: center;
    color: var(--text-white);
}
.kit-sec{
    height: 532px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kit-sec .inner-btn{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    max-width: 266px;
    margin-inline: auto;
    margin-top: 80px;
}
.mind-expansion-sec .banner-content{
    max-width: 813px;
    margin-inline: auto;
}
.mind-expansion-sec .banner-content p{
    max-width: 680px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 0;
}
.graph-sec .graph-box{
    max-width: 576px;
    margin:48px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--bg-color);
}
.graph-sec .graph-box .graph-img{
    margin:60px 0 40px 0;
}
.graph-sec .graph-box .graph-head h3{
    font-size: 32px;
}
.graph-sec .graph-box .graph-caption{
    max-width: 310px;
    margin-inline: auto;
}
.list-head{
    font-size: 18px;
    color: var(--bg-color);
}
.big-graph .graph-main{
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
    color: var(--bg-color);
}
.big-graph .graph-main .graph-img {
    margin-top: 40px;
}
.big-graph .graph-main .graph-img .font-italic{
    font-size: 12px;
    margin-top: 20px;
}
.meditaion-sec{
    text-align: center;
    color: var(--text-white);
}
.meditaion-sec .text-box{
    max-width: 680px;
    margin-inline: auto;
    margin-top: 40px;
}
.meditaion-sec .text-box .inner-btn{
    margin: 20px 0 40px 0;
}
.meditaion-sec h2,
.meditaion-sec p{
    color: var(--text-white);
    font-family: var(--font-2);
}
.dotted-line-y.white-line::before,
.dotted-line-y.white-line::after{
    border-left: 1px dotted var(--text-white);
}
.bestseller-sec_2 .inner-btn{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.bestseller-sec_2 .top-head h4{
    color: var(--text-white);
    margin-bottom: 60px;
}
.faq-sec_2 .accordion-flush>.accordion-item {
    border-bottom: 1px dotted var(--text-white) !important;
}



.check-style .wpcf7-checkbox input[type="checkbox"] {
    display: none;
}


.check-style .tgl-btn {
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    background: #C8C8D2;
    border-radius: 2em;
    padding: 2px;
    transition: background 0.4s ease;
}


.check-style .tgl-btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1.8em;
    height: 1.8em;
    background: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

.check-style  input[type="checkbox"]:checked + .tgl-btn::after {
    left: 34px !important;
}

/* --- New Css ----> */

.yt-sec{
    max-height: 359px;
    padding: 137px 0 86px;
    background: #EDEAE8;
	position: relative;
}
.yt-sec::after{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 120px;
    border-left: 1px dotted #462850;
}
.yt-sec .content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.yt-sec .content h4{
	color: var(--bg-color);
	margin-bottom: 38px;
}
.inner-section h2 span{
	font-family: var(--font-1);
}
.articles-sec .graph-img img{
	max-width: 680px;
	width: 100%;
	margin-bottom: 40px;
}
.faq-sec_2 .accordion-body ul li{
	list-style: disc;
}
.about-slider .about-box .img-box img{
	min-height: 360px;
	object-fit: cover;
}
.video-slider-main .video-box .image {
    height: 251px;
}
.articles-sec.new-head{
    padding-top: 120px;
}
.articles-sec.new-head h4{
    margin-bottom: 50px;
}
.artical-banner .heading-width{
    max-width: 1040px;
    margin-inline: auto;
}
.articles-sec_3 h5{
    /* text-align: center; */
    color: var(--bg-color);
}
.transcend-sec.bg-cover{
    background-size: cover !important;
}
/* --- New Css End ----> */

.faq-sec .inner-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
}
.faq-sec .inner-btn h4{
    text-align: start;
}
.inner-rhythm-sec .text ul,
.inner-rhythm-sec .text ul li{
    color: var(--text-white);
    margin-bottom: 40px;
}
.new-value-sec .text h3,
.new-value-sec .text p{
    color: var(--bg-color);
}
.new-value-sec .text{
    max-width: 680px;
}
.new-value-sec .text .text-box p{
    margin-bottom: 30px;
}
.copyright p a{
    text-decoration: underline;
}

@media (min-width: 1440px) {
    .new-banner-2{
        background-size: 100% 100% !important;
        background-position: -430px center !important;
    }

}