body{
	margin-top:50px;
}
h1{
	font-size:50px;
}
h2{
	font-size:30px;
}
h3{
	font-size:20px;
}
#carouselBG{
	background-image:url('../images/natrual-products.jpg');
	background-size:cover;
	background-position:center;
}
.bg-dark{
	background:#1c1c1c;
	color:#FFF;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.carousel-indicators {
    /*bottom: -40px;*/
}
.nav-link {
	font-size:18px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
	border-color:#FFF;
}
.navbar-icons{
	margin-top: 18px;
    color: #c7bdbb;
}
.btn-primary{
	background:#c7bdbb;
	color:#1c1c1c !important;
	border:1px solid #265323;
}
.btn-primary:hover{
	background:#000;
	color:#FFF !important;
}
.btn:hover {
	border-color:#ab917b;
}
.btn-secondary{
	background: #e4f3ff;
	color:#1c1c1c !important;
	border:1px solid #265323;
}
.btn-secondary:hover{
	background:#000;
	color:#FFF !important;
}
.btn-primary:active, .btn-primary:focus-visible{
	background:#ab917b !important;
	border:3px solid #265323;
	border-color:#265323 !important;
	box-shadow:none;
}
.cat-icons{
	margin-right:8px;
}
/*skip content button*/
.skip-to-content-link {
	left: 50% !important;
	padding: 8px;
	z-index: 1000;
	position: absolute !important;
	display: block !important;
	transform: translateY(-100%);
	transition: transform 0.3s !important;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}
.skip-to-content-link:focus-visible {
	transform: translateY(0%);
}
.carousel-inner {
	border-radius: 10px;
}
hr {
    overflow: visible; /* For IE */
    height: 30px;
	margin-bottom:0px;
    border-style: solid;
    border-color: #c7bdbb;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #c7bdbb;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.circleDiv {
  margin: 1rem auto;
  background-color: #f8faf9;
}

.semi-circle {
	padding-top:150px;
	height:800px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 100%);
	border-radius: 50% 50% 0 0;
	margin-bottom:240px;
}
@media (max-width: 960px) {
	.semi-circle {
		border-radius: 30% 30% 0 0;
	}
}
.header-scrolled {
    background: #fff;
    box-shadow: 0 12px 16px -4px rgba(16,24,40,.1), 0 4px 6px -2px rgba(16,24,40,.05);
    padding: 20px 0;
    height: 66px;
    transition: all 0.5s;
}
.auditCall{
	margin-top:120px;
	background:#e4f3ff;
}
.auditScrolled{
	    width: 200px;
    position: sticky !important;
    right: 20px;
    top: 80px;
    margin: 50px;
	margin-left:85%;
    float: right;
	z-index:3;
}
/* Media query for larger screens */
@media (max-width: 1200px) {
    .auditScrolled {
        margin-left: 80%;
    }
}

@media (max-width: 992px) {
	.auditScrolled{
		display:none !important;
	}
}
.auditSpacer{
	height:66px;
	margin-top:120px;
}
.d-hidden{
	display:hidden;
}
.semicircspacer{
	height:10px;
}
@media (max-width: 992px) {
	.semicircspacer{
		height:250px;
	}
}
@media (max-width: 767px) {
	.semicircspacer{
		height:390px;
	}
}
@media (max-width: 575px) {
	.semicircspacer{
		height:1190px;
	}
}
@media (max-width: 406px) {
	.semicircspacer{
		height:1290px;
	}
}
@media (max-width: 349px) {
	.semicircspacer{
		height:1390px;
	}
}
@media (max-width: 335px) {
	.semicircspacer{
		height:1590px;
	}
}
.questionanswer{
	    background: #e4f3ff;
}
.lightbox-caption{
	background:#000;
	border-radius: 0 0 10px 10px;
}
.lightbox-caption em a{
	color:#fff;
	font-size:18px;
}
.carousel-control-prev-icon {
	background-color: #000;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.carousel-control-next-icon {
	background-color: #000;
    border: 1px solid #FFF;
    border-radius: 4px;
}
.carousel-item{
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.carousel-indicators {
    /*bottom: -40px;*/
}
.cat-icons {
    margin-right: 8px;
}
.carouselContainer{
	background:#f8f9fa;
}

/*---*/

	.testimonialwrap {
					background:#f8f9fa;
					border-radius:10px;
				}
				.testimonial {
					padding: 20px;
					margin-bottom: 20px;
				}
				
				.testimonial img {
					border-radius: 50%;
					max-width: 50px;
					margin-right: 10px;
				}
				

/*---*/
        .container {
            position: relative;
        }

        .cycling-images-wrapper {
            position: relative;
            overflow: hidden;
            height: 270px;
        }
		 .cycling-image {
            font-size: 7cqw;
			 font-weight: 700;
            position: absolute;
            top: 0;
            left:0;
            opacity: 0;
            transition: opacity 0.5s, transform 0.5s;
        }
		
        .cycling-image.active {
            opacity: 1;
            transform: translateY(0);
        }

        .cycling-image.next {
            transform: translateY(-100%);
        }

        .cyclingh2 {
            position: relative;
            text-align: right;
            margin: -120px 10% 0 0;
            font-size: 8cqw;
			    font-weight: 700;
        }
		.cyclingh3 {
            position: relative;
            text-align: left;
            margin:0 0 0 11%;
            font-size: 1.8cqw;
			    font-weight: 500;
        }
		.spacer{
			container-type: inline-size;
		}
		@container sidebar (min-width: 700px) {
		  .cyclingh2 {
			font-size: 2em;
		  }
		}
        .controls {
            position: relative;
            align-items: center;
            padding: 5px;
            border-radius: 5px;
        }

        .text-blue {
            color: #0d6efd;
        }

        .text-red {
            color: #dc3545;
        }

        .text-yellow {
            color: #ffc107;
        }

        .text-green {
            color: #198754;
        }
		.circleopacity{
			opacity:50%;
		}
        .circle {
			content: '';
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			width: 260px;
			height: 260px;;
			border-radius: 50%;
			pointer-events: none;
			opacity: 1; /* Set opacity to 1 for visibility */
			z-index: -1;
			transition: background-color 0.5s ease; /* Add background-color transition */
			background-color: #0d6efd; /* Set initial background color to blue */
		}
		.cyclewrap{
			/*padding-right:20%;*/
			    margin-right: 8%;
		}
		.regFontSz{
			font-size: 40px !important;
			font-weight:700;
		}
		.regFontSz2{
			font-size:18px !important;
			font-weight:700;
			margin:0;
		}
		.altH2{
			width:100%;
		}
		@media (max-width: 992px) {
			.cyclewrap{
				padding-right:0px;
			}
			.cycling-image {
				width:100%;
			}
		}
		@media (min-width: 992px) {
			.cycling-image {
				left:auto;
				right: 5%;
			}
			
			
		}
		.cycleImg{
			max-width:150px;
		}