/* styles */
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Exo 2', sans-serif;
    padding-top: 169px;
    font-size: 0.9rem;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.header-center {
    text-align: center;
}
.header-underlined {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.header span {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    color: #bbb;
    margin-bottom: 5px;
    display: block;
}
a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}
.button {
    display: inline-block;
    padding: 10px 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    border: 1px solid transparent;
    background-color: #b80f0c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.82rem;
    border-radius: 2px;
}
.button:hover {
    background-color: #c73735;
    color: #fff;
}

/* navbar */
.navbar {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
}
.navbar > div {
    width: 100%;
}
.navbar {
    flex-direction: column;
    padding: 0;
}
.navbar .navbar-menu-area {
    border-top: 1px solid #f5f5f5;
    /* border-bottom: 1px solid #e5e5e5; */
    box-shadow: 0 9px 6px -9px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 272px;
}
.navbar .navbar-logo-area {
    /* padding: 21px 0; */
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding: 21px 30px 14px;
    /* border-left: 1px solid #e5e5e5; */
    position: relative;
}
.navbar-expand-md .navbar-nav .nav-link span:first-child {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1;
    display: block;
    color: #000;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link span:last-child {
    font-size: 11px;
    color: #555;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    /* border-right: 1px solid #e5e5e5; */
}
.navbar-expand-md .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #f9f9f9;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-item.active .nav-link span:first-child,
.navbar-expand-md .navbar-nav .nav-item:hover .nav-link span:first-child {
    color: #cc0a0a;
}
.navbar-expand-md .navbar-nav .nav-link span {
    line-height: 0.6 !important;
}
.navbar-expand-md .navbar-nav .nav-item.active .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:hover .nav-link:before {
    width: 100%;
    border-color: #b80e0d;
}
.navbar .navbar-logo-area .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 0;
    position: relative;
}
.navbar .navbar-contact {
    display: flex;
}
.navbar .navbar-contact > div p {
    font-size: 13px;
    padding-left: 40px;
    position: relative;
    margin: 0 0 0 20px;
}
.navbar .navbar-contact > div p span {
    display: block;
}
.navbar .navbar-contact > div p i {
    position: absolute;
    font-size: 20px;
    color: #b80f0c;
    left: 9px;
    top: 9px;
}
.navbar .navbar-contact > div p span:last-child {
    font-weight: 600;
    font-size: 12px;
}
.navbar-social {
    position: absolute;
    right: 0;
    top: 10px;
}
.navbar-social ul {
    margin: 0;
}
.navbar-social ul li a {
    font-size: 14px;
    color: #bb121a;
    padding: 0 0 0 15px;
}
.navbar-expand-md .navbar-nav .nav-link {
    min-height: 65px;
}
.navbar-expand-md .navbar-nav .nav-link i {
    font-size: 22px;
    transition: all .3s ease-in-out;
}
.navbar-expand-md .navbar-nav:last-child .nav-link {
    border-left: 0;
    padding: 20px 27px;
}
.navbar-expand-md .navbar-nav:last-child .nav-item.active .nav-link:before,
.navbar-expand-md .navbar-nav:last-child .nav-item:hover .nav-link:before {
    width: 100%;
    border-color: #3ea009;
}
.navbar-expand-md .navbar-nav:last-child .nav-item:hover .nav-link i {
    color: #3e9f09;
}
.navbar-expand-md .navbar-nav .nav-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    height: 30px;
    border-left: 1px solid #eee;
}
.navbar-expand-md .navbar-nav .nav-item {
    position: relative;
    text-align: center;
}
.navbar-collapse {
    align-items: center;
    /* justify-content: space-between; */
}
.navbar-nav:last-child {
}
.navbar-expand-md .navbar-nav .nav-item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    height: 30px;
    border-left: 1px solid #eee;
}
.navbar-expand-md .navbar-nav:first-child .nav-item:last-child:after {
    display: none;
}
.navbar-expand-md .navbar-nav:last-child .nav-item:before {
    height: 100%;
    top: 0;
}
.navbar-expand-md .navbar-nav:last-child .nav-item:last-child:after {
    height: 100%;
    top: 0;
}
.navbar-expand-md .navbar-nav:last-child .nav-item a:before {
    border-color: #3ea009;
}
.navbar-expand-md .navbar-nav:last-child .nav-item a {
    color: #3ea009;
}

/* carousel */
.fill-bg {
    height: 580px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.fill-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c03036b;
    background: linear-gradient(90deg, rgba(169, 48, 46, 0.2) 30%, rgba(255, 255, 255, 0.5) 100%);
}
.fill-bg .carousel-box {
    position: absolute;
    margin-left: 22%;
    background-color: #fff;
    display: flex;
    display: none;
}
.fill-bg .carousel-box > div:first-child {
    background-color: #b80f0c;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 30px;
}
.fill-bg .carousel-box > div:last-child {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 400px;
}
.fill-bg .carousel-box > div:last-child img {
    height: 36px;
    filter: grayscale(1) opacity(0.2);
    margin-bottom: 30px;
    display: none;
}
.fill-bg .carousel-box > div:last-child p {
    font-size: 20px;
    margin-bottom: 20px;
}
.fill-bg .carousel-box > div:last-child a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.fill-bg .carousel-box > div:last-child a:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    color: #b80f0c;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #b80f0c;
}

/* sperator */
.seperator {
    background-image: url(../images/seperator/murat-lojistik-seperator-genel-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
}
.seperator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(169, 48, 46, 0.2) 30%, rgba(255, 255, 255, 0.5) 100%);
}
.seperator .container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    color: #fff;
    position: relative;
}
.seperator ul {
    margin: 0;
}
.seperator ul li a {
    font-size: 0.8rem;
}
.seperator ul li:first-child {
    font-weight: 700;
}
.seperator ul li:not(:last-child):after {
    content: "/";
    font-weight: normal;
    margin: 0 0 0 8px;
}

/* services section */
.section {
    margin: 50px 0;
}
.main .section:last-child {
    margin-bottom: 0;
}
.single-service {
    margin-bottom: 50px;
}
.single-service img {
    width: 100%;
    min-width: 100%;
    min-height: 200px;
    background-color: #eee;
    margin-bottom: 20px;
}
.single-service p {
    font-size: 0.9rem;
    text-align: justify;
    color: #666;
    margin: 0 0 20px;
}
.single-service a.readmore {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.single-service a.readmore:after {
    content: "";
    display: inline-block;
    margin: 0 10px;
    color: #b80f0c;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #b80f0c;
}

/* section about */
.section.section-about {
    background-image: url(../images/anasayfa/murat-lojistik-anasayfa-hakkimizda-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 580px;
    display: flex;
    align-items: center;
    position: relative;
}
.section.section-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.section.section-about .section-about-text {
    width: 100%;
    z-index: 1;
    color: #fff;
}
.section.section-about .section-about-text .header-center {
    margin-bottom: 40px;
}
.section.section-about .section-about-text .hakkimizda-box {
    background-color: rgba(113, 113, 113, 0.66);
    /* border: 1px solid rgba(255, 255, 255, 0.25); */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    padding: 30px;
    text-align: justify;
    line-height: 1.4;
}
.section.section-about .section-about-text .hakkimizda-box p:last-child {
    margin-bottom: 0;
}
.section.section-about .section-about-text .hakkimizda-box p {
    margin-bottom: 10px;
    font-size: 14px;
}
.section.section-about .section-about-text .header-center span {
    color: #bbb;
}

/* right menu */
.right-menu {
}
.right-menu h1 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.right-menu ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}
.right-menu ul li a:hover, .right-menu ul li a.active {
    color: #b80f0c;
    border-color: #b80f0c;
}

/* ik */
.bm-form .form-elem {
    margin-bottom: 20px;
}
.bm-form .form-elem label {
    display: block;
    font-size: 0.8rem;
    margin: 0 0 5px 1px;
    font-weight: 600;
}
.bm-form .form-elem input:not([type=checkbox]),
.bm-form .form-elem textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 7px;
    border-radius: 2px;
    background-color: #fcfcfc;
    outline: transparent;
}
.bm-form .form-elem input:not([type=checkbox]):focus,
.bm-form .form-elem textarea:focus {
    border: 1px solid #b80f0c;
}
.bm-form .form-elem input[type=checkbox] {
    width: 20px;
    text-align: left;
}
.bm-form .form-elem button.disabled{
    pointer-events: none;
}
.grecaptcha-badge{
    display: none;
}

/* contact */
.contact-form .form-elem {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.contact-form .bm-form {
    margin: 0 -15px;
}
.contact-form .form-elem:nth-child(5),
.contact-form .form-elem:nth-child(6) {
    width: 100%;
}
.contact-map iframe{
    height: 340px;
}

/* footer */
.footer {
    background-color: #2c2c2c;
    border-top: 1px solid #404040;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.9rem;
    padding: 15px 0;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-copyright {
}
.footer .footer-copyright p {
    margin: 0;
}
.footer .footer-copyright p:last-child {
    font-size: 12px;
    opacity: 0.7;
}
.footer .footer-social {
}
.footer .footer-social ul {
    margin: 0;
}
.footer .footer-social ul li {
}
.footer .footer-social ul li a {
    font-size: 18px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.65);
}
.footer .footer-copyright p i {
    color: #bb121a;
}

@media (max-width: 768px){
    body {
        padding-top: 171px;
    }
    h1 {
        font-size: 20px;
    }
    .navbar {
        height: 171px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 21px 15px 14px;
    }
    .navbar .navbar-contact > div p {
        margin: 0 0 0 10px;
        padding-left: 30px;
    }
    .navbar-brand img {
        width: 190px;
    }
    .navbar .navbar-contact > div p i {
        left: 0;
    }
    .fill-bg {
        height: 22vh;
    }
    .single-service img {
        min-height: auto;
    }
}

@media (max-width: 767px){
    body {
        padding-top: 72px;
    }
    .navbar {
        height: auto;
    }
    .navbar .navbar-contact {
        display: none;
    }
    .navbar .navbar-logo-area .container {
        padding: 10px 15px;
    }
    .navbar-brand img {
        width: 228px;
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .navbar-toggler {
        outline: transparent !important;
    }
    .navbar-toggler-icon {
        color: #bb121a;
    }
    .navbar-expand-md .navbar-nav .nav-link:before {
        border-bottom: 1px solid #f9f9f9;
    }
    .navbar-social ul li a {
        padding: 0 0 0 10px;
    }
    .navbar-social {
        right: 15px;
    }
    .fill-bg {
        height: 220px;
    }
    .section {
        margin: 20px 0 50px;
    }
    .section.section-about {
        height: auto;
        padding: 50px 0;
    }
    .navbar-expand-md .navbar-nav .nav-item.active .nav-link:before,
    .navbar-expand-md .navbar-nav .nav-item:hover .nav-link:before {
        border-color: #f9f9f9;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 16px 0 12px;
        min-height: auto;
    }
    .navbar-expand-md .navbar-nav .nav-item:before {
        display: none;
    }
    .navbar-expand-md .navbar-nav .nav-item:last-child:after {
        display: none;
    }
    .contact-form .form-elem {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer .footer-social ul li a {
        font-size: inherit;
    }
    .footer .footer-copyright {
        margin-bottom: 10px;
    }
}