/**********
    GENEL
**********/

::selection {
    background: #49af45;
    color: #ffffff;
}
img {
    height: auto;
}


/**********
    Header - Menü
**********/

.header-area {
    margin-bottom: -131px;
}
.header-menu ul li {
    margin-right: 17px;
}
.header-menu ul li:last-child {
    margin-right: 0;
}
.header-menu ul li .sub-menu {
    width: auto;
}
.header-menu ul li .sub-menu li a {
    width: max-content;
    text-transform: none;
}
.header-menu ul li .sub-menu li a:hover {
    color: #49af45 !important;
}
.topheader-button {
    display: inline-block;
    margin: 3px;
}
.topheader-button a {
    display: inline-block;
    background: #49AF45;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.topheader-button a:hover{
    color:#49AF45 !important;
}
.topheader-button a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#fff;
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: 0.5s;
}
.topheader-button a:hover:before{
    transform: scale(1);
}
.top-header-area {
    padding: 0;
}
.search-popup form {
    max-width: 500px;
}
.search-popup form button{
    background-color: #49AF45;
    color: #ffffff;
}
.search-popup form button:hover {
    background-color: #2f732d;
    color: #ffffff;
}
.search-popup .close-search {
    line-height: 65px;
    background-color: #F44336;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #9E9E9E;
    border-left: 3px solid #9E9E9E;
}
.search-box-outer {
    margin-left: 30px;
}
.mean-bar::before {
    content: none !important;
}
.mean-bar.logo {
    position: absolute;
    width: max-content;
    height: 55px;
}
.mean-bar.logo img {
    width: auto;
    height: 55px;
}
.dil{
    float: right;
}
.dil ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.dil li {
    display: inline-block;
}


/**********
    Sayfa Başlık
**********/

.breadcumb-area {
    padding: 250px 0 100px;
}


/**********
    Footer
**********/

.footer-social-address img{
    width: 100%;
    height: auto;
}
.footer-social-address{
    background-color: #ffffff;
    padding: 30px 20px;
}
.home-two p.footer-desc {
    width: 100%;
}
.footer-bottom-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}


/**********
    Anasayfa Slide
**********/

.hero-content h2 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
    width: 60%;
}
.hero-content span {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 19px;
}
.hero-social-icon {
    top: 35%;
}
.hero-social-icon ul li.text:before {
    width: 40px;
    left: 140px;
}
.hero-social-icon ul li.text {
    top: 100px;
    left: -50px;
}


/**********
    Anasayfa - Bölümler
**********/

.section-title.left h1 {
    line-height: 3rem;
}
.section-title.left span {
    color: #49af45;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 6px;
}
.single-service-box:hover .service-content:before {
    background-color: #001819;
}
.service-content {
    padding: 20px;
}
.single-service-box:hover .service-content h3,
.single-service-box:hover .service-content h3 a:hover,
.single-service-box:hover .service-content h3 a:active{
    color: #ffffff;
}
.single-service-box .service-content h3 a{
    font-weight: 600;
    font-size: 24px;
    transition: .1s;
}
.service-area .owl-prev,
.service-area .owl-next{
    top: -680px;
}
.service-box-shape{
    top: auto;
    bottom: 12px;
}
.home-six.why-choose-area {
    margin-top: 0;
    padding: 100px 0;
}
.blog-area .echofy-button {
    margin-top: 20px;
}
.single-blog-box:hover .single-blog-thumb img {
    transform: none;
}
.single-blog-thumb img {
    height: auto;
}
.skills-item-title span {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    transition: 0.5s;
}
.skills-item-content:hover .skills-item-title span {
    color: #fff;
}


/**********
    İletişim
**********/

.google-map iframe {
    width: 95%;
    height: 530px;
}
.guvenlikform {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
label.guvenlik {
    color: #333;
    margin-right: 10px;
    font-size: 16px;
}
.contact-submit-button button {
    margin-top: 0;
}


/**********
    İçerik Sayfalar
**********/

.home-two .about-list-item {
    border-bottom: 1px solid #E6E7E9;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.galeri{
    margin: 100px 0;
}
.galeri img{
    width: 100%;
    height: auto;
}


/**********
    Blog
**********/

.blog-details-thumb img:hover {
    transform: none;
}
.blog-details-thumb img {
    height: auto;
}
h2.blog-details-title {
    margin-bottom: 20px;
}


/**********
    KVKK
**********/

.kvkk {
    padding: 100px 0;
}
.kvkk img {
    width: 100%;
    height: auto;
}
.kvkk p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


/**********
    MONTEE / MENTOR
**********/

span.onay{
    color: #49AF45;
}
span.red{
    color: #F44336;
}
span.bekliyor{
    color: #ff8c00;
}
a.montee{
    color: #49af45;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
button.cikis {
    display: inline-block;
    background: #e61e2b;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
button.close-search i {
    font-size: 13px;
}
.search-popup .close-search {
    line-height: 30px;
}
.search-popup .close-search {
    width: 35px;
    height: 35px;
    margin-top: -100px;
}


/**********
    MEDİA
**********/

@media screen and (max-width: 767px) and (min-width: 1px) {
    .breadcumb-area {
        padding: 100px 0 50px;
    }
    h1 {
        font-size: 30px;
    }
    .footer-area {
        padding: 50px 0 0;
    }
    .footer-bottom-content {
        float: none;
        margin-top: 18px;
    }
    .footer-social-address {
        background-color: #ffffff;
        padding: 30px 20px 10px 20px;
    }
    .footer-area .row.add-footer-class {
        padding: 55px 0 0;
    }
    .footer-bottom-area {
        padding: 44px 0 33px;
    }
    .about-area {
        padding: 50px 0 50px;
    }
    .section-title.left h1 {
        font-size: 30px;
        line-height: 2rem;
    }
    .service-area {
        padding: 50px 0 50px;
    }
    .skill-area {
        padding: 50px 0 50px;
    }
    .blog-area {
        padding: 50px 0 50px;
    }
    .section-title.left {
        margin-bottom: 20px;
    }
    .skills-item {
        width: 50%;
        float: left;
    }
    .contact-area {
        padding: 50px 0 50px;
    }
    .contact-info-box:before {
        background: transparent;
    }
    label.guvenlik {
        width: 30%;
    }
    .kvkk {
        padding: 50px 0;
    }
    .sticky {
        top: 26px;
    }
    .top-header-area{
        display: block;
        background-color: #333333;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .breadcumb-area {
        padding: 100px 0 50px;
    }
    h1 {
        font-size: 40px;
    }
    .footer-area {
        padding: 50px 0 0;
    }
    .footer-bottom-content {
        float: none;
        margin-top: 18px;
    }
    .footer-social-address {
        background-color: #ffffff;
        padding: 30px 20px 10px 20px;
    }
    .footer-area .row.add-footer-class {
        padding: 55px 0 0;
    }
    .footer-bottom-area {
        padding: 44px 0 33px;
    }
    .about-area {
        padding: 50px 0 50px;
    }
    .about-thumb img {
        width: auto;
    }
    .about-thumb {
        text-align: center;
    }
    .service-area {
        padding: 50px 0 50px;
    }
    .home-six.why-choose-area p.section-desc {
        width: 100%;
    }
    .home-six .choose-us-content p {
        width: 100%;
    }
    .skill-area {
        padding: 50px 0 50px;
    }
    .blog-area {
        padding: 50px 0 50px;
    }
    .section-title.left {
        margin-bottom: 20px;
    }
    .skills-thumb img {
        width: auto;
    }
    .skills-thumb {
        text-align: center;
    }
    .contact-area {
        padding: 50px 0 50px;
    }
    .contact-info-box:before {
        background: transparent;
    }
    .kvkk {
        padding: 50px 0;
    }
    .sticky {
        top: 26px;
    }
    .top-header-area{
        display: block;
        background-color: #333333;
    }
}


/**********
    00000
**********/