* {
    padding: 0p;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.card-body h6{
    color: #023b02;
    font-weight: 700;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4.25rem !important;
    overflow: hidden;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 311px !important;
    color: #fff;
    background-color: #5b8c51;
}

.topbarsection {
    background-color: #394336;
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbarcontainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.topbar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.topbar .fal {
    font-size: 14px;
    color: #5b8c51;
    font-weight: 600;
    margin-left: 16px;
    text-decoration: none;
}

.topbar ul li a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}


.topsocialbar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.aboutwrapper h2 {
    font-size: 35px;
    color: #5b8c51;
    font-family: amatic sc, cursive;
    text-align: left;
}


.topsocialmediacontainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.topsocialbar .fab {
    font-size: 15px;
    color: #5b8c51;
    font-weight: 600;
    margin-left: 16px;
    padding: 9px 10px;
    border-radius: 22px;
    background-color: #ffffff;
    text-decoration: none;
}

.navdirection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(168 89 42);
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #5b8c51;
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.herosection {
    position: relative;
    background-image: url(../images/hero_bg2.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.herosection1 {
    position: relative;
    background-image: url(../images/hero_bg3.jpg);
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.hearowarapper {
    z-index: 99;
}

.herotext {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
    margin: auto;
    display: flex;
    justify-content: center;
}

.herotext p {
    color: #ffffff;
    font-size: 14px;
    color: #ffffff;
}

.herotext h2 {
    font-size: 29px;
    color: #472319;
    font-family: amatic sc, cursive;
    text-align: center;
}

.herotext1 h2 {
    font-size: 29px;
    color: #ffffff;
    font-family: amatic sc, cursive;
    text-align: center;
}

.herobtn a {
    font-size: 20px;
    color: #404a3d;
    font-weight: 600;
    background-color: #ffdb61;
    padding: 10px 21px;
    border-radius: 3px;
    text-decoration: none;
}


.heroformwrapper {
    max-width: 350px;
    background-color: #5b8c51b0;
    padding: 21px;
    border-radius: 13px;
    margin-left: auto;
}

.heroformwrapper .form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #5b8c51;
    background-clip: padding-box;
    border-bottom: 1px solid;
    outline: none;
    border-radius: 11px;
    margin-top: 33px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.heroformwrapper .form-control::placeholder {
    color: #ffffff;
}

.heroformwrapper .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    color: #fff;
    background-color: #895032;
    border-color: #ee8730;
    margin-top: 30px;
    font-weight: 600;
}

.btn-primary:hover {
    color: #fff;
    background-color: #895032;
    border-color: #ffdb61;
    margin-top: 30px;
}

form h3 {
    text-align: center;
    color: #ffffff;
}

.herotext img{
    max-width: 381px;
}

.video-container {
    width: 100%;
    min-height: 323px;
    padding: 10px;
    background: #5b8c51;
    display: inline-block;
  }
  
  .responsive-video {  
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  
  .responsive-video iframe, .responsive-video video {
    position: absolute;
    width: 100%;
 
  }

.aboutsection {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
}

.our_portfolio{
    padding-top: 45px;
    padding-bottom: 60px;
    overflow-x: hidden;
}

.abouttitlewrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aboutwrapper a{
    background-color: #5b8c51;
    padding: 13px 23px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px
}

.aboutwrapper a:hover{
    background-color: #5b8c51;
    padding: 13px 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.abouttitle h2 {
    font-size: 35px;
    color: #5b8c51;
    font-family: amatic sc, cursive;
}

.yoga_img img{
    border-radius: 9px;
}

.abouticon img {
    width: 46px;
}

.aboutwrapper h3 {
    font-size: 33px;
    color: #404a3d;
    font-family: amatic sc, cursive;
    font-weight: 600;
}

.bottom_sec {
    background-color: #394336;
}

.weoffersection{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ddf8cf54;
    overflow-x: hidden;
}

.servicessection {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
    background-image: linear-gradient(to bottom, #ddf8cf54, #dedbdba1), url(../images/story_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bottomfootertext p {
    font-size: 13px;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0px;
}

.servicetitle h2 {
    color: #5b8c51;
    font-family: amatic sc, cursive;
}

.servicetitle h2 span {
    font-size: 35px;
    font-family: amatic sc, cursive;
}

.serviceimg {
    position: relative;
    max-width: 350px;
    margin: auto;
}

.serviceimg img {
    border-radius: 10px;
    cursor: pointer;
}

.servicetitlewrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ffdb61;
    width: 100%;
    display: none;
    transition: all 1s linear;

}

.serviceimg:hover .servicetitlewrapper {
    display: block;
    cursor: pointer;
}

.servicetitlewrapper h3 {
    text-align: center;

}

.servicetitlewrapper p {
    text-align: center;

}

.text_form h4 {
    font-size: 33px;
    color: #404a3d;
    font-family: amatic sc, cursive;
    font-weight: 600;
}

.text_form p {
    font-size: 20px;
    color: #5b8c51;
    font-family: amatic sc, cursive;
    text-align: center;
    font-weight: 600;
}

.location {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden;
    background-image: linear-gradient(to bottom, #5b8c5161, #ffffff), url(../images/contact_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.testimonial {

    margin: 0px 50px;

    background-color: #fff0;

    color: #ffffff;

    text-align: center;

}

.testimonial .testimonial-content {

    padding: 40px 30px 40px;

    border-top: 1px solid #ffffff;
    border-left: 1px solid #fffdfd;

    position: relative;

    margin-bottom: 50px;

    font-size: 15px;

    line-height: 30px;

    text-align: left;

}

.testimonial .testimonial-content:before {

    content: "\ec51";

    font-family:remixicon;

    float: left;

    display: inline-block;

    padding: 0 15px 5px 0;

    font-size: 30px;

    text-align: center;

    position: relative;

    top: 12px;

    left: 0px;

}

.testimonial .testimonial-content:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 50%;

    height: 1px;

    background-color: #1C743E;

}

.testimonial .testimonial-info {

    position: relative;

}

.testimonial .testimonial-info:before {

    content: "";

    position: absolute;

    top: -50px;

    left: 50%;

    background-color: #1C743E;

    width: 1px;

    height: 20px;

}

.testimonial .testimonial-info:after {

    content: "";

    position: absolute;

    top: -70px;

    left: 50%;

    background-color: #1C743E;

    width: 2px;

    height: 40px;

    transform: skewX(-45deg);

    transform-origin: 100% 100% 0;

}

.testimonial .pic {

    display: inline-block;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    margin-right: 7px;

}

.testimonial .pic img {

    width: 100%;

    height: 100%;

    border-radius: 50%;

}

.testimonial .testimonial-title {

    display: inline-block;

}

.testimonial .testimonial-title a {

    display: block;

    color: #ffffff;

    font-size: 22px;

    text-transform: capitalize;

    font-weight: 700;

    letter-spacing: 1px;

}

.testimonial .testimonial-title a:hover {
    display: block;
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.owl-theme .owl-controls {

    margin-top: 50px;

    margin-left: 30px;

}

.owl-theme .owl-controls .owl-page span {

    height: 15px;

    width: 15px;

    background-color: #A58E38;

    opacity: 0.8;

    border-radius: 0;

    transform: rotate(45deg) !important;

}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

    background-color: #1C743E;

}

.inner_banner_section{
    width:100%;

}

.inner_banner_section img{
    object-fit: cover;
    width: 100%;
    height: 348px;
}

.contact_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info {
    width: 50%;
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 40px;
    width: 40px;
    background-color: #5b8c51;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
     font-size: 15px;
    line-height: 70px;
    color: #ffffff;
}


.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    color: #895032;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-info-content p {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #333;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background-color: #895032;
    border: 1px solid #ee8730;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background-color: #895032;
    border: 1px solid #ee8730;
    color: #FFF;
}

.ourspecialities {
    padding-top: 60px;
    padding-bottom: 60px;
}

.view_all a{
    text-decoration: none;
    color: #5b8c51;
    font-weight: 300;
    font-family: amatic sc, cursive;
    font-size: 18px;
}

.portfolio_wrapper{
    position: relative;
    background-color: #5b8c51;
    height: 309px;
    padding: 3px;
    margin-top: 25px;
    cursor:pointer
}

.portfolio_wrapper img{
    height: -webkit-fill-available;
    width: 100%;
}

.card-body p{
    font-size: 14px;
}

.iconcontent img {
    width: 80px;
    padding: 6px;
}

.iconwrapper {
    display: flex;
    justify-content: flex-start;

}

.specwrapper {
    background-color: #acff9b7a;
    padding: 17px;
    border-radius: 12px;
    cursor: pointer;
}

.specwrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icontext {
    padding: 2px;
    font-size: 15px;
}

.facilities {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #acff9b7a;
    background-image: url(../images/forest_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.faciliteswrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ffffff70;
    padding: 14px;
    border-radius: 10px;
    background-color: #ffffff17;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.faciliteswrapper img {
    width: 80px;
}

.abouttitle p{
  max-width:750px;
}

.bottomfootertext p a {
    color: #ffffff;
}

.bottomfootertext p a:hover {
    color: #5b8c51;
    text-decoration: none;
}

.hover15{
	position: relative;
    overflow: hidden;
}
.hover15::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(23, 68, 17, 0.541);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.footersection {
    padding-top: 89px;

    padding-bottom: 80px;
    background-image: linear-gradient(to bottom, #5b8c51, #5b8c51a6), url(../images/inner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #5b8c51;
}

.footertitle {
    width: 80%;
}

.footertitle h3 {
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.footertitle .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footertitle p {

    color: #fff;
    font-size: 15px;
}

.footertitle ul {
    list-style-type: none;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0px;
    margin: 0px;
}

.footertitle ul a {
    text-decoration: none;
    color: #ffffff;

}

.footertitle ul li {
    margin-top: 10px;
}

.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #010124;
    bottom: 11px;
    left: 11px;
    border-radius: 12px;
    overflow: hidden;
}

.fixed_icon {
    padding: 22px;
    background-color: #5b8c51;
    color: #fff;
}

.fixed_icon a{
    color: #fff;
}

@media only screen and (max-width:900px) {
    .navdirection {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        }
        .yoga_img img {
            border-radius: 9px;
            margin-top: 18px;
        }
}

@media only screen and (max-width:860px) {
    .navdirection {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 13px;
        font-weight: 700;
        line-height: inherit;
        white-space: nowrap;
    }

    .abouttitle h1 {
        color: #5b8c51;
        font-size: 30px;
        font-family: amatic sc, cursive;
    }

    .ourspecialities {
        padding-top: 19px;
        padding-bottom: 60px;

    }

    .heroformwrapper {
        max-width: 350px;
        background-color: #5b8c51;
        padding: 21px;
        border-radius: 13px;
        margin: auto;
    }

  
}

@media only screen and (max-width:660px) {

    .servicessection {
        padding-top: 19px;
        padding-bottom: 60px;
        background-image: linear-gradient(to bottom, #f0f2efde, #dedbdba1), url(../images/story_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
  
    .testimonial {
        margin: 0px 
        
        0px;
        background-color: #fff0;
        color: #ffffff;
        text-align: center;
    }
    .aboutwrapper h2 {
        font-size: 29px;
        color: #5b8c51;
        font-family:amatic sc, cursive;
        text-align: left;
    }
    .servicetitle h2 span {
        font-size: 30px;
        font-family: amatic sc, cursive;
        font-weight: 600;
    }
    .contact_flex {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .contact-form {
        background-color: #fff;
        padding: 40px;
        width: 95%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .contact-info {
        width: 100%;
    }

    .portfolio_wrapper {
        background-color: #5b8c51;
        height: 147px;
        padding: 3px;
        margin-top: 10px;
    }

    .herotext img {
        max-width: 274px;
    }

    .footertitle h3 {
        text-align: left;
        color: #fff;
        font-size: 20px;
        margin-top: 22px;
    }
    .contact-info-item {
        display: flex;
        margin-bottom: 30px;
        margin-left: 10px;
    }

    .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
        min-height: auto !important;
        color: #fff;
        background-color: #5b8c51;
    }
}