
/* GLOBAL */
@import url("/fontawesome5/css/all.min.css");
.testimonial-bg {
border: 10px solid #66e1e3;
padding: 80px 70px;
text-align: center;
position: relative;
}
.testimonial-bg::before {
content: "f042";
font-family: "Font Awesome 5 Free";
font-weight: 900;
width: 75px;
height: 75px;
line-height: 75px;
background: #fff;
text-align: center;
font-size: 50px;
color: #3c414c;
position: absolute;
top: -40px;
left: 2%;
}
.testimonial {
padding: 0 15px;
}
.testimonial .description {
font-size: 20px;
font-weight: 400;
font-style: italic;
color: #848484;
line-height: 30px;
padding-bottom: 25px;
margin-bottom: 15px;
position: relative;
}
.testimonial .description:before {
content: "";
width: 75%;
border-top: 1px solid #ddd;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.testimonial .description:after {
content: "";
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 50%;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 25px auto;
overflow: hidden;
}
.testimonial .pic img {
width: 100%;
height: auto;
}
.testimonial .title {
display: inline-block;
font-size: 23px;
font-weight: 700;
color: #848484;
text-transform: capitalize;
margin: 0;
}
.testimonial .post {
display: inline-block;
font-size: 20px;
color: #848484;
}
.owl-theme .owl-controls {
background: #fff;
margin-top: 10px;
position: absolute;
bottom: -34%;
right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: #34363b;
opacity: 1;
padding: 0;
}
.owl-prev:before,
.owl-next:before {
content: "f104";
font-family: "fontawesome";
font-size: 23px;
font-weight: 700;
color: #fff;
}
.owl-next:before {
content: "f105";
}
@media only screen and (max-width: 767px) {
.testimonial-bg {
padding: 50px 40px;
}
.owl-theme .owl-controls {
bottom: -22%;
}
}
@media only screen and (max-width: 480px) {
.testimonial-bg:before {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 40px;
}
.testimonial-bg {
padding: 30px 10px;
}
.owl-theme .owl-controls {
bottom: -15%;
}
}
@media only screen and (max-width: 360px) {
.testimonial .title,
.testimonial .post {
font-size: 16px;
}
.owl-theme .owl-controls {
bottom: -12%;
}
}
/* end owl slider stuff */
html {
scroll-behavior: smooth;
}
/*body {
overflow-x: hidden;
}*/
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2.25rem;
}
h2,
.h2 {
font-size: 2rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.subheader h1 {
font-weight: bold;
}
@media(min-width: 992px) {
.subheader h1 {
font-size: 3.6rem !important;
margin-bottom: .5rem !important;
}
}
.btn {
white-space: normal;
}
.btn-primary-alt {
color: var(--primary);
}
.btn-info {
color: white !important;
}
.border-warning {
border: 1px solid #ccc07f;
}
.border-info {
border: 1px solid #74828f;
}
.text-bluey {
color: #4f9af4;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
/*.btn-primary {
color: white !important;
}*/
.round {
border-radius: 12px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.anchor {
scroll-margin-top: 150px;
}
.blog-detail-page .oms-wrapper #savecontent {
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}
.dark-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-top-gradient-extra {
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.light-top-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
}
.dark-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.light-bottom-gradient {
height: 30%;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
}
.rounded {
border-radius: 6px !important;
}
.blog-data .blog-title.h5 {
font-size: 1.2rem;
}
.blog-image a {
padding-bottom: 65% !important;
}
.blog-item.media.border {
border: 0px solid transparent !important;
}
.oms-blog-detail .blog {
padding: 1.2rem;
border-radius: 14px;
box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, .2);
background: white;
}
@media(min-width: 1200px) {
.fives {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}
.services li {
margin-left: -18px;
}
.uppercase {
text-transform: uppercase;
}
.sublink.text-light:hover {
background: black;
color: white !important;
}
.cta-btn {
width: 155px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
.conf-drop {
right: 0 !important;
left: auto !important;
}
.modal-header .modal-title {
margin-bottom: 0 !important;
}
.subheader .container {
padding-top: 3rem;
padding-bottom: 3rem;
}
.formbuilder-required {
color: red;
}
.link-columns {
columns: 1;
column-gap: 30px;
}
@media(min-width: 576px) {
.link-columns {
columns: 2;
}
}
@media(min-width: 768px) {
.link-columns {
columns: 3;
}
}
@media(min-width: 1200px) {
.link-columns {
columns: 4;
}
}
.column-link {
line-height: 1.1;
padding-top: .3rem;
padding-bottom: .3rem;
display: block;
page-break-inside: avoid;
}
.clickable.rounded {
border-radius: 6px !important;
}
.clickable {
width: 130px;
margin-right: .5rem;
margin-bottom: .5rem;
}
.clickable .small {
font-size: .65rem;
line-height: 1.15;
}
a.bg-white.clickable:hover {
opacity: 1;
background-color: aliceblue !important;
border: 1px solid #007bff !important;
}
.clickable {
display: flex;
flex-direction: column;
justify-content: start;
}
.clickable span {
word-break: break-word;
}
.col-12 .answer {
position: absolute;
right: 12px;
bottom: -4px;
padding: 2px 8px;
border-radius: 100px;
color: white;
font-size: .8rem;
}
.col-12 .answer-correct {
background: var(--success);
}
.col-12 .answer-incorrect {
background: var(--danger);
}
.bg-opaque {
background: rgba(255, 255, 255, 0.75);
}
.cta-btns .btn {
width: 310px;
max-width: 100%;
}
.cta-btns .btn.current {
color: var(--primary);
opacity: 1;
}
.bg-opaque {
background: rgba(255, 255, 255, 0.75);
}
/*.opaque-card h5 {
background: var(--primary-alt);
padding: .4rem;
}*/
.cta-btns .btn {
width: 300px;
max-width: 100%;
}
.cta-btns .btn.current {
color: var(--primary);
opacity: 1;
}
.opaque-card {
font-size: 1rem;
line-height: 1.35;
border-left: 5px solid var(--primary);
border-right: 5px solid var(--primary);
}
@media(min-width: 1600px) {
.opaque-card h5 {
font-size: 1.8rem;
}
}
@media(min-width: 992px) {
.funnel-wrap {
background-image: url(/userfiles/2525/images/btnwoodhero.jpg);
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
position: relative;
display: block;
}
.opaque-card {
background: rgba(255, 255, 255, .6);
}
}
@media(max-width: 991px) {
.funnel-wrap .overlay {
opacity: 0 !important;
}
.opaque-card {
background: white;
}
}
.shadow {
box-shadow: 2px 4px 10px 0 rgba(26, 44, 66, .15) !important;
}
.side-bar-close {
position: absolute;
right: -3px;
top: 0px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary);
color: white !important;
z-index: 999999;
}
.side-bar-close:hover {
background: var(--primary-alt);
}
.side-bar {
background: var(--light);
width: 280px;
height: 100dvh;
top: 0;
z-index: 99999;
position: fixed;
left: -290px;
transition: left .4s ease-in-out;
}
.side-bar .btn-white:hover,
.side-bar .btn-white.active {
background: var(--primary-alt) !important;
color: var(--primary) !important;
border: 1px solid var(--primary) !important;
}
.btn-main {
font-size: .825rem;
}
.main-content {
width: 100%;
}
.side-bar-btn {
position: fixed;
top: 300px;
left: 0;
z-index: 5;
}
@media(min-width: 1660px) {
.side-wrap {
margin-left: 30px;
margin-right: -30px;
}
}
@media(min-width: 768px) {
.side-bar {
height: auto;
z-index: 2;
position: relative;
left: 0;
}
.sticky-top {
z-index: 2;
}
.main-content {
width: calc(100% - 280px);
}
}
@media(max-width: 767px) {
.sticky-top {
top: 0 !important;
}
}
.side-wrap .btn-white {
line-height: 1.2;
}
.side-wrap .btn-white .d-inline-block.mr-2 {
text-align: left;
}
/* PAGE SPECIFIC */
/* FOOTER */
