
body
{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    overflow-x:hidden !important;

}
a
{
    text-decoration: none;
    color: inherit;
}
.header
{
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.header ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.header ul li
{
    float: left;
    line-height: 58px;
}
.header ul li a
{
    padding: 0 15px;
    font-weight: bold;
    position: relative;
}
.header ul li a:hover::after,
.header ul li a.active::after
{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -10px;
    height: 4px;
    background: url(../img/hover.png);
    background-size: contain;
}

.container-fluid
{
    padding: 0 50px;
}
.main-title
{
    font-size: 44px;
}
.content
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}
.content .index-text h1
{
    font-size: 30px;
    padding-left: 100px;
    font-weight: 300;
    margin: 0;
    -webkit-animation: fadeInFromNone 2.5s ease-out;
    -moz-animation: fadeInFromNone 2.5s ease-out;
    -o-animation: fadeInFromNone 2.5s ease-out;
    animation: fadeInFromNone 2.5s ease-out;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.content .index-img
{
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 52%;
    -webkit-animation: fadeInFromNone 2.5s ease-out;
    -moz-animation: fadeInFromNone 2.5s ease-out;
    -o-animation: fadeInFromNone 2.5s ease-out;
    animation: fadeInFromNone 2.5s ease-out;
}
.index-left {
    position: absolute;
    top: 30%;
    /* transform: translate(0, -50%); */
    width: 40%;
}
.index-right
{
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 30%;
    z-index: 3;
}
.content .hakkinda-img-1 {
    position: absolute;
    left: 3%;
    bottom: 0;
    width: 45%;
    z-index: 2;
}
.content .hakkinda-img-2 {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 43%;
    z-index: 2;
}
.content .hakkinda-text
{
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 100px;
}
.content .hakkinda-text h1 {
    font-weight: 300;
    margin-top: 55px;
    font-size: 25px;
    margin-right: 130px;
}
.hakkinda-left
{
    position: absolute;
    width: 40%;
    bottom: 50px;
    z-index: 4;
}
.hakkinda-right
{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 25%;
    z-index: 4;
}
.content .cekilin-img
{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    width: 42%;
    z-index: 2;
}
.content .cekilin-text
{
    float: right;
    width: 40%;
    text-align: left;
    padding-right: 50px;
    padding-left: 50px;
}
.cekilin-left
{
    position: absolute;
    width: 40%;
    bottom: 50px;
    z-index: 4;
}
.cekilin-katalog
{
    width: 25%;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}
.cekilin-links
{
    position: absolute;
    right: 120px;
    bottom: 50px;
}
.cekilin-links a
{
    display: block;
    margin-bottom: 10px;
}
.cekilin-links img
{
    width: 40px;
    margin-right: 10px;
}
.cekilin-links span
{
    font-size: 20px;
}
.content .haberler-text
{
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 75px;
}
.content .haberler-text h6 {
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
}
.content .haberler-text img
{
    width: 300px;
    margin: 0 15px;
}
.haberler-left
{
    position: absolute;
    width: 15%;
    /* bottom: 50px; */
    z-index: 4;
    top: 20%;
}
.haberler-right
{
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 35%;
    z-index: 4;
}
.content .videolar-text
{
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 400px;


}
.content .videolar-text img
{
    width: 300px;
    margin: 0 15px;
}
.videolar-left
{
    position: absolute;
    width: 30%;
    /* bottom: 50px; */
    z-index: 4;
    bottom: 50px;
}
.videolar-right
{
    position: absolute;
    /* bottom: 100px; */
    right: 0;
    width: 15%;
    z-index: 4;
    top: 20%;
}
.single-video .title 
{
    font-weight: bold;
    margin-bottom: 30px;
}

.top35 {top:35%}
.p250 {
    padding-bottom: 250px;
}

.social {
margin: 50px 0 20px 0;
    width: 100%;
    text-align: center;
}
.social-media {
    width: 20%;
    list-style: none;
    margin: 0 auto;
}
.social-media li {
    float: left;

}
.social-media img {
    width: 20px !important;
    margin: 20px 5px !important;
}
.content-haber-d
{
    position: relative !important;
    left: inherit !important;
    right: inherit !important;
    top: 100px !important;
    bottom: inherit !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    padding-bottom: 100px;
}
.btn-close
{
    background-color: #5090CD;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 0;
    position: absolute;
    right: -50px;
    top: 0;
}
.modal-content
{
    border-radius: 0;
    border: 0;
}

.mobil-menu-close {
    display: none;
}
.mobil-menu-open {
    display: none;
}
.iletisim-main {
    width: 100%;
    height: 500px;
}
.iletisim-main iframe {
    height: 400px;
    margin: 50px 0 0 0;
}
.contact-wrap {
    background: #f5f5f5;
    padding: 30px;
    height: 100%;
}
.contact-wrap i
{
    display: block;
}
.contact-wrap a,
.contact-wrap span
{
    display: block;
    color: #333;
    text-decoration: none;
    margin-top: 5px;
}
.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.iletisim-right {

    position: absolute;
    bottom: 0px;
    right: -18%;
    width: 25%;
    z-index: 4;

}