body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

* {
    transition: all 200ms ease-in-out;
}

a {
    color: #F48120;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

blockquote p {
    margin: 0;
}

h2 { 
    margin-bottom: 2rem;
}

h2:after, h5:after {
    display: block;
    width: 90px;
    margin-top: 2rem;
    border-top: 1px solid #F48120;;
    content: '';
    position: relative;
    z-index: 2;
  
}
.s_content h2::after{
    left: 50%;
    transform: translateX(-50%);
 
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

h3 {
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v_middle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}
.play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .40);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.vitrin_1 {
    background-color: #4b6697
}
.vitrin_1 img{
    width:180px;
    padding-left: 40px;
    padding-right: 40px;
}
.vitrin_1 h3{
    color:#fff;
     white-space: normal;
}

.vitrin_1 p {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 300;
}

.vitrin_2{ 
    background-color: #e9ebf3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.vitrin_2 .contents {
    text-align: center; 
    background-color: #fff;

}

.vitrin_2 h3 {
    margin-bottom: 0px;
    color: #fff;
    background-color: #f48120;
    white-space: normal;
    text-transform: uppercase;
}
 
.vitrin_2 p:last-child {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
    background-color: #fff;
}
 
/*blog*/

article {
    min-height: 568px;
}

article .description {
    padding: 20px;
    background-color: #e9ebf3;
}
 
article .description p {
    font-size: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

article figure {
    margin: 0;
}

article ul li:hover .contents {
    box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.42);
}

/*galeri tipi alt sayfalar*/

.galeri_liste ul li {
    min-height: 150px;
    overflow: hidden;
}

.galeri_liste ul li h3 {
    display: block;
    font-size: unset;
    font-weight: bold;
    color: #fff;
    font-size: xx-large;
}

.galeri_liste ul li figure {
    position: absolute;
    z-index: 0!important;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.galeri_liste ul li .description {
    position: relative;
    z-index: 1 !important;
    padding: 36px;
    height: 100%;
    background-color: #00000085;
}

.galeri_liste ul li .description p {
    height: 80px;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
    color: #fff;
}

.galeri_liste ul li .description:hover {
    background-color: #1e1e1ec4;
}

#gallery h3 {
    font-size: 1.1em;
    font-weight: 400;
    white-space: normal;
   
    padding: 15px;
    text-align: center;
    background-color: #f1f1f1;
}
 
#carouselExampleIndicators .container {
    height: 100%;
}

.overlay {
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.figure {
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 1
}

.s_content {
    color: #fff;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 8vw;
}

.s_content h2 {
    font-weight: 600;
    color: #fff;
    position: relative;
    font-size: 48px;
    text-align: center;
}

.s_content p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.t_button {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    border: 2px solid #333333;
    background-color: #333333;
    color: #F48120;
    text-align: center;
    text-decoration: none; 
    font-size: 18px;
}

.t_button:hover {
    background-color: #F48120;
    border-color: #F48120;
    color: #ffffff;
}

.t_button_l {
    padding: 15px 35px 15px 35px;
    border-radius: 10px;
    border: 1px solid #333333;
    display: inline-block;
    color: #333333;
    line-height: 100%;
   
}

.t_button_l:hover {
    border-color: #F48120;
    color: #F48120;
}

section ul:first-child {
    padding-left: 0;
}

header {
    background-color: #ffff;
}

header .logo_a {
    display: block;
    line-height: 100px;
}

.diller {
    background-color: #F48120;
    position: relative;
}

.diller a {
    color: #fff;
}
.doverlay{
    position: absolute;
    left: 0;
    right: 37%;
    bottom: 0;
    top: 0;
    background-color: #4b6697;
}

footer {
    background-color: #4b6697;
    color: #fff;
}

.footer {
    background-color: #e9ebf3
}

.footer a {
    text-decoration: underline;
}

.footer p {
    font-weight: 300;
    margin-bottom: 0;
}

.footer h5 {
    margin-bottom: 1em;
}

.footer h5::after {
    margin-top: 1em;
}

.sosyal_medya li {
    display: inline-block;
}

.sosyal_medya a {
    color: #fff;
    display: block;
    padding: 5px;
}

.sayfa_baslik {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.giris {
    width: 100%;
    height: 650px;
    background-attachment: fixed;
    z-index: -10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -ms-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin-top: -50px;
}

.giris:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0000004d;
    content: '';
    z-index: 1;
}

.yatay_ortala {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.yatay_ortala .container {
    position: relative;
    z-index: 3;
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}

figure {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg2 {
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.sayfa_baslik:before, .bg2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00000080;
    content: '';
    z-index: 1;
}

.sayfa_baslik {
    position: relative;
    height: 300px;
}

.sayfa_baslik h1 {
    width: fit-content;
    padding-top: 40px
}

.sayfa_baslik h1:after {
    display: block;
    margin-top: 30px;
    width: 90px;
    border-top: 1px solid #F48120;
    content: '';
    position: relative;
    z-index: 2;
}

.sayfa_baslik p {
    text-align: left;
    font-size: 100%;
    font-weight: 200;
    color: #fff;
}

.sayfa_baslik .container, .bg2 .container {
    position: relative;
    z-index: 3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5d5d5d;
    border-color: #5d5d5d
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

nav.nerdeyim {
    background: #fff;
}

nav.nerdeyim ol {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

nav.nerdeyim ol li {
    display: inline-block;
    margin-right: 10px;
}

nav.nerdeyim ol li a {
    color: #212529;
    font-weight: 500;
}

nav.nerdeyim ol li a.aktif {
    font-weight: 200;
}

nav.nerdeyim a i {
    display: none;
}

.googleMap {
    width: 100%;
    height: 590px;
}

.giris h1 {
    border-left: 10px solid #fff;
    padding-left: 20px;
    line-height: 86px;
}

h1 {
    font-size: 3em;
 
}

p {
    font-size: 100%;
    font-weight: 300;
}

.vitrin_baslik {
    display: inline-block;
    font-weight: bolder;
    padding: 10px;
    color: #333;
    font-size: 29px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

@media (max-width:768px) {
    nav.nerdeyim a i {
        display: inline-block;
    }
    nav.nerdeyim li:first-child a span {
        display: none;
    }
}

@media (max-width:1365px) {
    .s_content {
        margin-top: 45px;
    }
}

@media (max-width:1200px) {
 h5:after {
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_2   h2:after{
        margin-left: auto;
        margin-right: auto;
    }
    .vitrin_baslik {
        margin: 0 !important;
    }
    .sayfa_baslik h1 {
        height: 130px;
        text-align: center;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
 
    .vitrin_1 ul li .description {
        left: 1.5rem;
        right: 1.5rem;
        top: 1.5rem;
        bottom: 1.5rem;
    }
    
    .vitrin_2 h3{
        
    font-size: medium;
    }
    .bolge_baslik {
        width: 100%;
    }
    .giris h1 {
        border-left: none;
        padding-left: 0;
        line-height: auto;
    }
    #carouselExampleIndicators img {
        width: auto !important;
        height: calc(100vh - 20px);
        top: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #carouselExampleIndicators .figure img {
        height: auto;
    }
    #carouselExampleIndicators .container {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        justify-content: center;
        text-align: center;
    }
    .overlay {
        left: 0;
        transform: skew(0);
        padding: 0;
        width: 100% !important;
    }
    .overlay2 {
        padding: 15px;
        transform: skew(0);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .overlay2 h1, .overlay2 p {
        transform: skew(0);
    }
    .sayfa_baslik h1 {
        height: auto;
        font-size: 10vw;
        padding-bottom: 15px;
        width: 100%;
    }
    .sayfa_baslik h1:after {
        margin-left: auto;
        margin-right: auto;
    }
    .s_content {
        transform: skew(0);
        position: unset;
        width: auto;
        height: 100%;
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .s_content h2 {
        font-size: 11vw;
        -webkit-text-stroke: 0;
        color: #ffffff;
        text-align: center;
        padding: 0;
    }
    .s_content p {
        font-size: 18px;
        text-align: center;
        height: 80px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .t_button {
        font-size: 15px;
        padding: 15px;
    }
}

@media (min-width:992px) {
    /*992 den büyük ekranlar*/
    .anamenu a {
        color: #333333;
        line-height: 79px;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }
    .anamenu ul {
        height: 100%;
    }
    .anamenu ul li a:after {
        content: '';
    }
    .anamenu li:hover>a {
        color: #F48120;
        border-bottom-color: #F48120
    }
    .anamenu ul li:last-child a {
        padding-right: 0;
    }
    .anamenu ul ul {
        min-width: 240px;
        position: absolute;
        left: 0;
        height: auto;
        z-index: 100;
        background: #F48120;
        opacity: 0;
        visibility: hidden;
        transition: opacity 200ms, visibility 200ms;
    }
    .anamenu ul li {
        display: inline-block;
        position: relative;
        font-weight: 500;
        height: 100%;
    }
    .anamenu ul li a {
        padding: 10px;
        display: block;
        border-bottom: 1px solid #fff;
    }
    .anamenu ul li li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        height: auto;
    }
    .anamenu ul li li a {
        color: #fff;
        font-weight: 200;
        white-space: nowrap;
        text-transform: none;
        line-height: normal;
        padding: 7px 20px;
        border: none;
    }
    .anamenu ul li li:hover a {
        color: #f1f1f1;
    }
    .anamenu ul li li a:hover:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 140px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        content: " ";
    }
    .anamenu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .anamenu ul ul ul {
        left: inherit;
        top: 0px;
        right: 100%;
    }
}

@media (max-width:991px) {
    /*991 den küçük ekranlar*/
    .navHeader, .mobilMenu {
        display: block;
    }
    .navHeader img {
        width: 160px;
    }
    .mobilMenu svg {
        width: 29px;
        fill: #F48120;
        padding: 10px 0;
        transition: 0ms
    }
    .whatsapp svg {
        width: 30px;
        fill: #F48120;
        transition: 0ms;
        margin-top: 9px;
    }
    .navHeader {
        display: block;
        background-color: #f9f9f9;
        height: 82px;
        position: relative;
        z-index: 1000;
    }
    .navHeader span {
        display: inline-block;
        background-color: #f5f5f5;
        height: 65px;
        width: 65px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('../img/close.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .anamenu {
        position: fixed;
        z-index: 10000;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    .anamenu ul ul:before {
        content: '';
        display: block;
        height: 71px;
    }
    .anamenu ul {
        list-style: none;
        margin-top: 11px !important;
        padding: 0;
        transition: all 300ms ease-in-out;
    }
    .anamenu ul ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden
    }
    .anamenu ul li a {
        display: block;
        padding: 15px;
        white-space: nowrap;
        border-bottom: 1px solid #dddddd;
        font-size: 23px;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .anamenu ul li a:hover {
        color: #ce0000;
    }
    .anamenu ul li span {
        display: inline-block;
        background-color: #f5f5f5;
        height: 58px;
        width: 58px;
        float: right;
        top: 0;
        margin: 3px;
        background-image: url('../img/ileri.svg');
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ustmenu {
        padding: 15px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        background-color: #000;
    }
    .ustmenu i {
        display: inline-block;
        background-color: #e8e6e6;
        height: 57px;
        width: 57px;
        float: left;
        top: 0;
        margin: -15px 15px 0 -15px;
        background-image: url('../img/geri.svg');
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }
}