@charset "UTF-8";

/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Broke
Version:     1.0.7

------------------------------------------------------------------
[General Styles]
*/

* {
    -webkit-font-smoothing: antialiased;
}

body , html {
    margin: 0; height: 100%; overflow: visible;

}

body{
    background-color: #000;
    font-family: "Roboto", Arial, serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    -ms-overflow-style: scrollbar;
   
    text-rendering: optimizeLegibility;
    
}


.title{
    position: absolute;
    padding-top: 25vh;
    padding-left: 61vw;
}

.title img {
    width: 12%;
    position: absolute;
    margin-left: -15vw;
    margin-top: -21vh;
   
}


.projects{
    position: absolute;
    display: block;
    
}



.projects img {
    width: 90%;  

}






.new_title {
    height: 7vh;
    width: 100%;
    background-color: #000;
    z-index: 9999;
    position: fixed;
    
}
.new_title p {
    position: fixed;
    margin-top: 2.25vh;
    left: 50%;
    margin-left: -42px;
    font-family: "Space Grotesk", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    z-index: 9999;
    filter: brightness(3);
    cursor: pointer; !important
}


.arrow {
    position: fixed;
    z-index: 9999;
}
    

.arrow img{
    margin-top: 2vh;
    width: 20%;
    margin-left: 1vw;
    cursor: pointer; !important
    filter: invert(100%);
}

.arrow img:hover{
    margin-left: 0.8vw;
}

.title h3 {
    position: absolute;

    font-family: "Space Grotesk", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    z-index: 399;
}

.title h1 {
    position: absolute;
    font-family: "Space Grotesk", system-ui;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    z-index: 399; 
}
.title h2 {
    position: absolute;
    font-family: "Space Grotesk", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    z-index: 399;
}
.title h2 span{
    font-weight: 300;
}

.title #resume {
    position: absolute;
    margin-left: 36vw;
    margin-top:-22vh;
    font-family: "Space Grotesk", system-ui;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    z-index: 399;
    text-decoration: underline;
}
.title #resume:hover {
    color: #37AAD7;
}


.mobile {
    position: absolute;
    display: none;
    z-index: 9998;
    margin-top: 22vh;
    
}

.mobile img {
    width: 85%;
    margin-left: 7.5vw;
    }
.mobile h1{
    font-family: "Space Grotesk", system-ui;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 24px;
    margin-left: 7.5vw;
}

.line_top_project {
    position:fixed;
    z-index: 8000
    
}
.line_top_project hr {
    width: 93vw;
    margin-top: 5.5vh;
    margin-bottom: 0;
    border-color: #000;
    margin-left: 3.5vw;
    background-color: none; 
    z-index: 9000;
}

.line_top {
    position:absolute;
    z-index: 500;
    
}
.line_top hr {
    width: 93vw;
    margin-top: 5.5vh;
    margin-bottom: 0;
    border-color: #fff;
    margin-left: 3.5vw;
    background-color: none;
}


ul{
    margin-left: 100px;
    margin-right: 200px;
}

.line_bottom {
    position:absolute; 
    z-index: 402;
}

.line_bottom hr {
    width: 93vw;
    margin-top: 90vh;
    margin-bottom: 0;
    border-color: #fff;
    margin-left: 3.5vw;
    background-color: none;
    z-index: 500;
    
}

.home_links {
    position: absolute;
    top: 93.5vh;
    left: 50vw;
    margin-left: -335.44px;
    z-index: 400;
}


li {
    display: inline-block;
    padding-right: 30px;
    z-index: 500;
    
    
}
li span {
    font-family: cy, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 15px;
}

.header {
    display: none;
}
.promo{
    width:50%;
    margin-left: 300px;     
}

.tight{
    padding-bottom: 50px;
}

.about {
    padding-left: 40%;
}
.portfolio-content h2{
    display:inline;
    color: #000;
    font-family: "Space Grotesk", system-ui;
    font-weight: 500;
    font-style: italic !important;
    bottom: 100px !important;
    font-size: 50px !important; 
    margin-top: 50px !important;
}


.portfolio-content p {
    display:inline;
    color: #000;
    font-family: "Space Grotesk", system-ui;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    z-index: 1;
    
}
.p_width {
    width: 100px;
}

.portfolio-content h1{
    display:inline;
    color: #000;
    font-family: "Space Grotesk", system-ui;
    font-weight: 700;  
    font-style: normal;
    bottom: 100px;
    font-size: 21px;
}

.portfolio-content{
    z-index: 1;
}
img {
    max-width: 100%;
    height: auto;
}
.poster1{
    width: 75%;
    margin-left: 10%;
}
.poster2{
    width: 75%;
    margin-left: 10%;
}

.prodege2{
    width:50%;
    margin-left: 25%;
}
.prodege3{
    width:37%;
    margin-left: 32%;
}

.logo{
    padding-left: 10px;
    padding-top: 18px;
}
iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #335EFF;
    color: #fff !important;
}

::-webkit-selection {
    background: #335EFF;
    color: #fff !important;
}

::selection {
    background: #335EFF;
    color: #fff !important;
}

/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}

/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #000;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #ed4824;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #303133;
}

p,
pre,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #303133;
}

h1.font-serif,
.font-serif h1,
h2.font-serif,
.font-serif h2,
h3.font-serif,
.font-serif h3,
h4.font-serif,
.font-serif h4,
h5.font-serif,
.font-serif h5,
h6.font-serif,
.font-serif h6 {
    margin: 0 0 14px;
}

h1 {
    font-size: 34px;
}

h1.font-serif,
.font-serif h1 {
    font-size: 52px;
}

h1.font-serif.mh-large,
.font-serif h1.mh-large {
    letter-spacing: 4px;
    font-size: 72px;
}

h1.font-serif.mh-medium,
.font-serif h1.mh-medium {
    letter-spacing: 2px;
    font-size: 64px;
}

h2 {
    font-size: 30px;
}

h2.font-serif,
.font-serif h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.font-serif {
    font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 800;

  font-size: 21px;
    letter-spacing: 1px;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

ul > li,
ol > li {
    margin: 0 0 5px;
}

em {
    font-style: normal;
    opacity: .7;
}



blockquote {
    border: 0;
    padding: 20px 40px;
    border-left: 2px solid #10c9c3;
    margin: 40px 0;
    font-family: "Suranna", serif;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 26px;
    color: #303133;
}

blockquote p {
    position: relative;
}

blockquote p:before {
    position: absolute;
    left: -10px;
}

blockquote p:before,
blockquote p:after {
    content: '"';
    font-size: 28px;
}

.lead {
    line-height: 1.8;
    font-weight: 400;
    font-size: 20px;
}

pre {
    border: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 20px 30px;
    margin: 40px 0;
    font-family: "Courier New", monospace;
    line-height: 1.8;
}

/*------------------------------------------------------------------
[Progress Bars]
*/



/*------------------------------------------------------------------
[Forms]
*/


/*------------------------------------------------------------------
[Buttons]
*/

.btn {
    border-width: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus {
    outline: 0;
}

.btn.btn-circle {
    border-radius: 30px;
}

/* --- [Button Sizes] --- */

.btn-lg {
    padding: 17px 34px;
    font-size: 12px;
}

.btn-sm {
    padding: 13px 26px;
    font-size: 10px;
}





/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    display: block;
}

.pagination > li {
    display: inline-block;
    margin: 0 1px 0 0;
}

.pagination > li > a,
.pagination > li > span {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px !important;
    padding: 7px 14px;
    font-size: 12px;
    color: silver;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #333;
}

.pagination > li > a > .fa,
.pagination > li > span > .fa {
    font-size: 14px;
}

.pagination .prev {
    float: right;
}

.pagination .next {
    float: right;
}

.pagination .prev,
.pagination .next {
    margin: 0 0 0 5px;
}

.pagination > .active > a,
.pagination > .active > span {
    background: #10c9c3;
    border-color: #10c9c3;
    color: #fff;
}

.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background: #10c9c3;
    border-color: #10c9c3;
    color: #fff;
}

/*------------------------------------------------------------------
[Maps]
*/

.maps-container {
    height: 450px;
}

#map {
    height: 100% !important;
    width: 100%;
}





/*------------------------------------------------------------------
[Header & Navigation]
*/

.header {
    position: fixed;
    z-index: 1000;
    height: 76px;
    width: 100%;
    background: #fff;
    
}



.header .container {
    position: relative;
    height: 100%;
    
}


.inner-header {
    position: relative;
    height: 100%;
    z-index: 1;
    position: relative;
    float: left;
    height: 100%;
}

.inner-header::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
    
}

.nav-toogle::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0;
}

.inner-brand {
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 20px;
}

.header-nav-toogle {
    float: right;
    padding-right: 50px;
    padding-top: 30px;
}



.header .inner-brand,
.header.header-small .inner-brand,
.header-light.header-small .inner-brand {
    color: #282828;
}

.header .brand-dark,
.header.header-small .brand-dark,
.header-light.header-small .brand-dark {
    display: block;
   
}

.header .brand-light,
.header.header-small .brand-light,
.header-light.header-small .brand-light {
    display: none;
}

.header .show-menu-btn span,
.header.header-small .show-menu-btn span,
.header-light.header-small .show-menu-btn span {
    background: #282828;
}

.header .show-menu-btn:hover span,
.header .show-menu-btn:focus span,
.header.header-small .show-menu-btn:hover span,
.header.header-small .show-menu-btn:focus span,
.header-light.header-small .show-menu-btn:hover span,
.header-light.header-small .show-menu-btn:focus span {
    opacity: .6;
}

.header-light .inner-brand {
    color: #fff;
}

.header-light .brand-dark {
    display: none;
}

.header-light .brand-light {
    display: block;
}

.header-light .show-menu-btn span {
    background: #fff;
}

.header-light .show-menu-btn:hover span,
.header-light .show-menu-btn:focus span {
    opacity: .6;
}

.show-menu-btn {
    position: relative;
    display: block;
    height: 14px;
    width: 18px;
}

.show-menu-btn span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.show-menu-btn span:nth-child(2) {
    top: 6px;
}

.show-menu-btn span:nth-child(3) {
    width: 12px;
    top: 12px;
}

.show-menu-btn:hover span:nth-child(3) {
    width: 100%;
}

.close-menu {
    position: absolute;
    right: 50px;
    top: 25px;
    color: #fff;
    -webkit-transition: -webkit-transform .4s ease 0s;
            transition: -webkit-transform .4s ease 0s;
            transition: transform .4s ease 0s;
            transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
}

.close-menu:hover,
.close-menu:focus {
    color: #fff;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.overlay-menu.active {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.overlay-menu {
    position: fixed;
    background: rgba(0, 0, 0, .98);
    min-height: 100%;
    height: 100%;
    width: 0%;
    width: 100%;
    visibility: hidden;
    z-index: 9997;
    opacity: 0;
    padding: 80px 0;
    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
}

.navigation {
    
    width: auto !important;
    display: inline-block !important;
    list-style: none;
    vertical-align: middle;
    padding-top: 50%;
    
    
}

.navigation > li {
    position: relative;
    display: inline-block;
    margin: 10px 25px;
    
}

.overlay-menu-animation .navigation > li > a {
    opacity: 0;
}

.navigation > li a {
    letter-spacing: 1px;
    font-size: 20px;
    font-family: cy, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    
}









.menu-table {
    display: table;
    width: 100%;
    
}

.menu-table-cell {
 width: 100%;
 top: 50%;
    text-align: center;
}

.inner-navigation {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: right;
}

.inner-nav {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.inner-nav > ul {
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner-nav > ul > li {
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
}

.inner-nav > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 0 25px;
    font-size: 15px;
}

.inner-nav > ul > li > a > .menu-item-span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.inner-nav .sub-menu {
    background-color: #222;
    position: absolute;
    min-width: 180px;
    left: 0;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    top: 100%;
    text-align: left;
}


}

.inner-nav > ul > li.menu-item-has-children.sub-menu-open > .sub-menu {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}

.inner-nav .sub-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.inner-nav .sub-menu .sub-menu {
    left: 100%;
    top: -8px;
}

.inner-nav .sub-menu li {
    position: relative;
}

.inner-nav .sub-menu li > a {
    position: relative;
    display: block;
    padding: 4px 20px;
    font-size: 14px;
    color: #b1b1b1;
}

.inner-nav .sub-menu li > a:hover {
    color: #fff;
}

.inner-nav .sub-menu-open > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.nav-toogle {
    float: right;
    display: none;
    height: 100%;
}

.nav-toogle > a {
    height: 14px;
    width: 18px;
    vertical-align: middle;
    display: inline-block;
}

.nav-toogle > a span {
    background: #313131;
    display: block;
    height: 2px;
    width: 100%;
}

.nav-toogle > a span:nth-child(2),
.nav-toogle > a span:nth-child(3) {
    margin-top: 4px;
}

.header.header-light .inner-nav > ul > li > a {
    color: #fff;
}

.header.header-light .inner-nav > ul > li > a:hover {
    opacity: .70;
}

.header .inner-nav > ul > li > a,
.header.header-small .inner-nav > ul > li > a {
    color: #000;
    opacity: .85;
}

.header .inner-nav > ul > li > a:hover,
.header.header-small .inner-nav > ul > li > a:hover {
    opacity: .45;
}

@media (min-width: 992px) {
    .inner-navigation.collapse {
        display: block !important;
        overflow: visible !important;
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .header {
        background: #fff;
        position: absolute;
        top: 0;
    }

    .header.header-small {
        height: 76px;
    }

    .header .container {
        width: 100%;
        padding-bottom: 76px;
    }

    .header-small .header-nav-toogle {
        padding: 31px 0;
    }

    .header-light .brand-dark {
        display: block;
    }

    .header-light .brand-light {
        display: none;
    }

    .header-light .show-menu-btn span {
        background: #000;
        opacity: .85;
    }

    .menu-opened .wrapper {
        position: fixed;
        width: 100%;
    }

    .menu-opened .overlay-menu.active {
        position: fixed;
        overflow-y: auto;
    }

    .navigation li {
        display: block;
    }

    ul.navigation .sub-menu {
        text-align: center;
        position: static;
        max-height: 0;
    }

    ul.navigation .sub-menu-open .sub-menu {
        max-height: 500px;
    }

    .nav-toogle {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .inner-nav {
        display: block;
        text-align: left;
        height: auto;
        padding: 10px 0;
    }

    .inner-nav > ul > li {
        display: block;
        float: none;
    }

    .inner-nav > ul > li > a > .menu-item-span {
        top: 0%;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }

    .inner-nav .sub-menu,
    .inner-nav .sub-menu .sub-menu {
        border: 0;
        background: transparent;
        background-image: none !important;
        display: none;
        padding: 0 0 0 8px;
        margin: 0;
    }

    .inner-nav .sub-menu-open > .sub-menu {
        position: static;
        display: block !important;
    }

    .inner-navigation {
        position: absolute;
        background-color: #1b1d1f;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
        height: auto;
    }

    .inner-navigation.in {
        overflow-y: auto;
    }

    .inner-navigation.collapse {
        display: none;
    }

    .inner-navigation.collapse.in {
        display: block;
    }

    .inner-navigation.collapsing {
        height: 0;
        -webkit-transition: height .35s ease;
                transition: height .35s ease;
    }

    .header .inner-nav > ul > li > a,
    .header.header-light .inner-nav > ul > li > a,
    .header.header-small .inner-nav > ul > li > a {
        color: #fff;
        color: #b1b1b1;
        padding: 7px 15px;
        opacity: 1;
    }

    .header .inner-nav > ul > li > a:hover,
    .header .inner-nav > ul > li > a:focus,
    .header.header-light .inner-nav > ul > li > a:hover,
    .header.header-light .inner-nav > ul > li > a:focus,
    .header.header-small .inner-nav > ul > li > a:hover,
    .header.header-small .inner-nav > ul > li > a:focus {
        color: #fff;
        opacity: 1;
    }
}

/*------------------------------------------------------------------
[Modules]
*/

.full-height {
    min-height: 100vh;
    height: 100vh;
}

.full-height .container {
    position: relative;
    display: table;
    height: 100%;
    z-index: 2;
}

.full-height .container > .row {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.module,
.module-sm,
.module-header {
    background-color: #f8f8fa;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
   
    padding: 300px 0;
}

.module.module-divider-top,
.module-sm.module-divider-top,
.module-header.module-divider-top {
    border-top: 1px solid #eee;
}

.module.module-divider-bottom,
.module-sm.module-divider-bottom,
.module-header.module-divider-bottom {
    border-bottom: 1px solid #eee;
}

.module,
.module-sm {
    background-color: #fff;
    padding: 120px 0;
}

.module-sm {
    padding: 40px 0;
}

.module-gray {
    background-color: #f8f8fa;
}

.parallax {
    background-color: transparent !important;
}

.parallax:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.module-header {
    text-align: center;
}

.module-header p {
    font-size: 18px;
}

.module-header p + p {
    margin-top: 40px;
}

.module-header .container > .row > [class*="col-"] > *:last-child {
    margin-bottom: 0;
}

.bg-dark {
    color: #fff;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6,
.bg-dark blockquote {
    color: #fff;
}

.bg-dark.parallax:before {
    background: rgba(34, 34, 34, .3);
}

.bg-dark .owl-carousel .owl-pagination .owl-page {
    border: 1px solid #fff;
}

.bg-dark .owl-carousel .owl-pagination .owl-page.active {
    background: #fff;
}

.bg-dark .social-list > li > a {
    color: #fff;
}

.module-title {
    margin: 0 0 50px;
}

.module-title .detail-line {
    background: #eee;
    height: 1px;
    width: 30px;
    margin: 20px 0 0;
}

.module-title.text-center .detail-line {
    margin: 20px auto 0;
}

.module-title.text-right .detail-line {
    margin: 20px 0 0 auto;
}

@media (max-width: 992px) {
    .module-header br {
        display: none;
    }
}

.anim-end {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}

.appear-childer {
    overflow: hidden;
}

.appear-childer > .container > .row > *,
.appear-childer > .container-fluid > .row > * {
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
            transition: opacity .7s ease, -webkit-transform .7s ease;
            transition: opacity .7s ease, transform .7s ease;
            transition: opacity .7s ease, transform .7s ease, -webkit-transform .7s ease;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0;
}

.demo-preview {
    text-align: center;
}

.demo-preview h6 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 13px;
}

.demo-preview img {
    border: 1px solid #eaeaea;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.demo-preview:hover img {
    opacity: .7;
}

/*------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}


/*------------------------------------------------------------------
[Portfolio grid]
*/

.row-portfolio {
    margin-left: -11px;
    margin-right: -11px;
    top: 76px;
}

.portfolio-item {
    float: left;
    width: 100%;
    
}

.portfolio-item .portfolio-img-wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 100%;
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-wrapper .portfolio-img-wrap {
    -webkit-transition: all .3s cubic-bezier(0.3, .1, .58, 1);
            transition: all .3s cubic-bezier(0.3, .1, .58, 1);
}

.portfolio-caption {
    position: absolute;
    -webkit-transform: rotate(-90deg) translate(0, 100%);
            transform: rotate(-90deg) translate(0, 100%);
    -webkit-transform-origin: left bottom 0;
             transform-origin: left bottom 0;
    -webkit-transition: all .3s cubic-bezier(0.3, .1, .58, 1);
            transition: all .3s cubic-bezier(0.3, .1, .58, 1);
    vertical-align: bottom;
    padding: 20px 30px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.portfolio-title,
.portfolio-subtitle {
    letter-spacing: .6px;
    color: #fff;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-backface-visibility: hidden !important;
    -webkit-transform-style: preserve-3d !important;
}

.portfolio-title {
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(0.3, .1, .58, 1);
            transition: all .3s cubic-bezier(0.3, .1, .58, 1);
}

.portfolio-subtitle {
    font-size: 13px;
    display: block;
    opacity: .5;
    -webkit-transition: all .6s cubic-bezier(0.3, .1, .58, 1);
            transition: all .6s cubic-bezier(0.3, .1, .58, 1);
}

.portfolio-overlay {
    position: absolute;
    background: rgba(34, 34, 34, .85);
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(0.3, .1, .58, 1);
            transition: all .3s cubic-bezier(0.3, .1, .58, 1);
}

.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    
}

.portfolio-item:hover .portfolio-img-wrap {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 1;
}

.portfolio-item:hover .portfolio-caption .portfolio-title,
.portfolio-item:hover .portfolio-caption .portfolio-subtitle {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
}

.row-portfolio .grid-sizer.tall .portfolio-img-wrap,
.row-portfolio .portfolio-item.tall .portfolio-img-wrap {
    padding-top: 200%;
    padding-top: calc(200% + 20px);
}

.row-portfolio .grid-sizer.large,
.row-portfolio .portfolio-item.large {
    width: 66.666666%;
}

@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item {
        width: 50%;
    }

    .row-portfolio .grid-sizer.tall .portfolio-img-wrap,
    .row-portfolio .portfolio-item.tall .portfolio-img-wrap {
        padding-top: 200%;
        padding-top: calc(200% + 20px);
    }

    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item.large {
        width: 50%;
    }
}

@media (max-width: 601px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .portfolio-item {
        width: 100%;
    }

    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item.large {
        width: 100%;
    }
}

/*------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-content > :last-child {
    margin-bottom: 0;
}

.ps-all,
.ps-prev,
.ps-next {
    line-height: 50px;
    font-size: 19px;
}

.ps-all > a,
.ps-prev > a,
.ps-next > a {
    color: #303133;
}

.ps-all > a:hover,
.ps-all > a:focus,
.ps-prev > a:hover,
.ps-prev > a:focus,
.ps-next > a:hover,
.ps-next > a:focus {
    color: #10c9c3;
}

.ps-next {
    text-align: right;
}

.ps-all {
    text-align: center;
}

.ps-all > a {
    display: inline-block;
    position: relative;
    top: 0;
    width: 17px;
    height: 17px;
}

.ps-all > a:hover span,
.ps-all > a:focus span {
    background: #10c9c3;
}

.ps-all > a span {
    background: #303133;
    position: absolute;
    display: block;
    height: 6px;
    width: 6px;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.ps-all > a span:nth-child(1) {
    left: 0;
    top: 0;
}

.ps-all > a span:nth-child(2) {
    right: 0;
    top: 0;
}

.ps-all > a span:nth-child(3) {
    bottom: 0;
    left: 0;
}

.ps-all > a span:nth-child(4) {
    bottom: 0;
    right: 0;
}


/*------------------------------------------------------------------
[Footer]
*/

.footer {
    background-color: #f8f8fa;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 250px 0 250px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 9px;
}

.footer .copyright {
    margin: 0;
}


@media (max-width: 10000px) {


     .title h3{
        margin-left: -35vw;
        margin-top: -17.5vh;
    }
      .title h1{
        margin-left: -35vw;
        margin-top: -14vh;
    }
      .title h2{
        margin-left: -2vw;
        margin-top: -17.5vh;
      
    }
    
    .mobile{
        display: block;
    }
    
    .mobile img{
        
    }

    .home_links{
        display: none;
    }
    .line_bottom{
        display: none;
    }
    body , html {
        overflow: visible;
    }
   
}

@media (max-width: 750px) {
    .title{
        width: 100%;
    }
    .title h1{
        margin-left: -50vw;
        margin-top: -12vh;
        font-size: 20px;
    }
     .title h3{
        margin-left: -50vw;
        margin-top: -16vh;
        font-size: 20px;
    }
    .title h2{
        margin-left: -50vw;
        margin-top: 0vh;
        font-size: 14px;
      
    }
    
    .title #resume {
    margin-top: 6vh;
    margin-left: -50vw;
    

}
    

    
    .title img{
        width: 20%;
      margin-left: 0vw;
        margin-top: 2vh;
    }
    
    .mobile{
        display: block;
        margin-top: 43vh;
        
        
    }
    .mobile img{
        width: 85%;
    }

    .home_links{
        display: none;
    }
    .line_bottom{
        display: none;
    }
    body , html {
        overflow: visible;
    }
    .arrow img{
        margin-left: 2vw;
    }
    
}
