@font-face {
    font-family: Titillium-Web;
    src: url(fonts/TitilliumWeb-Regular.ttf);
    src: url(fonts/TitilliumWeb-Bold.ttf);
    font-family: Poppins;
    src: url(fonts/Poppins-Bold.ttf);
    src: url(fonts/Poppins-Regular.ttf);
    src: url(fonts/Poppins-Medium.ttf);
}

::selection {
    background: #FAC921;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
}

.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #000;
    text-align: center;
}

.main-preloader .main-preloader-inner {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-preloader .preloader-percentage {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-family: Titillium-Web;
}

.main-preloader .preloader-percentage span {
    display: inline-block;
    float: center;
    font-size: 20px;
}

/*	navbar area style start hare*/
/*	side nav start hare*/
.side-navbar {
    width: 70px;
    height: 100vh;
    position: fixed;
    text-align: center;
    z-index: 1000;
}

.side-nav {
    width: 80px;
    height: 100%;
    background: #1D1D20;
    flex-direction: column;
    justify-content: space-between;
}

.logo img {
    width: 90%;
    padding: 10px 10px;
}

.toggle-btn {
    padding: 0px 15px;
    cursor: pointer;
}

.span-1 {
    display: block;
    width: 90%;
    height: 2.5px;
    background: #FAC921;
    transition: .3s;
}

.span-2 {
    display: block;
    width: 60%;
    height: 2.5px;
    background: #FAC921;
    margin-top: 5px;
    transition: .3s;
}

.span-3 {
    display: block;
    width: 0%;
    height: 2.5px;
    background: #FAC921;
    margin-top: 5px;
    transition: .3s;
}

.toggle-btn p {
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
    color: #ddd;
    opacity: 0;
    transition: .4s;
}

.toggle-btn:hover .span-1 {
    width: 100%;
}

.toggle-btn:hover .span-2 {
    width: 100%;
}

.toggle-btn:hover .span-3 {
    width: 100%;
}

.toggle-btn:hover p {
    opacity: 1;
}

.menu-btn-active .span-2 {
    display: none;
}

.menu-btn-active .span-1 {
    width: 100%;
    transform: rotate(45deg);
    padding: 0;
    margin: 0;
}

.menu-btn-active .span-3 {
    width: 100%;
    transform: rotate(-45deg);
    padding: 0;
    margin: 0;
}

.menu-btn-active .menuText {
    padding-top: 15px;
}

.social-icon a i {
    color: rgba(221, 221, 221, .6);
    padding: 15px 10px;
    transition: 0.3s;
    margin-bottom: 10px;
}

.social-icon a i {
    border: 1px solid #85858D;
    padding: 10px 13px;
}

.social-icon a:hover i {
    color: rgba(221, 221, 221, 1);
    border-radius: 50%;
}

.share i {
    font-size: 30px;
    color: rgba(0, 0, 0, .6);
}

.share {
    background: #FAC921;
    padding: 15px 10px;
}

.share a:hover i {
    color: rgba(0, 0, 0, 1.0);
    transition: .3s;
}

/*side nav end hare*/
/*side main nav start hare*/
.main-navbar {
    width: 400px;
    height: 100vh;
    background: rgba(44, 43, 44, 0.8);
    text-align: right;
    backdrop-filter: blur(4px);
    display: none;
    position: fixed;
    z-index: 999;
}

.navbar-nav {
    width: 80%;
    height: 100%;
    float: right;
    justify-content: space-between;
    z-index: -2;
}

.nav-logo img {
    width: 90%;
}

.sideNav ul li {
    list-style: none;
    margin-top: 7px;
    padding: 10px 5px;
}

.sideNav ul li a {
    font-family: Titillium-Web;
    color: #ddd;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 2px;
    position: relative;
}

.sideNav {
    text-align: left;
}

.menuText {
    font-family: Titillium-Web;
    font-size: 14px;
    color: #DDDDDD;
}

.menuText .closea {
    display: none;
    margin-bottom: 20px;
}

.close-on .menu-on {
    display: none;
}

.close-on .closea {
    display: block !important;
    margin: 0;
}

/*	side copyright-content start hare*/
.copyright-content p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    color: #ddd;
}

.copyright-content p:first-child {
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.sideNav a::before {
    content: '';
    position: absolute;
    top: 30;
    left: 0;
    width: 0px;
    height: 30px;
    background: rgba(199, 203, 209, 0.2);
    z-index: -2;
    transition: .2s;
}

.sideNav a:hover {
    text-decoration: none;
}

.sideNav a:hover::before {
    width: 200px;
}

/*	navbar style end hare*/
/*feature area style start hare*/
/*	parallax-conent hare*/
.feature-content {
    width: 100%;
    height: 90vh;
    background-image: url(images/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    animation: bgChange 25s linear infinite;
    z-index: -3;
}

.overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: -6;
}

.overly-bg {
    width: 300px;
    height: 100px;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 10%;
}

.overly-bg img {
    width: 100%;
    opacity: .3;
}

@keyframes bgChange {
    0% {
        background-image: url('images/bg-1.jpg');
    }

    20% {
        background-image: url('images/bg-1.jpg');
    }

    25% {
        background-image: url('images/bg-2.jpg');
    }

    45% {
        background-image: url('images/bg-2.jpg');
    }

    50% {
        background-image: url('images/bg-3.jpg');
    }

    70% {
        background-image: url('images/bg-3.jpg');
    }

    75% {
        background-image: url('images/bg-1.jpg');
    }

    95% {
        background-image: url('images/bg-2.jpg');
    }
}

/*parallax-conent end hare*/
.content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-item {
    margin-left: 12%;
}

.content-item h2 {
    color: #F0F0F0;
    font-weight: bold;
    font-size: 50px;
}

.auto-type {
    color: #FAC921 !important;
}

/*feature area style end hare*/
/*	nav area style start hare*/
nav {
    position: sticky;
    top: 0;
    background: #000;
    z-index: 33;
}

.nav-2 {
    height: 100px;
    display: flex;
    align-items: center;
    background: rgba(42, 42, 46, 0.7);
    position: sticky;
    top: 5px;
}

.navItem {
    border-right: 1px solid #79797A;
    border-left: 1px solid #79797A;
    padding-right: 10px;
}

.nav-2 ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.nav-2 ul li a {
    display: block;
    padding-top: 20px;
}

.mouse-scrol {
    display: flex;
    padding-left: 8%;
    text-align: center;
    padding-right: 15px;
    position: relative;
}

.lets-start {
    position: absolute;
    top: 75%;
    left: 12%;
}

.lets-start a {
    background: rgba(250, 201, 33, .8);
}

.mouse-scrol i {
    font-size: 30px;
    margin: 0;
    display: inline-block;
    color: #79797A;
}

.scroll-icon {
    font-size: 20px !important;
}

.mouse-scrol p {
    font-family: 'Titillium-Web', sans-serif;
    color: #79797A;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    padding-top: 7px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.navItem ul li a {
    font-family: Titillium-Web;
    color: #79797A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.navItem ul li a::before {
    content: '';
    width: 23px;
    height: 2px;
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    margin-bottom: 3px;
    margin-right: 10px;
}

.navItem ul li a:hover {
    color: #FAC921;
    transition: 0.4s;
}

.navItem a:hover::before {
    background: #FAC921;
    transition: 0.4s;
}

.active {
    color: #FAC921 !important;
}

.active::before {
    background: #FAC921 !important;
}

/*nav area style end hare*/
/*	about area style start hare*/
.about-area {
    background: #ffffff;
}

.my-pic {
    padding: 50px 10px;
}

.my-pic img {
    width: 90%;
    padding-top: 40px;
}

.abt-contant-item {
    padding-top: 14vh;
}

.abt-contant-item p {
    font-family: Titillium-Web;
    color: #999999;
    font-weight: 500;
}

.first-h2 {
    font-family: Poppins;
    font-weight: bold;
    font-size: 34px;
    color: #292929;
}

.second-h2 {
    font-family: "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    color: #fac921;
    font-size: 34px;
}

.abt-contant-item span {
    display: block;
    width: 50px;
    height: 3px;
    background: #fac921;
}

.about-text {
    font-size: 14px;
    font-family: Poppins !important;
    line-height: 24px;
    font-weight: 500 !important;
    padding: 20px 0px;
}

.about-quetion p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    color: #878c9f;
}

.about-answer p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.features-box {
    padding: 15px 20px 20px 100px;
    position: relative;
}

.abt-contant-item a {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #666;
}

.time-line-icon {
    position: absolute;
    left: 40px;
    top: 20px;
}

.time-line-icon i {
    font-size: 34px;
}

.features-box h3 {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 18px;
    position: relative;
    color: #999;
}

.features-box h3:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #FAC921;
}

.color-btn {
    color: #fff;
    background: #FAC921;
}

.btn {
    width: 169px !important;
    padding: 15px 30px;
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    transition: all .2s;
    text-transform: uppercase;
}

.color-btn:before {
    background: #fff;
}

.btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 0;
    transition: all .2s;
}

.btn:hover:before {
    width: 30px;
}

.btn:hover {
    padding-left: 60px;
    width: 200px !important;
}

/*project area style start hare*/
.parallax-bgarea {
    width: 100%;
    z-index: 5;
}

.project-box {
    position: relative;
}

.overly-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: -11;
}

.background-right {
    width: 40%;
    height: 120%;
    background: #2A2A2E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.parallax-box-conent {
    height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.parallax-box-conent h2 {
    color: #fff;
    font-family: Poppins;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
}

.parallax-box-conent span {
    color: #FAC921;
}

.dotten::after {
    content: '';
    top: 0px;
    left: 0;
    bottom: 30px;
    width: 50px;
    height: 5px;
    display: block;
    border-bottom: 2px dotted #fff;
}

.parallax-box-conent p {
    font-family: Poppins;
    font-size: 12px;
    line-height: 20px;
    padding-top: 30px;
    color: rgba(225, 225, 225, .7);
}

/*	countdown style start*/
.project-box-content {
    padding-bottom: 50px;
}

.items-1 h1 {
    color: #fff;
    font-weight: bold;
}

.items-1 p {
    font-family: Titillium-Web;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(42, 42, 46, 0.2);
    font-weight: bold;
    padding: 10px;
    position: relative;
}

.items-1 p::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #FAC921;
    display: block;
}

/*	about are end hare*/
/*resume area style start hare*/
.section-resume {
    margin-top: 15vh;
}

.resume-bg {
    background: url(images/resume-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.resume-overly {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
}

.resume-content {
    padding-top: 100px;
    padding-bottom: 40px;
}

/*education style start hare*/
.education-area h3 {
    font-family: roboto;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 40px;
}

.education-item1 {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.08);
}

.degree-details {
    padding: 10px;
}

.degree-details .ba-text {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.ba-text span {
    color: #ddd;
    font-size: 16px;
}

.m-0 {
    margin: 0;
    font-family: roboto;
}

.edu-img img {
    width: 100%;
    opacity: 0.5;
}

/*education style end hare*/
/*work experience style start hare*/
.experience-item1 {
    display: flex;
}

.work-experience-area h3 {
    color: #000;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 40px;
}

.experience-item1 {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
}

.experience-img img {
    width: 100%;
    opacity: 0.5;
}

.experience-details {
    padding: 10px;
}

.ui-text {
    font-family: roboto;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 3px;
}

.experience-details p {
    margin: 0;
}

.btn-2 {
    width: 222px !important;
}

.btn-2:hover {
    width: 255px !important;
}

.resume-btn2 {
    display: none;
}

/*work experience style end hare*/
/*resume area styyle end hare*/
/*skills area style start hare*/
.skills-area {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.skills-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -2;
}

.skills-right-bg {
    width: 40%;
    height: 115%;
    background: #2A2A2E;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.section-cnt-skills {
    display: flex;
    flex-direction: column;
    height: 480px;
    justify-content: center;
    align-items: end;
}

.section-cnt-skills h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 800;
}

.section-cnt-skills h2 span {
    color: #FAC921;
    padding-top: 30px;
}

.dotten-2::after {
    content: '';
    margin-left: auto;
    width: 50px;
    height: 5px;
    display: block;
    border-bottom: 2px dotted #fff;
}

.section-cnt-skills p {
    padding-top: 30px;
    text-align: right;
    color: rgba(255, 255, 255, 0.71);
    font-size: 12px;
    line-height: 24px;
}

.section-skills-item {
    padding-top: 60px;
    z-index: 23;
    overflow: hidden;
}

.section-skills-item h2 {
    font-family: Titillium-Web;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}

.section-skills-item h2 span {
    color: #FBCA14;
}

.skills-name p {
    color: #9397A8;
    font-family: Poppins;
    font-size: 13px;
    margin: 0;
}

.skills-name {
    border-left: 5px solid #FBCA14;
    padding-top: 7px;
    padding-bottom: 5px;
}

.ci-num {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.ci-num span {
    position: absolute;
    left: 0;
    opacity: 0.2;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: 6px;
    transform: rotate(-90deg);
    color: #666;
    font-family: 'Poppins' sans-serif;
}

.line-progress h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 800;
}

.Professional-Skills h2 {
    font-family: Titillium-Web;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 20px;
}

.Professional-Skills h2 span {
    color: #FBCA14;
}

.circle-progressbar {
    padding-top: 40px;
}

.circle-progressbar-item p {
    margin-top: 10px;
    font-family: Titillium-Web;
    padding: 3px;
    border: 1px solid #9397A8;
    color: #9397A8;
}

.title-desing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0px;
}

.design-skills {
    padding-top: 40px;
    padding-bottom: 20px;
}

.title-desing h2 {
    padding-bottom: 0px;
}

.title-desing p {
    color: #9397A8;
}

.design-circlebar p {
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 13px;
}

/*skills area style end hare*/
/*project area style start hare*/
.project-area {
    padding-top: 60px;
    padding-bottom: 20px;
}

.project-title {
    padding: 30px 0px;
}

.project-title h2 {
    font-family: Titillium-Web;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}

.project-title h2 span {
    color: #FAC921;
}

.project-title h2::after {
    content: "";
    margin-top: 10px;
    height: 5px;
    width: 20%;
    display: block;
    background: #FAC921;
}

.project-title p {
    color: #74747F !important;
    font-family: Poppins;
}

#dp-dots li {
    margin-left: 5px;
}

#dp-dots li.active {
    border: 1px solid #999;
}

/*top button css hare*/
.top-button {
    height: 50px;
    border-radius: 40%;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 100;
    display: none;
    cursor: pointer;
}

.top-button i {
    color: #FAC921;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

/*section projrct style end hare*/
/*clint area style start hare*/
.clint-content {
    margin-top: 70px;
    padding: 20px 20px;
    border-left: 5px solid #FAC921;
}

.clint-content p {
    font-family: Titillium-Web;
    font-weight: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #999;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px dotted #999;
}

.clint-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 800;
    padding: 10px 0px;
}

.clint-content h2 span {
    color: #fac921;
}

.clits-text {
    font-family: Poppins;
    font-size: 11px;
    color: #878c9f;
    font-weight: 500;
    border-bottom: none !important;
    line-height: 24px;
}

.clint-carousel {
    padding: 20px 0px;
}

.carausel-content {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 65px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #eee;
    float: left;
    width: 100%;
}

.carausel-content p {
    font-family: Poppins;
    font-style: italic;
    color: #878c9f;
    font-weight: 500;
    font-size: 15px;
}

.quite-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 40px;
    color: #ccc;
}

.quite-icon-two {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 40px;
    color: #ccc;
}

.clint-avatar {
    position: absolute;
    right: 70px;
    top: -40px;
}

.clint-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    z-index: 20;
}

.clint-avatar::before {
    content: '';
    position: absolute;
    border-radius: 100%;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    border: 1px solid #eee;
    background: #ffff;
    z-index: 1;
}

.rating-card i {
    font-size: 12px;
    margin-right: 5px;
    color: #FAC921;
}

.clint-name p {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 800;
    color: #666666;
    margin-top: 20px;
    font-style: normal;
}

.clint-name p span {
    color: #999999;
}

.clint-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

/*clint areea style end hare*/
/*================================
Service Page Style Start hare
================================*/
.back-home {
    border-left: 1px solid #79797A;
    padding-left: 2%;
}
.get-in-touch {
    height: 100%;
    margin-left: auto;
    background: #FAC921;
}
.get-in-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.get-in-content i {
    font-size: 35px;
    padding: 0px 30px;
    color: #79797A;
}
.get-in-touch-text {
    background: #000;
    padding: 15px 20px;
    position: absolute;
   top: 115%;
   right: 0%;
   opacity: 0;
   transition: all 500ms ease;
}
.get-in-touch-text a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Titillium-Web;
}
.get-in-content:hover .get-in-touch-text {
    opacity: 1;
}





/*================================
Protfolio Page Style Start hare
================================*/
.Protfolio-nav {
    background: rgba(0, 0, 0, 0.9);
    position: sticky;
    top: 0px;
    z-index: 99;
}

.mouse-scrol a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
    padding: 0px 10px;
    position: relative;
    z-index: 5;
}

.Protfolio-nav .fa-house {
    font-size: 15px;
    margin: auto;
    padding: 0px 5px;
}

.mouse-scrol a span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10%;
    height: 100%;
    background: rgba(199, 203, 209, 0.2);
    z-index: -1;
}

.mouse-scrol a:hover span {
    width: 100%;
    transition: 0.5s;
}

.mouse-scrol a:hover p {
    color: #FAC921;
}

.mouse-scrol a:hover .fa-arrow-left-long {
    transform: rotateX(360deg);
    transition: 0.5s;
    color: #FAC921;
}

.mouse-scrol a:hover .fa-house {
    color: #FAC921;
}

/*================================
Isotope Part Start
================================*/
.button {
    display: inline-block;
    padding: 5px 12px;
    background: transparent;
    border: none;
    outline: none;
    margin: 3px 5px;
    font-family: Titillium-Web;
    color: #79797A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.button::before {
    content: '';
    width: 23px;
    height: 2px;
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    margin-bottom: 3px;
    margin-right: 10px;
}

.button:hover {
    background-color: transparent;
    color: #FAC921;
    transition: 0.4s;
}

.button:hover::before {
    background: #FAC921;
    transition: 0.4s;
}

.button:active,
.button.is-checked {
    background-color: transparent;
    outline: none;
    color: #FAC921;
}

.button:active,
.button.is-checked::before {
    background: #FAC921 !important;
}

/* ---- button-group ---- */
.button-group {
    margin: 13px 0px;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */
.element-item {
    position: relative;
    float: left;
    width: 33.33%;
    border: 8px solid #fff;
    color: #262524;
    overflow: hidden;
}

.element-item img {
    width: 100%;
}

.iso-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: -100%;
    transition: 0.4s all ease;
}

.iso-overlay h2 {
    color: #fff;
    margin-top: 35%;
    text-transform: uppercase;
    font-size: 22px;
}

.element-item:hover .iso-overlay {
    top: 0px;
}

/*Isotope Part End*/

/*================================
Protfolio Page Style end hare
================================*/