/***/
input[type="checkbox"] {
    display: none;
}


.buttonHbig3 {
  display: inline-block;
  border-radius: 30px;
  border: none;
  color: #FFFFFF!important;
  text-align: center;
  font-size: 23px;
  padding: 12px 36px 13px 36px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-family: 'Barlow Semi Condensed'!important;
  min-width: 170px;
}

.buttonHbig3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonHbig3 span:after {
  content: '\f105';
  font-family:FontAwesome;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: 0.5s;
}

.buttonHbig3:hover span {
  padding-right: 20px;
}

.buttonHbig3:hover span:after {
  opacity: 1;
  right: 0;
}


.lbl-toggle {
    font-size: 1rem;
	font-family: 'Barlow Semi Condensed'!important;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    background: #f37021;
    cursor: pointer;
    border-radius: 30px;

}
.lbl-toggle:hover {
    color: #fff;
}
.lbl-toggle::before {
    content: " ";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: 0.5rem;
    transform: translateY(-2px);
    transition: transform 0.2s ease-out;
}
.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}
.collapsible-content  {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content  {
    max-height: 350px;
}

.btn-more-body {
	font-size: 1rem;
	font-family: 'Barlow Semi Condensed'!important;
    text-align: center;
    padding: 8px 20px;
    color: #fff;
    background: #f37021;
    cursor: pointer;
    border-radius: 30px;
	border:none;
}

[class^='btn-more']::before {
    content: " ";
    display: inline-block;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: 0.5rem;
    transform: translateY(-2px);
    transition: transform 0.2s ease-out;	
}

[class^='btn-more'].active::before {
	transform: rotate(90deg) translateX(-3px);
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 1.2;
}
/***/


.t_300x{
	display: table;
	width: 100%;
	height: 300px;	
}


.Box-shadow-top {
/*box-shadow: 0 5px 12px rgb(0 0 0 / 9%);*/
padding: 0px;
border-radius: 10px 10px 0px 0px;
background-color: #fff;
}

.Box-shadow-bottom {
box-shadow: 0 2px 4px rgb(0 0 0 / 9%);
padding: 15px;
border-radius: 0px 0px 10px 10px;
background-color: #fff;
}

.ShadowBox {
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
    padding: 12px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.tColour {
display: inline-block;
margin: 0 auto;

font-weight: 400;
font-size:50px;
background: linear-gradient(330deg, #321407 0%, #ff4e00 50%, #ff6c00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 200px;

}

/* Column Drop Layout Pattern CSS */ /* =Media query for screen */
	@media only screen and (max-width:750px){
		.padding {
			padding:40px;}
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }
	}
    @media only screen and (max-width: 500px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }
    }
    @media only screen and (max-width: 400px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}	
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }	
	}
    @media only screen and (max-width: 300px) {
		img[class="flexibleImage"]{height:auto !important; width:100% !important; display:block;}	
	    td[class="column"] {
	        display: block;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
	    }	
	}