.second-menu {
    padding: 14px 2px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-bg {
        min-height: unset !important;
    }
}

@media only screen and (min-width: 991px) {
    .slider-bg {
        min-height: unset;
        height: 100vh;
    }
}

.bg-01 {
    background-image: url(../img/bg/01.png?001);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-02 {
    background-image: url(../img/bg/02.png?001);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.team-area .section-t h2 {
    color: #f5f5f5;
    -webkit-text-stroke: 2px #f3f5ff;
    -webkit-text-fill-color: #fff0;
}

.btn {
    padding: 10px 25px;
}

.footer-bg::before {
    position: absolute;
    content: "";
    background: url(../img/bg/03.png?001);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 85%;
    background-size: cover;
}

.section-t h2.quemsomos {
    font-size: 180px;
}

.slider-bg2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/bg/03.png?001);
    opacity: .75;
    z-index: 0;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sticky-menu {
    background: url(../img/bg/03.png?001);
}

.team-thumb {
    text-align: center;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.team-thumb img {
    border-radius: 100px;
}

.team-area p {
    min-height: 110px;
}

.space-row {
    margin-top: 20px;
}

.slider-bg2 .second-slider-content h2 {
    font-size: 95px;
    margin-bottom: 20px;
}

.second-slider-content.slide-mod h2 span {
    font-size: 48px;
    line-height: 48px;
    margin-top: -20px;
}

.second-slider-content.slide-mod h2:first-child {
    transform: translateY(-20px);
}

.second-slider-content h2 span {
    color: transparent!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.copyright-text {
    border-top: 2px solid #ffffff;
    padding-top: 30px;
    opacity: 1;
    z-index: 99999;
}

.copyright {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.dev {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    float: right;
}

.dev svg {
    height: 17px;
}

#scrollUp {
    background: #ff007a;
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 45px;
    transition: .3s;
}

.footer-text {
    width: unset;
    margin: 0 auto 30px;
    max-width: 560px;
}

.team-social {
    border-bottom: unset;
    border-top: 2px solid #e2edff;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.single-team {
    border: 3px solid #ecefff;
}

.slider-bg2 .slider-content.second-slider-content::before {
    border-color: white;
    border-width: 15px;
    margin-bottom: 20px;
}

.slider-bg2 .slider-content.second-slider-content::after {
    border-color: white;
    border-width: 15px;
}

.mobile-btn {
    display: none;
}

.section-title span {
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .mobile-btn {
        display: block;
        margin: 0 30px;
    }
    #mobile-menu ul {
        text-align: center;
    }
    .second-slider-content {
        padding-top: 0;
    }
    .slider-bg2 .second-slider-content {
        max-width: 100%;
    }
    .slider-bg2 .second-slider-content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .second-slider-content.slide-mod h2 span {
        font-size: 22px;
    }
    .logo img {
        max-height: 50px;
    }
    .sticky-menu .responsive i {
        color: #ffffff;
        font-size: 25px;
    }
    .mobile-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .space-row {
        margin-top: 0;
    }
    .bg-01 {
        background-image: url(../img/bg/01-90deg.png?001);
        background-size: auto;
    }
    .bg-02 {
        background-image: url(../img/bg/02-90deg.png?001);
        background-size: auto;
    }
    .slider-bg {
        min-height: 100vh !important;
    }
    .slider-bg2 .slider-content.second-slider-content::before {
        border-color: white;
        border-width: 10px;
    }
    .slider-bg2 .slider-content.second-slider-content::after {
        border-color: white;
        border-width: 10px;
        margin-top: 0;
    }
    .section-t {
        display: block;
    }
    .section-t h2 {
        margin-top: 60px;
        font-size: 80px;
    }
    .section-t h2.quemsomos {
        font-size: 80px;
        margin-top: 10px;
    }
    .footer-social a {
        color: #fff;
        border: 2px solid #ffffff;
    }
    .copyright {
        text-align: center;
    }
    .dev {
        float: unset;
        text-align: center;
    }
    .dev svg {
        height: 17px;
    }
}