<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
    overflow-x:hidden;
}

.hizliErisimImage {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 1s ease;
}

    .hizliErisimImage:hover {
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        transition: 0.5s ease;
    }

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background: #c00a27;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e31444;
    }


.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }


    .loading:not(:required) {
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Loading animasyon */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.footerIcerik {
    background-color: #004ea3;
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url(/img/antalya.png);
    background-repeat: no-repeat;
    background-position: 50% 15%;
}

.footer {
    color: white;
}

.footerUl
{

    list-style:none;
    padding:0;
    margin:0;
}

.footerUl li
{
    padding-left:5px;
    float:right;
}


.svgDivFooter {
    background-color: white;
    width: 100%;
}

.svgAralikFooter {
    position: relative;
    bottom: -6px;
}

.projeMainDiv
{
    height:200px;
    overflow:hidden;
}

.projeMainImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    -webkit-transition: all 1s ease;
}

    .projeMainImg:hover {
        filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0%);
        filter: none;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: 1s ease;
    }


#overlaySearch {
    height: 100vh;
    width: 100vw;
    background: white;
    color: black;
    z-index: 60000;
    display: none;
    position: fixed;
}

.closeButtonsMobile {
    margin-top: 15px;
    margin-right: 55px;
    cursor: pointer;
}





.header
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
/*	background-image:url('../img/header_soft_bg.png');
	background-repeat:repeat-x;*/
}


@media only screen and (max-width: 1200px) {
    .imgLogo {
        width: 240px;
    }

    .slideSlogan {
        font-size: 40px !important;
    }

    .mouse-icon {
        margin-top: 30px !important;
    }
}
.itemTarih
{
	font-size:17px;
	padding-left:10px;
}



.mainMenu,.mainSmallMenuUl
{
	list-style:none;
	margin:0;
	padding:0;
}

.mainSmallLi
{
	float:right;
	margin-left:14px;
	padding-right:4px;
}

    .mainSmallLi a {
        color: white;
        cursor: pointer;
        font-size: 15px;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    }

.mainLi
{
	float:right;
	padding:10px 17px 10px 17px;
}


    .mainLi a {
        color: white;
        font-size: 20px;
        cursor: pointer;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
    }

.mainLi a:hover
{
	text-decoration:none;
	color:#f6683d;
    text-shadow:none;

}

.mainMenuDiv
{
	margin-top:10px;
}

.mainSmallMenuDiv
{
	color:white;
	margin-top:3px;
	margin-bottom:5px;
	
}


.slideSlogan
{
	color:white;
	position:absolute;
	z-index:300;
	width:100%;
	text-align:center;
	font-size:55px;
	font-family: 'Bree Serif', serif;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.mobilMenuDiv
{
	cursor:pointer;
	color:white;
	margin-top:20px;
	
	
	
}


.line {
    display: block;
    background:white;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
	
}

.duyuruDiv
{
	
	/*position:absolute;
	z-index:5000;
	width:100%;*/
	font-size:17px;
	color:white;
    position:relative;
    z-index:5003;
    bottom:80px;
	
}

.duyuruContainer
{
	/*background-color:#f4901f;*/
	border-top: 1px solid #3a5c7a;
	border-left: 1px solid #3a5c7a;
	border-right: 1px solid #3a5c7a;
	background: rgba(19,68,109,0.3);
	
}


.hizliErisimContainer
{

   position:relative;
   z-index:5000;
  -webkit-box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
  -moz-box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
   box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
   padding-top:10px;
   padding-bottom:10px;

   margin-top:-75px;
   margin-bottom:20px;
   background-color:white;
}






/* ---------------------------------------------- /*
 * Mouse
/* ---------------------------------------------- */



.mouse-icon {
    border: 3px solid white;
    border-radius: 24px;
    height: 51px;
    width: 30px;
    left: 50%;
	margin-top:55px;
    margin-left: -12px;
    position: absolute;
    cursor: pointer;
}

    .mouse-icon .wheel {
        -webkit-animation-name: drop;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        -webkit-animation-name: drop;
        animation-name: drop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

    .mouse-icon .wheel {
        position: relative;
        border-radius: 10px;
        background: white;
        width: 2px;
        height: 12px;
        top: 4px;
        margin-left: auto;
        margin-right: auto;
    }
	
	

	
	
	
.icon-arrows::after,
.icon-arrows::before {
  content: '';
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display: block;
	width: 13px;
	height: 13px;
	border-right: 2px solid rgba(255,255,255,.8);
	border-bottom: 2px solid rgba(255,255,255,.8);
	transform: rotate(45deg);
    animation: mouse-scroll 1s infinite;
	animation-direction: alternate;
	margin-left:5px;
}

.icon-arrows::before {
	animation-delay: .1s;
}





@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}



@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}







.owl-prev {
            position:absolute;
			z-index:500;
			left:0px;
			bottom:150px;
			margin-left:10px;
			color:white !important;
			
		
        }

        .owl-next {
           position:absolute;
		   z-index:500;
		   right:0px;
			bottom:150px;
			margin-right:10px;
			color:white !important;
			
        }





.hizliErisimText {
    font-size: 13px;
    text-align: center;
    min-height: 50px;
    padding-left: 3px;
    padding-right: 3px;
    color: #202020;
}

.socialFixed
{
	position:fixed;
	z-index:50002;
	right:0px;
	top:53px;
	
}

.socialFixedItems
{
	background-color:white;
	margin-top:4px;
	margin-bottom:4px;
	padding:8px 10px 8px 10px;
	-webkit-box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
    -moz-box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
    box-shadow: 10px 2px 18px 1px rgba(194,194,194,1);
	cursor:pointer;
}

.heading
{
	font-size:29px;
	margin-top:5px;
	margin-bottom:15px;
	font-family: 'Montserrat', sans-serif;

}


.projelerMain
{
	margin-bottom:20px;
	
}

.haberImageDivMain {
    padding-left: 0px;
    padding-right: 0px;
    height: 350px;
    -webkit-box-shadow: 10px 10px 38px 1px rgba(138,138,138,1);
    -moz-box-shadow: 10px 10px 38px 1px rgba(138,138,138,1);
    box-shadow: 10px 10px 38px 1px rgba(138,138,138,1);
    background-size: cover !important;
    
}

.itembaslik
{
	color: white;
    position: absolute;
    font-size: 23px;
    width: 100%;
    padding: 5px 10px 5px 10px;
    bottom: 0px;
    background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
	
}

.itemBaslikKisaTanim
{
	font-size:15px;
	padding-top:5px;
	padding-bottom:5px;
}

.itemWBorder
{
	border-left:2px solid white;
	padding-left:5px;
	
}

.projeItem
{
	
    border-radius:2px 2px 2px 2px;
	background-color:white;
	padding-bottom:10px;
	

}

.projelerHeader
{
	
	
	padding:10px 10px 10px 10px;
	font-size:19px;
    height:58px;
    color:black;
	
}

.rightImg {
    height: 13px;
    margin-left: 10px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.projelerKisaTanim
{
	padding:9px 9px 9px 9px;
	font-size:15px;

	color:#00525c;
	font-weight:bold;
    height:100px;
	
}


.raporlarBig
{
    background-image:url('../img/reportbg.jpg');
    background-position:center top;
    background-size:cover;
    width: 100%;
    padding: 40px 0 20px;
	margin-bottom:20px;
	
}

.turuncMasaBig
{
	background: #f48f1d url(../img/bg_repeat.png) repeat-x;
    width: 100%;
    /*padding: 40px 0 20px;*/
    margin-bottom: 10px;
	margin-top:80px;
}



.projelerBig
{
	background: #004ea3 url(../img/background.jpg) no-repeat center top;
    width: 100%;
    padding: 40px 0 20px;
	margin-bottom:20px;
	
}

.hrefTumu
{
	display:inline-block;
	margin-top:10px;
	padding:5px 15px 5px 15px;
	color:white;
	font-size:16px;
	background-color:#28b54b;
	border-radius:5px 5px 5px 5px;
}

.ulReports
{
	padding:0;
	margin:0;
	list-style:none;
}

.liReports
{
	float:left;
	padding-top:10px;
	padding-bottom:5px;
	width:50%;
	font-size:17px;
	
	
	
	
	
	
}

.liReports a
{
	
	cursor:pointer;
	color:white;
	padding-left:5px;
	
	
}

.etkinlikBox {
    background: rgb(250,31,104);
    background: linear-gradient(90deg, rgba(250,31,104,1) 0%, rgba(185,10,68,1) 100%, rgba(0,212,255,1) 100%);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.etkinlikTarihGun
{
	font-size:22px;
}

.menuHref {
    color: #202020;
    display:inline-block;
    width:100%;
}


.pdfRed
{
	color:red;
	margin-right:8px;
	padding:5px 5px 5px 5px;

	
}

.bigMenuBox
{
	box-shadow: 2px 0 5px rgba(0,0,0,.2);
	background-color:white;
	padding:10px 10px 10px 10px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	cursor:pointer;
}






.bigMenuBox:hover
{
	text-decoration:underline;
}

.bigMenuBoxSub {
   
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align:center;
}

.bigMenu
{
	
	background-image:url(../img/kaleici_menu_bg.jpg);
	background-size:cover;
	width:100%;
	position:absolute;
	z-index:20;
	top:87px;
	padding:10px 10px 0px 10px;
	display:none;
	
}

.bigmenuSocialDiv a
{
    color:black;
}


.bigmenuSocialDiv i {
    margin-right: 10px;
    cursor: pointer;
}


.baskanShadow
{
-webkit-box-shadow: 10px 10px 44px -1px rgba(0,0,0,0.60);
-moz-box-shadow: 10px 10px 44px -1px rgba(0,0,0,0.60);
box-shadow: 10px 10px 44px -1px rgba(0,0,0,0.60);
padding:10px 10px 0px 10px;
}

.turuncMasaBrandSol,.turuncMasaBrandOrta,.turuncMasaBrandSag
{
  color:white;
  font-family: 'Merriweather', serif;

}

.turuncMasaBrandSol,.turuncMasaBrandSag
{
	padding-top:50px;
}

.dvAnketLeft {
    cursor: pointer;
    position: fixed;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    z-index: 99999;
    padding: 10px;
    color: white;
    font-size: 14px;
    left: 20px;
    bottom: 60px;
}


.dvCanliYayin {
    cursor: pointer;
    position: fixed;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    text-align: center;
    z-index: 99999;
    padding: 10px;
    color: white;
    font-size: 14px;
    right: 20px;
    top: 40px;
}


    .dvAnket {
        cursor: pointer;
        position: fixed;
        color: rgb(0, 0, 0);
        border-radius: 50%;
        text-align: center;
        z-index: 99999;
        padding: 10px;
        color: white;
        font-size: 14px;
        right: 20px;
        bottom: 50px;
    }


        .dvAnket:before, .dvAnket:after {
            content: '';
            display: block;
            position: absolute;
            border: 2px solid #f48f1d;
            left: -20px;
            right: -20px;
            top: -20px;
            bottom: -20px;
            border-radius: 50%;
            animation: pulsefixed 1.5s linear infinite;
        }

        .dvAnket:hover:before {
            border: 1px solid #f48f1d;
        }

        .dvAnket:hover:after {
            border: 1px solid #f48f1d;
        }

        .dvAnket:after {
            animation-delay: .5s;
        }



    @keyframes pulsefixed {
        0% {
            transform: scale(0.5);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.1);
            opacity: 0;
        }
    }


    .fleft {
        float: left;
    }

    .fright {
        float: right;
    }

    .clear {
        clear: both;
    }</pre></body></html>