@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,200&display=swap');
html, body{
	overflow-x: hidden;
}
body {
    font-family: 'Roboto Serif', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    background-color: #fff;
}
.pad{
	padding: 10px;
}
.carousel-control-prev-icon{
	background-color: black;
    border-radius: 0px;
    padding: 8px;
}
.carousel-control-next-icon{
	background-color: black;
    border-radius: 0px;
    padding: 8px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.client-name{
    font-family: 'Roboto Serif';
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: 300;
    display: block;
}
.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.testimonial-content:before {
    content: '';
    background: url(assets/img/download.png) no-repeat left;
    left: -9%;
}
.testimonial-content:after {
    content: '';
    background: url(assets/img/download.png) no-repeat left;
    right: -9%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mansony-grid .card .card-img-overlay .card-text {
    background: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    color: #b87d48;
    display: none;
    font-weight: 300;
    font-size: 16px;
}
.mansony-grid {
    overflow: hidden;
}
.mansony-grid .card.height-1 {
    height: 320px;
}
.mansony-grid .card .card-img-overlay {
    color: #fff;
    background: rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
/*    cursor: hand;*/
}
.mansony-grid .card .card-img-overlay .card-title {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.mansony-grid .card {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    -webkit-transition: all .5s!important;
    -moz-transition: all .5s!important;
    -o-transition: all .5s!important;
    transition: all .5s!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.book-complimentary {
    margin: 37px 0 24px;
    width: 100%;
    float: left;
}
.book-complimentary .rfc-footerinput {
    margin-right: 0.75%;
    margin-bottom: 10px;
    position: relative;
    width: 19.39%;
    float: left;
    vertical-align: top;
    left: 120px;
}
.book-complimentary .btn-wrapper {
    padding-top: 20px;
    clear: both;
}
