


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}

.container {
	width: 1280px;
	margin: auto;
}



/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 80px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}






/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 0px;
}


.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 10px;
}



.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #526954;
	font-size: 15px;
	color: #fff;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 12px 0px;font-family: "Poppins", serif;
}
.top_nav .left i {
	color: #fff;
}
.top_nav .left a {
	color: #fff;
	margin-right: 25px;font-family: "Poppins", serif;
}
.top_nav .left a:hover {
	color: #fff;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;font-family: "Poppins", serif;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 2px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #fff;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;font-family: "Poppins", serif;
	border:1px solid #fff;
	width: 26px; height: 26px; line-height: 26px
}
.top_nav .topsocial li a:hover {
	color: #999;
}
.fs-16{font-size: 15px}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}


.slidermar {
	margin-top: 100px;
}

.enquiry-now a {
    position: relative;
    display: inline-block;
    padding: 8px 19px;
    color: #fff;
    font-size: 17px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: "Marcellus", serif; 
    font-style: normal;
    font-weight: 400; 
	letter-spacing: 0.2px;margin-top: 5px; 
	/*background-color: #e35944;*/
  }

  
  .enquiry-now a:hover {
    background: #fff;
    color: #526954;
  }
  
  .enquiry-now a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  .enquiry-now2 a {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 17px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: "Marcellus", serif; 
    font-style: normal;
    font-weight: 400; 
	letter-spacing: 0.2px;margin-top: 5px; 
	background-color: #526954;
  }

  
  .enquiry-now2 a:hover {
    background: #fff;
    color: #526954;
  }
  
  .enquiry-now2 a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now2 a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
  
.below-banner{padding: 80px 0 60px; }

.below-banner h2{
	    width: 70%;
    margin: 0 auto;
    font-family: "Marcellus", serif;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: #234426;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

/*.below-banner h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.below-banner h3{
	    font-family: "Marcellus", serif;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}*/
.blog{
    background: #f8f5ef url(../images/poem-right.png) no-repeat scroll right top;
}
.bloggs{
    background:  url(../images/poem-left.png) no-repeat scroll left bottom;
}
.about-section{padding-top:50px }

.about-left {
    width: 60%;
    float: left;
    margin-right: 5%;
}
.about-left h1 {
    font-family: "Playfair Display", serif;
    color: #1b3e1e;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
   
    text-transform: none;
}
.about-left h1 span{color: #368a48;}

.about-left p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
    padding-bottom: 50px;
}
.about-right {
    width: 35%;
    float: left;
    margin-right: 0%;
}

.more-info{background-color: #526954;
    padding: 12px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Marcellus", serif;  letter-spacing: 1px }

 .more-info:hover{background-color: #368a48; color: #fff;}

.services-section-bg{
    background: #f8f5ef url(../images/poem-left-1.png) no-repeat scroll right top;
}
.services-section-bg-1{
    background:  url(../images/poem-right-1.png) no-repeat scroll left bottom;
}

.services-scrolling{background-color: #4e3c31; padding: 20px 0;}

.services-section{padding: 80px 0}

.services-section-left{width: 70%; float: left; margin-right: 5%}

.services-section-left h6{
	font-family: "Marcellus", serif;  
	letter-spacing: 1px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.services-section-left h1{
	font-family: "Marcellus", serif;  
	letter-spacing: 1px;
    color: #000;
    font-size: 30px;
    font-weight: 400;    margin-bottom: 10px;
}
.services-section-left p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
    padding-bottom: 50px;
}
.services-section-right{width: 25%; float: left; margin-right: 0%;  margin-top: 35px;}

.schedule-btn{
	background-color: #526954;
    padding: 12px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
    border-radius: 25px;

}

 .schedule-btn:hover{background-color: #368a48; color: #fff;}


.service-item {
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Marcellus", serif;
  margin-bottom: 35px;
}

.service-item h5{
    font-size: 22px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    letter-spacing: 1px;
    color: #ea5900;
}

.service-item p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000; 
    line-height: 30px;
}

.tf-btn-link{font-size: 15px;
    font-weight: 400;
   font-family: "Marcellus", serif;
    color: #000; letter-spacing: 0.5px;
}
.tf-btn-link i{font-size: 18px; color: #ea5900;font-weight: 600; }

.service-item.h-280 {
  min-height: 280px;
}
.service-item .content {
  position: relative;
}
.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.service-item .content .title a {
  color: var(--Primary);
}
.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item:hover {
  background-color: #fff5ee;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.service-item.style-2 {
  border-radius: 12px;
  background-color:#fff;
}
.service-item.style-2::after {
  display: none;
}
.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-item.style-2:hover .image-wrap {
  width: 100%;
}
.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: #fff;
}
.service-item.style-2:hover .content .title a:hover {
  color: #fedac2;
}
.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: #fff;
}
.service-item.style-3 .content {
  margin-bottom: 24px;
}
.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}
.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;   
  margin-bottom: -8px;
}

.hover-img .image-wrap {
  overflow: hidden;
}
.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

.z-5 {
  z-index: 5;
}
.relative {
  position: relative;
}



.team-two__single {
  position: relative;
  margin-bottom: 30px;
}

.team-two__link-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.team-two__image {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px;
  padding-bottom: 0;
}

@media (max-width: 639px) {
  .team-two__image {
    max-width: 355px;
    margin: 0 auto;
  }
}

.team-two__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-two__line svg {
  width: 100%;
  height: 100%;
}

.team-two__image-inner img{
      position: absolute;
    top: 29px;
    left: 23px;
}

.team-two__image-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #de968d;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 150, 141, 0)), to(#de968d));
  background: linear-gradient(180deg, rgba(222, 150, 141, 0) 0%, #de968d 100%);
  opacity:0;
  z-index: 2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.team-two__meta {
  padding-left: 15px;
  padding-bottom: 8px;
}
.team-two__meta-1 {
  padding-left: 15px;
  padding-bottom: 8px;
      position: relative;
    top: 335px;
}
@media (max-width: 1024px) {
  .team-two__meta {
    text-align: center;
    padding-left: 0;
  }
}

.team-two__name {
  font-size: 22px;
  font-weight: 400;
  margin: 0;text-align: center;font-family: "Marcellus", serif;
  color: #000;
}

.team-two__job {
  margin-top: 4px;
   font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #ea5900; 
  margin-bottom: 10px;text-align: center;
}



.therapy-section{padding: 80px 0 200px;}

.therapy-section h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.therapy-section h3{
	    font-family: "Marcellus", serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}

.why-choose{ margin-top: 200px;}


.parallax{background-repeat:no-repeat !important;background-attachment:fixed !important;background-size:cover !important;background-position:center !important;height:100%;width:100%}
.parallax img{/*width:100%;height:100%;*/object-fit:cover}

#OurServices .RitBox .box:hover img{
    filter:brightness(0) invert(1)
}

#OurServices {
    overflow: hidden;
    position: relative;
}
#OurServices::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #08322a;
    opacity: 0.7;
}
#OurServices #RoundShape {
    opacity: 0.302;
    fill: #24b24b;
    position: absolute;
    -webkit-animation-name: bubbleFloating;
    animation-name: bubbleFloating;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: -15px;
    right: 20px;
    z-index: 0;
    width: 135px;
}
@media only screen and (min-width: 468px) {
    #OurServices #RoundShape {
        left: 108px;
        right: auto;
        width: 170px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices #RoundShape {
        width: 205px;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices #RoundShape {
        width: 280px;
    }
}
#OurServices .container {
    position: relative;
}
#OurServices .row {
    margin: 0px;
    padding: 0px;
}
#OurServices .LftBox {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 45px 0 15px 0;
    float: left;
}
@media only screen and (min-width: 468px) {
    #OurServices .LftBox {
        padding: 95px 35px 30px 0;
    }
}
@media only screen and (min-width: 768px) {
    #OurServices .LftBox {
        width: 285px;
    }
}
@media only screen and (min-width: 992px) {
    #OurServices .LftBox {
        width: 335px;
        padding: 145px 50px 50px 0;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .LftBox {
        width: 360px;
        padding: 145px 70px 50px 0;
    }
}
#OurServices .LftBox .head {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 600;
}
@media only screen and (min-width: 468px) {
    #OurServices .LftBox .head {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px) {
    #OurServices .LftBox .head {
        font-size: 44px;
        line-height: 42px;
        font-weight: 700;
    }
}
@media only screen and (min-width: 992px) {
    #OurServices .LftBox .head {
        font-size: 48px;
        line-height: 44px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .LftBox .head {
               font-size: 41px;
        line-height: 53px;
        margin-bottom: 35px;
        font-family: "Marcellus", serif;
        letter-spacing: 0.8px;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .LftBox .head {
               font-size: 46px;
        line-height: 61px;
        font-family: "Marcellus", serif;
    }
}
#OurServices .LftBox .sub {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (min-width: 468px) {
    #OurServices .LftBox .sub {
        font-size: 22px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) {
    #OurServices .LftBox .sub {
        font-size: 25px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .LftBox .sub {
               font-size: 18px;
        line-height: 38px;
        font-family: 'Poppins', sans-serif;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .LftBox .sub {
                font-size: 18px;
        line-height: 38px;
        font-family: 'Poppins', sans-serif
    }
}
#OurServices .RitBox {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;float: left;
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox {
        margin-bottom: 65px;
    }
}
@media only screen and (min-width: 768px) {
    #OurServices .RitBox {
        margin-bottom: -1px;
        width: calc(100% - 285px);
        border-top: 0px;
    }
}
@media only screen and (min-width: 992px) {
    #OurServices .RitBox {
        width: calc(100% - 335px);
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .RitBox {
        width: calc(100% - 360px);
    }
}
#OurServices .RitBox .box {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.3s;
    opacity: 1;
    padding: 25px 25px 45px;
}
@media only screen and (max-width: 468px) {
    #OurServices .RitBox .box {
        width: 100%;
    }
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox .box {
        padding: 40px 25px 45px;
        min-height: 260px;
    }
}
@media only screen and (min-width: 992px) {
    #OurServices .RitBox .box {
        min-height: 295px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .RitBox .box {
        padding: 55px 30px 60px;
        min-height: 390px;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .RitBox .box {
                padding: 55px 30px 80px;
        min-height: 395px;
    }
}
#OurServices .RitBox .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 0;
    background-color: #24b24b;
    transition: all 0.3s;
    z-index: 0;
}
#OurServices .RitBox .box .align {
    position: relative;
    z-index: 1;
}
#OurServices .RitBox .box .icon {
    margin-bottom: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox .box .icon {
        margin-bottom: 30px;
    }
}
#OurServices .RitBox .box .icon svg {
    fill: #24b24b;
    transition: all 0.3s;
    width: 60px;
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox .box .icon svg {
        width: 70px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .RitBox .box .icon svg {
        width: 80px;
    }
}
#OurServices .RitBox .box .serviceName {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;    font-family: "Marcellus", serif;
}
#OurServices .RitBox .box .serviceName-p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    letter-spacing: 0.2px;
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox .box .serviceName {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .RitBox .box .serviceName {
                font-size: 20px;
        line-height: 27px;
    }
}
#OurServices .RitBox .box .ReadMore {
    position: relative;
    z-index: 1;font-family: 'Poppins', sans-serif; color: #4fa120;
}
@media only screen and (min-width: 468px) {
    #OurServices .RitBox .box .ReadMore {
        position: absolute;
        left: 25px;
        bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    #OurServices .RitBox .box .ReadMore {
        left: 30px;
        bottom: 27px;
    }
}
@media only screen and (min-width: 1550px) {
    #OurServices .RitBox .box .ReadMore {
        bottom: 33px;
    }
}
#OurServices .RitBox .box:hover {
    border-color: #24b24b;
}
#OurServices .RitBox .box:hover::after {
    height: 100%;
}
#OurServices .RitBox .box:hover .icon svg {
    fill: #fff;
    -webkit-animation: hovicon 0.3s forwards;
    -moz-animation: hovicon 0.3s forwards;
    animation: hovicon 0.3s forwards;
}
#OurServices .RitBox .box:hover .ReadMore {
    color: #fff;
}
#OurServices .RitBox .box:hover .ReadMore svg {
    fill: #fff;
}
#OurServices .RitBox .box:hover .ReadMore:hover svg {
    filter: drop-shadow(-8px 0px 0px rgba(255, 255, 255, 0.85));
}

.autoimmunity-section{padding: 60px 0}

.autoimmunity-section h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.autoimmunity-section h3{
	    font-family: "Marcellus", serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}
.autoimmunity-sec-box{width: 23%; margin-right: 2.66%; float: left;margin-bottom: 25px; padding: 15px;background-color: #fff;}



.autoimmunity-box{ 
	width: 23%; margin-right: 2.66%; float: left;
	border-radius: 200px 200px 200px 200px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fcf9f7;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;margin-bottom: 45px;
    
}

.autoimmunity-box:nth-child(4n+4){ 
	margin: 0%;
}

.autoimmunity-box h4{ color: #783766; font-size: 20px; margin-bottom: 25px;margin-top: 15px;font-family: "Marcellus", serif; text-align: center; }

.autoimmunity-box p{    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 23px;
    font-weight: 400; }
   
.benefits-section{padding: 70px 0; background-color: #fff;}

.benefits-section h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.benefits-section h3{
	    font-family: "Marcellus", serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}


.align-items-center {
    align-items: center !important;
}
.why-choose-us{
	padding: 100px 0; background-color: #fff;
}

.why-choose-us .section-title{
	text-align: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.why-choose-us .why-choose-us-box{
	position: relative;
	margin-top: 30px;
}

.why-choose-box-1{
	background-color: #eefdef;
	border-radius: 30px 0 0 30px;
}

.why-choose-box-2{
	background-color: #335a37;
	border-radius: 0 30px 30px 0;
}

.why-choose-image{
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.why-choose-item{
	border-bottom: 2px solid #153c331a;
	display: flex;
	align-items: center;
	padding: 35px;
}

.why-choose-item:last-child{
	border-bottom: none;
}

.why-choose-item .icon-box{
	background-color: #fff;
	height: 52px;
	width: 52px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.why-choose-item .icon-box::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #153c33;
	transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.why-choose-item:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-item .icon-box img{
	position: relative;
	z-index: 1;
	max-width: 40px;
	transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-content{
	width: calc(100% - 72px);
	position: relative;
	z-index: 1;
	max-width: 350px;
}

.why-choose-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.why-choose-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.why-choose-box-2 .why-choose-item{
	border-color:#153c331a;
	flex-direction: row-reverse;
	text-align: right;
}

.why-choose-box-2 .why-choose-item .icon-box{
	margin-right: 0;
	margin-left: 20px;
}

.why-choose-box-2 .why-choose-item .icon-box::before{
	background-color: #e6efed;
}

.why-choose-box-2 .why-choose-item:hover .icon-box img{
    filter: brightness(1) invert(0);
}

.why-choose-box-2 .why-choose-content h4{
	font-family: "Marcellus", serif;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: none;
    letter-spacing: 1px;
}

.why-choose-box-2 .why-choose-content p{
	color: #fff;
	opacity: 100%;
}

.why-choose-content h4{
	font-family: "Marcellus", serif;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    letter-spacing: 1px;
}

.why-choose-content p{
	font-family: 'Poppins', sans-serif;
    font-size: .81rem;
    line-height: 24px;
    color: #000;
    text-transform: none;
    letter-spacing: 0.5px;
}


.review-stars span {
    font-size: 12px;
}

.me-3 {
    margin-right: 1rem !important;
}

.testimonial-section{padding: 20px 0 70px; background-color: #fff;}


.testimonial-section h1{
	font-family: "Marcellus", serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.testimonial-section h3{
	    font-family: "Marcellus", serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #000;
    
    text-transform: none;
    letter-spacing: 1px; 
}

.footer-bg{
    background:  url(../images/footer-left.png) no-repeat scroll right top;
}
.footer-bg-1{
    background:  url(../images/footer-right.png) no-repeat scroll left bottom;
}
.footer-wraper{        
	width: 100%;
    height: auto;
    bottom: 0;
    left: 0;/* position: sticky;z-index: -1;*/}
.footer-wrap-top {
    width: 100%;
    height: auto;
    background: url(../images/footer-bg.jpg) no-repeat;
    position: relative;
    
    /* padding-bottom: 48px; */
    background-size: 100% 100%;    
    z-index: -1; 
    padding-top: 0px;padding-bottom: 50px
}

.footer-wrap-top h4{
	font-family: "Marcellus", serif;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    color: #07350b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
    padding-top: 100px
}
.footer-wrap-top h2{
	font-family: "Marcellus", serif;
    font-size:30px;
    line-height: 20px;
    text-align: center;
    color: #4fa120;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.footer-wrap-top h5{
	font-family: "Marcellus", serif;
    font-size:18px;
    line-height: 20px;
    text-align: center;
    color: #ea5900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
   
}

.footer-wrap-top p{
	font-family: 'Poppins', sans-serif;
    font-size: .85rem;
    line-height: 24px;
    color: #000;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: center;
   
}

.footer-1{width: 18%; float: left;margin-right: 2.5%}

.footer-2{width: 18%; float: left;margin-right: 2.5%}

.footer-3{width: 18%; float: left;margin-right: 2.5%}

.footer-4{width: 18%; float: left;margin-right: 2.5%}

.footer-5{width: 18%; float: left;margin-right: 0%}


.footer-links ul{padding-left: 0rem;}

.footer-links ul li{
  width: 100%; float: left;
  font-family: "Poppins", serif;
  font-size: 14px; 
  color: #000; padding-bottom: 7px; font-weight: 400; letter-spacing: 0.5px}

.footer-links h4{font-family: "Marcellus", serif;
    font-size:18px;
    line-height: 20px;
    text-align: left;
    color: #ea5900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;padding-top: 0px;
}

.social-icons ul{padding-left: 0rem;margin-bottom: 0rem;}

.social-icons ul li{float: left;    width: auto;}

.social-icons ul li i{    background-color: #526954;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    display: block; margin-right: 15px;}

.copyright{background-color: #002003; padding: 20px 0; color: #fff; font-family: "Poppins", serif;}

.copyright-left{width: 80%; float: left}

.copyright-right{width: 20%; float: left}

















/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


