body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}
body.home-body {
    background-color: #f4f6fa;
}
* {
    font-family: 'Montserrat', sans-serif;
}
img {
    max-width: 100%;
}
a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #363636;
}
a:hover {
    color: #f08117;
    text-decoration: none !important;
}
*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}
svg.iconset {
    position: absolute;
    pointer-events: none;
}
.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}
.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}
.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}
.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}
.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}
.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}
.btn {
}
.btn.btn-md {
}
.btn.btn-lg {
}
.btn.btn-lg.btn-round {
}
.btn.btn-sm {
}
.btn.btn-dark {
}
.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
}
.btn.btn-light {
}
.btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active {
}
.btn.btn-danger {
}
.btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active {
}
.btn.btn-warning {
}
.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
}
.btn-round {
}
.btn.btn-border.btn-warning {
}
.btn.btn-border.btn-default {
}
.btn.btn-border.btn-default:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-default:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-default:not(:disabled):not(.disabled):active {
}
.btn.btn-border.btn-light {
}
.btn.btn-border.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-light:not(:disabled):not(.disabled):active {
}
header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: rgb(37 37 37 / 39%);
    padding: 35px 0px 0px;
    z-index: 2;
}
header .logo {
    display: inline-block;
    margin-top: -10px;
}
header .logo img {
    max-height: 88px;
}
header .header-contact {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 10px;
}
header .header-contact:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 300px;
    bottom: 0px;
}
header .header-contact .sosyal {
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
}
header .header-contact .sosyal:before {
    content: '';
    background: rgb(255 255 255 / 36%);
    position: absolute;
    right: -10px;
    width: 1px;
    height: 22px;
}
header .header-contact .sosyal span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 300;
}
header .header-contact .sosyal a {
    fill: #fff;
    display: block;
    margin: 0px 4px;
}
header .header-contact .sosyal a:hover {
    fill: #d5b379;
}
header .header-contact .sosyal a .icon {
    width: 22px;
    height: 22px;
}
header .header-contact .simdiAra {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 17px;
    position: relative;
    padding-left: 33px;
}
header .header-contact .simdiAra:before {
    content: '';
    background: url(../img/telefon.png);
    width: 28px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%);
}
header .header-contact .simdiAra span {
    display: block;
    color: #d5b379;
}
header .header-contact .simdiAra span b {
    font-weight: 600;
}
header .menu {
    margin-top: 7px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: -25px;
}
header .menu .navbar {
    margin: 0px;
    padding: 0px;
}
header .menu .navbar-nav {
}
header .menu .navbar-nav > li {
    margin-left: auto;
    padding: 10px 25px 20px;
    position: relative;
    transition: 0.3s ease background;
    background: #1b1d1f00;
}
header .menu .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}
header .menu .navbar-nav > li:before {
    content: '';
}
header .menu .navbar-nav > li:first-child:before {
    content: '';
}
header .menu .navbar-nav > li > a:hover {
    color: #d5b379;
}
header .menu .navbar-nav > li.submenu:hover {
    background: #1b1d1f;
}
header .menu .navbar-nav > li.submenu:hover > a {
    color: #d5b379;
}
header .menu .navbar-nav > li .dropMenu {
    position: absolute;
    left: 0px;
    min-width: 220px;
    background: #1b1d1f;
    top: 100%;
    padding-bottom: 10px;
    padding-top: 0px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease opacity;
}
header .menu .navbar-nav > li:hover .dropMenu {
    pointer-events: auto;
    opacity: 1;
}
header .menu .navbar-nav > li .dropMenu > ul {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    display: block;
    background: unset;
    border: 0px;
}
header .menu .navbar-nav > li .dropMenu > ul > li {
}
header .menu .navbar-nav > li .dropMenu > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 15px 10px 25px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}
header .menu .navbar-nav > li .dropMenu > ul > li > a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 2px;
    height: 2px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease all;
}
header .menu .navbar-nav > li .dropMenu > ul > li > a:hover {
    color: #c5a672;
}
header .menu .navbar-nav > li .dropMenu > ul > li > a:hover:before {
    background: #c5a672;
}
section.slider {
}
section.slider .swiper-slide {
    position: relative;
}
section.slider .swiper-slide .img {
    position: relative;
    padding-bottom: 54.04%;
    overflow: hidden;
}
section.slider .swiper-slide .img img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-height: 100%;
    max-width: unset;
    transition: 10s ease all;
}
section.slider .swiper-slide .content {
    right: 0px;
    position: absolute;
    top: 60%;
    max-width: 500px;
    transform: translateY(-50%);
    text-align: right;
    margin-right: 20px;
    opacity: 0;
    transition: 0.3s ease all;
}
section.slider .swiper-slide.swiper-slide-active img {
    transition: 10s ease all;
    transform: translate(-50%, -50%) scale(1.2);
}
section.slider .swiper-slide.swiper-slide-active .content {
    opacity: 1;
    transition: 0.3s 0.3s ease all;
}
section.slider .swiper-slide .content:before {
    content: '';
    width: 5px;
    right: -20px;
    top: -10px;
    bottom: -30px;
    position: absolute;
    background: #d5b379;
}
section.slider .swiper-slide .content:after {
    content: '';
}
section.slider .swiper-slide .content .text {
    color: #41351b;
    font-size: 51px;
    font-weight: 800;
    line-height: 51px;
    text-align: right;
}
section.slider .swiper-slide .content .text:before {
    content: '';
    width: 200px;
    position: absolute;
    right: -20px;
    top: -85px;
    bottom: 0px;
    border: 5px solid #d5b379;
    border-bottom: unset;
    height: 75px;
}
section.slider .swiper-slide .content .text:after {
    content: '';
    width: 200px;
    position: absolute;
    right: -20px;
    bottom: -180px;
    border: 5px solid #d5b379;
    border-top: unset;
    height: 150px;
}
section.slider .swiper-slide .content .text p {
    margin: 0px;
    position: relative;
    right: -100%;
    transition: 0.3s ease all;
}
section.slider .swiper-slide.swiper-slide-active .content .text p {
    right: 0px;
    transition: 0.3s 0.6s ease all;
}
section.slider .swiper-slide .content .link {
    position: absolute;
    bottom: -140px;
    right: -100%;
    color: #41351b;
    font-size: 11px;
    font-weight: 700;
    transition: 0.3s ease all;
}
section.slider .swiper-slide .content .link .icon {
    width: 36px;
    height: 13px;
    transform: rotate(180deg);
    margin-right: 8px;
    position: relative;
    left: 0px;
    transition: 0.3s ease all;
}
section.slider .swiper-slide .content .link:hover .icon {
    left: -10px;
}
section.slider .swiper-slide.swiper-slide-active .content .link {
    right: 20px;
    transition: 0.3s 0.9s ease all;
}
section.slider .swiper-slide .container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    overflow: hidden;
}
section.isikhakkimizda {
    padding: 130px;
    background: #1b1d1f;
    position: relative;
}
section.isikhakkimizda:before {
    content: '';
    background: url(../img/bizdenbg.png);
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-bottom: 28.48%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 2;
    pointer-events: none;
}
section.isikhakkimizda h1 {
    color: #d5b379;
    font-size: 15px;
    margin-top: 100px;
}
section.isikhakkimizda h1 b {
}
section.isikhakkimizda h2 span {
    position: relative;
    background: #1b1d1f;
    z-index: 2;
    padding: 0;
}
section.isikhakkimizda h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 120px;
    position: relative;
}
section.isikhakkimizda h2:before {
    content: '';
    width: 3px;
    background: #d5b379;
    height: 360px;
    position: absolute;
    z-index: 1;
    transform: rotate(43deg);
    left: 230px;
    bottom: -150px;
}
section.isikhakkimizda h2:after {
    content: '';
    width: 3px;
    background: #d5b379;
    height: 90px;
    position: absolute;
    z-index: 1;
    transform: rotate(
            43deg
    );
    left: 210px;
    bottom: -80px;
}
section.isikhakkimizda p {
    color: #a0a0a0;
    font-size: 17px;
    text-align: justify;
    line-height: 37px;
    font-weight: 300;
}
section.isikhakkimizda .img {
    padding-bottom: 140%;
    position: relative;
    z-index: 1;
}
section.isikhakkimizda .img:before {
    content: '';
    background-image: url(../img/bizdenbg2.png);
    width: 164px;
    height: 272px;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 1;
}
section.isikhakkimizda .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}
section.bizdenhaberler {
    background-image: url(../img/haberbg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding: 190px 0px;
}
section.bizdenhaberler h2 {
    color: #1b1d1f;
    font-size: 40px;
    font-weight: 300;
    padding-left: 60px;
    position: relative;
    line-height: 31px;
    margin-bottom: 110px;
}
section.bizdenhaberler h2 b {
    font-weight: 800;
}
section.bizdenhaberler h2:before {
    content: '';
    width: 27px;
    height: 14px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #d5b379;
}
section.bizdenhaberler h2:after {
    content: '';
    width: 17px;
    height: 14px;
    left: 27px;
    background: #1b1d1f;
    position: absolute;
    bottom: 0px;
}
.haberler {
}
.haberler .haber {
    display: block;
    margin-bottom: 10px;
}
.haberler .haber .img {
    background-color: rgb(27, 29, 31);
    box-shadow: 0px 10px 21.6px 5.4px rgba(0, 0, 0, 0.35);
    padding-bottom: 72%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.haberler .haber .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    max-width: unset;
    min-height: 100%;
    transition: 0.3s ease all;
}
.haberler .haber:hover .img img {
    transform: translate(-50%, -50%) scale(1.1);
}
.haberler .haber .content {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 28px 18px;
    top: -10px;
    margin-bottom: -10px;
}
.haberler .haber .content .title {
    color: #1b1d1f;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.haberler .haber .content .date {
    font-size: 14px;
    display: block;
    color: #1b1d1f;
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}
.haberler .haber .content .date:before {
    content: '';
    height: 2px;
    width: 60px;
    left: 0px;
    top: -10px;
    position: absolute;
    background: #d5b379;
}
.haberler .tumhaberler {
    border: 2px solid #d5b379;
    padding: 15px 48px;
    margin-top: 60px;
    display: inline-flex;
    color: #3d3017;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.haberler .tumhaberler .icon {
    width: 36px;
    height: 13px;
    margin-left: 10px;
    position: relative;
    transition: 0.3s ease all;
    right: 0px;
}
.haberler .tumhaberler:hover .icon {
    right: -10px;
}
section.ebulten {
    margin-bottom: -120px;
}
section.ebulten .harita {
}
section.ebulten #ebultenmap {
    height: 400px;
}
section.ebulten .ebultenarea {
    background: #d5b379;
    margin-top: -70px;
    padding: 65px 20px;
    position: relative;
    z-index: 1;
}
section.ebulten .ebultenarea:before {
    content: '';
    background: url(../img/ebultenimg.png);
    width: 398px;
    height: 344px;
    position: absolute;
    right: -80px;
    bottom: -50px;
    pointer-events: none;
}
section.ebulten .ebultenarea .text {
    font-size: 21px;
    color: #fff;
    padding-left: 10px;
}
section.ebulten .ebultenarea form {
    display: flex;
    height: 100%;
    align-items: center;
}
section.ebulten .ebultenarea form input {
    height: 49px;
    border: 0px;
    width: 100%;
    padding: 0px 18px;
    color: #000;
    font-size: 13px;
}
section.ebulten .ebultenarea form button {
    background: #000;
    border: 0px;
    color: #ffffff;
    padding: 15px 20px 15px 40px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    min-width: 147px;
    cursor: pointer;
    margin-left: 7px;
}
section.ebulten .ebultenarea form button:before {
    content: '';
    background: url(../img/ucak.png);
    height: 21px;
    width: 26px;
    position: absolute;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
footer {
    background-color: #1b1d1f;
    padding: 195px 0px 100px;
    position: relative;
    overflow: hidden;
}
footer:before {
    content: '';
    background: url(../img/footershadow.png);
    position: absolute;
    left: 40%;
    bottom: 0px;
    width: 200px;
    width: 532px;
    height: 623px;
    background-position: center top;
    pointer-events: none;
}
footer a.logo {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 20px;
}
footer p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
footer p .icon {
    width: 17px;
    height: 25px;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
footer p .icon.marker {
    background-image: url(../img/marker.png);
}
footer p .icon.telefon {
    background-image: url(../img/telefon2.png);
}
footer p .icon.fax {
    background-image: url(../img/fax.png);
}
footer p .icon.mail {
    background-image: url(../img/mail.png);
}
footer p a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
}
footer p a:hover {
    color: #d5b379;
}
footer .sosyal {
    text-align: right;
    margin-bottom: 10px;
}
footer .sosyal span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
footer .sosyal a {
    fill: #d5b379;
}
footer .sosyal a:hover {
    fill: #fff;
}
footer .sosyal a .icon {
    height: 33px;
    width: 33px;
    margin: 5px;
}
footer .links {
    text-align: right;
    margin-top: 110px;
}
footer .links a {
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0px 20px;
    font-size: 14px;
}
footer .links a:hover {
    color: #d5b379;
}
footer .links a:before {
    content: '';
    height: 14px;
    width: 1px;
    background: #ffffff69;
    position: absolute;
    left: -20px;
    top: 3px;
}
footer .links a:first-child:before {
    content: '';
    display: none;
}
.copyright {
    padding: 15px;
}
.copyright .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p {
    margin: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
}
.copyright p b {
    font-weight: 700;
}
.copyright a {
}
.header-banner {
    height: 540px;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    width: 100%;
}
.header-banner .banner-text {
    height: calc(540px - 140px);
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: center;
}
.header-banner .banner-text .text-container {
    display: flex;
    align-items: flex-end;
}
.header-banner .banner-text .box-item {
    width: 41px;
    height: 14px;
    background-color: #d5b379;
    position: relative;
    margin-right: 15px;
    margin-bottom: 6px;
}
.header-banner .banner-text .box-item:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.header-banner .banner-text h4 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    color: #fff;
    line-height: 1;
    position: relative;
}
.header-banner .banner-text h4:after {
    content: '';
    background-image: url('../img/banner-text-line.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    width: 183px;
    height: 215px;
    left: -30px;
    transform: translate(0, -50%);
}
section.page-content {
    padding: 100px 0 150px 0;
    min-height: 800px;
}
section.page-content h4 {
    font-size: 24px;
    font-weight: 800;
    color: #d5b379;
}
section.page-content p {
    font-size: 18px;
    font-weight: 500;
    color: #373737;
}
.grid {
    margin: 0 auto;
}
.grid-sizer,
.grid-item {
}
.grid-item-height-2 {
    height: 500px;
}
.grid .grid-item {
    display: block;
    position: relative;
}
.grid .grid-item:hover {
}
.grid .grid-item:hover .overlay {
    opacity: 1;
    padding: 25px;
    width: 100%;
    transition: 0.3s ease all;
}
.grid .grid-item .overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(213, 179, 121, 0.63);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: 0.3s 0.3s ease all;
    width: 0%;
    height: 100%;
    overflow: hidden;
    padding: 25px 0px;
}
.grid .grid-item .overlay span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    max-width: 75%;
    line-height: 24px;
    transition: 0.3s ease all;
    position: relative;
    left: -100%;
}
.grid .grid-item:hover .overlay span {
    left: 0px;
    transition: 0.3s 0.3s ease all;
}
.project-slider .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.project-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    box-sizing: border-box;
    margin: 20px 100px;
    width: 65% !important;
}
.gallery-thumbs .swiper-slide {
    height: 45px;
    opacity: 1;
    cursor: pointer;
}
body.proje-header {
}
body.proje-header header {
    background: #1d1e1f;
    position: relative;
}
.project-slider .gallery-top .swiper-slide {
    padding-bottom: 43%;
    position: relative;
    overflow: hidden;
}
.project-slider .gallery-top .swiper-slide img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.button-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.button-arrow {
    background: unset;
    width: auto;
    display: flex;
    align-items: center;
}
.button-arrow svg {
}
.button-arrow-next {
    right: 70px;
}
.button-arrow-prev {
    left: 70px;
}

section.ozellikSection h4 {
    font-size: 60px;
    color: #000;
    font-weight: 800;
    text-align: center;
}
section.ozellikSection p {
    color: #626262;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

section.ozellikSection .proje-ozellikler {
    display: flex;
    flex-wrap: wrap;
}
section.ozellikSection .proje-ozellikler .proje-ozellik {
    width: 20%;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 40px;
}
section.ozellikSection .proje-ozellikler .proje-ozellik .imgParent {
    border-radius: 100%;
    width: 100px;
    background: #d5b379;
    aspect-ratio: 1/1;
    height: 100px;
    position: relative;
    max-width: 100px;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
    transition: .3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.ozellikSection .proje-ozellikler .proje-ozellik .imgParent .icon {
    background: #fff;
    width: 80%;
    height: 80%;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: .3s ease all;
    margin: 0 auto;
}
section.ozellikSection .proje-ozellikler .proje-ozellik span {
    font-size: 17px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #000;
    transition: .3s ease all;
    line-height: 1.4;
}
section.ozellikSection .proje-ozellikler .proje-ozellik:hover .imgParent {
    background: #fff;
}
section.ozellikSection .proje-ozellikler .proje-ozellik:hover .imgParent .icon {
    background: #d5b379;
}

body.proje-header {
    background-color: #ffffff;
}


.contact-page {}
.page-content.contact-page h4 {
    font-weight: bold;
    font-size: 28px;
    color: #603918;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.contact-page .contact-item {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-page .contact-item i {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #d5b379;
    font-size: 12px;
    margin-right: 10px;
}
.contact-page .contact-item span {
    font-size: 16px;
    font-weight: 600;
}

#maps {
    height: 460px;
    width: 100%;
}

section.iletisimForm h1 {
    font-size: 40px;
    font-weight: 800;
    color: #603918;
    padding-bottom: 15px;
    margin-bottom: 60px;
    position: relative;

    display: inline-flex;
    align-items: flex-end;
}
section.iletisimForm h1:after {

}

section.iletisimForm form {
}

section.iletisimForm form input {
    border: 0;
    border-bottom: 1px solid #a8a8a8;
    width: 100%;
    margin-bottom: 65px;
    font-size: 17px;
    color: #000000;
}

section.iletisimForm form textarea {
    border: 0;
    border-bottom: 1px solid #a8a8a8;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    font-size: 17px;
    color: #000000;
}

section.iletisimForm form button {
    font-size: 14px;
    padding: 14px 50px;
    font-weight: 400;
    background-color: #d5b379;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #282e3b;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #282e3b;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #282e3b;
}

.contact-response {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 60px;
    font-weight: 500;
}

section.iletisimForm .box-item {
    width: 41px;
    height: 14px;
    background-color: #d5b379;
    position: relative;
    margin-right: 15px;
    margin-bottom: 11px;
}
section.iletisimForm .box-item:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #603918;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
