*, body {
    font-family: 'Montserrat', sans-serif;
}
@font-face {
    font-family: 'Marvelous Personal Use';
    src: url('../fonts/MarvelousPersonalUse-Regular.woff2') format('woff2'),
    url('../fonts/MarvelousPersonalUse-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
img {
    max-width: 100%;
}
a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}
*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}
.container.newrow {
    padding-left: 6.5px;
    padding-right: 6.5px;
}
.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid.newzero {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}
.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}
.row.newrow > div {
    padding-left: 6.5px;
    padding-right: 6.5px;
}
.row.newrow {
    margin-left: -6.5px;
    margin-right: -6.5px;
}
:root {
    --thin: 100;
    --elight: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --sbold: 600;
    --bold: 700;
    --ebold: 800;
    --black: 900;
}

.navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
header .header-top {
    background-image: url('../img/header-top.png');
    height: 215px;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
header .header-top ul.contact-info {
    margin: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .header-top ul.contact-info li:first-child {
    margin-right: 15px;
}
header .header-top ul.contact-info li {
    font-size: 14px;
    color: #475155;
}
header .header-top ul.contact-info li i {
    color: #76972d;
}
a:hover {
    color: #76972d;
}
header .header-top ul.contact-info li span {}
header .header-top .right {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .header-top ul.header-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
header .header-top ul.header-social li {
    padding: 0 8px;
}
header .header-top ul.header-social li i {
    color: #475155;
    transition: all ease .5s;
    font-size: 15px;
}
header .header-top ul.header-social li:hover i {
    color: #76972d;
}
.dropbtn {
    color: #414343;
    font-size: 15px;
    border: none;
    line-height: 1;
    margin: 0;
    background-color: transparent;
    padding: 0 5px;
}
.lang {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 38px;
    z-index: 1;
    background: #fff;
    border: 1px solid #e3e0e0;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.dropdown-content a {
    color: #414343;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
    font-size: 15px;
    border-bottom: 1px solid #e3e0e0;
}
.dropdown-content a:last-child {
    border-bottom: 0;
}
.dropdown-content a:hover {background-color: #f8f8f8;}
.lang:hover .dropdown-content {display: block;}
.lang:hover .dropbtn {background-color: #fff;}
header .header-top .search {
    position: relative;
    right: 0;
}
header .header-top .search form {
    max-width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -6px;
    transition: all ease .5s;
}
header .header-top .search form input {
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 12px;
    width: 210px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
header .header-top a.text-center img {
    width: 233px;
    margin-left: 40px;
    margin-top: 10px;
}
header .header-top a img {
    width: 70%;
}
header .header-top .search form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fafafa;
    border: 1px solid #ccc;
    height: 100%;
    width: 40px;
}
header .header-top .search:hover  form {
    max-width: 300px;
}
header .header-menu {
    float: left;
    width: 100%;
    margin-top: 80px;
    height: 72px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header-menu ul.navbar-nav {
    display: flex;
    flex-direction: row;
}
header .header-menu ul.navbar-nav li:nth-child(3) {
    margin-right: 284px;
}
header .header-menu ul.navbar-nav li {
    display: block;
    position: relative;
}
header .header-menu ul.navbar-nav li a {
    display: block;
    padding: 8px 22px;
    color: #475155;
    font-size: 14px;
    position: relative;
    font-weight: var(--sbold);
}
header .header-menu ul.navbar-nav li a i {
    position: absolute;
    left: 36%;
    color: #76972d;
    opacity: 0;
    font-size: 40px;
    top: -5px;
    transition: all ease .5s;
}
header .header-menu ul.navbar-nav li:hover > a i, header .header-menu ul.navbar-nav li.active > a i {
    opacity: .2;
}

header .header-menu ul.navbar-nav li:hover > a {
    color: #76972d;
}
header .header-menu ul.navbar-nav > li:not(.submenu):hover a:after {
    content: '';
    width: 80%;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 2px;
    background: #76972d;
}
header .header-menu ul.navbar-nav li.submenu:hover {
    background: #fff;
}
header .header-menu ul.navbar-nav li.submenu:hover > a {
    color: #76972d;
}
header .header-menu ul.navbar-nav li.submenu ul {
    position: absolute;
    display: block;
    border-radius: 1px;
    min-width: 200px;
    max-width: 230px;
    max-height: 0px;
    overflow: hidden;
    left: 0;
    border: 0px;
    background: #fff;
    color: #fff;
    padding: 0px;
    transition: 0.3s ease max-height, 0.3s ease box-shadow;
    top: 100%;
}
header .header-menu ul.navbar-nav li.submenu ul li a {
    font-size: 14px;
    display: block;
    padding: 8px 18px;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    font-weight: bold;
}
header .header-menu ul.navbar-nav li.submenu ul li a span {
    width: 190px;
    display: block;
    white-space: initial;
}
header .header-menu ul.navbar-nav li.submenu ul li:first-child {
    margin-top: 15px;
}
header .header-menu ul.navbar-nav li.submenu ul li:last-child {
    margin-bottom: 15px;
}
header .header-menu ul.navbar-nav > li.submenu:hover > ul {
    max-height: 500px;
    overflow: inherit;
}

.dropdown-menu li {}


section.fullvideo{
    width: 100%;
    height: 100vh;
    z-index: 4;
}
section.fullvideo .video:after{
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top:0px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.5;
    position: absolute;
    z-index: 2;
}
section.fullvideo .icerik:after {
    content: '';
    width: 2px;
    height: 248px;
    background: #76972d;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,10%);
}
section.fullvideo .icerik {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
section.fullvideo .video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: -42px;
    z-index: -1;
}
section.fullvideo .video {
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #000;
    overflow: hidden;
    position: relative;
}
section.fullvideo .icerik {
    text-align: center;
}
section.fullvideo .icerik h1 {
    font-size: 50px;
    line-height: 1;
    color:#ffffff;
    font-family: 'Marvelous Personal Use';
}
section.fullvideo .icerik h2 {
    font-size: 59px;
    color: #ffffff;
    position: relative;
    line-height: 1;
    font-family: 'Marvelous Personal Use';
}
section.middle:after {
    content: '';
    background-image: url('../img/mask1.png');
    height: 187px;
    width: 100%;
    float: left;
    position: absolute;
    top: -186px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    
}
section.middle {
    background: #f2fcfd;
    position: relative;
}
section.middle .top h3.title {
    font-size: 40px;
    font-weight: bold;
    color: #475155;
}
section.middle .top h3.title strong {
    color: #76972d;
    font-weight: bold;
}
section.middle .top .item {
    padding-right: 10px;
}
section.middle .top .item:before {
    content: '';
    width: 3px;
    height: 220px;
    background: #e1ebec;
    position: absolute;
    left: -20px;
    bottom: 0;
}
section.middle .top .item .img {
    width: 76px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    background-size: contain;
}
section.middle .top .item h4 {
    font-weight: var(--bold);
    font-size: 22px;
    color: #475155;
    margin: 15px 0;
}
section.middle .top .item h4 span {
    font-weight: var(--regular);
    font-size: 22px;
    color: #bdbdbd;
}
section.middle .top .item p {
    color: #7a7f81;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
section.middle .bottom {
    padding: 100px 0;
}
section.middle .bottom .col-md-3:not(:last-child) .item:after {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #dfe8e9;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 82px;
}
section.middle .bottom .item .img {
    width: 63px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 15px;
    background-size: contain;
}
section.middle .bottom .item h4 {
    font-weight: var(--bold);
    font-size: 21px;
    color: #475155;
    margin: 15px 0;
}
section.middle .bottom .item p {
    color: #7a7f81;
    font-size: 14px;
    line-height: 18px;
    font-weight: var(--light);
    margin-bottom: 0;
}
section.egitimKategorileri {
    margin-top: -70px;
    position: relative;
    margin-bottom: -270px;
    z-index: 9;
}
section.egitimKategorileri .icerik {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}
section.egitimKategorileri h1 {
    font-size: 54px;
    font-weight: bold;
    color: #475155;
    line-height: 68px;
    margin-bottom: 20px;
}
section.egitimKategorileri p {
    color: #7a7f81;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 40px;
}
section.egitimKategorileri h1 > span {
    position: relative;
    color: #76972d;
    display: block;
}
section.egitimKategorileri h1 > span:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*bottom: -2px;*/
    /*left: -5px;*/
    /*right: -100px;*/
    /*z-index: -1;*/
    /*background: #d7dcdd;*/
}
.btn.btn-light {
    color: #57758c;
}
.btn {
    box-shadow: 0px 4px 5.64px 0.36px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 11px;
}
.kategoriler {
}
.kategoriler.merdiven {
    padding: 85px 0px;
}
.kategoriler.merdiven .row {
    margin: 0px -5px;
}
.kategoriler.merdiven .row > div {
    padding: 0px 5px;
}
.kategoriler .kategori {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.kategoriler .kategori .background {
    transition: 0.3s ease all;
}
.kategoriler .kategori:hover .background, .kategoriler .swiper-slide-active .kategori .background svg {
    box-shadow: 0px 19px 22.32px 1.68px rgba(76, 138, 208, 0.43);
}
.kategoriler > .row > div:nth-child(1) {
    margin-top: 0px;
}
.kategoriler > .row > div:nth-child(2) {
    margin-top: -40px;
}
.kategoriler > .row > div:nth-child(3) {
    margin-top: -80px;
}
.kategoriler > .row > div:nth-child(4) {
    margin-top: 0px;
}
.kategoriler > .row > div:nth-child(5) {
    margin-top: -40px;
}
.kategoriler > .row > div:nth-child(6) {
    margin-top: -80px;
}
.kategoriler > .row > div {
}
.kategoriler .kategori {
    transition: all ease .5s;
}
.kategoriler .kategori .background {
    height: 242px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.kategoriler .kategori:hover .background:after {
    content: '';
    background-color: #009700;
    transition: all ease .5s;
}
.kategoriler .kategori .background:after {
    content: '';
    background-image: url('../img/hover.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 242px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all ease .5s;
    bottom: 0;
    background-color: #475155;
    background-blend-mode: luminosity;
    opacity: 0.6;
}
.kategoriler .kategori .background .kutu {
}
.kategoriler .kategori .content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px 25px 20px;
}
.kategoriler .kategori .content span {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
}
.kategoriler .kategori .content .icon {
    width: 50px;
    height: 50px;
    fill: #fff;
}
.counter {
    position: relative;
    z-index: 2;
}
.counter:after {
    content: '';
    background-image: url("../img/mask2.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-position: center;
}
.counter .mask {
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
    width: 100%;
    z-index: 1;
}
.counter .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 440px;
    z-index: 3;
}
.counter .content .count {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.counter .content .count i {
    position: absolute;
    width: 161px;
    height: 161px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    margin: 0 auto;
}
.counter .content .count h4 {
    font-size: 54px;
    font-weight: var(--bold);
    color: #ffffff;
}
.counter .content .count > span {
    font-size: 21px;
    font-weight: var(--light);
    color: #ffffff;
}

.haber {
    padding: 50px 0px;
    background: #f2fcfd;
}
.swiper-haberler .haber-block {
    display: inline-block;
    width: 100%;
}
.swiper-haberler .haber-res {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 2px 3.464px 22.32px 1.68px rgba(76, 138, 208, 0.43);
    transition: all 0.6s ease;
}
.swiper-haberler .haber-res-bosluk {
    padding: 20px 40px;
}
.swiper-haberler .haber-text-block {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    transition: all 0.9s ease;
    padding: 0px 20px 20px 20px;
}
.swiper-haberler .tarih {
    color: #57758c;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.9s ease;
    position: relative;
}
.swiper-haberler .baslik {
    color: #475155;
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all 1.0s ease;
    position: relative;
}
.swiper-haberler .baslik > span {
    display: inline-block;
    width: 100%;
    color: #bdbdbd;
}
.swiper-haberler .aciklama {
    color: #57758c;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    transition: all 1.1s ease;
    position: relative;
}
.swiper-haberler .btns {
    display: inline-block;
    width: 100%;
    transition: all 1.2s ease;
    position: relative;
    padding: 10px 0px;
}
.swiper-haberler .btns > .btn-primary {
    margin-right: 10px;
    background: #475155;
    border-color: #475155;
}
.swiper-haberler .swiper-arrows {
    position: absolute;
    width: 80px;
    top: calc(50% - 75px);
    text-align: center;
    left: calc(25% + 15px);
    z-index: 3;
}
.swiper-haberler .swiper-arrows div:focus {
    outline: none;
}
.swiper-haberler #js-prev2 {
    height: 80px;
    border-radius: 100%;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    font-size: 60px;
    position: relative;
    box-shadow: 0px 9px 22.32px 1.68px rgba(76, 138, 208, 0.43);
    cursor: pointer;
}
.swiper-haberler #js-prev2 > i {
    position: absolute;
    top: 10px;
    right: 0px;
    left: 5px;
    bottom: 0px;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    color: #76972d;
}
.swiper-haberler  #js-next2 {
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    margin: 0 auto;
    background-color: #57758c;
    font-size: 60px;
    position: relative;
    box-shadow: 0px 9px 22.32px 1.68px rgba(76, 138, 208, 0.43);
    cursor: pointer;
}
.swiper-haberler #js-next2 > i {
    position: absolute;
    top: 7px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 37px;
    font-weight: 900;
    color: #ffffff;
}
.swiper-haberler .swiper-slide .haber-res {
    transform: scale(0);
}
.swiper-haberler .swiper-slide .tarih {
    left: -1000px;
}
.swiper-haberler .swiper-slide .baslik {
    left: -2000px;
}
.swiper-haberler .swiper-slide .aciklama {
    left: -3000px;
}
.swiper-haberler .swiper-slide .btns {
    left: -4000px;
}
.swiper-haberler .swiper-slide-active .haber-res {
    transform: scale(1);
}
.swiper-haberler .swiper-slide-active .tarih {
    left: 0px;
}
.swiper-haberler .swiper-slide-active .baslik {
    left: 0px;
}
.swiper-haberler .swiper-slide-active .aciklama {
    left: 0px;
}
.swiper-haberler .swiper-slide-active .btns {
    left: 0px;
}
.footer-iletisim-block {
    display: inline-block;
    width: 100%;
    padding: 0px 30px;
    margin: 25px 0px;
    display: flex;
    align-items: center;
}
.footer-iletisim-block .m-hizmet {
    display: inline-block;
    font-size: 21px;
    font-weight: 800;
    color: #bdbdbd;
    text-align: right;
    width: 275px;
    line-height: 30px;
}
.footer-iletisim-block .m-whatsapp {
    display: inline-block;
    width: 275px;
    font-size: 21px;
    font-weight: 800;
    color: #bdbdbd;
    text-align: left;
    line-height: 30px;
}
.footer-iletisim-block .m-hizmet > a {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #57758c;
}
.footer-iletisim-block .m-whatsapp > a {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #57758c;
}
.footer-iletisim-icon {
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background: #57758c;
    margin: 0px 10px 0px 10px;
}
.border-left {
    border-left: 1px solid #d5eef6;
}
.border-right {
    border-right: 1px solid #d5eef6;
}
.border-bottom {
    border-bottom: 1px solid #d5eef6;
}
.satir-bosluk {
    margin-top: 60px;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.footer-block {
    display: inline-block;
    width: 100%;
}
.footer-block .baslik {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #76972d;
    padding-bottom: 10px;
}
.footer-block .list-baslik {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #57758c;
}
.footer-block ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-block li {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}
.footer-block a {
    display: inline-block;
    width: 100%;
    color: #57758c;
    font-size: 12px;
    font-weight: 400;
}
.footer-block a:hover {
    color: #76972d;
}
.footer-marka {
    margin-top: 110px;
    width: 176px !important;
    text-align: right;
}
.copyright {
    font-size: 12px;
    color: #475155;
    font-weight: 700;
    padding-top: 25px;
    text-align: center;
}
.arka-block {
    position: absolute;
    border-radius: 100px;
}
footer {
    position: relative;
    background: #f2fcfd;
    padding-bottom: 198px;
}
footer:after {
    content: '';
    background-image: url(../img/footer-mask.png);
    height: 198px;
    position: absolute;
    bottom: 0;
    padding-top: 198px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left;
}
footer .gri {
    position: absolute;
    bottom: -190PX;
    right: 0;
}
footer .gri a:after{
    content: '';
    background: #fff;
    -webkit-mask: url(../img/gri.svg) center / contain no-repeat;
    height: 30px;
    position: absolute;
    bottom: 40px;
    right: 20%;
    width: 45px;
    z-index: 9;
}
.page-mask {
    content: '';
    background-image: url('../img/sayfa-header.png');
    height: 398px;
    padding-top: 152px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: content-box;
}
.breadcrumb-c {
    background: transparent;
    margin-top: 60px;
    text-align: center;
    display: none;
}
.breadcrumb-c ul {
    background: #fff;
    display: inline-flex;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0px 5px 19px 0px rgba(71, 81, 85, 0.39);
}
.breadcrumb-c ul li {
    color: #475155;
    font-size: 14px;
    position: relative;
}
.breadcrumb-c ul li:not(:last-child):after {
    content: '\f105';
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 1;
    color: #76972d;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.breadcrumb-c ul li:not(:last-child) a {
    padding-right: 20px;
}
.breadcrumb-c ul li a {
    display: block;
    padding: 8px 8px;
}
.breadcrumb-c ul li a:hover {
    color: #76972d;
}
.page-mask h3.title:after {
    content: '';
    width: 6%;
    height: 2px;
    background: #475155;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-mask h3.title {
    font-weight: var(--bold);
    font-size: 40px;
    color: #475155;
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.page-mask h3.title span {
    color: #76972d;
}
.solmenu {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 24px -4px rgba(0, 0, 0, 0.30);
    margin-bottom: 100px;
}
.solmenu ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}
.solmenu ul > li {
    display: block;
    border-bottom: 1px solid #e9e4e2;
}
.solmenu ul > li > a {
    display: block;
    padding: 12px 45px 12px 15px;
    background: #fbf8f7;
    color: #188689;
    transition: 0.5s ease all;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
}
.solmenu > ul > li.active > a:after, .solmenu > ul > li.active > ul > li.active > a:after {
    content: "\f107";
}
.solmenu ul > li:hover > ul, .solmenu ul > li.active > ul {
    max-height: 100%;
}
.solmenu ul > li:hover > ul > li:hover li > a, .solmenu ul > li.active > ul > li.active li > a {
    padding: 5px 45px 5px 25px;
}
.solmenu ul > li:hover > ul > li > a, .solmenu ul > li.active > ul > li > a {
    padding: 10px 45px 10px 15px;
    max-height: 100%;
    line-height: 22.5px;
}
.solmenu ul > li > ul > li:hover > a, .solmenu ul > li > ul > li.active > a {
    background: #fbf8f8;
    color: #76972d;
}
.solmenu ul > li > ul > li {
    border: 0px;
}
.solmenu ul > li > ul > li > a {
    max-height: 0px;
    transition: 0.5s ease all;
    line-height: 0px;
    overflow: hidden;
    color: #188689;
    background: #fbf8f8;
    padding: 0px 45px 0px 15px;
}
.solmenu ul > li > ul {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s ease all;
}
.solmenu ul > li:hover > a, .solmenu ul > li.active > a {
    background: #76972d;
    color: #fbf8f8;
}
.solmenu ul > li:hover > a:after, .solmenu ul > li.active > a:after {
    color: #76972d;
    background: #fff;
    right: 10px;
}
.solmenu ul > li > a:after {
    content: "\f105";
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #cfc8c5;
    color: #fff;
    border-radius: 2px;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    transition: 0.5s ease all;
}
.sayfa {
    margin-top: -150px;
    padding-bottom: 260px;
}
.sayfa.iletisim {
    padding-bottom: 70px;
}
.sayfa .sayfa-detay {
    padding-bottom: 30px;
}
.sayfa .sayfa-detay > .img {
    margin-bottom: 30px;
}
.sayfa .sayfa-detay p {
    color: #000000;
    font-size: 14px;
    font-weight: var(--light);
}
.img-rounded {
    border-radius: 10px;
}
.fotogaleri .foto {
    padding: 12.5px;
    background: url(../img/pattern2.png);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.fotogaleri .foto span {
    opacity: 0;
    position: absolute;
    left: 12.5px;
    right: 12.5px;
    border-radius: 10px;
    top: 12.5px;
    bottom: 12.5px;
    background: rgba(118, 151, 45, 0.65);
    color: #fff;
    /* Center slide text vertically */
    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;
    padding: 30px 45px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.fotogaleri .foto:hover span {
    opacity: 1;
    transition: 0.5s ease all;
}
.fotogaleri .foto.grey:hover .img {
    filter: grayscale(0%);
}
.fotogaleri .foto.grey .img {
    filter: grayscale(100%);
}
.fotogaleri .foto .img {
    width: 100%;
    padding-bottom: 66%;
    border-radius: 10px;
    background-size: cover;
    background-color: #fff;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    transition: 0.3s ease all;
}
.haberler .haber:hover{
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    border:1px solid #fff;
}
.haberler .haber{
    height: 160px ;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border:1px solid transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.haberler .haber .haberdetay small{
    color:#9fa4af;
    font-size:13px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    border-bottom: 1px solid #2e2d9a;margin-bottom: 10px;
}
.haberler .haber .haberdetay h4{
    color:#475155;
    font-size:18px;
    line-height: 24px;
    display: block;
    font-weight: var(--bold);
    margin-bottom: 0;
}
.haberler .haber .haberdetay h4 span {
    color: #bdbdbd;
}
.haberler .haber .haberdetay p{
    font-size:10px;
    line-height: 22px;
    font-weight: 400;
    color:#7a7f81;
    margin-bottom: 0;
}
.haberler .haber .haberdetay .btn{
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 1px 10px;
    text-align: center;
}
.haberler .haber .haberdetay{
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 155px);
    transition: 0.5s ease all;
}
.haberler .haber.hideimage .haberdetay{
    width: 99%;
}
.haberler .haber.hideimage:hover .haberdetay{
    width: calc(100% - 155px);
}
.haberler .haber:Hover  .img,.haberler .haber:not(.hideimage)  .img{
    width: 140px;
    margin-right: 10px;
}
.haberler .haber  .img{
    background-size: cover;
    transition: 0.5s ease all;
    display: inline-block;
    background-position: left center;
    vertical-align: top;
    width: 0px;
    height: 100%;
    border-radius: 10px;
}
.urunListesi {}
.urunListesi .item {
    margin-bottom: 50px;
}
.urunListesi .item .urun-title {
    color: #475155;
    font-size: 20px;
    font-weight: var(--bold);
}
.urunListesi .item .urun-aciklama {
    font-size: 14px;
    color: #000000;
    font-weight: var(--light);
}
.urunListesi .item .row {}
.urunListesi .item .row > div.col-md-5 {}
.urunListesi .item .seperator {
    position: relative;
}
.urunListesi .item .seperator:after {
    content: '';
    width: 2px;
    height: calc(100% + 50px);
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.urunListesi .item .seperator:before {}
.urunListesi .item:nth-child(odd) .seperator:before {
    content: '';
    background: #efefef;
    -webkit-mask: url('../img/urun.svg') center / contain no-repeat;
    width: 196px;
    height: 60px;
    position: absolute;
    left: 40px;
    top: 20%;
    z-index: -1;
}
.urunListesi .item:nth-child(even) .seperator:before {
    content: '';
    background: #efefef;
    -webkit-mask: url('../img/urun.svg') center / contain no-repeat;
    width: 196px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 20%;
    transform: rotate(180deg);
    z-index: -1;
}
.form-control{
    transition: 0.3s ease all;
    border-radius: 25px;
    background: transparent;
    border:1px solid #d7dbe8;
    padding: 10px 20px;
    font-size: 11px;
    color: #231f20;
    font-weight: 600;
}
.form-control:focus{
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    border-color: #475155;
}
textarea.form-control{
    border-radius: 15px;
}
input.form-control{
    height: 30px;
    border-radius: 25px;
}
section.harita{
    padding-bottom: 30px;
    margin-top: 50px;
}
section.harita .container{
    position: relative;
}
section.harita .maparea{
    height: 625px;
}
section.harita .iletisimbilgisi{
    position: absolute;
    left: 0px;
    z-index: 2;
    background: #fff;
    top: 55px;
    height: 545px;
    padding: 35px 50px 50px;
    width: 460px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
    box-shadow: 0px -15px 25px -13px rgba(0,0,0,0.30);
}
section.harita .iletisimbilgisi h2:after{
    content: '';
    position: absolute;
    left:0px;
    bottom: -5px;
    height: 2px;
    width: 80px;
    background: #475155;
}
section.harita .iletisimbilgisi h2{
    font-size:18px;
    line-height: 38px;
    color:#475155;
    position: relative;
}
section.harita .iletisimbilgisi p{
    margin: 20px 0px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    color: #2d2a18;
    display: flex;
    align-items: center;
}
section.harita .iletisimbilgisi p>i{
    float: left;
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
    color: #b2b2b2;
    width: 32px;
    text-align: center;
}
section.harita .iletisimbilgisi a{
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    color: #2d2a18;
    vertical-align: middle;
}
.btn.btn-lg{
    font-size: 12px;
    border-radius: 25px;
    padding:15px  20px;
}
.btn.btn-sm{
    font-size: 12px;
    border-radius: 25px;
    padding:15px  20px;
}
.btn.btn-xs{
    font-size: 11px;
    font-weight: bold;
    border-radius: 25px;
    padding:10px  15px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #475155;
    border-color: #475155;
}
.btn.btn-primary:hover{
    color: #fff;
    background-color: #475155;
    border-color: #475155;
}
.btn.btn-primary{
    background: #475155;
    border-color: #475155;
    color:#fff;
}
.btn.btn-primary.active{
    color: #fff;
    cursor: default;
    background-color: #475155;
    border-color: #475155;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle{
    color: #fff;
    background-color: #76972d;
    border-color: #76972d;
}
.btn.btn-danger:hover{
    color: #fff;
    background-color: #76972d;
    border-color: #76972d;
}
.btn.btn-danger{
    background: #76972d;
    border-color: #76972d;
    color:#fff;
}


table {
    width: 100%;
    border: 1px Solid #188689;
    margin-bottom: 20px;
}
table tr > th {
    background: #d1d3d4;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    border: 1px Solid #188689;
    color: #188689;
}
table tr > td {
    padding: 5px 20px;
    border: 1px Solid #188689;
}
table tr:nth-child(odd) > td {
    background: #e6e7e8;
}
.mobile-show {
    display: none;
}

@media only screen and  (max-width: 579px) {
    .mobile-show {
        display: block;
    }
    .mobile-hidden {
        display: none !important;
    }

    footer .gri {
        position: relative;
        bottom: unset;
    }

    header .header-m-top ul.contact-info {
        margin: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .header-m-top ul.contact-info li:first-child {
        margin-right: 15px;
    }
    header .header-m-top ul.contact-info li {
        font-size: 11px;
        color: #475155;
    }
    header .header-m-top ul.contact-info li i {
        color: #76972d;
    }
    header .header-m-top .right {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header .header-m-top .contact-item {
        border-bottom: 1px solid #ddd;
    }
    .lang {
        position: relative;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .dropdown-content {
        top: 100%;
        border-radius: unset;
    }
    .dropbtn img {
        display: block;
        width: 100%;
    }
    header .header-menu {
        margin-top: 0;
    }
    .mobile-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .mobile-logo img {
        height: 52px;
    }

    .navbar-nav {
        border-top: 1px solid #ddd;
        background: #fff;
    }

    .navbar-nav > li {
        font-size: 12px;
    }
    .navbar-nav > li a {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding: 6px 12px;
    }
    .navbar-nav > li a i {
        margin-right: 12px;
    }
    .navbar-nav > li a span {
        font-weight: var(--sbold);
    }

    #navv .dropdown-menu {
        padding: 8px;
        font-size: 12px;
    }

    #navv .dropdown-menu i {
        display: none;
    }

    section.middle .bottom {}
    section.middle .bottom .item {
        margin-bottom: 25px;
    }
    section.middle .bottom .col-md-3:not(:last-child) .item:after {
        content: '\f107';
    }

    .kategoriler > .row > div:nth-child(6) {
        margin-top: -40px;
    }
    .kategoriler > .row > div:nth-child(5) {
        margin-top: 0px;
    }
    .kategoriler > .row > div:nth-child(4) {
        margin-top: -40px;
    }
    .kategoriler > .row > div:nth-child(3) {
        margin-top: 0px;
    }
    .kategoriler > .row > div:nth-child(2) {
        margin-top: -40px;
    }
    .kategoriler > .row > div:nth-child(1) {
        margin-top: 0px;
    }

    .counter .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 250px;
        z-index: 3;
    }

    .counter .content .count {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 110px;
    }

    .counter .content .count h4 {
        font-size: 44px;
        font-weight: var(--bold);
        color: #ffffff;
    }

    .swiper-haberler .swiper-arrows {
        position: absolute;
        width: 80px;
        top: 140px;
        text-align: center;
        left: 70%;
        z-index: 3;
    }

    .swiper-haberler .swiper-slide .btns a {
        display: block;
        margin-bottom: 10px;
    }

    .footer-iletisim-block {
        padding: 0px;
    }

    .footer-block {
        margin-top: 30px;
    }

    footer {
        z-index: 9;
        padding-bottom: 0px;
    }

    .footer-marka {
        display: none !important;
    }

    footer:after {
        content: '';
        display: none;
    }

    .copyright {
        font-size: 12px;
        color: #fff;
        font-weight: 100;
        text-align: left;
        padding: 10px;
    }

    footer .gri a:after {
        height: 30px;
        position: absolute;
        bottom: -6px;
        right: 17px;
        width: 34px;
        z-index: 9;
    }

    .footer-bot {
        background: #485155;
    }

    .haberler .haber {
        display: block;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #d7dbe8;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .haberler .haber {
        height: auto;
    }

    .haberler .haber .img {
        width: 100% !important;
        padding-bottom: 66%;
        border-radius: 0px;
        border-top-right-radius: 10px;
        margin-bottom: 10px;
        background-position: center;
        background-size: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .haberler .haber .haberdetay {
        width: 100% !important;
    }


    .page-mask h3.title {
        font-weight: var(--bold);
        font-size: 22px;
        color: #475155;
        text-align: center;
        margin-top: 50px;
        position: relative;
    }

    .sayfa .sayfa-detay p {
        color: #000000;
        font-size: 14px;
        font-weight: var(--light);
        margin-top: 20px;
    }

    section.harita .iletisimbilgisi {
        position: unset;
        /* left: 0px; */
        z-index: 2;
        background: #fff;
        /* top: 55px; */
        height: auto;
        padding: 35px 50px 50px;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.30);
        box-shadow: 0px -15px 25px -13px rgba(0,0,0,0.30);
    }

    .page-mask {
        height: 298px;
    }

}
@media only screen and (min-width: 580px) and (max-width: 767px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) {
}