
@font-face {
    font-family: 'DINT';
    src: url('fonts/DINT.eot?#iefix') format('embedded-opentype'), url('fonts/DINT.woff') format('woff'), url('fonts/DINT.ttf') format('truetype'), url('fonts/DINT.svg#DINT') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINTBold';
    src: url('fonts/DINTBold.eot?#iefix') format('embedded-opentype'), url('fonts/DINTBold.woff') format('woff'), url('fonts/DINTBold.ttf') format('truetype'), url('fonts/DINTBold.svg#DINTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*preloader */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.bg-main {
    background: #fff;
}

.bg-second {
    background: #eee;
}

.overlay-start {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #000;
    bottom: 0;
    right: 0;
}

.bg-over {
    background: rgba(24, 35, 40, 0.831);
}

.bg-cyan {
    background: #fff;
}

.bg-cyan::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: -70px;
    left: 0;
    width: 60%;
    height: calc(100% + 20px);
    background-color: #f1f4f6;
}

.between {
    padding: 0px 20px;

}

.line-between {
    height: 100px;
    width: 1px;
    position: absolute;
    display: block;
    margin-top: -50px;
    transform: translate(-50%, -0%);
    left: 50%;
    background: #f95343;
}

.color-white {
    color: #fff !important;
    border-color: #fff !important;
}

.color-dark {
    color: #222 !important;
}

.color-gray {
    color: #e2e2e2 !important;
}

.bg-dark {
    background: #1a1a1a !important;
}

.bg-dark-d::before {
    content: '';
    width: 60%;
    height: 80%;
    position: absolute;
    left: 0;
    margin-top: -100px;
    background: #222;
    z-index: 0;
}

.mt-full {
    margin-top: 90vh !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}


.mt-80 {
    margin-top: 80px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

h1 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 50px;
    font-weight: 900;
    color: #000;
}

h2 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 24px;
    font-weight: 900;
    color: #1e272c;
}

h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1e272c;
    font-weight: 700;

}

h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.title {
    padding: 30px 0;
    z-index: 2;
    position: relative;
}

.title h2 {
    font-size: 50px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    color: #fff;

    margin: 0;
    /* -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent; */
}

    .title h3 {
        margin: 0;
        font-weight: 500;
        letter-spacing: 0;
        color: #e76110;
        font-size: 18px;
    }

.mid-title .title:before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.title:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -17px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url('/Content/assets/img/text-bg-dark.png') repeat;
    background-size: 10px;
    opacity: .25;
    z-index: -1;
    transform: rotate(45deg);
}

.line {
    background: url('../img/line.html') center center no-repeat;
    height: 9px;
    width: 88px;
    display: inline-block;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

p.sub-title {
    mix-blend-mode: color-dodge;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 25px;
    color: #7b8b8e;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Playfair Display', serif;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}


.scroll-up {
    top: 0;
    position: absolute;
    z-index: -2;
}

.hover {
    overflow: hidden;
    display: block;
}

.hover::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

/* decor */
.right-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #464646;
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.left-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #464646;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: -3;
}


.line-col {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 1px;
    background: rgba(0, 0, 0, .2);
    z-index: -4;
}

.line-col.first {
    left: 15%;
}

.line-col.second {
    left: 32%;
}

.line-col.third {
    left: 50%;
    transform: translateX(-50%);
}

.line-col.fourth {
    left: 67%;
}
    .line-col.fifth {
        left: 85%;
    }





/* ==========================================================================
                            [02] Hero
   ========================================================================== */
.hero {
    height: 100vh;
}

.hero-title h1 {
    color: #000;
    margin: 0 !important;
    letter-spacing: 3px;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Playfair Display', sans-serif;
}

.hero-title h3 {
    color: #f95343;
}

.hero-bg {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100%);
    width: calc(100%);
    z-index: -4;
    overflow: hidden;
    opacity: 1;
}


.hero-bg img {
    height: 90%;
    position: absolute;
    opacity: 1;
    bottom: 0;
    right: 10%;
}

.hero-bg::before {
    z-index: -10;
}

.square {
    opacity: 1;
    z-index: -11;
    height: 90%;
    width: 100%;
    right: 0;
    position: absolute;
    background: url('../Images/biz_kimiz.jpg') no-repeat center center;
    background-size: cover;
}

.square-overlay {
    z-index: -10;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background:#fff;
}

.body-frame {
    display: block;
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #222;
    border-bottom: 0px;
    pointer-events: none;
}

.btn-main {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    border: 1px solid #f95343;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 34px;
    color: #000;
    transition: all ease .5s;
}

.btn-main:hover {
    color: #f95343;
}

.btn-main:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f95343;
    width: 30px;
    transform: translate(-50%, -50%);
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s;
}

.btn-main:hover:before {
    left: 100%;
}



/* ----------------------------------------------------------------
                        [ 03 Navbar ]
-----------------------------------------------------------------*/


@media (min-width: 1024px)  {

    .toggle-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-top: 50px;
        width: 50px;
        height: 50px;
        right: 3%;
        border: 1px solid #f95343;
        z-index: 1000 !important;
    }

    .toggle-languages {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-top: 59px;
        width: 140px;
        height: 50px;
        right: 8%;
        z-index: 1000 !important;
    }
    .logo {
        position: fixed;
        margin-top: 50px;
        left: 3%;
        z-index: 1000 !important;
    }
}

@media (min-width: 250px)  {

    .toggle-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-top: 45px;
        width: 50px;
        height: 50px;
        right: 4%;
        border: 1px solid #f95343;
        z-index: 1000 !important;
    }

    .toggle-languages {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        margin-top: 52px;
        width: 110px;
        height: 50px;
        right: 8%;
        z-index: 1000 !important;
    }

    .logo {
        position: fixed;
        margin-top: 36px;
        left: 3%;
        z-index: 1000 !important;
    }
}


    .toggle-languages ul li {
        display:inline-block;
    }

.toggle-languages a{
    color:#000;
    font-size:25px;
}
    .toggle-languages a:hover {
        color: #f95343 !important;
        font-size: 25px;
    }

.toggle-languages .active {
    color: #f95343 !important;
    text-decoration:underline;
    font-size: 25px;
}

.toggle-btn::before {
    content: '';
    position: absolute;
    width: 58px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    right: 60px;
}


.one {
    display: block;
    position: relative;
    width: 25px;
    height: 1px;
    background: #000;
}

.two {
    display: block;
    position: relative;
    width: 25px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}

.tre {
    display: block;
    position: relative;
    width: 25px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}

.menu {
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 98;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.links::before {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #f95343;
}


.menu-text p {
    font-weight: 300;
    line-height: 30px;
    color: #000;
}

.data {
    text-align: left;
    width:100%;
}

.data ul {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

.menu li {
    color: #fff;
}

a.menu-link {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    text-decoration: none;
    color: #000;
    opacity: .5;
    font-size: 50px;
    font-weight: 600;
    margin: 0 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

a.menu-link:hover {
    opacity: 1;
    color:#f95343 !important;
}

a.menu-link.active {
    opacity: 1;
}

.toggle-btn:hover {
    cursor: pointer;
}

.bg-nav {
    position: fixed;
    z-index: 22;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.address-menu h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #f95343;
    font-weight: 600;
}

.address-menu h4 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 30px;
    opacity: .5;
}

.social {
    position: absolute;
    right: 3%;
    z-index: 50;
}

.social ul li {
    display: block;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    transition: all 0.2s ease;
}

.contact .social ul li {
    display: inline;
}

.social ul li a {
    transition: all 0.5s ease;
}

.social ul li:hover a {
    color: #f95343;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.email-link {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 4%;
    z-index: 50;

}

.email-link a {
    color: #000;
    transition: all 0.5s ease;
}

.email-link:hover a {
    color: #f95343;
}

/* ==========================================================================
                            [03] Service
   ========================================================================== */


.service-item {
    transition: all 0.3s ease;
    padding: 30px 30px;
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .1);
    overflow: hidden;
}


.front {
    z-index: 3;
}

.service-icon {
    margin: 20px 0;
}


.service-icon img {
    width: 70px;
}

.service-text {
    padding: 20px 0;
}

.service-text h3 {
    color: #fff;
    /*text-align: center;*/
}


.service-text p {
    margin-top: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.service-list {
    padding: 0;
    margin-top: 20px;
}

.service-line {
    margin-top: 60px;
    width: 100px;
    height: 3px;
    background: #f95343;
}

.service-list li {
    font-weight: 700;
    display: block;
    color: #000;
    margin: 10px 0;
}


/* ==========================================================================
                            [04] Work
   ========================================================================== */

.project-section {
    position: relative;
}

.project-content img {
    width: 100%;
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
}

.project-content {
    padding: 0 20px;
    margin: 0 0 10px 0;
    position: relative;
}

.project-content:hover .img-project::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 69, 69) 100%);
    opacity: .5;
}

span.strip {
    width: 40px;
    height: 1px;
    background: #f95343;
    position: absolute;
    left: 24px;
    top: 10px;

}

span.number {
    padding-right: 50px;
}


.detail-project {
    position: absolute;
    bottom: 5%;
    left: 10%;
}


.detail-project h3 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #f95343;
    padding: 0;

}

.detail-project p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;

}



/* ==========================================================================
                            [05] About
   ========================================================================== */

.about-overlay {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(206, 108, 25) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(206, 108, 25) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(206, 108, 25) 100%);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}

.about-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1;
}

.about-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
}

.about-img:hover .about-overlay {
    opacity: 0;
}

.about-item {
    overflow: hidden;
}

.about-text {
    padding: 20px 40px;
    z-index: 1;

}

.about-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.about-text h4 {
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 2px;
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}



.about {
    position: relative;
}



/* ==========================================================================
                            [06] Testimonial & Client
   ========================================================================== */

.testimonial-bg {
    position: absolute;
    width: 60%;
    height: 130%;
    background: #222;
    left: 0;
    top: 0;
    margin-top: -50px;
    display: block;
    z-index: -3;
}

.testimonial {
    position: relative;
}

.testimonial-item {
    padding: 30px;
    position: relative;
}

.quot-left {
    position: absolute;
    height: 100;
    top: 0;
    left: 0;
    color: #222;
    font-size: 70px;
    opacity: .1;
    z-index: -1;

}

.quot-right {
    position: absolute;
    height: 100;
    top: 0;
    right: 0;
    color: #222;
    font-size: 70px;
    opacity: .1;
    z-index: -1;
}

.testimonial-item p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
}

.line-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: #e76110;
    z-index: 2;
}

p.author-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    color: #f95343;
}

.item-partner {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: filter 1s ease-out;
    -webkit-transition: filter 1s ease-out;
}

    .item-partner:hover {
        -webkit-filter: inherit; /* Safari 6.0 - 9.0 */
        filter: inherit;
        transition: filter 1s ease-out;
        -webkit-transition: filter 1s ease-out;
    }


.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.line-testi {
    width: 100%;
    height: 1px;
    background: #f95343;
    margin: 10px 0;
    opacity: 1;
}



/* ==========================================================================
                            [07] Team
   ========================================================================== */
.team {
    position: relative;
}

/*.team-item::after {
    content: '';
    position: absolute;
    height: 80%;
    width: calc(100% - 30px);
    transform: translateX(-50%);
    left: 50%;
    background: #eee;
    bottom: -30px;
    z-index: -1;
    box-shadow: -9px 9px 31px -6px rgba(0, 0, 0, .2);

}*/

.team-text {
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.team-text h3 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
}

ul.arrows {
    padding: 0;
}

ul.arrows li {
    cursor: pointer;
    display: inline;
    margin: 10px;
    opacity: .5;
    transition: all 0.7s ease;
}

.arrow-left:hover {
    opacity: 1;
}

.arrow-right:hover {
    opacity: 1;
}




/* ==========================================================================
                            [08] NEWS
   ========================================================================== */

.news {
    position: relative;
}

.news-item {
    transition: all 0.5s ease;
    overflow: hidden;
    cursor: pointer;

}

.news-item:hover {
    transform: scale(0.98);
}

.news-img {
    overflow: hidden;
}

.news-text {
    position: absolute;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 20px 30px 30px;
    background: #eeeeee;
    opacity: 0;
    transition: all 0.2s ease;
}

.news-link {
    color: #f95343;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: solid 1px #f95343;
}

.news-link:hover {
    color: #000;
}

.news-item:hover .news-text {
    opacity: 1;
    bottom: 0px;
}

.news-text h3 {
    color: #000;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase;
}

.news-text p {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}

.news-date p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
}

/* ==========================================================================
                            [09] CONTACT
   ========================================================================== */

.contact-item p{
    color: #fff !important;
    margin-bottom: 20px;
}

.contact-item h3 span {
    font-family: 'Playfair Display', serif;
    color: #f95343;
    font-style: italic;
}

.contact-item a {
    color: #f95343;
}

.contact {
    position: relative;
}


.contact .social {
    position: relative !important;
    bottom: 0;
    right: 0;
   
}
    .contact .social ul li a {
        color: #fff;
    }

    .contact .social ul li a {
        transition: all 0.5s ease;
    }

    .contact .social ul li:hover a {
        color: #f95343;
    }
    a.mail {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

a.phone {
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-item .social li {
    margin: 0 10px 0 0;
}

.copyright {
    font-family: 'Playfair Display', serif;
    color: #fff;

}


/* ==========================================================================
                            [10] Detail Project
   ========================================================================== */

.detail-title {
    height: 200px;
    margin-top: -200px;

}

.project-main {
    background: #eee;
    padding-bottom: 20px;
}

.detail-title  {
    background: #eee;
}

.detailes {
    margin: 30px 0;
}

.detailes h3 {
    color: #f95343;
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: uppercase;
}

.detailes p {
    margin: 0;
}

.square-project-detail {
    opacity: .9;
    z-index: -11;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    background: url('../img/work-detail/1.jpg') no-repeat center center;
    background-size: cover;
}

/* ==========================================================================
                            [11] Single Page
   ========================================================================== */

.title-single-page {
    height: 300px;
    width: 50%;
    background: #fff;
    box-shadow: 14px 14px 50px 7px rgba(0,0,0,.1);
}
.single-port {
    margin-top: -10%;
}


.single-page-bg {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    background: url('../img/work-detail/3.jpg') center center no-repeat;
    z-index: -4;
}

.first-before:before {
    content: '';
    background-image: url(../Images/arti_before.png);
    display: block;
    top: -5px;
    left: 5px;
    position: absolute;
    width: 190px;
    height: 190px;
    z-index: 1;
}

.center-block {
    display:block;
    margin:0 auto;
}

.option-set button {
    display:inline-block;
}


.option-set button {
    color:#000;
    background-color:rgba(0, 0, 0, 0.00);
    border:0;
    cursor:pointer;
    text-align:left;
    padding:0;

}
    .option-set button::selection
     {
        border:none;
    }

.portfolio-item {
    width:25%;
}


.under-port {
    background: #f9f9f9;
    padding: 50px 0;
}

    .under-port h6 {
        font-weight: normal;
        font-size: 14px;
        text-align: left;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
    }

        .under-port h6 i {
            font-size: 40px;
            float: left;
            color: #808184;
            margin-top: -10px;
        }

.port-item .hover-info {
    position: absolute;
    border: 10px solid rgba(0,0,0,0);
    z-index: 9;
    opacity: 0;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.port-item .hover-in {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .port-item .hover-in .position-center-center {
        width: 100%;
        height:100%;
    }

    .port-item .hover-in hr {
        height: 1px;
        background: #333333;
        border: none;
        margin: 15px auto;
        width: 30px;
    }

    .port-item .hover-in h6 {
        color: #333;
        margin: 0px;
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .port-item .hover-in span {
        display: inline-block;
        width: 100%;
        color: #965452;
        font-style: italic;
        font-family: 'Lora', serif;
    }

.port-item .hover-info a {
    font-size: 20px;
    opacity: 1;
    margin: 0 10px;
    color: #000;
    display: inline-block;
}

.gallery .over-hover {
    position: absolute;
    top: 0px;
}

.gallery .item .item-detail {
    background: #ffffff;
    border: 1px solid #eaeaea;
    text-align: center;
    border-right: 0px;
    padding: 20px 0;
    border-top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gallery .item:hover .item-detail {
    background: #fb4848;
    border-color: #fb4848;
}

.col-5.gallery .item {
    width: 20%;
    float: left;
}

.col-4.gallery .item {
    width: 25%;
    float: left;
}

.col-2.gallery .item {
    width: 50%;
    float: left;
}

.col-3.gallery .item {
    width: 33.33333%;
    float: left;
}

.gallery .item:hover .hover-info {
    opacity: 1;
}

.gallery .item:hover img {
    transform: scale(1.1);
}

.gallery .item:hover .position-center-center {
    margin-top: 0%;
}

.gallery .col-3 .item {
    width: 33.3333%;
}

.cbp-wrapper-outer {
    padding: 5px;
}

.portfolio-mons .item {
    padding: 5px;
}

.port-item {
    position: relative;
    overflow: hidden;
}

.portfolio-filter {
    text-align: center;
}

    .portfolio-filter li {
        display: inline-block;
    }

    .portfolio-filter .cbp-filter-item {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 0px;
        background: #f7f7f7;
        color: #777777;
        text-transform: uppercase;
        border: none;
        letter-spacing: 0.5px;
        margin: 0px;
    }

        .portfolio-filter .cbp-filter-item:hover {
            background: #e76110;
            color: #fff;
        }

    .portfolio-filter .cbp-filter-item-active {
        background: #ab4e52;
        color: #fff !important;
    }

.cbp-popup-singlePage .cbp-popup-close:before {
    content: "\e870";
    font-family: 'Linearicons-Free';
    color: #333333;
    line-height: 42px;
    font-size: 14px;
}

.cbp-popup-singlePage .cbp-popup-prev {
    background: none;
}

    .cbp-popup-singlePage .cbp-popup-prev:before {
        content: "\e875";
        font-family: 'Linearicons-Free';
        color: #333333;
        line-height: 42px;
        font-size: 14px;
    }

.cbp-popup-singlePage .cbp-popup-next {
    background: none;
}

    .cbp-popup-singlePage .cbp-popup-next:before {
        content: "\e876";
        font-family: 'Linearicons-Free';
        color: #333333;
        line-height: 42px;
        font-size: 14px;
    }

.cbp-popup-lightbox .cbp-popup-next {
    background: none;
}

    .cbp-popup-lightbox .cbp-popup-next:before {
        content: "\e876";
        font-family: 'Linearicons-Free';
        color: #fff;
        line-height: 42px;
        font-size: 20px;
    }

.cbp-popup-lightbox .cbp-popup-close {
    background: none;
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: none;
}

.cbp-popup-lightbox-counter {
    font-style: italic;
    font-family: 'Lora', serif;
}

.cbp-popup-lightbox .cbp-popup-prev:before {
    content: "\e875";
    font-family: 'Linearicons-Free';
    color: #fff;
    line-height: 45px;
    font-size: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:before {
    content: "\e870";
    font-family: 'Linearicons-Free';
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

.cbp-popup-lightbox-img {
    margin: 0px;
}

.cbp-popup-singlePage .cbp-popup-navigation:before {
    background: url(../images/logo-dark.png) no-repeat;
    width: 196px;
    height: 44px;
    float: left;
    content: "";
    margin-top: 30px;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.cbp-popup-singlePage .cbp-popup-close {
    background: none;
    left: auto;
    right: 43px;
    border: 1px solid rgba(0,0,0,0.1);
    border-right: none;
    border-left: none;
}

.cbp-popup-singlePage .cbp-popup-next {
    left: auto;
    right: 0px;
    border: 1px solid rgba(0,0,0,0.1);
}

.cbp-popup-singlePage .cbp-popup-prev {
    left: auto;
    right: 88px;
    border: 1px solid rgba(0,0,0,0.1);
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.cbp-popup-singlePage-counter {
    left: 0px;
    right: 0px;
    top: 60px;
    color: #333333 !important;
    opacity: 0.3;
    display: none;
}

.single-progect img {
    width: 100%;
}

.single-progect h4 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

.project-info p {
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.project-info li {
    margin-bottom: 15px;
}

.portfolio-details .projext-info {
    text-align: center;
}

    .portfolio-details .projext-info li {
        font-style: italic;
        font-family: 'Lora', serif;
        font-size: 11px;
        padding: 0 20px;
        text-align: center;
        color: #999999;
        display: inline-block;
        letter-spacing: 0.5px;
    }

        .portfolio-details .projext-info li span {
            color: #666666;
            text-transform: none;
            font-size: 11px;
            font-style: normal;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
        }

.project-img {
    margin-top: 50px;
}

.detail-img img {
    width: 100%;
}

.detail-img .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

    .detail-img .owl-dots .owl-dot {
        display: inline-block;
        background: rgba(0,0,0,0.5);
        height: 7px;
        width: 7px;
        margin: 0 2px;
        display: inline-block;
        border-radius: 50%;
    }

        .detail-img .owl-dots .owl-dot.active {
            background: #000;
        }

.project-img li {
    margin-bottom: 30px;
}

@media only screen and (max-width: 999px) {

    .font-for-mobile {
        font-size: 14px;
        margin-top: 65px;
    }

    .slider_1 {
        color: #fff;
        font-size: 13px;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_2 {
        font-size: 27px;
        color: #fff;
        font-weight: 700;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_3 {
        font-size: 13px;
        color: #fff;
        /*font-family: 'DINT', sans-serif;*/
        white-space: normal;
    }

    .about-text-2 {
        padding: 50px 40px;
        background-color: #464646;
    }

        .about-text-2 p {
            color: #fff;
            font-size: 17px;
            line-height: 1.5;
        }
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {

    .font-for-mobile {
        font-size: 14px;
        margin-top: 65px;
    }

    .slider_1 {
        color: #fff;
        font-size: 15px;
        margin-left: -70px;
        padding-top: 20px;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_2 {
        font-size: 43px;
        color: #fff;
        font-weight: 700;
        margin-left: -70px;
        padding-top: 20px;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_3 {
        font-size: 15px;
        color: #fff;
        margin-left: -70px;
        padding-top: 20px;
        /*font-family: 'DINT', sans-serif;*/
        white-space: normal;
    }
    .social {
        top:30%;
    }
}


@media only screen and (min-width: 1281px) {
    .slider_1 {
        color: #fff;
        line-height:75px;
        font-size: 21px;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_2 {
        font-size: 63px;
        color: #fff;
        line-height: 30px;
        font-weight: 700;
        /*font-family: 'DINT', sans-serif;*/
    }

    .slider_3 {
        font-size: 21px;
        padding-top:5px;
        color: #fff;
        line-height: 30px;
        /*font-family: 'DINT', sans-serif;*/
        white-space: normal;
    }
    .about-text-2 {
        padding: 130px 50px;
        background-color: #464646;
        
    }
        .about-text-2 p {
            color: #fff;
           font-size:26px;
           line-height:1.5;
        }
}



.yuvarlak-turuncu {
    list-style-type: none;
    /*padding-left: 20px;*/
  /*list-style-image: url('/Content/assets/img/ikon.png');*/
}
    .yuvarlak-turuncu li {
        padding-top:15px;
        display:flex;
        font-size:20px;
    }



    .yuvarlak-turuncu .ikon_1:before {
        content: url('/Content/assets/img/ikon_1.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        margin-right: 5px;
    }
    .yuvarlak-turuncu .ikon_2:before {
        content: url('/Content/assets/img/ikon_2.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        margin-right: 5px;
    }

    .yuvarlak-turuncu .ikon_3:before {
        content: url('/Content/assets/img/ikon_3.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        margin-right: 5px;
    }

    .yuvarlak-turuncu .ikon_4:before {
        content: url('/Content/assets/img/ikon_4.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        margin-right: 5px;
    }

    .yuvarlak-turuncu .ikon_5:before {
        content: url('/Content/assets/img/ikon_5.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        margin-right: 5px;
    }


    .yuvarlak-turuncu .ikon_6:before {
        content: url('/Content/assets/img/ikon_6.png');
        color: #f95343;
        font-weight: bold;
        display: inline-block;
        height: 18px;
        padding-top: 2px;
        margin-right: 5px;
    }