@import url("../../external/fonts_googleapis_com/css2");
body {
font-family: "Raleway", sans-serif !important;
}
.banner_top {
width: 100%;
height: 296px;
margin-top: 110px;
background-color: #fff;
display: block;
background-size: cover;
background-position: 50% 61%;
background-repeat: no-repeat;
}
.banner_top .content {
display: table-cell;
vertical-align: middle;
}
.banner_top .content h3 {
color: #ffffff;
font-size: 30px;
text-align: left;
width:600px;
/* margin-top: 110px; */
font-weight: 800;
text-transform: uppercase;
padding-top: 8%;
}
.page_content {
padding-bottom: 11rem;
padding-top: 4rem;
}
.top_banner {
height: 320px;
background-size: cover;
background-repeat: no-repeat;
background-position: 47% 100%;
}
.top_banner .content h3 {
text-align: left;
padding-top: 14%;
color: #fff;
font-size: 31px;
}
.top_banner .content p {
color: #fff;
font-size: 15px;
}
.adres_contact {
width: 50%;
padding-top: 40px;
border-right: 1px dashed #d8d8d8;
padding-bottom: 25px;
}
.contact_section {
background-color: #fff;
padding: 18px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
top: 60px;
position: relative;
}
.row {
margin: 0 !important;
}
.adres_item {
width: 98%;
}
.adres_item:first-child {
border-bottom: 1px dashed #d8d8d8;
padding-bottom: 20px;
}
.adres_item:last-child {
padding-top: 22px;
}
.adres_item h3 {
font-size: 20px;
font-weight: 600;
}
.adres_item p {
color: #888;
font-size: 15px;
line-height: 1.5;
margin-bottom: 15px;
font-weight: 300;
}
.adres_item p a {
color: #232c79;
font-weight: 600;
}
.adres_item p strong {
font-weight: 700;
}
.adres_item .content .text {
width: 100%;
}
.adres_item .content .harita {
height: 250px;
width: 39%;
}
.form_content {
padding-top: 40px;
padding-left: 20px;
width: 50%;
}
.form_content h3 {
font-size: 20px;
width: 92%;
margin-left: auto;
margin-right: auto;
font-weight: 700;
}
.form_content form {
padding-top: 2rem;
float: right;
padding-left: 0;
width: 96%;
}
.form_content form input {
display: block;
width: 100%;
padding: 12px;
margin-bottom: 12px;
font-size: 15px;
border: 1px solid #eaeaea;
border-radius: 4px;
transition: 0.8s;
}
.form_content form textarea {
width: 100%;
padding: 15px;
border: 1px solid #eaeaea;
border-radius: 4px;
font-size: 16px;
transition: 0.8s;
}
.form_content form button {
margin-top: 3rem;
color: #fff;
background-color: #7ab517;
border: 1px solid #7ab517;
width: 190px;
height: 50px;
font-size: 13px;
cursor: pointer;
}
.form_content form button i {
color: #fff;
font-size: 17px;
padding-left: 30px;
}
.form_content form button:hover {
background-color: #19214d;
transition: 0.4s;
color: #fff;
border: 1px solid #19214d;
}
.page_content .map {
width: 100%;
margin-top: 1rem;
padding-right: 20px;
}
.page_content .map iframe {
width: 100%;
height: 330px;
}
.page_content p {
display: block;
font-size: 15px;
font-weight: 500;
color: #666;
}
.detayalan p { font-size:15px; margin-bottom:35px; text-align:justify; color:#111; }
.aralik { float: left;
margin-bottom: 10px !important;
padding-bottom: 10px;
padding-right: 0px;
margin-left: 0px;
padding-left: 0px !important;
margin-left: 0px !important;}
.aralik .col-md-6 { padding-left:0px !important;}
.icbaslik { font-weight:bold !important; color:#000 !important; }
.col-md-6 .icbaslik { color:#000 !important; }
.icbaslik i { color:#d1111e}
.aralik .col-md-6 { font-weight:500;}
.slide-num-holder { display:none !important; }
.referans_section .item { margin:5px; }
@-webkit-keyframes zoom {
from {
-webkit-transform: scale(1, 1);
}
to {
-webkit-transform: scale(1.5, 1.5);
}
}
@keyframes zoom {
from {
transform: scale(1, 1);
}
to {
transform: scale(1.5, 1.5);
}
}
.hero-slide-item { display:block !important; }
.active .hero-slide-item img{ float;left; width:100% !important; height:100wh; position:absolute; object-fit:cover;  -webkit-animation: zoom 20s;
animation: zoom 20s;}
@media screen and (max-width:1366px) {
.active .hero-slide-item img{ height:100vh !important; }
}