* {
    font-family: 'Quicksand', sans-serif;
}

body {
    background-color: #fff;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

.slider {
    margin-bottom: -25px;
}

header {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: none;
    -moz-box-shadow: 0 0 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 0 4px rgb(3 27 78 / 10%);
    box-shadow: 0 0 4px rgb(3 27 78 / 10%);
    padding-bottom: 20px;
    position: fixed;
    top: 0px;
    padding-top: 20px;
}

header * {
    text-decoration: none !important;
}

header a.logo, header a.tel {
    float: left;
    width: 190px;
    height: 54px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

header a.tel {
    display: none
}

header .logo {
    background-image: url(../img/logo-e.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

header .navbar-right {
    display: block;
    height: 50px
}

header .navbar-right ul {
    margin: 0;
    list-style-type: none;
    margin-top: 12px;
}

header .navbar-right li {
    position: relative;
    float: left;
}

header .navbar-right li a {
    color: #808080;
    font-size: 15.5px;
    padding: 8px 15px;
    font-weight: 600;
    position: relative;
}

header .navbar-right ul li a:hover, header.absolute .navbar-right ul li a:hover {
    color: #ff053d
}

header .navbar-right li.dropdown .dropdownicon {
    display: none
}

header .navbar-right li.dropdown:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: calc(50% - 3px);
    height: 3px;
    width: 6px;
    top: 18px;
    z-index: -1;
    color: #333;
    background: 0 0 !important;
    font-size: 16px;
}

header .navbar-right li.dropdown:hover:after  {
    top: 25px;
}

@media screen and (min-width: 767px) {
    header .navbar-right, header .navbar-right li.dropdown:hover ul.dropdownmenu {
        display: block
    }
}

header .navbar-right ul.dropdownmenu {
    display: none;
    position: absolute;
    margin-left: calc(50% - 93px);
    margin-top: 8px;
    background: #ff053d;
    min-width: 192px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    z-index: 1
}

header .navbar-right ul.dropdownmenu:before {
    bottom: 100%;
    left: calc(50% - 6px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ff053d;
    border-width: 6px;
    margin-left: -1px
}

header .navbar-right .dropdownmenu li{
    width: 100%;
    margin: 0px !important;
    display: inline-block;
    padding: 0px 10px;
}

header .navbar-right .dropdownmenu li a {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

header .navbar-right .dropdownmenu li:last-child a{
    border-bottom: none !important;
}


header .navbar-right .dropdownmenu li a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: nowrap;
    -webkit-transition: all ease-in .1s;
    -o-transition: all ease-in .1s;
    transition: all ease-in .1s;
    background-color: transparent
}

header .navbar-right .dropdownmenu li a:hover {
    opacity: .7
}

header a.teklif-talep {
    background-color: #ff053d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    margin-left: 20px;
    font-weight: 600;
}


header .mobilmenuicon {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 50px;
    font-size: 25px;
    color: #ff053d;
    text-align: center
}

header.absolute {
    position: relative;
    top: 0;
    z-index: 998;
    margin-bottom: 18px;
}

.homepage header.absolute {
    position: absolute;
    top: 0;
    z-index: 9999
}


header.absolute .navbar-right ul li a {
    color: #5a5e66
}


@media screen and (max-width: 1080px) {
    header a.logo {
        width: 100%;
        background-position: center
    }

    header .navbar-right {
        float: left;
        width: 100%
    }
}


/* */

@media (min-width: 768px){
    .navbar-right {
        float: right !important;
        margin-right: -15px;
        display: block !important;
    }
}
@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }

    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }


    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }


    header {
        height: 70px;
        padding: 10px 15px;
    }

    header a.logo {
        width: 170px;
        background-position: left center
    }

    header .navbar-right {
        display: none;
        width: 100%;
        height: auto;
        margin: 15px 0;
        background: #ff053d;
        border-radius: 4px;
        position: relative;
        z-index: 1
    }

    header .navbar-right ul, header .navbar-right ul li {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0
    }

    header .navbar-right ul li:not(:last-child) {
        border-bottom: 1px solid #b7b7b7
    }

    header .navbar-right ul li a {
        width: 93%;
        margin: 5px auto;
        padding: 10px 0;
        color: #fff !important;
        border: none;
        border-radius: 0;
        position: relative;
        display: block
    }

    header .navbar-right ul.dropdownmenu {
        display: none;
        float: left;
        width: 100%;
        position: unset;
        background: #444;
        border: none;
        border-radius: unset;
        margin: 0;
        padding: 0
    }

    header .navbar-right li.dropdown.open ul.dropdownmenu {
        display: block
    }

    header .navbar-right li.dropdown:after, header .navbar-right ul.dropdownmenu:before {
        display: none
    }

    header .navbar-right ul.dropdownmenu li {
        border-bottom: 1px solid #333
    }

    header .navbar-right ul.dropdownmenu li a {
        color: #fff !important;
        font-weight: 700;
        margin: 5px 0;
        padding: 10px;
        width: 100%
    }

    header .navbar-right li.dropdown a {
        /*width: calc(100% - 60px);*/
        width: 100%;
        float: left;
        padding-left: 12px
    }

    header .navbar-right li.dropdown .dropdownicon {
        display: block;
        float: left;
        width: 60px;
        font-size: 26px;
        color: #fff;
        text-align: center;
        padding: 6px;
        border-left: 1px solid #b7b7b7
    }

    header .mobilmenuicon {
        display: block;
        top: 15px
    }
}

header .top-bar {
    background: #1c1c1e;
    padding: 6px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

header .top-bar .social-area {
    padding: 0px;
    margin: 0px;
}

header .destek span {
    font-size: 14.5px;
    font-weight: 600;
    color: #fff;
}

header .destek {
    font-size: 15.5px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    float: left;
}

header .top-bar .social-area li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-left: 18px;
    float: left;
}

header .top-bar .social-area li a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    transition: all 500ms;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}


header .top-bar .social-area li a:hover {
    transition: all 500ms;
    color: #ff053d;
}

header .top-bar .social-area li:last-child a img {
    height: 19px;
    margin-top: -5px;
    margin-left: 13px;
}

.owl-carousel-services .box {
    display: block;
    height: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.owl-carousel-services .box * {
    transition: all 500ms;
}


.owl-carousel-services .box a {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    padding: 40px 0;
    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 10%);
    box-shadow: 0 2px 4px rgb(3 27 78 / 10%);
    text-decoration: none;
    text-align: center;
}

.owl-carousel-services .box a .icon {
    margin-bottom: 30px;
}

.owl-carousel-services .box a .icon svg {
    width: auto;
    height: 61px;
}

.owl-carousel-services .box svg * {
    fill: #ff053d !important;
}

.owl-carousel-services .box a .title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}


.owl-carousel-services .box a p {
    font-size: 14.5px;
    color: #8e8e8e;
    padding: 0px 15px;
}

.owl-carousel-services .box a .label {
    color: #40c4f2;
    padding: 6px 15px;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel-services .box a .label::after {
    background-color: #40c4f2;
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    margin-top: 5px;
    border-radius: 5px;
}

.owl-carousel-services .box a:hover {
    transition: all 500ms;
    background: #ff053d;
}

.owl-carousel-services .box a:hover .title , .owl-carousel-services .box a:hover .label {
    color: #fff !important;
    transition: all 500ms;
}

.owl-carousel-services .box a:hover svg * {
    fill: #fff !important;
    transition: all 500ms;
}

.page-baslik {
    text-align: center;
    padding: 10px 0px;
    padding-top: 45px;
}

.page-baslik h2 {
    color: #000;
    display: table;
    margin: 0 auto;
    float: none;
    position: relative;
    padding-bottom: 18px;
}

.page-baslik h2::after {
    background-color: #000;
    content: "";
    display: block;
    width: 55px;
    height: 1.3px;
    margin-top: 6px;
    position: absolute;
    right: 0;
}

.page-baslik h2 span {
    color: #ff053d;
}

.owl-carousel-services .box a:hover .label::after {
    background-color: #fff;
    transition: all 500ms;
}

.owl-carousel-services .box a:hover p {
    color: #fff;
    transition: all 500ms;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff053d !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px !important;
}

.software-info {
    background-color: #fff;
    padding: 35px 0px;

}

.our-services>#Layer_1 {
    position: absolute;
    top: -10%;
    width: 100%;
    left: 0;
    z-index: 1;
}

.our-services  {
    position: relative;
    overflow: hidden;
    padding-bottom: 47px;
}



footer {
    background-color:#202526;
}

footer .col-md-3, footer .col-md-4, footer .col-md-5 {
    padding-top: 45px;
    padding-bottom: 45px;
}

footer .footer-bottom {
    padding: 35px 0px;
}

footer h2 {
    color: #ffffffd4;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 11px;
}

footer .follow-us p {
    color: #69767e;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 18px;
}

footer .follow-us ul {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0px;
}

footer .follow-us ul li {
    float: left;
    list-style: none;
}

footer .follow-us li a {
    text-align: center;
    color: #dadada;
    font-size: 23px;
    padding: 5px;
    margin: 5px;
    transition: all 500ms;
}

footer .follow-us li a:hover {
    transition: all 500ms;
    color: #ff053d !important;
}

footer .phone-number {
    color: #69767e;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 18px;
}

footer .blog-texts {
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
}

footer .blog-texts li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
}

footer .blog-texts li:last-child {
    border-bottom: 0px solid rgba(255,255,255,.35);
}

footer .blog-texts li a {
    display: inline-block;
    color: #ccc;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    transition: all 500ms;
}

footer .blog-texts li a:hover {
    transition: all 500ms;
    color: #ff053d !important;
}

footer .blog-texts li a h3 {
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

footer .blog-texts li a span {
    color: #69767e;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
    margin-left: 18px;
}

footer .menu-area {
    padding: 0px;
    margin: 0px;
    padding-top: 8px;
}

footer .menu-area li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
}

footer .menu-area li:last-child {
    border-bottom: 0px solid rgba(255,255,255,.35);
}

footer .menu-area li a:hover {
    transition: all 500ms;
    color: #ff053d !important;
}


footer .menu-area li a {
    display: inline-block;
    color: #ccc;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    transition: all 500ms;
}

footer .footer-bottom p {
    text-align: left;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
    font-size: 14px;
}

.footer-social-app {
    background-color: #313638;
    display: inline-block;
    width: 100%;
}

.footer-social-app ul {
    margin: 0px;
    padding: 17px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: -7px;
}

.footer-social-app ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.footer-social-app ul li a {
    color: #fff;
    opacity: 0.7;
    font-size: 24px;
    padding: 0px 13px;
    float: left;
}

.footer-social-app ul li a:after{
    float: right;
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    background-color: #fffffff0;
    margin-left: 18px;
    margin-top: 12px;
}

.footer-social-app ul li:last-child a:after{
    display: none;
}

footer .footer-bottom {
    display: inline-block;
    width: 100%;
}

footer .footer-bottom p {
    float: left;
}

footer .footer-bottom ul {
    float: right;
    margin: 0px;
    padding: 0px;
}

footer .footer-bottom ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}

footer .footer-bottom ul li a {
    color: #fff;
    font-size: 13px;
}

footer .follow-us li a {
    font-size: 16px;
    text-decoration: none;
    color: #ff053d;
    margin-bottom: 5px;
    display: block;
}

footer .follow-us li a i{
    font-size: 16px;
    display: block;
    float: left;
    margin-right: 9px;
    margin-top: 6px;
}

footer .follow-us li a span {
    border-bottom: 1px solid #ff053d;
    padding-bottom: 7px;
}

.get-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 35px;
}

.get-list__item {
    padding: 15px 15px;
    margin: 0 1.5rem 3rem;
    width: calc(33.33% - 3rem);
    background: #fff;
    -webkit-box-shadow: 0px 1rem 2.6rem rgb(36 73 168 / 15%);
    box-shadow: 0px 1rem 2.6rem rgb(36 73 168 / 15%);
    overflow: hidden;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    position: relative;
}

.get-list__item:before { content: ''; width: 20.5rem; height: 20.5rem; border: 5rem solid rgba(219, 223, 243, 0.3); background: #fff; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 0; top: 0; -webkit-transform: translate(-36%, -36%); -ms-transform: translate(-36%, -36%); transform: translate(-36%, -36%); z-index: 0; }

@media(min-width: 768px){
    .get-list__item:nth-child(3n-1) { -webkit-transform: translateY(4.1rem); -ms-transform: translateY(4.1rem); transform: translateY(4.1rem); }
}

.get-list__heading { padding-left: .3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }

.get-list__icon {
    width: auto;
    margin-right: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.get-list__icon img { vertical-align: top; }

.get-list__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #484848;
}

.get-list__text {
    padding-left: .3rem;
    margin-top: 15px;
    font-size: 16px;
    line-height: 170%;
    position: relative;
    z-index: 1;
}

@media(max-width: 768px){
    .get-list__item {
        padding: 15px 15px;
        width: 100%;
        margin-bottom: 30px;
    }
}


.our-services  {
    padding-bottom: 45px;
    background-color: #fbfbfb;
    margin-top: 0;
    padding-top: 45px;
}

.our-services .item {
    padding: 0px 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.our-services .box {
    width: 100%;
    min-height: 180px;
    background-color: white;
    display: block;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0px 14px #cccccc9e;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}


.get-information-not {
    background: linear-gradient(270deg,#83227f 0,#ff040eb3 59.21%),#868686;
    /*background-image: url("../img/information-parallax.jpg");*/
    padding: 35px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.get-information-not .text {
    float: left;
}

.get-information-not .text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-top: 14px;
}

.get-information-not .text p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14.6px;
}

.get-information-not .butonand-tel {
    float: right;
    width: 270px;
}

.get-information-not .butonand-tel .btn {
    width: 100%;
    background-color: #ff040e;
    color: #fff;
    padding: 12px 0px;
    text-align: center;
    border-radius: 500px;
    margin-bottom: 11px;
    text-decoration: none;
    margin-top: 5px;
    outline: 0;
}

.get-information-not .butonand-tel .btn i {
    color: #fff;
    display: inherit;
    width: 30px;
    height: 30px;
    margin-left: 9px;
    background-color: #cc0008ba;
    border-radius: 50px;
    font-size: 18px;
    padding-top: 6px;
}

.get-information-not .butonand-tel .hemen-ara {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

.get-information-not .butonand-tel .hemen-ara b {
    font-weight: 600;
}


.online-shopping {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.online-shopping .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-top: 35px;
}

.online-shopping .nav-tabs li {
    padding: 0px;
}

.online-shopping .nav-tabs li a {
    width: 100%;
    display: block;
    text-align: center;
}

.online-shopping .nav-tabs li a {
    text-decoration: none;
}

.online-shopping .nav-tabs li a img {
    width: 42%;
    margin-bottom: 10px;
}

.online-shopping .nav-tabs li a span {
    background-color: #fff;
    width: 100%;
    display: block;
    font-weight: 500;
    color: #000;
    border-top: 2px solid #fff;
    display:flex;
    justify-content:center;
    align-items: center;
    height: 70px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

.online-shopping .nav-tabs li .active span {
    background-color: #f4f4f4b8;
    color: #000;
    border-top: 2px solid #ff040e;
}

.online-shopping .tab-content {
    background-color: #f7f7f7;
    padding: 25px;
    text-align: center;
}

.online-shopping .tab-content h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 21px;
    color: dimgrey;
    font-size: 23px;
}

.online-shopping .tab-content .text {
    padding: 0px 45px;
    font-size: 15px;
    font-weight: 500;
    color: #313131;
    line-height: 22px;
    position: relative;
}

.online-shopping .tab-content .text::before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    left: 8px;
    font-size: 26px;
    top: -5px;
}

.online-shopping .tab-content .text::after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    right: 8px;
    font-size: 26px;
    bottom: -5px;
}

.customer-hood {
    background: #8bf2cd;
    padding-top: 45px;
    padding-bottom: 15px;
}

.customer-area {
    background-color: #f7f7f7;
    padding: 35px 0px;
}

.customer-area .logolar {
    padding: 0px;
    margin: 0px;
}

.customer-area .logolar li {
    list-style: none;
    float:left;
    width: 33.333%;
    padding: 32px 15px;
}

.customer-area .logolar li img {
    width: 100%;
    display: table;
    max-width: 160px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
}

.customer-area .logolar li {
    border-color: #eaeaea !important;
}

.customer-area .logolar li:nth-child(1) {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(2) {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(3) {
    border-bottom: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(4) {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(5) {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(6) {
    border-bottom: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(7) {
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(8) {
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid #dedede;
}

.customer-area .logolar li:nth-child(9) {
    border-bottom: 1px solid transparent !important;
}

.customer-area p {
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    color: #636363;
    margin-top: 50px;
    margin-bottom: 32px;
}

.customer-area p span {
    color: #6bd8b1;
    font-weight: 700;
}

.customer-area .all-customer-btn {
    display: table;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #8bf2cd;
    outline: 0;
    border-radius: 500px;
    color: #626262;
    font-weight: 700;
    box-shadow: 0px 0px 16px #cccccc5e;
    text-decoration: none;
}

.help-bar-area {
    background-color: #ececec;
    min-height: 120px;
}

@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}

.help-bar-area  {
    padding: 35px 0px;
}

.help-bar-area img {
    width: 100%;
    float: right;
    max-width: 180px;
    margin-top: 30px;
}

.help-bar-area h4 {
    color: #616161;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.help-bar-area p {
    color: #505050;
    font-size: 13.5px;
    font-weight: 600;
    margin: 0px;
}

.page-hood {
    padding-top: 180px;
    padding-bottom: 60px;
    background-color: #000;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-hood::before {
    background-color: #000;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.1;
    z-index: 1;
}

.hood-color-one {
    background: linear-gradient(270deg,#38EF7D 0,#119983 59.21%),#868686;
}

.hood-color-two {
    background: linear-gradient(270deg,#ffe259,#ffa751 59.21%),#868686;
}

.hood-color-three {
    background: linear-gradient(270deg,#6acbe0 0,#6859ea 59.21%),#868686;
}

.hood-color-four {
    background: linear-gradient(270deg,#FFE000 0,#799F0C 59.21%),#868686;
}

.hood-color-five {
    background: linear-gradient(270deg,#4e54c8 0,#8f94fb 59.21%),#868686;
}

.hood-color-six {
    background: linear-gradient(270deg,#536976,#292E49 59.21%),#868686;
}

.hood-color-seven {
    background: linear-gradient(270deg,#4568DC,#B06AB3 59.21%),#868686;
}

.hood-color-eight {
    background: #D31027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EA384D, #D31027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.page-hood .page-baslik {
    z-index: 2;
    position: relative;
}

.page-hood .page-baslik h2 {
    color: #e2e2e2;
}

.page-hood .page-baslik p {
    font-size: 18px;
    color: rgba(255,255,255,.7);
    margin-top: -2px;
}

.page-hood .page-baslik h2::after {
    content: "";
    display: table;
    width: 45px;
    height: 2px;
    background-color: #26c4f2;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.page-hood .page-baslik h2 i {
    font-style: normal;
    color: #ffffff;
    opacity: 0.25;
}

.page-hood .page-baslik span {
    opacity: 1 !important;
    font-weight: 700;
    color: #fff;
}

.ozel-page-hood-blog span {
    letter-spacing: initial;
}

.ozel-page-hood-blog .page-baslik h2::after {
    content: "";
    display: table;
    width: 45px;
    height: 2px;
    background-color: transparent !important;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: -18px;
    margin-bottom: 18px;
}


.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box svg {
    height: 52px;
    margin-bottom: 12px;
    fill: #ff053d;
}

.contact-area .box {
    text-align: center;
    margin-top: 15px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #ff053d;
    font-weight: 500;
    border-bottom: 1px dashed #ff053d;
    text-decoration: none;
    padding: 7px 2px;
}

ct-form {
    padding-top: 45px;
    padding-bottom: 10px;
}

.blog-area {
    padding: 65px 0px;
}

.blog-area .blog {
    margin-bottom: 25px;
    padding: 15px;
    padding-left: 20px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #f9f9f9;
    transition: all 500ms;
    display: inline-block;
    width: 100%;
}

.blog-area .blog:hover {
    background-color: #efefef66;
    transition: all 500ms;
}

.blog-area .blog a {
    text-decoration: none;
}

.blog-area .blog label {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #545454;
    margin-bottom: 8px;
    margin-top: 10px;
}

.blog-area .blog label::before {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    background-color: red;
    position: absolute;
    top: 6px;
    left: -28px;
}

.blog-area .blog img {
    width: 100%;
}

.blog-area .blog h2 {
    color:#585858;
    font-size: 21px;
    font-weight: 700;
}

.blog-area .blog p {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}

.blog-hood .description {
    line-height: 31px;
    display: table;
    margin: 0 auto;
    max-width: 842px;
}

.blog-area .blog .info span {
    color: #ff053d;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ff053d;
    padding-bottom: 5px;
    display: table;
    margin-top: 8px;
}

.blog-category ul {
    padding: 0px;
    margin: 0px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #cccccc1f;
}

.blog-category ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.blog-category ul li a {
    margin: 0px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    padding: 11px 0px;
    border-bottom: 1px solid #fff;
    color: #585858;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.blog-category ul li.active a {
    background-color: #fff;
}

.blog-category ul li.active a::before {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    background-color: red;
    position: absolute;
    top: 13px;
    right: -7px;
}

.blog-category ul li:last-child a {
    border-bottom: 0px solid #fff;
}

.reference-area {
    padding: 55px 0px;
    padding-bottom: 25px;
}

.reference-area .reference {
    -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,.11);
    box-shadow: 0 0 8px 4px rgba(0,0,0,.11);
    border-radius: 4px;
    margin-bottom: 30px;
}

.reference-area .reference a {
    text-decoration: none !important;
}

.reference-area .reference .big-image img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.reference-area .reference .logo-area img {
    width: 160px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    margin-top: -31px;
}

.reference-area .reference .area {
    padding: 0px 15px;
    text-align: center;
}

.reference-area .reference .area h4 {
    color: #757575;
    font-weight: 600;
    font-size: 23px;
}

.reference-area .reference .area p {
    color: #757575;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 15px;
    display: inline-block;
}

.basindabiz-area .logo-area i {
    background-color: #fff;
    display: table;
    margin: 0 auto;
    padding: 9px 30px;
    font-size: 33px;
    margin-top: -25px;
    z-index: 99;
    position: relative;
    border-radius: 5px;
    color: #ff040e;
}

.corporate-area {
    padding: 55px 0px;
    padding-bottom: 45px;
}

.corporate-area p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.corporate-area h3 {
    color: #5d5d5d;
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
}

.corporate-area-blog {
    background: #fafafa;
    border-top: solid 1px #f0f0f0;
    padding: 55px 0px;
    padding-top: 45px;
}

.corporate-area-blog h4 {
    color: #5d5d5d;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.corporate-area-blog .blog-hd p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
}

.owl-corporate-blog {
    margin-top: 10px;
}

.owl-corporate-blog .item {
    padding: 0px 15px;
}

.owl-corporate-blog .item a {
    text-decoration: none;
}

.owl-corporate-blog .item .image-area {
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.owl-corporate-blog .item a .image-area span {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: #D31027;
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    background: linear-gradient(to right, #EA384D, #D31027);
    top: 0px;
    left: 0px;
    opacity: 0;
    border-radius: 5px;
    transition: all 500ms;
}

.owl-corporate-blog .item a:hover .image-area span {
    opacity: 0.8;
    transition: all 500ms;
}

.owl-corporate-blog .item a .image-area span i {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-top: 86px;
}

.owl-corporate-blog .item .image-area img {
    width: 100%;
    border-radius: 5px;
}

.owl-corporate-blog .item h3 {
    width: 100%;
    display: block;
    color: #5f5f5f;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 23px;
}

.meet-us {
    width: 100%;
    position: relative;
    padding: 35px 0px;
    background-color: #ff053d;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 15px;
}

.meet-us p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}


.meet-us .form-group {
    width: 100%;
    margin-top: 10px;
}

.meet-us .form-group input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 8px 0px;
    outline: 0;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.meet-us .form-group input::placeholder {
    color: #fff;
}

.meet-us .form-group button {
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    outline: 0;
    color: #ff053d;
    border: 0px;
    font-weight: 700;
    border-radius: 500px;
}

.web-design {
    padding: 55px 0px;
    padding-bottom: 45px;
}

.web-design-two {
    background: #fafafa;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.web-design p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.web-design h3 {
    color: #5d5d5d;
    font-size: 21px;
    line-height: 27px;
    font-weight: bold;
}

.web-design .web-ul {
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.web-design .web-ul li {
    list-style: none;
    margin-bottom: 45px;
    font-size: 14.4px;
    font-weight: 600;
    color: #717171;
    position: relative;
    text-align: center;
    z-index: 2;
}

.web-design .web-ul li i {
    background: linear-gradient(to right, #d6d6d6, #eaeaea);
    width: 42px;
    height: 42px;
    border-radius: 55px;
    float: left;
    color: #fff;
    font-size: 18px;
    padding-top: 12px;
    margin-bottom: 25px;
    margin-right: 7px;
}

.web-design .web-ul li span {
    color: #0000000d;
    position: absolute;
    right: 5px;
    bottom: -30px;
    font-size: 45px;
    font-weight: bold;
    z-index: 1;
}

.web-design .luing {
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.web-design-two img {
    width: 100%;
    margin-top: 52px;
}

.web-design-three img {
    width: 100%;
    margin-top: 25px;
}

.web-design .luing li {
    list-style: none;
    margin-bottom: 15px;
    font-weight: 700;
    color: #6b6b6b;
}

.web-design .luing li p{
    padding-left: 15px;
}

.web-design .luing li i {
    color: #719ecf;
}

.fqa-area {
    padding: 55px 0px;
    padding-bottom: 45px;
}

.fqa-area p {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
}

.fqa-area h3 {
    color: #5d5d5d;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.fqa-area .fqa-area-min .btn {
    background-color: #f1f1f1;
    outline: 0;
    width: 100%;
    text-align: left;
    border-left: 5px solid #ff0010;
    border-radius: 0px;
    padding: 10px 11px;
    margin-top: 15px;
}

.fqa-area .fqa-area-min .btn:focus {
    outline: 0;
    box-shadow: none;
}

.fqa-area .card-body {
    border:0px;
    text-align: left;
}

.fqa-area .card-body p {
    border:0px;
    text-align: left;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.text-df {
    padding-top: 45px;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}


.text-df .text-area {
    float: left;
    width: auto;
    width: 65%;
}

.text-df img {
    width: 35%;
    float: right;
}

.text-df i {
    font-size: 65px;
    color: #cecece;
    margin-bottom: 15px;
    margin-top: 35px;
}

.text-df h3 {
    font-size: 21px;
    line-height: 30px;
}

.text-df h3 span {
    font-size: 13.5px;
    display: block;
    margin-top: 7px;
}

.google-ads .google-ads-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: table;
    margin-top: 36px;
}

.google-ads-two {
    background: #fafafa;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
}

.google-ads-two hr {
    position: absolute;
    width: 100%;
    top: 296px;
    left: 0px;
    z-index: 99;
}

.google-ads-two h3 {
    color: #5d5d5d;
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.google-ads-two h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    left: 0px;
    width: 30px;
    height: 3px;
    background: #D31027;
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    background: linear-gradient(to right, #EA384D, #D31027);
}

.google-ads-two h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    left: 35px;
    width: 30px;
    height: 3px;
    background: #D31027;
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    background: linear-gradient(to right, #EA384D, #D31027);
}

.owl-google-ads .item {
    padding: 0px 15px;
}

.owl-google-ads .box {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.owl-google-ads .box img {
    width: 87px !important;
    display: table !important;
    margin: 0 auto;
    padding: 42px 0px;
    position: relative;
    z-index: 9;
}

.owl-google-ads .box h1 {
    font-size: 19px;
    padding: 15px 15px;
    text-align: center;
    font-weight: 700;
    color: #848484;
}

.owl-google-ads .box span {
    font-size: 81px;
    color: #0000000d;
    position: absolute;
    width: 100%;
    font-weight: bold;
    bottom: 26px;
    text-align: right;
    right: 5px;
}

.google-ads-onne img {
    margin-top: 0px;
}

.mobile-ozel {
    margin-bottom: 25px;
    margin-top: -15px;
}

.success i {
    color: green;
    display: table;
    margin: 0 auto;
    border: 3px solid green;
    font-size: 40px;
    border-radius: 500px;
    padding: 25px;
}

.success h4 {
    margin: 0 auto;
    display: table;
    margin-top: 24px;
    margin-bottom:21px;
}

.success p {
    text-align: center;
}

.mobile-arae-tab-menu {
    margin: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.mobile-arae-tab-menu li {
    padding: 0px;
    list-style: none;
}

.mobile-arae-tab-menu li a {
    width: 100%;
    display: block;
    text-align: center;
}

.mobile-arae-tab-menu li a {
    text-decoration: none;
}

.mobile-arae-tab-menu li a img {
    width: 48%;
    margin-bottom: 20px;
}

.mobile-arae-tab-menu li a span {
    background-color: #fff;
    width: 100%;
    display: block;
    color: #000;
    border-top: 1px solid #e0e0e0;
    display:flex;
    justify-content:center;
    align-items: center;
    height: 70px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}


.mobile-arae-tab-menu li a span i {
    color: #424242;
    position: absolute;
    top: 25px;
    right: 23px;
    font-size: 20px;
}

.mobile-arae-tab-menu li .active-d span {
    background-color: #f4f4f4;
    color: #000;
    border-top: 2px solid #f91019;
}


.sticy-form-area-mobile {
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 997;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #3f4751;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

@media(max-width:768px){
    .page-baslik h2 {
        font-size: 44px;
        line-height: 62px;
    }
    .get-information-not {
        padding: 25px 0px;
        text-align: center;
    }
    .get-information-not .butonand-tel {
        float: none;
        width: 270px;
        margin: 0 auto;
    }
    .get-information-not .butonand-tel .btn {
        margin-top: 19px;
    }
    .page-baslik span {
        font-size: 28px;
        font-weight: 500;
    }
    .page-baslik i {
        opacity: 0.02;
    }
    header.absolute .mobilmenuicon {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 6px;
    }
    .page-hood .page-baslik h2 i {
        display: none;
    }
    .online-shopping .nav-tabs li a img {
        width: 42%;
        margin-bottom: 10px;
        display: none;
    }
    .help-bar-area img {
        width: 100%;
        float: left;
        max-width: 180px;
        margin-top: 21px;
        margin-bottom: -8px;
    }
    footer .col-md-3, footer .col-md-4, footer .col-md-5 {
        padding-top: 0;
        padding-bottom: 29px;
    }
    footer {
        padding-top: 35px;
    }
    .page-hood .page-baslik p {
        font-size: 15px;
    }
    .page-hood {
        padding-top: 140px;
        padding-bottom: 25px;
    }
    .blog-area .blog img {
        margin-top: 15px;
    }
    .web-ozel {
        display: none;
    }

    .image-top {
        margin-top: 20px;
    }
    #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
        margin-top: 4.5em;
        opacity: 0.5;
    }
    header a.teklif-talep:hover {
        background: transparent;
        border-color: transparent !important;
        color: #fff !important;
    }

    .contact-form .col-md-7 .row {
        margin-left: 0px;
    }
    .desktop-arae-tab-menu {
        display: none;
    }

    .web-tasarimi-textdf {
        position: relative;
    }

    .web-tasarimi-textdf .text-area {
        width: 100%;
        position: relative;
        z-index: 4;
    }

    .web-tasarimi-textdf img {
        width: 79%;
        float: right;
        position: absolute;
        bottom: 0px;
        right: 0px;
        opacity: 0.15;
    }

    .google-ads-textdf {
        position: relative;
    }

    .google-ads-textdf .text-area {
        width: 100%;
        position: relative;
        z-index: 4;
    }

    .google-ads-textdf img {
        width: 63%;
        float: right;
        position: absolute;
        bottom: 0px;
        right: 0px;
        opacity: 0.15;
    }

    .text-df {
        padding-top: 10px !important;
    }

    body {
        padding-bottom: 57px;
    }
    .our-services {
        padding-top: 25px;
    }
}

.web-tasarimi-textdf {
    background-color: #fff;
}

.google-ads-textdf {
    background-color: #fff;
}

@media(min-width:768px){
    .mobile-ozel {
        display: none;
    }
}

.user-login-register {
    padding-top: 165px;
}

.section-title {
    text-align: center;
    padding: 65px 0px;
    padding-top: 75px;
    margin-top: 90px;
    background-color: #f9f9f9;
}

.heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.heading.lg {
    font-size: 23px;
}

.heading span {
    position: relative;
}

.heading span:before,
.heading span:after {
    position: absolute;
    content: "";
    height: 1px;
}

.heading span:before {
    width: 70%;
    left: -10px;
    top: -12px;
    background-color: #1d1d1b;
}

.heading span:after {
    width: 30%;
    right: -10px;
    bottom: -12px;
    background-color: #ff053d;
}

.heading.black {
    color: #1d1d1b;
    font-size: 21px;
    font-weight: 400;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 25px;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #ff053d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 15.5px;
    font-weight: 600;
    position: relative;
    margin-top: -5px;
}

/*
.career-area .pozisyon-btn {
    background-color: pink;
}

.career-area .pozisyon-btn input[type="radio"]:checked+label{
    background-color: red;
}*/

.career-select-btn input[type="radio"] {
    display: none;
}

.career-select-btn label {
    background-color: #f9f9f952;
    box-shadow: 0px 0px 10px #cccccc38;
    padding: 30px 20px;
    border: 1px solid #cccccc4a;
    border-radius: 5px;
    width: 100%;
}

.career-select-btn label h5 {
    color: #ff053d;
    font-size: 17px;
    font-weight: 600;
}

.career-select-btn label p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 13px;
    display: block;
}

.career-select-btn label span {
    color: #8a8a8a;
    background-color: #ffffff59;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #e2e2e2b8;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn label:hover span {
    color: #fff;
    background-color: #ff053d;
    display: inline-table;
    padding: 3px 15px;
    border: 1px solid #ff053d;
    font-size: 14px;
    border-radius: 5px;
    transition: all 500ms;
}

.career-select-btn input[type="radio"]:checked+label {
    background-color: #ff053d !important;
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label h5{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label p{
    color: #fff !important;
}

.career-select-btn input[type="radio"]:checked+label span {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}



@media(min-width: 1300px){
    .container {
        max-width: 1200px;
    }
}

@media(min-width: 1400px){
    .container {
        max-width: 1300px;
    }
}



.user-login-register-area input {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #cccccc91 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
}

.user-login-register-area input:focus {
    width: 100%;
    margin-bottom: 15px;
    outline: 0 !important;
    box-shadow: none;
    border: 2px solid #202526 !important;
    padding: 11px 8px;
    background-color: #ffffffa6 !important;
    outline: 0;
}

.user-login-register-area .login-btn {
    background-color: #ff053d;
    width: 100%;
    border: 0px;
    padding: 11px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    outline: 0;
    box-shadow: none;
}

.user-login-register-area h5 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
}

.user-login-register-area .card-body {
    margin-top: 65px;
}

.user-login-register-area .remember-me input {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
}

.user-login-register-area .remember-me label {
    width: auto;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
    color: #3c3c3c;
}

.user-login-register-area  .sifremi-unuttum {
    text-decoration: none;
    float: right;
    margin-bottom: 11px;
    font-weight: 400;
    font-size: 16px;
    color: #202526;
    text-align: right;
    outline: 0;
}
.user-login-register-area  .sifremi-unuttum:focus, .user-login-register-area  .sifremi-unuttum:hover, .user-login-register-area  .sifremi-unuttum:active {
    box-shadow: none;
    outline: 0;
}

.user-login-register-area .hemen-kaydon-btn {
    text-align: center;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 300;
}

.user-login-register-area .hemen-kaydon-btn a {
    color: #202526;
    font-weight: 700;
    text-decoration: none;
}

.login-area {
    padding-top: 125px;
    padding-bottom: 45px;
}


.logoIcon_f184 {
    display: none !important;
}

@media(max-width: 768px){
    header .top-bar .social-area {
        display: none;
    }

    header {
        height: auto;
        padding: 6px 15px;
    }

    header .destek {
        font-size: 15.5px;
        color: #ff053d;
        font-weight: 600;
        margin: 0px;
        float: none;
        display: inline-block;
        width: 100%;
    }
    header a.logo {
        width: 142px;
        background-position: left center;
        margin-top: -13px;
    }

    header .cont {
        position: relative;
    }
    header .mobilmenuicon {
        display: block;
        top: -7px;
        right: 0;
    }

    .section-title {
        margin-top: 105px;
    }

    header .navbar-right li.dropdown .dropdownicon {
        display: none;
    }
    header .navbar-right .dropdownmenu li a {
        border-bottom: 0 !important;
    }

    .slider {
        margin-top: 45px;
        margin-bottom: -35px;
    }
}

footer .footer-bank {
    display: table;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 100%;
    max-width: 480px;
}

.sticy-form-area-mobile {
    display: none !important;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
}

.sticy-form-area-mobile a {
    font-size: 15px;
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background-color: #3f4751;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
    text-decoration: none;
}

.sticy-form-area-mobile a:nth-child(2) {
    background-color: #2ab200;
}

@media(max-width:768px){
    .sticy-form-area-mobile {
        display: block !important;
    }
    body {
        padding-bottom: 67px !important;
    }

    .globalClass_cef4 {
        display: none !important;
    }
}

.two-color-fqa {
    background: #fafafa;
    border-top: solid 1px #f0f0f0;
}

.career-select-btn {
    margin-bottom: 25px;
}

.instagram-df-area {
    background-color: #fbfbfb;
    padding-top: 35px;
}

.instagram-df-area .insta-hood {
    padding: 55px 15px;
    background-color: #ff053d;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding-bottom: 95px;
}

.instagram-df-area .insta-hood ul {
    margin: 0 auto;
    padding: 0;
    display: table;
}

.instagram-df-area .insta-hood ul li {
    margin: 0;
    padding: 0 10px;
    float: left;
    list-style: none;
}

.instagram-df-area .insta-hood ul li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
}


.instagram-df-area .insta-hood svg {
    width: 132px;
    height: auto;
    margin-bottom: -24px;
    margin-top: -50px;
}

@media (min-width: 1400px){
    .container {
        max-width: 1380px;
    }
}

@media(min-width: 1100px) {
    .df-padding-crop  {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.df-social-home  {
    width: 100%;
    z-index: 9 !important;
    margin-top: -65px !important;
    padding-bottom: 75px;
}

.df-social-home .item {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.df-social-home a {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 12px;
    text-decoration: none;
    border-radius: 3px;
}

.df-social-home h5 {
    width: 100%;
    display: inline-block;

}

.df-social-home h5 img {
    height: auto;
    float: left;
    width: 22px !important;
    margin-right: 10px;
    margin-left: 3px;
}

.df-social-home h5 span {
    float: left;
    color: #202526;
    font-weight: bold;
    font-size: 16px;
    margin-top: 1px;
}

.df-social-home h5 i {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    font-size: 24px;
    color: #202526;
}

.df-social-home p {
    color: #202526;
    margin-top: 11px;
    font-size: 14.5px;
    line-height: 23px;
}

.df-our-services {
    width: 100%;
    margin-top: -130px;
    display: inline-block;
    z-index: 99;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: -45px;
}

.df-our-services .home-box-service {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 35px;
    box-shadow: 0px 5px 4px #cccccca3;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.df-our-services .home-box-service h3{
    color: #202526;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}

.df-our-services .home-box-service strong{
    color: #ff053d;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    font-size: 16px;
}

.df-our-services .home-box-service .ico {
    width: 100%;
    display: inline-block;
}

.df-our-services .home-box-service svg {
    height: 35px;
    width: auto;
    fill: orange;
    float: right;
}

.df-our-services .home-box-service span {
    height: 6px;
    width: 0;
    background-color: red;
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    transition: all 500ms;
}


.df-our-services .home-box-service:hover span {
    width: 100%;
    left: 0%;
    right: 0%;
    transition: all 500ms;
}


.df-our-services .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.dijital-donusum .digibox {
    padding: 105px 15px;
    width: 100%;
    background-image: url('../img/dijital-banner.jpg');
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    margin-top: 52px;
}


.dijital-donusum .digibox h2 {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 22px #000;
    line-height: 43px;
    font-size: 28px;
}

.dijital-donusum .digibox p {
    color: #fff;
    text-shadow: 0px 0px 22px #000;
    font-weight: 500;
    font-size: 17px;
}

.dijital-donusum .digibox a {
    color: #fff;
    text-shadow: 0px 0px 22px #000;
    text-decoration: none;
    display: table;
    margin: 0 auto;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 8px 26px;
    border-radius: 50px;
    box-shadow: 0px 0px 22px #00000085;
    margin-top: 34px;
    font-size: 15px;
}

.df-ecommerce-min-box {
    margin-bottom: 35px;
}

.df-ecommerce-min-box .item {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.df-ecommerce-min-box .ebox {
    width: 100%;
    padding: 30px 12px;
    text-align: center;
    border-radius: 10px;
    background-color: #f7fbff;
}



.df-ecommerce-min-box .ebox img {
    height: 48px;
    width: auto !important;
    display: table;
    margin: 0 auto;
    transition: all 500ms;
}

.df-ecommerce-min-box .ebox span {
    display: table;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #7288a4;
}

.show {
    display: block !important;
}

.dijifikir-modal {
    z-index: 9999;
}

.dijifikir-modal::after {
    background-color: red;
}


@media(max-width: 768px){
    .page-baslik h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .page-baslik span {
        font-size: 28px;
        font-weight: 500;
        display: table;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .df-our-services {
        margin-top: -19px;
    }

}

@media(min-width: 768px){
    .slider {
        margin-top: 135px;
    }
}


.slider .area-big {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    border-radius: 5px;
    padding: 35px;
    margin-bottom: 55px;
}

.slider .area-big .box .text {
    width: 50%;
    float: left;
    margin-top: 77px;
}

.slider .area-big .box .text h2{
    line-height: 44px;
}

.slider .area-big .box .image {
    width: 50%;
    float: right;
}

.slider .area-big .box .text .btn {
    background-color: #5484ed;
    outline: 0;
    padding: 10px 27px;
    color: #fff;
    border-radius: 51px;
}

.slider .area-big .box .text .green-btn {
    background-color: #58a65e;
}

@media(max-width:768px){

    .slider .area-big .box .text {
        width: 100%;
        float: none;
        margin-top: 25px;
        text-align: center;
    }

    .slider .area-big .box .image {
        width: 100%;
        float: none;
        margin-top: 35px;
    }
}