
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

body,
p {
    font-weight: 300;
}

a:hover {
    color: #1e2fdb;
}

.text-light {
    font-weight: 200;
}

.header {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
}

.btn {
    border-radius: 0;
}

a {
    text-decoration: none;
    color: black;
}

.nav-link {
    font-size: 1rem;
    font-weight: 500;
}

.nav-btn-white {
    width: 140px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0.15449929971988796) 0%,
        rgba(0, 0, 0, 0.49343487394957986) 95%);

}

.position-text {
    position: relative;
    top: -10rem;
    width: 700px;
    text-align: left;
}

.btn-slider {
    width: 220px;
    height: 60px;
    padding: 1rem;
}

.title-slider-1 {
    font-weight: 100;
    font-size: 2.5rem;
}

.title-slider-2 {
    font-size: 4rem;
}

.text-slider {
    font-size: 1.2rem;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: none;
    transition: 0.5s ease;
    background-color: #0000001c;
}

.card:hover .card-img-overlay {}

.card-text-content-solution {
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0rem 1rem;
    width: 100%;
}

.card-solution a {
    display: inline-block;
    padding: 0.5rem 2rem;
}

.card-solution:hover a {}

.story-content {
    color: white;
    text-align: center;

}

.story-title {
    font-size: 1.5rem;
    font-family: 'Shadows Into Light Two', cursive;
    margin-top: 1.5rem;
}

.story-text {
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 2.5rem;
    margin: 2rem 0 1rem;
}

.story-author {
    font-size: 1.5rem;
    font-weight: 100;
}

.line {
    padding-top: 1rem;
    border-top: 1px solid #ffffff4d;
}

.reference {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.news-sub-title {
    color: #009d35;
}

.news-date::before {
    content: "";
    background: #000;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 0.5rem;
}

.news-detail {
    background-color: #039fd8;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
}

.news-detail:hover {
    color: white;
}

.announcements {
    background: url("../../img/isbirligi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 46rem;
}

.position-announcements {
    position: relative;
    top: 11rem;
}



.bg-footer {
    background-color: #09142a;
}

.btn-outline-news {
    background-color: white;
    color: black;
    border: 1px solid #24227c;
}

.btn-outline-news:hover {
    background-color: #039fd8;
    color: white;
}

.carousel-indicators {}

.solution-title {
    position: relative;
    left: 14rem
}

.position-text-md {
    top: auto;
}

@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(196, 43, 36);
    background: linear-gradient(137deg, #000000eb 0%, #ff6701e3);
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 0rem;
    line-height: 0;
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0.15449929971988796) 0%,
        rgba(0, 0, 0, 0.49343487394957986) 95%);
}

.position-text {
    position: relative;
    top: -15rem;
    width: 100%;
    text-align: center;
}

.btn-slider-primary,
.btn-slider-outline {
    width: 220px;
    height: 60px;
}

.btn-slider-outline,
.btn-slider-outline:hover {
    background-color: transparent;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.btn-slider-outline>a,
.btn-slider-primary>a {
    color: white;
}

.btn-slider-primary,
.btn-slider-primary:hover {
    background-color: #039fd8;
    color: white;
}

.btn-referans-primary,
.btn-referans-primary:hover {
    background-color: #039fd8;
    color: black;
    border: 1px solid #f7f7f7;
    width: 160px;
    height: 50px;
}

.btn-referans-primary>a {
    color: white;
}

.title-slider-1 {
    font-weight: 100;
    font-size: 5.5rem;
}

.title-slider-2 {
    font-size: 4rem;
}

.text-slider {
    font-size: 1.2rem;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: 0.5s ease;
    background-color: #0000001c;
}

.card:hover .card-img-overlay {
    opacity: 1;
}


.story-content {
    color: white;
    text-align: center;
    position: relative;
    bottom: 30rem;
}

.story-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: "Brush Script MT", cursive;
}

.story-text {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 2rem;
}

.story-author {
    font-size: 2rem;
    font-weight: 100;
}

.line {
    padding-top: 1rem;
    border-top: 2px solid white;
}

.reference {
    border-radius: 1rem;
    box-shadow: 0px -4px 20px 0px rgb(0 0 0 / 16%);
    background-color: white;
    border: none;
}

.news-sub-title {
    color: #009d35;
}

.news-date::before {
    content: "";
    background: #000;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 0.5rem;
}

.news-detail {
    background-color: #039fd8;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
}

.news-detail:hover {
    color: white;
}

.position-announcements {
    position: relative;
    top: 15rem;
}

.bg-footer {
    background-color: #03a4e4;
}

.btn-outline-news {
    background-color: white;
    color: black;
    border: 1px solid #039fd8;
}

.btn-outline-news:hover {
    background-color: #039fd8;
    color: white;
}

.carousel-indicators {}

.solution-title {
    position: relative;
    left: 14rem
}

.position-text-md {
    top: auto;
}

.galeri-slider {
    position: relative;
    top: 6rem;
    border: 5px solid #f7f7f7
}

.blur-title {
    color: transparent;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
    letter-spacing: 3px;
    font-size: 3rem;
    position: relative;
    top: 2rem;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-solution>a {
    display: inline-block;
    padding: 0.5rem 2rem;
}

.card-solution:hover {
    border: 7px solid #01A3E6;
}

.card-text-content-solution {
    margin-top: 10rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0rem 1rem;
    width: 100%;

}


.nav-tabs {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* --bs-nav-tabs-border-width: 1px; */
    /* --bs-nav-tabs-border-color: #dee2e6; */
    --bs-nav-tabs-border-radius: 1.2rem;
    --bs-nav-tabs-link-hover-border-color: white;
    --bs-nav-tabs-link-active-color: black;
    --bs-nav-tabs-link-active-bg: white;
    --bs-nav-tabs-link-active-border-color: transparent;
    border-bottom: transparent;

}

.active-tab {
    font-weight: 600;
}

.footer-1 {
    background-color: #039fd8;
}

.footer-item {
    list-style-type: none;
    padding: 0.1rem 0;
}

.footer-link,
.footer-link:hover {
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 0.9rem;
}

.footer-nav {
    margin: 0;
    padding: 0;

}

.footer-2 {
    position: relative;
    padding: 1rem 0;
    z-index: 50;
    background: #719091;
    color: white;
}

.footer-content {

    padding-right: 5rem;
    border-right: 1px solid white;
}

.footer-3 {
    background-color: #000;
}

.social-footer {
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    color: #1f1a16;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0.4rem 0;
}

.relative-social {
    position: relative;
    bottom: 1.2rem;
}

.social-footer>a {
    color: #1f1a16;
}

.footer-logo {
    padding-bottom: 2rem;
}

.solution {
    background-color: #f7f7f7;
    height: 60rem;

}

.company {
    margin-top: 20rem;
    margin-bottom: 10rem;
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, white 50%, white 100%);
}

.form-check-input:checked {
    background-color: #01A3E6;
    border-color: #01A3E6;
}

.solution-tab {
    background-color: white;
    border-radius: 1.2rem;
    box-shadow: -3px 15px 34px -3px rgba(0, 0, 0, 0.1);


}

.solution-desctiption,
.solution-autor {
    font-style: italic;
    font-size: 1.2rem;
}

.circle-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    color: white;
    background-color: #039fd8;
    border-radius: 5rem;
    position: relative;
    top: 7rem;
    right: 0rem;
}

.circle-link>a {
    text-decoration: none;
    color: white;
}

.reference-image {
    width: 160px;
}

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

.loading-img {
    width: fit-content;
    margin: auto;
    position: absolute;
    top: -8rem;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
}

.blog-card .card {
    border: none;
    box-shadow: 0px 0px 20px #00000033;
    margin: 1rem;
}

.blog-card .blog-in .card-body {
    padding: 1rem 1.5rem;
}

.card-body a.btn-primary {
    border: #24227D;
    border-radius: 10rem;
    padding: 0.6rem 1rem;
    background: #24227D;
}

span.date {
    font-size: 0.9rem;
    font-weight: 200;
}

section.blog-card {
    padding: 0px 0 3rem 0;
}

.owl-logo .owl-stage {
    padding-left: 0px !important;
}

.owl-logo .owl-item {
    display: grid;
    margin: 0rem 0;
    height: 8rem;
    position: relative;
    align-content: center;
}

.owl-logo .owl-item img {
    max-height: 4rem;
    max-width: fit-content;
    margin: auto;
}

section.business {
    border-bottom: 1px solid lightgray;
}

section.business h4 {
    text-align: right;
    padding-right: 3rem;
}

.row.solution-row {
    padding: 0 0.3rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: -3rem;
    position: relative;
    background: white;
    z-index: 99999;
}

.solution-row:after {
    content: "";
    background: white;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 10rem;
    box-shadow: 2px 20px 19px black;
    bottom: 0;
    left: 0;
    border-radius: 0.5rem;
}

section#story {
    background-image: url(/themes/default/assets/img/banner.png);
    background-size: 102%;
    background-position: center;
    overflow: hidden;
    border-bottom: 3px solid white;
}

.story .carousel-caption.d-block {
    top: 10rem;
}

.story .carousel-inner {
    height: 47rem;
}

.home a.nav-link {
    color: #3c4244;
}

.announcements .h5 {
    font-weight: 100;
}

.announcements .h1 {
    padding-right: 17rem;
}

footer {
    /* background-image: url('/themes/default/assets/img/footer-back-logo.png'); */
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.card-solution:hover {
    border: 7px solid #01A3E6;
}

.card-solution:hover .card-text-content-solution {
    padding: 0 0.3rem;
}

.page-breadcumb {
    display: block;
    position: relative;
    padding: 0;
    background: #ffffff;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 200;
    width: fit-content;
    max-width: 27.5rem;
    float: right;
    display: none;
}

ol#breadcrumb {
    margin: 0;
}

.page-title h1 {
    padding-bottom: 2rem;
}

section.breadcrumb-bg .row {
    position: relative;
}

section.breadcrumb-bg {
    background: #029ddf;
    color: white;
    padding: 3rem 0 2rem;
}

section.breadcrumb-bg {
    background: #08142a;
    color: white;
    border-top: 1px solid white;
    padding: 3rem 0 0;
}

.pages .nav-btn-white {
    /* background: #4b4c4c; */
}

.pages .fa-search.text-white:before {
    color: black;
}

li.nav-item .submenu {
    display: none;
}

li.nav-item:hover .submenu {
    display: block;
}

ul.submenu {
    list-style: none;
    position: absolute;
    font-size: 0.8rem;
    background: #719091;
    padding: 0;
    display: none;
    min-width: auto;
    width: 200px;
    animation: fadeIn;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.5s;
    /* don't forget to set a duration! */
}

ul.submenu a {
    color: #ffffff;
    padding: 9px 12px !important;
    display: block;
    max-width: 250px;
    border-bottom: 1px solid #3c424433;
}

ul.submenu a:hover {
    background: rgb(60 66 68);
    color: #ffffff;
}

ul.megamenu {
    /* display: none; */
}

li.nav-item:hover .megamenu {
    display: flex;
    box-shadow: none;
    animation: fadeIn;
    animation-duration: 0.5s;
}

.navbar-brand {
    width: 9rem;
    padding-bottom: 1rem;
    /* margin-top: -2rem; */
    display: block;
}

header.white-nav {
    background: #ffffff;
    border-bottom: 5px solid #719091;
}

.white-nav .nav-link {
    color: #3c4244;
}

.white-nav .nav-link>.nav-btn-white {
    color: #039FD8;
    border: 1px solid #039FD8;
}

section.hizmet-bread {
    position: relative;
    overflow: hidden;
    padding-top: 8rem;
    color: black;
    background-size: cover;
    font-weight: 200;
    background-position: center center;
    box-shadow: 0px 4px 20px #0000001c;
    padding-bottom: 1rem;
    min-height: 20rem;
}

section.hizmet-bread .container {
    z-index: 2;
    position: relative;
}

.hizmet-back {
    position: absolute;
    /* background-color: #ff660050; */
    width: 100%;
    height: 100%;
    top: 0;
    text-align: right;
    z-index: 1;
    opacity: 0.7;
    background-size: cover;
}

ul.hizmet-nav.nav li a {
    color: white;
    font-weight: 400;
}

ul.hizmet-nav.nav li:first-child a {
    padding-left: 0;
}

ul.hizmet-nav.nav li {
    position: relative;
}

ul.hizmet-nav.nav li a:hover:after {
    background: white;
    content: "";
    width: 3rem;
    bottom: 0.1rem;
    right: 1rem;
    height: 0.1256rem;
    position: absolute;
    display: block;
}

.hizmet-back img {
    height: 110%;
}

p.subtitle {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    color: white;
    font-style: italic;
}

.genelbakis-img img {
    border-radius: 1rem;
    position: relative;
    border: 6px solid white;
}

.genelbakis-ikon img {

    filter: invert(1);
}

.genelbakis-ikon,
.genelbakis-img {
    position: relative;
    display: block;
}

.genelbakis-ikon {

    padding: 2.5rem;
    position: relative;
    display: block;
    background: #ff6600;
    border-radius: 50%;
    margin-bottom: 1rem;

}

.genelbakis-img:before {
    content: "";
    background: #E2E2E2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -1.5rem;
    bottom: -1.5rem;
    border-radius: 1rem;
}

.avantaj-sec h6 {
    line-height: 1.5rem;
    font-weight: 400;
}

.avantaj-sec .col-md {
    border-right: 1px solid #f2f2f2;
}

.avantaj-sec .col-md:last-child {
    border: none;
}

.hizmet-story .carousel-inner {
    height: 19rem;
}

.hizmet-story .carousel-caption.d-block {
    top: 2rem;
}

.hizmet-story-text p {
    font-weight: 100;
    line-height: 1.5;
}

.hizmet-story-text a {
    color: white;
    border-bottom: 1px solid #ffffff63;
    padding: 0.4rem 1rem;
}

.avantaj-sec .col-md-6 {
    padding: 2rem;
}

.avantaj-sec .col-md-6:nth-child(1) {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.avantaj-sec .col-md-6:nth-child(2) {
    border-bottom: 1px solid black;
}

.avantaj-sec .col-md-6:nth-child(3) {
    border-right: 1px solid black;
}

section.yonetilen {
    background: #F2F2F2;
}

section.avantajlar {
    padding: 5rem 0;
}

.yonetilen li {
    margin-bottom: 1rem;
}

.yonetilen .row {
    /* background: url('/themes/default/assets/img/mayasoft-hizmet.png'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23rem;
}

.contact-page form .input {
    border: none;
    background: #f3f1f1;
    padding: 10px;
    width: 100%;
}

.contact-page form label {
    position: relative;
    float: none;
    font-size: 0.9rem;
    width: 100%;
    padding-bottom: 5px;
}

.inputBox {
    margin: 5px 0;
}

.contact-page form {
    margin: 30px 0;
}

.contact-page form textarea {
    width: 100%;
    background: #f3f1f1;
    border: none;
    height: 150px;
    margin-bottom: 20px;
}

#contact-form .col-md-6 {
    padding: 0 20px;
}

input#flexCheckChecked {
    float: left;
}

.contact-page form label.form-check-label {
    width: 90%;
    float: left !important;
    padding: 4px 10px;
}

.contact-page .btn-primary {
    width: 100%;
    background: #3c4244;
    border: none;
    border-radius: 0;
}

section.footer-top {
    background: #f05328;
    /* background: linear-gradient(135deg, #24227d 0%, rgba(1, 4, 9, 1) 100%); */
    padding: 2rem 0;
}

.kategori-menu li.list-group-item {
    border: none;
    padding: 0.2rem 0;
}

.kategori-menu {
    border-right: 1px solid #e7e7e7;
}

.col-lg-3.kategori-menu {}

.kategori-menu .kategori-title:before {
    content: "";
    background: #e7e7e7;
    width: 47rem;
    height: 0.01rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: -30rem;
}

.kategori-menu .kategori-title {
    position: relative;
    padding-bottom: 1rem;
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 0.5rem 2rem;
    border: 1px solid gray;
    margin-right: 1rem;
    color: black;
}

.nav-pills .nav-link.active {
    background: #004CA8;
    border: 1px solid #004CA8;
}



.btn-gray {
    background: #9E9E9E;
    color: white;
}

.event-btn {
    padding: 0.2rem 1rem;
    color: white;
    border-radius: 2rem;
    font-size: 0.8rem;
}

.event-btn.online {
    background: #92B143;
}

.event-btn.offline {
    background: red;
}

.table-dark {
    --bs-table-bg: #004ca8;
}

.megamenu {
    position: absolute;
    background: white;
    left: 0;
    padding: 1rem;
    width: 100%;
    display: none;
    /* animation: fadeIn; */
    /* animation-duration: 0.5s; */
    box-shadow: 1px 5px 20px #0000004f;
    overflow: hidden;
}

li.list-group-item.first-item {
    font-weight: 500;
}

section.page-services {
    background: #f8f8f8;
    padding: 3rem 0;
}

section.page-services .list-group li {
    background: transparent;
}

.megamenu ul ul,
.megamenu ul {
    list-style-type: none;
    padding: 0;
    vertical-align: baseline;
    justify-content: center;
}

.megamenu ul li a {
    font-weight: 500;
    display: block;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.megamenu ul ul li a {
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
}

.megamenu .col-sm-3 {
    margin-bottom: 1rem;
}

ul.submenu li a {
    font-size: 0.9rem;
    font-weight: 300;
}

.sticky-top {
    padding: 0;
}

.megamenu ul.submega-2 {
    position: relative;
    padding-left: 1rem;
}

/*.megamenu ul.submega-2:before {
    content: "";
    background: #00a6e7;
    width: 0.5rem;
    height: 0.2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0rem;
}*/
ul.list-group.list-group-flush.row {
    flex-direction: inherit;
}

section.page-services .list-group-item.first-item {
    border: none;
    border-bottom: 1px solid black;
}

.story img,
.story-content img {
    max-height: 5rem;
    width: auto !important;
}

.slider.mobile {
    display: none;
}

.slider {
    display: block;
}

.mikroarea img {
    filter: brightness(6);
    width: 21px;
    margin-top: -2px;
}

.mikroarea {
    margin-right: 7px;
}


.mikroarea:hover img {
    filter: brightness(1.5);
}

.bg-footer a.footer-link,
.bg-footer {
    color: white;
}


.col.musteri-list ul {
    list-style-type: circle;
}

.col.musteri-list ul li::marker {
    color: #4095fa;
}

.col.musteri-list ul li:active {}

.carousel-musteri button {
    background: none;
    border: none;
    display: block;
}

.carousel-musteri button::before {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 1rem;
    border: 2px solid #4095fa;
    vertical-align: middle;
    margin-right: 1px;
}

.carousel-musteri button:hover::before {
    border: 3px solid #4095fa;
}

.carousel-musteri button:hover {
    text-decoration: underline;
    text-decoration-color: #4095fa;
}

.carousel-fade .carousel-item {

    background: #f7f7f7;
    height: 100%;
}

ul.submenu ul.submenu {
    left: 200px;
    top: 0;
    display: none;
}

li.level2 {
    position: relative;
}

li.nav-item:hover .submenu .submenu {
    display: none;
}

.submenu li.level2:hover .submenu {
    display: block;
}

.title-slider-1:before {
    content: "";
    background: url('/themes/default/assets/img/slider-before.png');
    width: 13rem;
    height: 5rem;
    position: absolute;
    background-size: cover;
    background-position: right;
    left: -14rem;
}

.carousel-indicators [data-bs-target] {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
}

.about-before {
    content: "";
    background: url(/themes/default/assets/img/about-before.png);
    width: 30rem;
    height: 8rem;
    position: absolute;
    background-size: cover;
    background-position: right;
    left: -4%;
    margin-top: 1rem;
}

.hakkimizda {
    padding: 40px 0;
}

.hakkimizda .accordion-image-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 24rem;
}

.hakkimizda .accordion-image-wrap .image-slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
    z-index: 1;
    overflow: hidden;
}

.hakkimizda .accordion-image-wrap .image-slide.active {
    opacity: 1;
    left: 0;
    z-index: 999;
    visibility: visible;
}

.hakkimizda .accordion-image-wrap span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hakkimizda .accordion-sections {
    padding: 50px 0;
}

.hakkimizda .accordion-sections li {
    padding: 20px 0;
}

.hakkimizda .accordion-sections li .acc-title {
    cursor: pointer;
}

.image-slide {
    padding: 10rem;
    background-size: cover;
    display: none;
    box-shadow: -19px 20px 0px #dddddd;
}

.image-slide.active {
    display: block;
}

ul.submenu a.nav-link.nav-line {
    color: white;
}

section#genelbakis {
    background: rgb(255, 255, 255);
    background: linear-gradient(127deg, rgba(255, 255, 255, 1) 71%, rgba(242, 242, 242, 1) 100%);
}

section#genelbakis:before {
    content: "";
    background: url(/themes/default/assets/img/about-before.png);
    width: 40rem;
    height: 9rem;
    position: absolute;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    right: -28rem;
    margin-top: 0;
}

img.genel-img {
    box-shadow: 20px 20px 0px #e7e7e7;
    border-radius: 1rem;
}
.owl-pro .owl-nav {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 10rem;
    left: inherit;
    position: relative;
    bottom: 90%;
}

.owl-pro .owl-nav button.owl-prev {
    margin-left: -2rem;
    opacity: 0.1;
    left: 0;
    position: absolute;
}

.owl-pro button.owl-next {
    margin-right: -2rem;
    opacity: 0.1;
    right: 0;
    position: absolute;
}
a.btn.btn-primary {
    background: none;
    color: #21252a;
    border-color: #21252a;
    padding: 1rem 2rem;
    margin-top: 2rem;
    color: white;
    background: #21252a;
}
a.btn.btn-primary:hover {
    /* color: white; */
    background: white;
    color: #21252a;
    border-color: #21252a;
}
#activity .accordion-item h2 .accordion-button:hover {
    color: #1d2fdb;
}

.footer-map span i {
    padding: 0.3rem 0.5rem 0.3rem;
    font-size: 1rem;
    vertical-align: top;
    width: 2rem;
}

.footer-map span.d-flex {
    margin-bottom: 0.4rem;
}
strong.footer-head {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 3rem;
}
.footer-map .d-flex img {
    width: 1rem;
    height: auto;
    filter: invert(1);
    margin-right: 0.5rem;
}

.footer-map .d-flex {
    align-items: center;
}

.footer-map a {
    color: white;
}

.footer-map a:hover {
    color: #8994ff;
}