
/* ====================== [ Start Typography  ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Inter', sans-serif;
}

    body.bd-dark {
        color: #fff;
        background: #0c0f16;
    }

img {
    max-width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
    color: inherit;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    margin: 0;
}

a, span {
    display: inline-block;
}

    a:hover, span:hover {
        text-decoration: none;
    }

.container {
    max-width: 1360px;
}

.custom-font {
}


.title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.about_text {
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    color: #333;
    padding-bottom: 30px;
}

.gallery {
    margin-top: 30px;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.main-color {
    color: #75dab4 !important;
}

.bg-gray {
    background-color: #f8f4f3;
}

    .bg-gray .primery-shadow {
        -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
    }

.bg-dark {
    background-color: #141414 !important;
}

    .bg-dark .primery-shadow {
        -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    }

.bg-color {
    background-color: #75dab4 !important;
}

    .bg-color .primery-shadow {
        -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    }

.sub-bg {
    background: #f7f7f7 !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-padding {
    padding: 60px 0;
}

.section-ptb {
    padding: 80px 0;
}

.cmd-padding {
    padding: 0 10px;
}

.csm-padding {
    padding: 0 5px;
}

.head-pt {
    padding: 80px 0 0;
}

.head-pb {
    padding: 0 0 80px;
}

.rounded {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.unlist {
    list-style: none;
}

.undecro:hover {
    text-decoration: none;
}

.inline {
    display: inline-block;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primery-shadow {
    -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
    padding-right: 5%;
    padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-extra-light-gray {
    color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

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

.fz-22 {
    font-size: 22px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-50 {
    font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
    line-height: 10px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
    text-transform: uppercase !important;
}

.text-l {
    text-transform: lowercase !important;
}

.text-c {
    text-transform: capitalize !important;
}

.text-non {
    text-transform: none !important;
}

.text-i {
    font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.ls10 {
    letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.no-padding {
    padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */



/* ====================== [ Start Preloader ] ====================== */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .pace .pace-progress {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 300px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #de0079;
        display: none;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after, #preloader:before {
        content: '';
        position: fixed;
        left: 0;
        height: 50%;
        width: 100%;
        background: #fff;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after, #preloader.isdone:before {
            height: 0;
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

.loading-text {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #de0079 font-family: 'Teko', sans-serif;
    z-index: 9999;
}

    .loading-text.isdone {
        top: 50%;
        opacity: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

/* ====================== [ End Preloader ] ====================== */




/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

    .imago.animated {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

/* ====================== [ End Text Animation & Images ] ====================== */



/* ====================== [ Start Cursor Style ] ====================== */
body {
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #de0079 -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #de0079 opacity: .3;
    }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #de0079 -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }

/* ====================== [ End Cursor Style ] ====================== */



/* ====================== [ Start Heading ] ====================== */
.sec-head {
    position: relative;
    margin: 0 auto 20px;
}

    .sec-head h6 {
        color: #fb1db3;
        font-weight: 300;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
    }

    .sec-head h3 {
        font-size: 34px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 400;
    }

    .sec-head .tbg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 8vw;
        font-weight: 400;
        color: transparent;
        -webkit-text-stroke: 1px rgb(0 0 0 / 44%);
        opacity: .3;
        text-transform: uppercase;
    }

    .sec-head.tr-head {
        text-align: right;
        margin-bottom: 0;
    }

        .sec-head.tr-head .tbg {
            text-align: left;
        }

.sub-title {
    position: relative;
    padding-left: 0px;
    margin-bottom: 5px;
}

    .sub-title h6 {
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #de0079;
    }

    .sub-title span {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #de0079 position: absolute;
        left: 6px;
        bottom: 5px;
    }

        .sub-title span:first-of-type {
            bottom: 11px;
        }

        .sub-title span:last-of-type {
            left: 0px;
        }

.main-title {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.extra-title {
    font-weight: 700;
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smore {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
}

    .smore:after {
        content: '';
        width: 45%;
        height: 100%;
        background: rgba(255, 255, 255, 0.03);
        position: absolute;
        left: 0;
        top: 0;
    }

    .smore i {
        margin-left: 10px;
    }

/* ====================== [ End Heading ] ====================== */




/* ====================== [ Start Work ] ====================== */

section.projdtal {
    margin-top: 35px;
}

figcaption {
    padding: 18px 20px;
    background-color: #e8e8e8;
}


.portfolio {
    position: relative;
}

    .portfolio .filtering .filter {
        padding: 15px;
        background: rgba(0, 0, 0, 0.02);
        border-radius: 30px;
        display: inline-block;
    }

    .portfolio .filtering span {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 20px;
        cursor: pointer;
        position: relative;
    }

        .portfolio .filtering span.active {
            color: #de0079;
        }

        .portfolio .filtering span:after {
            content: '';
            width: 7px;
            height: 7px;
            background: #de0079 border-radius: 50%;
            position: absolute;
            right: -24px;
            top: 40%;
        }

        .portfolio .filtering span:last-of-type:after {
            display: none;
        }

    .portfolio .filtering.smplx .filter {
        padding: 0;
        background: transparent;
        border-radius: 0;
        display: inline-block;
    }

    .portfolio .filtering.smplx span {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 20px;
        cursor: pointer;
        position: relative;
    }

        .portfolio .filtering.smplx span.active {
            color: #de0079;
        }

        .portfolio .filtering.smplx span:after {
            content: '';
            width: 7px;
            height: 7px;
            background: #de0079 border-radius: 50%;
            position: absolute;
            right: -24px;
            top: 40%;
        }

        .portfolio .filtering.smplx span:last-of-type:after {
            display: none;
        }

    .portfolio .gallery .items {
        padding: 0 15px;
        text-align: center;
    }

        .portfolio .gallery .items .item-img {
            overflow: hidden;
            position: relative;
            -webkit-clip-path: inset(0);
            clip-path: inset(0);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .portfolio .gallery .items .item-img > a {
                display: block;
            }

            .portfolio .gallery .items .item-img:hover {
                -webkit-clip-path: inset(5px 10px);
                clip-path: inset(5px 10px);
            }

                .portfolio .gallery .items .item-img:hover img {
                    -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

                .portfolio .gallery .items .item-img:hover .cont {
                    opacity: 1;
                }

            .portfolio .gallery .items .item-img img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }

            .portfolio .gallery .items .item-img .cont {
                position: absolute;
                bottom: 15px;
                left: 0;
                text-align: left;
                padding-left: 30px;
                opacity: 0;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                .portfolio .gallery .items .item-img .cont h6 {
                    color: #fff;
                }

                .portfolio .gallery .items .item-img .cont span {
                    color: #eee;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    font-size: 13px;
                    font-family: 'Barlow Condensed', sans-serif;
                }

                    .portfolio .gallery .items .item-img .cont span a {
                        margin: 0 10px 0 0;
                    }

        .portfolio .gallery .items .cont {
            margin-top: 10px;
            text-align: center;
        }

            .portfolio .gallery .items .cont h6 {
                font-weight: 400;
                text-transform: capitalize;
                height: 60px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
            }

            .portfolio .gallery .items .cont span {
                color: #999;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-weight: 400;
                font-size: 13px;
                font-family: 'Barlow Condensed', sans-serif;
            }

                .portfolio .gallery .items .cont span a {
                    margin: 0 5px;
                }

    .portfolio .gallery .bords .item-img {
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.03);
    }

    .portfolio .gallery .bords .cont {
        border: 1px solid rgba(255, 255, 255, 0.03);
        margin-top: 0;
        border-top: 0;
        padding: 10px;
    }

    .portfolio.full-bg {
        position: relative;
    }

        .portfolio.full-bg .cluom {
            height: 90vh;
            padding: 0;
            position: relative;
            z-index: 2;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

            .portfolio.full-bg .cluom.current {
                background: rgba(0, 0, 0, 0.3);
            }

            .portfolio.full-bg .cluom:hover .info {
                color: inherit;
            }

                .portfolio.full-bg .cluom:hover .info:after {
                    height: 100%;
                }

            .portfolio.full-bg .cluom:hover .more {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
            }

            .portfolio.full-bg .cluom .info {
                padding: 40px 10px 40px 20px;
                color: #fff;
                position: relative;
                z-index: 2;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
                overflow: hidden;
            }

                .portfolio.full-bg .cluom .info:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -2%;
                    width: 104%;
                    height: 0;
                    background: #fff;
                    z-index: -1;
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                    transition: all .4s;
                }

                .portfolio.full-bg .cluom .info h6 {
                    font-size: 11px;
                    font-weight: 400;
                    letter-spacing: 4px;
                    text-transform: uppercase;
                    margin-bottom: 10px;
                }

                .portfolio.full-bg .cluom .info h5 {
                    font-size: 21px;
                }

            .portfolio.full-bg .cluom .more {
                position: absolute;
                bottom: 50px;
                right: 50px;
                color: #fff;
                font-size: 13px;
                letter-spacing: 1px;
                text-transform: uppercase;
                -webkit-transform: translateY(20px);
                -ms-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 0;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                .portfolio.full-bg .cluom .more i {
                    font-size: 10px;
                    margin-left: 2px;
                }

        .portfolio.full-bg .glry-img,
        .portfolio.full-bg .bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .portfolio.full-bg .glry-img {
            overflow: hidden;
        }

            .portfolio.full-bg .glry-img .bg-img {
                -webkit-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
                opacity: 0;
                -webkit-transition: all .7s;
                -o-transition: all .7s;
                transition: all .7s;
                background-size: cover;
                background-position: center center;
            }

                .portfolio.full-bg .glry-img .bg-img.current {
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

.logo {
    color: #000;
    text-align: left;
    font-size: 35px;
    padding-top: 25px;
    padding-left: 0px;
}


.h_about {
    color: #fff;
    background: #1e1a16 !important;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom:40px;
}

/* ====================== [ Start Footer ] ====================== */
.footer-half {
    color: #fff;
    background: #1e1a16 !important;
    position: relative;
    z-index: 2;
    padding-top: 0px;
}

    .footer-half .stit {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .footer-half .cont .logo {
        width: 55px;
        margin-bottom: 30px;
    }

    .footer-half .cont .con-info li {
        margin-top: 10px;
        font-weight: 200;
        font-size: 14px;
        color: #ccc;
    }

        .footer-half .cont .con-info li span {
            margin-right: 10px;
            font-weight: 500;
        }

    .footer-half .cont .social-icon {
        margin-top: 0px;
    }

        .footer-half .cont .social-icon .social a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #BAA372;
            border-radius: 50%;
            margin-right: 5px;
            font-size: 13px;
        }

    .footer-half .subscribe p {
        color: #999;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .footer-half .subscribe form .form-group {
        position: relative;
        margin: 6px 0px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-half .subscribe form input {
        padding: 15px 20px;
        width: 100%;
        background: rgba(255, 255, 255, 0.01);
        border: 0;
        color: #fff;
        font-size: 13px;
    }

    .footer-half .subscribe form button {
        border: 0;
        padding: 13px 30px;
        background: rgba(255, 255, 255, 0.02);
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        z-index: 2;
        cursor: pointer;
        width: 100%;
        border: 1px solid #de0079;
    }

    .footer-half .insta .insta-gallary a {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 5px;
    }

        .footer-half .insta .insta-gallary a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center;
        }

    .footer-half .copyrights {
        margin-top: 0px;
        padding: 30px 0;
        background: #292929;
    }

        .footer-half .copyrights p {
            font-size: 14px;
            color: #c3c3c3;
        }

            .footer-half .copyrights p a {
                color: #de0079 font-weight: 600;
            }

/* ====================== [ End Footer ] ====================== */





.projdtal .item a {
    color: #000;
}

.projdtal .item {
    color: #000;
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
}


/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 1024px) {

    .about_text {
        font-size: 14px;
        text-align: justify;
        line-height: 30px;
        color: #333;
        padding-bottom: 30px;
    }

    .about_wtext {
        padding: 10px;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 42px;
    }

    .topnav .menu-icon {
        padding: 14px;
    }

    h3.banner_t {
        font-size: 16px;
    }

    .slider .swiper-pagination-fraction.top.botm {
        bottom: 10px;
    }

    a.btn-curve.btn-lit.mt-30 {
        margin-top: 15px !important;
    }

    .banner_text {
        position: absolute;
        left: 40px;
        bottom: 20px;
    }
}


@media screen and (max-width: 991px) {

    .subscribe {
        border-right: transparent !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
    }


    .projdtal .item {
        border: none;
    }


    .bg-img {
        background-position: left !important;
    }

    .md-mb10 {
        margin-bottom: 10px;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    .md-mb30 {
        margin-bottom: 30px;
    }

    .md-mb40 {
        margin-bottom: 40px;
    }

    .md-mb50 {
        margin-bottom: 50px;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .md-pb10 {
        padding-bottom: 10px;
    }

    .md-pb20 {
        padding-bottom: 20px;
    }

    .md-pb30 {
        padding-bottom: 30px;
    }

    .md-pb40 {
        padding-bottom: 40px;
    }

    .md-pb50 {
        padding-bottom: 50px;
    }

    .md-pb60 {
        padding-bottom: 60px;
    }

    .md-pb70 {
        padding-bottom: 70px;
    }

    .md-pb80 {
        padding-bottom: 80px;
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .container {
        max-width: 850px;
    }

    .navbar {
        min-height: 60px;
    }

        .navbar .navbar-collapse {
            overflow: auto;
            background: #11141b;
            text-align: center;
            padding: 50px 15px;
        }

        .navbar .nav-link {
            margin: 10px auto !important;
        }

        .navbar .logo {
            margin-left: 15px;
            width: 50px;
        }

    .nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #75dab4 !important;
    }

    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px;
    }

        .navbar .search .search-form {
            display: block;
            position: static;
            height: auto;
        }

            .navbar .search .search-form form {
                position: static;
                width: 100%;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

                .navbar .search .search-form form input {
                    padding: 15px;
                    width: 100%;
                    font-size: 14px;
                }

            .navbar .search .icon,
            .navbar .search .search-form .close {
                display: none;
            }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee;
    }

        .navbar-nav .dropdown-menu .dropdown-item {
            color: #eee;
        }

        .navbar-nav .dropdown-menu.show {
            display: block;
        }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

        .navbar .navbar-nav .nav-link:hover {
            color: #de0079;
        }

    .slider .parallax-slider .caption.dig {
        text-align: center;
    }

        .slider .parallax-slider .caption.dig h1 {
            font-size: 60px;
        }

            .slider .parallax-slider .caption.dig h1 .tline {
                margin-left: 0;
            }

    .slider .parallax-slider .caption h1 br {
        display: none;
    }

    .showcase-full .parallax-slider .caption h1 .stroke {
        display: inline-block;
    }

    .showcase-full .parallax-slider .caption h1 span {
        margin-left: 0;
    }

    .showcase-carus .caption h1,
    .showcase-carus .copy-cap h1 {
        font-size: 60px;
        left: auto;
        margin-left: 20px;
    }

    .circle-slide .swiper-slide .bg-img {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        height: 380px !important;
        width: 380px !important;
        margin: auto !important;
    }

    .circle-slide .swiper-slide.swiper-slide-active .bg-img {
        opacity: 1;
        visibility: visible;
    }

    .showcase-carus.circle-slide .caption h1,
    .showcase-carus.circle-slide .copy-cap h1 {
        font-size: 65px;
    }

    .curve-bg {
        display: none;
    }

    .about .img-mons,
    .number-sec .item,
    .block-sec .vid-area .cont,
    .about .content,
    .skills-box {
        margin-bottom: 50px;
    }

    .about .blc-img .skills-circle {
        right: 0;
    }

        .about .blc-img .skills-circle .item {
            width: 50%;
        }

    .hero-sec .skills-box {
        padding-left: 0;
        margin-top: 50px;
    }

    .team .navs {
        position: absolute;
        top: 60px;
        right: 0;
        margin-top: 0 !important;
    }

    .team {
        position: relative;
    }

    .min-area .content,
    .min-area .img {
        padding: 120px 0;
    }

    .services .rtwo > div:nth-of-type(2),
    .services .rone > div:nth-of-type(2) {
        margin-bottom: 0px;
    }

    .sec-head.tr-head {
        text-align: center;
        margin-bottom: 55px;
    }

    .services .step-item.xbottom,
    .services .step-item.xtop {
        bottom: auto;
        top: auto;
    }

    .services .step-item {
        margin: 25px 0;
    }

    .block-sec .testim-box {
        margin-bottom: 120px;
    }

    .block-sec .showreel {
        background: #13161d;
    }

    .number-sec {
        padding-bottom: 70px;
    }

    .sec-head h3 br {
        display: none;
    }

    .sec-head.mb-0 {
        margin-bottom: 80px !important;
    }

    .blog-grid .item.active {
        margin: 50px 0;
    }

    .footer-half:after {
        width: 100%;
    }

    .footer-half .cont {
        margin-bottom: 50px;
    }

    .next-prog .box .caption h1,
    .next-prog .box .copy-cap h1 {
        font-size: 40px;
    }
}

.mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .header_block {
        background-color: #fff;
        height: 95px;
    }

    .banner_text {
        left: 15px;
        bottom: 15px;
    }

    .slider .setone {
        position: absolute;
        bottom: 2%;
        right: 140px;
        z-index: 8;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .banner_t {
        color: #fff;
        font-size: 12px;
        letter-spacing: 5px;
    }


    .pages-header .cont h1 {
        font-size: 30px;
    }

    .navbar {
        background-color: #fff;
    }

    .slider .parallax-slider {
        position: relative;
        margin-top: 0px;
    }

    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 40px;
    }

    .sm-mb50 {
        margin-bottom: 50px;
    }

    .sm-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .sm-mb80 {
        margin-bottom: 80px;
    }

    .sm-pb10 {
        padding-bottom: 10px;
    }

    .sm-pb20 {
        padding-bottom: 20px;
    }

    .sm-pb30 {
        padding-bottom: 30px;
    }

    .sm-pb40 {
        padding-bottom: 40px;
    }

    .sm-pb50 {
        padding-bottom: 50px;
    }

    .sm-pb60 {
        padding-bottom: 60px;
    }

    .sm-pb70 {
        padding-bottom: 70px;
    }

    .sm-pb80 {
        padding-bottom: 80px;
    }

    .container {
        max-width: 700px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }

    .navbar .logo {
        width: 80px;
    }

    .hamenu .menu-links .main-menu > li {
        font-size: 24px;
    }

    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px;
    }

    .topnav .container-fluid {
        padding: 0 30px;
    }

    .topnav .logo {
        width: 140px;
    }

    .topnav .menu-icon {
        right: 20px;
        top: 20px;
    }

    .btn-curve {
        padding: 8px 15px;
    }

        .btn-curve span {
            font-size: 15px;
            letter-spacing: 1px;
        }

    .slider .parallax-slider .caption h1 {
        font-size: 40px;
        line-height: 35px;
    }

        .slider .parallax-slider .caption h1 br {
            display: none;
        }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 30px;
    }

    .slider .social-icon {
        display: none;
    }

    .slider .setone.setwo .prev-ctrl {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .setone.setwo .next-ctrl {
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .slider .swiper-pagination-fraction.top.botm {
        right: 25px;
        bottom: 50%;
    }

    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 40px;
    }

    .slider .parallax-slider .caption.dig h1 {
        font-size: 40px;
    }

    .slider-bus .caption h1 {
        font-size: 70px;
    }

    .freelancer .cont h1 {
        font-size: 60px;
    }

    .slider-bus .setone {
        bottom: 20px;
        right: 20px;
    }

    .slider-bus .swiper-pagination-fraction {
        left: 20px;
        bottom: 20px;
    }

    .showcase-carus .swiper-slide .bg-img {
        margin: 0;
        height: 100vh;
        background-position: center center;
    }

    .showcase-carus.circle-slide .caption h1,
    .showcase-carus.circle-slide .copy-cap h1 {
        font-size: 50px;
        min-width: auto;
        margin: auto !important;
        left: 0;
    }

    .works-header .capt h2 {
        font-size: 40px;
    }

    .slider.fixed-slider,
    .works-header.hfixd {
        position: static;
    }

    .main-content {
        margin-top: 0 !important;
    }

    .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
        margin-bottom: 10px;
    }

    .about .img-mons .img3 {
        width: 100%;
        margin-top: 0;
    }

    .sec-head h3 {
        font-size: 45px;
    }

    .sec-head h6 {
        font-size: 15px;
        letter-spacing: 5px;
    }

    .skills-circle {
        padding-bottom: 0 !important;
    }

        .skills-circle .item {
            margin-bottom: 50px;
        }

    .team .navs {
        top: 20px;
    }

    .block-sec .vid-area .cont h3 {
        font-size: 34px;
    }

    .call-action .content h2 {
        font-size: 7vw;
    }

    .portfolio .filtering span {
        margin: 5px 15px;
    }

    .team-crv .img-box .img.sizxl,
    .team-crv .img-box .img.sizmd,
    .team-crv .img-box .img.sizsm {
        width: 100%;
    }

    .team-crv .img-box .img.sizmd {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {

    .aboutpage_box {
        padding: 15px 0px;
    }


    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 28px;
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 12px;
    }

    .btn-curve {
        padding: 4px 10px;
    }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 26px;
    }

    .hamenu .cont-info {
        display: none;
    }

    .hamenu .menu-links .main-menu > li {
        font-size: 20px;
        padding: 7px;
    }

    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px;
    }

    .topnav .container-fluid {
        padding: 0 15px;
    }

    .pages-header .cont .path {
        font-size: 15px;
    }

        .pages-header .cont .path span {
            margin: 0 10px;
        }

    .slider-bus .caption h1 {
        font-size: 50px;
    }

    .slider .swiper-pagination-fraction.steps {
        bottom: 60px;
    }

    .circle-slide .swiper-slide .bg-img {
        height: 280px !important;
        width: 280px !important;
    }

    .showcase-carus.circle-slide .caption h1,
    .showcase-carus.circle-slide .copy-cap h1 {
        font-size: 40px;
    }

    .works-header .capt h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .sec-head h3 {
        font-size: 35px;
    }

    .about .blc-img .skills-circle {
        display: block;
        padding-bottom: 30px !important;
    }

        .about .blc-img .skills-circle .item {
            width: 100%;
        }

            .about .blc-img .skills-circle .item:last-of-type {
                margin-left: 0;
            }

    .portfolio .gallery .items {
        padding: 0 15px;
        margin: 0 0 0px;
    }

        .portfolio .gallery .items.lg-mr {
            margin-top: 0px;
        }

    .portfolio .filtering.smplx span {
        margin: 5px 15px;
    }

    .block-sec .vid-area .cont h3 {
        font-size: 28px;
    }

    .blog-curs .item {
        display: block;
    }

        .blog-curs .item .bimg {
            width: 100%;
        }

            .blog-curs .item .bimg .img {
                min-width: 220px;
            }

        .blog-curs .item .cont {
            width: 100%;
            padding: 30px 20px;
        }

    .next-prog .box .bg-img {
        width: 240px;
        height: 240px;
    }

    .next-prog .box .caption h1,
    .next-prog .box .copy-cap h1 {
        font-size: 20px;
        font-weight: 600;
    }

        .next-prog .box .caption h1 .stroke,
        .next-prog .box .copy-cap h1 .stroke {
            display: inline-block;
            color: #fff;
            -webkit-text-stroke: 0px #fff;
        }
}

/* ====================== [ End Responsive ] ====================== */

.main_button {
    padding: 10px 25px;
    border: 1px solid #de0079;
    line-height: 26px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    border-radius: 3px;
}

    .main_button:hover {
        color: #de0079;
    }

section.block-sec {
    margin-bottom: 65px;
    margin-top: 65px;
}



.facebook {
    background-color: #4A69B0 !important;
}

.instagram {
    background-color: #CE3A9F !important;
}

.pinterest {
    background-color: #E90018 !important;
}

.youtube {
    background-color: #FF0000 !important;
}


.con-info ul li {
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
}

.subscribe {
    border-right: 1px solid #403f3f;
}

.about {
    background-color: #f3f3f3;
}


/* START Scrollbar */
html {
    scrollbar-width: thin;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px #FFF; */
    border-radius: 0px;
    background-color: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
    opacity: 1;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        opacity: 0.7;
    }
/* END Scrollbar */


.whatsapp i {
    color: #fff;
    background-color: #468e28;
    padding: 5px 5px;
    border-radius: 100%;
    text-align: center;
}

.about_text {
    color: #ccc;
}


.portfolio .container-fuld {
    max-width: 1880px;
    margin: auto;
}


.border-box {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
