
.slider {
    padding: 0;
    overflow-x: hidden;
}
section {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
section {
    overflow: hidden;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
* {
    outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 767px){
.slider {
    overflow: hidden;
}}
/* lib */
.scaz-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

* {
    outline: none;
}

.carousel-arrows-light .scaz-arrow {
    color: white;
}

.scaz-arrow.scaz-prev {
    left: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.scaz-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #282828;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, button:focus, .form-control, .form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 320px) and (max-width: 767px){
.slider .scaz-arrow.scaz-prev {
    left: -10px;
}}

.scaz-arrow.scaz-prev:before {
    content: "\e939";
}

.scaz-arrow.scaz-next:before, .scaz-arrow.scaz-prev:before {
    font-family: 'icomoon';
    font-size: 45px;
}
@media (min-width: 320px) and (max-width: 767px){
.slider .scaz-arrow:before {
    font-size: 30px;
}}
.m-slides-0 .scaz-list {
    margin: 0;
}
/* lib */
.scaz-slider .scaz-list, .scaz-slider .scaz-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.scaz-list {
    margin: 0 -15px;
}
.scaz-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.scaz-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.scaz-track:after, .scaz-track:before {
    display: table;
    content: '';
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1200px){
.container {
    max-width: 100%;
}}
.container {
    max-width: 1170px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
@media (min-width: 992px){
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide__subtitle {
    margin-bottom: 15px;
}}

.slider .slide__subtitle {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 13px;
}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide__title {
    font-size: 30px;
    margin-bottom: 10px;
}}

.slider .slide__title {
    font-size: 65px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px;
}
h2 {
    font-size: 42px;
}
h1, h2, h3, h4, h5, h6 {
    color: #282828;
    font-family: "monsans", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}}

.slider .slide__desc {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    max-width: 580px;
    margin-bottom: 34px;
}
.d-flex {
    display: flex!important;
}

@media (min-width: 768px) and (max-width: 1200px){
.slider .slide-item {
    padding-right: 30px;
    padding-left: 30px;
}}

.slider .slide-item {
    height: 100vh;
}
.m-slides-0 .scaz-slide {
    margin: 0;
}
.scaz-initialized .scaz-slide {
    display: block;
}
.scaz-slide {
    margin: 0 15px;
}
.bg-img {
    position: relative;
    z-index: 1;
}
.align-v-h {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.scaz-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide-item {
    height: auto;
}}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide-item {
    padding: 100px 10px;
}}
.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.15);
}
@media (min-width: 768px) and (max-width: 1200px){
.container {
    max-width: 100%;
}}
.container {
    max-width: 1170px;
}
.container{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

@media (min-width: 992px){
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}}

@media (min-width: 320px) and (max-width: 767px){
.slider .scaz-arrow.scaz-next {
    right: -10px;
}}

.carousel-arrows-light .scaz-arrow {
    color: white;
}
.scaz-arrow.scaz-next {
    right: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.scaz-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #282828;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, button:focus, .form-control, .form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button {
    border: none;
    padding: 0;
}


.scaz-arrow.scaz-next:before {
    content: "\e93b";
}
.scaz-arrow.scaz-next:before, .scaz-arrow.scaz-prev:before {
    font-family: 'icomoon';
    font-size: 45px;
}

.slider .scaz-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scaz-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.scaz-dots li.scaz-active {
    border-color: #0071e3;
    background-color: transparent;
}

.scaz-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #9b9b9b;
    background-color: #9b9b9b;
}
.tags-section .tags li, ul li {
    list-style: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.scaz-dots li button {
    font-size: 0;
    width: 100%;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, button:focus, .form-control, .form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button {
    border: none;
    padding: 0;
}
.carousel-dots-light .scaz-dots li:not(.scaz-active) {
    border-color: #ffffff;
    background-color: #ffffff;
}

.scaz-dots li {
    display: inline-block;
    margin: 5px;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #9b9b9b;
    background-color: #9b9b9b;
}
.tags-section .tags li, ul li {
    list-style: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.scaz-dots li button {
    font-size: 0;
    width: 100%;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, button:focus, .form-control, .form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button {
    border: none;
    padding: 0;
}
@media (min-width: 320px) and (max-width: 767px){
.slider .slide__title {
    font-size: 30px;
    margin-bottom: 10px;
}}
@media (min-width: 320px) and (max-width: 767px){

.slider .slide__subtitle {
    margin-bottom: 15px;
}}

@media (min-width: 320px) and (max-width: 767px){
.slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}}

@media (min-width: 320px) and (max-width: 767px){
.slider .btn {
    margin-bottom: 10px;
}}

@media (min-width: 320px) and (max-width: 767px){
.btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 40px;
}}
.mr-30 {
    margin-right: 30px !important;
}
@media only screen and (max-width: 600px) {
    . {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}