/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext');

/*AYARLAR*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 200px;
	background: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
   

}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #231e1d;
    padding: 15px 0
}
footer a {
	text-decoration: none;
	font-weight: normal;
	color: #e76800;
}
img {
    max-width: 100%
}


.header {
    position: relative;
    overflow: hidden;

}
.header span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0  20px rgba(255,255,255,1);
    animation:  animate2 3s linear infinite;
}
.header span:before{
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 1px;
    background: linear-gradient(90deg,#fff,transparent);
}

@keyframes animate2{
    0%{
        transform: rotate(315deg) translateX(0);
        opacity: 1
    }
    70%{
        opacity: 1
    }
    100%{
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0
    }
}

span:nth-child(1){
    top: 0;
    right: 0;
    animation-delay: 0s;
    animation-direction: 1s;
}
span:nth-child(2){
    top: 0;
    left: initial;
    right: 80px;
    animation-delay: -0.2s;
    animation-direction: 3s;
}

span:nth-child(3){
    top: 80px;
    left: initial;
    right: 0;
    animation-delay: 0.4s;
    animation-direction: 3s;
}

span:nth-child(4){
    top: 0;
    left: initial;
    right: 180px;
    animation-delay: 0.6s;
    animation-direction: 3s;
}

span:nth-child(5){
    top: 0;
    left: initial;
    right: 220px;
    animation-delay: 0.8s;
    animation-direction: 3s;
}

span:nth-child(6){
    top: 0;
    left: initial;
    right: 400px;
    animation-delay: 1s;
    animation-direction: 3s;
}

span:nth-child(7){
    top: 0;
    left: initial;
    right: 800px;
    animation-delay: 1.2s;
    animation-direction: 3s;
}

span:nth-child(8){
    top: 0;
    left: initial;
    right: 700px;
    animation-delay: 1.4s;
    animation-direction: 3s;
}


.headOne {
    position: relative;
}

/*
.headOne:after{
    content: ' ';
    background: url('../images/header-white.jpg');
    background-size: cover;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    animation-name: opacityA;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
}
*/
@keyframes anima {
    from {
        left: -100%;

    }

    to {
        left: 0
    }
}

@keyframes animb {
    from {
        right: -100%;

    }

    to {
        right: 0
    }
}


.headOne .topDerneks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.topDerneks img:nth-of-type(1) {
    width: 25%
}

.topDerneks img:nth-of-type(2) {
    width: 28%
}

.topDerneks img:nth-of-type(3) {
    width: 9%
}

.topDerneks img:nth-of-type(4) {
    width: 9%
}

.headOne .mid {
    margin-top: 30px;
    padding-right: 15%;
    text-align: right;

}

.mid img {
    width: 75%;
}

.headOne .bottom {
    text-align: right;
    padding-right: 15%;
    margin-top: 30px;

}

.headOne .bottom img {
    width: 75%;
}

@media (max-width: 991.98px) {

    .headOne .col-12:first-child {
        text-align: center;
        margin-top: -40px;
        display: none
    }



    .header:before {
        background-position: 38% 0;

    }

    .header:after {
        background-position: 38% 0;
    }


    #greload {
        width: 110px;
        margin: auto;
    }

}

@media (max-width: 767.98px) {
    .body {
        margin-top: 50px
    }

    .animationMenu {
        display: none
    }

    .lastDays {
        overflow: hidden
    }

    .lastDays .logo {
        margin-right: 15px;
        margin-left: 15px;
    }

    .lastDays .logo img {
        margin-right: 9px;
        height: auto !important;
        width: 25px !important;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .lastDays .text {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px !important;
    }

    .lastDays .text span {
        width: calc(50% - 30px);
        border-bottom: 1px solid #fff;
        border-right: none !important;
        text-align: center;
        padding-right: 0 !important;
        letter-spacing: 0
    }

    .lastDays .text span:nth-last-child(2) {
        border: none !important;
    }
}












.lastDays {
    overflow: hidden;
    background: #4a312a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastDays .logo {
    margin-right: 30px;
}

.lastDays .logo img {
    height: 80px;
    margin-top: -5px;
    margin-bottom: -5px;
}


.lastDays .text {
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: lighter;
}

.lastDays .text span {
    margin-right: 30px;
    border-right: 1px solid #fff;
    padding-right: 30px
}

.lastDays .text span:last-child {
    border: none;
    margin: none;
    padding: none
}






.lang {
    position: absolute;
    right: 10px;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 3
}

.nav-item {
    position: relative;

}

.nav-item a {
    color: #fff !important;
    border-radius: 10px;
}

.nav-item a:hover {
    background: rgba(0, 0, 0, 0.40);
    color: #ffffff !important;
}

.nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 1rem
}



.sub-navbar {
    position: absolute;
    width: 300px;
    background: #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 5px solid #bb1724;
    display: none;
}

.nav-item:hover .sub-navbar {
    display: block;
}

.sub-navbar .sub-item-link {
    padding: 5px;
    color: #8f93a8;
    display: block;
    background: #425e6d;
    font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.dropdown ul {
    position: absolute;
    width: 200px;
    padding: 0;
    list-style: none;
    background: #094769;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

@media (max-width: 991.98px) {
    .kutu img {
        width: 35px;
    }

    .onlymob {
        padding: 0 30px;
    }

    .dropdown ul {
        position: relative;
        display: none;
        width: 100%
    }

    .navbar {
        display: block;
    }

    .navbar-toggler {
        margin: 10px;
        font-size: 16px;
    }

    .nav-item .nav-link {
        font-family: 'Oswald', sans-serif;
        padding: 0.5rem 1rem;
    }

    .sub-navbar {
        position: relative;
        width: 100%;
        padding-left: 20px;
        background: #00062c;
    }

    .navbar .container {
        max-width: 100%;
    }

    .nav-item,
    .sub-item {
        text-align: left !important;
    }

    .lang {
        top: 6px;
        position: absolute;
        right: 10px;
    }

    .nav-item:hover .nav-link {
        background: rgba(255, 255, 255, 0.45);
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: rgb(255 255 255 / 0%);
        transition: 0.5s;
    }

    button:focus {
        outline: none;
    }

    .navbar-dark .navbar-toggler:hover {
        background: #fff;
        color: #2394b7;
    }
}

.bg-theme {
    background: #4a312a;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px;
}


.yanson {

    transition: 0.5s;
    animation: hideshow 2s infinite;
}

@keyframes hideshow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





@keyframes animate {
    0% {
        transform: rotate(0deg)
    }


    100% {
        transform: rotate(360deg)
    }
}

.animationMenu {
    margin: 40px 0;
}

.animationMenu .box {
    position: relative;
    width: 100%;
    height: 240px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.animationMenu .box:before {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #45f3ff, #45f3ff, #45f3ff);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right
}

.animationMenu .box:after {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #45f3ff, #45f3ff, #45f3ff);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
    animation-delay: -3s;
}


.animationMenu .box .content {
    background: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    height: 230px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #ddd;
    text-decoration: none;
}

.animationMenu .box .content .icon {
    height: 60px;
    width: 60px;
    background: #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-right: 30px
}

.animationMenu .box .content .icon img {
    max-width: 100%;
}


.animationMenu .row .col-md-4:nth-of-type(1) .box:before {
    background: linear-gradient(0deg, transparent, transparent, #f77306, #f77306, #f77306);
}

.animationMenu .row .col-md-4:nth-of-type(1) .box:after {
    background: linear-gradient(0deg, transparent, transparent, #f77306, #f77306, #f77306);
}

.animationMenu .row .col-md-4:nth-of-type(2) .box:before {
    background: linear-gradient(0deg, transparent, transparent, #0a6679, #0a6679, #0a6679);
}

.animationMenu .row .col-md-4:nth-of-type(2) .box:after {
    background: linear-gradient(0deg, transparent, transparent, #0a6679, #0a6679, #0a6679);
}

.animationMenu .row .col-md-4:nth-of-type(3) .box:before {
    background: linear-gradient(0deg, transparent, transparent, #0d84f2, #0d84f2, #0d84f2);
}

.animationMenu .row .col-md-4:nth-of-type(3) .box:after {
    background: linear-gradient(0deg, transparent, transparent, #0d84f2, #0d84f2, #0d84f2);
}

.animationMenu .row .col-md-4:nth-of-type(1) .box .content {
    color: #f77306;
}

.animationMenu .row .col-md-4:nth-of-type(1) .box .content .icon {
    background: #f77306;
}

.animationMenu .row .col-md-4:nth-of-type(2) .box .content {
    color: #0a6679;
}

.animationMenu .row .col-md-4:nth-of-type(2) .box .content .icon {
    background: #0a6679;
}

.animationMenu .row .col-md-4:nth-of-type(3) .box .content {
    color: #0d84f2;
}

.animationMenu .row .col-md-4:nth-of-type(3) .box .content .icon {
    background: #0d84f2;
}







.importantDate {
    position: relative;
    margin-top: 25px;
}

.importantDate .box {
    position: absolute;
    width: 100%;
    height: 240px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.importantDate .box:before {
        content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #4a312a, #4a312a, #4a312a);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
}

.importantDate .box:after {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #4a312a, #4a312a, #4a312a);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
    animation-delay: -3s;
}


.importantDate .box .b {
    background: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    height: 230px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #ddd;
    text-decoration: none;
}

.importantDate .box .b:after {
    content: ' ';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px dashed #4a312a;
    left: -3px;
    top: -2px;
    border-radius: 3px;
}

.importantDate .content {
    position: relative;
    z-index: 2;
    margin: 0 10%;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
}

.importantDate .content .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.importantDate .content .dates {
    margin-top: 20px;
}

.importantDate .content .dates .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.importantDate .content .dates .item span:nth-of-type(1) {
    font-size: 70px;
    color: #4a312a;
    font-weight: bolder;
}

.importantDate .content .dates .item span:nth-of-type(2) {
    font-size: 30px;
    color: #4a312a;
    margin-top: -20px;
    margin-bottom: 5px;
}

.importantDate .content:before {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a312a;
    z-index: -1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.importantDate .content:after {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a312a;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}










.congress-content {
    text-align: justify;
    color: #000 !important;
    padding: 0 30px;
}

.congress-content h1 {
        border: 5px solid #251511;
    background: #4a312a;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 30px;
    margin-bottom: 25px;
}

.congress-content h2 {
    font-size: 25px;
    color: #4a312a;
    margin: 0;
}