/*********************************************************************************



	Note: This is main css.

**********************************************************************************/

.Campslider {
    max-width: 900px;
    margin: auto;
}

    .Campslider .slider-main {
        position: relative;
    }

        .Campslider .slider-main img {
            width: 100%;
            border-radius: 10px;
            transition: opacity 0.5s ease;
        }

    .Campslider .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px;
        color: #fff;
        background: rgba(0,0,0,0.6);
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 50%;
        user-select: none;
    }

    .Campslider .prev {
        left: 10px;
    }

    .Campslider .next {
        right: 10px;
    }

    .Campslider .thumbs {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 12px;
        flex-wrap: wrap;
    }

    .Campslider .thumb {
        width: 120px;
        opacity: 0.5;
        cursor: pointer;
        border-radius: 6px;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }

        .Campslider .thumb.active {
            opacity: 1;
            border-color: #007bff;
        }

@media (max-width:767px) {
    .Campslider .thumb {
        width: 80px;
    }
    .Application-page .row.main-row .card-body {
        border: none !important;
    }
    .card.appointment-step-data {
        border: none !important;
    }
    .upload-box.col-lg-6 {
        width: 100%;
        max-width: 100%;
    }
    .application-images {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}







.appointment-step-data {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.1); */
    border: 1px solid #cccccc63;
}
.buttons.step-form-submit {
    margin-bottom: 14px;
}
    .appointment-step-data .steps {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0 5px;
    }

    .appointment-step-data .step {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #d9d9d9;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
        font-weight: 500;
    }

        .appointment-step-data .step.active {
            background: #ff6600;
        }

    .appointment-step-data .line {
        width: 30px;
        height: 2px;
        background: #d9d9d9;
    }


    .appointment-step-data .step-labels {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        color: #888;
        margin-bottom: 20px;
    }
.appointment-step-data .line.active {
    background: #ff6600;
}
        .appointment-step-data .step-labels .active {
            color: #4a6cf7;
            font-weight: 600;
        }

    .appointment-step-data .form-step {
        display: none;
    }

        .appointment-step-data .form-step.active {
            display: block;
        }

.application-images {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
/* File card */
.file-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    position: relative;
    font-size: 13px;
    text-align: center;
}
    .file-card p {
        margin: 0;
        word-wrap: break-word;
        width: 81px;
        line-height: 16px;
    }
/* File icon */
.file-icon {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 8px;
}

    .application-images .upload-box {
        width: 290px;
        height: 70px;
        border: 2px dashed #999;
        border-radius: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .application-images .upload-box input {
            display: none;
        }

    .application-images .upload-label {
        cursor: pointer;
        color: #666;
        text-align: center;
        display: block;
        width: 100%;
        padding: 13px 5px;
    }

    .application-images .preview-container {
        display: flex;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 11px;
        /* width: 500px; */
        flex-wrap: wrap;
    }

    .application-images .preview-item {
        position: relative;
        width: 90px;
        height: 72px;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #ddd;
    }

        .application-images .preview-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .application-images .remove-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: none;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
/*.form-check.Application-check input[type="checkbox"] {
    accent-color: red; 
}*/

.buttons.step-form-submit button.btn {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    margin-right: 5px;
}

.application-upload {
    display: flex;
    gap: 20px;
}

    .application-upload .upload-box {
        width: 100%;
        height: 50px;
        border: 2px dashed #999;
        border-radius: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .application-upload .upload-box input {
            display: none;
        }

    .application-upload .upload-label {
        cursor: pointer;
        color: #666;
        text-align: center;
    }

    /* Preview box */
    .application-upload .preview-box {
        width: 100px;
        height: 52px;
        border: 2px solid #ddd;
        border-radius: 10px;
        background: #fff;
        position: relative;
        display: none;
    }

        .application-upload .preview-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    /* Close button */
    .application-upload .close-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: none;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
.Application-page .card-design {
max-width:100%;
}
.Application-page .address-section {
    background: #f5f5f596;
    margin-bottom: 15px;
    border-radius: 4px;
    margin-left: 13px;
    margin-right: 13px;
    padding: 11px;
    border: 1px solid #dbdbdb75;
}
.form-group.gender-box .btn.btn-secondary {
    border-radius: 100px !important;
    margin-right: 9px;
    padding: 6px 18px;
    background: #e8f5e8;
    border: coral;
    color: #2caa2c;
    border: 1px solid #2caa2c;
}

    .form-group.gender-box .btn.btn-secondary.active {
        color: #fff;
        background: #2caa2c;
        border: 1px solid #2caa2c;
    }
    .Application-page .address-section h1 {
        font-size: 25px;
        font-style: normal;
        margin: 0;
        padding: 0;
        line-height: 31px;
        margin-bottom:12px;
    }
.weight-switch label.unit-toggle {
    width: 110px !important;
    margin-bottom: 10px !important;
}
.Application-page .row.main-row {
    margin: 0;
    padding-top: 17px;
    padding-bottom: 20px;
}

.Application-page .sub-header {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

    .Application-page .sub-header img {
        border-radius: 100px;
        width: 150px;
        height: 150px;
        object-fit: cover;
        border: 5px solid #009A00;
    }

    .Application-page .sub-header h1 {
        text-align: center;
        font-size: 26px;
        font-weight: 600;
        margin: 0;
        font-style: normal;
        line-height: 23px;
        margin-top: 20px;
        color: #009A00;
    }

    .Application-page .sub-header h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
    }

    .Application-page .sub-header p {
        margin: 3px;
        color: #000;
    }

.Application-page p.info-data {
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
    color: #585858;
}

.Application-page .Form-section {
    text-align: center;
    border-bottom: 1px solid #cccccc36;
    margin-bottom: 18px;
    padding-bottom: 7px;
}

    .Application-page .Form-section h1 {
        font-style: normal;
        margin: 0;
        font-size: 30px;
    }

    .Application-page .Form-section p {
        line-height: 20px;
        margin-top: 5px;
    }

.Application-page .main-row label {
    font-weight: 500;
    width: 100%;
    margin: 0;
}

.Application-page .main-row input {
    height: auto;
    padding: 8px 11px;
}

.Application-page .main-row select {
    height: auto !important;
    padding: 8px 11px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Application-page .Declaration p {
    color: red;
    margin-top: 25px;
}

.Application-page .consultation-section {
    border-radius: 12px;
    background: #fbfbfb;
    margin-top: 14px;
    padding: 25px;
}

    .Application-page .consultation-section h5 {
        font-size: 25px;
        font-weight: 700 !important;
        color: #009a00;
        font-style: normal;
        margin: 0;
        margin-bottom: 6px;
        line-height: 29px;
    }

    .Application-page .consultation-section p {
        color: #000;
        margin: 0;
        margin-bottom: 2px;
    }  








.flexbox_ {
    display: flex;
    flex-wrap: wrap
}

.flexbox_1 {
    justify-content: space-around
}

.flexbox_2 {
    justify-content: space-between
}

.flexbox_3 {
    justify-content: flex-end
}

.flexbox_4 {
    justify-content: center
}
.commentlist .single-comment .single-comment__content{
    min-width: 100%;
}
.commenting_buttons button{
    min-width: 100px;
    display: block;
    margin-bottom: 5px;
}

.table img{
    max-width: 35px !important;
}
.user_follow {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
}
.user_follow .fa {
    font-weight: bolder;
    margin-right: 5px;
}
.post_views_time span:first-child{
    margin-right: 15px;
}
.single-comment_header .commenting_user_type{
    margin-right: 10px;
    font-weight: bolder;
}
.single-comment__meta li span i{
    margin-right: 5px;
}
.commenting_host i {
    margin-left: 10px;
    margin-right: 10px;
}
/*Video Playlist starts here*/
.title {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
}

.caption {
  	width: 100%;
  	max-width: 854px;
  	margin: 0 auto;
  	padding: 20px 0;
}

.vid-main-wrapper {
  	width: 100%;
  	max-width: 1100px;
  	min-width: 440px;
  	background: #fff;
  	margin: 0 auto;
      margin-bottom: 100px;
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
	position: relative;
	/*margin-bottom: 100px;*/
	padding-top: 30px; 
	height: 0; 
    width:70%;
    float:left;
}
		 
.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 360px;
}


/*  VIDEOS PLAYLIST 
############################### */
.vid-list-container {
	width: 30%;
    height:360px;
	overflow: hidden;
    float:right;
}

.vid-list-container:hover, .vid-list-container:focus {
    overflow-y: auto;
}

ol.vid-list {
    margin:0;
    padding:0;
    background: #222;
    min-height: 360px;
}

ol.vid-list li {
	list-style: none;
}

ol.vid-list li a {
    text-decoration: none;
    background-color: #222;
    height:55px;
    display:block;
    padding:10px;
}

ol.vid-list li a:hover {
    background-color:#666666
}

.vid-thumb {
    float:left;
	margin-right: 8px;
}

.active-vid { 
    background:#3A3A3A;
}

.vid-list .desc {
	color: #CACACA;
	font-size: 13px;
	margin-top:5px;
}


@media (max-width: 624px) {
			
	.caption {
		margin-top: 40px;
	}
	.vid-list-container {
		padding-bottom: 20px;
	}

}
/*Video Playlist Ends */
.cs-top-user_client {
    margin-left: 15px;
    min-width: 160px;
}
.alert .close {
    right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
ul.cs-top-user_client li {
    padding-top: 0 !important;
    padding-bottom: !important;
}
.cs-top-user_client .media {
    line-height: normal;
}
.cs-top-user_client  .media img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    color: #E0E0E0;
    border: solid 1px #E0E0E0;
    padding: 0;
    margin: 0;
}
.pdb-0{
    padding-bottom: 0 !important;
}
.cs-top-user_client a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    font-weight: 500;
    text-transform uppercase;
    /*line-height: 12px;*/
}
.account-name {
    max-width: 230px;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
    padding-top: 10%;
}
.about-details__thumb.video--trigger.mission-section a.video--trigger {
    width: 100%;
}
.about-images.clearfix img {
    border-radius: 18px;
}
.input-cs_btn, .input-cs_btn button {
    border-top-right-radius: 22.5px;
    border-bottom-right-radius: 22.5px;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.cr-breadcrumb {
    padding: 40px 0 !important;
}
.logo img {
    max-width: 275px ;
}
.blockquote.style1 {
    font: 14px/20px italic Times, serif;
    padding: 14px;
    background-color: #faebbc;
    border-top: 1px solid #e1cc89;
    border-bottom: 1px solid #e1cc89;
    margin: 5px;
    background-image: url(images/openquote1.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
    border-radius: 6px;
    font-size: 18px;
  }
  .blockquote.style1 p {
    	display: block;
        text-align: justify;
    	background-image: url(images/closequote1.gif);
    	background-repeat: no-repeat;
    	background-position: bottom right;
            position: relative;
  	}
  .blockquote.style1 p::before{
          content: open-quote;
    font-family: serif;
    font-size: 3em;
    line-height: 0;
    display: inline;
    margin: 0 0 20px 0;
    vertical-align: middle;
  }
  .blockquote.style1 p::after{
    content: close-quote;
    font-family: serif;
    font-size: 3em;
    line-height: 0;
    display: inline;
    display: inline;
    position: absolute;
    bottom: 0;
  }
  .testimonial-link{
      /*float: right;*/
      color: #000 !important;
      font-weight: bold;
      margin-top: -10px;
  }
.fs-16{
    font-size: 16px !important;
}
.b-testimonial_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.b-testimonial_inner:last-child {
    border-bottom: 0px;
}
.pdr-0{
    padding-right: 0 !important;
}
.m-auto {
    margin: auto !important;
}

.d-block {
    display: block !important;
}
.rounded-circle {
    border-radius: 50%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.b-testimonial_content {
    margin-top: 15px;
}
    .b-testimonial_content p {
        line-height: 1.6;
        color: #4C4C4C;
        margin-bottom: 15px;
        text-align: left;
    }
.b-testimonial_content footer {
    font-weight: 700;
    color: #1B1919;
}
.client-info.testmonial-page h4 {
    margin: 0;
    font-weight: 600;
}
.client-info.testmonial-page img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    text-align: left;
    margin: 0 !important;
    background: #009a00;
}
.client-info.testmonial-page {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.b-testimonial_content footer span {
    color: #4C4C4C;
    font-weight: 400;
}
.b-testimonial_content footer span::before {
    content: " - ";
}
.youtube-embed-iframe{
    width: 100%;
    height: 500px;
}
.section-extra-links figure{
    width: 100% !important;
}
.article_short_dec_img img{
    height: 200px;
}
.activities .activity__thumb img{
    height: 100%;
}
.blog__thumb img{
    height: 250px;
}
h3.article__tittle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 11;
}
.article__overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    right: 0;
    z-index: 10;
 }
.activity__thumb{
    width: 370px;
    height: 230px;
}
.sponser-slider-active figure{
        margin: 0 15px;
    padding-bottom: 20px;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.pt--50{
    padding-top: 50px !important;
}
.ptb--50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.cs-top-header-bar p{
    font-size: 14px !important;
}
.cs-top-header-bar .header__right__icons li a{
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
}
.header.header--style-2 nav.menu ul li a{
    padding: 20px 0 !important;
}
/*.events2 .event-single__thumb a{
    height: 100%;
}
.events2 .event-single__thumb a img{
    height: 100%;
}*/
.prayer-note{
    font-size: 20px;
    margin-top: 40px;
    color: #fff;
    font-style: italic;
    font-family: "times_new_romanitalic";
}
.cs-top-header-bar .header__right__icons li a{
    color: #444 !important;
    border: 1px solid #444 !important;
}
.cs-top-header-bar{
    background: #fef200 !important;
}
.bg-red-bright{
    background: #ff0000 !important; 
}
.bg-orange-bright{
    background: #ffc000 !important; 
}
.bg-green-bright{
    background: #37a000 !important; 
}
.bg--theme{
    background: #009a00 !important;
}
.cr-btn.cr-btn--theme, a.cr-btn.cr-btn--theme, button.cr-btn.cr-btn--theme {
    background-color: #009a00 !important;
    border-color: #009a00 !important;
}
.cs-top-header-bar .header__right__times li{
    color: #444 !important;
}
.cs-top-header-bar .header__right ul li{
    padding-top: 6px !important;
    padding-bottom: 5px !important;
}
.events2 .event-single__thumb .event-single__date {
    -webkit-transform: rotate(0deg) translateY(0%) !important; 
    -moz-transform: rotate(0deg) translateY(0%) !important;
    -ms-transform: rotate(0deg) translateY(0%) !important;
    -o-transform: rotate(0deg) translateY(0%) !important;
    transform: rotate(0deg) translateY(0%) !important; 
    background: #fafafa;
    position: absolute;
    left: 55px !important;
    top: 0 !important;
    bottom: auto !important;
    transform-origin: 0 100%;
    height: 57px;
    line-height: 1;
    padding: 12px 20px;
    width: 85%;
    text-align: left;
}
.bootstrap-timepicker-widget table td input{
    width: 50px !important;
   } 
/**/
.cs-header-logo-img{
    width: 150px;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.justify{
    text-align:justify;
}
.cs-checkbox-div input{
    width: 15px;
    display: inline;
}
.cs-checkbox-div label{
    display: inline-block;
    transform: translateY(-50%);
    padding-left: 10px;
}
.cs-header-logo{
	color: #009047;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
}
.cs-footer-logo-txt{
	color: #959595;
	font-size: 60px;
	font-weight: bold;
}
.cs-mbl-logo-txt{
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
    text-transform: uppercase;
}
/*Carousel 3d remain*/
.page img{
    height:500px;
}
.page iframe{
    height:500px;
    width: 100%;
}
/************************/
/*     Carousel 3d      */
#main > .content {
  margin: 0 auto;
  width: 70%;
  margin-bottom: 50px;
  display: none;
}
/* line 86, ../scss/demo.scss */
.content.content-item-selected {
  display: block;
}
/* line 91, ../scss/demo.scss */
 pre {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #333333;
  background: #fafafa;
  word-wrap: break-word;
  border: 1px solid #eeeeee;
}
/* line 98, ../scss/demo.scss */
 pre.snippet {
  padding: 1.3em;
}
/* line 103, ../scss/demo.scss */
 .demo {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 108, ../scss/demo.scss */
 .smooth-scroll {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

/* line 115, ../scss/demo.scss */
.mt-20 {
  margin-top: 20px;
}
html body .demo .page {
  counter-increment: step;
}
/* line 40, ../scss/style.scss */
.page {
  padding: 20px 0;
}
/* line 43, ../scss/style.scss */
.page .content {
  text-align: center;
}
/* line 46, ../scss/style.scss */
.page .content .step-number {
  margin: 10px;
  font-size: 72px;
  color: #ffffff;
}
/* line 51, ../scss/style.scss */
.page .content .step-number:before {
  content: counter(step);
}

/* custom media rules*/
@media all and (max-width: 892px) {
    .header__bottom.bg--theme {
        background: #009a00 !important;
    }
    .mb_logo{
        max-width: 50px !important;
    }
    .header .header__right{
        width: auto !important;
    }
    /*.mean-container .mean-bar {
        height: 50px !important;
    }
    .mean-container a.meanmenu-reveal{
        height: 50px !important;
        line-height: 50px !important;
    }*/
    .mean-container .mean-bar {
        background: #009a00 !important;
    }
    .mean-container a.meanmenu-reveal span{
        background: #fff;
    }
    .header.header--style-2{
        padding-top: 0 !important;
    }
}





.home-testimonials-main .testimonial-slide {
    padding: 40px 20px;
}

.home-testimonials-main .testimonial_box-top {
    background-color: #e0fbfc;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.home-testimonials-main .testimonial_box-icon {
    padding: 10px 0;
}

    .home-testimonials-main .testimonial_box-icon i {
        font-size: 25px;
        color: #14213d;
    }

.home-testimonials-main .testimonial_box-text {
    padding: 10px 0;
}

    .home-testimonials-main .testimonial_box-text p {
        color: #293241;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

.home-testimonials-main .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

    .home-testimonials-main .testimonial_box-img img {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 2px solid #e5e5e5;
    }

.home-testimonials-main .testimonial_box-name {
    padding-top: 10px;
}

    .home-testimonials-main .testimonial_box-name h4 {
        font-size: 20px;
        line-height: 25px;
        color: #293241;
        margin-bottom: 0;
    }

.home-testimonials-main .testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}


.home-testimonials-main .testimonials-section {
    max-width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

.home-testimonials-main .heading-badge {
    display: inline-block;
    padding: 5px 18px;
    border: 2px solid #FF6600;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #FF6600;
    background: #fff;
}
.home-testimonials-main .title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 600;
}

.home-testimonials-main .arrows {
    position: absolute;
    top: 20px;
    right: 10px;
    display: flex;
    gap: 10px;
}

    .home-testimonials-main .arrows button {
        width: 45px;
        height: 45px;
        font-size: 20px;
        border: 1px solid #FF6600;
        background: #fff;
        cursor: pointer;
        border-radius: 8px;
        color: #FF6600;
    }

/* Testimonial Card */
.home-testimonials-main .t-card {
    background: #b5b5b51c;
    padding: 25px;
    border-radius: 35px;
    position: relative;
    min-height: 320px;
    margin: 0 10px;
    clip-path: polygon(6.726% 100%, 93.274% 100%, 93.274% 100%, 94.364% 99.896%, 95.399% 99.594%, 96.364% 99.111%, 97.245% 98.464%, 98.029% 97.668%, 98.701% 96.741%, 99.249% 95.698%, 99.657% 94.556%, 99.912% 93.332%, 100% 92.042%, 100% 28.912%, 100% 28.912%, 99.732% 25.399%, 98.988% 22.786%, 97.863% 20.91%, 96.447% 19.608%, 94.835% 18.717%, 93.119% 18.071%, 91.39% 17.508%, 89.742% 16.865%, 88.268% 15.977%, 87.061% 14.682%, 87.061% 14.682%, 86.147% 12.968%, 85.483% 11.096%, 84.946% 9.146%, 84.409% 7.198%, 83.749% 5.331%, 82.839% 3.624%, 81.556% 2.158%, 79.775% 1.012%, 77.369% 0.266%, 74.215% 0%, 6.726% 0%, 6.726% 0%, 5.636% 0.104%, 4.601% 0.406%, 3.636% 0.889%, 2.755% 1.536%, 1.971% 2.332%, 1.299% 3.259%, 0.751% 4.302%, 0.343% 5.444%, 0.088% 6.668%, 0% 7.958%, 0% 92.042%, 0% 92.042%, 0.088% 93.332%, 0.343% 94.556%, 0.751% 95.698%, 1.299% 96.741%, 1.971% 97.668%, 2.755% 98.464%, 3.636% 99.111%, 4.601% 99.594%, 5.636% 99.896%, 6.726% 100%);
}

.home-testimonials-main .quote-badge {
    position: absolute;
    top: 14px;
    right: 58px;
    background: #FF6600;
    color: #fff;
    font-size: 26px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-testimonials-main .stars {
    color: #f4c430;
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 22px;
}

.home-testimonials-main .t-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.home-testimonials-main .client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .home-testimonials-main .client-info img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #009a00;
    }

    .home-testimonials-main .client-info h4 {
        margin: 0;
        font-size: 18px;
    }

    .home-testimonials-main .client-info span {
        font-size: 12px;
        letter-spacing: 1px;
        color: #777;
    }
.pg-blogs.bg--white.ptb--150.artical-Section.UpcomingCourses.course-page {
    background: #fff;
}
.testimonial-header {
    text-align: center;
    margin-bottom: 32px;
}
.client-testimonials {
    min-height: 170px;
}

.home-testimonials-main .slick-dots li button {
    width: 20px !important;
    height: 20px !important;
    border-radius: 100px !important;
    background: #000;
}
.home-testimonials-main .slick-dots li.slick-active button {
    background: #009A00 !important;
}
.home-testimonials-main .slick-dots {
    bottom: -45px !important;
}
.artical-Section.UpcomingCourses article.blog:hover {
    background: #fff !important;
}
.feedback-bar {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
}
.row.testimonial_main {
    padding-bottom: 50px;
}
.testimonial_single-design {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.b-testimonial_inner {
    padding: 0 !important;
}
.b-testimonial_avatar img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-color: #009a00;
}
.b-testimonial_single {
    width: 100%;
    max-width: 48%;
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border: 1px solid #e5e5e552;
}
h6.location-date {
    font-weight: 500;
    font-style: normal;
    margin: 0px;
    margin-bottom: 4px;
}
span.location-data {
    background: #FF6F0F;
    color: #fff;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 5px;
}
.Details-page .event-details {
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 26%);
    border-radius: 13px;
    overflow: hidden;
    padding: 0;
}
.Details-page .event-details__content {
    padding: 26px 28px;
}
.Details-page .event-details__thumb img {
    width: 100%;
}
.Details-page  h2.event-details__title {
    margin-top: 0px;
}
 .blog-aside-item {
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    padding: 18px 14px;
    border-radius: 9px;
}
    .blog-aside-item .post-preview-wrap {
        margin-top: 16px !important;
    }
.post-preview {
    max-width: 100%;
    margin-bottom: 12px;
}
    .post-preview a {
        display: block;
    }
.post-preview-wrap .unit.unit-spacing-sm {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 13px;
}
.blog-aside figure.post-image {
    height: 80px;
    overflow: hidden;
    border-radius: 7px;
}
    .blog-aside figure.post-image img {
        height: 100%;
        object-fit: cover;
    }
.acivity_sidebar .post-header p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.post-preview * + .post-meta {
    margin-top: 5px;
}

.blog-aside-item .post-meta {
    margin: 0;
    line-height: 12px;
}
.blog-aside-item h6 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 8px;
}
.unit-left figure.post-image {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.post-header p {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
}
.post-meta ul.list-meta {
    list-style: none;
    padding: 0;
}


/*********************Apllication Form *********************/
.row.main-row {
    margin: 0;
    padding-top: 17px;
    padding-bottom: 20px;
}

.sub-header {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

    .sub-header img {
        border-radius: 100px;
        width: 150px;
        height: 150px;
        object-fit: cover;
        border: 5px solid #009A00;
    }

    .sub-header h1 {
        text-align: center;
        font-size: 26px;
        font-weight: 600;
        margin: 0;
        font-style: normal;
        line-height: 23px;
        margin-top: 20px;
        color: #009A00;
    }

    .sub-header h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
    }

    .sub-header p {
        margin: 3px;
        color: #000;
    }

p.info-data {
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
    color: #585858;
}

.Form-section {
    text-align: center;
    border-bottom: 1px solid #cccccc36;
    margin-bottom: 18px;
    padding-bottom: 7px;
}

    .Form-section h1 {
        font-style: normal;
        margin: 0;
        font-size: 30px;
    }

    .Form-section p {
        line-height: 20px;
        margin-top: 5px;
    }

.main-row label {
    font-weight: 500;
    width: 100%;
    margin: 0;
}

.main-row input {
    height: auto;
    padding: 8px 11px;
}

.main-row select {
    height: auto !important;
    padding: 6px 11px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.Declaration p {
    color: red;
    margin-top: 25px;
}

.consultation-section {
    border-radius: 12px;
    background: #fbfbfb;
    margin-top: 14px;
    padding: 25px;
}

    .consultation-section h5 {
        font-size: 25px;
        font-weight: 700 !important;
        color: #009a00;
        font-style: normal;
        margin: 0;
        margin-bottom: 6px;
        line-height: 29px;
    }

    .consultation-section p {
        color: #000;
        margin: 0;
        margin-bottom: 2px;
    }


/* SWITCH */
.height-box .switch-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 9px;
}

.height-box .unit-switch {
    position: relative;
    width: 90px;
    height: 36px;
    background: #e0e0e0;
    border-radius: 9px;
    cursor: pointer;
}

    .height-box .unit-switch span {
        position: absolute;
        top: 4px;
        width: 40px;
        height: 28px;
        background: #fff;
        border-radius: 9px;
        transition: .3s;
    }

    .height-box .unit-switch.ft {
        background: #3b82f6;
    }

        .height-box .unit-switch.ft span {
            left: 4px;
        }

    .height-box .unit-switch.cm {
        background: #ff7a00;
    }

        .height-box .unit-switch.cm span {
            left: 46px;
        }

.height-box .unit-label {
    font-weight: 600;
    color: #555;
}

/* INPUTS */
.height-box .inputs {
    display: none;
}

    .height-box .inputs.active {
        display: block;
        gap: 15px;
        width: 100% !important;
        justify-content: space-between;
    }


.weight-switch .unit-toggle {
    display: inline-block;
    width: 110px;
    height: 36px;
    margin-bottom: 9px;
}

    .weight-switch .unit-toggle input {
        display: none;
    }

.weight-switch .toggle-bg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3b82f6;
    border-radius: 10px;
    height: 100%;
    padding: 0 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.weight-switch .unit {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

.weight-switch .toggle-circle {
    position: absolute;
    width: 33px;
    height: 24px;
    background: #fff;
    border-radius: 6px;
    left: 6px;
    top: 6px;
    transition: 0.3s;
}

.weight-switch .unit-toggle input:checked + .toggle-bg {
    background: #f97316;
}

    .weight-switch .unit-toggle input:checked + .toggle-bg .toggle-circle {
        transform: translateX(66px);
    }

div#lightbox img {
    width: 100%;
    height: auto !important;
}

.weight-switch .label-text {
    margin-top: 5px;
    color: #6b7280;
    font-size: 14px;
}

 

/***********************Camp Details Css ******************************/
@media only screen and (max-width: 767px) {
    .camp-details-page .row {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

        .camp-details-page .row .col-lg-8 {
            padding: 0;
        }

    .camp-details-page .container-fluid.p-5 .hero {
        margin-bottom: 25px;
    }

    .booking-camp-price th, td {
        padding: 9px !important;
        font-size: 12px !important;
    }

    .booking-camp-price .price {
        font-size: 18px !important;
    }

    .col-lg-4.mb-3.camp-host {
        padding: 0;
    }
}

.gradient-title h2 {
    background: linear-gradient(180deg, #fff, #797a7d 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.4;
}



.camp-details-page .container-fluid.p-5 .hero {
    border-radius: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: auto;
    background-position: center;
    margin-bottom: 50px;
    border-bottom: 5px solid #FF6600;
    border-top: 5px solid #FF6600;
}
.content-full-section.camp-details-page {
    background: #fff;
}
.content-full-section.camp-details-page a.btn-register {
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    border: 1px solid;
}
.camp-banner img {
    border-radius: 20px;
    width: 100%;
}
.camp-info {
    display: flex;
    gap: 20px;
    margin-top: 21px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .camp-info .camp-card {
        display: flex;
        align-items: center;
        gap: 15px;
        background: #F6F6F6;
        padding: 18px 22px;
        border-radius: 18px;
      /*  box-shadow: 0 8px 20px rgba(0,0,0,0.05);*/
        min-width: 260px;
    }

    .camp-info .icon {
        width: 55px;
        height: 55px;
        background: #009A00;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

        .camp-info .icon svg {
            width: 26px;
            height: 26px;
            fill: #fff;
        }

    .camp-info .text small {
        color: #888;
        font-weight: 600;
        display: block;
        margin-bottom: 0px;
    }

    .camp-info .text span {
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }
.timer-box p a {
    color: #fff;
}
.camp-details-page .container-fluid.p-5 {
    padding: 0 !important;
}
.hosts-section .camp-host .host-card p {
    -webkit-line-clamp: inherit;
}
.table-wrap.booking-camp-price {
    max-width: 100%;
    margin: auto;
    background-color: #009900;
    border-radius: 6px;
    overflow: hidden;
    background-image: url("/Content/images/yoga-pattern-01.png");
    margin-top: 17px;
    margin-bottom: 19px;
}
.booking-camp-price table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.booking-camp-price th, td {
    border: 2px solid rgba(255,255,255,0.35);
    padding: 14px;
    text-align: center;
}

.booking-camp-price th {
    background-color: #009900;
    color: #fff300;
    font-weight: bold;
    text-transform: uppercase;
}

    .booking-camp-price th:first-child, td:first-child {
        text-align: left;
        font-weight: bold;
        color: #fff300;
        text-transform: uppercase;
    }
.booking-camp-price .price {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}











.download-card:hover {
    box-shadow: 0 5px 15px rgba(30, 30, 30, 0.15);
    background:#fff;
}

.row.download-Gird-design {
    gap: 19px;
    margin-top: 22px;
}
.download-card {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 23%;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out 0s;
}
.download-image img {
    height: 140px;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px;
    border-radius: 15px;
}
.download-content h3 {
    font-style: normal;
    font-size: 20px;
    margin-bottom: 8px;
}
.download-content a.cr-readmore {
    background: #009a00;
    font-style: normal;
    color: #fff;
    padding: 4px 15px;
    border-radius: 9px;
}
    .download-content a.cr-readmore:hover {
        background: #ff6600;
        color: #fff;
    }
