/* BODY */

body {
    font-weight: 400;
}

@media (max-width: 767px) {
    .container {
        width: unset;
        margin-left: 10px;
        margin-right: 10px;
    }
}

 ::selection {
    background: #ff5e14;
    text-shadow: none;
    color: #ffffff;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: unset;
    background-color: #020e29;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #ff5e14;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.2s linear infinite;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-center {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}


/* HEADER */

.intro-area {
    height: 100vh;
}

.page-area {
    background: url(../img/background/bg6.jpg);
}

.bg-app-alarme {
    background: url(../img/background/mysecurity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-wrapper img,
.intro-bg img {
    max-width: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.navbar-brand img {
    height: 50px;
}

.topbar-left ul li a i {
    padding-right: 0px;
}

.header-area .main-menu ul.nav li ul.sub-menu li:hover a {
    color: #ffffff;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li:hover a {
    color: #ffffff;
}

.main-menu ul.nav li ul.sub-menu li a::after {
    position: unset;
    content: unset;
}

.main-menu ul.nav li ul.sub-menu li:hover {
    transition: 0.5s;
    background-color: #ff5e14;
}

.main-menu ul.navbar-nav li a.access {
    font-size: 18px;
}

.main-menu ul.nav>li>a.pages::after {
    font-size: 10px;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: white;
}

.main-menu ul.nav li ul.sub-menu {
    width: 250px;
    padding: 0px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #ffffff;
}

@media (max-width: 1269px) and (min-width: 992px) {
    .header-right-link {
        width: 200px;
    }
}

.slider-content .video-play.vid-zone i::before {
    margin-left: 3px;
}

.well-content p {
    line-height: 24px;
}

.section-headline p {
    max-width: 600px;
}

.section-headline.p-bottom-0 {
    padding-bottom: 0px;
}

.area-padding-40 {
    padding: 40px 0px;
}

.bg-orange {
    background-color: #ff5e14;
}

.bg-orange h3,
.bg-orange p {
    color: #ffffff;
}

.single-service .service-icon {
    text-align: center;
}

.service-icon span {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 10px;
}

.intro-bg img {
    opacity: 0.94;
}

.single-service .service-content {
    text-align: center;
}

.single-service:hover .service-content h4 {
    color: #ff5e14;
}

.mb-0 {
    margin-bottom: 0;
}

.single-service .service-content p {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slide-image {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .intro-bg img {
        height: 100vh;
        width: 100vw;
    }
    .mobile-menu-area {
        height: 80px;
    }
    .bg-wrapper img {
        width: 100%;
        height: 100vh;
        min-height: unset;
        object-fit: cover;
    }
    .logo a,
    .header-two .logo a img {
        height: 55px;
    }
    .mean-container .mean-bar {
        padding: 10px 0 0;
    }
    .logo {
        left: unset;
    }
}


/*FRAME*/

.mfp-bg {
    background: #020e29 none repeat scroll 0 0;
    opacity: 0.9;
}

.mfp-iframe-scaler iframe {
    background: #020e29 none repeat scroll 0 0;
    border-radius: 5px;
}


/*WEAPER*/

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 170px 0px 60px;
}

.ready-btn {
    text-transform: unset;
}

.best-title {
    text-transform: uppercase;
}

.area-padding-2 {
    padding: 70px 0px 40px;
}

.area-padding {
    padding: 60px 0px;
}

.about-area-3 .big-content {
    bottom: 35px;
    height: 220px;
    border-radius: 5px;
    padding: 20px 10px;
}

.marker-list li {
    margin: 0px 0px;
}

@media only screen and (max-width: 767px) {
    .ab-image {
        padding-top: 20px;
        padding-left: 20px;
    }
}


/* FOOTER */

.footer-area {
    position: relative;
}

.footer-filter::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 14, 41, 0.85);
    content: "";
    z-index: 0;
}

.footer-area-bottom {
    background: #000617 none repeat scroll 0 0;
}

.footer-area {
    padding: 70px 0;
    background: url(../img/background/bg6.jpg);
}

.footer-logo img {
    height: 70px;
}

.footer-head h4 {
    margin-bottom: 10px;
}

.footer-contacts p span {
    font-weight: 400;
}

.footer-icons ul li a {
    border-radius: 100%;
}

.footer-head .app-download h5 {
    color: #ff5e14;
    margin: 0 0 2px;
    font-size: 18px;
}

.footer-head .app-download img {
    max-width: 150px;
    margin-bottom: 5px;
}

.footer-head .app-download {
    max-width: 140px;
}

.footer-head .app-download svg {
    width: 100%;
}

.footer-head .app-download svg:hover path {
    fill: #ff5e14;
}

.footer-list {
    width: unset;
    float: left;
}

.footer-list li a {
    color: #e5ecfa;
    padding: 0px 0px 4px 20px;
    display: block;
    position: relative;
}

.footer-head p.text-logo {
    line-height: 23px;
}

.footer-contacts p span i {
    color: #ff5e14;
    font-weight: 500;
    font-size: 18px;
    margin-right: 5px;
}

.footer-contacts p {
    margin: 0 0 2px;
}

.footer-contacts p a span:nth-child(2) {
    color: #ffffff;
}

.footer-contacts p a:hover span:nth-child(2) {
    color: #ff5e14;
}

.footer-contacts p a {
    color: #ffffff;
}

.footer-contacts p a:hover {
    color: #ff5e14;
}

.copyright p span::before {
    content: " - ";
}

.dev {
    float: right;
    margin-top: 5px;
}

.dev svg {
    height: 16px;
}

.footer-icons h5 {
    display: none;
}

.footer-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .flex-center {
        display: unset !important;
        align-items: unset !important;
        justify-content: unset !important;
    }
    .reverse-row-mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse !important;
    }
    .copyright {
        text-align: center;
    }
    .copyright p span {
        display: block;
    }
    .copyright p span::before {
        content: none;
    }
    .dev {
        float: unset;
        text-align: center;
    }
    .footer-content {
        margin-bottom: 20px;
    }
    .footer-head .app-download {
        max-width: unset;
        align-items: center;
        text-align: center;
    }
    .footer-head .app-download svg {
        width: 140px;
        margin: 0 5px;
    }
    .footer-head .app-download a {
        display: inline-block;
    }
    .footer-head h4 {
        text-align: center;
        text-transform: unset;
    }
    .footer-icons {
        margin-top: 10px;
        text-align: center;
    }
    .footer-icons ul li a {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 42px;
        height: 42px;
        border-radius: 50px;
    }
    .footer-area {
        padding: 70px 0 30px;
    }
    .footer-contacts {
        text-align: center;
        float: unset;
    }
    .footer-contacts p {
        display: inline-block;
    }
    .footer-contacts p {
        font-size: 20px;
        line-height: 42px;
        text-align: center;
        width: 42px;
        height: 42px;
        border-radius: 50px;
        border: 1px solid #ff5e14;
        margin-left: 2px;
        margin-right: 2px;
        background: #ff5e14;
    }
    .footer-contacts p:hover {
        border: 1px solid #ff5e14;
        background: transparent;
    }
    .footer-contacts p:hover a span i {
        color: #ff5e14;
    }
    .footer-contacts p a span i {
        color: #ffffff;
        font-size: 20px;
        margin: unset;
    }
    .footer-contacts p span:nth-child(2) {
        display: none;
    }
    .footer-icons h5 {
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 15px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-list {
        width: unset;
        float: unset;
        text-align: center;
    }
    .footer-list li a::after {
        display: none;
    }
    .footer-list li a {
        padding: 0px 0px 3px 0px;
        font-size: 16px;
    }
}


/* UPDATE */

.d-flex {
    display: flex!important
}

.align-items-center {
    align-items: center!important
}

.justify-content-center {
    justify-content: center!important
}


/* ROW ALIGN HEIGHT */

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}