a,
a:hover {
    text-decoration: none
}

*,
li,
ul {
    padding: 0;
    margin: 0
}

*,
a:hover {
    outline: 0
}

body,
p {
    color: var(--base-color);
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    position: relative;
    font-weight: 400;
    margin-bottom: 0
}

.sub__title h6,
body,
p {
    font-size: 16px
}

.sub__title h6,
span {
    color: var(--theme-color)
}

.boxed_wrapper,
.btn-1 {
    overflow: hidden
}

.align-title,
.btn-1,
.centred,
.preloader-close,
.scroll-top {
    text-align: center
}

* {
    border: none
}

body {
    position: relative;
    line-height: 19px;
    font-weight: 400;
    background: var(--white-color);
    font-family: var(--secondary-font);
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

.btn-1,
a {
    font-family: 'Yeseva One'
}

.auto_container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 12px
}

.home-three-header .auto_container,
.home-two-header .auto_container {
    max-width: 1680px
}

a {
    font-weight: 400;
    color: var(--white-color);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.accordion-box .block .acc-btn,
p {
    font-family: var(--secondary-font)
}

.accordion-box .block .acc-btn,
.btn-1,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
    transition: .5s
}

a:hover {
    color: var(--secondary-color) !important
}

button,
input,
select,
textarea {
    font-weight: 400;
    font-size: 16px
}

li,
ul {
    list-style: none
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: .5s
}

p {
    font-style: normal;
    line-height: 29px
}

.pagination li a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-style: normal
}

.ml-mr {
    margin-left: 12px !important;
    margin-right: 12px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color)
}

h1 {
    font-size: 30px;
    line-height: 40px;
    color: #dedede;
}

h2 {
    font-size: 50px;
    line-height: 55px
}

h3 {
    font-size: 30px;
    line-height: 34px
}

.preloader-close,
h4,
h5 {
    line-height: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

.accordion-box .block .acc-btn,
h6 {
    font-size: 18px;
    line-height: 28px
}

.sub__title h6 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.title.text-center .main__title h2 {
    padding: 20px 0 50px
}

.main__title h2 {
    padding: 20px 0 30px
}

.p-top {
    padding-top: 50px
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader-close {
    position: absolute;
    z-index: 99999999;
    right: 20px;
    font-size: 18px;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    border-radius: 50%
}

.btn-1,
.btn-1:hover,
.loading {
    position: relative
}

.loading {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading span,
.parallax-scene,
img {
    width: 100%;
    height: 100%
}

.loading span {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    pointer-events: none;
    animation: 5s linear infinite animate
}

.loading span:first-child {
    border-radius: 60% 40% 21% 79%/35% 55% 45% 65%
}

.loading span:nth-child(2) {
    animation-direction: reverse;
    border-radius: 50% 50% 51% 49%/68% 68% 32% 32%
}

.loading span:nth-child(3) {
    animation-duration: 3s;
    border-radius: 32% 68%/43% 47% 53% 57%
}

@keyframes animate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loading h2 {
    color: #fff;
    font-weight: 400
}

::placeholder {
    color: rgba(255, 255, 255, .3)
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

::-ms-input-placeholder {
    color: rgba(255, 255, 255, .3)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.btn-1 {
    display: inline-flex;
    padding: 20px 50px;
    border-radius: 30px;
    z-index: 1;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    background: var(--theme-color)
}

.accordion-box .block .content .text,
.carousel-btn-one .owl-nav .owl-next:hover span,
.carousel-btn-one .owl-nav .owl-prev:hover span,
.check-box label:after,
.pagination li a:hover span,
.scroll-top.scroll-to-target span,
a:hover span {
    color: var(--white-color)
}

.btn-1 span,
.btn-2,
.btn-3,
.carousel-btn-one .owl-nav .owl-next:hover,
.carousel-btn-one .owl-nav .owl-prev:hover {
    background: var(--secondary-color)
}

.btn-1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    color: #fff;
    border-radius: 50%;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1
}

.check-box label,
.pagination li,
.pagination li a,
img {
    display: inline-block
}

.btn-1:hover span {
    width: 225%;
    height: 562.5px;
    z-index: -1
}

.btn-1:hover {
    color: #fff !important;
    z-index: 1
}

.btn-2 span {
    background: var(--theme-color)
}

.btn-3 span {
    background: var(--primary-color)
}

.align-title {
    margin-bottom: 50px
}

.align-title h5 {
    color: var(--secondary-color);
    font-family: Caveat;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

.align-title h3,
.common-title h3 {
    color: #25283a;
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize
}

.common-title h5 {
    color: var(--secondary-color);
    font-family: Caveat;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px
}

.accordion-box.alt .block {
    padding-bottom: 10px
}

.accordion-box .block .acc-btn {
    background: var(--white-color);
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 23px 30px;
    font-style: normal;
    font-weight: 700;
    -ms-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s
}

.accordion-box .block .icon-outer {
    position: absolute;
    font-size: 15px;
    align-items: center;
    display: flex;
    right: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.accordion-box .block .icon-outer .icon-icon-38 {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    background: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, .05)
}

.accordion-box .block .icon-outer .icon-icon-11 {
    opacity: 0;
    font-weight: 300;
    right: 30px;
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    color: var(--white-color);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    position: absolute
}

.accordion-box .block .acc-btn.active .icon-outer .icon-icon-11 {
    opacity: 1
}

.accordion-box .block .acc-btn.active .icon-outer .icon-icon-38 {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 20px 20px;
    border-top: none;
    background-color: var(--white-color)
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    padding: 0 23px 23px
}

.accordion-box .block .content .text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0
}

.accordion-box .block .content p:last-child,
.check-box:last-child,
.form-group,
label {
    margin-bottom: 0
}

.accordion-box .block .acc-btn.active {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    box-shadow: none
}

.accordion-box .block .content li span {
    color: var(--higer-secondary-color)
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    transform: scale(.9, .9) translateY(0)
}

.tabs-box .tab.active-tab {
    display: block;
    transform: scale(1) translateY(0)
}

@media screen and (max-width:767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width:500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px
    }
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

figure {
    margin: 0
}

img {
    max-width: 100%;
    transition: .7s ease-in-out .1s
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0
}

.p_relative,
.pagination,
.pagination li a,
.sec-title h2 {
    position: relative
}

.carousel-btn-one .owl-nav {
    display: flex
}

.carousel-btn-one .owl-dots,
.owl-dots,
.owl-nav {
    display: none
}

.carousel-btn-one .owl-nav .owl-next,
.carousel-btn-one .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: var(--white-color);
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s
}

.carousel-btn-one .owl-nav .owl-next span,
.carousel-btn-one .owl-nav .owl-prev span {
    color: var(--secondary-color);
    transition: .5s
}

.carousel-btn-two .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center
}

.carousel-btn-two .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.carousel-btn-two .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

::-webkit-input-placeholder {
    color: var(--white-color)
}

::-moz-placeholder {
    color: var(--white-color)
}

:-ms-input-placeholder {
    color: var(--white-color)
}

:-moz-placeholder {
    color: var(--white-color)
}

.pagination {
    display: block;
    padding-top: 60px
}

.pagination li a span {
    font-weight: 700;
    vertical-align: middle
}

.p_absolute {
    position: absolute
}

.pagination li {
    margin: 0;
    padding-right: 15px
}

.pagination li:last-child {
    padding-right: 0
}

.pagination li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: var(--theme-color);
    background: 0 0;
    z-index: 1;
    transition: .5s;
    border: 1px solid var(--theme-color);
    padding: 10px 20px
}

.pagination li a.active,
.pagination li a:hover {
    color: var(--white-color) !important;
    background: var(--theme-color)
}

.sec-pad {
    padding: 114px 0 120px !important
}

.sec-pad-2 {
    padding: 120px 0
}

.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: .5s
}

.scroll-top.scroll-to-target {
    transform: rotate(-90deg)
}

.scroll-top.open {
    bottom: 50px;
    z-index: 9999
}

.scroll-top:after,
.scroll-top:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 var(--theme-color);
    box-shadow: 0 0 0 0 var(--theme-color);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
    -webkit-transition: .4s;
    transition: .4s
}

.scroll-top:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.scroll-top:hover {
    background: var(--primary-color);
    transform: rotate(270deg)
}

.sec-title {
    position: relative;
    display: block
}

.sec-title h2 span {
    font-weight: 300
}

.sec-title h2:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 41px;
    display: block;
    background-image: url(../images/icons/title-icon.svg);
    top: 100%;
    transition: .5s;
    background-repeat: no-repeat
}

.check-box label:after,
.check-box label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px
}

.sec-title.text-center h2:after {
    left: 50%;
    transform: translate(-50%)
}

.cloud-one {
    -webkit-animation: 7s linear infinite cloud_c;
    -o-animation: 7s linear infinite cloud_c;
    animation: 7s linear infinite cloud_c
}

.cloud-two {
    -webkit-animation: 10s linear infinite cloud_b;
    -o-animation: 10s linear infinite cloud_b;
    animation: 10s linear infinite cloud_b
}

.cloud-three {
    -webkit-animation: 10s linear infinite cloud_a;
    -o-animation: 10s linear infinite cloud_a;
    animation: 10s linear infinite cloud_a
}

.float-bob-x,
.float-bob-y {
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.float-bob-x-2,
.rotate-me {
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.float-bob-x-2 {
    animation-name: float-bob-x;
    animation-duration: 25s;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 25s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 25s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.rotate-me-2 {
    animation-name: rotateme-2;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme-2;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme-2;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme-2;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme-2;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

.check-box {
    margin-bottom: 9px
}

.check-box label {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #141417;
    padding-left: 45px;
    cursor: pointer;
    margin-bottom: 0;
    transition: .5s
}

.check-box input:checked+label {
    color: #1e2c36
}

.check-box input {
    display: none !important
}

.check-box label:before {
    content: '';
    border: 1px solid #dedede;
    border-radius: 3px
}

.check-box input:checked+label:after {
    background: var(--secondary-color);
    opacity: 1
}

.check-box label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
    line-height: 17px;
    padding-top: 5px;
    opacity: 0;
    font-weight: 400;
    text-align: center;
    border-radius: 3px
}

.see__pad {
    padding: 150px 0
}

.font__bold {
    font-weight: 700
}

.see__mar {
    margin: 0 70px
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-5 {
    margin-left: 5px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-25 {
    margin-left: 25px !important
}

.ml-30 {
    margin-left: 30px !important
}

.ml-35 {
    margin-left: 35px !important
}

.ml-40 {
    margin-left: 40px !important
}

.ml-45 {
    margin-left: 45px !important
}

.ml-50 {
    margin-left: 50px !important
}

.ml-55 {
    margin-left: 55px !important
}

.ml-60 {
    margin-left: 60px !important
}

.ml-65 {
    margin-left: 65px !important
}

.ml-70 {
    margin-left: 70px !important
}

.ml-75 {
    margin-left: 75px !important
}

.ml-80 {
    margin-left: 80px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mr-80 {
    margin-right: 80px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-140 {
    padding-top: 140px
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-24 {
    padding-bottom: 24px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-140 {
    padding-bottom: 140px
}

.pl-5 {
    padding-left: 5px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pr-5 {
    padding-right: 5px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pr-80 {
    padding-right: 80px !important
}