/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@font-face {
    font-family: Poppins-Regular;
    src: url('../../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/poppins/Poppins-Bold.ttf');
}


body {
    background: #fff;
    color: #666666;
    font-family: "Poppins-Regular", sans-serif;
}

a {
    color: #00b6ff;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none;
    }

#foot a:hover {
    color: #666666;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #00b6ff;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding-top: 30px;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

    #header #logo {
        float: left;
    }

        #header #logo h1 {
            font-size: 36px;
            margin: 0;
            padding: 6px 0;
            line-height: 1;
            font-family: Poppins-Regular, sans-serif;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            font-weight: bold;
        }

            #header #logo h1 a, #header #logo h1 a:hover {
                color: #fff;
            }

        #header #logo img {
            padding: 0;
            margin: 0;
        }

@media (max-width: 1200px) {
    #header #logo h1 {
        font-size: 26px;
    }

    #header #logo img {
        max-height: 40px;
    }

    #header #logo {
        max-width: 120px;
    }
}

#header.header-fixed {
    background: rgba(52, 59, 64, 0.9);
    padding-top: 20px;
    height: 72px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 31.8vw;
}

.hero-img-one {
    background: url(Content/Template/img/gray.jpeg);
    background-image: url(/Content//Template/img/posta-guvercini-servisler.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 970px){
    .hero {
        height: 60.8vw;
    }
}

.hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hero h1 {
    font-family: "Poppins-Bold", sans-serif;
    margin: 30px 0 10px 0;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.8vw;
        line-height: 36px;
    }

    .hero-img-one {
        background-image: url(/Content/Template/img/posta-guvercini-servisler-mobile.png) !important;
    }
}

.hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.hero .btn-get-started {
    font-family: Poppins-Regular, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

    .hero .btn-get-started:hover {
        background: #00b6ff;
        border: 2px solid #00b6ff;
    }



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }


    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }


    .nav-menu ul li {
        min-width: 180px;
    }


/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 1050px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 7px 10px 7px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: Poppins-Regular, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
}

.nav-menu > li {
    margin-left: 5px;
}

    .nav-menu > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #00b6ff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    border: 1px solid #e7e7e7;
}

    .nav-menu ul li {
        background: #fff;
    }

        .nav-menu ul li:first-child {
            border-top: 0;
        }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

            .nav-menu ul li a:hover {
                background: #00b6ff;
                color: #fff;
            }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

@media (max-width: 1050px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #00b6ff;
            }

        #mobile-nav ul .menu-item-active {
            color: #00b6ff;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }
/*--------------------------------------------------------------
# Hemen Başvur
--------------------------------------------------------------*/
.sticky-container {
    background-color: #ed1d23;
    padding: 17px;
    position: fixed;
    top: 35%;
    right: 0px;
    width: 55px;
    height: auto;
    font-size: 21px;
    z-index: 1;
    text-align: center;
    /* transform: rotate(90deg); */
    word-wrap: break-word;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    border: none;
    outline: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: white;
}

    .sticky-container:hover {
        padding: 20px;
    }

@media (max-width: 767px) {
    .sticky-container {
        padding: 13px;
        width: 40px;
        font-size: 15px;
        line-height: 19px;
    }

        .sticky-container:hover {
            padding: 15px;
        }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    content: "";
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999;
}

/* About Us Section
--------------------------------*/
#about {
    background: #fff;
}

    #about .about-container .background {
        min-height: 300px;
        background: url(../../img/shutterstock_336870914.jpg) center top no-repeat;
        background-size: contain;
        margin-bottom: 10px;
    }

    #about .about-container .content {
        background: #fff;
    }

    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 32px;
    }

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

    #about .about-container p:last-child {
        margin-bottom: 0;
    }

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

    #about .about-container .icon-box .icon {
        float: left;
        background: #fff;
        width: 64px;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #00b6ff;
    }

        #about .about-container .icon-box .icon i {
            color: #00b6ff;
            font-size: 24px;
        }

    #about .about-container .icon-box .title {
        margin-left: 80px;
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 18px;
        text-transform: uppercase;
    }

        #about .about-container .icon-box .title a {
            color: #111;
        }

    #about .about-container .icon-box .description {
        margin-left: 80px;
        line-height: 24px;
        font-size: 14px;
    }

.countries {
    text-align: center;
    height: 75%;
}

@media only screen and (max-width: 760px) {
    .countries {
        text-align: center;
        height: 95%;
        width: 95%;
    }
}

/* Facts Section
--------------------------------*/
#facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

    #facts .counters span {
        font-size: 58px;
        display: block;
        color: #00b6ff;
    }

    #facts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-family: "Poppins-Regular", sans-serif;
        font-size: 14px;
    }

/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}

    #services .box {
        padding: 50px 20px;
        margin-bottom: 50px;
        text-align: center;
        border: 1px solid #e6e6e6;
        height: 200px;
        position: relative;
        background: #fafafa;
    }

@media (max-width: 420px) {
    #boxret {
        height: 820px !important;
    }
}

#services .boxnew {
    padding: 50px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: relative;
    background: #fafafa;
    margin-left: 150px;
    margin-right: 150px;
}

    #services .boxnew .icon:hover {
        background: rgba(52, 59, 64, 0.9);
        color: #fff;
        border: 2px solid white;
    }

    #services .boxnew .title a:hover {
        font-weight: bolder;
    }

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #00b6ff;
}

    #services .icon a {
        display: inline-block;
    }

    #services .icon i {
        color: #fff;
        font-size: 24px;
    }

#services .box:hover .icon {
    background: rgba(52, 59, 64, 0.9);
    color: #fff;
    border: 2px solid white;
}



    #services .box:hover .icon i {
        color: #fff;
    }


    #services .box:hover .icon a {
        color: #fff;
    }



#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}



    #services .title a {
        color: #111;
    }

#services .description {
    font-size: 14px;
    line-height: 24px;
}

@media only screen and (max-width: 992px) {
    #ico {
        height: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .boxnew {
        width: 150px;
        margin: auto !important;
    }
}

/* urunler Section
--------------------------------*/
#urunler {
    background: #fff;
    background-size: cover;
    padding: 50px 0 20px 0;
}

    #urunler .box {
        padding: 50px 20px;
        margin-bottom: 50px;
        text-align: center;
        border: 1px solid #e6e6e6;
        height: 200px;
        position: relative;
        background: #fafafa;
    }

    #urunler .boxnew {
        padding: 50px 10px;
        text-align: center;
        border: 1px solid #e6e6e6;
        position: relative;
        background: #fafafa;
        margin-left: 150px;
        margin-right: 150px;
    }

        #urunler .boxnew .icon:hover {
            background: rgba(52, 59, 64, 0.9);
            color: #fff;
            border: 2px solid white;
        }

        #urunler .boxnew .title a:hover {
            font-weight: bolder;
        }

    #urunler .icon {
        position: absolute;
        top: -36px;
        left: calc(50% - 36px);
        transition: 0.2s;
        border-radius: 50%;
        border: 6px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 72px;
        height: 72px;
        background: #00b6ff;
    }

        #urunler .icon a {
            display: inline-block;
        }

        #urunler .icon i {
            color: #fff;
            font-size: 24px;
        }

    #urunler .box:hover .icon {
        background: rgba(52, 59, 64, 0.9);
        color: #fff;
        border: 2px solid white;
    }



        #urunler .box:hover .icon i {
            color: #fff;
        }


        #urunler .box:hover .icon a {
            color: #fff;
        }



    #urunler .title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }



        #urunler .title a {
            color: #111;
        }

    #urunler .description {
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

@media only screen and (max-width: 992px) {
    #ico {
        height: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .boxnew {
        width: 150px;
        margin: auto !important;
    }
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../img/shutterstock_695759755-3-2.jpg') fixed center center;
    background-size: cover;
    padding: 50px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins-Regular", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #00b6ff;
    color: #fff;
    background: #00b6ff;
}

    #call-to-action .cta-btn:hover {
        background: #fff;
        border: 2px solid #00b6ff;
        color: #00b6ff;
    }

/* Portfolio Section
--------------------------------*/
#portfolio {
    background: #f7f7f7;
    padding: 50px 0;
}

    #portfolio #portfolio-wrapper {
        padding-right: 15px;
    }

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 0 0 45px 0;
        list-style: none;
        text-align: center;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 0 10px;
            display: inline-block;
            padding: 10px 22px;
            font-size: 12px;
            line-height: 20px;
            color: #666666;
            border-radius: 4px;
            text-transform: uppercase;
            background: #fff;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
                background: #00b6ff;
                color: #fff;
            }

    #portfolio .portfolio-item {
        position: relative;
        height: 200px;
        overflow: hidden !important;
        margin-bottom: 15px;
        transition: all 350ms ease;
        transform: scale(1);
    }

        #portfolio .portfolio-item a {
            display: block;
            margin-right: 15px;
        }

        #portfolio .portfolio-item img {
            position: relative;
            top: 0;
            transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        #portfolio .portfolio-item .details {
            height: 50px;
            background: #00b6ff;
            position: absolute;
            width: 100%;
            height: 50px;
            bottom: -50px;
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            #portfolio .portfolio-item .details h4 {
                font-size: 14px;
                font-weight: 700;
                color: #fff;
                padding: 8px 0 2px 8px;
                margin: 0;
            }

            #portfolio .portfolio-item .details span {
                display: block;
                color: #fff;
                font-size: 13px;
                padding-left: 8px;
            }

        #portfolio .portfolio-item:hover .details {
            bottom: 0;
        }

        #portfolio .portfolio-item:hover img {
            top: -30px;
        }

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 50px 0 60px 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            margin-bottom: 15px;
            overflow: hidden;
            height: 260px;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 15px;
        }

            #team .member .social a {
                color: #b3b3b3;
            }

                #team .member .social a:hover {
                    color: #00b6ff;
                }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/
#contact {
    background: #f7f7f7;
    padding: 50px 0 40px 0;
}

    #contact #google-map {
        height: 300px;
        margin-bottom: 20px;
    }

    #contact .info {
        color: #333333;
    }

        #contact .info i {
            font-size: 32px;
            color: #00b6ff;
            float: left;
        }

        #contact .info p {
            padding: 0 0 10px 50px;
            margin-bottom: 20px;
            line-height: 22px;
            font-size: 14px;
        }

        #contact .info .email p {
            padding-top: 5px;
        }

    #contact .social-links {
        padding-bottom: 20px;
    }

        #contact .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #contact .social-links a:hover {
                background: #00b6ff;
                color: #fff;
            }

    #contact .form #sendmessage {
        color: #00b6ff;
        border: 1px solid #00b6ff;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input, #contact .form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    #contact .form button[type="submit"] {
        background: #00b6ff;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        #contact .form button[type="submit"]:hover {
            background: #51d8ad;
        }

/* iletisim Section
--------------------------------*/
#iletisim {
    background: #f7f7f7;
    padding: 50px 0 40px 0;
}

    #iletisim #google-map {
        height: 300px;
        margin-bottom: 20px;
    }

    #iletisim .info {
        color: #333333;
    }

        #iletisim .info i {
            font-size: 32px;
            color: #00b6ff;
            float: left;
        }

        #iletisim .info p {
            padding: 0 0 10px 50px;
            margin-bottom: 20px;
            line-height: 22px;
            font-size: 14px;
        }


        #iletisim .info .email p {
            padding-top: 5px;
        }

    #iletisim .social-links {
        padding-bottom: 20px;
    }

        #iletisim .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #iletisim .social-links a:hover {
                background: #00b6ff;
                color: #fff;
            }

    #iletisim .form #sendmessage {
        color: #00b6ff;
        border: 1px solid #00b6ff;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #iletisim .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #iletisim .form #sendmessage.show, #iletisim .form #errormessage.show, #iletisim .form .show {
            display: block;
        }

    #iletisim .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #iletisim .form input, #iletisim .form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    #iletisim .form button[type="submit"] {
        background: #00b6ff;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        #iletisim .form button[type="submit"]:hover {
            background: #51d8ad;
        }


/*--------------------------------------------------------------
# Başvuru Formu (Toplu SMS)
--------------------------------------------------------------*/
#form {
    max-width: 895px;
    margin: 60px auto;
}

    #form h4 {
        padding-left: 0.45em;
    }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #343b40;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #ccc;
    }


#footer1 a:hover {
    font-weight: 900 !important;
    color: #00b6ff !important;
}



.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    width: 250px !important;
    border-radius: 8px;
}

@media (max-width: 400px) {
    .btn-social {
        width: 100% !important;
    }
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
}

.btn-social.btn-lg {
    padding-left: 61px;
}

    .btn-social.btn-lg :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
    }

.btn-social.btn-sm {
    padding-left: 38px;
}

    .btn-social.btn-sm :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
    }

.btn-social.btn-xs {
    padding-left: 30px;
}

    .btn-social.btn-xs :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
    }

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
}

    .btn-social-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
    }

    .btn-social-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-social-icon.btn-lg :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-social-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-social-icon.btn-sm :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-social-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-social-icon.btn-xs :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-social-icon :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-social-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-social-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-social:hover {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration-color: #ffffff;
    background: rgba(52, 59, 64, 0.9) !important;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    transition: all 0.3s ease 0s !important;
}

.btn-sozlesme {
    position: relative;
    padding-left: 44px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    width: 70%;
    border-radius: 8px;
}

    .btn-sozlesme :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
    }

    .btn-sozlesme.btn-lg {
        padding-left: 61px;
    }

        .btn-sozlesme.btn-lg :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-sozlesme.btn-sm {
        padding-left: 38px;
    }

        .btn-sozlesme.btn-sm :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-sozlesme.btn-xs {
        padding-left: 30px;
    }

        .btn-sozlesme.btn-xs :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

.btn-sozlesme-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
}

    .btn-sozlesme-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
    }

    .btn-sozlesme-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-sozlesme-icon.btn-lg :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-sozlesme-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-sozlesme-icon.btn-sm :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-sozlesme-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-sozlesme-icon.btn-xs :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-sozlesme-icon :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-sozlesme-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-sozlesme-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-sozlesme-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-sozlesme:hover {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration-color: #ffffff;
    background: rgba(52, 59, 64, 0.9) !important;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    transition: all 0.3s ease 0s !important;
}

.btn-sc {
    position: relative;
    padding-left: 44px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    width: 250px !important;
    border-radius: 8px;
}

@media (max-width: 400px) {
    .btn-sc {
        width: 100% !important;
    }
}

.btn-sc :first-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
}

.btn-sc.btn-lg {
    padding-left: 61px;
}

    .btn-sc.btn-lg :first-child {
        line-height: 45px;
        width: 45px;
        font-size: 1.8em;
    }

.btn-sc.btn-sm {
    padding-left: 38px;
}

    .btn-sc.btn-sm :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
    }

.btn-sc.btn-xs {
    padding-left: 30px;
}

    .btn-sc.btn-xs :first-child {
        line-height: 20px;
        width: 20px;
        font-size: 1.2em;
    }

.btn-sc-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding-left: 0;
    padding-right: 0;
}

    .btn-sc-icon :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .btn-sc-icon.btn-lg {
        padding-left: 61px;
    }

        .btn-sc-icon.btn-lg :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em;
        }

    .btn-sc-icon.btn-sm {
        padding-left: 38px;
    }

        .btn-sc-icon.btn-sm :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em;
        }

    .btn-sc-icon.btn-xs {
        padding-left: 30px;
    }

        .btn-sc-icon.btn-xs :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em;
        }

    .btn-sc-icon :first-child {
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .btn-sc-icon.btn-lg {
        height: 45px;
        width: 45px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-sc-icon.btn-sm {
        height: 30px;
        width: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .btn-sc-icon.btn-xs {
        height: 22px;
        width: 22px;
        padding-left: 0;
        padding-right: 0;
    }

.btn-sc:hover {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration-color: #ffffff;
    background: rgba(52, 59, 64, 0.9) !important;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57) !important;
    transition: all 0.3s ease 0s !important;
}

/*
        * Only for this example - not needed for the buttons
        * ----------------------------------------------------- */
.btn-social-icon {
    margin-bottom: 4px;
}

.social-class .social-hex {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 10px;
    opacity: .3;
    float: right;
}

.social-class li {
    margin-bottom: 4px;
}

    .social-class li:hover .social-hex {
        opacity: 1;
    }

    .social-class li:hover code {
        background-color: #e8e8ee;
    }

.social-class code {
    cursor: default;
}

.highlight {
    background: url(../../img/dry-brush-stroke-53-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 0;
}

.carousel-inner img {
    width: 100% !important;
    height: 100% !important;
}

.carousel-indicators li {
    border-radius: 12px !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #404040 !important;
}

    .carousel-indicators li.active {
        margin-top: -3px !important;
        border-radius: 18px !important;
        width: 18px !important;
        height: 18px !important;
        background-color: #404040 !important;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-size: cover;
    background: #f7f7f7;
    display: block !important;
}

@media only screen and (max-width: 1200px) {
    .modal-content {
        width: 40%;
    }
}

@media only screen and (max-width: 992px) {
    .modal-content {
        width: 90%;
    }
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close2 {
    color: #4C4C4C;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close2:hover,
    .close2:focus {
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    color: #4C4C4C;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .modal-header .popbaslik {
        font-family: "Poppins-Regular", sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin: auto;
        padding-top: 5px;
        padding-bottom: 0px !important;
    }

.modal-body {
    padding: 46px 16px;
}

.modal-footer {
    padding: 10px 16px;
    color: white;
}



.location {
    border-radius: 16px;
    background: #fafafa;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 280px;
    z-index: 173;
    margin-bottom: 6%;
}

.country {
    padding-top: 3vh;
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    border-width: 50%;
}

.city {
    font-size: 18px;
    color: rgb(141, 141, 141);
    font-weight: bold;
    line-height: 1.667;
    text-align: center;
    margin-top: 5%;
}

.address {
    font-size: 16px;
    padding: 2vw;
}

/*--------------------------------------------------------------
# BLOG LIST
--------------------------------------------------------------*/
.blog-navbar-space {
    height:82px;
    background: rgba(52, 59, 64, 0.9);
    margin-bottom:80px;
}
.blog-posts-container {
    display: flex;
    flex-direction: column;
    margin-top: 80px !important;
}

    .blog-posts-container .blog-post {
        display: flex;
        align-items: flex-start;
        gap: 48px;
        margin-bottom:48px;
        padding-bottom:48px;
        border-bottom: 1px solid #d9d9d969;
    }

    .blog-posts-container .blog-title {
       margin-top:2px;
       font-size:20px;
       font-weight:bold;
    }

    .blog-posts-container .blog-desc {
        color: rgba(52, 59, 64, 0.9);
    }

    .blog-posts-container .blog-button {
        padding:0px;
        outline: none;
        border: none;
        background: none;
        font-weight: bold;
    }

    .blog-posts-container .blog-image {
        flex: 0 0 270px;
        height: 160px;
        overflow: hidden;
        background: #f5f5f5;
        position: relative;
    }

        .blog-posts-container .blog-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* fills the container, cropping if needed */
            display: block;
        }

.blog-posts-pagination{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-bottom:48px !important;
}

    .blog-posts-pagination .page-link, .blog-posts-pagination .current-page {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: none;
        outline: none;
        width: 40px;
        height: 40px;
        margin-top: 8px;
        border-radius: 9px;
        border: 1px solid #e7e7e7;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }

    .blog-posts-pagination .page-link {
        color: rgb(110 109 109);
    }

    .blog-posts-pagination .current-page{
        background-color: #f3f5f7;
    }

.blog-posts-pagination.page-link:hover {
    background-color: #f0f0f0;
    border-color: #999;
    color: #007bff;
}

.blog-container{
    margin-top:-30px !important;
}

.blog-container .content{
       margin-bottom:2em;
}

    .blog-container p, .blog-container li {
        line-height: 24px;
    }

    .blog-container li {
        margin-bottom: 6px;
    }

    .blog-container img {
        margin-bottom:16px;
    }

    .blog-container .blog-headline {
        margin: 20px 0px;
        color: #1e386c;
        font-weight: bold;
        font-size:2.4em;
    }

    .blog-container h2 {
        font-size: 1.60em;
        font-weight: bold
    }

    .blog-container h3 {
        font-size: 1.35em;
        font-weight: bold
    }

    .blog-container .blog-meta {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2em;
        color: rgb(110 109 109);
    }

    .blog-container  .blog-date {
        width: 150px; /* fixed width */
        border-right: 1px dashed #ccc;
        padding-right: 1em;
        margin-right: 1em;
    }

    .blog-container .blog-keywords {
        flex: 1; /* fill remaining space */
    }


@media (max-width: 768px) {
    .blog-posts-container .blog-post {
        flex-direction:column;
    }

    .blog-posts-container .blog-image {
        width:100%;
    }
}




