body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    background: url(../img/bodybg.jpg) top center repeat-x #0e0f14;
}

a {
    color: #212a44;
    text-decoration: none;
    transition: 0.3s ease all;
    font-family: 'Montserrat', sans-serif;
}

a:focus, img:focus {
    outline: none !important;
}

*:focus {
    outline: unset !important;
}

a:hover {
    color: #212a44;
    text-decoration: none;
}
*:focus{
    box-shadow: unset !important;
}
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

b {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

header.stickymenu .menu {
    transition: 0.3s ease left, 0.3s ease right, 0.3s ease top, 0.3s ease background;
}

header.stickymenu.sticked {

    z-index: 22222;
}

header.stickymenu.sticked .logo {

    display: block;
}

header.stickymenu.sticked .logo {
    background: url('../img/logotavuk.svg');
    width: 40px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 5px;
}

header.stickymenu.sticked .logo img {

    display: none;
}

header.stickymenu.sticked .infobar {

    display: none;
}

header.stickymenu.sticked .menu #ustmenul > ul > li > a small {
    display: none;
}

header.stickymenu.sticked .menu {
    padding: 9px 40px;
    position: fixed;
    left: 0px;
    right: 0px;
    background: #000000;
    top: 0px;
}

header .logo {
    transition: 0.3s ease all;
}

header .logo img {
    transition: 0.3s ease all;
    height: 90px;
}

header {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 10px 40px 0px;
    z-index: 5;
    min-height: 120px;
}


header .infobar .sosyal a :Hover {
    color: #fece17;
}

header .infobar .sosyal a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500;
    margin: 0px 10px;
    transition: 0.3s ease all;
}

header .infobar .sosyal span {
    color: #fece17;
    font-size: 12px;
    vertical-align: middle;
    margin: 0px 10px;

    font-weight: 300;
    display: inline-block;
}

header .infobar .sosyal {

}

header .infobar {
    text-align: right;
}

header .menu #ustmenul > ul {
    display: block;
    margin: 9px 0px;
    padding: -2px 0px;
    float: right;
}


header .menu #ustmenul > ul > li:first-child {
}

header .menu #ustmenul > ul > li:last-child {
    margin-right: 0px;
}

header .menu #ustmenul > ul > li:first-child {
}

header .menu #ustmenul > ul > li {
    padding: 0px;
    float: left;
    position: relative;
    margin: 0px 20px;
}

header .menu #ustmenul > ul > li i {
    font-size: 26px;
}

header .menu #ustmenul > ul > li:hover > a {
    color: #ffce05;
}

header .menu #ustmenul > ul > li > a small {
    display: block;
    color: #fece17;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
}

header .menu #ustmenul > ul > li > a > span {
    font-family: 'Alfa Slab One', cursive;
}

header .menu #ustmenul > ul > li > a {
    font-family: 'Alfa Slab One', cursive;

    color: #fff;
    font-size: 17px;
    padding: 0px;
    position: relative;
    line-height: 29px;
    transition: 0.3s ease all;
}


header .menu #ustmenul > ul > li > a:after {
}

header .menu #ustmenul > ul > li:hover > a:after {
}

header .menu #ustmenul > ul > li:hover .dropdown-menu.normal {
    /* max-width: calc(100% + 100px); */
    /* right: -50px; */
    max-height: fit-content;
}

header .menu #ustmenul > ul > li.megamenu:hover .dropdown-menu {
    display: none;
}

header .menu #ustmenul > ul > li .dropdown-menu.normal {
    border-radius: 0px;
    background: #2e4f6d;
    border: 0px;
    white-space: nowrap;
    padding: 0px;
    overflow: hidden;
    color: #a79b97;
    min-width: 275px;
    display: block;
    margin-top: 0px;
    -webkit-box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    position: absolute;
    left: -50px;
    right: -50px;
    transition: 0.3s ease all;
    max-height: 0px;
}

header .menu #ustmenul > ul > li .dropdown-menu.normal > li {
}

header .menu #ustmenul > ul > li .dropdown-menu.normal > li > a {
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 48px;
    background: transparent;
    text-align: left;
    display: block;
}

header .menu #ustmenul > ul > li .dropdown-menu.normal > li:Hover > a {
    background: #db1c3b;
    color: #fff;
}

header .menu #ustmenul > ul > li > .dropdown-menu > li:hover > .dropdown-menu {
    opacity: 1;
}

header .menu #ustmenul > ul > li > .dropdown-menu > li > .dropdown-menu {
    left: 100%;
    top: 0px;
    opacity: 0;
    position: absolute;

}


.megaback {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #000;
}

.megamnubg.active {
    opacity: 1;
    overflow: hidden;
    display: block;
}


.megamnubg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease all;
    background: rgba(254, 206, 23, 0.91);

    z-index: 22223;
}

.megapopup > .dropdown-menu > li:hover > .dropdown-menu {
    opacity: 1;
    display: block;
}


.megapopup > .dropdown-menu > li > a > span {
    position: relative;
    transition: 0.3s ease all;
}

.megapopup > .dropdown-menu > li {
    position: relative;
    display: block;
}

.megapopup small {
    display: none;
}

.megapopup > .dropdown-menu > li > a span:before {
    content: '';
    width: 0px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    left: 0px;
    background: #f3c426;

    transition: 0.3s ease all;
    border-radius: 50%;
}

.megapopup > .dropdown-menu > li:hover > a > span {
    padding-left: 10px;
    margin-right: -10px;


}

.megapopup > .dropdown-menu > li:hover > a > span:before {
    width: 5px;
    background: #fff;
}

.megapopup > .dropdown-menu > li:hover > a {
    color: #fff;
}

.megapopup > .dropdown-menu > li > a {
    padding: 0px 40px;
    transition: 0.3s ease all;

    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    color: #f3c426;
}

.megapopup > .dropdown-menu {
    position: relative;
    display: block;
    background: transparent;
    border-radius: 0px;
    border: 0px;
}

.megapopup > .dropdown-menu > li > .dropdown-menu > li {

}

.megapopup > .dropdown-menu > li > .dropdown-menu > li {
    position: relative;
}

.megapopup > .dropdown-menu > li > .dropdown-menu > li:hover > a {
    color: #f3c426;

}

.megapopup > .dropdown-menu > li > .dropdown-menu > li > a {
    padding: 0px 30px;
    position: relative;
    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
}


.megapopup > .dropdown-menu > li > .dropdown-menu > li:hover:before {

    left: 20px;
    right: -50px;

}

.megapopup > .dropdown-menu > li > .dropdown-menu {
    padding: 30px 0px;
    box-shadow: unset;
    background: #0e0f14;
    overflow: unset;

    opacity: 0;
    display: none;
    transition: 0.3s ease opacity;
    position: absolute;
    border-radius: 0px;
    left: 100%;
    margin: 0px;
    top: 0px;
    border: 0px;
}

.megapopup > a > span {
    font-family: 'Alfa Slab One', cursive;

}

.megapopup > a {
    color: #fff;
    font-size: 17px;
    padding: 0px 30px;
    display: block;
    position: relative;
    line-height: 29px;
    transition: 0.3s ease all;
}

.megapopup.active {
    display: block
}

.megapopup {
    display: none;
    position: absolute;
    z-index: 22225;
    background: #0e0f14;
    padding: 45px 0px;
    transition: 0.3s ease all;
}

section.slider {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    padding-bottom: 230px;
    margin-bottom: -200px;
    background: url('../img/sliderbg.png') top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


section.slider .swiper-slider {
    position: relative;
}

section.slider .swiper-slide .img {
    width: 100%;
    padding-bottom: 49%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

section.slider .swiper-slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

section.slider .swiper-container {
    width: 100%;
    height: 100%;
}

section.slider .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section.slider .swiper-pagination-bullet {
    width: 40px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    border-radius: 8px;
    background: #fff;
}

section.slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffcd27;
}

section.slider .arrows .container {
    position: relative;
}


section.menuler {

}

section.menuler #pills-tab {
    margin: 10px 0px;
}

section.menuler #pills-tab > li {
    margin-right: 15px;
}

section.menuler #pills-tab > li > a:before {
    content: '';
    height: 1px;
    background: #ffcd27;
    width: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: 0.3s ease all;

}

section.menuler #pills-tab > li > a {
    display: block;
    padding: 10px 0px;
    position: relative;
    padding: 5px 0px;

    color: #fff;
    transition: 0.3s ease all;
    font-family: 'Alfa Slab One', cursive;
}

section.menuler #pills-tab > li > a:hover:before, section.menuler #pills-tab > li > a.active:before {
    width: 100%;
}

section.menuler #pills-tab > li > a:hover, section.menuler #pills-tab > li > a.active {
    color: #ffcd27;

}

section.menuler .tab-content {
    margin-bottom: 30px;
}

section.menuler .menuler .menu {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    position: relative;
}

section.menuler .menuler .menu:Hover {
}

section.menuler .menuler .menu:Hover .img {
}

section.menuler .menuler .menu .menuadi {
    position: absolute;
    bottom: 30px;
    color: #0e0f14;
    font-size: 20px;
    font-weight: bold;
    left: -100%;
    transition: 0.3s ease all;
}
section.menuler .menuler .menu:hover .menuadi {

    left: 30px;
}
section.menuler .menuler .menu:hover .incele {
    right: 30px;

}

section.menuler .menuler .menu:hover:before {
    transform: scale(1);
}
section.menuler .menuler .menu:before {
    content: '';
    background: rgba(255, 205, 39, 0.91);
    left:10px;
    right: 10px;
    bottom:10px;
    position: absolute;
    top:10px;
    transform: scale(0);
    transition: 0.3s ease all;

}
section.menuler .menuler .menu .incele {
    transition: 0.3s ease all;
    position: absolute;
    right: -100px;
    padding: 10px 20px;
    top: 30px;
    font-size: 13px;
    color: #0e0f14;
    font-weight: 900;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
}
section.menuler .menuler .menu .img {
    transition: 0.3s ease all;
    padding-bottom: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.menuler .tab-content:before {
    content: '';
    width: 113px;
    height: 128px;
    background: url('../img/davuk.png');
    position: absolute;
    right: 10px;
    top: -107px;
    z-index: 2;
}

section.menuler .tab-content {
    position: relative;
}

.btn.btn-lg {
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 30px;
}

.btn-warning.btn-eff:hover {
    color: #ffcd27;

}

.btn-warning.btn-eff:hover:before {
    transform: scale(1);
    border-radius: 30px;
}

.btn-warning.btn-eff:before {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    background: #0e0f14;
    top: 5px;
    bottom: 5px;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 10px;
    transform: scale(0);
    transition: 0.3s ease all;
}

.btn-warning.btn-eff span {
    position: relative;
}

.btn-warning.btn-eff {
    position: relative;
}

.btn-warning {
    background: #ffcd27;
    color: #000;
    border-color: #ffcd27;
}

section.soslutavukhikayesi {margin: 30px 0px;height: 620px;position: relative;}

section.soslutavukhikayesi .img {
    height: 1500px;
    background: url('../img/tavugunhikayesi.png');
    background-position: center;
    position: relative;
    top: -510px;
    z-index: -1;
}

section.soslutavukhikayesi h1 {
    font-family: 'Alfa Slab One', cursive;
    color: #ffF;
    font-size: 29px;
    text-align: center;
    letter-spacing: 6px;
    margin-bottom: 70px;
}

section.soslutavukhikayesi h1 > b {
    font-family: 'Alfa Slab One', cursive;
    color: #ffcd27;
    border-bottom: 1px solid #ffcd27;
    letter-spacing: 6px;
    font-weight: 500;

}

section.soslutavukhikayesi .content span{display: block;color: rgba(255, 255, 255, 0.2);}
section.soslutavukhikayesi .content h2{
    font-family: 'Alfa Slab One', cursive;
    color:#fff;
    font-size: 14px;
    position: relative;
    margin-bottom: 35px;
}
section.soslutavukhikayesi .content:nth-child(1) h2:before{
    content: '';
    position: absolute;
    background: url(../img/pattern1.png);
    width: 100px;
    height: 100px;
    left: 10px;
    bottom: -23px;
    border-radius: 100%;
    z-index: -1;
}
section.soslutavukhikayesi .content:nth-child(2) h2:before{
    content: '';
    position: absolute;
    background: url(../img/pattern2.png);
    width: 80px;
    height: 80px;
    left: -10px;
    bottom: -23px;
    border-radius: 100%;
    z-index: -1;
}
section.soslutavukhikayesi .content:nth-child(3) h2:before{
    content: '';
    position: absolute;
    background: url(../img/pattern3.png);
    width: 80px;
    height: 80px;
    left: 100px;
    bottom: -23px;
    border-radius: 100%;
    z-index: -1;
}
section.soslutavukhikayesi .content:nth-child(1){position: absolute;width: 210px;}
section.soslutavukhikayesi .content:nth-child(2){position: absolute;bottom: 0px;width: 500px;max-width: 100%;}
section.soslutavukhikayesi .content:nth-child(3){position: absolute;margin-left: 670px;width: 500px;max-width: 100%;top: 60px;}
section.habelerduyurular {margin: 60px 0px;}

section.habelerduyurular h1 {
    font-family: 'Alfa Slab One', cursive;
    color: #ffF;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

section.habelerduyurular .owl-carousel .owl-stage-outer {
    min-height: 275px;
}

section.habelerduyurular .owl-haberler {

}

section.habelerduyurular .owl-haberler .owl-item.active {
    opacity: 1;
}

section.habelerduyurular .owl-haberler .owl-item.center + div {
    left: -150px;
}

section.habelerduyurular .owl-haberler .owl-item.center {

    z-index: 2;
}

section.habelerduyurular .owl-haberler .owl-item.center .item {
    background: #ffcd27;
    padding: 40px;
    border-radius: 130px;
    width: calc(100% + 200px);
    left: -100px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 21px 21px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 21px 21px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 21px 21px rgba(0, 0, 0, 0.16);
}

section.habelerduyurular .owl-haberler .owl-item {
    opacity: 0;
    transition: 0.3s ease all;
}

section.habelerduyurular .owl-haberler .owl-item .item {

    background: #fff;

    padding: 20px 65px;

    border-radius: 130px;

    z-index: 21;

    width: calc(100% + 150px);

    margin-top: 20px;

    position: relative;

    transition: 0.3s ease all;
}

section.habelerduyurular .haber {
    transition: 0.3s ease all;
}

section.habelerduyurular .haber .img {
    display: none;
    transition: 0.3s ease all;
}

section.habelerduyurular .owl-item.center .haber .content {
    width: calc(100% - 145px);
    display: inline-block;
    padding: 0px 10px;
}

section.habelerduyurular .owl-item.center .haber .img:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background-repeat: no-repeat;
    background: url('../img/haberimgbg.png');
}

section.habelerduyurular .owl-item.center .haber .img {
    width: 140px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 140px;
    border-radius: 100%;
    padding: 10px;
}

section.habelerduyurular .owl-item.center .haber .imgg {
    width: 120px;
    height: 120px;

    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.habelerduyurular .haber .content {
    display: block;
    vertical-align: middle;
    transition: 0.3s ease all;
}

section.habelerduyurular .owl-item.center .haber .content .baslik {

    color: #000;

    font-size: 14px;
}

section.habelerduyurular .haber .content .baslik {

    font-size: 12px;

    color: #ffc107;

    font-family: 'Alfa Slab One', cursive;

    transition: 0.3s ease all;
}

section.habelerduyurular .owl-item.center .haber .content p {

    color: #000;
}

section.habelerduyurular .haber .content p {

    font-size: 12px;

    color: #08090c;

    line-height: 20px;

    padding: 10px 0px;

    margin: 0px;

    color: #cccccc;

    transition: 0.3s ease all;
}


section.habelerduyurular .owl-dot.active {
    opacity: 1;
    background: #ffcd27;
}

section.habelerduyurular .owl-dot {
    margin: 0px 2px;
    width: 40px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    border-radius: 8px;
    background: #fff;
}

section.habelerduyurular .owl-dots {
    text-align: center;
    padding: 30px 0px;
}

section.habelerduyurular .owl-item.center .haber .content .incele {

    display: block;

    font-weight: 900;

    color: #000;
}

section.habelerduyurular .haber .content .incele {
    display: none;
    transition: 0.3s ease all;
}

section.takip .abizisosyalmedyada {
    width: 245px;
    height: 35px;

    background: url(../img/abizisosyalmedyada.svg);
}

section.takip h1 {
    font-family: 'Alfa Slab One', cursive;
    color: #0e0f14;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
}

section.takip .owl-twitter .owl-dots {
    display: none;
}

section.takip .owl-twitter {
    -webkit-box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 8px 26px -9px rgba(0, 0, 0, 0.34);
    background: #00000070;
}

section.takip .twitterpost {
    display: block;

}

section.takip .twitterpost .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
}

section.takip .twitterpost .overley {
    background: rgba(255, 205, 39, 0.90);
    padding: 25px 30px 45px;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: 0.3s ease all;
}

section.takip .twitterpost:hover .overley {
    transform: scale(1);
}

section.takip .twitterpost p {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
    height: 100%;
}

section.takip .twitterpost .fav {

    position: absolute;
    bottom: 30px;
}

section.takip .abizisosyalmedyada h1 {


}

section.takip .social a > i {
    font-size: 36px;
    color: #000;
    line-height: 80px;
    vertical-align: middle;
}

section.takip .social a > span {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 18px;
}

section.takip .social a {

    display: inline-block;

    margin: 0px 20px;
}

section.takip .socialbg {
    height: 245px;
    margin-top: -170px;
    padding-top: 170px;
    background: url('../img/instagram_alt_bg.jpg');
}

section.takip .social {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    margin-top: -70px;
    border-radius: 110px;
    padding: 34px 0px 5px;
}

footer h3 {
    color: #a5a5a6;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px;
}

footer ul {
    list-style-type: none;
    padding: 0px;
}

footer ul > li {

}

footer ul > li > a:hover {
    color: #fdcd27;
}

footer ul > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #a5a5a6;
    transition: 0.3s ease all;

}

footer .logo {
    margin-bottom: 30px;
    display: inline-block;
}

footer .logo img {
    height: 86px;
}

footer p > a:hover {
    opacity: 1;
    color: #fdcd27;
}

footer p > a {
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
    line-height: 28px;
}

footer p {
    color: #fff;
    opacity: 0.5;
    margin: 0px;
    font-size: 14px;
    line-height: 28px;

}

footer .charkmedia {
    display: inline-block;
    color: #fff;
    background: #242529;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px;
    padding: 7px 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

footer {
    padding-top: 75px;

}

section.tummenuler .menusec {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

section.tummenuler .menusec .menu > a:hover {
    background: #e4b915;
}

section.tummenuler .menusec .menu > a {
    white-space: nowrap;
    display: block;
    padding: 5px 20px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease all;
}

section.tummenuler .menusec .menu {
    overflow: hidden;
    max-height: 0px;
    transition: 0.3s ease all;
    position: absolute;
    left: 0px;
    background: #fece17;
    z-index: 222;
    top: 100%;
    min-width: 100%;
}

section.tummenuler .menusec .secilimenu:hover + .menu, section.tummenuler .menusec .menu:hover {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 0px;
}

section.tummenuler .menusec:hover .secilimenu:after {
    transform: rotate(-180deg);
}
section.tummenuler .menusec .secilimenu:after {
    content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    right: 10px;
    font-size: 50px;
    transition: 0.3s ease all;
}

section.tummenuler .menusec .secilimenu {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 15px 60px 15px 20px;
    display: block;
    min-width: 400px;
}


section.tummenuler .menuler {
    margin-bottom: 40px;
}

section.tummenuler .menuler .menu {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    position: relative;
}

section.tummenuler .menuler .menu:Hover {
}

section.tummenuler .menuler .menu:Hover .img {
}

section.tummenuler .menuler .menu .menuadi {
    position: absolute;
    bottom: 30px;
    color: #0e0f14;
    font-size: 20px;
    font-weight: bold;
    left: -100%;
    transition: 0.3s ease all;
}
section.tummenuler .menuler .menu:hover .menuadi {

    left: 30px;
}
section.tummenuler .menuler .menu:hover .incele {
    right: 30px;

}

section.tummenuler .menuler .menu:hover .img:before {
    transform: scale(1);
}
section.tummenuler .menuler .menu .img:before {
    content: '';
    background: rgba(255, 205, 39, 0.91);
    left:10px;
    right: 10px;
    bottom:10px;
    position: absolute;
    top:10px;
    transform: scale(0);
    transition: 0.3s ease all;

}
section.tummenuler .menuler .menu .incele {
    transition: 0.3s ease all;
    position: absolute;
    right: -100px;
    padding: 10px 20px;
    top: 30px;
    font-size: 13px;
    color: #0e0f14;
    font-weight: 900;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
}

section.tummenuler .menuler .menu:hover .text {

}

section.tummenuler .menuler .menu .text {
    color: #3c3c3e;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    display: block;
    transition: 0.3s ease all;
    position: relative;
    top: 0px;
    margin-top: 5px;
    z-index: 22;
}

section.tummenuler .info {
    text-align: right;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;
}

section.tummenuler .info span {
    color: #fece17;
}

section.tummenuler .menuler .menu .img {
    transition: 0.3s ease all;
    position: relative;
    padding-bottom: 51.35%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.kurumsalSidebar {
    background: url(../img/sidebarBg.png);
    min-height: 670px;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 55px 33px;
}

.kurumsalSidebar ul {
    list-style-type: none;
    padding: 0px;
}

.kurumsalSidebar ul > li {

}

.kurumsalSidebar ul > li > a {
    display: block;
    font-family: 'Alfa Slab One', cursive;
    color: #000;
    font-size: 16px;
    padding: 4px 0px;
    transition: 0.3s ease all;
}

.kurumsalSidebar ul > li > a:hover {
    color: #bc1818;
}

section.kurumsal {
    padding: 20px 0px;
}

section.kurumsal .content p {
    color: #5e5e60;
    fonts-size: 16px;
    line-height: 23px;

}

section.kurumsal .content h1 {
    color: #ffcb20;
    font-family: 'Alfa Slab One', cursive;
    font-size: 18px;
    margin-bottom: 10px;
}

section.kurumsal .content {
    display: block;
    margin-bottom: 50px;
}

section.kurumsal .content .belgecontent a{
    display: block;
    text-align: center;
}
section.kurumsal .content .belgecontent a img{
    padding: 30px;
    outline: 1px solid #ffcb20;
    transition: .3s ease all;
}
section.kurumsal .content .belgecontent a span{
    display: block;
    width: 100%;
    margin-top: 15px;
    color: #ffcb20;
    font-family: 'Alfa Slab One', cursive;
    transition: .3s ease all;
}
section.kurumsal .content .belgecontent a:hover img{
    outline-color: white;
}
section.kurumsal .content .belgecontent a:hover span{
    color: #fff;
}

section.subeler {
    margin-top: 50px;
}

section.subeler .sube .subelergaleri div:nth-child(n+5) {
    display: none;
}
section.subeler .sube {
    margin-bottom: 50px;
}

section.subeler .sube h1 span {
    color: #fece17;
    font-family: 'Alfa Slab One', cursive;

}

section.subeler .sube h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 32px;
    line-height: 2px;
    margin-bottom: 20px;
    color: #fff;

}

section.subeler .sube .harita {
    height: calc(100% - 10px);
    min-height: 300px;
}

section.subeler .sube .adres {
    color: #5e5e60;
    font-size: 16px;
    line-height: 23px;

}

section.subeler .sube .foto:hover .overley {
    opacity: 1;
}

section.subeler .sube .foto .overley {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: 0.3s ease all;
}

section.subeler .sube .foto {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

section.subeler .sube .foto .img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.iletisim {
    margin-top: 125px;
}

section.iletisim h1 {
    font-family: 'Alfa Slab One', cursive;
    font-size: 32px;
    line-height: 2px;
    margin-bottom: 50px;
    letter-spacing: 3px;
    color: #fece17;

}

section.iletisim h1 span {
    color: #fff;
    font-family: 'Alfa Slab One', cursive;

}

section.iletisim p > b {
    display: block;
    font-family: 'Alfa Slab One', cursive;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    letter-spacing: 2px;

}

section.iletisim p > a {
    color: #5e5e60;
    font-size: 16px;
    line-height: 23px;
}

section.iletisim p {
    color: #5e5e60;
    font-size: 16px;
    line-height: 23px;
}

section.iletisim .form-group {

}

section.iletisim .form-group .form-control:Hover::placeholder ,section.iletisim .form-group .form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0e0f14;
    opacity: 1; /* Firefox */

}

section.iletisim .form-group .form-control:Hover:-ms-input-placeholder ,section.iletisim .form-group .form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0e0f14;
    opacity: 1; /* Firefox */
}

section.iletisim .form-group .form-control:focus::-ms-input-placeholder ,section.iletisim .form-group .form-control:Hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #0e0f14;
    opacity: 1; /* Firefox */
}
section.iletisim .form-group .form-control:Hover ,section.iletisim .form-group .form-control:focus {
    background: #fece17;
}

section.iletisim .form-group{
    margin:  7.5px 0px;
}
section.iletisim .form-group input.form-control {
    transition: 0.3s ease all;
    border-radius: 0px;

    font-size: 14px;

    height: 55px;

    border: 0px;

    color: #000;
}

section.iletisim .form-group textarea.form-control {

    border-radius: 0px;

    font-size: 14px;

    border: 0px;

    color: #000;
}

section.iletisim .form-group select.form-control {

    border-radius: 0px;

    font-size: 14px;

    height: 55px;

    border: 0px;

    color: #000;
}

section.iletisim .harita {
    height: 400px
}

section.iletisim {
    font-size: 14px;
    color: #ffF;

}

section.iletisim .btn {
    border-radius: 0px;
    font-family: 'Alfa Slab One', cursive;

    background: #fece17;

    border-color: #fece17;

    font-size: 18px;
    padding: 16px 50px;
    color: #000;
    margin-bottom: 60px;
}

.insankaynaklari b {
    font-size: 18px;
    color: #ffcd27;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
    line-height: 23px;
}

.insankaynaklari label {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    margin-right: 20px;
}

.insankaynaklari span {
    font-size: 16px;
    color: #fff;
    line-height: 55px;
}

.insankaynaklari p {
    font-size: 16px;
    color: #fff;
}
.insankaynaklari .form-control:Hover::placeholder ,.insankaynaklari .form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0e0f14;
    opacity: 1; /* Firefox */

}

.insankaynaklari .form-control:Hover:-ms-input-placeholder ,.insankaynaklari .form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0e0f14;
    opacity: 1; /* Firefox */
}

.insankaynaklari .form-control:focus::-ms-input-placeholder ,.insankaynaklari .form-control:Hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #0e0f14;
    opacity: 1; /* Firefox */
}
.insankaynaklari .form-control:Hover ,.insankaynaklari .form-control:focus {
    background: #fece17;
}
.insankaynaklari input.form-control {

    border-radius: 0px;

    font-size: 14px;

    height: 55px;

    border: 0px;
    margin-bottom: 10px;

    color: #000;
}

.insankaynaklari select.form-control {

    border-radius: 0px;

    font-size: 14px;

    height: 55px !important;

    border: 0px;

    color: #000;

    margin-bottom: 10px;
}

.insankaynaklari textarea.form-control {

    border-radius: 0px;
    margin-bottom: 10px;

    font-size: 14px;


    border: 0px;

    color: #000;
}

.insankaynaklari .btn {
    border-radius: 0px;
    font-family: 'Alfa Slab One', cursive;

    background: #fece17;

    border-color: #fece17;

    font-size: 18px;
    padding: 16px 50px;
    color: #000;
    margin-bottom: 60px;
}

.insankaynaklari {

}

.insankaynaklari .content p {
    color: #5e5e60;
    fonts-size: 16px;
    line-height: 23px;

}

.insankaynaklari .content h1 {
    color: #ffcb20;
    font-family: 'Alfa Slab One', cursive;
    font-size: 18px;
    margin-bottom: 10px;
}

section.urundetay {
    margin-top: 50px;
}

section.urundetay .breadcrumb {
    position: relative;
    z-index: 2;

    border-radius: 0px;

    background: transparent;

    padding: 0px;

    margin: 0px;

    padding: 25px 0px;
}

section.urundetay .breadcrumb > a:last-child {

    font-weight: bold;
}

section.urundetay .breadcrumb > a {
    position: relative;
    color: #5e5e60;
    font-size: 18px;
    line-height: 40px;
    padding-right: 25px;
    letter-spacing: -1px;
    transition: 0.3s ease all;
}

section.urundetay .breadcrumb > a:not(:last-child):after {
    content: "\f105";
    color: #fece17;
    font-size: 25px;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 7px;
}

section.urundetay .uruncol {
    /* min-height: 650px; */
    padding-top: 470px;
}

section.urundetay .uruncol:after {
    content: '';
    background: url('../img/tabakbg.png');
    position: absolute;
    top: -120px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right;
}

section.urundetay .uruncol .img {
    height: 550px;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    object-fit:cover;
    top: -30px;
    z-index: 2;
    width: 100vw;
}

section.urundetay .menubilgi{
    padding-left: 60px;
}
section.urundetay .tavukslogan{
    color:#5e5e60;
    font-size:16px;
    line-height: 23px;
    text-align: right;
}
section.urundetay  h3.yesil{
    color:#009540;
}
section.urundetay  h3.kirmizi{
    color:#bd1521;
}
section.urundetay  h3.beyaz{
    color:#fff;
}
section.urundetay  h3{
    font-size:20px;
    font-weight: 900;
    position: relative;
    z-index: 3;
    line-height: 25px;
}
section.urundetay  h3 + p{
    color:#5e5e60;
    font-size:14px;
    line-height: 20px;

}
section.urundetay .tavuklogo{padding-bottom: 70%;background-position: center right;background-repeat: no-repeat;margin-bottom: 30px;background-size: contain;}
section.urundetay .breadcrumb > a:hover {
    color: #fece17;

}
section.urundetay .share{
    padding: 40px 0px;
    margin-left: -30px;
}

section.urundetay .share a:hover b{
    color: #f8c516;

}
section.urundetay .share a{

    display: inline-block;

    margin-right: 22px;
}
section.urundetay .share a>i{

    color: #000;

    background: #f8c516;

    padding: 12px 15px;

    text-align: center;

    border-radius: 50%;

    font-size: 23px;

    float: left;

    width: 49px;

    height: 49px;

    vertical-align: middle;
}
section.urundetay .share a>span{

    font-size: 14px;

    font-weight: bold;

    vertical-align: middle;

    color: #f8c516;

    padding-left: 6px;

    display: inline-block;
}
section.urundetay .share a b{
    display: block;
    color:#ffF;

}
.digertabaklar {
    margin: 100px 0px 150px;
}
.digertabaklar .menuler .menu {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    position: relative;
}

.digertabaklar .menuler .menu:Hover {
}

.digertabaklar .menuler .menu:Hover .img {
}

.digertabaklar .menuler .menu .menuadi {
    position: absolute;
    bottom: 30px;
    color: #0e0f14;
    font-size: 20px;
    font-weight: bold;
    left: -100%;
    transition: 0.3s ease all;
}
.digertabaklar .menuler .menu:hover .menuadi {

    left: 30px;
}
.digertabaklar .menuler .menu:hover .incele {
    right: 30px;

}

.digertabaklar .menuler .menu:hover:before {
    transform: scale(1);
}
.digertabaklar .menuler .menu:before {
    content: '';
    background: rgba(255, 205, 39, 0.91);
    left:10px;
    right: 10px;
    bottom:10px;
    position: absolute;
    top:10px;
    transform: scale(0);
    transition: 0.3s ease all;

}
.digertabaklar .menuler .menu .incele {
    transition: 0.3s ease all;
    position: absolute;
    right: -100px;
    padding: 10px 20px;
    top: 30px;
    font-size: 13px;
    color: #0e0f14;
    font-weight: 900;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
}

.digertabaklar .menuler .menu .img {
    transition: 0.3s ease all;
    padding-bottom: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.digertabaklar h1 {
    font-family: 'Alfa Slab One', cursive;
    color: #fff;
    font-size: 100px;
    text-align: center;
    margin-bottom: -50px;
    white-space: nowrap;
}

.haber-baslik{
    font-weight: 700;
    font-size: 25px;
    color: white;
}

.haber-yazi{
    font-weight: 300;
    font-size: 15px;
    color: white;
}

.haber-res{
    display: inline-block;
}

.haber-res > img{
    max-width: 100%;
}


@media only screen and (max-width: 479px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}