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

    body {
    font-weight: 300;
    padding-bottom: 70px;
    background-color: #f5f5f5;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: 'Inter', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    margin: auto;
    direction:ltr;
    overflow-x: hidden !important;
}




banner-title{
    font-size:1.6em;
    color: #fff;
    font-weight: 900;
    display: block;
}

banner-subtitle{
    font-size: 1.1em;
    color: #fff;
    font-weight: 300;
    display: block;
}

title{
   font-size: 2em;
    color: #002b5e;
    font-weight: 300;
    display: block; 
    background-image: url(../images/stroke.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 8%;
}


title-content{
   font-size: 2em;
    color: #002b5e;
    font-weight: 300;
    display: block; 
    background-image: url(../images/stroke.svg);
    background-repeat: no-repeat;
    background-position: center bottom -1px;
    background-size: auto 8%;
}

title-2{
   font-size: 1.3em;
    color: #002b5e;
    font-weight: 300;
    display: block; 
}

title-3{
   font-size: 1.5em;
    color: #002b5e;
    font-weight: 300;
    display: block; 
}


banner-p{
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    display: block;
}

p{
    font-size: 0.95em;
    color: #333;
    font-weight: 400;
    display: block;
}


.banner{
    width: 100%;
    height: auto;
    position: relative;
    top: 81px;
    margin-top: 81px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.banner-cta{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: auto;
    background-color: #EF1C22;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    width: 150px;
}

.banner-cta:hover{
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: auto;
    background-color: #025599;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    width: 150px;
}

.header{
    z-index: 98989;
    box-shadow:8px 8px 16px 0 rgba(0,0,0,.08);
    top: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

.header.active{
    position: fixed;
    z-index: 98989;
    box-shadow:8px 8px 16px 0 rgba(0,0,0,.08);
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
}

.logo{
    position: relative;
    z-index: 98;
    cursor: pointer;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:auto 100%;
    -webkit-transition: all 0.2s ease-in-out;
    height: 50px;
}

.logo.active{
    cursor: pointer;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:auto 100%;
    -webkit-transition: all 0.2s ease-in-out;
    height: 40px;
}


.banner-text{
    position: absolute;
    width: 70%;
    height: 250px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98988;
}


.menuicos{
    -webkit-transition: all 0.1s ease-in-out;
    filter: brightness(1);
}


.menuicos-dew:hover .menuicos{
filter: brightness(10);
-webkit-transition: all 0.1s ease-in-out;
}


.footer-wp{
    width: 100%;
    height: 789px;
    background-image: url(../images/footer-wp.jpg);
    background-repeat:no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.space{
    height: 110px;
}


.cta-button{
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ef1c22;
    border-radius: 10px;
    float: right;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}

.cta-button:hover{
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #025599;
    border-radius: 10px;
    float: right;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}



.haber-title{
    font-size: 0.9em;
    color: #002b5e;
    font-weight: 500;
    display: block;
}


.haber-aciklama{
    font-size: 0.7em;
    color: #777;
    font-weight: 400;
    display: block;
}


.haber-frame{
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow:8px 8px 16px 0 rgba(0,0,0,.08);
    border-radius: 10px;
}

.haber-frame:hover{
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow:0px 0px 16px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}

.haber-frame img{
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1);
}

.haber-frame:hover img{
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1.1);
}

.haber-frame .news-cta{
text-align: center;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #fff;
    border-radius: 10px;
    float: right;
    padding: 10px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 0.8em;
    font-weight: 400;
    cursor: pointer;
}

.haber-frame:hover .news-cta{
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #025599;
    border-radius: 10px;
    float: right;
    border: 1px solid #025599;
    padding: 10px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    cursor: pointer;
}



.meclis-frame{
    border-bottom: 1px solid #ccc;
}



.cta-button-left{
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #ef1c22;
    border-radius: 10px;
    float: left;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}

.cta-button-left:hover{
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #025599;
    border-radius: 10px;
    float: left;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}


.footer-wp{
    padding-bottom: 150px; 
    background-image: none;
    background-size: auto 100%;
    width: 100%;
}


footer-title{
    font-size: 1.1em;
    color: #025599;
    font-weight: 500;
    display: block;
}

footer-link{
    font-size: 0.9em;
    color: #333;
    font-weight: 400;
    display: block;
}



.yurutme-kurulu-box{
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow:8px 8px 16px 0 rgba(0,0,0,.08);
    border-radius: 10px;
}

.yurutme-kurulu-box:hover{
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow:0px 0px 16px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}

.yurutme-kurulu-box img{
    -webkit-transition: all 0.2s ease-in-out;
    filter: brightness(1);
    border-radius: 10px;
}

.yurutme-kurulu-box:hover img{
    -webkit-transition: all 0.2s ease-in-out;
    filter: brightness(1.2);
    border-radius: 10px;
}


.news-box-imgarea{
	width:100%;
	height:auto;
	padding-top:100%;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
border-radius:8px;
	background-position:center center;
}

yurutme-kurulu-title{
    font-size: 0.9em;
    font-weight:500;
    color: #002b5e;
    display: block;
}

yurutme-kurulu-subtitle{
    font-size: 0.8em;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
}
}