@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 15px;
    }
}

.header-nav li a {
    font-family: Archivo;
    font-weight: 400 !important;
    font-size: 17px !important;
}

.header-top.bg-white ul.nav-pills li span.text-dark {
    color: #000 !important;
}

.font-primary {
    font-family: "Lora", Sans-serif;
}

.color-darker {
    color:#555555!important;
}

#header .header-container.header-container-height-lg {
    height: 110px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
}

p {
    font-family: Raleway;
    font-size:16px;
}

.btn {
    font-family:Raleway;
    font-weight: 700;
}

.with-after {
    position: relative !important;
    display: inline-block !important;
}

.with-after:after {
    content: '';
    border-bottom: 2px solid #b61818;
    left: -7px;
    bottom: -20px;
    position: absolute;
    width: 50%;
    color: #b61818;
}

@media (min-width:992px) {
    .fix70 {
        max-width:70%
    }
    .header-light .nav.nav-pills li a {
        color:#000 !important;
    }
}

@media (max-width:992px) {
    .border-md-none {
        border: unset !important;
    }
    
    .header-light .nav.nav-pills li a {
        color:#FFF !important;
    }
}

.bg-custom {
    background-color: #343434 !important;
    box-shadow: 0px 1px 6px 0px #696969;
}

.color-custom {
    color:#888888 !important;
}

.lead {
    line-height: 35px !important;
    font-size:24px !important;
    letter-spacing: 0px !important
}

.ul-custom {
    padding-left: 18px;
}

.ul-custom li {
    padding-bottom: calc(16px/2);
    font-family: Archivo;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-weight: 400 !important;
}

.btn-custom {
    font-family: "Archivo", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #25282e;
    color: #25282e;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e5e5e5;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 31px 13px 31px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}


.header-top.bg-dark ul.nav-pills li span.text-dark {
    color:#FFF !important;
}

.br-bottom {
    border-style: solid !important;
    border-width: 0 0 1px !important;
    border-color: #eee !important;
}


.container {
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1440px;
}

.header-container.container {
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1440px;
}

@media (max-width: 1194px) and (min-width: 600px) {
    .container {
        margin: 0 auto;
        padding: 0 48px;
        width: 100%;
        max-width: 100%;
    }

    .header-container.container {
    margin: 0 auto;
    padding: 0 48px;
    width: 100%;
    max-width: 1440px;
    }
}

@media (max-width: 599px) {
    .with-after:after {
        left:25%;
    }
    .container {
        padding: 0 16px !important;
    }
    .header-container.container {
    padding: 0 16px !important;
    }
}

::-webkit-input-placeholder { /* Edge */
  color: #777 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  #777 !important;
}

::placeholder {
  color:  #777 !important;
}

input {
    height: unset !important;
    width: 100% !important;
    padding: 11px 20px 15px 19px !important;
    -moz-padding: 11px 20px 15px 19px !important;
    -webkit-padding: 10px 20px 16px 19px !important;
    color: #999;
}

.kayar-form input:not(last-child) {
    margin-bottom:15px;
}

.kayar-alan {
    position: sticky;
    top: 100px;
}

.nav.nav-pills li a:hover {
    color: #c1b696 !important;
}
