* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}




/* header */

.navbar{
padding-top: 0;
padding-bottom: 0;
}

.navbar-brand{
  background: #000;
  padding:20px 15px;
}

.nav-item.search-nav-item{
  margin-left: 10px;
}
.nav-item{
  margin-left: 30px;
}

.nav-link {
  color: #121212BF;
font-size: 20px;
font-weight: 500;
line-height: 26.96px;
letter-spacing: 0.03em;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #F08619;
}

.navbar-nav .nav-link:hover{
  color: #F08619;
}

/* serach bar */

.topHedrSearch {
  color: #F08619;
  font-size: 16px;
  margin-left: 9px;
  cursor: pointer;
  border-left: 1px solid #000;
  padding-left: 25px!important;
}

.overlaySearch {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlaySearch .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlaySearch .closebtn:hover {
  color: #ccc;
}

.overlaySearch input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-radius: 100px 0 0 100px;
}

.overlaySearch input[type=text]:hover {
  background: #f1f1f1;
}

.overlaySearch button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius:0 100px 100px 0;
}

.overlaySearch button:hover {
  background: #bbb;
}


/* end serch bar */

/* end header */


/* banner */

.bannerBg {
  background: url(../img/banner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
  background-position: center;
  overflow: hidden;
}

.bnrTxt{
  margin-top: 19%;
}

.bnrTxt p {
  color: #F4F4F4;
  font-size: 25px;
  font-weight: 500;
  line-height: 37.5px;  
}


.bnrTxt h1 {
  color: #fff;
font-size: 72px;
font-weight: 700;
line-height: 85px;
letter-spacing: 0.03em;
}

.bnrTxt h1 span{
color: #F08619;
}


.btn.bnrbtn{
  background: #F08619;
  border: 1px solid #F08619;
  color: #fff;
  padding: 10px 36px;
  transition: all ease-out 0.4s;
}

.btn.bnrbtn:hover {
  color: #F08619;
  background:transparent;
  border: 1px solid #F08619;
}

/* end banner */



/* about */

.aboutBG{
  background: #F086191A;
}

.aboutWrap {
  padding: 50px 0;
}

.about_img {
  width:65%;
  margin: 20px;
}

.aboutpraBox{
  display: flex;
  height: 100%;
}

.aboutPra{
  align-self: center;
}


.hdr{
color: #000;
font-size: 46px;
font-weight: bold;
letter-spacing: 0.03em;
}

.hdr span{
color: #F08619;
}

.aboutPra p {
  color: #353434F0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em; 
}

/* end about */


/* services */

.serviceWrap {
  padding: 70px 0 80px;
}

.sub-hdr{
  margin: 20px 0 60px;
}

.sub-hdr h2{
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.03em; 
}

.sub-hdr p{
color: #353434F0;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.03em;
}


.services-box a{
  box-shadow: 2px 2px 4px 0px #0000001F;
  background: #F086190F;
padding: 20px;
border-radius: 8px;
display: block;
transition: all ease-out 0.5s;
}

.services-box a:hover{
  background: linear-gradient(257deg, rgba(240,134,25,0.2) 0%, rgba(240,134,25,0.2) 35%, rgba(240,134,25,0.2) 100%);
}


.services-box img{
width: auto;
border-radius: 100%;
border:1px solid #F08619;
padding: 7px;
margin-bottom: 20px;
}

.services-box h3{
color: #000;
font-size: 22px;
font-weight: 600;
line-height: 26.96px;
letter-spacing: 0.03em;
}


.services-box p{
color: #353434F0;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.03em;
}


/* end services */



/* Wellness Programs */

.wellProgWrap{
  background: #F086191A;
  padding: 70px 0 80px;
  position: relative;
}


.well-prog-subHdr{
  width: 60%;
  margin: 30px auto 50px;

}


.well-prog-subHdr h3{
color: #000;
font-size: 25px;
font-weight: 600;
line-height: 26.96px;
letter-spacing: 0.03em;
}

.well-prog-subHdr p{
  color: #353434C9;
  font-weight: 400;
  line-height: 21px;
}


.wellProgImg img{
  width: 100%;
}

.wellProg-text {
  margin-bottom: 30px;
}


.wellProgHdr{
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 26.96px;
  letter-spacing: 0.03em;
}

.wellProgPra{
  color: #353434C9;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.wellProg-text-list li{
  color: #353434C9;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.wellProg-text-list>ul, .wellProg-text-list>ol{
padding-left: 18px;
}

.wellProg-text-list {
  margin-top: 30px;
}

.wellProgBtn{
  position: absolute;
  right: 60px;
  bottom: 80px;
}


/* end Wellness Programs */


/* Community Support */

.cumSupportWrap{
  padding: 70px 0 80px;
}

.com-suport-text h1{
  color: #000;
font-size: 46px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0.03em;
}

.com-suport-text p{
  color: #353434F0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  }

.com-support-btn a{
  color: #F08619;
font-size: 20px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0.03em;
border: 1px solid #F08619;
border-radius: 8px;
padding: 12px 20px;
transition: 0.3;
}
.com-support-btn a:hover{
  color: #fff;
background:#F08619;
  border: 1px solid #F08619;
}
.com-suport-img{
  text-align: right;
}
.com-suport-img img{
  width: auto;
}


/* end Community Support */

/* suport */

.supportWrap {
  background: url(../img/saportBanner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.supportText {
  padding:80px 0;
}

.supportText h1 {
color: #fff;
font-size: 46px;
font-weight: 600;
line-height: 63px;
letter-spacing: 0.03em;
width: 60%;
}

.supportText span{
color: #F08619;
}

/* end suport */


/* Meet Our Team */

.ourTeamHdr_pra{
color: #6B7280;
font-size: 18px;
font-weight: 400;
line-height: 27px;
}

.meetTeamBx a{
  box-shadow: 0px 10px 10px 0px #0000000A;
  background: #fff;
  padding: 20px;
  display: block;
  transition: all ease-out 0.3s;
  border-radius: 8px;
}

.meetTeamBx a:hover {
  box-shadow: 0 5px 5px rgb(168, 166 ,166 , 25%), 0 1px 6px rgba(168, 166 ,166 , 25%);
}

.meetTeamBx h3{
color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
}

.meetTeamBx h5{
 color: #6B7280;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.meetTeamBx p{
  color: #6B7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  
}

.teamBtn{
 background: #F08619 !important;
 color: #fff !important;
  padding: 9.46px 21.28px;
  border-radius:6px;
width: 100%;
border:1px solid #F08619;
}

.teamBtn:hover{
color: #F08619 !important;
background: #fff !important;
border:1px solid #F08619;
}

/* end Meet Our Team */


/* Upcoming Events */


.eventImg{
  width: 100%;
  margin-bottom: 30px;
}

.meetTeamBx .upEvntSub-Hdr{
  line-height: 30px;
}

.upcmngEvntDate {
  padding-left: 0;
}

.upcmngEvntDate li{
  list-style: none;
  color: #353434C9;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.03em;
}

.upcmngEvntDate li b{
  color: #000;
}


.teamBtn.upcmngEvntBtn{
  width: auto;
}



/* end Upcoming Events */

/* Testimonials */

.testimonialWrap {
  padding: 100px 0;
}

.testimonial-img-box{
  margin-right: 60px;
  position: relative;
  height: 300px;
}

.testiImg1,.testiImg2,.testiImg3,.testiImg4,.testiImg5,.testiImg6,.testiImg7,.testiImg8,.testiImg9{
  position: absolute;
}

.testiImg1{
  width: 100px;
  top: 20px;
left: 0;
}
.testiImg2{
  width: 100px;
  top: 60%;
  left: 0;
}

.testiImg3{
  width: 100px;
  top: -13%;
  left: 33%;
}

.testiImg4{
  width: 80px;
  top: -13%;
  right: 22%;
}
.testiImg5{
  width: 85px;
  top: 33%;
  left: 27%;
}
.testiImg6{
  width: 85px;
  top: 29%;
  right: 31%;
}
.testiImg7{
  width: 100px;
  bottom: -37px;
  left: 40%;
}
.testiImg8{
  width: 90px;
  top: 20%;
  right: 0;
}
.testiImg9{
  width: 100px;
  bottom: 0%;
  right: 11%;
}

.testimonialBox{
  margin-top: 30px;
}


.reviwStar span{
  color:#FACC07;
}

.reviwStar .reviwStar-gray{
  color: #ccc;
}

.testimnlPra p{
  color: #6B7280;
font-size: 18px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0.02em;
}

.blogDate.testmnl-active-img span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ddd;
}


.blogDate.testmnl-active-img span img {
  width: 50px;
  height: 50px;
}




.testimonial .slick-prev, .testimonial .slick-next {
  top: 88%;
  width: 35px;
  height: 35px;
  color: #000;
  background: #F0861945;
  border-radius: 100%;
}

.testimonial .slick-prev:before, .testimonial .slick-next:before {
  font-family: 'fontAwesome';
  font-size: 15px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.testimonial .slick-prev:before {
  content: '\f060';
}

.testimonial .slick-next:before {
  content: '\f061';
}

.testimonial .slick-prev:hover, .testimonial .slick-prev:focus, .testimonial .slick-next:hover, .testimonial .slick-next:focus {
  color: transparent;
  outline: none;
  background: #F08619;
}

.testimonial .slick-prev {
  right: 26px;
  left: inherit;
  z-index: 9;
}
/* end Testimonials */


/* blog */


.sub-hdr.sub-hdr1{
  margin: 0px 0 50px;
}

.blogBox{
  box-shadow: 0px 10px 10px 0px #0000000A;
  background: #fff;
  display: block;
  transition: all ease-out 0.3s;
  border-radius: 8px;
}

.blogBox:hover{
  box-shadow: 0 5px 5px rgb(168, 166 ,166 , 25%), 0 1px 6px rgba(168, 166 ,166 , 25%);
}

.blogImg{
  width: 100%;
}

.blogBoxPra{
  padding: 20px;
/*  min-height: 241px;*/
}

.blogBoxPra h3{
 color: #000;
  font-size: 20.55px;
  font-weight: 600;
  line-height: 30.82px;
}


.blogBoxPra p{
 color: #232536;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 20.55px;
}


.blogDate{
  align-items: center;
}

.blogDate span{
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #ddd;
}


.blogDate span img{
 width: 25px;
}

.blogDate ul{
padding-left: 20px;
margin-bottom: 0;
}

.blogDate li{
  list-style: none;
}

.blogDate li:nth-child(1){
  color: #232536;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 20.55px;
}

.blogDate li:nth-child(2){
  color: #aaa;
font-size: 11.99px;
font-weight: 500;
line-height: 17.12px;
}



/* Frequently Asked Questions */

.askQuesWrap{
  padding: 70px 0;
}

/* Custom style */
.accordion-button::after {
  color: #fff;
  content: "\f067 ";
  font-family: fontAwesome;
  background-image: none;
  background-color:#F08619;
  padding: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.accordion-body{
  padding-left: 0;
}

.accordion-button.accordianBtn{
color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  padding: 20px 0;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: fontAwesome;
  background-image: none;
}

.accordion-button.accordianBtn:focus {
  border-color: none;
  box-shadow: none;
}

.accordion-button.accordianBtn:not(.collapsed) {
  color: #F08619;
  background: none!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item.accordianItem{
  border-left:none;
  border-right: none;
}


/* end Frequently Asked Questions */


/* footer */

.ftrBg {
  background: #000;
  padding: 70px 0;
}

.ftrLogo img {
  width: auto;
  margin-bottom: 40px;
}

.ftrLft ul{
  padding-left: 0;
}

.ftrLft ul li{
  color: #fff;
  list-style: none;
  line-height: 28px;
}

.ftrLft ul li a{
  color: #fff;
font-weight: 400;
}

.ftrLft ul li a:hover{
  color: #F08619;
}

.ftrmidle h3{
  color: #fff;
  font-size: 16px;
font-weight: 600;
line-height: 24px;

}
.ftrmidle ul{
  padding-left: 0;
}

.ftrmidle ul li{
  color: #fff;
  list-style: none;
  line-height: 28px;
}

.ftrmidle ul li a{
  color: #fff;
font-weight: 400;
font-size: 15px;
}

.ftrmidle ul li a:hover{
  color: #F08619;
}

.ftrBook{
color: #fff;
font-size: 28px;
font-weight: 600;
}

.ftrBook span{
color: #F08619;
}

.form-control.ftrFrmContrl {
  margin-top: -19px;
  padding: 0.375rem 0.75rem;
  color: #fff;
  background: none;
  border: 1px solid #ced4da;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.form-label.ftrFrmLbl {
  margin-left: 21px;
  background: #000;
  padding: 0px 15px;
font-size: 12.8px;
font-weight: 400;
line-height: 22.53px;
}

.ftrBtn{
  text-align: right;
}


/* end footer */
