/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Oswald', 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.4px;
}


/*
* {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}
*/

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #ffaa01;
}

hr.light {
    border-color: #fff;
}

a {
    color: black;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #ffaa01;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
    background-color: #ffaa01 !important;
}

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

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 2rem 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #ffaa01;
    font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 80px;
    width: 66.6%;
    position: absolute;
    right: 0
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffaa01;
    font-family: 'Oswald', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 15;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    /* color: #F05F40 !important;*/
    background-color: black;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: #fff;
}

.nav-link:hover {
    color: #fff !important
}

#mobileNav {
    background-color: #002c42;
}

#mobileNav .navbar-brand,
#mobileNav .navbar-text {
    color: rgba(255, 255, 255, .8);
}


/* change the link color */

#mobileNav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}


/* change the color of active or hovered links */

#mobileNav .nav-item.active .nav-link,
#mobileNav .nav-item:hover .nav-link {
    color: #ffffff;
}

.owl-nav {
    display: none;
    justify-content: center;
    margin: 24px 0px 24px 0px;
}

.custom-owl-nav {
    cursor: pointer
}

.owl-dots {
    display: none;
}

.custom-owl-nav-icon {
    color: #e8e8e8;
}

.custom-owl-nav-text {
    color: #a8a8a8;
}

.product-image-container {
    background-color: #fff;
	padding:10px !important;
    cursor: pointer;
}

.product-image {
    margin-left: auto;
    margin-right: auto;
	padding:10px !important;
    /*max-width: 100% !important;
    object-fit: contain;*/
}

.product-price {
    color: #002c42;
    font-weight: bold;
    font-size: 16px;
}

.product-title {
    font-size: 14px;
}

.product-cart-icon {
    display: none;
}

.about-frame-container {
    padding-right: 125px
}

.color-layer {
    position: absolute;
    left: -55px;
    top: -55px;
    width: 460px;
    height: 510px;
    /*  z-index: -1;*/
    background-color: #ebebeb;
}

.about-title {
    position: absolute;
    right: -50px;
    top: 150px;
    color: #e5e5e5;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    transform: rotate( -90deg);
}

.about-image {
    position: relative;
    z-index: 1;
}

.color-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    max-width: 430px;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.color-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 460px;
    background-color: #002c42;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.about-image-actual {
    position: relative;
    max-width: 460px;
    min-width: 460px;
    min-height: 600px;
    display: block;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.experience {
    position: absolute;
    right: 0px;
    bottom: 200px;
    z-index: 11;
    padding: 16px 22px 16px;
    border-radius: 50px 0px 0px 50px;
    background-color: #222222;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.inner {
    position: relative;
    color: #ffffff;
    padding-left: 15px;
    text-transform: uppercase;
}


/* Opacity #1 */

.hover-image figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-image figure:hover img {
    opacity: .5;
}


/* Flashing */

.hover-image figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}


/*
@media only screen and (max-width: 1198px) and (min-width: 992px) {
    .fixed-header-icon-container {
        text-align: center;
    }
}*/

@media (min-width:1198px) {
    .fixed-header-icon-title {
        text-align: left !important;
        padding-left: 12px
    }
    .fixed-header-icon-subtitle {
        text-align: left !important;
        padding-left: 12px
    }
}

@media (max-width:992px) {
    #mainNav {
        display: none;
    }
    .fixed-header {
        display: none;
    }
    #mobileNav {
        display: block;
    }
    .about-frame-container {
        display: none !important
    }
    .description {
        margin: auto;
        width: 500px;
    }
}

@media(min-width:992px) {
    #mobileNav {
        display: none;
    }
}

@media (max-width: 1198px) and (min-width: 992px) {
    .about-title {
        display: none;
    }
    #mainNav {
        border-color: #ffaa01;
        background-color: #ffaa01;
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: 0.5rem 1rem;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {}
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: #fff;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: #ffaa01;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #ffaa01;
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #ffaa01;
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #212529;
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: #ffaa01;
    }
    .fixed-header-icon-title {
        font-size: 14px;
        font-weight: lighter;
        text-align: left;
    }
    .fixed-header-icon-subtitle {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

.fixed-header {
    min-height: 80px;
    margin-left: 0px;
    margin-right: 0px;
}

.image-area {
    background-color: #002c42;
}

.fixed-header-icon-container {
    text-align: center;
}

.fixed-header-icon {
    color: #f0f0f0;
}

.fixed-header-icon-title {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
}

.fixed-header-icon-subtitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.header-logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-fluid {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*
i:hover::before {
    backface-visibility: hidden;
    transform: rotateY(360deg);
}
*/


/*
i:before {
    display: inline-block;
    transition: 1s all;
}
*/

table td {
    /*  -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);*/
    font-size: 14px;
}

.tanitim-resmi {
    object-fit: cover;
    height: 350px;
    width: 500px;
    -webkit-box-shadow: 0px 0px 0px 5px #002c42, inset 0px 10px 27px -8px #141414, inset 0px -10px 27px -8px #A31925, -8px 11px 4px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 0px 5px #002c42, inset 0px 10px 27px -8px #141414, inset 0px -10px 27px -8px #A31925, -8px 11px 4px 1px rgba(0, 0, 0, 0.17);
}

.title {
    font-weight: bold;
    color: #002c42;
}

.icon {
    color: white
}

.products {
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px #f5f4f4 solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.service-inner-box {
    margin: 12px;
    border: 1px #f5f4f4 solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.services {
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.product-text {
    padding: 12px;
}

.footer {
    background-color: black;
    /* height: 440px;*/
}

.contact-title {
    color: white !important;
    font-size: 24px;
}

.contact-item {
    color: #ccc !important
}

.social-media-links {
    list-style: none;
}

#scrollToTopButton {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: white;
    border-width: 1px;
    border-style: solid;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #ffaa01;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#scrollToTopButton:hover {
    background-color: #002c42;
    /* Add a dark-grey background on hover */
}

.scroll-icon {
    color: white;
}


/*********************************************
		testimonial Css
*********************************************/

.comment {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.comment-container {
    height: auto;
    width: 100% !important
}


/*.comments-wrap {
    background: url(../firma/images/musteriyorum.jpg) no-repeat top;
    background-size: cover;
    padding: 60px 0;
    height: 500px;
}*/

.testimonial {
    margin-left: 50px;
    margin-right: 50px;
    height: 300px;
}

.testimonial-wrap {
    background: url(../firma/images/musteriyorum.webp) no-repeat top;
    background-size: cover;
    padding: 60px 0;
}

.testimonial-wrap .title {
    margin-bottom: 70px;
}

.testimonial-wrap .title h1 span {
    color: #fff;
}

.testimonial-wrap .testimonial {
    text-align: center;
    border: 1px solid #757575;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 5px;
}

.testimonial-box {
    transform: translateY(-32px);
}

.testimonial-author-name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 100px;
    display: block;
    overflow: hidden;
    color: #000 !important;
}

.activeColor {
    color: #ff5e14 !important;
}

.testimonial-content {
    padding: 0px 33px 0px;
}

.text-light p {
    color: #000!important;
    margin-top: 8px !important;
}

.quotation {
    margin-top: 15px;
}

.quotation i {
    font-size: 26px;
    color: #000;
}

.testimonial-wrap ul {
    list-style: none;
}

.testimonial-wrap ul li {
    padding-top: 32px;
}

.testimonial-wrap .owl-dots,
.testimonial-wrap .owl-nav {
    display: none;
}

.innerContent-wrap .testimonial-wrap {
    background: none;
    padding: 0;
}

.innerContent-wrap .testimonial {
    border: 1px solid #efefef;
    margin: 15px 0;
}

.innerContent-wrap .text-light {
    color: #000 !important;
}

.innerContent-wrap .text-light p {
    color: #a0a0a0!important;
}

.innerContent-wrap .quotation i {
    color: #000;
}

.innerContent-wrap .testimonial {}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 12px;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #002c42 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #002c42;
    border-color: #002c42;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #002c42 !important;
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}