

.dikeyOrtala {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-callout {
    width: 100%;
    background: #E4E4E4 url(../images/bg-footer.png) left top repeat-x;
    padding: 30px 0;
}

.pointer{cursor:pointer;}


body {
        background-color:ghostwhite;

}

.alanbg1 {
    width: 100%;
    height: 100%;
    background: ghostwhite url(../images/bg1.jpg) repeat-x;
}
 
/*  Menu - SubMenu  */
@media all and (min-width: 992px) {
    .dropdown-menu li

{
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

}
 
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/*  Menu - SubMenu  */


 

.fs12 {
    font-size: .75rem
}
.fs14{font-size:.875rem}
.fs18{font-size:1.125rem}
.line_h_30{line-height:30px}
.line_h_33{line-height:33px}
.line_h_35{line-height:35px}
.line_h_40{line-height:40px}
.text-333{color:#333}
.text-eee{color:#eee}
.bg-333{background-color:#000}
.bg-eee{background-color:#eee}
 
#BannerBg{background-image:url(../images/yapraklar.html)!important;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;background-position:center center}
#SeritCubuklarBg{background-image:url(../images/seritcubuklar.html)!important;background-position:center center;-moz-background-size:100% 100%;-o-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%}

:root {
    --renk1: #98C413 !important; /*greenA*/
    --renk2: #469C22 !important; /*greenK  */
    --renk3: #ffc107 !important; /*yellow*/
    --renk4: #333333 !important; /*gray*/
    --renk5: #066878 !important;  

    --kenar-boslugu: 16px;
    --yazi-buyuklugu: 1.2rem;
}

.hv1 {
    color: #fff;
    text-decoration: none;
    transition: background-color 2s ease;
}
.hv1:hover {
    color: #eee;
    text-decoration: underline !important;
 }

.hv2 {
    text-decoration: none;
    transition: background-color 2s ease;
}

    .hv2:hover {
        text-decoration: underline !important;
    }


/*bı kısım Dil Değiştir Butonunu ayarlamak için*/
.buttonHv1 {
    background-color: #ff3700;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in !important;
    font-family:Arial;
    font-size:15px;
}

    .buttonHv1:hover {
        color: #000;
        background-color: var(--renk2) !important;
        opacity: 1 !important;
        transition: background-color 0.3s ease-out !important;
    }

.buttonHv2 {
    background-color: var(--renk3);
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s ease-in !important;
}

    .buttonHv2:hover {
        color: #000;
        background-color: #FFD34F;
        opacity: 1 !important;
        transition: background-color 0.3s ease-out !important;
    }


.buttonHv3 {
    padding: 7px;
    font-size: 14px;
    background-color: #333;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    transition: background-color 0.3s ease-in !important;
}

    .buttonHv3:hover {
        background-color: var(--renk5) !important;
        text-decoration: none;
        color: #fff;
        transition: background-color 0.3s ease-out !important;
    }

.buttonHv4 {
    border: 1px #ccc solid;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    background: #fff;
    color: #333;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 15px;
    transition: background-color 0.3s ease-in !important;
}

    .buttonHv4:hover {
        background: #0A9CB6;
        text-decoration: none;
        color: #fff;
        transition: background-color 0.3s ease-out !important;
    }

.MenuRenk1 {
    color: #333 !important;
    transition: color 0.3s ease;
}
.MenuRenk1:hover {
    color: var(--renk5) !important;
}

.TextHover1 {
    color: #333 !important;
    transition: color 0.3s ease;
}

    .TextHover1:hover {
        color: var(--renk5) !important;
    }
 

.bg1-hover {
    background-color: #F8F9FA;
}
.bg1-hover:hover {
    background-color: #EBF4F5;
}

.gizle {
    display: none;
}


/* --------- loadingozz---------- */
 
#loadingSpinner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#loadingSpinner .spinner-border {
    width: 5rem;
    height: 5rem;
}

body.loaded #loadingSpinner {
    display: none;
}

body.loaded {
    overflow: auto;
}

/* --------- loadingozz---------- */




.ayrac1 {
    width: 100%;
    height: 3rem;
    background-color: rgba(0,0,0,.1);
    border: solid rgba(0,0,0,.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0,0,0,.1),inset 0 .125em .5em rgba(0,0,0,.15)
}

 

.bg1 {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}




.bg2 {
    background: rgb(6,104,122);
    background: linear-gradient(180deg, rgba(6,104,122,1) 0%, rgba(153,187,64,1) 8%, rgba(14,109,119,1) 100%);
}

.MenuBg1 {
background:#ffffff!important
}
 
.line-1 {
    position:relative;
    width:90px;
    border-bottom: 3px solid #238C00;
    left:0px;
}
.line-2 {
    position: relative;
    width: 90px;
    border-bottom: 3px solid #066878;
    left: 0px;
}

.title-container {
    position: relative;
    display: inline-block;
}


.footer-text1 {
    color: #979797;
}

.footer-text {
    color: #979797;
    transition: color 0.3s ease;
}
.footer-text:hover {
    color: #ffffff;
    text-decoration:none;
}


.footer-link {
    color: #979797;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-link:hover {
        color: #ffbc13
    }

.footer-link::before {
content:"\F27B";
justify-content:flex-end;
font-family:"bootstrap-icons";
position:relative;
top:2px
}

.header-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .header-link:hover {
        color: #AADB15;
    }


#scrollTopBtn {
position:fixed;
bottom:15px;
right:20px;
display:none;
z-index:99;
border:none;
outline:none;
background-color:#82B457;
color:#FFF;
cursor:pointer;
padding:15px;
border-radius:5px;
width:40px;
height:40px
}

#scrollTopBtn::before {
content:"\F115";
font-family:"bootstrap-icons";
font-size:24px;
position:absolute;
left:0;
top:0;
width:100%;
height:100%
}
.duyuru-panel {
    height: 100px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 10px;
}

.duyuru {
    position: absolute;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    padding:5px;
}

.Habercerceve {
    border: 1px solid #EDEDED;
    margin-bottom: 10px;
    background-color: #FFFFFF;


    text-align: left;
    padding:15px;
}

    .Habercerceve:Hover {
        -webkit-box-shadow: 3px 1px 10px #BDBDBD;
        box-shadow: 3px 1px 10px #BDBDBD;
    }

#imgAlt img {
    border-radius: 15px !important;
    padding: 5px;
    max-width:630px !important;
}



.pagination {
    display: inline-block;
    /*padding-left:50%;*/
}

    .pagination a {
        color: #808080;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
    }

        .pagination a.active {
            background-color: #0090CB;
            color: white;
            border: 1px solid #0090CB;
        }

        .pagination a:hover {
            background-color: #0090CB;
            color: white;
            border: 1px solid #0090CB;
        }


.galeri {
    width: 240px;
    height: 155px;
    background-color: #fff;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    box-shadow: 0 10px 36px 0 rgba(22,24,26,0.13)
}

    .galeri:hover {
        box-shadow: 0 10px 36px 0 rgba(22,24,26,0.33)
    }




/*--------------------START  media(max-width:767.98px) -----------------------*/
@media(max-width:767.98px) {
.mobile {
display:block;
bottom:0;
left:0
}

.mobilePhone {
display:block;
bottom:0;
right:0
}

.desktop {
display:none!important
}

#scrollTopBtn {
position:fixed;
bottom:20px;
right:5px;
display:none;
z-index:99;
border:none;
outline:none;
background-color:#82B457;
color:#FFF;
cursor:pointer;
padding:15px;
border-radius:5px;
width:40px;
height:40px
}

.SeritCubuk {
padding-top:45px;
padding-bottom:45px;
font-size:18px
}
    .headSerit {
        width: 100%;
        height: 80px;
        background-image: url(../images/head_bg.png);
        background-size: cover;
    }
 

}
/*--------------------END media(max-width:767.98px) -----------------------*/


/*-------------------- START media(min-width:768px) --------------------------*/
@media(min-width:768px) {
.mobile {
display:none!important
}

.mobilePhone {
display:none!important
}

.desktop {
display:block
}

.SeritCubuk {
padding-top:70px;
padding-bottom:70px;
font-size:28px
}

    .headSerit {
        width: 100%;
        height: 140px;
        background-image: url(../images/head_bg.png);
        background-size: cover;
    }

}

/*--------------------END media(min-width:768px) --------------------------*/


/*-------------------- START media(max-width:991.98px) --------------------------*/
@media(max-width:991.98px) {
    #mainNavbar {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        background: #fff !important;
        background: linear-gradient(180deg,rgba(255,255,255,1) 97%,rgba(228,228,228,1) 100%) !important;
        transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -webkit-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -moz-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -ms-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -o-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
    }

        #mainNavbar.navbar-mobile {
            padding-top: 0.1rem;
            padding-bottom: 0.1rem;
        }

.dropdown-toggle::after {
font-size:22px;
float:right;
margin-right:10px
}

.logo_img {
width:190px
}

    #mainNavbar .navbar-nav .nav-item .nav-link {
        font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
        font-size: 1rem;
        color: #212529;
        letter-spacing: .06em;
        padding-left: 10px;

    }

        #mainNavbar .navbar-nav .nav-item .nav-link.active, #mainNavbar .navbar-nav .nav-item .nav-link:hover {
            background-color: #eee;
            color: #000;
        }

#mainNavbar .navbar-nav .nav-item li a {
text-align:center;
border:solid 1px #eee
}

.dropdown-item:hover {
 background-color: #eee; 
 color:#000;
}


    }
/*-------------------- END media(max-width:991.98px) --------------------------*/


@media only screen and (min-width: 993px) and (max-width:1300px) {
 
  

}



/*-------------------- START media(min-width:992px) --------------------------*/
@media(min-width:992px) {
    #mainNavbar {
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;
        background: #fff !important;
        background: linear-gradient(180deg,rgba(255,255,255,1) 97%,rgba(228,228,228,1) 100%) !important;
        transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -webkit-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -moz-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -ms-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
        -o-transition: padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
    }
 
  #mainNavbar .logotext1 {
transition:font-size .3s ease-in-out;
-webkit-transition:font-size .3s ease-in-out;
-moz-transition:font-size .3s ease-in-out;
-ms-transition:font-size .3s ease-in-out;
-o-transition:font-size .3s ease-in-out
}

#mainNavbar.navbar-mobile {
font-size:21px
}

        #mainNavbar .navbar-nav .nav-item .nav-link {
            border-top: 0px !important;
            padding-left: .75rem;
            padding-right: .75rem;
            font-weight: 400;
            font-size: .95rem;
            color: #333;
            letter-spacing: .06em;
            
        }

            #mainNavbar .navbar-nav .nav-item .nav-link.active, #mainNavbar .navbar-nav .nav-item .nav-link:hover {
                color: #6e3a3a;
                background-color: #ffffff;
                transition: background-color 2s ease;
            }

#mainNavbar .navbar-nav .nav-item {
margin-right:.5rem
}

#mainNavbar .navbar-nav .nav-item:last-child {
margin-right:0
}

        #mainNavbar.navbar-mobile {
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #fff
        }


    .dropdown-item {
        /*  background-color: #eee;*/
        color: #333;
        font-weight: 500 !important;
        transition: background-color 2s ease;
    }
        .dropdown-item:hover {
            /*  background-color: #eee;*/
            color: var(--renk2);
            font-weight: 500;
            transition: background-color 2s ease;
        }

    /* Alt menülerin otomatik olarak açılması */
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* Alt alt menünün otomatik olarak açılması */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        left: 100%;
        top: 0;
        margin-top: 0;
    }


}
/*-------------------- END media(min-width:992px) --------------------------*/



@media only screen and (min-width: 575px) and (max-width:991px) {
    

}

@media only screen and (min-width: 401px) and (max-width:574px) {

    #imgAlt img {
        border-radius: 15px !important;
        padding: 5px;
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 380px) and (max-width:400px) {

    #imgAlt img {
        border-radius: 15px !important;
        padding: 5px;
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 360px) and (max-width:379px) {
    #imgAlt img {
        border-radius: 15px !important;
        padding: 5px;
        max-width: 100% !important;
    }

}
@media(max-width:359px) {

    #imgAlt img {
        border-radius: 15px !important;
        padding: 5px;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 400px) {
   
}
