@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap');

.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: inherit;
}

.nav.nav-tabs {
    border-bottom: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}

.nav.nav-tabs .nav-link {
    background-color: #fff;
    border: 0px;
    color: #000;
}

.tracer-nav .navbar .navbar-nav .nav-item a {
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
}

.owl-item.active .banner-item-content .title {
    margin: 20px 0px;
}

.tracer-nav .navbar .navbar-nav .nav-item a svg {
    top: 7px;
}

.is-sticky .tracer-nav .navbar .navbar-nav .nav-item a svg {
    top: -7px;
}

.vitrinlinks {
    position: absolute;
    bottom: 25px;
    margin-left: 100px;
}

.vitrinlinks.vitrinlinks2 {
    bottom: inherit;
    top: 0px;
    margin-left: 0px;
}

.vitrinlinks2 .option-item:first-child {
    position: absolute;
    left: 0;
    top: 25px;
    margin-left: 100px;
}

.vitrinlinks2 .option-item:nth-child(2) {
    position: absolute;
    top: 25px;
    right: 0;
    margin-right: 100px;
}

.vitrinlinks .default-btn {
    padding: 8px 20px 8px 100px;
    text-align: left;
}

.vitrinlinks svg {
    font-size: 50px;
}

.vitrinlinks h5 {
    margin-bottom: 3px;
}

.vitrinlinks h6 {
    font-weight: 500;
}

.teacher-ozet svg {
    width: 28px;
    height: 28px;
    margin-right: 20px;
    padding: 8px;
    font-size: 26px;
    color: #fff;
}

.cardliste {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #ddd;
}

.cardliste p {
    margin: 0px;
}

.cardliste ul li span {
    float: right;
    width: 70%;
    font-weight: 700;
    font-family: 'Inter';
}

.cardliste ul li {
    border-bottom: 1px solid #dedede;
    padding: 7px;
}

.cardliste .btn-del {
    position: relative;
}

.default-btn.btn-sm {
    padding: 5px 10px 5px 35px;
    font-size: 12px;
}

.default-btn.btn-sm svg {
    left: 11px;
    font-size: 12px;
}

.single-process-box .default-btn a:hover,
.single-process-box a {
    color: #ffffff;
}

.page-title-content ul li {
    font-size: 14px;
    font-weight: 500;
}

.page-title-content ul li::before {
    font-size: 12px;
}

.section-title {
    max-width: 900px;
}

.default-btn.bg-transparent svg {
    color: #424242;
}

.default-btn.bg-transparent:hover svg,
.default-btn.bg-transparent:hover,
.default-btn.bg-transparent:hover a {
    color: #fff;
}

.firmaform.account .formtipi p {
    float: left;
    width: calc(33% - 20px);
    margin-right: 10px;
}

.firmaform.account .formtipi p:last-child {
    width: 63%;
}

.zemin {
    /*-webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;*/
    background-color: #fff;
    padding: 20px;
}

body .page-title-area {
    background-color: #f1ead459;
}

.header2 .dropdown .dropdown-menu li {
    font-size: 14px;
}

.blogbox.bcard15,
.blogbox.bcard14 {
    background-color: #fff;
}

.single-footer-widget h3 {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

/*.pattern {
    background: url(/static/img/pattern.png);
    background-repeat: repeat;
}*/

.userbaslik {
    margin-bottom: 7px;
    background-color: #6c757d;
    padding: 8px 10px;
}

.userbaslik h5,
.userbaslik h6 {
    margin: 0px;
    color: #fff;
    font-weight: 500;
}

.userbaslik h5 span {
    font-size: 60%;
}

.coursesidebar.services-details-info .download-file ul li a {
    font-size: 12px;
}

.homework {
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
}

ul.checkstudent li {
    padding: 10px;
    border-bottom: 1px solid #eee
}

ul.checkstudent input {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

ul.checkstudent label {
    font-size: 16px;
}

.formtipi label {
    font-size: 14px;
    margin: 0px;
}

.dersler .default-btn {
    padding: 3px 20px 3px 50px;
}

.dersler.single-process-box {
    border: 1px solid #c4c4c4;
}

.durumbaslik {
    font-size: 11px;
}

.kurs-aktif:after,
.basvurulu:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 5px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.kurs-aktif:after {
    content: "\f00c";
    background-color: #29b100;
}

.basvurulu:after {
    content: "\f1da";
    background-color: #c79d00;
}

.basvurulu {
    border: 1px solid #c79d00;
    background-color: #c79d0018;
}

.kurs-aktif {
    border: 1px solid #29b100;
    background-color: #29b10018;
}

.kurs-aktif .durumbaslik {
    color: #29b100;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basvurulu .durumbaslik {
    color: #c79d00;
}

.kurs-pasif {
    border: 1px solid #00b6a1;
    background-color: #00b6a118;
}

body .bootstrap-table .fixed-table-toolbar .columns {
    margin-bottom: 0px;
    margin-top: 0px;
    transform: scale(0.8);
}


body .bootstrap-table .fixed-table-toolbar .columns button {
    padding: 18px 5px;
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
}


body .bootstrap-table .fixed-table-toolbar .columns i {
    color: #000;
}

.default-btn:disabled span {
    display: none;
}

.default-btn.disabled,
.default-btn:disabled,
fieldset:disabled .default-btn {
    pointer-events: none;
    opacity: .65;
}

textarea.form-control#id_address_line1 {
    height: 83px !important;
}

.firmaform.basvuru p {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.firmaform.basvuru p:last-child {
    width: 100%;
}

.firmaform.basvuru p:nth-child(7),
.firmaform.basvuru p:nth-child(8) {
    width: 100%;
}

.tracer-nav .navbar .navbar-nav {
    margin-right: auto;
}

.services-area .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogbox .yataybox .image {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viddebtn {
    border-radius: 5px;
}

@media (max-width: 767px) {
    body .blogbox .yataybox .image {
        height: 120px;
    }

    body .popup2 .modal-dialog .girbg {
        width: 350px;
        height: 350px;
    }

    body .popup2 .modal-dialog {
        width: 300px;
        height: 300px;
        margin-left: calc(50% - 150px);
    }

    body .popup2 h4 {
        font-size: 12px;
    }

    body .popup2 .modal-dialog img {
        max-height: 150px;
        max-width: 150px;
    }

    body .popup2 p {
        font-size: 10px;
    }

    body .vitringirisler.vitringirisler2 .optiongiris a h5 {
        font-size: 13px;
    }

    body .vitringirisler .optiongiris {
        width: 75px;
        height: 75px;
    }

    body .vitringirisler .optiongiris:nth-child(n+1) {
        margin-right: 17px;
        margin-top: 10px;
    }

    body .vitringirisler.vitringirisler3 {
        right: 5px;
    }

    body .vitringirisler.vitringirisler3 .optiongiris:nth-child(n+1) {
        margin-right: 0px;
        margin-top: 0px;
    }

    body .vitringirisler .optiongiris:nth-child(n+2) {
        margin-right: 7px;
    }

    body .vitringirisler .optiongiris:nth-child(n+3) {
        margin-right: 15px;
    }

    body .vitringirisler .optiongiris a h5 {
        font-size: 13px;
    }

    body .vitringirisler {
        margin-left: 20px;
    }

    body .vitringirisler {
        bottom: 50px;
    }

    body .vitringirisler .optiongiris a h6 {
        font-size: 9px;
    }

    body .vitringirisler.vitringirisler2 .optiongiris {
        width: 75px;
        height: 75px;
    }

    body .vitringirisler .unesco {
        width: 50px;
        margin-top: 4px
    }

    body .sol .banner-item-content,
    body .sag .banner-item-content {
        width: 100%;
        margin-left: 0px;
        padding: 5px;
    }

    .nav.nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    body .tab-content {
        padding: 5px;
    }
}

p {
    color: #0f0f0f;
}

body .bg-color1 a:hover,
.satiswhatsapp a:hover {
    color: #fff;
}

.single-gallery-item {
    background: transparent !important;
}

.zemin2 {
    /*background-image: url(/static/img/bg.webp) !important;*/
    background-size: 400px auto !important;
    background-repeat: repeat !important;
}

.zemin3 {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: 400px auto !important;
    background-repeat: repeat !important;
}

.cardliste,
.nav.nav-tabs .nav-link,
.search-box .input-search {
    background: #f8f1e1;
}

.bg-white {
    background-color: #f8f1e1 !important;
}

.form-control {
    background-color: #ffffff7a !important;
}

body .ozelsayfa1 .anavitrin.owl-carousel .owl-nav {
    display: none;
}

.single-process-box,
.single-solutions-box {
    background: transparent !important;
}

.tracer-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    background: #fde9c0 !important;
}

header .topbar ul.headilet li.tel a,
header .topbar ul.headilet li.tel i {
    font-size: 26px;
    font-weight: 700;
}

/*.white-image {
    position: fixed;
    top: 0;
    width: 80px;
    z-index: 999;
    -webkit-animation: white-image 2s ease infinite;
    animation: white-image linear 2s infinite;
    animation-delay: 10ms;
}*/
img.sectimg {
    -webkit-animation: sectimg 10s ease infinite;
    animation: sectimg 10s ease infinite;
}

img.sectimg2 {
    -webkit-animation: sectimg2 10s ease infinite;
    animation: sectimg2 10s ease infinite;
}

.popup2 .col-md-4 {
    width: 100% !important;
}

.tab-content,
.nav-pills .nav-link {
    background: #f8f1e1 !important;
}

body .page-title-area.fotolu h1,
body .page-title-area.fotolu ul li,
body .page-title-area.fotolu ul li a {
    color: #f8f1e1 !important;
}

@keyframes sectimg {
    from {
        opacity: 0.5;
        transition: 0.5s linear;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        visibility: visibility;
        transition: 0.5s linear;
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


.sectimg3 {
    width: 170px;
    position: absolute;
    bottom: 290px;
    /* Başlangıç noktası (ekran dışı) */
    right: 315px;
    margin: auto;
    z-index: 9;
    animation: slide-in 3s ease-out forwards, rotate 3s 3s linear infinite;

}

@keyframes slide-in {
    from {
        width: 20px;
        bottom: 0px;
        right: -100px;
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Başlangıç noktası */
    }



    to {
        width: 170px;
        bottom: 290px;
        right: 315px;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Hedef noktası */
    }
}

@keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Başlangıç açısı */
    }

    to {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Bitiş açısı */
    }
}

#preload {
    position: fixed;
    background-color: #e7cdac;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    transition: all 1s ease;
}

img.red-image {
    position: absolute;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 999999;
    -webkit-animation: redimage 2s ease infinite;
    animation: redimage 2s ease infinite;
}

img.white-image {
    position: absolute;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 999999;
    -webkit-animation: whiteimage 2s ease infinite;
    animation: whiteimage 2s ease infinite;
    /*transition-duration: 1s;
    animation: red-image 1s;*/
}

@keyframes whiteimage {
    from {
        opacity: 0.5;
        transition: 0.5s linear;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        visibility: visibility;
        transition: 0.5s linear;
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes redimage {
    from {
        opacity: 0.5;
        transition: 0.5s linear;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        visibility: visibility;
        transition: 0.5s linear;
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes red-image {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-500deg);
    }

    from {
        right: 5px;
    }

    to {
        right: calc(50% - 40px);
    }
}

@keyframes white-image {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(500deg);
    }

    from {
        right: 5px;
    }

    to {
        right: calc(50% - 40px);
    }
}

/*.red-image {
    position: absolute;
    top: 50px;
    right: 80%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition-duration: 1s;
    animation: animate 3s;
}

@keyframes redimage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-500deg);
    }

    from {
        right: 5px;
    }

    to {
        right: 80%;
    }
}*/


/*@keyframes whiteimage {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-500deg);
    }

    from {
        right: 0px;
    }

    to {
        top: calc(50% - 40px);
        right: calc(50% - 40px);
    }
}*/




/*ESKİLER*/
.default-btn:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.form-floating {
    border-radius: 5px;
    margin-bottom: 15px;
}

.page-title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title-content ul {
    margin-top: 0px;
}

.page-title-area {
    padding: 10px;
}

.page-title-area h1 {
    margin: 0px;
}

.page-title-area.fotolu {
    height: 250px;
    background-position: center top !important;
    background-color: #000;
}


/**************** LOAD ICON START ***************/
#preloadBRK {
    position: fixed;
    display: block;
    background-color: #e4b95b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 1s ease;
}

.preload-image {
    position: relative;
    width: 10%;
    top: 52%;
    right: 500px;
    float: right;
}

@media(max-width:999px) {
    .preload-image {
        width: 60%;
    }
}

.preload-image img {
    width: 100%;
    position: absolute;
}

.white-image {

    -webkit-animation: whiteimage 2s ease infinite;
    /* Safari 4.0 - 8.0 */
    animation: whiteimage 2s ease infinite;
}

.red-image {
    -webkit-animation: redimage 2s ease infinite;
    /* Safari 4.0 - 8.0 */
    animation: redimage 2s ease infinite;
}

@keyframes whiteimage {
    from {
        opacity: 0.5;
        transition: 0.5s linear;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari */
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        transition: 0.5s linear;
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -webkit-transform: rotate(360deg);
        /* Safari */
        transform: rotate(360deg);
    }
}

@keyframes redimage {
    from {
        opacity: 0.5;
        transition: 0.5s linear;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari */
        transform: rotate(0deg);
    }

    to {
        opacity: 1;
        visibility: visibility;
        transition: 0.5s linear;
        -ms-transform: rotate(-360deg);
        /* IE 9 */
        -webkit-transform: rotate(-360deg);
        /* Safari */
        transform: rotate(-360deg);
    }
}

/**************** LOAD ICON FINISH ***************/
/****************** PILL TABS START ****************/
.tab-content {
    background: #fff;
    padding: 45px;
}

.nav-pills .nav-link {
    background: #fff;
    width: 100%;
    border: 1px solid #e5bb61;
    padding: 6px 30px;
}

.yataytab .nav.nav-pills {
    margin-bottom: 6px;
}

.yataytab .nav.nav-pills .nav-item {
    margin-right: 5px;
}

.yataytab .tab-pane {
    padding: 20px;
}

.dikeytab {
    display: flex;
    align-items: flex-start;
}

.dikeytab .nav-pills {
    text-wrap: nowrap;
    flex-direction: column !important;
}

.dikeytab .nav.nav-pills {
    margin-right: 6px;
}

.dikeytab .nav.nav-pills .nav-item {
    margin-bottom: 5px;
}

.dikeytab .tab-content {
    background: #f4f3f0;
}

/****************** PILL TABS FINISH ****************/


















.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #d4d4d4;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #e9e9e9;
    background: #ffffff;
    position: relative;
    padding: 10px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0 solid #d4d4d4;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #d4d4d4;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    background: #faf5eb;
}

.timeline>li.timeline-inverted>.timeline-panel .timeline-footer {
    background: #f2e9d5;
}

.timeline>li.timeline-inverted>.timeline-panel .timeline-footer p {
    color: #000;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge>a {
    color: #d4d4d4 !important;
}

.timeline-badge a:hover {
    color: #dcdcdc !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-heading h5 {
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.timeline-body>p,
.timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0;
}

.timeline-footer {
    padding: 5px 15px;
    margin-top: 10px;
    background-color: #ececec;
}

.timeline-footer p {
    margin-bottom: 0;
}

.timeline-footer>a {
    cursor: pointer;
    text-decoration: none;
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right;
}

.timeline>li:nth-child(2) {
    margin-top: 100px;
}

.timeline>li.timeline-inverted>.timeline-badge {
    left: -12px;
}

.no-float {
    float: none !important;
}

.navbar-area.navbar-style-two.is-sticky {
    background: #7c3333;
}

.basvurbtn {
    display: block;
}


@media (max-width: 767px) {
    body .nav-pills .nav-link {
        padding: 6px 20px;
    }

    body .contact-form {
        padding: 15px;
        margin-left: 0px;
    }

    body .page-title-content {
        display: block;
    }

    body .basvurbtn {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    body .sectimg3 {
        width: 80px;
        bottom: 150px;
        right: 30px;

    }

    @keyframes slide-in {
        from {
            width: 20px;
            bottom: 0px;
            right: -100px;
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            /* Başlangıç noktası */
        }



        to {
            width: 80px;
            bottom: 150px;
            right: 30px;
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            /* Hedef noktası */
        }
    }

    @keyframes rotate {
        from {
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            /* Başlangıç açısı */
        }

        to {
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            /* Bitiş açısı */
        }
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline>li {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }

    ul.timeline>li>.timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline>li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-badge {
        left: 28px;
    }
}

.vitringirisler {
    position: absolute;
    bottom: 55px;
    margin-left: 100px;
    z-index: 9;
}

.vitringirisler.vitringirisler2 {
    bottom: inherit;
    top: 15px;

}

.vitringirisler.vitringirisler3 {
    bottom: inherit;
    top: 30px;
    right: 15px;

}

.vitringirisler.vitringirisler4 {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;

}

.vitringirisler.vitringirisler4 {
    margin-left: 10px;
}

.vitringirisler.vitringirisler4 .optiongiris .girbg {
    border-radius: 0px 18px 18px 0px;
}

.vitringirisler.vitringirisler4 .optiongiris {
    width: 50px;
    height: 50px;
}

.vitringirisler.vitringirisler4 .optiongiris:nth-child(n+1) {
    margin-right: 20px;
}

.vitringirisler.vitringirisler4 .optiongiris:nth-child(n+2) {
    transform: scale(1);
}

.vitringirisler .unesco {
    width: 65px;
}

.vitringirisler .optiongiris {
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vitringirisler .optiongiris:nth-child(n+1) {
    transform: scale(1);
    margin-right: 40px;
}

.vitringirisler .optiongiris:nth-child(n+2) {
    transform: scale(0.9);
    margin-right: 25px;
}

.vitringirisler .optiongiris:nth-child(n+3) {
    transform: scale(0.8);
    margin-right: 10px;
}

.vitringirisler .optiongiris:nth-child(n+4) {
    transform: scale(0.7);
    margin-right: 0px;
}

.vitringirisler .optiongiris:nth-child(n+5) {
    transform: scale(0.6);
    margin-right: -10px;
}

.vitringirisler.vitringirisler2 .optiongiris {
    width: 100px;
    height: 100px;

}

.vitringirisler.vitringirisler2 .optiongiris a h5 {
    font-size: 16px;
    margin-top: 5px;
}

.vitringirisler.vitringirisler2 .optiongiris .girbg {
    top: 10px;
}

.vitringirisler .optiongiris .girbg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px 35px 35px 0px;
    transform: rotate(45deg);
    background-color: #7c3333;
    z-index: 1;
}

.vitringirisler .optiongiris a {
    transform-origin: 90% 90%;
    z-index: 2;
    position: relative;
}

.vitringirisler .optiongiris a h5 {
    font-size: 21px;
    color: #feefcb;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Amarante", serif;
    /*font-family: "Eagle Lake", serif;*/
    font-style: italic;
}

.vitringirisler .optiongiris a h6 {
    font-size: 15px;
    color: #feefcb;
    margin-bottom: 0px;
}

.vitringirisler .optiongiris a svg {
    font-size: 22px;
    color: #feefcb;
}

.tracer-nav .navbar .navbar-brand img {
    position: relative;
    top: 5px;
}

footer .footer-links-list {
    column-count: 2;
    -webkit-column-count: 2;
    flex: auto;
    margin-right: 5px;
}

.tracer-nav .navbar .navbar-brand img {
    position: relative;
    top: 25px;
}

.anasayfa .anavitrin.home-slides,
.anasayfa section {
    border-bottom: 40px solid #7c3333;
}

/*body .anavitrin.owl-carousel .owl-nav {
    display: none;
}*/

.services-area .ekipcard .image {
    height: 300px;
}

.search-box {
    width: 270px;
    margin-right: 10px;
}

header ul.headilet li {
    margin-left: 15px;
}

.anavitrin .banner-item-content {
    margin-top: 20px;
}

.icsayfasearch {
    margin-bottom: 15px;
}

.icsayfasearch .search-box {
    width: 100%;
}

.blogbox {
    background: #fde9c0 !important;
}

.video-img-hover {
    min-height: 250px;
}

.satiswhatsapp {
    background-color: #29b100;
    border-radius: 5px;
    padding: 5px;
    margin: 0px 5px;
    width: calc(50% - 20px);
    text-align: center;
}

.satiswhatsapp a {
    color: #fff;
    display: block;
}

.satiswhatsapp svg {
    color: #fff;
    margin-right: 10px;
}

.popup2 .modal-dialog {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup2 .modal-dialog .girbg {
    position: absolute;
    border-radius: 0px 75px 75px 0px;
    transform: rotate(45deg);
    background-color: #7c3333d7;
    z-index: 1;
    width: 650px;
    height: 650px;
}

.popup2 .modal-content {
    transform-origin: 90% 90%;
    z-index: 2;
    position: relative;
    background: transparent !important;
    border: 0px;
}

.popup2 .modal-dialog img {
    max-height: 350px;
    max-width: 350px;
}

.popup2 .modal-dialog h4,
.popup2 .modal-dialog p {
    color: #fff;
}