@charset "UTF-8";

html {
  scroll-behavior: smooth;
}



#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#fff;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}


body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
    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;
}


::selection {
    color: #fff;
    background-color: rgba(239,28,34,0.8);
}



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


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

banner-subtitle{
    font-size: 1.5em;
    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: 80vh;
    position: relative;
    top: 100px;
    margin-top: 100px;
    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);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px); 
    -webkit-backdrop-filter: blur(6px);
}

.header.active{
    z-index: 98989;
    box-shadow:8px 8px 16px 0 rgba(0,0,0,.08);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(6px); 
    -webkit-backdrop-filter: blur(6px);

}


.logo{
    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: 70px;
}

.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;
}




.space{
    height: 170px;
}


.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;
}


.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;
}



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


.haber-aciklama{
    font-size: 0.85em;
    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 20px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 0.9em;
    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;
    border: 1px solid #025599;
    float: right;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    cursor: pointer;
}



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


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


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

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


footer-link:hover{
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9em;
    color: #333;
    font-weight: 400;
    display: block;
}


.content-banner{
    height: 150px;
}



.yurutme-kurulu-box{
    background-color: #fff;
overflow:hidden;
    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;
}


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


.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-subtitle{
    font-size: 0.9em;
    font-weight: 500;
    color: #1a1a1a;
    display: block;
}


}