/* FONTS */

img {
    max-width: 100%;
    height: auto;
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -.15em;
}

.icon-sm {
    width: .875rem;
    height: .875rem;
}

.icon-md {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -.35em;
}

.icon-lg {
    width: 2rem;
    height: 2rem;
}

.help-block {
    font-size: 13px;
    padding: 0.25rem 0;
    display: block;
}

.has-error .error {
    color: #b30000 !important;
}

.has-error .form-control,
.has-error .custom-checkbox .custom-control-label::before {
    border-color: #b30000 !important;
}

.has-error .form-control::placeholder,
.has-error .custom-checkbox .custom-control-label {
    color: red !important;
}

.title-border {
    position: relative;
    padding-top: 1.5rem;
    font-size: 2.5rem;
}

.title-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10rem;
    height: 0.5rem;
    background-color: #e51937;
}

.title-border__sub {
    display: inline-block;
    position: relative;
    font-weight: normal;
    margin-left: 3rem;
    margin-top: 0.5rem;
    padding: 0 1rem;
}

.title-border__left .title-border__sub:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 50vw;
    height: 0.5rem;
    background-color: #b0b0b0;
    margin-top: -0.25rem;
}

.title-border__right .title-border__sub:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 50vw;
    height: 0.5rem;
    background-color: #b0b0b0;
    margin-top: -0.25rem;
}

.gutter-sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.gutter-sm>[class^="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.gutter-10>[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-top {
    padding-top: 1.5rem;
}

.block-bottom {
    padding-bottom: 1.5rem;
}


/*  Header  */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s;
}

.header-contact {
    display: flex;
}

.header-contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-contact__body {
    display: flex;
    flex-direction: column;
    margin-left: 0.25rem;
}

.header-contact__item {
    font-size: 1.25em;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.625rem 1rem;
}

.header-contact__item+.header-contact__item {
    margin-top: 0.25rem;
}

.header-contact__item:hover {
    color: #fff;
    text-decoration: none;
}

.btn-toggler {
    position: relative;
    height: 1.5rem;
    width: 2rem;
    padding: 0;
    border: 0;
    margin-top: -10px;
}

.btn-toggler i {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .4s;
    border-radius: 1rem;
    background-color: #fff;
}

.btn-toggler i:nth-child(2) {
    top: 10px;
    transition: all 0s;
}

.btn-toggler i:nth-child(3) {
    top: 18px;
}

.menu--open,
.menu--open body,
.aside-cart--open,
.aside-cart--open body {
    overflow: hidden;
}

.menu--open .btn-toggler,
.btn-toggler.active {
    z-index: 19999;
}

.menu--open .btn-burger i {
    left: 1px;
}

.menu--open .btn-burger i:first-child,
.btn-toggler.active i:first-child {
    top: 13px;
    left: 1px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.menu--open .btn-burger i:nth-child(2),
.btn-toggler.active i:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu--open .btn-burger i:nth-child(3),
.btn-toggler.active i:nth-child(3) {
    top: 13px;
    width: 100%;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.menu--open .bg-navbar {
    visibility: visible;
    z-index: 5999;
    opacity: 0.8;
}

.bg-navbar,
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.header--fixed .header {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 3px 1rem rgba(80, 80, 80, 0.25);
    -webkit-animation: transform-top .4s;
    animation: transform-top .4s;
    z-index: 19999;
}

.header--fixed .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/* Quantity Buttons */


/* Slider */

.home-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.slider-image {
    width: 100%;
}

.slick-padding {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.slick-padding .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.slider-title {
    position: absolute;
    top: 35%;
    left: 12%;
    transform: translateY(-50%);
    font-size: 44px;
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 0;
    max-width: 390px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #C4C4C4;
}

.home-slider .slick-slide {
    position: relative;
}

.home-slider .slick-arrow {
    color: #fff;
}

.home-slider .slick-prev {
    left: .5rem;
}

.home-slider .slick-next {
    right: .5rem;
}

.home-slider .slick-dots {
    bottom: 3rem;
    text-align: left;
}

.home-slider .slider-body {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.home-slider .slider-content {
    font-size: 1.5rem;
    color: #fff;
    max-width: 500px;
}

.home-slider .slider-content p {}

.home-slider .slider-content .btn {}


/* Quick Form */

.form-icon {
    position: relative;
}

.form-icon__icon {
    width: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6d6d6;
}

.form-icon__icon .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.form-icon .form-control {
    padding-left: 2.5rem;
}

.quick-form {
    position: absolute;
    right: 0;
    top: 8rem;
    text-align: right;
    z-index: 899;
}

.quick-form__body {
    padding: 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.quick-form .quick-form__body {
    max-width: 24rem;
}

.quick-form__toggle {
    padding: 0.5rem;
    line-height: 1;
}

.quick-form__title {
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.quick-form__title:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 1.25rem;
    border-left: 1px solid #fff;
}

.quick-form .form-group {
    margin-bottom: 0.375rem;
}

.call-box {
    background: url(../img/bg_callbox.jpg) no-repeat center center;
    background-size: cover;
}

.call-box__body {
    color: #fff;
    padding: 1rem;
    max-width: 40rem;
}

.call-box__body p:last-child {
    margin-bottom: 0;
}


/* Service Item */

.block-service {
    position: relative;
    background: url(../img/bg_service.jpg) no-repeat center center;
}

.block-service__body {
    position: relative;
    margin-top: -9%;
}

.service-item {
    position: relative;
    display: block;
    width: 100%;
}

.service-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item__bottom {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.service-item__title {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #000;
    padding: 0.5rem;
    margin-bottom: 0;
    font-weight: normal;
}

.service-item__head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item__head .service-item__body {
    text-align: right;
}


/* Duyurular */

.block-announcement {
    position: relative;
    background: #000000 url(../img/bg_duyuru.jpg) no-repeat right center;
    background-size: auto 100%;
}

.block-announcement__body {
    position: relative;
    margin-top: -8%;
    margin-bottom: -10%;
    z-index: 9;
}

.block-announcement__content {
    color: white;
    max-width: 25rem;
    margin: 0 auto;
}


/* Görünür Olun */

.block-record__body {
    background: url(../img/bg_harita_kaydi.jpg) no-repeat right center;
    background-size: cover;
}

.block-record__content {
    max-width: 90%;
}


/* Image Box */

.image-box {
    display: block;
    position: relative;
    overflow: hidden;
}

.image-box__image {
    width: 100%;
    transition: transform 0.3s;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

a:hover .overlay {
    background-color: rgba(229, 25, 55, 0.5);
}

.anim-zoom {
    position: relative;
    overflow: hidden;
}

.anim-zoom__img {
    transition: transform 0.3s;
}

.anim-zoom:hover .anim-zoom__img,
.anim-zoom:hover .card-img,
.anim-zoom:hover .image-box__image {
    transform: scale(1.1);
}


/* Block App */

.block-app__body {
    position: relative;
    margin-top: -3rem;
}

.block-app__content {
    max-width: 600px;
}

.block-app .title-border__left .title-border__sub:before {
    width: 10vw;
}


/* Social */

.social-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row !important;
    flex-direction: row;
}

.social-menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.125rem;
    white-space: nowrap;
    line-height: 1;
    padding: 0 0.5rem;
    transition: all 0.3s linear;
    margin-left: 0.25rem;
}


/* Footer */

.footer {
    position: relative;
}

.footer-body {
    position: relative;
    background: #dedede url(../img/bg_footer.jpg) no-repeat center center;
    background-size: cover;
}

.footer-menu li {
    padding: 0.475rem 0;
}

.footer-menu li a {
    position: relative;
    padding-left: 1.75rem;
    color: #000;
}

.footer-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M11 11v-11h1v11h11v1h-11v11h-1v-11h-11v-1h11z' fill='%23c3152f'/%3E%3C/svg%3E");
    background-size: cover;
    transition: transform 0.3s;
}

.footer-menu li a:hover {
    color: #e51937;
    text-decoration: none;
}

.footer-menu li a:hover:before {
    transform: rotate(45deg);
}

.footer-dark {
    position: relative;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.footer-dark:before {
    content: "";
    position: absolute;
    width: 50vw;
    right: 0;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-dark>* {
    position: relative;
    z-index: 9;
}

.footer-contact,
.footer-contact a {
    color: #fff;
}

.footer-contact p {
    line-height: 1.7;
}

.footer-contact.footer-dark {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer .social-menu li a {
    width: 2rem;
    height: 2rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    transition-duration: 0.15s;
}

.footer .social-menu li a .icon {
    width: 0.75rem;
    height: 0.75rem;
}

.footer .social-menu li a:hover {
    color: #fff;
    background-color: #e51937;
}

.sticky-call {
    position: fixed;
    z-index: 99;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    right: 0;
    left: 0;
    justify-content: center;
    color: #fff;
}

/* Hero */

.hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 290px;
    padding-top: 8rem;
    text-align: center;
}

.hero-title {
    color: #fff;
    text-transform: uppercase;
    padding: 0.75rem 0;
    margin-bottom: 0;
}

.hero-content {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
}


/* Contact */

.contact-item {
    margin-bottom: 1.5rem;
}

.contact-item__support {
    line-height: 28px;
}

.contact-item__support a {
    color: #000;
    display: inline-block;
    position: relative;
}

.contact-item__support a+a:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
}

.content-body {
    position: relative;
}

.content-body__social .social-menu {}

.content-body__social .social-menu li a {
    padding: 0.75rem;
    border: 1px solid #e51937;
}


/* Page Cookie */

.page-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 8px 15px;
    background-color: #fff;
}

.page-cookie .page-cookie__body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-cookie .cookie-text {
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 40px;
}

.page-cookie .cookie-text a {
    font-weight: bold;
}


/*  CROSS BROWSER
====================================*/


/*Internet Explorer */

.ie_11 .quickview,
.msie .quickview {
    width: 100%;
    max-width: 1140px;
}

.ie_11 .figure-img {
    overflow: visible;
}


/* IE-10 */

.msie .pd-bttns .btn {
    padding-left: 15px;
}


/* Safari */

.safari .form-control,
.safari .btn {
    line-height: normal;
}


/*  MEDIA QUERY
====================================*/

@media(max-width:1199px) {
    .header-contact {
        margin-left: auto;
        margin-right: 1rem;
    }
    .navbar-collapse {
        overflow-y: auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
        right: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: -1;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.95);
    }
    .menu--open .navbar-collapse {
        z-index: 999;
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding: 0.75rem 1rem;
    }
}

@media(max-width:991px) {
    .header--fixed .header {
        position: absolute;
    }
    .home-slider .slick-dots {
        bottom: 1.75rem;
    }
    .home-slider .slider-content {
        font-size: 1rem;
        padding: 1rem;
    }
    .quick-form {
        position: fixed;
    }
    .navbar-collapse .header-contact {
        margin-right: auto;
        margin-top: 2rem;
    }
    .header-contact__item {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .block-announcement__body {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-menu li {
        padding: 0;
    }
    .copyright {
        font-size: 14px;
    }
    .block-service__body,
    .block-app__body {
        margin-top: 0;
    }
    .content-body__social {
        margin-top: 1rem;
    }
}

@media(max-width:767px) {
    html,
    body {
        overflow-x: hidden;
    }
    .quick-form__toggle span,
    .header-contact {
        display: none;
    }
    .home-slider .slick-slide {
        height: 400px;
    }
    .home-slider .slider-image {
        height: 100%;
        object-fit: cover;
    }
    .home-slider .slider-content {
        text-align: center;
    }
    .home-slider .slick-arrow .icon {
        width: 1.25rem;
        height: 1.25rem;
    }
    .title-border {
        font-size: 1.5rem;
        text-align: center;
        padding-top: 1rem;
    }
    .title-border:before {
        height: 0.25rem;
        left: 50%;
        margin-left: -5rem;
    }
    .title-border__sub {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
    }
    .title-border__sub::before {
        display: none;
    }
    .title-border__left .title-border__sub:before,
    .title-border__right .title-border__sub:before {
        height: 0.25rem;
        margin-top: -0.125rem;
    }
    .navbar-collapse .header-contact {
        display: flex;
    }
    .footer-dark:before {
        width: 100vw;
    }
    .footer-menus {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .footer-menu li {
        padding: 0.25rem 0;
    }
    .footer-menu li a {
        font-size: 13px;
        line-height: 20px;
        display: inline-block;
    }
    .copyright {
        margin: 1rem 0;
    }
    .footer-bottom,
    .service-item__head .service-item__body,
    .block-app__content {
        text-align: center;
    }
    .footer .social-menu li a {
        width: 2.25rem;
        height: 2.25rem;
    }
    .footer .social-menu li a .icon {
        width: 1rem;
        height: 1rem;
    }
    .hero {
        min-height: 200px;
        padding-top: 6rem;
    }
    .blog-row {flex-direction: column-reverse !important;}
}

@media(max-width:567px) {}

@media(max-width:359px) {}

@media(min-width:568px) {
    .sticky-call {display: none;}
}

@media(min-width:568px) and (max-width:767px) {}

@media(min-width:768px) {
    .block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .block-top {
        padding-top: 2.5rem;
    }
    .block-bottom {
        padding-bottom: 2.5rem;
    }
}

@media(min-width:568px) and (max-width:991px) {}

@media(min-width:768px) and (max-width:991px) {}

@media(min-width:992px) {
    .footer-contact.footer-dark {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .quick-form .quick-form__body,
    .quick-form .quick-form__body.collapsing {
        display: block !important;
        height: auto;
    }
    .wrapper p,
    .wrapper ul,
    .wrapper ol,
    .wrapper figure {
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
    .content-body {
        position: relative;
        padding-left: 5rem;
    }
    .content-body__social {
        position: absolute;
        left: 0;
        top: 0;
    }
    .content-body__social .social-menu {
        -ms-flex-direction: column !important;
        flex-direction: column;
    }
    .content-body__social .social-menu li a {
        padding: 1rem;
        margin-left: 0;
        margin-bottom: 0.5rem;
    }
}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:1200px) {
    .btn-toggler {
        display: none;
    }
    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .block-top {
        padding-top: 4rem;
    }
    .block-bottom {
        padding-bottom: 4rem;
    }
    .call-box__body {
        padding: 2rem;
        font-size: 18px;
    }
    .contact-item {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 2.5rem;
    }
    .hero-content {
        font-size: 18px;
    }
}

@media(min-width:1600px) {
    .home-slider .slick-prev {
        left: 1.5rem;
    }
    .home-slider .slick-next {
        right: 1.5rem;
    }
    .home-slider .container {
        max-width: 1600px;
    }
}

@media(min-width:1200px) and (max-width:1899px) {}

@media(min-width:1900px) {
    .block-record__content {
        max-width: 70%;
    }
}

@media(min-width:2100px) {}

@media(min-width:2500px) {}

::selection {
    color: #ffffff;
    background-color: #e51937;
}

::-moz-selection {
    color: #ffffff;
    background-color: #e51937;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #e51937;
    border-radius: 0;
}

.slick-references .slick-arrow {
    color: #e51937;
}


.slick-references .slick-prev {
    left: -1rem;
}

.slick-references .slick-next {
    right: -1rem;
}
.border-3 {
    border-width:3px !important;
}