.justify{

	text-align: justify;

  	text-justify: inter-word;

  	font-size: 16px;

  	margin-bottom: 5px !important;	
	color: #54595F;
    font-weight: 300

}





.card-border {

    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);

    border: 0px;

}





.about .our-story {

    box-shadow: 0px 0 30px rgb(0 0 0 / 29%);

}







.header {

    --background-color: rgba(255, 255, 255, 0);

    --default-color: #ffffff;

    --heading-color: #ffffff;

    color: var(--default-color);

    background-color: rgb(0 0 0 / 54%);
	/*background-color:#162e44;*/

    padding: 20px 0;

    transition: all 0.5s;

    z-index: 997;

}





.dark-background {

    --background-color: #06060654;

    --default-color: #ffffff;

    --heading-color: #ffffff;

    --surface-color: #252525;

    --contrast-color: #ffffff;

}





.welcome_title {

    font-weight: 300;

}



.tour_title {

    font-size: 35px !important;

    font-weight: 300 !important;

    color: orange;

}





.constructions .card-item {

    background-color: var(--surface-color);

    border: 1px solid 

color-mix(in srgb, #364d5900, transparent 85%);

    position: relative;

    border-radius: 0;

}





.get-started .php-email-form {

    background: 

color-mix(in srgb, #601766, transparent 0%);

    padding: 30px;

    height: 100%;

}





h3.travellab_txt {

    font-size: 50px !important;

    font-weight: 300 !important;

    color: #ff7d00;

}







.services .service-item {

    background-color: #ffa500;

    padding: 40px;

    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);

    height: 100%;

    color: white;

}



.text-white{

    color: white !important;

    font-weight: 300 !important;

}




button.accordion-button.collapsed {
    background-color: orange;

}



h1.cy_h2 {
    margin-top: 20px;
    color: orange;
    font-weight: 300;
    font-size: xxx-large;
}


.cycling_home{
    margin-top: 3em;
}


.pkg_title {
    color: orange;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
}


.pkg_price {
    color: orange;
    font-weight: 100 !important;
    font-size: small;
}