.section{
    padding: 40px 0;
}

/* In Page */
.in-page .content-wrap{
    padding-top: 80px !important;
}
/* #In Page */

/* Faaliyet Alanlarımız */
.section-title p{
    margin-inline: auto;
}
/* #Faaliyet Alanlarımız */

/* Heading Block */
.heading-block{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .3px;
}
.center .heading-block::after,
.text-center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after{
    margin: 5px auto;
}
.heading-block::after{
    width: 70px;
}
/* #Heading Block */

/* Slider Alt */
.slider-alt-alan{
    padding-inline: 5.5rem;
}
/* #Slider Alt */

/* Button */
.more-btn{
    padding: 6px 34px;
    font-size: 15px;
    transition: all .2s ease-in-out;
    background-color: transparent;
    border: 1px solid;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
}
#slider .more-btn{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
#slider .more-btn:hover{
    background-color: #fff;
    color: #444;
}
#about-us .more-btn,
#news .more-btn{
    border-color: #005487;
    color: #005487;
    font-weight: 500;
}
#about-us .more-btn:hover,
#news .more-btn:hover{
    background-color: #005487;
    color: #fff;
}
#contact .more-btn{
    z-index: 3;
    color: #005487;
    border-color: #005487;
}
#contact .more-btn:hover{
    background-color: #005487;
    color: #fff;
}
#services .more-btn{
    background-color: transparent;
    color: #fff;
    padding: 4px 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 15px;
}
#ayrac .more-btn{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
#ayrac .more-btn:hover{
    background-color: #fff;
    color: #444;
}
/* #Button */


/* Description */
.description{
    font-size: 16px;
    color: #60697b;
}
/* #Description */

/* Left Title */
.left-title{
    line-height: 1.3;
    font-size: 26px;
    color: #343f52;
    word-spacing: .1rem;
    letter-spacing: -.01rem;
    font-weight: 400;
}
/* #Left Title */


/* Page Title */
#page-title{
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background-color: #333;
    border-bottom: none;
    padding: 4rem 0;
    background-size: cover;
    padding: 100px 0;
}
#page-title::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 65 103 / 50%);
}
#page-title h1,
#page-title span,
#page-title a,
#page-title li{
    color: #fff;
}
#page-title h1{
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .9);
    line-height: 1;
}
#page-title span{
    font-size: 19px;
    font-weight: 300;
    margin-top: 5px;
    color: rgba(255, 255, 255, .7);
}
#page-title .breadcrumb{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: auto;
    margin: 0;
    background-color: transparent;
    padding-left: 40px;
}
#page-title .breadcrumb a{
    color: rgba(255, 255, 255, .8);
    transition: .2s;
}
#page-title .breadcrumb a:hover{
    color: #fff;
}
#page-title .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
#page-title .breadcrumb > .active{
    color: rgba(255, 255, 255, .6);
}
#page-title .breadcrumb-item + .breadcrumb-item::before{
    font-size: 12px;
    color: #ccc;
    padding-right: .5rem;
    content: "/";
}
/* #Page Title */

/* Media Queries */
@media (min-width: 1500px){
    .description{
        font-size: 17px;
    }
    
    .more-btn{
        font-size: 16px;
    }

    .heading-block,
    .left-title{
        font-size: 30px;
    }
}

@media (max-width: 1200px){
    .heading-block{
        font-size: 24px;
    }

    .description{
        font-size: 16px;
    }
    
    .more-btn{
        font-size: 15px;
        padding: 7px 23px;
    }

    .slider-alt-alan{
        padding-inline: 1rem;
    }
    .blocks-social-follow .nott-8 p{
        font-size: 14px;
    }
    .blocks-social-follow .nott-8 span{
        font-size: 13px;
    }
    .blocks-social-follow i{
        font-size: 24px;
        margin-right: 12px;
    }
}

@media (max-width: 1199px){
    .heading-block{
        font-size: 22px;
    }
    .heading-block::after{
        width: 50px;
    }
    .center .heading-block::after,
    .text-center .heading-block::after,
    .heading-block.center::after,
    .heading-block.text-center::after{
        margin: 7px auto;
    }

    .section-title p{
        font-size: 14px;
    }
    
    .more-btn{
        font-size: 14px;
    }

    /* Description */
    .description{
        font-size: 14px;
    }
    /* #Description */
}

@media (max-width: 1024px){
    .section{
        padding: 20px 0;
    }
    .left-title{
        font-size: 22px;
    }
}

@media (max-width: 991px){
    .more-btn{
        font-size: 14px;
        padding: 5px 18px;
    }

    #news .description.mb-5{
        margin-bottom: 1rem !important;
    }

    /* Page Title */
    #page-title span{
        font-size: 15px;
    }
    #page-title .breadcrumb{
        font-size: 13px;
    }
    /* #Page Title */
}

@media (max-width: 767px){
    /* Page Title */
    #page-title{
        text-align: center;
        background-position: 0;
        padding: 40px 0;
        background-attachment: unset;
    }
    #page-title .page-title-wrapper{
        flex-direction: column;
    }
    #page-title .breadcrumb{
        justify-content: center;
        margin-top: 10px;
        font-size: 14px;
    }
    #page-title .page-title-wrapper .page-information.w-50{
        width: 100% !important;
    }
    #page-title h1{
        font-size: 26px;
        line-height: 1.2;
    }
    #page-title span{
        font-size: 17px;
        margin-top: 10px;
    }
    /* #Page Title */
    .in-page .content-wrap{
        padding-top: 40px !important;
    }
}

@media (max-width: 480px){
    .more-btn{
        font-size: 14px;
    }
    /* Page Title */
    #page-title h1{
        font-size: 24px;
    }
    #page-title span{
        font-size: 16px;
    }
    #page-title .breadcrumb{
        font-size: 13px;
    }
    /* #Page Title */
    .section{
        padding: 0 0;
        margin-block: 20px;
    }
}

@media (max-width: 350px){
    /* Page Title */
    #page-title h1{
        line-height: 1.5;
    }
    /* #Page Title */
}