    /* --------------------------------- */
    /* Css Styles                        */
    /*---------------------------------- */
    /**
	Stephens - Portfolio Template 
	Author : TavillaThemes
	Copyright 2016

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive
	7. Slider & Video Home


/*------------------------ 1 Body and Core Css ------------------------*/
    
    body {
        font-family: 'Montserrat', sans-serif;
        box-sizing: border-box;
        margin: 0;
    }
    
    body::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    body::-webkit-scrollbar {
        width: 0.4rem;
        background-color: #ffffff;
    }
    
    body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #c8c8c8;
    }
    
    html {
        height: 100%;
    }
    
    p {
        font-size: 13px;
        color: #777777;
        line-height: 24px;
        font-family: 'Poppins', sans-serif;
    }
    
    nav {
        position: fixed;
        background: #fff;
        z-index: 1000;
        width: 100%;
        padding: 30px;
        display: none;
        -webkit-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
        -moz-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
        box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
    }
    
    .nav-menu {
        float: right;
        line-height: 32px;
        padding-top: 0.35rem;
    }
    
    nav ul li {
        float: left;
        margin-right: 30px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    
    nav a {
        font-size: 16px;
    }
    
    nav ul li a {
        color: #000;
    }
    
    nav ul li a:hover {
        color: #afafaf!important;
    }
    
    .nav_center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo_text {
        height: 100%;
        float: left;
        flex: 1;
    }
    
    .logo_text a {
        font-size: 20px !important;
    }
    
    .responsive {
        display: none;
        font-size: 23px;
    }
    
    .active {
        color: #afafaf;
    }
    
    footer {
        background: #070b33;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    footer p {
        line-height: 20px;
        margin-top: 20px;
    }
    
    .site-button:focus {
        outline: 0;
    }
    
    .nav-menu li a:focus {
        color: #000;
    }
    
    .ok {
        background: green !important;
        border: solid 2px green !important;
        color: white;
    }
    
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
    
    .form-inp.reqError,
    .contact-form textarea.reqError {
        border-color: #f00;
    }
    
    .content {
        margin-top: 60px;
    }
    
    .subpage-nav {
        display: block !important;
        position: relative;
    }
    
    .page-title {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        z-index: 2;
        position: relative;
    }
    
    .page-title h1 {
        font-size: 75px;
        color: #fff;
        font-weight: bold;
        letter-spacing: -3px;
        margin-bottom: 20px;
    }
    /* Margins */
    
    .top_15 {
        margin-top: 15px;
    }
    
    .top_30 {
        margin-top: 30px;
    }
    
    .top_45 {
        margin-top: 45px;
    }
    
    .top_60 {
        margin-top: 60px;
    }
    
    .top_90 {
        margin-top: 90px;
    }
    
    .top_120 {
        margin-top: 120px;
    }
    
    .padding_30 {
        padding: 30px 0;
    }
    
    .padding_45 {
        padding: 45px 0;
    }
    
    .padding_60 {
        padding: 60px 0;
    }
    
    .padding_90 {
        padding: 90px 0;
    }
    
    .bottom_15 {
        margin-bottom: 15px;
    }
    
    .bottom_30 {
        margin-bottom: 30px;
    }
    
    .bottom_45 {
        margin-bottom: 45px;
    }
    
    .bottom_60 {
        margin-bottom: 60px;
    }
    
    .bottom_90 {
        margin-bottom: 90px;
    }
    
    .bottom_120 {
        margin-bottom: 120px;
    }
    
    .padbot_15 {
        padding-bottom: 15px;
    }
    
    .padbot_30 {
        padding-bottom: 30px;
    }
    
    .padbot_45 {
        padding-bottom: 45px;
    }
    
    .padbot_60 {
        padding-bottom: 60px;
    }
    
    .padbot_90 {
        padding-bottom: 90px;
    }
    
    .padbot_120 {
        padding-bottom: 120px;
    }
    /*preloader */
    
    #preloader {
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        display: table;
        text-align: center;
    }
    
    .spinner {
        margin: auto;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    
    @-webkit-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-webkit-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-moz-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-ms-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-moz-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-webkit-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @-o-keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    @keyframes uil-ripple {
        0% {
            width: 0;
            height: 0;
            opacity: 0;
            margin: 0 0 0 0;
        }
        33% {
            width: 44%;
            height: 44%;
            margin: -22% 0 0 -22%;
            opacity: 1;
        }
        100% {
            width: 88%;
            height: 88%;
            margin: -44% 0 0 -44%;
            opacity: 0;
        }
    }
    
    .uil-ripple-css {
        background: none;
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    
    .uil-ripple-css div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        width: 0;
        height: 0;
        opacity: 0;
        border-radius: 50%;
        border-width: 12px;
        border-style: solid;
        -ms-animation: uil-ripple 2s ease-out infinite;
        -moz-animation: uil-ripple 2s ease-out infinite;
        -webkit-animation: uil-ripple 2s ease-out infinite;
        -o-animation: uil-ripple 2s ease-out infinite;
        animation: uil-ripple 2s ease-out infinite;
    }
    
    .uil-ripple-css div:nth-of-type(1) {
        border-color: #fff;
    }
    
    .uil-ripple-css div:nth-of-type(2) {
        border-color: #fff;
        -ms-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }
    /*------------------------ 2 Home ------------------------*/
    
    .home {
        background: url(../images/main.jpg) 50% 50%;
        width: 100%;
        background-size: cover;
        display: table;
    }
    
    .diag .home {
        background: url(../images/home-2.jpg) 50% 50% fixed;
        background-size: cover;
    }
    
    .home-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        z-index: 2;
        position: relative;
    }
    
    .home-content h1 {
        font-size: 75px;
        color: #fff;
        font-weight: bold;
        letter-spacing: -3px;
        margin-bottom: 20px;
    }
    
    .home:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    
    .social {
        height: 30px;
        display: flex;
        justify-content: center;
        gap: 3rem;
    }
    
    .social a {
        color: #fff;
        font-size: 15px;
        transition: all ease 0.3s;
    }
    
    .social a:hover {
        transition: all ease 0.3s;
        opacity: 0.5;
    }
    
    .home-down {
        color: #fff;
        font-size: 40px;
        padding-top: 40px;
        display: inline-block;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
    }
    
    .home-down:hover {
        color: #fff;
        transition: all 0.3s ease;
    }
    
    .home-down:focus {
        color: #fff;
    }
    /* arrow css3 animation */
    
    @-webkit-keyframes bounce {
        0%,
        100% {
            -webkit-transform: translateY(0);
        }
        50% {
            -webkit-transform: translateY(-20px);
        }
    }
    
    @-moz-keyframes bounce {
        0%,
        100% {
            -moz-transform: translateY(0);
        }
        50% {
            -moz-transform: translateY(-20px);
        }
    }
    
    @-o-keyframes bounce {
        0%,
        100% {
            -o-transform: translateY(0);
        }
        50% {
            -o-transform: translateY(-20px);
        }
    }
    
    @keyframes bounce {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-20px);
        }
    }
    
    .bounce {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
    }
    
    .diagonal {
        position: absolute;
        left: 0;
        bottom: 0;
        pointer-events: none;
        background: #fff;
        float: left;
        z-index: 1000;
    }
    
    .diagonal-gray {
        position: absolute;
        left: 0;
        bottom: 0;
        pointer-events: none;
        background: #fff;
        float: left;
        z-index: 100;
        margin-top: 90px;
    }
    
    .diagonal-gray path {
        fill: #f5f5f5;
    }
    
    .diagonal-white {
        background: #f5f5f5;
        margin-bottom: -6px;
        margin-top: 60px;
    }
    
    .diagonal-white path {
        fill: #fff;
        stroke: #f5f5f5;
        stroke-width: 0;
    }
    
    .diagonal.home-left {
        position: absolute;
        bottom: 0;
        left: 0;
        background: none;
        z-index: 99;
    }
    
    .diagonal.home-right {
        position: absolute;
        bottom: 0;
        right: 0 !important;
        background: none;
        z-index: 99;
        left: auto;
    }
    
    .diagonal.home-left,
    .diagonal.home-right path {
        fill: #f5f5f5;
        stroke: #f5f5f5;
        stroke-width: 4;
    }
    
    .diag p {
        font-size: 15px;
        color: #748182;
        line-height: 28px;
    }
    
    .diag .section-title.dleft {
        text-align: left;
        padding: initial;
    }
    
    .diag .section-title.dleft .portfolio_filter ul {
        float: left;
    }
    
    .diag .section-title.dright {
        text-align: right;
        padding: initial;
    }
    
    .diag section {
        position: relative;
    }
    
    .diag .contact .contact-info li {
        line-height: 36px;
        font-size: 14.5px;
        color: #414141;
        text-align: left;
        list-style: none;
    }
    
    .diag .page-title.sub {
        font-size: 23px;
        text-align: right;
        width: 100%;
        float: right;
    }
    
    .diag .page-title.sub h5 {
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 15px;
    }
    
    .diag .social-icons a {
        color: #000;
        font-size: 13px;
        width: 26px;
        height: 18px;
        display: inline-block;
    }
    
    .diag .home-content h1 {
        text-align: left;
    }
    
    .diag .home-content .social {
        text-align: left;
    }
    
    .diag .home-content .home-down.bounce {
        float: left;
        padding: 50px 74px 0;
    }
    
    .social-icons a:hover {
        font-size: 15px;
    }
    
    .fb:hover {
        color: #3b5998!important;
        transition: all ease 0.1s;
    }
    
    .tw:hover {
        color: #55acee!important;
        transition: all ease 0.1s;
    }
    
    .ins:hover {
        color: #cd486b!important;
        transition: all ease 0.1s;
    }
    
    .bh:hover {
        color: #1769ff!important;
        transition: all ease 0.1s;
    }
    
    .dr:hover {
        color: #ea4c89!important;
        transition: all ease 0.1s;
    }
    
    .sitebtn {
        border: solid 2px #dfdfdf;
        background: none;
        font-size: 13px;
        padding: 9px 11px;
        text-align: left;
        min-width: 140px;
        line-height: 17px;
        transition: all ease 0.3s;
        color: #000;
    }
    
    .sitebtn:after {
        font-family: FontAwesome;
        content: "\f178";
        color: #000;
        float: right;
    }
    
    .sitebtn:focus {
        border: solid 2px #000;
    }
    
    .sitebtn:hover {
        background: #000;
        color: #fff;
        border-color: #000;
        transition: all ease 0.3s;
    }
    
    .sitebtn:hover:after {
        color: #fff;
    }
    
    .sitebtn:focus {
        border: solid 2px #dfdfdf;
    }
    /*------------------------ 3 About ------------------------*/
    
    .about.type-1 .about-image {
        padding-bottom: 70px;
        background: #e8e8e8;
    }
    
    .about.type-1 .about-image img:before {
        background: #e4e4e4;
    }
    
    .about.type-1 .about-image img {
        width: 100%;
        box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
        margin-top: -15%;
        margin-left: calc(15% - 15px);
    }
    
    .about.type-1.vertiqal .about-image img {
        width: 100%;
        box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
        margin-top: -15%;
        margin-left: -15%;
    }
    
    .diagonal-title h5 {
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 31px;
    }
    
    .diagonal span {
        font-size: 15px;
        color: #b3b3b3;
        letter-spacing: 3px;
        margin-bottom: 5px;
        display: block;
    }
    
    .about {
        padding-top: 90px;
    }
    
    .diag .about {
        position: relative;
    }
    
    .about-image img {
        width: 100%;
    }
    
    .work-areas {
        width: 100%;
        display: inline-block!important;
    }
    
    .work-areas .area .icon i:before {
        font-size: 40px;
        margin-left: 5px;
    }
    
    .icon {
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    
    .work-areas .area .icon i {
        display: inline-block;
    }
    
    .work-areas .area .icon {
        width: 20%;
        float: left;
    }
    
    .work-areas .area .text {
        width: 80%;
        float: left;
    }
    
    .work-areas .area .text h6 {
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }
    
    .work-areas .area .text p {
        font-size: 13px;
        line-height: 24px;
    }
    
    .about h2 {
        font-size: 28px;
        line-height: 30px;
    }
    
    .out p {
        font-size: 16px;
        line-height: 28px;
    }
    
    .about_me_section {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
    }
    
    .about_me_img {
        height: 500px;
        width: 500px;
        object-fit: contain;
    }
    
    .place_about_me {
        height: 100%;
        padding-left: 3rem;
        padding-bottom: 2rem;
    }
    
    .about-text {
        display: table;
        height: 407px;
    }
    
    .out {
        display: table-cell;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .typed-cursor {
        opacity: 1;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }
    
    .icons8 {
        position: absolute;
        top: 50%;
        right: 4rem;
        transform: translateY(-50%);
        color: white;
        margin: 0;
    }
    
    .icons8 a {
        color: white;
        padding-left: 0.25rem;
    }
    
    .icons8 a:hover {
        color: #a4a4a4;
    }
    
    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .gray-bg {
        margin-top: 90px;
        background: #f5f5f5;
    }
    
    .dgray-bg {
        background: #f5f5f5;
    }
    
    .what-can {
        padding: 90px 0;
    }
    
    .what-can .feature {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .what-can .feature i {
        font-size: 40px;
    }
    
    .what-can .feature h3 {
        font-size: 15px;
        letter-spacing: 1px;
        margin-bottom: 11px;
    }
    
    .what-can .feature p {
        line-height: 20px;
    }
    /*------------------------ 4 Portfolio ------------------------*/
    
    .section-title {
        text-align: center;
        padding: 50px 0 40px 0;
    }
    
    .section-title h2 {
        font-size: 28px;
        font-weight: bold;
    }
    
    .section-title p {
        line-height: 20px;
        font-size: 16px;
    }
    
    .portfolio_filter {
        text-align: center;
        padding-top: 15px;
    }
    
    .portfolio_filter ul {
        margin: auto;
        display: inline-block;
    }
    
    .portfolio_filter ul li {
        font-size: 14px;
        color: #777777;
        font-family: 'Poppins', sans-serif;
        float: left;
        margin-right: 15px;
        list-style: none;
        cursor: pointer;
    }
    
    .single_item {
        margin-bottom: 30px;
    }
    
    .single_item img {
        width: 100%;
        transition: all ease 0.3s;
    }
    
    .single_item img:hover {
        background: #ffffff;
        transition: all ease 0.3s;
        box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
        top: -5px;
    }
    
    .select-cat {
        color: #000 !important;
    }
    
    .popup-youtube {
        position: relative;
    }
    
    .popup-youtube i {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        background: rgba(0, 0, 0, 0.66);
        padding: 28px 29px;
        color: #fff;
        margin: -31px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
    }
    
    .img_fill {
        width: 100%;
        max-height: 700px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    /*------------------------ 5 Contact ------------------------*/
    
    .contact-information {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 7rem;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .contact-info i {
        width: 60px;
        height: 60px;
        text-align: center;
        background: #070a2e;
        border-radius: 50px;
        color: #fff;
        padding-top: 20px;
        font-size: 20px;
    }
    
    .contact-info-box {
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 8rem;
        align-items: center;
    }
    
    .contact-info p {
        line-height: 20px;
        margin-top: 20px;
        font-size: 14px;
    }
    
    .contact-info a {
        line-height: 24px;
        margin-top: 20px;
        font-size: 14px;
        color: #777777;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
    }
    
    .contact-info a:hover {
        color: #b3b3b3;
    }
    
    .section-title p {
        margin-top: 20px;
    }
    
    .form-inp {
        width: 100%;
        height: 45px;
        border: 0;
        color: #000;
        border-bottom: solid 1px #dfdfdf;
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
    }
    
    .contact-form textarea {
        width: 100%;
        border: 0;
        border-bottom: solid 1px #dfdfdf;
        font-size: 16px;
        padding: 20px 0 0 10px;
        height: 119px;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
    }
    
    .contact-form {
        margin-top: 90px;
    }
    
    .contact-form .site-button {
        margin: auto;
        margin-top: 30px;
        display: block;
    }
    
    .button {
        text-align: center;
        padding: 45px 0;
    }
    
    .site-button {
        padding: 10px 50px;
        font-size: 16px;
        background: none;
        border: 2px solid;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        transition: all ease 0.3s;
    }
    
    form {
        margin-bottom: 2rem;
    }
    
    a.site-button {
        border: 2px solid #000;
        color: #000;
    }
    
    .site-button:hover {
        background: #000;
        color: #fff;
        transition: all ease 0.3s;
    }
    /*------------------------ 6 Responsive ------------------------*/
    /*max Width 992px */
    
    @media screen and (max-width: 991px) {
        .home-content h1 {
            font-size: 50px;
        }
        .what-can .feature {
            padding: 0 30px;
        }
        .about.type-1 .about-image {
            background: none;
        }
        .about.type-1 .about-image img {
            margin: 0;
        }
        .about_me_section {
            flex-direction: column;
            width: 500px;
        }
        .about_me_img {
            width: 100%;
            height: 100%;
            padding-bottom: 1.5rem;
        }
        .about h2 {
            font-size: 24px;
        }
        .out p {
            font-size: 14px;
        }
        .place_about_me {
            padding: 0;
        }
        .place_section_about_me {
            display: flex;
            justify-content: center;
        }
        .about {
            padding-top: 60px;
        }
    }
    /*max Width 768px */
    
    @media screen and (max-width: 837px) {
        .home-content h1 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        .contact-info {
            margin-bottom: 30px;
            padding: 0 50px;
        }
        .contact-information {
            gap: 4rem;
        }
        .social a {
            margin: 0 10px;
            font-size: 12px;
        }
        .social {
            gap: 1.25rem;
        }
        nav {
            padding: 30px 15px;
        }
        .nav-menu {
            margin-top: 40px;
            display: none;
            float: none;
            width: 100%;
        }
        .nav-menu li {
            float: none;
            width: 100%;
            text-align: center;
            height: 45px;
            border-top: 1px solid #f7f7f7;
            line-height: 45px;
        }
        .responsive {
            float: right;
            display: block;
        }
        .gray-bg {
            margin-top: 30px;
        }
        .what-can {
            padding: 45px 0;
        }
        .section-title {
            padding: 60px 0 45px 0;
        }
        .portfolio_filter ul {
            margin-top: 15px;
        }
        .portfolio_filter ul li {
            height: 30px;
        }
        .diagonal,
        .diagonal-gray,
        .diagonal-white {
            height: 70px;
        }
        .row.bottom_90 {
            margin-bottom: 0;
        }
        .diag .blog {
            padding-bottom: 60px;
        }
    }
    /*min Width 768px */
    
    @media screen and (min-width: 837px) {
        .nav-menu {
            display: block!important;
        }
    }
    /*------------------------ 7 Slider & Video Home ------------------------*/
    
    .home-slider {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
    }
    
    .slider {
        background: none !important;
    }
    
    .home-video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    
    .place_skills {
        background-color: #F5F5F5;
        height: fit-content;
        margin-top: 90px;
        padding-bottom: 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .heading_skills {
        text-align: center;
        padding-top: 48px;
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 16px;
    }
    
    .container_skills {
        width: 60%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
        padding-top: 24px;
    }
    
    .container_skills_2 {
        width: 49%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        padding-top: 24px;
    }
    
    .change_grid {
        display: none !important;
    }
    
    @media (max-width: 992px) {
        .container_skills {
            grid-template-columns: repeat(3, 1fr);
            width: 70%;
        }
        .container_skills_2 {
            grid-template-columns: repeat(3, 1fr);
            width: 70%;
        }
        .change_grid {
            display: flex !important;
        }
        .change_grid_2 {
            display: none !important;
        }
        .contact-info {
            padding: 0 20px;
        }
    }
    
    @media (max-width: 550px) {
        .container_skills {
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
            grid-gap: 0;
            row-gap: 10px;
        }
        .container_skills_2 {
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
            grid-gap: 0;
            row-gap: 10px;
            padding-top: 10px;
        }
        .box_skills h3 {
            font-size: 0.75rem;
        }
        .box_skills {
            width: 30px;
        }
        .contact-information {
            gap: 0;
            align-items: center;
            flex-direction: column;
        }
    }
    
    .box_skills {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-direction: column;
        width: 100%;
    }
    
    .box_img_skills {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: #63636333 0 2px 8px;
        position: relative;
    }
    
    .place_img {
        width: 1.6rem;
        height: 1.6rem;
        padding-left: 0.35rem;
        padding-top: 0.25rem;
    }
    
    .img_skills {
        width: 1.6rem;
    }
    
    .html_img {
        position: absolute;
        top: 14px;
        left: 15px;
        z-index: 1;
        width: 1.6rem;
    }
    
    .css_img {
        position: absolute;
        z-index: 2;
        width: 1.6rem;
    }
    
    .img_skills_small {
        width: 1.9rem;
    }
    
    .box_text_skills {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .text_skills {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #777777;
        text-align: center;
        line-height: 1.15rem;
    }
    
    .subnav_portfolio {
        display: flex;
        gap: 1.25rem;
        justify-content: center;
    }
    
    .subnav_pf_btn {
        color: #B4B4B4;
        border: none;
        background-color: transparent;
        font-size: 19px;
    }
    
    .subnav_pf_btn :hover {
        color: black;
    }
    
    .place_portfolio {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .container_portfolio {
        width: 80%;
        display: flex;
        justify-content: center;
        gap: 32px;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 64px;
        margin: 0;
    }
    
    .box_portfolio {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 375px;
        height: 375px;
        box-shadow: 0px 0px 2px 0.5px rgb(0 0 0 / 9%);
        transition: all ease-in-out 0.4s;
        cursor: pointer;
    }
    
    .box_portfolio:hover {
        box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
        transition: all ease-in-out 0.4s;
        transform: scale(1.05);
    }
    
    .overlay_project {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 4rem;
        visibility: hidden;
        opacity: 0.85;
        top: 50%;
        transform: translateY(-50%);
        background-color: grey;
        pointer-events: none;
        z-index: 100;
    }
    
    .res_overlay_projec {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 4rem;
        opacity: 0.85;
        top: 50%;
        transform: translateY(-50%);
        background-color: grey;
        pointer-events: none;
        z-index: 100;
        color: white;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.15rem;
        font-family: 'Poppins', sans-serif;
        visibility: hidden;
    }
    
    .overlay_text {
        color: white;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.15rem;
    }
    
    @media (max-width:1220px) {
        .container_portfolio {
            width: 95%;
        }
        .box_portfolio {
            width: 343px;
            height: 343px;
        }
        .overlay_text {
            font-size: 14px;
        }
    }
    
    @media (max-width:992px) {
        .container_portfolio {
            width: 100%;
        }
        .box_portfolio {
            width: 300px;
            height: 300px;
        }
        .overlay_text {
            font-size: 13px;
        }
    }
    
    @media (max-width:660px) {
        .box_portfolio {
            width: 300px;
            height: 300px;
        }
        .overlay_text {
            font-size: 14px;
        }
        .res_overlay_projec {
            visibility: visible;
        }
    }
    
    .img_portfolio {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
    
    .esos_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
    
    .join_img {
        width: 75%;
        height: 75%;
        pointer-events: none;
    }
    
    .img_link {
        width: 1.25rem;
        height: 1.25rem;
    }
    
    .ringoffire_img {
        width: 90%;
        object-fit: contain;
    }
    
    .box_essentials {
        display: flex;
        justify-content: center;
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        bottom: 1rem;
        align-items: center;
    }
    
    .imprint {
        color: black;
    }
    
    .imprint:hover {
        color: #b2b1b1;
    }
    
    .iconss {
        color: white;
        margin: 0;
        font-size: 0.9rem;
    }
    
    .break {
        content: "";
        height: 1.5rem;
        width: 0.01rem;
        background-color: white;
        display: block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .iconss a {
        color: white;
        margin: 0;
        padding-left: 0.25rem;
        font-size: 0.9rem;
    }
    
    .iconss a:hover {
        color: #c9c9c9;
    }
    
    .place_imprint {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 6.5rem;
    }
    
    .box_imprint {
        width: 75%;
    }
    
    .top_nav {
        height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        box-shadow: -5px 10px 12px -10px rgb(201 201 201 / 67%);
    }
    
    .box_nav {
        width: 75%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .menu_nav {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }
    
    .box_nav a {
        color: black;
        text-decoration: none;
        font-weight: 500;
    }
    
    .box_nav a:hover {
        color: rgb(157, 157, 157);
    }
    
    @media (max-width:650px) {
        .menu_nav {
            display: none;
        }
    }
    
    #p0 {
        background: linear-gradient(0deg, rgb(227, 179, 83) 0%, rgb(181, 130, 65) 100%);
    }
    
    .el_pollo_img {
        width: 100%;
    }
    
    .hoverContainer {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 5;
        background-color: transparent;
    }
    
    .place_portfolio_box {
        position: relative;
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 0px 2px 0.5px rgb(0 0 0 / 9%);
        transition: all ease-in-out 0.4s;
        cursor: pointer;
    }
    
    .place_portfolio_box:hover {
        box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
        transition: all ease-in-out 0.4s;
        transform: scale(1.05);
    }
    
    .footer_imprint {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 140px !important;
    }
    
    .btn_back {
        background-color: rgb(5, 132, 174);
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 1em;
        cursor: pointer;
    }
    
    .place_box_send {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .box_send {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    
    .box_send p {
        font-size: 1.25rem;
    }
    
    .btn_back {
        margin-top: 1.25rem;
    }
    
    .btn_back:hover {
        background-color: rgb(15, 71, 90);
    }
    
    .send_message {
        font-size: 2.5rem;
        font-weight: 700;
    }
    
    @media (max-width:600px) {
        .send_message {
            font-size: 1.5rem;
        }
        .box_send p {
            font-size: 0.9rem;
        }
        .box_send {
            margin-top: 15rem;
        }
    }
    
    @media (max-width:364px) {
        .send_message {
            font-size: 1.15rem;
        }
        .box_send p {
            font-size: 0.7rem;
        }
        .btn_back {
            font-size: 0.8rem;
        }
    }