* {
    /* container flex-direction ile yanyana tersten
    -flex-wrap: wrap; ile daralmada elemanı alta indir
    -justify content: center ortala
    -justify content: space between sağa sola ortala
    -justify content: space arround sağa sola ortala boşluklar daha iyi;
    -justify content: space evenly bütün boşluklar eşit
    -align-items center ile bütün elemanları dikeyde hizzala
    -align-items strecth ile bütün elemanları dikeyde uzatarak hizzala
    -align-items: flex-start/end yukarıya aşağıya dikeyde hizzala
    -align-items: baseline yazıya veya içeriğe göre hizzala
    -align-content elemanların mesafelerini ayarla
    -align-content: flex-start 2 satır varsa elemanları en üste hizalar.
    -flex-direction: column; elemanları alt alta sıralar;
    -flex-direction: column-reverse; elemanları tersten alt alta sıralar;
    --flex-direction: raw-reverse; elemanları tersten yan yana sıralar;
    
    --
    -align-self tek başına hesaplamalar
    -align-self: elemana istediğimiz hizzalama işlemi vermek için
    -order kaçıncı sıradaki elemanın değişeceği
    order: -1 elemanı container içinde en başa alır
    -flex-grow:0 container elemanlarını büyütmede elemana 0 ölçü verir
    -flex-grow:1 container elemanlarını büyütmede elemana 1 ölçü verir
    elemlara ayrı ayrı flex:1 veya 2 dersek kapladığı alanı genişletiyor
    -flex-shrink:1 container daralmada elemana ölçü
    -flex-basis: auto container elemanların kendi genişliği
    -flex-basis: %15 - eleman containerın %15 i kadar yer kaplar
    -flex: 0 0 auto; uygulanan elemanın değerleri sayfanın boyutuna göre sabit kalır. 
    -flex: 0 1 auto; uygulanan elemanın değerleri sayfanın boyutuna göre küçülür kalır. 
    
    -object-fit: cover; resmi tam oturtuyor
    /* genişlik ve yüksekliğe padding ve border dahil oluyor */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}

html {
    font-size: 10px;
}

@media screen and (max-width:1200px) {
    html {
        font-size: 9px;
    }

}

@media screen and (max-width:450px) {
    html {
        font-size: 8px;
    }

}

body {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    background: #f2f2f2;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

a {
    text-decoration: none;
}

ul {

    list-style: none;
}

p {
    word-spacing: 0.1rem;
    letter-spacing: 0.1rem;
    padding-top: 1.5rem;
}

span {

    padding: 0px;


}

carousel-inner {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    font-size: x-large;
}

carosusel-title p {
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    font-size: x-large;
}


.link::after {
    content: "";
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: rgb(184, 52, 52) transparent transparent transparent;
}

.guide::after {
    content: "";
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: rgb(206, 44, 44) transparent transparent transparent;
}

.sayma::after {
    content: "";
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: rgb(184, 52, 52) transparent transparent transparent;
}

#sunum img {
    object-fit: cover;
}

#sunum div ul li {
    display: inline-block;
    position: relative;
}

.img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;

}

.bg-image {

    opacity: .3;
    position: absolute;
    display: none;
}

.boxnone {
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    padding-top: 3rem;
    padding-bottom: 3rem;
}

.col {

    width: 100%;
    height: 25rem;
    float: left;
    background-color: #a2a2a2
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.top {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 10px;
    width: 100%;
    height: 90px;
    /*background: #353d50;*/
    -webkit-box-shadow: 0px 0.2px 0.9px #9b7070;
    box-shadow: 0px 0.2px 0.9px #9b7070;
    z-index: 105;
    background: #37394a;
    -webkit-transition: all 2s;
    transition: all 2s
        /*background: linear-gradient(to left, rgba(5, 12, 33, 0.8) 30%,rgba(82, 65, 65, 0.75)90%);*/
        /*background: linear-gradient(to left, rgba(96, 80, 92, 0.92) 35%, rgba(14, 13, 23, 0.74) 49%, rgba(96, 80, 92, 0.92) 65%);*/
        /*background: linear-gradient(to left, rgba(26, 56, 72, 0.76) 35%, rgba(34, 34, 49, 0.99) 49%, rgba(26, 56, 72, 0.76) 65%);*/

}


.top img {
    position: relative;
    width: 30rem;
    margin: 0px auto;

    -webkit-box-shadow: 0px 0.2px 9.9px #c35b5b;
    box-shadow: 0px 0.2px 9.9px #c35b5b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.top img:hover {
    width: 32rem;
    -webkit-box-shadow: 0px 0.2px 9.9px #d89358;
    box-shadow: 0px 0.2px 9.9px #d89358
}

.navbar {
    display: block;
    position: relative;
    top: 10px auto;
    margin: 0px auto;
    padding: 3rem;
    min-height: 90px;
    text-decoration: none;
    -webkit-box-shadow: 0rem 0.2rem 0.9rem #9b7070;
    box-shadow: 0rem 0.2rem 0.9rem #9b7070;
    /*background: #f8f7f7;*/
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(255, 255, 255)), color-stop(40%, rgb(227, 227, 227)), to(rgb(180, 178, 178)));
    background: linear-gradient(to right, rgb(255, 255, 255) 15%, rgb(227, 227, 227) 40%, rgb(180, 178, 178) 100%);
    z-index: 100
}

.navbar-brand {
    height: 92px;
    width: 60px;
    

}

.navbar-nav {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 15px;


}

.navbar-nav li {

    font-weight: 500;
    border-bottom: 1px solid rgba(57, 57, 64, 0.22);
    padding-right: 0px;
    font-size: 1.6rem;
    text-align: right;
    margin-left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.navbar-nav li:last-child {

    border-bottom: none;
}

@media screen and (min-width:1200px) {
    .navbar-nav li {
        border-bottom: none;
    }

}

#logo {
    width: 200px;
    height: auto;
    padding-top: 0.8rem;
    padding-left: 0.8rem;
    margin: 0px;

}

.navbar-toggler {

    border: none;
    padding-right: 3rem;
}


.carousel-title {
    width: 50%;
    height: auto;
}

header {

    display: block;
    position: relative;

    z-index: -500
}

.slida {
    padding: 50px;
    display: inline-block;
}


#slider1 {
    display: block;
    position: relative;
}


#slider1 img {


    height: auto;
    
}

.carousel-title {
    padding: 0px 10px;
    position: absolute;
    letter-spacing: 1.5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: rgba(26, 26, 26, 0.46);

}


.bg-primary fieldset.gorev,
.deneyim,
.once,
.kisisel,
.es,
.bakmak,
.kan,
.egitim {

    display: none;
}

fieldset legend {
    padding: 0.5rem;
    margin-left: 1.5rem;
}

fieldset > p.gorev,
fieldset > p.saglik {
    padding: 1.5rem;
    display: inline-block;
    position: relative;
    width: 35rem;

}

fieldset > p {
    padding: 1.5rem;
    display: inline-block;
    position: relative;
    width: 100%;
}

fieldset > p > input[type="text"] {
    margin-left: 1.5rem;
    padding: 0.5rem;
    display: inline-block;
    position: relative;
    width: 25rem;

}

select {

    width: 25rem;
    margin-top: 1.5rem;
    height: 3rem;
}


input[name="isveren"] {
    margin: 0.5rem;
    width: 35rem;

}

input[type="text"]:hover {

    background-color: antiquewhite;
}

input[type="checkbox"] {

    margin: 0.5rem 2rem;
}



.gorev,
.saglik {

    padding-right: 1.5rem;
    display: inline-block;

}

table {

    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-top: 1.5rem;
}

table tr:nth-child(even) {

    background-color: #f2f2f2;
    opacity: 0.5;
}

table th,
table td {

    text-align: center;
    position: relative;
    min-width: 5rem;

}

table th:hover,
table td:hover {
    background-color: antiquewhite;
    text-align: center;
    position: relative;
    min-width: 5rem;

}

#login {
    display: block;
    position: relative;
    float: right;
    top: 20px;
    background: #e6eae6;
    font-size: 0.5em;
    font-family: 'Titillium', sans-serif;
    -webkit-box-shadow: 0rem 0.2rem 0.9rem #9b7070;
    box-shadow: 0rem 0.2rem 0.9rem #9b7070;
}



#section {
    display: inline-block;
    position: relative;
    max-width: 100%;
    min-height: 1.5rem;
    background: #e6eae6;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+30,ff3019+32,cf0404+77 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(232, 232, 232, 0.45)), color-stop(15%, #d4d4d4), color-stop(70%, #cbbba6));
    background: linear-gradient(to bottom, rgba(232, 232, 232, 0.45) 10%, #d4d4d4 15%, #cbbba6 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbb9b7', endColorstr='#898686', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0rem 0.2rem 0.9rem #6b6969;
    box-shadow: 0rem 0.2rem 0.9rem #6b6969;
}


button {

    border-radius: 0.5rem;
    font-family: 'Titillium Web', sans-serif;
}

.side ul {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;




    -webkit-box-shadow: 2rem 2rem 6.5rem #1f1f1f;
    box-shadow: 5px 5px 36.5px #1f1f1f;

    -webkit-transition: -webkit-box-shadow 0.3s linear;

    transition: -webkit-box-shadow 0.3s linear;

    transition: box-shadow 0.3s linear;

    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
    border-radius: 5px;

}

.side ul:hover {
    -webkit-box-shadow: 0px 0.5px 10px #1f1f1f;
    box-shadow: 0px 0.5px 10px #1f1f1f;
    cursor: pointer;
}

.side h3 {

    background: #4e4e4e;
    border-bottom: 5px solid #898989;
    color: #fff;
}

.side img {


    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;

}

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

    .side img {


        height: 390px;
        -o-object-fit: cover;
        object-fit: cover;



    }
}

.guide {


    background: #9da4aa;

}

.guide2 {


    background: #585654;

}



.card-item div {

    margin: 0px 15px;


}

.contents {
    display: block;
    min-height: 12rem;
    width: 100%;
    margin-bottom: 4.5rem;
    background: #d3d3d3;

    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
}

.content {
    display: block;
    position: relative;
    width: 100%;
    min-height: 5rem;
    color: #3b362f;
    font-family: 'barlow', sans-serif;
    padding: 15px;
    text-align: center;
    background-color: #fcfcfc;
    border-radius: 5px;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
}


.content > img {
    margin-top: 30px;

    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, .4);
}

.content p {

    letter-spacing: 1px;

}

#content-a a,
#content-b a,
#content-c a,
#content-d a,
#content-e a {

    font-size: 1.7rem;
}

.banner {

    height: auto;
    max-width: 480px;



    -o-object-fit: cover;



    object-fit: cover;

}

.clear {


    background-color: #ffffff;
}

.box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0px auto;

    overflow: visible;
}

.social-box {
    border-bottom: 15px solid #716b6b;
    /*background: linear-gradient(to left, rgba(20, 22, 34, 0.71) 30%, rgba(77, 54, 54, 0.75) 90%);
    */
}

.social-box-inner {
    display: inline-block;
    position: relative;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    min-height: 50px;
    margin: 5px auto;


}

.social-box-item {
    display: inline-block;
    max-width: 250px;
    height: 43px;
    margin: 1px auto;
    padding: 5px;
    padding-top: 2px;
    -webkit-box-shadow: 0rem 0.2rem 0.9rem #c35b5b;
    box-shadow: 0rem 0.2rem 0.9rem #6b6969;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(14, 12, 15, 0.97)), color-stop(95%, rgba(44, 42, 78, 0.93)));
    background: linear-gradient(to left, rgba(14, 12, 15, 0.97) 20%, rgba(44, 42, 78, 0.93) 95%);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}



.social-box-item:hover {
    -moz-box-shadow:1px 2px 2px #d89358;
    -webkit-box-shadow: 1px 2px 2px #d89358;
    box-shadow: 0px 15px 15px rgb(92, 77, 68);
}

.social-box-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0px auto;
    text-decoration: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 5px
}

.social-box-item i {
    margin: 0px auto;
    color: #f2f2e4;
    opacity: 0.8;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.social-box-item p {
    display: inline-block;
    position: relative;
    margin: 3px 15px auto;
    color: #ffffff;
    padding: 5px 0px;
    font-family: 'Titillium Web', sans-serif;

}

.belgeler{
    border: 1px solid grey;
    border-radius: 25px;
    
}

@media screen and (min-width:700px) {
    .social-box-item p {
        font-size: 1.4rem;
    }
}

.social-box-item p:hover {
    color: #e6e1e1
}

/*footer*/

.hiddenn {
    display: none;
}

.open-title {
    display: block;
    width: auto;
    min-width: 130px;
    padding: 5px 0px;
    margin: 5px auto;
}

.link::after {
    content: "";
    position: relative;
    border-width: 9px;
    border-style: solid;
    border-color: #b2b2b2 transparent transparent transparent;
}

.footer-content {
    margin: 15px auto;
}

.footer-content h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    border-bottom: 1px solid #dedede;
    color: #ffffff;
    min-width: 160px;
    height: 40px;
}

.footer-content a {
    font-family: 'Titillium Web', sans-serif;

    text-decoration: none;
    color: #ffffff;
    width: 100%;
    display: block;

    text-align: left;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.footer-content .open-item a:hover {
    opacity: 0.7;
    margin-left: 10px
}

#call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.5rem;
    height: 3.8rem;
    position: fixed;
    right: 0rem;
    bottom: 1rem;
    background: rgb(45, 43, 57);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease;
    margin: 0px;
    padding: 0px;
    float: none;
}

#call-box:hover {
    width: 10px;
}

#call-box:hover p {
    width: 13.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #efefef;
    position: absolute;
    font-size: 1.1rem;
    padding: 5px;
    margin-left: 15px;
    line-height: 1.7;
}

#call-box a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #398e43;
    padding: 5px;
    margin: 5px;
    background: rgb(45, 43, 57);
}

#call-box i {
    position: absolute;
    padding: 0px;
    float: left;
}


#call-box p {
    display: none;
}

.copyright {
    display: block;
    height: 30px;
    width: 100%;
    padding: 5px;
    color: #bfb5b5;
    background-color: #2a2a2a;
    -webkit-box-shadow: 0rem 0rem1rem #9b7070;
    box-shadow: 0rem 0rem1rem #9b7070;

}

.text-beije {
    color: blue
}



.text-brown {
    color: brown
}
