﻿body,
html {
    font-family: 'DM Sans', sans-serif !important;
    height: 100%;
    margin: 0;
}

a, p, h1 {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

.header .navbar {
    background-color: rgba(255, 255, 255, 0.8);
    /*background: linear-gradient(silver, white);*/
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.header .nav-item-child {
    color: #666 !important;
}

.carousel-centered {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 2%;
    top: 80% !important;
    right: 2%;
}

.pricing {
    border: 1px solid silver;
    margin: 10px !important;
}
/*.pricing:hover {
    padding-top: 50px !important;
    background-color: gray;
    color: white;
}*/
.work-overlay {
    border: 1px solid Gray;
}

.border {
    border: 1px solid Gray;
    position: relative;
    min-height: 120px;
}

    .border h5 {
        min-height: 40px;
    }

.borderSilver {
    border: 1px solid Silver;
    position: relative;
}

.detailText {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    padding: 2%;
    border-top: 1px solid #bf1400;
}

    .detailText:hover {
        border-top: 2px solid #bf1400;
    }

    .detailText h6 {
        margin: 0;
    }

.btn-theme-sm {
    width: 100%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    background-color: #fff;
}


/*Dropdown Sub - Start*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #000;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #d21706;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*Dropdown Sub - End*/

.dropdown-menu > li > a {
    font-size: 11px;
    font-weight: bold;
}

.swiper-clients-img {
    width: 100% !important;
}

.swiper-slide-modal {
    width: 300px !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-about {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-tanitim {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.pricing h5 {
    text-align: center;
    font-size: 18px;
}

#contact h3 {
    text-align: center;
}

.swiper-clients a img {
    border: 1px solid Silver;
}

.breadcrumb {
    background-color: transparent !important;
}

em, li, li a {
    /*font-size: 11px !important;
    font-weight: bold !important;
    color: #ffffff;*/
}

    li a:hover {
        color: #9b1918 !important;
    }

.breadcrumb > .active {
    color: #9b1918;
}

.minheight120 {
    min-height: 120px;
}

.minheight150 {
    min-height: 150px;
}

.minheight180 {
    min-height: 180px;
}

.detailText h3 {
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
}

.detailText h6 {
    font-size: 12px !important;
    font-weight: normal !important;
}

.footer-list-item a {
    margin: 2%;
    color: white;
}

.tablo {
    background-color: white;
    border-radius: 10px;
    padding: 2%;
    border: 1px solid #666;
}

    .tablo h1 {
        font-size: 18px !important;
        color: #000 !important;
    }

    .tablo p {
        font-size: 13px;
        color: #393a3a !important;
    }

.tanitim div h1 {
    color: #6c2524 !important;
    font-size: 24px !important;
    font-weight: 300;
}

.tanitim div p {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300;
}

.tanitim div span {
    font-size: 12px !important;
    font-weight: 300;
}


/*=======================================================
        Header, footer and navbar
        ========================================================*/

.navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
}

.navbar-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
}

.navbar-header {
    width: 100%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    /*margin-top: 2em;
    font-family: 'Ubuntu', sans-serif;*/
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar {
    position: relative;
}


.navbar-shrink .navbar-nav {
    display: none;
}

.navbar-shrink.navbar {
    height: 6em;
}

    .navbar-shrink.navbar > .container > .navbar-header > .navbar-brand img {
        width: 250px;
        height: 44px;
    }

.navbar-default .navbar-nav > li > a {
    color: #393a3a;
    font-weight: bold !important;
}

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > .active {
        color: #808ba0;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #808ba0;
        font-weight: 300;
    }

#navbar-header {
    transition: 2s ease-in-out;
}

.navbar-default {
    background-color: rgba(51, 55, 65, 0.9);
}

    .navbar-default.navbar-shrink {
        background-color: rgba(51, 55, 65, 0.9);
    }

.navbar {
    position: relative;
    border-radius: 0px;
    border: 0px;
    /*height: 10.5em;*/
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

.navbar-fixed-top {
    position: fixed !important;
}

.navbar-brand img {
    width: 250px;
    height: 44px;
}

.nav {
    text-align: center;
}

.navbar .navbar-collapse {
    text-align: center;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.mq-footer {
    text-align: center;
    /*font-family: 'Ubuntu', sans-serif;*/
    padding-bottom: 2em;
}

    .mq-footer > .container > #footer-copyright {
        font-size: 12px;
        color: #737373;
    }

.footer-icon {
    font-size: 25px;
    color: #737373;
    opacity: 0.5;
    padding-top: 1em;
    padding-right: 0.25em;
}

    .footer-icon:hover {
        opacity: 1;
        cursor: pointer;
    }

#footer-copyright {
    margin-top: 2em;
}

#footer-links {
    margin-top: 2em;
}

    #footer-links ul {
        padding-left: 25px;
    }

        #footer-links ul li {
            display: inline;
            margin-right: 25px;
        }

            #footer-links ul li a {
                color: #333741;
            }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}

.swiper-clients-img:hover {
    opacity: 1 !important;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.referansBorder {
    border: 1px solid Gray;
}
