/* import */
@import url('bootstrap.css');
@import url('../../admin/style.css');
@import url('fonts.css');
@import url('default.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

/* header & nav*/

header {
    background: #ECA345;
}

header nav a {
    color: #fff !important;
}

header nav ul li {
    margin-left: 20px;
}

header nav ul li a {
    padding: 10px 25px !important;
    border-radius: 10px;
}

header nav ul li.special a {
    background: #fff;
    color: #eca345 !important;
    font-weight: 300;
}

/* hero */

#hero {
    padding-top: 150px;
    background-size: cover !important;
}

#hero .info {
    max-width: 340px;
    margin: 50px 0px;
}

#hero h2 {
    margin-bottom: 15px;
    font-weight: 700;
}

@media(min-width: 991px) {
    .hero-bonus {
        position: relative;
        bottom: 10px;
        left: -200px;
    }
}

#hero .img-fluid {
    max-width: 130%;
}

#hero .btns {
    margin-top: 50px;
    margin-bottom: 200px;
}

/* heading */

.heading .title,
.full-heading .title {
    padding-top: 60px;
    text-align: center;
}

.full-heading .title {
    margin-bottom: 50px;
}

.heading .info,
.full-heading .info {
    padding-bottom: 100px;
    border-bottom: 1px solid;
    text-align: center;
    border-color: rgba(196, 196, 196, 0.2);
}

.heading .info p,
.full-heading .info p {
    max-width: 700px;
    text-align: center;
    margin: 10px auto 0px auto;
    font-size: 20px;
}

.full-heading .info p {
    max-width: 1000px;
}

.small-heading .title h2 {
    font-size: 30px;
    text-align: center;
}

.small-heading .info p {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

/* why choose us */

#why .bg {
    background: rgba(232, 232, 232, 0.35) url(../img/why-choose-us.png) no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 60px;
    margin: 50px 0px;
    background-position: -70px 30px;
}

#why .title h2 {
    font-size: 36px;
    margin-bottom: 50px;
}

#why .more p {
    max-width: 350px;
    margin-bottom: 50px;
}

#why .reasons h5 {
    color: #ECA345;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
}

#why .reasons img {
    background: #eca345;
    padding: 10px;
    border-radius: 10px;
}

@media (min-width: 991px) {
    #why .reasons .col-lg-6.col-md-6.col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#why .reasons .single-item {
    margin-bottom: 10px;
    padding: 25px 30px !important;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 15px;
}

/* services */

#services h2 {
    font-size: 36px;
    color: #0cce6b;
    margin-bottom: 50px;
}

#services .services-item p {
    font-size: 26px;
    color: #1A1A24;
    font-weight: 750;
}

#services .services-item img {
    max-width: 28px;
    margin-left: 30px;
}

#services .services-item .single-sevices {
    margin-bottom: 70px;
}

/* slideshow */

#slideshow .title h2,
#testimonials .title h2 {
    color: #000;
    text-align: center;
    font-size: 36px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#slideshow .title h2 span,
#testimonials .title h2 span {
    color: #ECA345;
}

/* testimonials */

#testimonials .title {
    margin-bottom: 100px;
}

#testimonials .avatar img {
    max-width: 132px;
}

#testimonials .star img {
    max-width: 30px;
    display: inline-block;
}

#testimonials h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

#testimonials .position p {
    font-size: 14px;
    margin-bottom: 10px;
}

#testimonials .text {
    text-align: center;
    margin-top: 30px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

/* cta */

#cta {
    background-size: cover !important;
    position: relative;
    padding: 30px 0px;
}

#cta h3 {
    font-size: 30px;
    color: #fff;
}

#cta .cta-icon img {
    position: absolute;
    top: 15px;
    right: calc(50% + -700px);
    z-index: 999999;
}

/* simple */

.simple-format {
    margin-top: 150px;
}

.simple-format .align-right {
    text-align: right;
}

.simple-format p {
    font-size: 20px;
    max-width: 520px;
    line-height: 24px;
}

.simple-format .align-right p {
    margin-left: auto;
}

.simple-format .align-right a.custom-btn {
    margin-left: auto;
}

.simple-format h3 {
    font-size: 47px;
    color: #ECA345;
    font-weight: 700;
    margin-bottom: 50px;
}

.simple-format p {
    font-size: 20px;
}

.simple-format .btns {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .simple-format .btns a.custom-btn {
        margin-right: auto;
        margin-left: auto;
    }
}

.desktop-btns,
.desktop-show {
    display: block;
}

.mobile-btns,
.mobile-show {
    display: none;
}

/* contact */

.contact h2 {
    font-size: 30px;
}

.contact .title {
    margin-bottom: 50px;
    text-align: center;
}

/* footer */

footer {
    padding-top: 100px;
    background: #0B0D17;
    color: #fff;
}

footer ul {
    margin-top: 30px;
    padding: 0px;
}

footer ul li {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer h3 {
    color: #fff;
    font-size: 20px;
}

footer h4 {
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}

footer .top-footer {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    padding-bottom: 100px;
}

footer .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .copyright p {
    font-size: 14px;
    font-weight: 600;
}

footer .copyright ul {
    margin-top: 5px;
}

footer .copyright ul li a {
    font-size: 16px;
}

footer .facebook-footer {
    display: block;
    position: relative;
    left: 70px;
    top: 10px;
}

footer .footer-special {
    max-width: 200px;
}

footer .footer-special img.footer-logo {
    width: 100%;
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }

    .popup-mobile.mobile-show a {
        color: #eca345 !important;
        font-weight: 300;
    }

    .popup-mobile.mobile-show {
        position: absolute;
        right: 0;
        top: 15px;
        background: #fff;
        border-radius: 10px;
    }

    .single-item .img {
        text-align: center;
        margin-bottom: 10px;
    }

    #why .reasons .single-item h5 {
        text-align: center;
        padding-left: 0px;
    }

    #cta .mobile-show a.custom-btn-w {
        margin-top: 30px;
    }

    #cta h3 {
        font-size: 18px;
        color: #fff;
    }

    #cta a.custom-btn-w {
        font-size: 17px;
    }

    #cta .cta-icon img {
        position: relative;
        top: auto;
        right: auto;
        z-index: auto;
        width: 100%;
    }

    footer .col-lg-3.col-12 {
        text-align: center;
        margin-top: 40px;
    }

    img.header-logo {
        max-width: 200px;
        width: 100%;
        left: -30%;
        position: relative;
    }

    .heading .info p,
    .full-heading .info p,
    .small-heading .info p {
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        order: -1;
    }

    .heading .info,
    .full-heading .info {
        padding-bottom: 60px;
    }

    .navbar-header {
        display: block;
        text-align: center;
    }

    #hero {
        padding-top: 50px;
    }

    #hero br {
        display: none;
    }

    #hero h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 0px;
    }

    #hero .hero-bonus img {
        width: 100%;
    }

    #hero .btns {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #hero a.custom-btn {
        margin: auto;
    }

    #hero .info {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        max-width: 100%;
        padding: 0 20px;
    }

    #why .bg {
        padding: 40px;
        background: rgba(232, 232, 232, 0.35);
    }

    #why .reasons .single-item {
        margin-bottom: 20px;
        padding: 10px !important;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 15px;
    }

    .simple-format {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .desktop-btns,
    .desktop-show {
        display: none;
    }

    .mobile-btns,
    .mobile-show {
        display: block;
    }

    .simple-format h3,
    .simple-format p {
        text-align: center !important;
    }

    .simple-format p {
        font-size: 16px;
        margin-bottom: 50px;
        max-width: 100%;
    }

    .simple-format h3 {
        font-size: 28px;
    }

    .simple-format {
        margin-top: 50px;
    }

    .mobile-btns,
    .mobile-show a.custom-btn {
        margin: auto;
    }

    .avatar,
    .name,
    .position,
    .star {
        text-align: left;
    }

    #testimonials .avatar img {
        margin: auto;
        width: 100%;
        max-width: 132px;
    }

    #testimonials h4 {
        font-size: 20px;
    }

    #testimonials .title {
        margin-bottom: 50px;
    }

    #testimonials .mobile-row {
        margin-top: 60px;
    }

    #testimonials .text {
        max-width: 380px;
    }

    #why .more p {
        max-width: 100%;
    }

    #why .title h2 {
        text-align: center;
    }

    #why .mobile-btns a.custom-btn {
        margin: 20px auto 0 auto;
    }

    footer .copyright {
        text-align: center;
    }

    footer .copyright .col-lg-6.col-12.d-flex.justify-content-end {
        justify-content: center !important;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .order-md-last {
        order: -1 !important;
    }
}