@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Days+One&display=swap');
body{font-family:'Poppins', sans-serif;color:#666666;position:relative;font-size:14px;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul{padding: 0px; margin: 0px;}
p,form,ol, ul{margin:0}
a{color:#fefe00;
  -webkit-transition:all .5s ease-in-out;
     -moz-transition:all .5s ease-in-out;
      -ms-transition:all .5s ease-in-out;
       -o-transition:all .5s ease-in-out;
          transition:all .5s ease-in-out;}
  a:hover, a:focus{color:#fefe00;text-decoration: none;
  -webkit-transition:all .5s ease-in-out;
     -moz-transition:all .5s ease-in-out;
      -ms-transition:all .5s ease-in-out;
       -o-transition:all .5s ease-in-out;
          transition:all .5s ease-in-out;}
/*.headerTp{top:0;left:0;width:100%;z-index: 1;}*/

.mt-30 {
	margin-top:30px;
	}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    60% { opacity: 1; }
    60.01% { opacity: .4; }
    100% { opacity: .4; }
}

.onyoga1 {
	font-size:19px;
	font-style:italic;
	padding-top:15px;
	width:90%
	}

.onyoga1 p{
	padding-top:10px;
	padding-bottom:10px;
	}

.onyoga1 p a {
	color:#333;
	}


.onyoga1 span{
	color:#e67817;
	font-weight:600;
	text-transform:uppercase;
	}

.onyoga {
	font-size:19px;
	font-style:italic;
	padding-top:15px;
	width:50%
	}

.onyoga p{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	}

.onfee {
	background:#e67817;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	text-align:center;
	padding-top:15px;
	width:40%
	}

.onfee a{
	color:#fff;
	}

.onfee1 {
	background:#e67817;
	color:#fff;
	font-weight:bold;
	font-size:19px;
	text-align:center;
	padding:15px;
	width:50%;
	margin:0 auto;
	}

.onfee1 a{
	color:#fff;
	}

.onfee11 {
	background:#fdd20a;
	color:#000;
	font-weight:bold;
	font-size:19px;
	text-align:center;
	padding:15px;
	width:50%;
	margin:0 auto;
	}

.onfee11 a {
	color:#000;
	}

.evtmks {
	padding:20px 30px;
	color:#000;
	font-size:15px;
	}

.evtmks a {
	padding:20px 30px;
	color:#000;
	font-size:15px;
	}

.evtmks a:hover {
	text-decoration:underline;
	}

.bodycont .eventdet p {
	padding-bottom:10px;
	}

.bodycont i {
	color:#000;
	font-weight:500;
	}

.bodycont .eventdet p b {
	font-weight:500;
	color:#e67817;
	}

.bodycont .eventdet h4 {
	margin-top:30px;
	border-bottom:1px solid #ccc;
	font-size:21px;
	}

.bodycont .testidet li {
	font-size:16px;
	padding:30px;
	line-height:25px;
	width:100%;
	background:#fff;
	radius:40px;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	margin-bottom:50px;
	}

.bodycont .testidet li span {
	font-size:26px;
	font-weight:bold;
	}

.bodycont .testidet li i {
	color:#000;
	}

.form-control {
    font-size: 13px;
    color: #c1c1c1;
    padding: 3px 3px 3px 8px;
    margin: 8px 0px;
}

.primary-btn {
    border: 1px solid #ff1d4c;
    width: 100%;
    background: #ff1d4c;
    padding-top: 8px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #fff;
    transition: .5s;
}

.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}

.modal-content {
	text-align:center;
	}
.bodycont {
	margin-top:30px;
	}

.bodycont .downvid {
	font-size:16px;
	font-weight:600;
	line-height:21px;
	}

.bodycont .downvid a {
	color:#333;
	}

.eventsall {

	}

.feest {
	
	}

.feest p {
	padding-bottom:10px;
	}

.feest p b {
	font-weight:500;
	color:#e67817;
	}

.feest h4 {
	margin-top:30px;
	border-bottom:1px solid #ccc;
	}

.eventsall h6 {
	font-size:15px;
	line-height:24px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}

.phline {
	width:100%;
    font-size:50px;
    line-height:50px;
    font-weight:bold;
	letter-spacing:-2px;
	color:#fca455;
	text-align:center;
	padding:20px 0px;
   
	}

.align-center {
	text-align:center;
	}

.bodycont ul {
	
	}

.bodycont ul li {
	list-style: none;
    line-height: 29px;
    background-image: url(../img/om-icon.png);
    background-repeat: no-repeat;
    margin: 0;
    background-position-y: 23px;
    padding: 20px 5px 20px 40px;
	border-bottom:1px solid #ccc;
	}

.bodycont ul li a {
	color:#333;
	font-weight:500;
	}

.tpbrd {
	border-bottom:1px solid #f6f6f6;
	left:0;
	top:32px;
	width:100%;
	}

.navbar-light .navbar-brand {
	padding-top:0;
	margin-left:75px;
	}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right:.7rem;
	padding-left:.7rem;
	}

.dropdown-menu.show {
	display:table;
	background:#f8f8f8;
	border:0;
	}

.dropdown-menu .rows {
	display:block;
	}

.dropdown:hover > .dropdown-menu {
	display:table;
	background:#f8f8f8;
	border:0;
	}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events:none;
	}

.dropdown, .dropleft, .dropright, .dropup {
	position:static;
	}

.fa-envelope {
	font-size:15px;
	vertical-align:middle;
	margin-right:4px;
	}

.lang .dropdown-toggle::after {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
	border:0;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    height:8px;
    width:8px;
    transform: rotate(45deg);
	}

.dropdown-item {
	font-size:14px;
	color:#666;
	padding-left:0;
	padding-right:1rem;
	}

.bgGreen {
	background-color:#fefe00;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:10px 5px 10px 15px;
	border-radius: 0 0 6px 6px;
	font-weight:bold;
	}

a.bgGreen:hover {
	color:#bbfc2f;
	}

.navbar-brand {
	position:relative;
	z-index:2;
	}

.va.aclick, .va.aclick:hover {
	display:inline-block;
	color:#fff;
	}

.btn-default:hover {
	color:#fff;
	}

.btCols a:hover, .btCols a.lnks.bts:hover {
	color:#0ba148;
	}

.dtShow {
	display:block;
	width:100%;
	}

.mobShow,.topRow, .cross {
	display:none;
	}

.lang .dropdown-menu.show {
	position:relative;
	display: block;
	}

.lang.show #navbardrop {
	background-color:#fff;
	text-align:right;
	}

.nav-link i {
	display:none;
	}

.carouselTpBar {
	position:absolute;
	top:0;
	left:0;
	right:0;
	}

.logoslide {
	top:60px;
	right:40px;
	}

.btmLinks {
	display:none;
	}

/********************************/

header {
	width:100%;
	left:0;
	top:0;
	height:100px;
	position:fixed;
	z-index:1;
    /* background:rgba(0,0,0, .5); */
	}

.fixedlogo {
	color:#ff8214;
	text-align:center;

	}

.tplogo {
	color:#ff8214;
	text-align:center;
	background-color:#fff;
	padding:20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	line-height:21px;
	margin-top:15px;
	}

.tplogo strong {
	margin-top:5px;
	}

.borderBottom {
	position:absolute;
	top:8px;
	right:0px;
	width:100%;
	text-align:right;
	}

.borderBottom ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.borderBottom ul li {
	display:inline-block;
	margin:0 20px;
	}

.whats i {
	font-size:24px;
	margin-right:3px;
	color:#fefe00;
	vertical-align:top;
	}

.whats a {
	color:#fefe00;
	font-size:17px;
	}

.navbar-light > .container {
	position:relative;
	}

.navbar-light .navbar-nav .nav-link {
	cursor:pointer;
	font-size:13px;
	color:#fff;
	}

.navbar-light .navbar-nav .nav-link:hover {
	color:#fefe00;
	}

.nav-item {
	position:relative;
	}

.dp:hover .dropdown-menu {
	display:block;
	top:32px;
	left:0;
	}

#collapsibleNavbar {
	margin-top:-35px;
	}

.displayCell {
	padding-left:15px;
	padding-bottom:20px;
	}

.dropdown-item.active, .dropdown-item:active {
	background-color:transparent;
	color:#16181b;
	}

header.fixed .tpbrd {
	display:none;
	}

header.fixed .TpRow {
	margin-top:-40px;
	}

header.fixed {
	background:#fff;
    position:fixed;
    width:100%;
    left:0;
    top:0;
	height:56px;
    z-index:999;
	}

header.fixed .navbar-brand, header.fixed .navbar-brand {
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

header.fixed .navbar-brand img {
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

.navbar-brand img {
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

header.fixed .navbar-nav.float-left {
	margin-top:-20px;
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

header.fixed .whats {
	margin:-20px 0 0 0;
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

header.fixed #collapsibleNavbar {
	margin-top:-5px;
	}

.navbar-brand img.fixedlogo {
	display:none !important;
	}

.navbar-brand img.tplogo {
	display:block !important;
	}

header.fixed .fixedlogo {
    display:block !important;
    font-size:12px;
    line-height:12px;
	}

header.fixed .navbar {
	padding:0;
	}

header.fixed .fixedlogo>img {
	width:30px;
	}

header.fixed .tplogo {
	display:none !important;
	}

/* header.fixed .tplogo{opacity: 0;height:0;} */
.tplogo, .fixedlogo {
	transition:all .2s ease-in-out;
	}

.tplogo  strong, .fixedlogo strong {
	display:block;
	}

.fixedlogo {
	display:none !important;
	}

header.fixed .navbar-light .navbar-nav .nav-link {
    cursor:pointer;
    font-size:12px;
    color:#000;
    font-weight:500;
}

/*-------Welcome to DYNS--------*/
.dyns {
	background-color:#ebefff;
	padding:40px;
	}

.welDyns {
	background-color:#ffffff;
	padding-bottom:30px;
	padding-top:30px;
	}

.textWelcome {
	margin-top:20px;
	}

.textWelcome h1 {
	color:#e67817;
	padding-bottom:15px;
	border-bottom:1px solid #e2e4eb;
	margin-bottom:25px;
	}

.UseFlex {
	display:flex;
	justify-content:space-between;
	}

.praText i {
	color:#333;
	display:block;
	font-weight:500;
	font-size:17px;
	margin-bottom:20px;
	}

.tvideo {
	color:#333;
	display:block;
	font-weight:500;
	font-size:17px;
	margin:20px 0px;
	}

.praText strong {
	color:#000;
	display:block;
	font-weight:600;
	margin-bottom:20px;
	}

.praText {
	color:#676666;
	font-size:14px;
	line-height:27px;
	}

.galleyWelcome {
	padding-top:20px;
	}

.imgRight {
	text-align:right;
	position:relative;
	z-index:1;
	}

.imgRight img {
	border:1px solid #ffffff;
	}

.imgLeft {
	position:absolute;
	top:64px;
	left:66px;
	z-index:5;
	border:1px solid #fff;
	}

.imgBottom {
    position:absolute;
    bottom:-148px;
    z-index:-1;
    border:1px solid #fff;
    right:45px;
	}

.socialIcon {
	display:flex;
	margin-top:25px;
	}

.socialIcon span {
	margin-left:5px;
	}

.btnRadius {
    color:#e67817 !important;
    border:2px solid #e67817;
	transition:all .3s ease-in-out;
    border-radius:30px;
    transform:scale(1);
	}

.btnRadius:hover {
    color:#000 !important;
	transition:all .3s ease-in-out;
    border:2px solid #000;
    transform:scale(.98);
	}

.btnColor:hover {
    color:#fff !important;
	transition:all .3s ease-in-out;
    border:2px solid #fff;
    transform:scale(.98);
	}

.textBox:hover, .imgInline img:hover {
	transform:scale(.93);
	transition:all ease-in-out .3s;
	}

.imgInline img, .viewBtn, .textBox, .footerIcon li, .btnColor, .iconBox li {
	transition:all ease-in-out .3s;
	}

.viewBtn {
	transform:scale(1);
	}

.viewBtn:hover {
	background-color:#000;
	transition:all ease-in-out .3s;
	transform: scale(.98);
	}

.iconBox li:hover, .footerIcon li:hover {
	transform:rotate(-360deg);
	transition:all .5s ease-in-out;
	}

#carouselDemo .carousel-caption {
    left:0%;
	right:0%;
	top:55%;
	width:100%;
    font-size:70px;
    line-height:50px;
    font-weight:bold;
	letter-spacing:-2px;
    -webkit-text-stroke:2px #000;
	}

#carouselDemo .carousel-caption span {
	color:#fefe00;
	}

.orangeBg {
    background-color:#e67817;
    position:absolute;
    bottom:0;
    width:300px;height: 84%;
    right:10%;
    color:#fff;
	}

.orangeBg a {
    color:#fff;
    border-bottom:1px solid #fff;
    display:block;
    padding:20px;
    font-size:14px;
	}

marquee {
	height:100%;
	}

.btnRadius i {
	margin-left:10px;
	}

.iconBox {
	margin-left:15px;
	}

.iconBox li {
    display:inline-block;
    width:28px;
    height:28px;
    background:#000;
    border-radius:50%;
    text-align:center;
    line-height:30px;
    margin-top:5px;
    margin-right:4px;
	}

.iconBox li a {
    color:#fff;
	font-size:16px;
	}

.drBg {
	background:url(../img/dr-Bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding-top:20px;
	background-size:cover;
	}

.yogaText h1 {
	font-size:47px;
	color:#000;
	}

.yogaText h1 strong {
	font-size:47px;
	font-weight:700;
	}

.yogaText ul {
	padding:0px;
	margin:0px;
	}

.yogaText ul li {
	color:#000;
	font-weight:500;
	line-height:25px;
	margin:0px;
	background-image: url(../img/om-icon-w.png);
    background-repeat: no-repeat;
    margin: 0;
    background-position-y: 5px;
    padding: 5px 5px 5px 35px;
	list-style:none;
	}

.yogaText p {
	color:#000;
	font-size:13px;
	line-height:24px;
	}

.yogaIntro {
	margin-top:20px;
	padding:25px 30px;
	background-color:#ffff;
	border-radius:8px;
	position:relative;
	}

.yogaIntro p::before {
    position:absolute;
    font-family:'Font Awesome 5 Free';
    left:10px;
	top:15px;
    content:'\f10d';    
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-weight:900;
	}

.yogaIntro p::after {
    content:'\f10e';
    bottom:10px;
    right:10px;
    position:absolute;
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    font-weight:900;
	}

.btnColor {
    color:#000 !important;
    border:2px solid #000;
    padding:8px 15px;
    margin-left:30px;
    margin-bottom:22px
	}

.associotedDiv {
	padding-top:50px;
	padding-bottom:50px;
	}

.associotedDiv p {
	font-size:18px;
	color:#000;
	}

.accLogo {
	text-align:center;
	margin:0 auto;
	}

.accLogo span {
	float:left;
	padding-left:20px;
	padding-right:20px;
	}

.accLogo img {
	margin-top:32px;
	text-align:center;
	margin-bottom:20px;
	}

.ourAchiv {
	margin-bottom:50px;
	margin-top:20px;
	}

.ourAchiv h1 {
	color:#020202;
	font-size:29px;
	padding-bottom:20px;
	}

.OurDivText {
    background:#ff8214;
    padding-top:80px;
    padding-right:30px;
    padding-left:30px;
    color:#fff;
    width:279px;
    font-size:14px;
}

.imgAling {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	}

.inmainGallery {
	margin-top:30px;
	padding-bottom:50px;
	}

.mainGallery {
	margin-top:50px;
	padding-bottom:50px;
	}

.mainGallery h2 {
	text-align:center;
	font-size:29px;
	color:#020202;
	margin-bottom:30px;
	}

.inheading {
	padding:20px 0px;
	background:#e67817;
	}

.inheading h2 {
	text-align:center;
	font-size:29px;
	color:#fff;
	}

.imgInline {
	display:flex;
	justify-content:space-between;
	}

.imgInline img {
	width:20%;
	}

.eventDiv {
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
	}

.textBox {
    width:250px;
    padding:30px 30px;
    height:250px;
    border:15px solid #e9ecf6;
    border-radius:50%;
	}

.textBox h3 {
    font-size:17px;
    color:#e67817;
	}

.textBox p {
	margin-bottom:10px;
	}

.textBox a {
	color:#000;
	cursor:pointer;
	font-weight:500;
	}

.bgTestimonial {
	background-color:#ececec;
	padding-top:50px;
	padding-bottom:40px;
	}

.bgTestimonial h1 {
	padding-bottom:30px;
	color:#e67817;
	font-size:27px;
	font-weight:bold;
	}

.monialDiv {
    padding-top:20px;
    background-color:#f6f6f6;
    border:1px solid #ececec;
    box-shadow:3px 4px 7px 3px #e6e3e3;
	margin-bottom:20px;
	}

.monialDiv h3 {
	font-size:18px;
	padding-top:10px;
	color:#353434;
	line-height:26px;
	}

.monialDiv h3 i {
	font-size:15px;
	margin-bottom:20px;
	color:#333;
	line-height:26px;
	}

.monialDiv p {
    padding:10px 43px 20px;
    line-height:25px;
    font-size:14px;
	}

.circleImg {
	background-color:#ececec;
	padding-top:20px;
	padding-bottom:20px;
	}

button.btn.viewBtn {
    background:#e67817;
    border-radius:0;
    margin-top:30px;
    color:#fff;
    font-size:14px;
	}

.rotary-club {
    background-image:url(../img/yoga-rotary-club-ghaziabad.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:cover;
    padding:10px 0px 140px 0px;
	font-size:25px;
	line-height:30px;
	font-weight:bold;
    height:auto;
    color:#ffff00;
	text-shadow: 2px 2px 4px #000000;
	}

.ourVision {
    background-image:url(../img/yog-bg.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:cover;
    padding:50px 0px;
    height:auto;
    color:#000000;
	}

.viewBtn {
    background-color:#e67817;
    color:#fff;
    padding:6px 30px;
    font-size:16px;
	}

.ourVision h2 {
	font-size:30px;
	}

#myCarousel1 {
	margin-bottom:20px;
	}

.navFooter ul {
	padding-left:0px;
	}

.brdRight {
	border-right:1px solid #000;
	height:100%;
	}

.navFooter {
	border-right:1px solid #000;
	}

.lftBorder {
	padding-left:15px;
	}

.navFooter li {
	list-style:none;
	padding-top:15px;
	color:#000;
	}

.navFooter a {
	text-decoration:none;
	color:#000;
	}

.CallDiv {
	padding-top:10px;
	color:#e67817;
	}

.CallDiv h5 {
	margin-bottom:0px;
	font-size:18px;
	color:#e67817;
	font-weight:700;
	text-transform:uppercase;
	}

.fSize {
	font-size:16px;
	font-weight:600;
	}

.CallDiv a {
	color:#e67817;
	}

.pd-pb {
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom:5px solid #e67817;
	}

.footerIcon li {
    display:inline-block;
    width:30px;
    height:30px;
    background:#000;
    border-radius:50%;
    text-align:center;
    line-height:30px;
    margin-top:15px;
	}

.footerIcon li a {
	color:#fff;
	}

.mapDiv {
	padding-right:30px;
	padding-top:10px;
	}

#myCarousel1 {
	display:block;
	}

#myCarousel11 {
	display:none;
	}

@media (max-width:1200px) {

.navbar-nav {
	margin-top:40px;
	}

.fixed .navbar-nav {
	margin-top:0;
	}

.TpRow .dropdown {
	display:none;
	}
	
.bgbr {
	margin-top:-25px;
	height:100px;
	}

.navbar-light .navbar-brand {
	margin-left:0px;
	}

.tplogo img {
	width:50px;
	}

.tplogo, .fixedlogo {
	font-size:16px;
	}

.galleyWelcome img {
	padding-top:27%;
	}

.textBox {
	width:auto;
    padding:15px 15px;
    height:auto;
    border:10px solid #e9ecf6;
    border-radius:50%;
    }

.textBox h3 {
	font-size:15px;
	}

.textBox p {
	font-size:12px;
	}

.textBox a {
	font-size:11px;
	}

/* .imgAling img{width: 100%;}
.OurDivText{width: 100%;} */
/* .imgAling{justify-content: flex-start;} */
/* .respImg, .respImg2{width:325px} */
.imgAling {
	flex-direction:row;
	flex-wrap:nowrap;
	}

.OurDivText {
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	}

}

@media(max-width:1200px)and(min-width:992px) {

.imgAling {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
	}

.respImg img {
    width:300px;
    height:auto;
	}

.respImg2 img {
    width:300px;
    height:auto;
	}

/* .OurDivText{width:100%;margin-top:30px;margin-bottom:30px;padding-top:30px;padding-bottom:30px;} */
}

@media (max-width:991px) {
.tpbrd, .borderBottom {
	display:none;
	}
	
.navbar-brand img {
	width:40px;
	}

.tplogo, .fixedlogo {
	font-size:12px;
	}

.navbar-nav {
	margin-top:0;
	}

.navbar-light .navbar-nav .nav-link {
	font-size:10px;
	font-weight:500;
	padding-right:7px;
	color:#fefe00;
	}

header.fixed .navbar-light .navbar-nav .nav-link {
	font-size:10px;
	padding-right:7px;
	}

.yogaText p {
	font-size:12px;
	line-height:22px;
	}

.btnColor {
	margin-left:0px;
	}

.imgTop img {
	margin-top:30px;
	}

.imgAling {
	flex-direction:column;
	flex-wrap:nowrap;
	}

.textBox {
	padding:30px;
	width:250px;
	margin-bottom:30px;
	}

.monialDiv p {
	padding:10px 7px 20px;
	line-height:23px;
	font-size:12px;
	}

#carouselDemo .carousel-caption {
	font-size:32px;
	line-height:33px;
	}

.imgAling img {
	width:100%;
	}

.OurDivText {
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:30px;
	padding-bottom:30px;
	}

.navbar-light .navbar-brand {
	margin:0;
	}

.monialDiv h3 {
	font-size:15px;
    padding-top:10px;
    color:#353434;
    line-height:21px;
	}
}

@media(max-width:767px) {

.onyoga {
    width: 90%;
}

.accLogo span {
	padding-left:3px;
	padding-right:3px;
	}

.onfee1 {
	width:100%;
	}

.tplogo {
	color:#ff8214;
	text-align:center;
	background-color:#fff;
	padding:0px;
	box-shadow:none;
	margin-top:0px;
	}

.navbar-expand-md .navbar-nav .widthLessSecond .dropdown-menu {
	width:300px;
	left:0;
	}

.navbar-expand-md .navbar-nav .widthLess .dropdown-menu {
	width:300px;
	left:0%;
	}

header, header.fixed {
	position:fixed;
	height:auto;
	}

.navbar-light {
	background-color:#fff;
	z-index:1;
	padding:0;
	box-shadow:0 3px 7px 0 #ccc;
	}
	
.navbar-light .navbar-brand {
	margin-right:0;
	padding:10px;
	}

.navbar-toggler {
	border:0;
	color:rgba(192,192,192,1) !important;
	border-radius:0;
	}	

#Testimonial .carousel-item .col-md-4, #Testimonial1 .carousel-item .col-md-4 {
	display:none;
	padding-left:35px;
	padding-right:35px;
	}

#Testimonial .carousel-item .col-md-4:first-child, 	#Testimonial1 .carousel-item .col-md-4:first-child {
	display:block;
	text-align:center;
	margin:auto;
	}

#Testimonial, #Testimonial1 {
	margin-top:15px;
	}

#carouselDemo {
	margin-top:40px;
	}

.carousel-caption {
	left:15px;
	right:15px;
	bottom:8px;
	padding:0;
	position:absolute;
	top:auto;
	margin-top:-80px;
	}

.dtShow {
	display:none;
	}

.mobShow {
	display:block;
	}

.whBg {
    background-image:url(../img/bg11.jpg);
    background-repeat:no-repeat;
    background-size:100%;
	}

.navbar-collapse {
	position:absolute;
	top:54px;
	left:100%;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	width:100%;
	transition:all 0.4s ease;
	display:block;
	}

.navbar-collapse.collapsing {
	height:auto !important;
	margin-left:50%;
	left:50%;
	transition:all 0.4s ease;
	}

.navbar-collapse.show {
	left:0;
	transition:all 0.4s ease;
	}

.navbar-collapse.collapse:not(.show) {
	display:block;
	}

.collapse.navbar-collapse {
	height:100%;
	left:100%;
	position:fixed;
	top:0;
	bottom:0;
	}

.collapse.navbar-collapse.active {
	left:55px;
	position:fixed;
	top:0;
	bottom:0;
	background-color:#fff;
	z-index:1;
	width:100%;
	padding-left:0;
	right:0;
	height:100%;
	}

.scroll-off {
	overflow:hidden;
	}
	
/**my scss***/
.navbar-collapse.show {
	position:fixed;
	background-color:#fff;
	height:100%;
	z-index:1;
	top:0;
	left:20%;
	padding-left:0;
	}
	
.navbar-expand-md .navbar-nav .dropdown-menu {
	position:relative;
	left:0;
	top:0;
	padding-left:15px;
	background-color:#f8f8f8;
	}

.dropdown.show {
	background-color:#fff;
	}

.displayCell {
	display:block;
	padding-left:0;
	padding-bottom:0;
	}

.dropdown-item	{
	padding-left:15px;
	}

.bgGreen {
	background-color:#b2b2b2;
	border-radius:0;
	font-weight:bold;
	font-size:14px;
	margin-left:-15px;
	}

.dropdown-item strong {
	margin-left:-15px;
	}
	
.dropdown-toggle::after {
    border:0;
    background-image:none;
    background-repeat:no-repeat;
    width:20px;
    height:17px;
    float:right;
    margin-right:0px;
	}

.dropdown-toggle i {
	float:right;
	display:block;
	margin-top:2px;
	}

.dropdown-toggle i img {
	width:17px;
	padding-left:0;
	opacity: 0.5;
	}

.navbar-nav.float-left {
	float:none !important;
	}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav 
.nav-item.dropdown	{
	border-bottom:1px solid #c0c0c0;
	padding:5px 0;
	}

.navbar-light .navbar-nav .nav-link {
	font-size:12px;
	color:#000;
	font-weight:bold;
	width:89%;
	padding-top:1.2em;
	padding-bottom:1.2em;
	}
    
.cross {
    display:block;
    text-align:right;
    position:relative;
    margin:0;
	color:#999;
    right:0;
    bottom:0;
    top:3px;
    margin-right:11.8%;
	width:25px;
	float:right;
	}

.topRow {
	border-bottom:1px solid #e5e5e5;
	padding:14.5px 10px;
	display:block;
	overflow:hidden;
	}

.topRow a {
	color:#aaa;
	font-size:15px;
	margin-top:3px;
	}

.cross img {
	width:16px;
	opacity:0.5;
	}
	
.lftImg {
	margin:10px auto;
    display:table;
    text-align:center;
	}

.nav-item {
	border-bottom:1px solid #e5e5e5;
	}

.navbar-nav.ml-auto{
    float:none !important;
    width:100%;
    overflow:scroll;
    height:95%;
	padding-bottom:20px;
	}

.whatsMob a, .whatsMob i {
    color:#ff8214;
    font-size:14px;
	}

.btmLinks {
    display:block;
    padding:8px;
    font-size:15px;
	font-weight:bold;
	border-bottom: 1px solid #e5e5e5;
	}

.btmLinks a {
	color:#ff8214;
	}

header.fixed .navbar-expand-md .navbar-nav .dropdown-menu {
	position:relative;
	left:0;
	top:0;
	padding-bottom:0;
	}

.dp:hover .dropdown-menu {
	display:none;
	}

.opac {
	background-color:rgba(255,255,255,.1);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	bottom:0;
	z-index:0;
	display:block;
	}

header.fixed .navbar-nav.ml-auto {
	margin-top:0;
	}

header.fixed .whats {
	margin:-20px 0 0 0;
	-webkit-transition:all 0.6s ease;
    transition:all 0.6s ease;
	}

header.fixed .navbar-light .navbar-brand {
	box-shadow:none;
	border-radius:0;
	background-color:#fff;
	}

.carousel-control-next, .carousel-control-prev {
	width:5%;
	z-index:10000;
	opacity:1;
	}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next, .carousel-control-prev {
	font-size:20px;
	opacity:1;
	color:#dcdcdc;
	}

#Testimonial .carousel-item {
	width:100%;
	}

#Testimonial .carousel-item .img-fluid {
	width:90px;
	}

.tstiText {
	width:58%;
	text-align:left;
	font-size:12px;
	}	
    
.dp .dropdown-menu.current {
	display:block;
	margin-top:0;
	width:100%;
	border:0;
	}

.navbar-brand img.tplogo , header.fixed .fixedlogo {
	display:none !important;
	}

header.fixed #collapsibleNavbar {
	margin-top:0;
	z-index:3;
	}

#collapsibleNavbar {
	margin-top:0;
	z-index:3;
	}

.mi, .pl {
	display:none;
	}

.pl {
	display:block;
	}

.current .plus .mi {
	display:block;
	}

.current .plus .pl {
	display:none;
	}

.carousel-control-next img, .carousel-control-prev img {
	width:15px;
	}

.carousel-control-prev {
	left:12px;
	}

.carousel-control-next {
	right:12px;
	}
	
header.fixed .navbar-expand-md .navbar-nav .dropdown-menu {
	width:100%;
	}
	
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	background:#fff;
    color:#000;
	}

/*	.ligAcc {
    line-height: 25px;
    font-style: italic;
    height: 90px;
    overflow: hidden;
}*/
	
.btnColor {
	margin:0 auto;
	}


.accLogo img {
	margin-left:20px;
	margin-right:20px;
	margin-top:32px;
	}

#carouselDemo .carousel-caption {
    font-size:25px;
    line-height:30px;
    left:3%;
    right:0;
	display:none;
    bottom:20px;
    margin:0;
    text-align:left;
	}

.galleyWelcome img {
	padding-top:5%;
	}

.textBox {
	width:250px;
	height:250px;
	padding:40px 15px;
	margin:0 auto 20px;
	}

.textBox h3 {
	font-size:18px;
	}

.textBox p {
	font-size:14px;
	margin-bottom:10px;
	}

.imgAling img {
	width:100%;
	}

.OurDivText {
	width:100%;
	}
	
.wd {
	width:100%;
	}

.orangeBg {
	right:0;
	top:0;
	width:180px;
	height:100%;
	}

.orangeBg a {
	font-size:11px;
	padding:10px;
	}

.fa.fa-2x {
	font-size:20px;
	}

.dyns {
	padding:15px;
	}

.textWelcome {
	margin-top:0;
	}

.textWelcome h1 {
	font-size:20px;
	margin-bottom:15px;
	}

.praText {
	font-size:12px;
	line-height:22px;
	}

.yogaText h1 {
	font-size:27px;
	}

.yogaText h1 strong {
	font-size:33px;
	}

.navFooter, .brdRight {
	border-bottom:1px solid #000;
	border-right:0;
	padding-bottom:20px;
	}

.brdRight.mapDiv {
	border-bottom:0;
	}

.pd-pb {
	padding-bottom:20px;
	}

.carousel-control-next, .carousel-control-prev {
	z-index: 0;
	}

#myCarousel1 {
	display:none;
	}

#myCarousel11 {
	display:block;
	}

.carousel-control-next-icon, .carousel-control-prev-icon {
	filter:invert(1);
	}

.mainGallery {
	padding-bottom:0;
	}

header.fixed .navbar-light .navbar-nav .nav-link {
	font-size:12px;
	}

.fixedlogo + img {
	display:none !important;
	}

.tplogo.d-none, header.fixed .tplogo {
	display:block !important;
	font-size:14px;
	}
	
.tplogo strong, .fixedlogo strong {
	display:inline-block;
	}

.mainGallery h2, .ourAchiv h1 {
	font-size:22px;
	margin-bottom:10px;
	padding:0;
	}

.associotedDiv p {
	font-size:22px;
	}
}