@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap";
html {
    scroll-behavior: smooth
}

body {
    font-family: manrope, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #888;
    overflow-x: hidden;
    font-size: 14px
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px
}

* {
    margin: 0;
    padding: 0
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none!important;
    border-color: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.form-check-input:checked {
    background-color: #008AF7;
    border-color: #008AF7
}

select {
    -webkit-writing-mode: horizontal-tb!important;
    text-rendering: auto;
    color: #081828;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0;
    font: 400 14px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    color: #081828
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}


/* Spacing utility (only used class from original 180 utilities) */
.mt-100 {
    margin-top: 100px
}

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        width: 450px
    }
}

.breadcrumbs {
    position: relative;
    padding: 30px 0;
    z-index: 2;

/* ========== Breadcrumbs ========== */
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, .075);
    box-shadow: 0 7px 30px rgba(0, 0, 0, .075)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumbs {
        padding: 30px
    }
}

@media(max-width:767px) {
    .breadcrumbs {
        padding: 30px
    }
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: left
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 18px;
    color: #081828;
    font-weight: 600;
    position: relative;
    line-height: 28px;
    text-transform: capitalize
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 17px;
        line-height: 28px
    }
}

@media(max-width:767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 16px;
        text-align: center;
        line-height: 26px
    }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: 0 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block
}

.breadcrumbs .breadcrumb-nav {
    text-align: right
}

@media(max-width:767px) {
    .breadcrumbs .breadcrumb-nav {
        text-align: center;
        margin-top: 15px
    }
}

.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize
}

.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea62";
    font-family: lineIcons;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: -7px
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
    color: #888;
    font-size: 14px;
    font-weight: 500
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative
}

.breadcrumbs .breadcrumb-nav li a:hover {
    color: #008AF7
}

.section {
    padding-top: 90px;

/* ========== Section & Title ========== */
    padding-bottom: 90px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(max-width:767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 300px;
    position: relative;
    z-index: 5;
    position: relative
}

.section-title h2 {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.section-title h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background-color: #008AF7;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    border-radius: 2px
}

.section-title p {
    font-size: 14px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title {
        padding: 0 250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title {
        padding: 0 20px;
        margin-bottom: 30px
    }
    .section-title h3 {
        font-size: 14px
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }
    .section-title p {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .section-title {
        padding: 0 10px;
        margin-bottom: 25px
    }
    .section-title h3 {
        font-size: 14px
    }
    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px
    }
    .section-title p {
        font-size: 14px
    }
}

.section-title.align-right {
    padding: 0;
    padding-left: 600px
}

.section-title.align-right h2:before {
    display: none
}

.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #008AF7;
    content: ""
}

.section-title.align-left {
    padding: 0;
    padding-right: 600px
}

.section-title.align-left h2:before {
    left: 0;
    margin-left: 0
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #008AF7;

/* ========== Scroll Top, Overlay, Pagination, Buttons, Preloader ========== */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff!important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15)!important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, .15)!important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #081828
}

.overlay {
    position: relative;
    z-index: 1
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #081828;
    content: "";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}

.pagination {
    text-align: left;
    margin: 40px 0 0;
    display: block
}

.pagination.center {
    text-align: center
}

.pagination.right {
    text-align: right
}

.pagination.left {
    text-align: left
}

.pagination .pagination-list {
    display: inline-block;
    overflow: hidden
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px
}

.pagination .pagination-list li:last-child {
    margin-right: 0
}

.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 18px;
    text-align: center;
    border: 1px solid #eee
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: #008AF7;
    color: #fff;
    border-color: transparent
}

.pagination .pagination-list li a i {
    font-size: 14px
}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #008AF7;
    color: #fff;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

@media(max-width:767px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px
}

.button .btn:last-child {
    margin: 0
}

.button .btn:hover {
    color: #fff;
    background-color: #081828;
    -webkit-box-shadow: 0 4px 4px #0000000f;
    box-shadow: 0 4px 4px #0000000f
}

.button .btn-alt {
    background-color: #081828!important;
    color: #fff!important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .button .btn-alt {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

@media(max-width:767px) {
    .button .btn-alt {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500
    }
}

.button .btn-alt:hover {
    background-color: #008AF7!important;
    color: #fff!important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #008AF7;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite
}

.preloader-icon span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
