body {
    background: #000000;
    background-size: cover;
    font-family: 'Poppins';
    color: #fff;
}

.bg-dark {
    background-color: #1e1e1e !important;
    color: #fff !important;
}

.hero-search input {
    color: #fff !important;
}

input,
select,
textarea {
    color: #000 !important;
}

.input-radius:focus,
.is-invalid:focus {
    color: #000 !important;
}

.input-radius {
    border-radius: 20px !important;
}

.input-group .input-radius {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.input-group-text {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

input:focus {
    color: #fff !important;
}

.text-warning {
    color: #FFB212 !important;
}

.bg-warning {
    background-color: #FFB212 !important;
}

.btn-warning {
    background: #FFB212;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FFB212;
}

hr {
    margin-bottom: 0;
    border-top: 2px solid;
}

.card {
    color: #000000;
}

.services-page .card {
    border: none;
}

.services-page .card-body {
    position: absolute;
    background-color: rgb(0 0 0 / 0%);
    color: transparent;
    width: 100%;
    height: 100%;
}

.services-page .card-body:hover {
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
}

.services-page .project-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 17px;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.owl-project {
    padding: 20px 0;
}

.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    width: 100%;
    padding: 0 25px;
    font-size: 30px;
}

.navbar-toggler:focus-visible {
    outline: 0;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-toggler {
    border: unset;
    padding-left: 0;
}

.nav-link {
    padding: 5px 25px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 12px;
    letter-spacing: 1.5px;
    color: #FFB212;
}

.navbar-collapse {
    flex-basis: 60%;
    flex-grow: unset;
    margin-top: 10px;
}

.dropdown-menu {
    font-size: 18px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FFB212;
}

.navbar-brand img {
    width: auto;
    height: 70px;
}

.hero {
    height: 980px;
}

.hero .carousel-inner img {
    object-fit: cover;
    height: 980px;
}

.hero-search {
    height: 36px;
}

.hero-search button {
    background: #FFB212;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    color: #060202;
}

.hero-search .input-group-prepend {
    background: rgb(255 255 255 / 50%);
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

.hero-search input {
    position: absolute;
    font-size: 16px;
    background: rgb(255 255 255 / 50%);
    border: rgb(255 255 255 / 50%);
    margin-left: 0px !important;
    border-radius: 200px;
}

.hero-search input:focus {
    background: rgb(255 255 255 / 50%);
    border: rgb(255 255 255 / 50%);
    box-shadow: none;
}

.hero .title {
    position: absolute;
    color: #fff;
    font-size: 18px;
    width: 600px;
    bottom: 30px;
}

.hero .title img {
    width: 100%;
    margin-bottom: 400px;
}

.hero .title .btn,
.about .btn {
    border-radius: 10px;
    padding: 10px 50px;
    font-style: normal;
    font-weight: 600;
}

.bio {
    margin-top: 55px;
    margin-bottom: 100px;
}

.bio-menu .btn {
    font-size: 28px;
    width: 100% !important;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    border-radius: 0;
}

.bio .social-media a {
    font-size: 30px;
    width: 60px;
    height: 60px;
}

.hero-section {
    padding: 0;
    margin-bottom: 70px;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-color: #a6a6a6;
    position: relative;
}

.hero-content {
    height: 100vh;
    max-height: 100vh;
    position: relative;
}

.hero-content video {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content img {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-title {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
}

.hero-title p {
    width: 50%;
}

.hero-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
    color: #fff;
    opacity: .4;
}

.hero-watermark img {
    display: unset !important;
    width: 150px !important;
}

.hero-watermark h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 20px auto 0;
}

.hero-section .title .btn-warning {
    border-radius: 10px;
    padding: 10px 50px;
    font-style: normal;
    font-weight: 600;
}

.hero-section .title .btn-secondary {
    border-radius: 10px;
    padding: 10px 50px;
    font-style: normal;
    background-color: rgb(255 255 255 / 30%);
    border: unset;
}

.banner {
    padding: 0;
    margin-bottom: 100px;
    height: 50vh;
    max-height: 50vh;
    overflow: hidden;
    background-color: #a6a6a6;
    position: relative;
}

.banner img {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.banner-title p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 50px;
    margin-bottom: 0;
}

.banner-img {
    height: 50vh;
    max-height: 50vh;
    position: relative;
}

.banner-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    left: 0;
    top: 0;
}

.home-h1 {
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.home-p {
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.home-container {
    margin-left: 80px;
}

.home-about {
    margin-bottom: 200px;
}

.home-capabilities {
    margin-bottom: 200px;
}

.home-capabilities-col {
    padding: 10px;
    height: 150px;
}

.home-capabilities-col a:hover {
    color: #000;
}

.home-capabilities-bg-1 {
    background-color: #FFB212;
}

.home-capabilities-bg-2 {
    background-color: #D5930C;
}

.home-capabilities-bg-3 {
    background-color: #BD8208;
}

.home-capabilities-bg-4 {
    background-color: #A97406;
}

.home-capabilities-bg-5 {
    background-color: #8F6204;
}

.home-capabilities-bg-6 {
    background-color: #7A5303;
}

.home-portfolio {
    margin-bottom: 50px;
}

.home-production {
    margin-bottom: 100px;
}

.home-process {
    margin-bottom: 100px;
}

.about-page {
    margin-bottom: 200px;
}

.about-page .service-row hr {
    margin-top: 2rem;
    border-bottom: 0px solid #fff;
    opacity: 1;
}

.about-page .services-bg {
    background-image: url('../img/services-bg.svg');
    background-size: cover;
    align-self: center;
    height: 60px;
    align-items: center;
    display: grid;
}

.about-page .services-bg a {
    color: #fff;
}

.about-page .services-bg a:hover {
    color: #000;
}

.contact-page {
    margin-bottom: 100px;
}

.contact-page .card {
    background-color: #1e1e1e !important;
}

.services-page {
    margin-bottom: 150px;
}

.services-detail-page {
    margin-bottom: 150px;
}

.services-banner .btn-play-container {
    width: 100%;
    height: auto;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #1e1e1e;
    font-size: 30px;
    border: none;
    cursor: pointer;
    padding: 0 0 0 6px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    text-align: center;
}

.btn-play:hover {
    background-color: #FFB212;
}

.services-banner {
    padding: 0;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    background-color: #1e1e1e;
}

.services-banner img {
    object-fit: contain;
    object-position: top;
    max-height: 80vh;
}

.login-page {
    margin-bottom: 100px;
}

.login-page .card {
    background-color: #1e1e1e !important;
}

.form-control:focus {
    border: 2px solid #FFB212;
    box-shadow: unset;
}

.form-control.is-invalid:focus {
    box-shadow: unset;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 2px solid #dc3545;
    box-shadow: unset;
}

.view-pass {
    cursor: pointer;
}

.sign-up-img {
    -webkit-animation: adshape 4s infinite linear;
    animation: adshape 4s infinite linear;
}

.sign-up-img img {
    width: 100%;
}

@keyframes adshape {
    0% {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }

    100% {
        -webkit-transform: translate(-20px);
        transform: translate(-20px);
    }
}

.home-process .time-line {
    border: 2px solid #FFB212;
    border-left: none;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.home-process .time-line-process {
    height: 80px;
}

.home-process .time-line-process::before {
    content: "";
    display: block;
    position: relative;
    top: -7px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFB212;
    z-index: 1;
}

.home-process .time-line-process::after {
    content: "";
    display: block;
    position: relative;
    top: 63px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFB212;
    z-index: 1;
}

.home-process .time-line-start-finish::before,
.home-process .time-line-start-finish::after {
    left: -12px !important;
}

.services a {
    color: #fff;
}

.services a:hover {
    color: #FFB212;
}

.services a:hover img {
    transform: scale(1.5);
}

.services a:hover h6 {
    color: #fff;
}

.services .d-flex {
    margin-top: 50px;
}

.services .flex-grow-1 {
    font-size: 35px;
}

.services .flex-grow-1 span {
    font-weight: bold;
    border-bottom: 2px solid #FFB212;
}

.more-services {
    color: #979797;
}

.services .card {
    background-color: transparent !important;
    border: 0;
}

.services-hover {
    overflow: hidden;
    background-color: transparent !important;
}

.services img,
.services video {
    transition: 0.5s all ease-in-out;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services p {
    font-size: 16px;
    color: #979797;
}

.collapse-services img {
    width: 30px;
    height: 100%;
    margin-bottom: 50px;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.collapse-services img:hover {
    animation-name: bounce;
    -moz-animation-name: bounce;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.breadcrumb {
    --bs-breadcrumb-divider-color: #FFB212;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item a:hover {
    color: #FFB212;
}

.services-detail {
    margin-top: 90px;
}

.services-detail .main-photo {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background-color: #fff;
    border: 2px solid #707070;
}

.services-detail .other-photo img {
    margin: 10px 10px 20px 0px;
    width: 75px;
    height: 75px;
    object-fit: contain;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #707070;
}

.services-detail .price {
    margin: 20px 0px;
    color: #FFB212;
}

.desc {
    white-space: break-spaces;
    margin-left: 25px;
}

.about-us {
    margin-top: 90px;
}

.about-us img {
    width: 100%;
}

.about-us a .card:hover {
    color: #FFB212;
}

.about-us .row p,
.about-us .row li {
    font-size: 25px;
}

.about-us .service-row hr {
    margin-top: 2rem;
    border-bottom: 0px solid #fff;
    opacity: 1;
}

.about-us .services-bg {
    background-image: url('../img/services-bg.svg');
    background-size: cover;
    align-self: center;
    height: 60px;
    align-items: center;
    display: grid;
}

.about {
    margin-top: 50px;
}

.about .img-title {
    width: 475px;
    margin-top: 200px;
}

.about-title {
    background: rgba(255, 255, 255, .1);
    padding: 95px 95px 240px 300px;
    font-size: 1.25rem;
}

.about .photo-1,
.about .photo-2,
.about .photo-3 {
    padding: 0px;
    height: 100%;
}

.about .photo-1 p,
.about .photo-2 p,
.about .photo-3 p,
.about .photo-1 span,
.about .photo-2 span,
.about .photo-3 span {
    margin: 15px 20px 0px;
}

.about .photo-1 span,
.about .photo-2 span,
.about .photo-3 span {
    color: #979797;
}

.about .photo-1 img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.about .photo-2 img {
    width: 100%;
    height: 290px;
    margin-top: 290px;
    object-fit: cover;
}

.about .photo-3 img {
    width: 85%;
    height: 500px;
    margin-top: -210px;
    object-fit: cover;
    object-fit: cover;
}

.btn-ig a {
    position: fixed;
    right: 120px;
    bottom: 65px;
    display: block;
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 2px solid #fff;
    z-index: 99;
    transform: translateY(15px);
    transition: all 200ms linear;
    font-size: 30px;
    width: 60px;
    height: 60px;
}

.btn-ig a:hover {
    border: 2px solid #d6249f;
}

.btn-wa a {
    position: fixed;
    right: 50px;
    bottom: 65px;
    display: block;
    border: 2px solid #fff;
    z-index: 99;
    transform: translateY(15px);
    transition: all 200ms linear;
    font-size: 30px;
    width: 60px;
    height: 60px;
}

.btn-wa a:hover {
    border: 2px solid #25D366;
}

.btn-scrool {
    display: flex;
    position: relative;
    top: -110px;
    left: 0px;
    width: 100px;
    height: 100px;
    border-radius: unset;
    border-top-right-radius: 30px;
    color: #000;
    font-size: 78px;
    cursor: pointer;
}

.btn-scrool:hover {
    color: #FFB212;
}

footer {
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    padding: 290px 35px 10px;
    color: #000;
    font-weight: bold;
    border-top: 1px solid #000;
}

footer img {
    width: 300px;
}

footer p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}

footer .add-tlp {
    width: 60px !important;
}

footer .quote {
    width: 35px !important;
}

footer .val {
    text-align: justify;
}

footer span {
    font-size: 18px;
}

.social-media a {
    margin: 10px 5px 0px 0px;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 19px;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.youtube {
    background-color: #cc181e !important;
}

.twitter {
    background-color: #1DA1F2 !important;
}

.facebook {
    background-color: #4267B2 !important;
}

.email {
    background-color: #4285F4 !important;
}

footer .copyright {
    color: #000;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #FFB212;
}

.loading {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .navbar {
        background-color: #1e1e1e;
    }

    .nav-link {
        padding: 20px 0px !important;
    }

    .dropdown-item {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .navbar-collapse {
        margin: 0;
        min-width: 65%;
        padding: 20px;
        position: fixed;
        top: 50px;
        left: 0;
        background-color: #1e1e1e;
    }

    .hero-title p {
        width: 100%;
    }

    .hero-section {
        height: auto;
    }

    .hero-content {
        height: auto;
    }

    .hero .title {
        width: 70%;
    }

    .home-container {
        margin-left: 0px;
    }

    .home-process .row {
        padding-left: 50px;
    }

    .home-process .time-line {
        display: none;
    }

    .home-process .time-line-down {
        flex-direction: column-reverse;
    }

    .home-process .time-line-col {
        border-left: 2px solid #FFB212;
        border-top-right-radius: 45px;
        border-bottom-right-radius: 45px;
        margin-left: 0px;
    }

    .home-process .time-line-finish {
        border-left: unset;
    }

    .home-process .time-line-col .card {
        top: -20px;
    }

    .home-process .time-line-col::before {
        content: "";
        display: block;
        position: relative;
        top: -1px;
        left: -19px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #FFB212;
        z-index: 1;
    }

    .about .img-title {
        margin-top: 0px;
    }

    .about-title {
        padding: 30px;
    }

    .about .photo-1,
    .about .photo-2,
    .about .photo-3 {
        margin-top: 30px;
    }

    .about .photo-1 img,
    .about .photo-2 img,
    .about .photo-3 img {
        width: 100%;
        height: 100%;
        margin-top: 0px;
    }

    .hero-section {
        margin-top: 55px;
    }

    .services-banner {
        margin-top: 55px;
    }

    footer .val {
        width: 66.66666667% !important;
    }
}

@media (min-width: 768px) {
    .col-youtube {
        flex: 0 0 auto;
        width: 20%;
    }

    .bs-md {
        border-left: 2px solid rgb(255 255 255 / 25%);
    }
}

@media (max-width: 450px) {
    ol.breadcrumb {
        margin-top: 115px;
    }

    .banner-title ol.breadcrumb {
        margin-top: 0;
    }

    .hero-search {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero .title img {
        margin-bottom: 350px;
    }

    .services {
        font-size: 12px;
    }

    .about .img-title {
        width: 90%;
        margin-top: 0px;
    }

    .nav-link {
        padding: 20px 0px !important;
    }

    .dropdown-item {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .navbar-collapse {
        margin: 0;
        min-width: 65%;
        padding: 20px;
        position: fixed;
        top: 130px;
        left: 0;
        background-color: #1e1e1e;
    }

    .nav-brand {
        display: block !important;
    }

    .hero-section,
    .banner {
        margin-top: 130px;
    }

    .bio {
        margin-top: 130px;
    }

    .hero-title {
        bottom: unset;
        top: 90%;
    }

    .hero-watermark,
    .hero-title p {
        display: none;
    }

    .hero-section .title .btn-warning,
    .hero-section .title .btn-secondary {
        padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    }

    .services-banner {
        margin-top: 130px;
    }
}

.lpage {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: hsla(0, 0%, 0%, 0.700);
    z-index: 10600;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
}

.lpager {
    margin: 0 auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.lpager>div {
    height: 100%;
    width: 8px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 0.8s infinite ease-in-out;
    animation: delay 0.8s infinite ease-in-out;
}

.lpager .bar1 {
    background-color: #FFB212;
}

.lpager .bar2 {
    background-color: #bbbbbb;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lpager .bar3 {
    background-color: #FFB212;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lpager .bar4 {
    background-color: #bbbbbb;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lpager .bar5 {
    background-color: #FFB212;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lpager .bar6 {
    background-color: #bbbbbb;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.05);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes delay {

    0%,
    40%,
    100% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}