.button-navbar {
    display: inline-block;
    cursor: pointer;
    margin-top: 80%;
    margin-left: 38%;
    position: absolute;
    left: 5px;
}

.navbar .button-navbar {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    left: 30px;
}

.button-navbar .icon-circle {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 0px;
    border-radius: 100%;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    left: -8px;
}

.button-navbar .icon {
    position: absolute;
    top: 11px;
    background-color: #000000;
}

.button-navbar .icon:before {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    content: "";
}

.button-navbar .icon:after {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #000000;
    content: "";
    top: 6px;
}

.navbar .navbar-brand img {
    width: 150px;
}

.nav-side-menu {
    overflow: hidden;
    font-size: 12px;
    font-weight: 200;
    position: fixed;

    width: 100px;
    height: 100%;
    color: #e1ffff;
    margin-left: -145px;
}

.menu-list {
    top: 250px;
}

.nav-side-menu .brand {
    margin-top: 50%;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .brand a {
    display: block;
}

.nav-side-menu .brand img {
    width: 30px;
    transition: all 0.25s ease-in;
    mix-blend-mode: difference;
}

.navbar-mob {
    padding: 20px 0;
    position: relative;
}

.navbar-mob .navbar-brand img {
    width: 100px;
}

.vertical-menu {
    padding-top: 10%;
}

#offcanvasNavbar {
    background-color: rgba(23, 22, 26, .992);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    padding-left: 100px;
    padding-top: 100px;

}

#offcanvasNavbar .socialfooter ul {
    list-style: none;
    padding: 0px;
}

#offcanvasNavbar .socialfooter a {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 1.1rem;
}

#carouselHomeCaptions .carousel-item .row {
    height: 500px;
}

#carouselHomeCaptions .carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    text-align: left;
    height: 300px;
}

#carouselHomeCaptions .carousel-caption h1 {
    font-size: 1.3rem;
}

#carouselHomeCaptions .carousel-caption h6 {
    font-size: 4rem;
    font-weight: 200 !important;
}

section {
    padding: 100px 0;
}

.goal-section {
    background-color: #000000;
    color: #ffffff;
}

.goal-section .video-container {
    padding: 150px 50px 20px;
    background-color: #ffd600;
}

.goal-section .video-container i {
    padding: 15px;
    background-color: #000000;
    border-radius: 50%;
    margin-bottom: 20px;
}

.goal-section .goal-description a {
    color: #ffffff;
}

.goal-section .goal-description {
    font-weight: 300;
    font-size: 1.3rem;
}

.goal-description span {
    color: #ffd600;
}

.goal-description h3 {
    font-size: 1.25rem;
    font-weight: 300;
}

.project-section h6 {
    font-size: 2rem;
}

.project-section .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-section .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.project-section .content:hover .content-overlay {
    opacity: 1;
}

.project-section .content-image {
    width: 100%;
}

.project-section .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-section .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.project-section .content-details .content-title {
    font-size: 1.75rem;
}

.project-section .content-details p {
    color: #ffd600;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.project-section .content-details p {
    color: #ffd600;
    font-size: 16px;
}

.project-section .fadeIn-bottom {
    top: 80%;
}

.project-section .content:hover .expand {
    display: block;
    transition: all 0.5s;
}

.project-section .expand {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    font-size: 30px;
    border: 1px solid #000000;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 20px;
    color: #ffffff;
    cursor: pointer;
    background: #000000;
}

.project-section .expand i {
    padding: 10px;
}

.counter-section {
    background-size: cover;
}

.counter-section .counter-box {
    color: #ffffff;
    padding: 30px 30px 20px;
    margin-top: 150px;
}

.counter-section .counter-box .item-count {
    font-weight: 400;
    font-size: 50px;
}

.counter-section .counter-box p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.counter-section [class*="col-"]:nth-child(odd) .counter-box {
    background: #ffd600;
}

.counter-section [class*="col-"]:nth-child(even) .counter-box {
    background: #000000;
}

.service-section h6 {
    font-size: 2rem;
}

.service-section h3 {
    font-size: 1.25rem;
}

.service-section ul {
    list-style-type: "- ";
    list-style-position: inside;
    padding: 0;
    font-weight: 400;
}

.service-section ul li {
    margin-bottom: 5px;
}

.marketing-section {
    background-position: center;
}

.marketing-section .marketing-content {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

.marketing-section .marketing-content h3 {
    font-weight: 200;
    font-size: 2.5rem;
}

.marketing-section span {
    color: #ffd600;
    background-position: center;
}

.marketing-section a {
    color: #ffffff;
}

.marketing-section button {
    padding: 12px 15px;
    font-weight: 300;
}

.page-description {
    font-weight: 300;
}

.about-desc h1 {
    font-size: 3rem;
}

.bg-section {
    background-position: center;
    height: 350px;
}

.about-section {
    font-size: 18px;
}

.about-section ul {
    list-style-position: inside;
    padding: 0;
}

.about-section .accordion-item {
    margin-bottom: 10px;
    border: 0;
}

.about-section .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.about-section .accordion-item .accordion-button {
    background-color: #000000;
    color: #ffffff;
}

.about-section .accordion-button:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.about-section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: FontAwesome;
    background-image: none;
}

.about-section .accordion-button.collapsed::after {
    content: "\f067";
    font-family: FontAwesome;
    background-image: none;
}

.project-list-section .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-list-section .content-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

footer {
    padding: 100px 0 50px;
    background-color: #000000;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

footer ul {
    list-style: none;
    padding: 0px;
}

.footer-logo {
    padding-bottom: 30px;
}

footer .footer-menu-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

footer .socialfooter a {
    background-color: #ffd600;
    color: #000000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 1.1rem;
}

footer .copyright {
    border-top: 2px #777777 solid;
}

footer a {
    text-decoration: none;
    color: #fff;
}

.project-list-section .filtering button {
    border: 0;
    cursor: pointer;
    outline: none;
    background: none;
    padding: 0;
}

.project-list-section .filtering span {
    color: #ffd600;
    font-size: 15px;
    font-weight: 400;
}

.project-list-section .filter-category {
    opacity: 0;
    display: none;
}

.project-list-section .filter-category.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.studio-pagination {
    height: 30px;
}

.studio-pagination .pagination .page-link {
    border: 0;
    color: #000000;
    font-weight: 400;
}

.studio-pagination .pagination .active .page-link {
    background: none;
    color: #ffd600;
}

.studio-pagination .pagination .page-link:focus {
    background: none;
    outline: 0;
    box-shadow: none;
}

.colaborate-section {
    background: #434246;
    color: #ffffff;
}

.colaborate-section h1 {
    font-size: 3rem;
    font-weight: 400;
}

.colaborate-section p {
    font-weight: 300;
    font-size: 1.2rem;
}

.colaborate-section .colaborate p {
    font-size: 18px;
}

.contact-form {
    font-weight: 300;
}

.contact-form .form-control,
.contact-form .form-select {
    font-weight: 300;
    color: #000000;
    background-color: #f2f2f2;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: none;
    box-shadow: none;
}

.contact-section {
    font-weight: 300;
}

.studio-append-arrows .slick-arrow {
    margin-left: 5px;
}

.studio-next.slick-arrow i,
.studio-prev.slick-arrow i {
    color: #ffffff;
    font-size: 15px;
}

button.studio-next,
button.studio-prev {
    border-radius: 50%;
    border: 1px solid #000000;
    background: #000000;
}

.project-popup-description {
    margin-bottom: 30px;
}

.project-popup-description p,
.studio-tags p {
    font-weight: 300;
}

.view-project {
    margin: 15px 0;
}

.view-project a {
    color: #000000;
    font-weight: 300;
}

.explore-projects a {
    color: #000000;
}

.scope p {
    font-weight: 300;
}

.service-list {
    background-color: #000000;
}

.service-list a {
    color: #ffffff;
}

.service-list h6 {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    font-weight: 300;
}

.service-list i {
    position: absolute;
    right: 0;
    font-size: 1.4rem;
    display: inline-flex;
}

.language-menu {
    display: inline-block;
    cursor: pointer;
    margin-top: 120%;
    margin-left: 30%;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 30px;
    background: #ffd600;
    border-radius: 50%;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.language-menu .dropdown {
    top: 5px;
    left: 7px;
}

.language-menu .dropdown .dropdown-toggle:after {
    content: none;
}

.language-menu .dropdown .dropdown-menu {
    transform: translate(10px, 22px) !important;
    min-width: 4rem;
}
.navbar .language-menu .dropdown .dropdown-menu {
    transform: translate(-22px, 0px) !important;
}

.language-menu .dropdown .dropdown-menu .dropdown-item {
    text-align: center;
}

.language-menu .dropdown .dropdown-menu .dropdown-item.active,
.language-menu .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #ffd600;
}

.navbar .language-menu {
    margin-top: 0;
    margin-left: 0;
    right: 10%;
    left: unset;
    top: 38%;
}

.navbar.navbar-mob .language-menu {
    top: 33%;
}