@import url('https://fonts.googleapis.com/css2?family=Oregano&display=swap');

h2.display-5{
    font-family: "Oregano", cursive !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 38px !important;
}
h2.tag-line-text{
    font-family: "Oregano", cursive !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.logo-multi{
    min-height: 65px;
    height: 65px;
}
.offcanvas-header {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.bg-banner-image{
    background-image: url(../img/images/bg-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.image-wrapper:not(.mobile) {
    background-attachment: unset !important;
}
.image-wrapper.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; 
    background: rgb(30 34 40 / 27%) !important;
}
.wrapper.bg-light.angled.lower-end:after, .wrapper.bg-light.angled.upper-end:before {
    border-right-color: transparent !important;
}
.social.social-muted a:not(.btn-circle):not([class*=link-]) i {
    color: white !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(248 247 247) !important;
    background-clip: border-box;
    border: none !important;
    border-radius: none !important;
        box-shadow: none;
        border: 0;
   
}
.card-body {
    flex: 1 1 auto;
    padding: 0px !important;
}
.screen-bg-color{
    background-color: rgb(248 247 247) !important;
}
.feature-bg-image{
    background-image: url(../img/images/feature-bg-image.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.btn-number{
    background-color: #f6b96ccc !important;
}
.btn-number .number{
    color: #fff !important;
}
.nav-tabs.nav-tabs-basic .nav-link.active, .nav-tabs.nav-tabs-basic .nav-item.show .nav-link {
    color: #3f78e0 !important;
    border-color: #dc9d63 !important;
}
.nav-tabs.nav-tabs-basic .nav-link:hover, .nav-tabs.nav-tabs-basic .nav-link:focus {
    border-color: #dc9d63 !important;
}
.features-title-color{
    color: #f6b96ccc !important;
}
.btn-soft-yellow{
    background-color: #fef3e4;
    color: #e2626b !important;
    border-radius: 30px !important;
}
.number{
    font-size: 20px !important;
}
.btn-ios{
    min-height: 57px;
    height: 57px;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    background-image: url(../img/images/left-arrow.png) !important;
    background-position: left !important;
    background-size: cover !important;
    left: -2rem !important;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    background-image: url(../img/images/right-arrow.png) !important;
    background-position: left !important;
    background-size: cover !important;
    right: -2rem !important;
}
.swiper-button-prev:after, .swiper-button-next:after  {
    display: none !important;
}
.swiper-controls .swiper-navigation .swiper-button {
    background: none !important;
}
.navbar-stick:not(.navbar-dark) {
    background: #21262cd6 !important;
}
ul li span.strong{
    font-weight: bold !important;
}
ul li ul{
    list-style-type: disc;
}