﻿/*

Template 2097 Pop

https://www.tooplate.com/view/2097-pop

*/

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: white;
    position: relative;
}

h1 {
    font-size: 2.8rem;
}

#tm-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/external/pop-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transition: all 0.3s ease;
}

    #tm-bg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#tm-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 100vh;
}

p {
    line-height: 1.9;
    letter-spacing: 1px;
}

.tm-main-content {
    display: block;
    align-items: center;
    padding: 50px 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.tm-site-header-col {
    display: flex;
    align-items: center;
}

.tm-site-header {
    margin: 10px;
    text-align: right;
    width: 100%;
}

.tm-nav ul {
    padding-left: 0;
    display: block;
}

.tm-nav li {
    list-style: none;
    display: inline-block;
    border: 1px solid white;
    float: left;
    margin: 10px;
}

.tm-nav-link {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 165px;
    height: 165px;
    text-align: center;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
}

.tm-nav-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.fa-3x {
    font-size: 2.5em;
}

.product {
    background: transparent;
    transition: all 0.3s ease;
}

    .product:hover {
        background: #2c2a35;
        color: #a9a9a9;
    }

.tm-nav-icon {
    display: block;
    margin-bottom: 25px;
}

/* Expanding Grid Items from Codrops */
.tm-page-title {
    font-weight: 300;
}

.content {
    max-width: 570px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid__item {
    margin: 10px;
}

.product {
    position: relative;
    cursor: pointer;
}

.product__bg {
    width: 100%;
    height: 100%;
    top: 0px;
}

.product__bg,
.product__description {
    opacity: 0;
    position: absolute;
}

.product__description {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.tm-fa-close {
    font-size: 25px;
}

.details {
    font-size: 1rem;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    padding: 15px;
    display: none;
}

    .details > * {
        position: relative;
        opacity: 0;
    }

.details--open {
    pointer-events: auto;
}

.details__bg {
    width: 100%;
    max-width: 1400px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    transform-origin: 0 0;
}

.details__bg--down {
    background: #2c2a35;
}

.details__close {
    position: absolute;
    top: 5px;
    right: 0;
    border: 0;
    background: none;
    margin: 1em;
    cursor: pointer;
    font-size: 0.85em;
    color: #b36c1b;
    z-index: 1001;
}

/* Team */
.tm-reverse-sm {
    flex-direction: row;
}

/* Our Work */
.tm-slider-img-link {
    padding-left: 10px;
    padding-right: 10px;
}

.slick-dots li button:before {
    font-size: 20px;
    color: white;
    opacity: 1;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li.slick-active button:before {
        opacity: 0.75;
        /*color: #75747a;*/
        color: #b36c1b;
    }

/* Contact */
.form-control {
    font-size: 1.1rem;
    border-radius: 0;
    border: none;
    background-color: #353541;
    color: white;
    padding: 0.75rem;
}

    .form-control:focus {
        color: #cecece;
        background-color: #4d4c59;
        border-color: transparent;
    }

.tm-col-email {
    padding-left: 0;
}

.tm-btn-submit {
    background-color: #006599;
}

.tm-btn-gray {
    background-color: #494752;
    color: white;
}

    .tm-btn-gray:hover {
        background-color: #77757d;
        color: white;
    }

.btn {
    padding: 0.5rem 2.4rem;
    font-size: 1.2rem;
    border-radius: 0;
}

.btn-primary {
    border-color: transparent;
}

    .btn-primary:hover {
        background-color: #0e7fb9;
        border-color: transparent;
    }

/* Footer */
footer {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
}

.navbar {
    position: absolute;
    top: 30px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
}

.tm-text-highlight {
    color: white;
}

    .tm-text-highlight:hover {
        color: red;
    }

.tm-main-content.tm-footer-relative {
    flex-direction: column;
}

    .tm-main-content.tm-footer-relative footer {
        position: relative;
        bottom: 0;
        margin-top: 50px;
    }

    .tm-main-content.tm-footer-relative .navbar {
        position: relative;
        top: 0;
        /*margin-bottom: 30px;*/
    }

.tm-copyright-text {
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 5px 20px;
}

a,
button {
    transition: all 0.3s ease;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

p:last-child {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 767px) and (max-width: 991px), (max-width: 440px) {
    .tm-nav-link {
        width: 145px;
        height: 145px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 450px;
    }

    .content {
        margin-left: auto;
        margin-right: 0;
    }

    .tm-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .grid {
        justify-content: flex-end;
    }

    .tm-col-email {
        padding-left: 15px;
    }

    .tm-reverse-sm {
        flex-direction: column-reverse;
    }
}

@media (max-width: 544px) {
    .tm-main-content {
        flex-direction: column;
    }

    .details__bg {
        padding: 55px 40px;
    }

    .slick-dots li button:before {
        font-size: 15px;
    }

    footer {
        position: relative;
        bottom: 0;
    }

    .navbar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 419px) {
    .tm-nav-link {
        width: 120px;
        height: 120px;
    }

    .fa-3x {
        font-size: 2.2em;
    }
}









.box {
    margin: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2);
    padding: 20px;
}

    .box .client_id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .box .client_id .img-box {
            width: 125px;
            min-width: 125px;
            margin-right: 15px;
        }

            .box .client_id .img-box img {
                width: 100%;
                border-radius: 100%;
            }

        .box .client_id .client_detail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 25px;
        }

            .box .client_id .client_detail .client_info h6 {
                margin-bottom: 0;
            }

            .box .client_id .client_detail .client_info i {
                color: #fbaf5d;
            }

    .box .client_text {
        margin-top: 20px;
    }

.services_assign {
    text-decoration: underline;
    color: white;
}

    .services_assign:hover {
        color: white;
    }







.img-container {
    display: flex;
    justify-content: center;
}

.image {
    opacity: 1;
    display: block;
    width: 100% !important;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 20px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.img-container:hover .image {
    opacity: 0.3;
}

.img-container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #25232e;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.note {
    color: white;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background-color: #FFEEDD;
}

.textbox-1 {
    font-size: 1.25em;
    text-align: justify;
}

.roww {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    max-width: 1280px;
    margin: auto;
}

.w50 {
    flex: 0 0 45%;
    background: #ccc;
}

    .w50 p {
        margin: 0;
        padding: 10px;
    }

.object-fit {
    overflow: hidden;
    position: relative;
}

    .object-fit img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
    }

@supports (object-fit: cover) {
    .object-fit img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        transform: none;
        object-fit: cover;
    }
}


.social-icon-container {
    display: inline-block;
    cursor: pointer;
}

.social-icon {
    opacity: 1;
    display: block;
    width: 100% !important;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 20px;
}

.hr-class {
    background-image: linear-gradient(to right, #d38512, #49260e);
    height: 5px;
}

.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to right, #d38512, #49260e);
}
/*#b36c1b*/

.h1-class {
    font-weight: 600;
    font-size: 45px;
    text-shadow: 4px 0 0 black, -4px 0 0 black, 0 4px 0 black, 0 -4px 0 black, 4px 4px 0 black, -4px -4px 0 black,4px -4px 0 black, -4px 4px 0 black, 4px 4px 5px black;
}













/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");*/

/* ---------------Animation---------------- */

.slit-in-vertical {
    -webkit-animation: slit-in-vertical 0.45s ease-out both;
    animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

/*---------------#region Alert--------------- */

#dialogoverlay {
    display: none;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #707070;
    width: 100%;
    z-index: 10;
}

#dialogbox {
    display: none;
    position: absolute;
    background: #111018;
    /*background: rgb(0, 47, 43);*/
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
    transition: 0.3s;
    width: 40%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    #dialogbox:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
    }

.container {
    padding: 2px 16px;
}

.pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    /*background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));*/
    background-color: #d38512;
    /* background-color: rgb(1, 47, 61) */
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

    .pure-material-button-contained::-moz-focus-inner {
        border: none;
    }

    /* ---------------Overlay--------------- */

    .pure-material-button-contained::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        opacity: 0;
        transition: opacity 0.2s;
    }

    /* Ripple */
    .pure-material-button-contained::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        padding: 50%;
        width: 32px; /* Safari */
        height: 32px; /* Safari */
        background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
        transition: opacity 1s, transform 0.5s;
    }

    /* Hover, Focus */
    .pure-material-button-contained:hover,
    .pure-material-button-contained:focus {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

        .pure-material-button-contained:hover::before {
            opacity: 0.08;
        }

        .pure-material-button-contained:focus::before {
            opacity: 0.24;
        }

        .pure-material-button-contained:hover:focus::before {
            opacity: 0.3;
        }

    /* Active */
    .pure-material-button-contained:active {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

        .pure-material-button-contained:active::after {
            opacity: 0.32;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0s;
        }

    /* Disabled */
    .pure-material-button-contained:disabled {
        color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
        box-shadow: none;
        cursor: initial;
    }

        .pure-material-button-contained:disabled::before {
            opacity: 0;
        }

        .pure-material-button-contained:disabled::after {
            opacity: 0;
        }

#dialogbox > div {
    background: #FFF;
    margin: 8px;
}

    #dialogbox > div > #dialogboxhead {
        background: #111018;
        /*background: rgb(0, 77, 70);*/
        font-size: 19px;
        padding: 10px;
        color: rgb(255, 255, 255);
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #dialogbox > div > #dialogboxbody {
        background: #111018;
        /*background: rgb(0, 47, 43);*/
        padding: 20px;
        color: #FFF;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    #dialogbox > div > #dialogboxfoot {
        background: #111018;
        /*background: rgb(0, 47, 43);*/
        padding: 10px;
        text-align: right;
    }
/*#endregion Alert*/




#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2000;
}

#showAlert3 {
    background-color: #d38512;
    font-weight: bold;
}

.disabled {
    pointer-events: none;
}

.left-bar-text {
    font-size: 22px;
    font-weight: 600;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.img-logo-fluid {
    max-width: 100%;
    height: auto;
}

.left-bar-title {
    text-align: right;
}

/* ------------------------------------------- */








@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    .left-bar-text {
        font-size: 18px;
        font-weight: 600;
    }

    .left-bar-text-bottom {
        font-size: 16px;
    }

    .left-bar-title {
        display: none;
    }

    h1, .h1-class {
        font-size: 28px;
        text-align: center;
    }

    p {
        letter-spacing: 0.5px;
        line-height: 1.6;
    }

    .tm-main-content {
        display: block;
        align-items: center;
        padding: 15px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
    }

    .social-icon-container {
        display: inline-block;
        cursor: pointer;
        width: 45px;
    }

    .tm-page-title {
        font-weight: 300;
        font-size: 22px;
    }

    .box-text-context {
        font-size: 16px;
    }

    #dialogbox {
        display: none;
        position: absolute;
        background: #111018;
        border-radius: 7px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
        transition: 0.3s;
        width: 90%;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #dialogboxbody {
        font-size: 16px;
    }

    footer {
        position: relative !important;
        bottom: 0;
        margin-top: auto;
        text-align: center;
    }

    .note {
        color: white;
        font-size: 14px;
        border-radius: 8px;
        text-align: center;
    }

    .tm-slider .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 45px;
        height: 45px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
        .slick-prev:before, .slick-next:before {
            font-family: 'slick';
            font-size: 30px;
            line-height: 1;
            opacity: .75;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
}


@media (max-width: 480px) {
    .tm-main-content {
        display: block;
        align-items: center;
        padding: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
    }

    .left-bar-title {
        display: none;
    }

    .left-bar-text {
        font-size: 18px;
        font-weight: 600;
    }

    .left-bar-text-bottom {
        font-size: 16px;
    }

    .social-icon-container {
        display: inline-block;
        cursor: pointer;
        width: 40px;
    }

    .box-text-context {
        font-size: 14px;
    }

    .tm-nav-link {
        width: 100px;
        height: 100px;
    }

    .img-fluid {
        width: 100%;
        height: 200px; /* istediğin yükseklik */
        overflow: hidden;
        object-fit: cover;
    }

    footer {
        position: relative !important;
        bottom: 0;
        margin-top: auto;
        text-align: center;
    }

    .note {
        color: white;
        font-size: 14px;
        border-radius: 8px;
        text-align: justify;
    }

    .fa-3x {
        font-size: 2em;
    }

    .tm-nav-text {
        font-size: 14px;
    }

    .details__bg {
        padding: 20px;
    }

    .btn {
        width: 100%;
        padding: 0.6rem;
        font-size: 1rem;
    }

    .pure-material-button-contained {
        width: 100%;
        text-align: center;
    }
}
