

/*------------------------------------------ header animation ------------------------------------------*/



/*------------------------------------------ banner style ------------------------------------------*/
.banner {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}
.banner.homepage .carousel-item {
    -webkit-transition: all 1.5s !important;
    -moz-transition: all 1.5s !important;
    -o-transition: all 1.5s !important;
    transition: all 1.5s !important;
}
.homepage.banner .carousel-caption {
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.homepage.banner .carousel-caption .carousel-item{
    height: 100%;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}




    .homepage.banner .carousel-caption .carousel-text-wrap {
        display: table;
        width: 100%;
        height: 100%;
        float: left;
    }

        .homepage.banner .carousel-caption .carousel-text-wrap .verMid {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .homepage.banner .carousel-caption .carousel-text-wrap .verMid .wrapper {
                text-align: right;
            }

.banner.homepage {
    height: 100%;
}

.homepage.banner .carousel-item > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.banner.homepage .carousel {
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

    .banner.homepage .carousel .carousel-inner {
        display: inline-block;
        float: left;
        height: 100%;
    }
/*------------------------------------------ banner style ------------------------------------------*/

.login_wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    position: fixed;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: stretch;
    /* display: inline-block; */
}

.login_wrapper .box {
    float: left;
    display: inline-block;
    position: relative;
    width: 33.333333333333336%;
    transition: all 500ms ease;
    height: 100%;
}

.login_wrapper .box img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.login_wrapper .box .title {
    width: 600px;
    display: inline-block;
    text-align: center;
    font-size: 54px;
    color: #fff;
    font-family: 'RNS Miles';
    font-weight: 800;
    text-shadow: 3px 3px 1px rgba(7, 7, 6, 0.4);
    max-width: 100%;
}

.login_wrapper .box:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .25);
    z-index: 1;
}
.login_wrapper .box .content {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.login_wrapper .box .content .text {
    display: inline-block;
    transition: all 500ms ease;
    font-size: 18px;
    color: #ececec;
    font-family: 'RNS Miles';
    font-weight: bold;
    line-height: 24px;
    text-shadow: 3px 3px 1px rgba(7, 7, 6, 0.4);
    min-width: 600px;
    max-width: 600px;
    opacity: 0;
}

.login_wrapper .box.active .content .text {
    opacity: 1;
}
.login_wrapper .box a {
    width: 100%;
    display: inline-block;
    float: left;
    height: 100%;
    text-decoration: none;
}
.login_wrapper .box:hover {
    width: 50%;
}

.dizim4, .dizim2, .dizim3 {
    text-align: left;
}

ul.dizim3 > li {
    display: inline-block;
    width: 32%;
    margin-right: calc(2% - 5px);
    margin-bottom: 2%;
    vertical-align: bottom;
}

    ul.dizim3 > li:nth-of-type(3n) {
        margin-right: 0;
    }

.dizim4 > li {
    display: inline-block;
    vertical-align: bottom;
    width: calc(24% - 3px);
    margin-bottom: 1.25%;
    margin-right: 1.25%;
}

    .dizim4 > li:nth-of-type(4n) {
        margin-right: 0;
    }

.dizim2 > li:nth-of-type(2n) {
    margin-right: 0;
}

.dizim2 > li {
    width: calc(49% - 2px);
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: bottom;
}

.product-list-gallery {
    width: 100%;
    display: inline-block;
    float: left;
}

    .product-list-gallery ul {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0;
    }

        .product-list-gallery ul li {
            float: left;
        }

            .product-list-gallery ul li .wrapper {
                width: 100%;
                height: 200px;
                display: inline-block;
                float: left;
                overflow: hidden;
            }

                .product-list-gallery ul li .wrapper img {
                    padding: 0;
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                    float: left;
                    object-fit: cover;
                    object-position: center;
                }

            .product-list-gallery ul li .video_title {
                width: 100%;
                display: inline-block;
                float: left;
                padding: 12px 0;
                font-weight: 600;
                color: #353535;
                font-size: 18px;
            }


.section {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 40px 0;
}


/*form STYLE*/
.form-area {
    width: calc(100% + 20px);
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 -10px;
}

    .form-area .form-col {
        width: calc(50% - 20px);
        display: inline-block;
        float: left;
        margin: 15px 10px;
        position: relative;
    }

    .form-area .text {
        float: left;
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddddd;
    }

        .form-area .text h2 {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            color: #13070b;
            font-weight: bold;
            font-size: 26px;
        }

        .form-area .text h3 {
            margin: 0;
            margin-top: 5px;
            display: inline-block;
            width: 100%;
            float: left;
            padding: 0;
            font-weight: normal;
            font-size: 16px;
            color: #b6001f;
            font-style: italic;
        }

    .form-area .form-col textarea {
        height: 250px;
    }

    .form-area .form-col textarea, .form-area .form-col input, .form-area .form-col select {
        border: 0;
        border-bottom: 1px solid;
        border-radius: 0;
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
        z-index: 1;
        background: transparent;
        padding: .7rem .75rem;
        border-color: #dddddd;
        height: 40px !important;
    }

    .form-area .form-col label {
        margin-bottom: 0;
        position: absolute;
        left: 10px;
        transition: all 300ms;
        top: 5px;
    }

        .form-area .form-col textarea:focus + label, .form-area .form-col input:focus + label, .form-area .form-col label.active {
            top: -10px;
            left: 0;
        }

    .form-area .form-col .input-group + label {
        top: -10px;
        left: 0;
    }

    .form-area .form-col select {
        padding-top: 0;
        padding-bottom: 0;
    }

        .form-area .form-col select + label {
            top: -10px;
            left: 0;
        }

        .form-area .form-col textarea:focus, .form-area .form-col input:focus, .form-area .form-col select:focus {
            border-color: #ab2425;
        }

    .form-area .form-col .input-group-addon {
        background: transparent;
        border: 0;
        position: absolute;
        right: 0;
    }

    .form-area .form-col.last {
        width: calc(100% - 20px);
    }

    .form-area .button-wrapper {
        width: calc(100% - 30px);
        width: calc(50% - 20px);
        text-align: center;
        display: inline-block;
        float: left;
        margin: 0 10px;
        margin-top: 10px;
    }

        .form-area .button-wrapper .button {
            width: 100%;
            display: inline-block;
            float: left;
            padding: 15px 10px;
            border: 1px solid #ddd;
            transition: all 300ms;
            font-weight: bold;
            text-decoration: none;
            background: #242424;
            color: #fff;
            border-color: #242424;
        }

            .form-area .button-wrapper .button:hover {
                background: #fecb7f;
                color: #fff;
                border-color: #fecb7f;
            }

    .form-area .form-col div.label {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
/*form STYLE*/

.contact-info .wrapper {
    width: 100%;
    display: inline-block;
    float: left;
}

    .contact-info .wrapper h5 {
        font-size: 20px;
        color: #ED1D25;
        font-weight: bold;
        margin: 0;
    }

    .contact-info .wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0;
        float: left;
        width: 100%;
        display: inline-block;
        font-weight: 500;
    }

        .contact-info .wrapper ul li {
            float: left;
            display: inline-block;
            margin: 10px 0;
            width: 100%;
        }

            .contact-info .wrapper ul li b {
                width: 100%;
                display: inline-block;
                float: left;
                color: #777;
            }

            .contact-info .wrapper ul li a, .contact-info .wrapper ul li span {
                width: 100%;
                display: inline-block;
                float: left;
                margin: 0;
                line-height: 20px;
                font-size: 14px;
                color: #777;
            }

            .contact-info .wrapper ul li a {
                color: #ED1D25;
                font-weight: 400;
                text-decoration: none;
            }

.contact-maps {
    width: 100%;
    display: inline-block;
    float: left;
    height: 300px;
}

    .contact-maps iframe {
        width: 100%;
        display: inline-block;
        float: left;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }








        .section .nav-menu ul {
            list-style-type: none;
            width: 100%;
            display: inline-block;
            float: left;
            padding: 0px 15px;
            border: 1px solid #d0cfcf;
            margin-bottom: 0;
        }

            .section .nav-menu ul li {
                float: left;
                width: 100%;
                position: relative;
                display: block;
                font-size: 16px;
                color: #222222;
                font-weight: 400;
                cursor: pointer;
                line-height: 1.6em;
                padding: 5px 0px 5px 0px;
                -webkit-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
                text-transform: capitalize;
                border-bottom: 1px solid #d0cfcf;
            }

                .section .nav-menu ul li a {
                    text-decoration: none;
                    float: left;
                    width: 100%;
                    position: relative;
                    display: block;
                    font-size: 17px;
                    color: #222222;
                    font-weight: 500;
                    cursor: pointer;
                    line-height: 1.6em;
                    padding: 5px 15px 5px 30px;
                    -webkit-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    text-transform: capitalize;
                    font-weight: 600;
                }

                    .section .nav-menu ul li a:before {
                        position: absolute;
                        content: '';
                        left: 11px;
                        top: 13px;
                        width: 8px;
                        height: 8px;
                        background-color: #eeeeee;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        border: 1px solid #d0d0d0;
                        -webkit-transition: all 300ms;
                        -o-transition: all 300ms;
                        transition: all 300ms;
                    }

                    .section .nav-menu ul li a:hover:before {
                        z-index: 1;
                        background-color: #ec121a;
                        -ms-transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        border-color: rgba(255,255,255,0.20);
                    }


                .section .nav-menu ul li:last-child {
                    border-bottom: 0;
                }

.right-content {
    font-size: 17px;
    line-height: 28px;
    color: #444;
    text-align: justify;
    font-weight: 500;
}

    .right-content img {
        float: left;
        width: auto;
        max-width: 100%;
        display: inline-block;
        padding-right: 20px;
    }

.section .nav-menu ul li:last-child {
    border-bottom: 0;
}

.right-content .section-title {
    margin-top: 0;
}

.section-title {
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

    .section-title .title {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: left;
        color: #242424;
        font-size: 40px;
        font-weight: 400;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 30px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .section-title .line-wrapper .line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        margin-top: -3px;
        background: #ea3345;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
        -ms-transition: all linear 0.3s;
    }

        .section-title .line-wrapper .line:before {
            content: "";
            position: absolute;
            right: 2px;
            display: block;
            width: 15px;
            height: 2px;
            background: #ea3345;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            top: -5px;
        }

        .section-title .line-wrapper .line:after {
            content: "";
            position: absolute;
            left: 6px;
            display: block;
            width: 20px;
            height: 2px;
            background: #ea3345;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
            -ms-transition: all linear 0.3s;
            bottom: -4px;
        }

.line-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 0;
    background: #d6d6d6;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
}
@media (max-width:576px) {
 
    .form-area .form-col {
        width: calc(100% - 20px);
    }

    .form-area .button-wrapper {
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 20px;
    }
}