.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #3a71ff;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

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

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

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

form.dropzone.dz-clickable.primary-dropzone {
    background: #f9fafc;
    border: 1px solid #ebedf5;
}

i.req {
    color: #e41515;
}

* {
    outline: 0;
}

html {
    position: relative;
    min-height: 100%;
    background: #fff;
    width: 100%;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    color: #838f9c;
    line-height: 24px;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
    width: 100%;
}

body p {
    font-family: "Lato", sans-serif;
    font-size: 15px;
}

a {
    color: #2d3954;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #f96825;
}

a.link:hover,
a.link:focus,
a:hover,
a:focus {
    color: #f96825;
}

a.text-success:focus,
a.text-success:hover {
    color: #27b737 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #f96825 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff9b20 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #f33066 !important;
}

a.white-link {
    color: #fff;
}

a.white-link:hover,
a.white-link:focus {
    color: #263238;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

section {
    padding: 40px 0;
    position: relative;
}

section.min {
    padding: 80px 0 50px;
}

.section-bot-min {
    padding: 80px 0 50px;
    position: relative;
}

p {
    /* line-height: 1.8; */
}

.gray-bg {
    background: #f7f9fc url(../img/pattern.png);
    background-size: cover;
    background-position: center;
}

.gray {
    background: #f7f9fc;
}

.gray-simple {
    background: #f7f9fc;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.full-height {
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

.no-ul-list li {
    list-style: none;
}

.progress {
    margin-bottom: 1.5em;
}

.full-width {
    width: 100%;
}

.owl-carousel .item {
    padding: 0 15px;
}

.explore-content p {
    font-size: 19px;
    font-family: "Lora", serif;
    font-style: italic;
}

.explore-content h1,
.explore-content h2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3f58;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

h5,
h6 {
    color: #2d3954;
}

.font-2 {
    font-family: "Montserrat", sans-serif;
}

h1 {
    line-height: 32px;
    font-size: 36px;
}

h2 {
    line-height: 30px;
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    line-height: 18px;
    font-size: 21px;
}

h5 {
    line-height: 16px;
    font-size: 18px;
}

h6 {
    line-height: 20px;
    font-size: 16px;
}

.lead {
    font-size: 20px !important;
}

.lead-i {
    font-family: "Lora", serif;
    font-size: 22px !important;
    font-style: italic;
}

.display-5 {
    font-size: 3rem;
}

.display-6 {
    font-size: 36px;
}

.display-7 {
    font-size: 26px;
}

.box {
    border-radius: 4px;
    padding: 10px;
}

html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.circle {
    border-radius: 100%;
}

.theme-cl {
    color: #f96825;
}

.theme-bg {
    background: #f96825;
}
