@charset "utf-8";
/* CSS Document */



#scouts h5 {
	color: #222;
	font-family: var(--font-primary);
	margin-bottom: 20px;
}

.scouts {
	padding: 0;
}

@media (max-width: 575px){
	section #options  {
		padding: 0; 
		margin: 0;
	}
}

#options .package-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

#options p {
	font-family: var(--font-primary);
	text-align: center;
	margin-bottom: 40px;
}

#options .package-group {
	justify-content: center;
	margin-bottom: 80px;
}

#options .package-group:last-of-type {
	justify-content: center;
	margin-bottom: 20px;
}

#options .boxes {
	text-align: center;
	box-shadow:1px 1px 6px rgba(0,0,0,0.25);
}

@media (max-width: 575px){
	#options .boxes {
		margin: 0 40px;
		justify-content: center;
		align-items: center;
	}
}

#options .box {
  padding: 15px;
  border-radius: 0 0 5px 5px;
  z-index: 1; 
  transition: none;
  position: relative;
  background: #fff1e6;
}

#options .box:hover {
  transform: none;
}

#options .title {
	background-image: url("../img/bg/4.png");
	background-position: center;
	opacity: .9;
    font-family: var(--font-header);
	text-transform: capitalize;
	color: var(--color-black);
    font-size: 30px;
	font-weight: 500; 
	padding: 1em;
	text-align: center;
	margin-bottom: 15px;
}

#options .title span {
	display: block;
    font-family: var(--font-primary);
    font-size: 16px;
	font-weight: 400; 
}

#options .box .inner .content .choices {
	border: 4px double var(--color-primary);
	background: var(--color-white);
	padding: 1em 1em 1.5em 1em;
	text-align: center;
	line-height: 1.5;
    margin-bottom: 15px; 
    transition: 0.3s}

#options .box .inner .content .choices:hover {
	transform: scale(1.02);}

#options .box .inner .content .choices:last-of-type {
    margin-bottom: 0; }

#options .box .inner .content .choices .choice {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0px;}

#options .box .inner .content .choices .choice span {
	display: block;
	font-size: 12px;
	line-height: 2em;
}

#options .box .inner .content .choices .choice h6 {
	font-size: 18px;
	font-weight: 600;
}

#options .box .inner .content .choices .choice p {
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

#options .box .inner .content .choices .choice p span {
	display: block;
	font-size: 14px;
	font-family: var(--font-primary);
	margin-top: 10px;
}

#options .box.box-bg-1 {
    background: #FFF; }

#options .box.box-bg-2 {
    background: #FFF; }

#options .box.box-bg-3 {
    background: #FFF; }

#options .box.box-bg-4 {
    background: #FFF; }

/*end delete*/



/*----------------------
    Testimonial
-----------------------*/

.testimonial {
	padding: 60px 0;
}	

@media(max-width: 991px){
	.testimonial {
		padding: 0;
	}	
}

.single-testimonial {
	padding: 3em;
	color: #fff;
}



@media(max-width: 575px){
	.single-testimonial {
		padding: 0;
	}
}


  .testimonial .single-testimonial .inner .quote-sign {
    margin-bottom: 30px;
    display: inline-block;}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .testimonial .single-testimonial .inner .quote-sign {
        margin-bottom: 20px; } }

    @media only screen and (max-width: 991px) {
      .testimonial .single-testimonial .inner .quote-sign {
        margin-bottom: 30px;
        margin-top: 20px; } }

  .testimonial .single-testimonial .inner .description {
	font-family: var(--font-primary);
	color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6; }

    @media only screen and (max-width: 991px) {
      .testimonial .single-testimonial .inner .description {
        margin-bottom: 30px; 
	    color: var(--color-body);
		}

	  .single-testimonial {
		background: var(--color-bg-light-1);
		color: var(--color-body);
		box-shadow: none;}}

    @media only screen and (max-width: 767px) {
      .testimonial .single-testimonial .inner .description {
        margin-bottom: 30px; } }

    .testimonial .single-testimonial .inner .info {
		line-height: 1;
		margin-bottom: 20px;
	}

	.testimonial .single-testimonial .inner .info h6{
		font-size: 18px;
		color: var(--color-white);
	}

@media(max-width: 991px){
	.testimonial .single-testimonial .inner .info h6{
		color: var(--color-body);
	}
}


    .testimonial .single-testimonial .inner .info span {
		color: var(--color-secondary);
		font-weight: 600;
		font-size: 30px;
	}

.testimonial .single-testimonial .inner .info .parent {
		margin-left: 24px;
	}

@media(min-width: 992px){
	.testimonial .single-testimonial .inner .info span {
		color: var(--color-white);
		font-weight: 600;
		font-size: 30px;
	}

.testimonial .single-testimonial .inner .info .parent {
		margin-left: 23px;
	}
}

@media (max-width: 575px){
section .testimonial {
		padding: 0;
	}
}
