:root {
    --primary-color:#FFF;
    --secondary-color:#232323;
    --accent: #f48723;
    --text-color: #595959;
    --button-color:#ed1650;
}
h1{
    font-size: 75px;
    line-height: 90px;
    color: var(--primary-color);
    font-weight: 700;
}
h2{
    font-size: 50px;
    line-height: 54px;
    font-weight: 700; 
    color: var(--secondary-color);
}
.jtf-center{
justify-content: center;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.mb100-price{
	margin-bottom: 100px ;
}
.mt20 {
	margin-top: 20px;
}
strong{
	font-weight: bold;
}
.reverse{
flex-direction:row-reverse !important;
}
.wd100{
	width:100%;
}
.ai-end {
align-items: flex-end;
}
.ai-center {
align-items: center;
}
.lh-15{
	line-height: 1.5;
}
.fs-small{
	font-size: 12px !important;
	font-size:0.75rem !important;
}
.padding-top{
    padding-top: 120px;
}
.padding-bottom{
    padding-bottom: 120px;
}
.generic-button a,
.form-btn button{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 9px 9px 37px;
    text-decoration: none;
    display: inline-block;
    border-radius: 32px;
    transition: .4s ease-in-out;
}
.generic-button i,
.form-btn button i {
    padding: 12px 26px;
    border-radius: 24px;
    margin-left: 14px;
    display: inline-block;
    font-size: 20px;
    transition: .4s ease-in-out;
}
.white-btn a{
    color: var(--button-color);
    background: var(--primary-color);
    transition: .4s ease-in-out;
}
.white-btn i{
    color: var(--primary-color);
    background: var(--button-color);
    transition: .4s ease-in-out;
}
.red-btn a,
.red-btn button{
    color: var(--primary-color);
    background: var(--button-color);
    transition: .4s ease-in-out;
}
.red-btn i{
    color: var(--button-color);
    background: var(--primary-color);
    transition: .4s ease-in-out;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	width: var(--fa-width, 0em 0em);
}
.footer-social-sec figure img {
    max-width: 15.7812vw;
    position: relative;
    top: 0;
    left: 0px;
    margin: auto;
}