body {
    font-family: 'Muli', sans-serif;
    overflow-x: hidden;
}

p {
    font-weight: 600
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mt-15 {
    margin-top: 15px;
    font-weight: 600;
}

.ptb80 {
    padding: 80px 0;
}

.pt40 {
    padding-top: 20px;
}

.navbarCustom {
    border-color: transparent;
    border-radius: 0;
    background: #FCFCFC;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.navbar-brand-search {
    margin-top: -8px;
}

    .navbar-brand-search img:focus {
        outline: none;
    }

.navbar-ex1-collapse .navbar-right li a {
    color: #212121;
    padding-left: 20px;
    padding-right: 20px;
}

    .navbar-ex1-collapse .navbar-right li a:hover {
        color: #0087cf;
    }

    .navbar-ex1-collapse .navbar-right li a:hover,
    .navbar-ex1-collapse .navbar-right li a:focus {
        outline: none;
    }

.navbar-ex1-collapse .navbar-right .searchInput {
    border-radius: 0;
    border: 1px solid #0087CF;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.navbar-ex1-collapse .navbar-right .btn-search {
    background: #0087CF;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 34px;
    position: relative;
    left: -4px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.contentSearching {
    background: url('../images/bg-login-ainvoice.png');
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-search {
    position: relative;
    top: 30%;
}

    .page-search .text-center {
        color: #fff;
        font-size: 42px
    }

    .page-search form .form-group {
        width: 100%;
        display: inline-grid;
        margin-top: 30px;
    }

        .page-search form .form-group input {
            height: 45px;
            border: 0;
            border-radius: 0;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

.tooltipSearch {
    padding: 10px;
    position: absolute;
    background: #fff;
    opacity: 0;
    margin-top: 9px;
    z-index: 1;
    margin-left: 0;
    width: 80%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 4px;
    display: none;
}

    .tooltipSearch:after,
    .tooltipSearch:before {
        bottom: 100%;
        left: 15%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .tooltipSearch:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -30px;
    }

    .tooltipSearch:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #f3f3f3;
        border-width: 10px;
        margin-left: -33px;
    }

    .tooltipSearch.showUp {
        opacity: 0.6;
        display: table;
    }

    .tooltipSearch.button {
        width: 94%;
    }

        .tooltipSearch.button:after,
        .tooltipSearch.button:before {
            left: unset;
            right: 4%;
        }

    .tooltipSearch p {
        padding-top: 10px;
        font-size: 13px;
    }

    .tooltipSearch h4 {
        font-size: 17px;
    }

    .tooltipSearch h5 {
        padding-left: 10px
    }

.page-search .center-block {
    box-shadow: none;
}

.btn-search-content {
    position: relative;
    float: right;
    top: -45px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0087CF;
    border-radius: 0;
    border: 0;
    color: #fff;
}

    .btn-search-content:hover,
    .btn-search-content:focus {
        color: #fff;
        outline: none;
    }

.contact-form {
    margin: 45px 0;
}

.contacts {
    background: #2F2E38
}

#contact-result {
    color: #D85858;
    height: 20px;
}

.textarea-box,
.input-box {
    border: 1px solid #6E777B;
    background: transparent;
    margin-top: 15px;
    height: 40px;
    color: #212121;
}

.btn-blue {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #0087cf;
    color: #0087cf;
}

    .btn-blue:hover {
        background: #0087cf;
        color: #fff;
    }

#services.row {
    margin: 0;
}

#services > .container {
    padding-top: 20px;
}

.service img {
    height: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .service img:hover {
        -webkit-transform: scale(1.1) translateY(-10px);
        -moz-transform: scale(1.1) translateY(-10px);
        -ms-transform: scale(1.1) translateY(-10px);
        -o-transform: scale(1.1) translateY(-10px);
        transform: scale(1.1) translateY(-10px);
    }

.service h3.text-uppercase {
    font-size: 22px;
    padding-top: 30px;
    color: #212121;
}

.service p {
    font-size: 13px;
    color: #2b2b2b;
}

.info:nth-child(n) {
    background: #f4f4f4 !important;
}

.info:nth-child(n+1) {
    background: #f4f4f4 !important;
}

.info-text ul {
    padding-left: 20px;
}

    .info-text ul li {
        font-size: 16px;
        padding: 10px 0 0 0;
        color: #738191;
        list-style: none;
        font-weight: 600;
    }

        .info-text ul li:before {
            content: '\f00c';
            font-family: 'fontawesome';
            margin-right: 10px;
            color: #2ecc71;
        }

.info .info-text p {
    text-align: left !important;
}

.info-image:before {
    display: block;
    width: 100%;
}

.info-image img {
    width: 100%;
    max-width: 300px;
    text-align: center;
    float: right;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.info .info-image img:hover {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    top: 30px;
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
    margin: 0 !important;
    text-transform: capitalize;
}

.footerCustom {
    background: #3D3C49;
    padding: 25px 0
}

.address li p {
    font-size: 13px;
    color: #fff;
}

    .address li p i {
        margin-right: 10px;
    }

.page-list {
    margin-top: 70px;
}

    .page-list span {
        color: #fff;
    }

    .page-list li a {
        color: #fff;
        font-size: 13px;
        padding: 4px 0;
        display: block;
    }

.social-list {
    margin-top: 92px;
}

@media (min-width: 768px) {
    .navbar-brand-search {
        margin-top: -5px;
    }

    .navbarCustom .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-form.navbar-right {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .navbarCustom .navbar-toggle {
        border-color: #B0264D;
        border-radius: 2px;
    }

        .navbarCustom .navbar-toggle .icon-bar {
            background-color: #B0264D;
        }

        .navbarCustom .navbar-toggle:hover,
        .navbarCustom .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-ex1-collapse .navbar-form {
        box-shadow: none;
        border: 0;
    }

    .navbar-ex1-collapse .navbar-right .btn-search {
        left: 0;
        float: right;
        top: -39px;
    }

    .btn-search-content {
        top: -50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .advContent .itemAdv {
        padding-top: 15px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .navbarCustom > .container {
        width: unset;
        padding: 0;
    }

    .navbar-ex1-collapse .navbar-right li a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbarCustom .navbar-brand > img {
        width: 150px;
    }

    .contentSearching {
        height: 40vh;
    }
}

@media(max-width: 1199px) {
    .info-image img,
    .tooltipSearch {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .modal-dialog {
        min-width: 65%;
        margin: 30px auto;
    }
}

@media (min-width: 1360px) {
    .modal-dialog {
        min-width: 62%;
        margin: 30px auto;
    }
}

@media (min-width: 1440px) {
    .modal-dialog {
        min-width: 60%;
        margin: 30px auto;
    }
}

@media (min-width: 1920px) {
    .modal-dialog {
        min-width: 44%;
        margin: 30px auto;
    }
}

.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/ajax-loader.gif') center no-repeat;
    background-size: 100px 100px;
    background-color: rgba(0,0,0,0.7);
}


/* --------------------------------------
    9. Footer
-------------------------------------- */

footer {
    background: #2F2E38;
    position: relative;
}


/* ---- Footer Contact ---- */

.top-footer #contact a {
    text-align: center !important;
    display: block;
    height: 0;
    font-size: 35px;
    color: #B6B6C6;
    position: relative;
}

    .top-footer #contact a:hover {
        color: #29b2fe !important;
    }

    .top-footer #contact a:before {
        content: url("../images/clouds/cloud-dark-svg.svg");
        width: 140px;
        height: 88px;
        display: block;
        top: -50px;
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        cursor: default;
    }

    .top-footer #contact a i {
        position: relative;
        top: -38px;
        cursor: pointer;
    }



/* ---- Expandable Contact Form ---- */

.top-footer #contact .contact-us .contact-form {
    display: none;
    -webkit-animation: slide-down .8s ease;
    -moz-animation: slide-down .8s ease;
}

.contact-form .success,
.contact-form .error {
    display: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.contact-form .success {
    color: #2ecc71;
}

.contact-form .error {
    color: #ff0000;
}

.contact-form .input-box {
    height: 45px;
    border: 1px solid rgba(246, 246, 246, 0.5);
    box-shadow: none;
    background: none;
}

.contact-form .textarea-box {
    border: 1px solid rgba(246, 246, 246, 0.5);
    box-shadow: none;
    background: none;
    max-width: 100%;
}

    .contact-form .input-box:active,
    .contact-form .input-box:focus,
    .contact-form .textarea-box:active,
    .contact-form .textarea-box:focus {
        color: #f6f6f6;
        border: 1px solid #29b2fe;
    }

.contact-form button {
    margin: 0 auto;
    display: block;
    background: none;
    color: rgba(246, 246, 246, 0.5);
    border: 1px solid rgba(246, 246, 246, 0.5);
}

    .contact-form button:hover {
        color: #29b2fe;
    }



/* ---- Footer Info ---- */

.top-footer .footer-info {
}

.top-footer .about img {
    height: 30px;
}

.top-footer h4 {
    color: #f6f6f6;
    text-transform: uppercase;
    padding-top: 5px;
}

.top-footer .footer-links {
    list-style: none;
    text-align: left;
    line-height: 2;
}

    .top-footer .footer-links li {
        color: #B6B6C6;
    }

        .top-footer .footer-links li i {
            font-size: 16px;
            margin-right: 10px;
            width: 30px;
        }

        .top-footer .footer-links li a {
            color: #B6B6C6;
        }

            .top-footer .footer-links li a:hover {
                color: #29b2fe;
            }

.payment {
}

    .payment ul li {
        padding-right: 10px;
    }

        .payment ul li i {
            font-size: 28px;
            color: #738191;
        }



