* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #ffc7fd;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: #383b50;
    --js-display: block;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px auto;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.renkli-cizgi {
    height: 5px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
}

.header {
    align-items: flex-end;
    flex: 1 1 auto;
    flex-direction: column;
    align-content: flex-end;
    padding: 10px 0;
    color: #d8e8ee;
    background: #292b3b;
}

.header .wrapper {
	display: flex;
    align-items: flex-end;
}

.header .logo {
	display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
}

.header .logo h1 {
    color: #7a88cc;
    font-weight: bold;
    margin: auto;
    font-size: 3.5rem;
    font-weight: 300;
    animation: lights 5s 750ms linear infinite;
}

.header .menu {
	margin-left: auto;
	margin-right: auto;
    max-width: 100%;
}

.header .menu ul {
	list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.header .menu ul li {
	display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
}

.header .menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px;
	border-radius: 3px;
	display: block;
	padding: 15px;
}

.header .menu ul li a:hover {
    background-color: rgba(216,232,238,0.06);
}

.header .menu li.active {
    background-color: rgba(216,232,238,0.06);
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.sag-menu {
    margin-left: auto;
    margin-right: 0px;
    flex-shrink: 0;
}

.sag-menu-link {
    float: left;
    background: rgba(26, 33, 41, 0.15);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sag-menu-link a {
	color: #fff;
	text-decoration: none;
	padding: 15px;
	display: inline-block;
	font-size: 14px;
}

a.istek-button {
    background: #d66b0d;
    border-radius: 4px;
    position: relative;
}

a.login-button {
    background: #00a6ff;
    border-radius: 4px;
    position: relative;
}

a.register-button {
    background: #00a334;
    border-radius: 4px;
    position: relative;
}

a.button-efekt:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

a.button-efekt:hover:before {
    -webkit-animation: circle 0.5s;
    animation: circle 0.5s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
        height: 100%;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes circle {

    /* shine */
    0% {
        opacity: 1;
        height: 100%;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.button:hover:before,.blok a:hover:before {
    -webkit-animation: circle 0.5s;
    animation: circle 0.5s;
}

.alt-menu {
	font-size: 13px;
    color: #eeeeee;
    background: #3d4057;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    align-items: flex-end;
    flex: 1 1 auto;
    flex-direction: column;
    align-content: flex-end;
}

ul.alt-menu-link {
        display: inline-block;
	list-style: none;
    margin: 0;
    padding: 18px 0;
    font-size: 0;
}

ul.alt-menu-link li {
	display: inline-block;
}

ul.alt-menu-link li a {
	font-size: 13px;
	text-decoration: none;
	color: #eeeeee;
	padding: 10px 10px;
	border-radius: 3px;
}

ul.alt-menu-link li a:hover {
	background: rgba(26, 33, 41, 0.55);
}

.page-top-back {
    position: absolute;
    top: 192px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3;
}

.banner {
    position: relative;
    width: 100%;
    z-index: 4;
}

.banner .bubble {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bubble div {
  height: 60px;
  width: 60px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: 4s linear infinite;
}

div .dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20%;
  right: 20%;
}

.bubble div:nth-child(1) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.bubble div:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: animate 10s linear infinite;
}

.bubble div:nth-child(3) {
  top: 40%;
  left: 40%;
  animation: animate 3s linear infinite;
}

.bubble div:nth-child(4) {
  top: 66%;
  left: 30%;
  animation: animate 7s linear infinite;
}

.bubble div:nth-child(5) {
  top: 90%;
  left: 10%;
  animation: animate 9s linear infinite;
}

.bubble div:nth-child(6) {
  top: 30%;
  left: 60%;
  animation: animate 5s linear infinite;
}

.bubble div:nth-child(7) {
  top: 70%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.bubble div:nth-child(8) {
  top: 75%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.bubble div:nth-child(9) {
  top: 50%;
  left: 50%;
  animation: animate 6s linear infinite;
}

.bubble div:nth-child(10) {
  top: 45%;
  left: 20%;
  animation: animate 10s linear infinite;
}

.bubble div:nth-child(11) {
  top: 20%;
  left: 90%;
  animation: animate 9s linear infinite;
}

.bubble div:nth-child(12) {
  top: 20%;
  left: 70%;
  animation: animate 7s linear infinite;
}

.bubble div:nth-child(13) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.bubble div:nth-child(14) {
  top: 60%;
  left: 5%;
  animation: animate 6s linear infinite;
}

.bubble div:nth-child(15) {
  top: 90%;
  left: 80%;
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(70deg);
}
100% {
    transform: scale(1.3) translateY(-100px) rotate(360deg);
}
}

.banner-image {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
}

.banner-image .b-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-position: 0 0;
}

.banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(41, 43, 59, 0.6);
}

.slogan-b {
    color: #e5e5e5;
    font-size: 2.26rem;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.slogan {
    position: relative;
    z-index: 5;
    bottom: 60px;
}

.animation {
    height:50px;
    overflow:hidden;
    margin-left: 1rem;
}

.animation > div > div {
    padding: 0.25rem 0.75rem;
    height: 2.81rem;
    margin-bottom: 2.81rem;
    display: inline-block;
    border-radius: 6px;
}

.animation div:first-child {
    animation: text-animation 15s infinite;
}

.slogan1 div {
    background-color: #20a7d8;
}
.slogan2 div {
    background-color: #CD921E;
}
.slogan3 div {
    background-color: #c10528;
}

@keyframes text-animation {
    0% {margin-top: 0;}
    10% {margin-top: 0;}
    20% {margin-top: -5.62rem;}
    30% {margin-top: -5.62rem;}
    40% {margin-top: -11.24rem;}
    60% {margin-top: -11.24rem;}
    70% {margin-top: -5.62rem;}
    80% {margin-top: -5.62rem;}
    90% {margin-top: 0;}
    100% {margin-top: 0;}
}

.banner .radyo-d {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 60px;
    bottom: 0px;
    padding: 10px 0;
    z-index: 5;
}

.swiper-slide-caption h1 {
    font-size: 35px;
}

.d-text {
    line-height: 40px;
}

.d-text marquee {
    font-size: 18px;
    border: dashed 1px rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.radyo-i {
    background: #3d4057;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.radyo-w {
    margin: 0 auto;
    padding: 10px;
}

.radyo-w h3 {
    font-size: 19px;
    font-weight: 400;
}

.radyo-w iframe {
    margin: 0 auto;
    display:block
}

.cizgi {
    height: 1px;
    width: 100%;
    background: #383b50;
    border-top: solid 1px #2d3040;
    margin: 10px 0;
}

.footer {
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: solid 1px #283440;
    background: #31344a;
}

.footer-content {
    padding-bottom: 20px;
    flex: 1 0 0%;
    display: flex;
}

.footer-content div {
    flex: 1 0 0%;
}

.footer-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

.footer-content .row>* {
    padding: 0 10px;
}

.footer-content strong {
    color: #E8ECF2;
    font-size: 20px;
    border-bottom-color: rgba(109, 131, 156, 0.2);
    padding: 0 10px 15px 0px;
}

.footer-content strong i {
    margin-right: 5px;
}

.head {
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 22px;
    line-height: 26px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 199, 253, 0.2);
}

.head:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 60px;
    background: #ffc7fd;
}

.footer-content ul {
    padding-top: 10px;
    list-style: none;
}

.footer-content ul li {
    padding: 8px 0;
}

.footer-content ul li a {
    position: relative;
    color: #ffc7fd;
    font-weight: 500;
    display: inline-block;
    padding-left: 22px;
    text-decoration: none;
}

.footer-content ul li a:hover {
    text-shadow: 0 0 15px #ffc7fd;
}

.footer-content ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 100%;
    border: 2px solid #ffc7fd;
    box-sizing: border-box;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer-content ul li a:hover:before {
    border-color: #ffc7fd;
}

.footer-content ul li a:hover:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-top: -3px;
    background: #ffc7fd;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer .sol {
    display: inline-block;
}

.footer .sag {
    float: right;
}

.copyright {
    padding: 15px 0;
    background: #222433;
}

.xgtSv9-globalGovde--ap {
    background-image: url(../images/2574943.svg);
    z-index: 2;
    min-height: 20vh;
}

#Mmenu {
    display: none;
}

.mobilMenu {
    display: none;
}

.kayit-ol .form-group {
    margin-top: 20px;
}

.istek, .kayit-ol {
    position: relative;
    z-index: 5;
    padding: 10px 0;
    background: #2e3142;
    --backdrop-filter: blur(5px);
    -webkit-backdrop-filter: var(--backdrop-filter);
    backdrop-filter: var(--backdrop-filter);
    background: rgba(46, 49, 66, 0.6);
    margin-top: 15px;
    text-align: center;
}

.istek input:hover {
    border: 0px;
}

.istek input, .kayit-ol input {
    color: #d9dae9;
    background: #3f4257;
    height: 56px;
    line-height: 56px;
    border-radius: 2px;
    padding: 0;
    transition: all .3s;
    border: 0px solid transparent;
    max-width: 98.5%;
    width: 50%;
    margin-top: 5px;
    padding-left: 15px;
}

.d-text marquee {
    position: relative;
}

.d-text marquee li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.d-text marquee li p:before {
    font-family: 'FontAwesome';
    color: #03a9fc;
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f001";
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.d-text marquee {
    font-size: 15px;
    float: right;
}

.istekler-btn {
    position: absolute;
    display: inline-block;
    z-index: 10;
    margin: 1px;
}

.istekler-btn a {
	display: block;
    color: #f4f4f5;
    border-radius: 3px;
    padding: 0 5px;
    background: rgb(246, 18, 235);
    background: -moz-radial-gradient(circle, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    background: radial-gradient(circle, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f612eb",endColorstr="#f612eb",GradientType=1);
}

.istekler-btn a:hover {
    background: rgb(246, 18, 235);
    background: -moz-linear-gradient(90deg, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    background: linear-gradient(90deg, rgba(246, 18, 235, 1) 0%, rgba(213, 72, 210, 1) 50%, rgba(246, 18, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f612eb",endColorstr="#f612eb",GradientType=1);
}

.kurallar, .yayincilar {
    position: relative;
    z-index: 5;
    padding: 5px 5px;
    background: #2e3142;
    --backdrop-filter: blur(5px);
    -webkit-backdrop-filter: var(--backdrop-filter);
    backdrop-filter: var(--backdrop-filter);
    background: rgba(46, 49, 66,0.6);
}

.yayincilar {
    padding: 10px 5px 0 5px;
}

.kurallar h2 {
    font-weight: 600;
    font-size: 25px;
}

.kurallar ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kurallar ol li {
    margin: 15px 0px;
    font-size: 15px;
}

.kurallar ol li:first-child, .kurallar ol li:last-child {
    margin: 0px;
}

.alt-menu .wrapper {
    display: flex;
    align-items: flex-end;
}

.user-panel {
    margin-left: auto;
    margin-right: 0px;
    flex-shrink: 0;
    margin-bottom: 16px;
    font-size: 16px;
}

.ust-bar {
    width: 100%;
    font-size: 13px;
    color: #eeeeee;
    background: #3d4057;
    padding-top: 20px;
    padding-bottom: 20px;
}

.yonetici-bar {
    display: inline-block;
    font-size: 13px;
}

.yonetici-bar a {
    text-decoration: none;
    color: #ffe3fe;
    padding: 8px 10px;
    margin-right: 0.35em;
    background: rgba(46, 49, 66,0.5);
    border-radius: 4px;
}

.yonetici-bar a:last-child {
    margin-right: 0;
}

.yonetici-bar a:hover {
    background: rgb(46, 49, 66);
}

.sosyal-medya ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sosyal-medya ul li {
    float: left;
    color: #fff;
}

.sosyal-medya ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0px;
    margin-top: -9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.sosyal-medya-hesaplarimiz ul li a i {
    font-weight: 300;
}

li.facebook {
    max-height: 40px;
    width: 40px;
    margin: 0px;
}

li.twitter {
    max-height: 40px;
    width: 40px;
    margin: 0px;
}

li.twitter svg {
    vertical-align: middle;
}

li.instagram {
    max-height: 40px;
    width: 40px;
    margin: 0px;
}

li.pinterest {
    max-height: 40px;
    width: 40px;
    margin: 0px;
}

li.facebook a:hover {
    background: #3b5998;
    border-radius: 3px;
}

li.twitter a:hover {
    background: #000;
    border-radius: 3px;
}

li.instagram a:hover {
    border-radius: 3px;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

li.pinterest a:hover {
    background: #c8232c;
    border-radius: 3px;
}

.single_advisor_profile {
    position: relative;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 15px;
}
.single_advisor_profile .advisor_thumb {
    position: relative;
    z-index: 1;
    border-radius: 3px 3px 0 0;
    margin: 0 auto;
    padding: 12px;
    background-color: #292b3b;
    overflow: hidden;
}

.single_advisor_profile .advisor_thumb img {
    height: auto;
	min-height: 240px;
	width: 100%;
	max-width: 240px;
}
@media only screen and (max-width: 575px) {
    .single_advisor_profile .advisor_thumb::after {
        height: 160px;
        bottom: -90px;
    }
}

.single_advisor_profile .single_advisor_details_info {
    position: relative;
    z-index: 1;
    padding: 0 0 10px 0;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0 0 3px 3px;
    background-color: #292b3b;
}

.single_advisor_profile .single_advisor_details_info h6 {
   margin-bottom: 0.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    padding: 10px 0;
    background: #2e3142;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info h6 {
        font-size: 14px;
    }
}
.single_advisor_profile .single_advisor_details_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-size: 14px;
	border-bottom: 1px dotted #383b50;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.single_advisor_profile .single_advisor_details_info p:last-of-type {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info p {
        font-size: 12px;
    }
}

.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
    color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
    color: #ffffff;
}


.yayincilar .col-12,.col-sm-6,.col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.yayincilar .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.yayincilar .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

.yayincilar .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }


.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #3d4057;
  width: 100%;
  padding: 10px;
}

.fakeimg img {
  width: 100%;
  height: 100%;
}

.card {
  background-color: #383b50;
  padding: 20px;
  margin-top: 20px;
}

.card:first-child {
    margin-top: 0;
}

.card a {
    color: #eeeeee;
}

.card h2 {
    font-size: 25px;
}

.card h5 {
    font-size: 13px;
}

.rightcolumn .card h3 {
    font-size: 17px;
}

.rightcolumn .card p {
    font-size: 13px;
}

.rightcolumn .head {
    padding-left: 0;
    padding-bottom: 5px;
	margin: 0px 0 10px 0;
}

.card .sosyal-medya ul li {
    display: inline-block;
    float: none;
    margin: 10px 0 0 0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }

  .rightcolumn .card:first-child {
    margin-top: 20px;
}
}

.blog_icerik {
	font-size: 16px;
}

.blog_icerik p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.blog_icerik img {
    max-width: 100%;
}

figure.table {
    margin: 0;
    padding: 0;
	width: 100%;
	overflow: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tr, table td, table th {
    border: 1px solid;
    padding: 10px 20px;
}

table th {
    background-color: #d1084b;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs {
    display: inline-block;
    float: left;
}

.breadcrumbs a {
    float: left;
    margin-right: 5px;
    color: #eee;
}

ul.sonKonular li {
	list-style: none;
}

.leftcolumn .card hr {
	height: 1px;
	border: 0;
	background: #3d4057;
	margin: 15px 0;
}

img#captcha {
	margin: 0 auto;
}

textarea.yorum {
	width: 100%;
	height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #3d4057;
    border-radius: 4px;
    background-color: #3d4057;
    font-size: 16px;
    resize: none;
    color: #eee;
}

textarea.yorum:focus-visible {
	border: 1px solid #515573;
	outline: none;
}