/*BASIC*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header-stick .menu-desktop ul li a,
.header-mobile .menu-mobile ul li a,
.header-desktop .menu-left ul li a,
.header-desktop .menu-desktop ul li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}
    .header-stick .menu-desktop ul li a:hover,
    .header-mobile .menu-mobile ul li a:hover,
    .header-desktop .menu-left ul li a:hover,
    .header-desktop .menu-desktop ul li a:hover {
        color: sienna; 
    }
body {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
   
    line-height: calc(22/13);
}

section {
    position: relative;
}

.section-content {
    position: relative;
    margin: 0 auto;
}

.section-content--w1090 {
    max-width: 1090px;
}

.section-content--w1140 {
    max-width: 1140px;
}

.section-content--w1792 {
    max-width: 1792px;
}

.page-content-top-wrap {
    padding: 0 35px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: -webkit-calc(22/13);
    line-height: -moz-calc(22/13);
    line-height: calc(22/13);
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #444444;
}

    a:hover,
    a:active {
        text-decoration: none;
        color: #000000;
    }

ul {
    margin-bottom: 0;
}

.ul--inline>li {
    display: inline-block;
}

.ul--no-style>li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.visible {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    font-weight: 700;
    line-height: -webkit-calc(24/18);
    line-height: -moz-calc(24/18);
    line-height: calc(24/18);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}


/*Custom Space*/

.m-r-15 {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-90 {
    margin-top: 90px!important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

section.p-t-50 {
    padding-top: 50px;
}

.p-t-30 {
    padding-top: 30px;
}

.title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.title-2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 60px;
}

.under-title-2 {
    display: block;
    height: 12px;
    width: 12px;
    background: #000000;
    position: relative;
    bottom: -19px;
    left: 50%;
    margin-left: -9px;
}

.under-title-2:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: -111px;
    background: rgba(179, 139, 109, 0.34);
}

.under-title-2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: 23px;
    background: rgba(179, 139, 109, 0.34);
}

.title-small {
    font-size: 30px;
}

.title-2--special {
    position: relative;
    text-align: left;
    display: inline-block;
}

    .title-2--special:before {
        content: '';
        position: absolute;
        height: 12px;
        width: 12px;
        top: 12px;
        right: -23px;
        background: #000000;
    }

.title-2--special:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: rgba(179, 139, 109, 0.34);
    top: 17px;
    right: -136px;
}

.title > span {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.title-detail--px-45 {
    padding: 0 45px;
}

.title-f8 {
    color: #f8f8f8;
}

.title-f8>.under-title-2:before,
.title-f8>.under-title-2:after {
    background: rgba(48, 48, 48, 0.341);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d6d6;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d6d6d6;
}


/* Background  */

.bg--f8 {
    background: #f8f8f8;
}


/*Owl custom dot*/

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 2px solid #666666;
    -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;
    transition: all 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: all 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: all 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000000;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #000000;
    -moz-box-shadow: 0 0 0 2px #000000;
    box-shadow: 0 0 0 2px #000000;
}

#sync2 .owl-dots .owl-dot span {
    border: 2px solid #f1f1f1;
}

#sync2 .owl-dots .owl-dot.active span,
#sync2 .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
}


/* Custom Bullet */

.au-bullet-wrap .tp-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
}

    .au-bullet-wrap .tp-bullet .au-bullet {
        border: 2px solid #f1f1f1;
        transition: background-color 0.3s ease, transform 0.3s ease;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: none;
        border-radius: 50%;
        background-color: transparent;
        text-indent: -999em;
        cursor: pointer;
        position: absolute;
        will-change: transform, background-color; /* Hint to browser */
    }

    .au-bullet-wrap .tp-bullet.selected {
        box-shadow: 0 0 0 2px #000000;
        border: none;
        border-radius: 50%;
        background: transparent;
    }

        .au-bullet-wrap .tp-bullet.selected .au-bullet {
            background-color: #000000;
            transform: scale(0.75);
            border: none;
        }


/*Icon Box*/

.box-head {
    float: left;
}

.box-head--border {
    width: 68px;
    line-height: 64px;
    text-align: center;
}

.box-body {
    margin-left: 60px;
    padding: 0 32px;
}


/* Icon Zoom */

.icon-zoom {
    font-size: 45px;
    font-weight: 600;
}

.icon-zoom--white {
    color: #fff;
}


/*Page Loader*/

#page-loader {
    background: #f8f8f8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.page-loader__spin {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 6px solid #222;
    border-right: 6px solid #222;
    border-bottom: 6px solid #222;
    border-left: 6px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 100000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*End Page Loader*/


/*Button*/

.au-btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
}

.au-btn--small {
    line-height: 27px;
    padding: 0 20px;
}

.au-btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.au-btn--yellow {
    color: #fff;
    background-color: #000000;
}

    .au-btn--yellow:hover {
        color: #fff;
        background-color: #000000;
    }

.au-btn--border {
    border: 1px solid transparent;
}

    .au-btn--border:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

.au-btn--gray {
    color: #999999;
    border-color: #999999;
}

.au-btn--white {
    border-color: #fff;
}

.au-btn--gray-1 {
    background: #c8c8c8;
    color: #333;
}

a.au-btn--dark {
    background-color: #333;
    color: #fff;
}

    a.au-btn--dark:hover {
        background-color: #000000;
        color: #fff;
    }

a.au-btn--white {
    color: #fff;
}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tp-caption.au-btn--gray-1.au-btn--slide {
    color: #333!important;
}

    .tp-caption.au-btn--gray-1.au-btn--slide:hover {
        background: #000000;
    }

.au-btn--big {
    padding: 0 50px;
}

.au-btn--medium {
    padding: 0 40px;
}

.au-btn--medium.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.au-btn--pill.au-btn--slide {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.tp-caption.au-btn--slide:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--big.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#btn-to-top {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #000000;
    position: fixed;
    bottom: 25px;
    right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
}

#btn-to-top:hover {
    background-color: #333;
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 600;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.overlay--p-15 {
    padding: 15px;
}

.overlay--invisible {
    opacity: 0;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8);
}

.overlay--border {
    height: 100%;
    width: 100%;
    border: 2px dashed #000000;
}

.overlay--yellow {
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay--yellow>i {
    color: #fff;
    font-size: 72px;
}

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax--footer {
    background-image: url('../img/bg-footer.jpg');
    padding: 40px 0;
}





/* Header Stick */

.header-stick {
    position: fixed;
    top: -83px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    left: 0;
    z-index: 88888;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    -moz-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
    background-color: rgba(255, 255, 255, 0.96);
}

.header-stick nav>ul>li {
    padding: 20px 20px;
}

.header-stick .logo {
    margin-top: -1px;
}

.header-stick nav .sub-menu {
    top: 59px;
}

.header-stick--show {
    top: 0;
}

.header-stick--dark {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-stick--dark nav>ul>li>a {
    color: #eeeeee;
}

.header-stick nav.menu-desktop {
    margin-right: 0;
}


/*Header 1*/

header h1 {
    margin-top: 10px;
}

.logo {
    text-align: center;
}

nav.menu-desktop {
    margin-right: 30px;
}

nav>ul>li {
    padding: 30px 18px;
}

nav>ul>li>a {
    font-size: 15px;
}

.menu-desktop--hidden {
    display: none;
}

.menu-desktop--show {
    display: block;
}

.li-has-sub {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 79px;
    z-index: 1000;
    max-height: 0;
    border-top: 3px solid #000000;
    overflow: hidden;
    transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform-origin: 50% 0;
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform-origin: 50% 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
}

.li-has-sub:hover .sub-menu {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

.sub-menu>li {
    min-width: 224px;
}

.sub-menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

    .sub-menu > li > a:hover {
        background-color: #000000;
        color: #444444;
    }

.mini-cart {
    position: relative;
}

.header-button {
    margin-top: 32px;
}

.header-button>.pull-right {
    margin-left: 30px;
}

.header-button>.pull-right:last-child {
    margin-left: 0;
}

.header-button>div>a>i {
    font-size: 18px;
    font-weight: 600;
}

.mini-cart-counter {
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #333333;
    background-color: #000000 ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -6px;
    right: -8px;
}

.mini-cart-counter--gray {
    background-color: #e6e6e6;
    top: -7px;
    right: -8px;
}

.cart-dropdown {
    position: absolute;
    z-index: 1000;
    top: 47px;
    right: -3px;
    min-width: 241px;
    border-top: 3px solid #000000 ;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
}

.cart-dropdown--hidden {
    display: none;
    height: 0;
}

.cart-dropdown--show {
    height: auto;
    display: block;
}

.cart-list>li {
    padding: 15px 10px 15px 17px;
    border-bottom: 1px solid #f3f3f3;
}

.cart__item>.img-thumb {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    border: 1px solid #e6e6e6;
}

.pro-detail {
    padding: 8px 0 11px 65px;
}

.pro-detail>h6 {
    margin-bottom: 2px;
}

.pro-detail>h6>a {
    font-weight: 600;
    text-transform: capitalize;
    color: #555;
    font-size: 13px;
}

    .pro-detail > h6 > a:hover {
        color: #000000;
    }

.pro-detail>p {
    line-height: 1;
    margin-bottom: 0;
}

.pro-detail>p>em {
    font-size: 11px;
    color: #999;
}

.total-checkout {
    padding: 18px 25px;
}

.total {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.checkout {
    margin-bottom: 5px;
}

.checkout>a.au-btn {
    font-size: 11px;
}

.sum {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}


/*Header 2*/

.header2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

.header2 .form-header>.form__input {
    background: transparent;
}

.header2 nav>ul>li>a {
    color: #eeeeee;
}

    .header2 nav > ul > li > a:hover {
        color: #000000;
    }

.header2 .header-button>div>a>i {
    color: #eeeeee;
}


/*Menu Canvas*/

#menu-canvas {
    background-image: url('../img/bg-menu-canvas.jpg');
    background-color: #333;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 360px;
    position: fixed;
    z-index: 10000;
    top: 0;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
    -moz-transition: right 0.5s;
    transition: right 0.5s;
    padding: 0 30px;
}

.close-menu-canvas i {
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
}

.canvas-menu-button i {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.menu-canvas--hidden {
    right: -361px;
}

.menu-canvas--show {
    right: 0;
}

.menu-canvas__inner {
    height: 100%;
    margin-top: 30%;
}

.menu-canvas-slide {
    margin-top: 74px;
}

.menu-canvas__image {
    padding: 10px;
    border: 2px dashed #000000;
}

.menu-canvas__detail {
    color: #c2c2c2;
    padding: 0 45px;
    text-align: center;
    margin-top: 79px;
}

.social {
    text-align: center;
    margin-top: 55px;
}

.social__item {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    text-align: center;
    width: 30px;
    background: #484848;
    margin-right: 7px;
}

.social .social__item:last-child {
    margin-right: 0;
}

.social__item:hover {
    background: #000000;
}

.social__item:hover>i {
    color: #333333;
}

.social__item>i {
    color: #dedede;
}

#sync2 .owl-dots {
    position: absolute;
    top: 20px;
    left: 126px;
}


/*Menu Mobile*/

header.header-mobile {
    display: none;
}

.menu-mobile__button {
    display: inline-block;
    float: right;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin: 20px 0;
}

    .menu-mobile__button:hover {
        background: #000000;
    }

.menu-mobile__button:hover i {
    color: #333;
}

.menu-mobile__button i {
    font-size: 18px;
}

.hidden {
    display: none;
}

.menu-mobile__more {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    color: #444444;
}

nav.menu-mobile {
    position: absolute;
    top: 77px;
    left: 0;
    float: left;
    z-index: 50000;
    background: #fff;
    width: 100%;
    margin-right: 0;
}

    nav.menu-mobile > ul {
        border-top: 3px solid #000000;
    }

nav.menu-mobile>ul>li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile>ul>li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
}

    nav.menu-mobile > ul > li a:hover {
        background-color: #000000;
        color: #444444;
    }

nav.menu-mobile>ul>li>ul {
    background: rgba(0, 0, 0, 0.03);
}

.click {
    background: #000000 ;
}

.click>i {
    color: #333;
}



/* Slider Homepage 2 */

.slide-content-2 {
    font-family: 'Montserrat';
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
    border: 2px dashed #000000;
    font-weight: 800;
    color: #ffffff;
}

    .slide-content-2 span.color {
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: 800;
        color: #000000;
        font-size: 72px;
    }

.owl-theme .owl-dots .owl-dot.active span {
    background: #000000;
}

.mouse {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 47px;
    width: 16px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    z-index: 88887;
}

.mouse__wheel {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    width: 2px;
    height: 5px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    -moz-animation: mouse-wheel 1.25s infinite linear;
    -o-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-webkit-keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        -moz-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -moz-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -moz-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -moz-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@-o-keyframes mouse-wheel {
    0% {
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -o-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -o-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

@keyframes mouse-wheel {
    0% {
        -webkit-transform: scaleY(.4) translateY(0);
        -moz-transform: scaleY(.4) translateY(0);
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        -moz-transform: scaleY(1) translateY(0);
        -o-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(.4) translateY(8px);
        -moz-transform: scaleY(.4) translateY(8px);
        -o-transform: scaleY(.4) translateY(8px);
        transform: scaleY(.4) translateY(8px)
    }

    100% {
        -webkit-transform: scaleY(.4) translateY(0);
        -moz-transform: scaleY(.4) translateY(0);
        -o-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
}

.mouse>i {
    position: absolute;
    color: #fff;
    left: 50%;
    margin-left: -3px;
    bottom: -15px;
}





/*Recent Project*/

.recent-project {
    padding-top: 95px;
}

.recent-project .title-detail {
    margin-bottom: 70px;
}

.slide-re-pro {
    width: 100%;
    position: relative;
}

.slide-re-pro__item {
    position: relative;

}

.parallax--slide-re-pro {
    padding: 75px 80px;
    background-image: url('../img/siyah.jpg');
}

.pro-info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    text-align: center;
    overflow: hidden;
}

.pro-link:hover>.pro-info {
    opacity: 1;
}

h4.pro-title {
    font-size: 36px;
    width: 100%;
    font-weight: 700;
    display: block;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 0%;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pro-link:hover>.pro-info>.pro-title {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.pro-link:hover>.pro-info>.pro-cat-name {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
}

a.pro-link:hover {
    color: #ffffff;
}

.pro-cat-name {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    position: absolute;
    top: 41%;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.slide-re-pro.owl-theme .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: #111111;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .slide-re-pro.owl-theme .owl-nav div:hover {
        color: #000000;
        background: #000000;
    }

.slide-re-pro.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.slide-re-pro.owl-theme .owl-nav .owl-next {
    right: -30px;
}
.slide-re-pro__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}







/*latest project 1*/

.latest-project {
    padding-top: 90px;
}

.latest__item {

    border: 2px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.latest__item--content {
    position: absolute;
    top: 50%;
    width: 90%; 
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest__item--inner,
.pro-info {
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.latest__item img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.latest__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.latest__item:hover .overlay {
    opacity: 1;
}

.latest__item:hover .latest__item--inner {
    opacity: 1;
}

.latest__item--inner h3 {
    color: #000000;
}

.cat-name a em {
    color: #d5d5d5;
    font-size: 11px;
}









/*Footer*/

footer {
    position: relative;
    text-align: center;
}

.form-footer {
    margin-top: 43px;
}

.form-footer>.form__input {
    line-height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    max-width: 156px;
}

.au-btn--submit {
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 40px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 22px;
    margin-left: -5px;
}

.ul--footer {
    margin-top: 45px;
}

.ul--footer li {
    display: inline-block;
    padding: 0 15px;
}

.ul--footer li a {
    color: #c2c2c2;
}

    .ul--footer li a:hover {
        color: #000000;
    }

footer .social {
    margin-top: 38px;
}

.social__item--circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/*Copyright*/

.copyright {
    padding: 15px 0;
    text-align: center;
    background: #111;
    color: #626262;
    font-size: 11px;
}

    .copyright span {
        color: #000000;
    }


/*Footer 2*/

.footer-2>.overlay.overlay--dark {
    display: none;
}

.footer-2>.parallax.parallax--footer {
    background-image: none;
    background-color: rgba(14, 14, 14, 0.94);
}


/*--------- Home Page 3 ---------*/


/*Top Contact*/

.top-contact {
    background: #222222;
    padding: 12px 0;
}

.top-contact--left>span {
    color: #969696;
    font-size: 11px;
}

.top-contact--left>span:first-child {
    margin-right: 40px;
}

.top-contact--right a {
    margin-right: 20px;
}

.top-contact--right a:last-child {
    margin-right: 0;
}

.top-contact--right a i {
    color: #969696;
    font-size: 16px;
}

.top-contact--right a:hover i {
    color: #000000 ;
}

.header3 {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.header-wrap {
    background: #fff;
    padding: 0 70px;
}


/*Slide*/

.slide-title-3 {
    font-family: "Montserrat";
    font-weight: 700;
    line-height: -webkit-calc(60/48);
    line-height: -moz-calc(60/48);
    line-height: calc(60/48);
    min-width: 700px;
}

.slide-title > span {
    color: #000000;
}

.slide-title-3>span {
    font-family: "Montserrat";
    font-weight: 700;
}




/*Lastest Project*/

.latest-project-3 {
    background: #f8f8f8;
    padding-bottom: 75px;
}

.latest-project-3 .title-3 {
    margin-bottom: 120px;
}

.see-more.m-t-70 {
    margin-top: 70px;
}

.overlay--border-solid {
    border: 2px solid #000000 ;
}








/*Contact*/

.contact__content {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    margin-right: 30%;
}

.contact__inner .au-btn--big {
    padding: 0 40px;
}

.parallax--contact {
    padding: 45px 0;
    background-image: url('../img/bg-contact.jpg');
}


/*--------- End Home Page 3 ---------*/


/*--------- Home Page 4 ---------*/


/*Header*/

.header--bg-dark {
    background-color: rgba(0, 0, 0, 0.6);
}


/*Slider*/

.slide-title-4-h {
    font-family: "Montserrat";
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.slide-title-4 {
    font-family: "Montserrat";
    color: #ffffff;
    text-transform: lowercase;
    text-align: center;
}

#revolution-slider4 .tparrows.gyges {
    background: rgba(0, 0, 0, .741);
    width: 90px;
    height: 90px;

}

#revolution-slider4 .tparrows:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 36px;
    color: #fff;
    line-height: 90px;
}

#revolution-slider4 .tparrows.tp-leftarrow:before {
    content: '\f2ea';
}

#revolution-slider4 .tparrows.tp-rightarrow:before {
    content: '\f2ee';
}








/* Recent Project */

.latest-project.latest-project-4 .title-3 {
    margin-bottom: 12px;
}

.latest__item .overlay i {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.latest__item:hover .overlay i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}





/*--------- End Home Page 4 ---------*/


/*--------- Home Page 5 ---------*/


/*Header*/

.header4 {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.header4 nav.menu-desktop {
    margin-right: 0;
}

.header4 nav>ul>li {
    padding: 46px 24px;
}

    .header4 nav li a {
        color: #000000;
        text-transform: uppercase;
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 14px;
    }

.header4 nav li a:hover {
    color: #000000 ;
}

.logo--center {
    line-height: 111px;
    padding: 0 30px;
    background: #171717;
    margin-top: 0;
    -webkit-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);
    -moz-box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);
    box-shadow: 3px 5.196px 16.74px 1.26px rgba(0, 0, 0, 0.094);

}

.logo--center>a {
    display: block;
}

.header4 .header-button {
    margin-top: 43px;
}

.header4 .header-button .mini-cart i {
    color: #eeeeee;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header4 .header-button .mini-cart>a:hover i {
    color: #000000 ;
}

.header4 .header-button .mini-cart .cart-dropdown {
    top: 65px;
}

.header4 .header-button .search-button i {
    color: #eeeeee;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.header4 .header-button .search-button>a:hover i {
    color: #000000 ;
}

.header4 .header-button .search-button .form__input {
    width: 300px;
    background: transparent;
}

.header4 nav>ul>li>.sub-menu {
    top: 108px;
}

.header4 nav>ul>li>.sub-menu>li>a {
    color: #333;
    text-transform: capitalize;
}


/* Slider */

.slide-title-5-f {
    font-family: "Montserrat";
    color: rgba(0, 0, 0, 0.75); /* burada değiştiriyoruz */
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}

.slide-title-5 {
    font-family: "Montserrat";
    color: #000001; /* burada da değiştiriyoruz */
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}


#revolution-slider5 .persephone.tparrows {
    height: 50px;
    width: 50px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#revolution-slider5 .persephone.tparrows:hover {
    background: #000000 ;
    border-color: #000000 ;
}

#revolution-slider5 .persephone.tparrows:before {
    line-height: 50px;
    font-family: "Material-Design-Iconic-Font";
    color: #e3e3e3;
    font-size: 24px;
}

#revolution-slider5 .tparrows.tp-leftarrow:before {
    content: '\f2ea';
}

#revolution-slider5 .tparrows.tp-rightarrow:before {
    content: '\f2ee';
}




/* Recent Project */

.title--36 {
    font-size: 36px;
}

.m-b-92 {
    margin-bottom: 92px;
}





/*--------- End Home Page 5 ---------*/


/*--------- Home Page 6 ---------*/


/*Box*/

html.homepage-box {
    background: url(../img/icon/bg-box.png) repeat;
}

body.box {
    max-width: 1200px;
    margin: auto;
    -webkit-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    -moz-box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    box-shadow: 1px 1.732px 14.56px 1.44px rgba(0, 0, 0, 0.063);
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}



/*Header Stick 6*/

.header-stick6 nav>ul>li a {
    text-transform: uppercase;
    font-size: 13px;
}

.header6.header-stick .logo {
    margin-top: 0;
}


/*Header 6*/

.header6 h1 {
    margin-top: 8px;
}

.header6 .header-button>.pull-right {
    margin-left: 20px;
}

.header6 nav>ul>li a {
    text-transform: uppercase;
    font-size: 13px;
}

.header6 .sub-menu {
    top: 77px;
}

.header6 .header-button {
    margin-top: 28px;
}

.header6 .search-button {
    position: relative;
}

.header6 .search-button .form-header {
    margin-right: 0;
}

.header6 .search-button .form-header button {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: none;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.header6 .search-button .form-header button i {
    font-size: 18px;
    color: #444444;
}

.header6 .search-button .form__input {
    display: block;
    width: 150px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 0;
}

.header6 .search-button .form__input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000000 !important;
}

.header6 nav.menu-desktop {
    margin-right: 40px;
}


/*Slider*/

.slide-title-6.yellow {
    color: #000000 ;
}

.slide-title-normal.black {
    color: #333;
}

.slide-title-normal {
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
}

.slide-title-6 {
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
}

.slide-title-light {
    font-family: "Montserrat";
    font-weight: 300;
    text-transform: uppercase;
}

.slide-label {
    color: #fff;
    font-family: "Montserrat";
    text-transform: uppercase;
    text-align: center;
    background: #ff8383;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.white {
    color: #fff;
}

.slide6 .tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #333;
}

.slide-content-1 {
    color: #fff;
}

.au-btn--white.au-btn--slide {
    color: #333;
    background-color: #fff;
}

.au-btn--white.au-btn--slide:hover {
    background-color: #000000 ;
}




/*Testi && latest*/

.testi-lastest {
    padding: 50px 0;
    padding-top: 10px;
}

.testi-lastest__left,
.testi-lastest__right {
    margin-top: 40px;
}

.testi-lastest .testi-job em {
    color: #666;
}

.title6--left {
    text-align: left;
}

.testi-lastest__left .testi__item {
    margin-top: 0;
}

.testi-lastest__left .title-6 {
    margin-bottom: 40px;
}

.testi-lastest__right .title-6 {
    margin-bottom: 40px;
}

.testi-lastest__right .blog-item .img-blog {
    position: relative;
}

.testi-lastest__right .blog-item .date {
    color: #fff;
    padding: 5px 0;
    left: 10px;
    right: auto;
}

.testi-lastest__right .blog-item .date span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.testi-lastest__right .blog-item .date .day {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
}

.date--yellow {
    background-color: #000000 ;
}

.testi-lastest__right .blog-item .blog-content h4 {
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.testi-lastest__right .blog-item .blog-content h4>a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.testi-lastest__right .blog-item .blog-content h4>a:hover {
    color: #000000 ;
}

.testi-lastest__right .blog-item .blog-content p {
    margin-bottom: 15px;
}

.testi-lastest__right .blog-item .blog-content div>a {
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
}

.testi-lastest__right .blog-item .blog-content div>a:hover {
    color: #000000 ;
}

.testi-lastest .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


/*Footer*/

.logo-footer {
    margin-bottom: 35px;
}

.footer-3 {
    background-color: #222;
    padding-top: 70px;
    text-align: left;
}

.footer-3 p {
    color: #dcdcdc;
}

.title-footer {
    font-size: 18px;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 30px;
}

.social-footer {
    margin-top: 15px;
}

.social-footer a {
    display: inline-block;
    margin-right: 15px;
}

.social-footer a i {
    color: #c7c7c7;
}

.footer-3 .social-footer a i {
    font-size: 18px;
}

.social-footer a:hover i {
    color: #000000 ;
}

.copyright-2 {
    margin-top: 55px;
    padding: 22px 0;
    text-align: center;
    border-top: 1px solid #5f5f5f;
    color: #a2a2a2;
}

.copyright-2 span {
    color: #000000 ;
}

.m-b-26 {
    margin-bottom: 26px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.con__item {
    margin-bottom: 20px;
}

.con__item i {
    margin-right: 15px;
}


/*Gallery*/

.gallery__item {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 25%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery__item .pro-link:hover .overlay--invisible {
    opacity: 1;
}


/*--------- End Home Page 6 ---------*/


/*--------- Project ---------*/

.parallax--nav {
    padding: 12px 0;
    background-image: url('../img/bg-head.jpg');
    background-position: 10% 50%;
}

.navigation h2 {
    color: #000;
    font-size: 30px;
    float: left;
    padding-right: 40px;
    text-transform: uppercase;
    display: block;
    margin: 80px 0 0 0;
    font-weight: 600;
    font-family: 'Space Mono', monospace; 
}

@media (max-width: 768px) {
    .navigation h2 {
        font-size: 32px;
        margin-top: -20px;
    }
}

.breadcrumbs {
    float: right;
    margin-top: 3px;
    padding: 0px;
}

.breadcrumbs span {
    display: inline-block;
    font-size: 18px;
    margin: 0 3px;
    color: #fff;
}

.breadcrumbs li {
    font-size: 18px;
    color: #fff;
}

.breadcrumbs li a {
    color: #000000 ;
    font-size: 18px;
}

.project1 {
    padding: 90px 0;
    padding-top: 60px;
}

.project1 .see-more {
    margin-top: 90px;
}

.project2 {
    padding: 80px 0;
    padding-top: 65px;
}

.project3 #filter-wrap {
    margin-bottom: 65px;
}

#filter li {
    margin: 0 30px;
}

#filter li span {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#filter li span:hover {
    color: #000000 ;
}

#filter-wrap {
    margin-bottom: 40px;
    text-align: center;
}

#isotope-grid .col-md-6 {
    display: block;
    float: left;
}

.project__item {
    margin-top: 30px;
}

.pro-info--darker {
    background: rgba(0, 0, 0, 0.6);
}

.project--hover .project__item .company {
    color: #000000 ;
    text-transform: capitalize;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-bottom: 6px;
}

#filter .active span {
    color: #000000 ;
}

.project--hover .project__item .cat-name {
    line-height: 1;
    text-align: left;
    position: absolute;
    bottom: -18px;
    left: 30px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    text-align: center;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.project--hover .project__item .pro-link:hover .company {
    -webkit-transform: translateY(-39px);
    -moz-transform: translateY(-39px);
    -ms-transform: translateY(-39px);
    -o-transform: translateY(-39px);
    transform: translateY(-39px);
}

.project--hover .project__item .pro-link:hover .cat-name {
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    transform: translateY(-42px);
}

.project--hover .project__item .cat-name em {
    color: #d5d5d5;
    font-size: 13px;
}

.project--zoom .pro__img {
    overflow: hidden;
}

.project--zoom .pro__img a img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.project--zoom .pro__img:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.project--zoom .pro__text {
    text-align: center;
    padding: 25px 0;
    border: 1px solid #ededed;
}

    .project--zoom .pro__text .company {
        text-transform: capitalize;
        font-weight: 600;
        font-family: 'Space Mono', monospace; 
    }
.project--zoom .pro__text .cat-name em {
    color: #999;
}


/*Project 3*/

.project3 {
    padding: 90px 0;
    padding-top: 65px;
}

.project3 .project__item {
    margin-top: 0;
}

.project3 .project--hover .project__item .cat-name em {
    font-size: 11px;
}

.project3 .col-md-4 {
    float: left;
}


/*Project 4*/

.project4 {
    padding: 40px 0;
    padding-top: 65px;
}

.project4 .col-md-4 {
    float: left;
    padding: 0 30px;
}

.project4 .project__item .pro__text .company {
    margin-bottom: 5px;
}


/*Project 5*/

.project5 {
    padding: 90px 0;
    padding-top: 65px;
}

.project5 .project__item {
    margin-top: 0;
}

.project5 .project__item .pro-info .company {
    text-transform: uppercase;
}

.project5 #isotope-grid {
    margin-top: 30px;
}

.project5 .see-more {
    margin-top: 90px;
}


/*Project 6*/

.project6 {
    padding: 90px 0;
    padding-top: 65px;
}

.project6 .project__item .pro-info .company {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.project6 .project--hover .project__item .company {
    left: 20px;
}

.project6 .project--hover .project__item .cat-name {
    left: 20px;
}

.project6 .project--hover .project__item .cat-name em {
    font-size: 11px;
}

.project6 .see-more {
    margin-top: 90px;
}


/*--------- End Project ---------*/


/*About Us*/

.parallax--nav-1 {
    padding: 125px 0;
    background-image: url('../img/bg-head-03.jpg');
}









/*Contact*/

.parallax--nav-2 {
    padding: 125px 0;
    background-image: url('../img/bg-head-05.jpg');
}

.contact-content {
    padding: 70px 0;
    padding-top: 100px;
}

.contact-info {
    padding: 40px 0;
    background: #f8f8f8;
    padding-top: 10px;
}

.contact-info .col-md-3>div {
    text-align: center;
}

.contact-info .col-md-3>div>i {
    color: #666;
    font-size: 18px;
    margin-right: 10px;
}

.form-contact-wrap {
    padding-left: 40px;
}

.form-contact-wrap h4 {
    margin-bottom: 30px;
}

.form-contact input,
textarea {
    width: 100%;
    color: #999;
    outline: none;
    padding: 10px;
    border: 1px solid #cecece;
}

.form-contact input {
    margin-bottom: 10px;
}

.form-contact textarea {
    min-height: 190px;
}

.form-contact-wrap div>button {
    border: none;
    cursor: pointer;
    margin-top: 30px;
}


/*End Contact*/






/*Responsive*/

@media (max-width: 1200px) {
    nav.menu-desktop {
        margin-right: 0px;
    }

    .header6 nav.menu-desktop {
        margin-right: 0;
    }

    .our-process__item {
        padding: 30px 13px;
        min-height: 210px;
    }

    .service-2__right {
        top: 47px;
    }

    .service-2__inner-body {
        padding: 30px 25px;
        width: 84%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .header-wrap {
        padding: 0 20px;
    }

    .service-3__inner {
        padding: 90px 20px 60px 20px;
    }

    h2.title--small {
        white-space: normal;
    }

    .testi__speech blockquote {
        padding: 40px 30px;
        padding-right: 10px;
    }

    .our-process2__item {
        height: 240px;
        width: 240px;
        padding: 56px 0;
    }

    .our-process2__item>p {
        width: 80%;
    }

    .header4 nav>ul>li {
        padding: 46px 18px;
    }

    .header4 .header-button .search-button .form__input {
        width: 250px;
    }

    .testi__speech blockquote .big-qoute {
        left: 3px;
    }

    .blog1.blog2 .blog-item .blog-content .blog-meta .author,
    .cate,
    .time {
        display: block;
    }

    .our-process3__text {
        padding: 30px 70px;
        padding-right: 50px;
        top: 45px;
    }

    .our-team__left {
        width: 75%;
    }
}

@media (max-width: 1024px) {
    .service__item {
        min-height: 600px;
    }

    .testi .owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .testi .owl-theme .owl-nav .owl-next {
        right: 20px;
    }

    .contact__content {
        margin-right: 17%;
    }

    .pro__text-wrap {
        padding-left: 45px;
    }

    .blog-single {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .header-stick {
        display: none;
    }

    .title-2 {
        font-size: 30px;
    }

    #menu-canvas {
        display: none;
    }

    .header-desktop {
        display: none;
    }

    .our-process__item--l-b:after,
    .our-process__item--l-t:before {
        display: none;
    }

    header.header-mobile {
        display: block;
    }

    #menu-canvas {
        padding: 60px 30px;
    }

    .service__item {
        width: 50%;
    }

    .our-process__item {
        min-height: auto;
    }

    .service-2__left {
        width: 100%;
    }

    .service-2__right {
        width: 100%;
        position: static;
        margin-top: 30px;
    }

    .service-3__item {
        margin-top: 65px;
    }

    .service-3__item:hover {
        margin-top: 65px;
    }

    .bottom-shadow:after {
        display: none;
    }

    .service-3__inner {
        padding: 90px 35px 60px 35px;
    }

    .contact__inner {
        text-align: center;
    }

    .contact__content {
        margin: 0 auto;
    }

    .contact__inner>a {
        margin-top: 30px;
    }

    .we-are__left {
        margin-bottom: 50px;
    }

    .process-item {
        display: block;
    }

    .process-item>.process__right,
    .process__left {
        display: block;
        width: 100%;
    }

    .pro__text-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .port__text {
        margin-left: 0;
        margin-top: 50px;
    }

    .port3 .port__text {
        margin-left: 0;
        margin-top: 50px;
    }

    .port__info {
        margin-left: 0;
    }

    .port2 .col-lg-4 {
        padding-right: 15px;
    }

    .port2 .col-lg-8 {
        padding-left: 15px;
    }

    .port2__img {
        margin-top: 50px;
    }

    .port2 .port__info {
        margin-bottom: 50px;
    }

    .port2 .port__text {
        margin-top: 0;
    }

    .top-contact1 {
        display: none;
    }

    .single-product-detail {
        margin-top: 40px;
    }

    #revolution-slider4 .tparrows.gyges {
        display: none;
    }

    #revolution-slider5 .persephone.tparrows {
        display: none;
    }

    .partner {
        padding: 35px 20px;
    }

    .we-are__right {
        padding-left: 0;

    }

    .we-are__left>div {
        text-align: center;
    }
}

.latest-project .row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}

.project-wrapper {
    min-width: 25%; 
    margin-right: 10px; /
    flex-shrink: 0; 
}

.latest__item img {
    width: 100%;
    height: auto;
}

.au-btn {
    
}


@media (max-width: 993px) {
    .our-process3__text {
        position: static;
        width: 100%;
    }

    .our-process3__big-img {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .dot-wrap .slick-dots {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
        width: 100%;
        height: 18%;
    }

    .dot-wrap .slick-dots li {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .our-process2__item {
        height: 270px;
        width: 270px;
        padding: 80px 0;
    }

    .our-process2__item>p {
        width: 75%;
    }

    .slide-content-2 span.color {
        font-size: 58px;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .pro__text-wrap {
        padding-left: 45px;
        padding-right: 45px;
    }

    .process-page .pro__text>h2 {
        margin-bottom: 0;
    }

    .process-page .pro__text>h2>span {
        font-size: 50px;
    }
}

@media(min-width: 768px) {
    .slide-title-3 {
        font-size: 48px;
    }

    .slide-title-3>span {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .service-2__inner-body .box-item .box-head {
        float: none;
    }

    .service-2__inner-body .box-item .box-body {
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }

    .our-team__info:after {
        display: none;
    }

    .navigation h2 {
        float: none;
        text-align: center;
        padding:0 ;
    }

    .breadcrumbs {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .port1__img-wrap .port1-img {
        padding-right: 10px;
    }

    .port1__img-wrap {
        margin-right: -10px;
    }

    .service-img-wrap .service-img {
        padding-right: 10px;
    }

    .service-img-wrap {
        margin-right: -10px;
    }

    .service-text {
        padding-left: 0;
    }

    .blog-sidebar {
        padding-left: 0px;
    }

    .cart-button>form {
        float: none;
    }

    .cart-button>form>input[type=text] {
        display: block;
        width: 100%;
    }

    .cart-button>form>button {
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .cart-button>a {
        display: block;
        float: none;
        margin-top: 15px;
    }

    .pro-cart>span {
        margin-left: 0;
        white-space: nowrap;
    }

    .slide-title-3 {
        font-size: 34px;
    }

    .slide-title-3>span {
        font-size: 34px;
    }

    .num {
        font-size: 100px;
    }

    .head {
        font-size: 40px;
    }

    h4.pro-title {
        font-size: 28px;
    }

    .form-contact-wrap {
        padding-left: 0;
    }

    #revolution-slider2 .tp-bullets {
        display: none;
    }

    .parallax--slide-re-pro {
        padding: 30px;
    }

    #our2.title-2--special:before {
        top: 8px;
    }

    .title-2--special:after {
        width: 80px;
    }

    #our2.title-2--special:after {
        top: 14px;
        right: -120px;
    }

    .dot-wrap .slick-dots {
        height: 15%;
    }
}

@media(max-width: 767px) {
    .slide-content-2 span.color {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .testi__item blockquote>i {
        left: -30px;
    }

    .client-img,
    .client-content {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service__item {
        display: block;
        width: 100%;
    }

    .top-contact {
        display: none;
    }

    .we-are__item {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .our-process3__text {
        padding: 20px 30px;
        padding-right: 10px;
    }

    .pro-cat-name {
        top: 35%;
        left: 15%; 
       
        text-align: center;
    }

    .user-img {
        width: 100px;
        float: none;
        margin-bottom: 20px;
    }

    .cmt-list .cmt-right {
        margin-left: 0;
        padding: 24px 10px;
    }

    .cmt-list>li.children {
        padding-left: 75px;
    }

    .blog-footer .tags {
        float: none;
        margin: 0;
        margin-bottom: 15px;
    }

    .blog-footer .share {
        float: none;
    }

    .blog-quote {
        margin-left: 30px;
    }

    .pro__text-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .contact2__item {
        padding: 50px 20px;
    }

    .why-choose__inner .box-body h3 {
        font-size: 20px;
    }

    .title-2--special {
        font-size: 20px;
    }

    #our1 {
        left: -40px;
    }

    #our1:before {
        top: 7px;
        left: -22px;
    }

    #our1:after {
        top: 12px;
        left: -114px;
    }
}

@media (max-width: 425px) {
    .pay-method {
        padding: 40px 20px;
    }

    .form-sub {
        padding: 30px 20px;
    }

    .slide-title-3 {
        display: none;
    }

    .slide-title-3>span {
        display: none;
    }

    #revolution-slider3 a.tp-caption.au-btn {
        display: none;
    }

    .pro-sorting .sort-left {
        float: none;
    }

    .pro-sorting .sort-right {
        float: none;
        margin-top: 15px;
    }

    .slide-content-2 span.color {
        font-size: 34px;
    }

    .num {
        font-size: 85px;
    }

    .head {
        font-size: 32px;
    }

    h4.pro-title {
        font-size: 24px;
    }

    .testi__item>blockquote {
        width: 70%;
    }

    .service4__content {
        padding: 30px 35px;
    }

    #pro-menu>.nav#myTab {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    h2.title--small {
        font-size: 26px;
    }

    .title-3 {
        font-size: 30px;
    }

    .our-process2__item {
        height: 220px;
        width: 220px;
        padding: 35px 0;
    }

    .title-detail--px-45 {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #filter li {
        display: block;
        margin: 0;
        margin-bottom: 10px;
    }

    .slide-title-3 {
        font-size: 30px;
    }

    .slide-title-3>span {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .blog1 .blog-item .blog-content .blog-meta .author,
    .cate,
    .time {
        display: block;
    }

    .form-footer>.form__input {
        max-width: 120px;
    }
}

@media (max-height: 700px) {
    .menu-canvas__inner {
        margin-top: 20px;
    }
}

@media (max-height: 550px) {
    #menu-canvas {
        display: none;
    }

    
    
    @media only screen and (max-width: 767px) {
        section .slide, .rev_slider_wrapper {
            display: none !important;
        }

        /
        .latest-project {
            padding-top: 60px; 
        }
    }
}
.we-are {
    padding: 120px 0;
    background-color: #f8f8f8;
}

.we-are__right {
    text-align: center;
}

    .we-are__right h2 {
        font-size: 36px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .we-are__right h5 {
        font-size: 20px;
        margin-bottom: 30px;
        color: #777;
    }

    .we-are__right p {
        font-size: 16px;
        color: #555;
        margin-bottom: 15px;
        line-height: 1.8;
    }

.project-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    width: 100%;
    padding: 20px;
}

.latest__item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.latest__item a:hover::before {
    opacity: 1;
}

.latest__item a:hover .project-title {
    opacity: 1;
}

/* MOBİL GÖRÜNÜM DÜZENLEMELERİ */
@media (max-width: 767px) {

    .latest-project .row {
        flex-direction: column;
    }

    .latest__item {
        height: auto;
        min-height: 300px;
    }

        .latest__item img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .project-title {
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
        transform: none;
        text-align: left;
     /*   background: rgba(0, 0, 0, 0.5); */
        padding: 10px 15px;
        border-radius: 8px; 
        opacity: 1; /
    }

        .project-title h3 {
            font-size: 24px;
            margin: 0;
        }
}


@media (max-width: 575px) {
    .slide {
        display: none;
    }
}

