body {
    background: #1D1D1D; font-family: Helvetica, Arial, sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

.container-fluid,
.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.row>* {
    padding-left: 0;
    padding-right: 0;
}

.bb_content {
    position: relative;

}

.sidebar__inner {
    width: 25%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #1D1D1D;
    z-index: 999;
    transition: all 0.3s ease;
    overflow: hidden;
}

.logo {
    width: 40%;
    text-align: center;
    margin: 10% auto 0 auto;
}

.logo a img {}

.sidebar__inner .close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.close:hover {
    opacity: 0.5;
}

.top_navbar {
    height: 60px;
    background: #FFD41D;
    width: 75%;
    padding: 15px 25px;
    position: fixed;
    top: 0;
    display: flex;
    transition: all 0.3s ease;
    z-index: 998;

}

.top_navbar .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    display: none;
}

.top_navbar .hamburger .fa {
    color: #202020;
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.menu {
	display: flex;
	align-items: center;
	list-style: none;
    text-align: center; margin: 0 auto;
}

.menu li a {
    margin: 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
   padding-bottom: 3px; font-size: 16px;
}



.menu li a.active,
.menu li a:hover {
  border-bottom: 2px solid #000000; color: #000000;
}


.left_bar a {
    font-size: 25px;
}

/* .top_navbar .right_bar {
    display: flex;
    align-items: center;

}

.top_navbar .right_bar li {
    margin: 0 10px;
}

.top_navbar .right_bar .fa {
    font-size: 25px;
    cursor: pointer;
    color: #88a3d0;
}

.top_navbar .right_bar li:hover,
.top_navbar .hamburger .fas:hover {
    opacity: 0.5;
} */


.imgtitle {
    text-align: center;
}

.imgtitle img {
    width: 35%;
    border-radius: 50%;
    margin: 10% auto;
    border: 8px solid #FFD41D;
}

.imgtitle p {
    font-size: 17px;
    padding: 0px 30px;
    color: #C4C4C4;
    /* text-align: center; */
}

.social_icon {
    text-align: center;
    margin-top: 10%;
}

.social_icon ul {
    list-style: none;
}

.social_icon ul li {
    display: inline-flex;
    margin-right: 10px;
}

.social_icon ul li a {
    padding-top: 3px;
    padding-right: 5px;
    font-size: 22px;
}

.social_icon ul li a i {
    color: #FFD41D;
}

.massonary {
    background-color: #1D1D1D;
    /* margin-left: 25%; */
    transition: all 0.3s ease;
}

.massonary-items {
    margin-top: 60px;
}

.grid-sizer,
.grid-item {
    width: 33.3%;
  
}
.grid-item{position: relative;}
.grid-item .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .85);
    /* transition: all 0.3s ease; border: 1px solid #FFD41D; */
}
.grid-item:hover .after {
    display: none;
   
}


.grid-item--width2 {
    width: 40%;
}

.grid-item a img {
    width: 100%;
}
@media screen and (max-width: 1160px) {

    .menu li a {
        margin: 0 10px;
       font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .sidebar__inner {
        left: -100%;
        width: 250px;
        overflow: auto;
    }

    .top_navbar {
        margin-left: 0;
        width: 100%;
    }

    .top_navbar {
        left: 0;
    }

    .wrapper.active .sidebar__inner {
        left: 0;
    }

    .wrapper .sidebar__inner .close,
    .top_navbar .hamburger {
        display: block;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }


}

@media screen and (max-width: 530px) {
    .top_navbar .menu, .left_bar {
        display: none;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }

}

