.site-section-temp {
    padding: 7em 0;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    display: block;
    unicode-bidi: isolate;
}

body {
    background: #fff;
    font-family: "Rubik", arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.container-temp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.align-items-center-temp {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row-temp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-temp,
.col-lg-4-temp,
.col-lg-8-temp,
.col-md-1-temp,
.col-md-4-temp,
.col-md-5-temp,
.col-md-6-temp,
.col-md-7-temp,
.col-md-9-temp,
.col-md-12-temp,
.col-sm-6-temp {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.element-animate-temp {
    opacity: 0;
    visibility: hidden;
}

.fadeInUp-temp {
    animation-name: fadeInUp;
}

.element-animated-temp {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.text-center-temp {
    text-align: center !important;
}

.heading-wrap-temp .sub-heading-temp {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ccc;
    font-family: "Rubik", arial, sans-serif;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-family: "Playfair Display", times, serif;
}

.h4-temp,
h4 {
    font-size: 1.5rem;
}

.h1-temp,
.h2-temp,
.h3-temp,
.h4-temp,
h1,
h2,
h3,
h4 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.heading-wrap-temp .heading-temp {
    font-size: 50px;
    margin-bottom: 30px;
}

.mb-5-temp {
    margin-bottom: 3rem !important;
}