@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,900);

.section-padding,
.section-padding-top {
    padding-top: 120px
}

.section-padding,
.section-padding-bottom {
    padding-bottom: 120px
}

.section-padding,
.section-padding-bottom,
.section-padding-top {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat
}

a,
button {
    text-decoration: none;
    outline: 0;
    -webkit-transition: .4s;
    transition: .4s;
    color: #333
}

a:focus,
a:hover,
button:focus,
input[type=submit]:focus {
    text-decoration: none;
    outline: 0;
    color: #0297f3
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 500;
    color: #1c223a
}

body,
html {
    height: 100%
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: #686b75
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

.heading-2 {
    font-size: 48px
}

.heading-3 {
    font-size: 38px
}

.heading-4 {
    font-size: 28px
}

.text-white,
.text-white a {
    color: #fff
}

.text-green,
.text-green a {
    color: #1cc9bd
}

.text-blue,
.text-blue a {
    color: #1992ec
}

.upper {
    text-transform: uppercase
}

.middle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.padding-left-50 {
    padding-left: 50px
}

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

.header-area {
    background-image: url('images/header-bg.png');
    background-position: center top;
    background-size: 100% 100%;
}

@media screen and (max-width: 800px) {
    .header-area {

        margin-top: -20%;
    }

    .header-areao {

        margin-top: -55%;
    }
}


.hide {
    display: none;
}

.fa-download,
.fa-user-tie,
.fa-apple,
.fa-google-play {
    font-size: 20px;
}

footer {
    margin-top: 15%;
    background-color: #f9f9f9;
    padding: 20px 0;
    text-align: center;
}

footer p {
    margin: 0;
}

.btnMe {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.btnMe:hover {
    background-color: #218838;
}

body.modal-open {
    overflow: hidden;
}

.preloader {
    display: none !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    top: 10%;
    margin: auto;
    display: block;
    /* max-width: 700px; */
}

.close {
    position: absolute;
    top: 10%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #fffefe;
    text-decoration: none;
    cursor: pointer;
}

.hiddenNav {
    display: none !important;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.3;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 700px) {

    .prev,
    .next {
        font-size: 20px;
        padding: 10px;
    }

    .modal-content {
        top: 28%;
    }
}

