@import url("bootstrap.min-BLJQf8l.css");
@import url("owl.carousel.min--qXM_X7.css");
@import url("owl.theme.default.min-aouW3zo.css");
@import url("magnific-popup-MFetuDR.css");
@import url("animate.min-KQQdd40.css");
@import url("font-awesome.min-K7aCMCO.css");
@import url("et-line-bH_Emsd.css");
@import url("style-rI5EyJb.css");
@import url("toastr.min-s0MnCcO.css");

/* COLORS */
.hero .skills .skills-progress span .red {
    background-color: #DB2828;
}
.hero .skills .skills-progress span.orange {
    background-color: #FE9A76;
}
.hero .skills .skills-progress span.yellow {
    background-color: #FFD700;
}
.hero .skills .skills-progress span.olive {
    background-color: #32CD32;
}
.hero .skills .skills-progress span.green {
    background-color: #016936;
}
.hero .skills .skills-progress span.teal {
    background-color: #008080;
}
.hero .skills .skills-progress span.blue {
    background-color: #0E6EB8;
}
.hero .skills .skills-progress span.purple {
    background-color: #B413EC;
}
.hero .skills .skills-progress span.pink {
    background-color: #FF1493;
}
.hero .skills .skills-progress span.brown {
    background-color: #A52A2A;
}
.hero .skills .skills-progress span.grey {
    background-color: #A0A0A0;
}
.hero .skills .skills-progress span.black {
    background-color: #000000;
}
.hero .content h6 {
    font-weight: 800;
    margin-bottom: 5px;
}

.justify-content-around {
    justify-content: space-around !important;
}
.gap-2 {
    gap: .5rem !important;
}

.navbar-default .navbar-nav > div > a {
    margin: 0 !important;
    color: #fff !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}
.navbar-default .navbar-nav > div > a:after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navbar-default .navbar-nav > div {
    font-size: 14px;
    margin: 25px 20px 0;
    padding: 5px 10px;
    background: none;
    cursor: pointer;
    position: relative;
}
.navbar-default .navbar-nav > div .active {
    background: none;
}
.navbar-default .navbar-nav > div .active:after {
    width: 100%;
}
.navbar-nav > div > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > div > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-scroll .navbar-nav > div > a {
    color: #111 !important;
}
.nav-scroll .navbar-nav > div > a:after {
    background: #222;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-center {
    justify-content: center !important;
}
.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-item {
    color: #dee2e6;
    cursor: pointer;
}
li.nav-item > a.nav-link:hover {
    text-decoration: underline !important;
}
.border-top {
    border-top: 1px #dee2e6 solid !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}
.d-flex > p {
    color: #dee2e6;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.ms-3 {
    color: #dee2e6;
    margin-left: 1rem !important;
    font-size: 1.5em;
}
.mb-2 {
    margin-bottom: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 150%;
    margin: 0 -40px;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav > div {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > div {
        line-height: 0;
    }
    .navbar-default .navbar-nav > div > a {
        padding-bottom: 0 !important;
        color: #111 !important;
        display: inline-block;
    }
    .banner {
        background-repeat: no-repeat;
        background-position: -460px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > div {
        margin: 25px 15px 0;
        font-size: 13px;
    }

    .services > .container > .row > .col-md-4 {
        width: 100%;
    }
}

.btn-orange {
    color: #fff;
    background-color:  #ED8E11;
    border-color: #cf7a05;
}

.btn-orange.focus,
.btn-orange:focus {
    color: #fff;
    background-color: #ED8E11;
    border-color: #cf7a05;
}

.btn-orange:hover {
    color: #fff;
    background-color: #dc830e;
    border-color: #cf7a05;
}