body, body p, body div{font-family: Sofia Sans !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Sofia Sans, sans-serif !important;font-weight: 600 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #323234;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #323234;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #323234;}
.bnr-textbox {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 600ms ease, transform 600ms ease;
}

/* Fade-right effect */
.bnr-textbox  .fade-right {
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity 400ms ease, transform 400ms ease;
}

.bnr-textbox  .fade-right.show {
	opacity: 1;
	transform: translateX(0);
}

/* Flip-right effect */
.bnr-textbox  .flip-right {
	opacity: 0;
	transform: rotateY(90deg);
	transition: opacity 500ms ease, transform 500ms ease;
}

.bnr-textbox .flip-right.show {
	opacity: 1;
	transform: rotateY(0deg);
}

.bnr-textbox .show {
	display: inline !important;
}

.bnr-textbox.show {
	opacity: 1;
	transform: translateY(-50%);
}


.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Sofia Sans';z-index:99;}
.ry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: max-content;
    color: #fff !important;
    background: #778971 !important;
    width: 152px;
    height: 55px;
}
.ry-btn-primary:hover {background: #41443d !important;color: #fff !important;}
.ry-btn.ry-btn-secondary{color: #323234 !important;background: #41443d !important;}
.ry-btn.ry-btn-secondary:hover {background: #778971 !important;color: #323234 !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}
