/* scrollbar start */
::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
    border-left-color: 1px solid rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a08357;
}

/* scrollbar end */
::selection {
    background-color: #a08357;
    color: #fff;
}

/* ortak start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus {
    box-shadow: none !important
}

a {
    text-decoration: none !important;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.sedx {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

li {
    list-style: none !important;
}

ul {
    padding-left: 0rem !important;
}

body {
    font-size: 18px;
    font-family: 'Outfit', sans-serif !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    line-height: 22px;
    background-color: #f1faff !important;
    overflow-x: hidden !important;
    font-weight: 300 !important;
}

b, strong {
    font-weight: bold;
}

p {
    font-size: 22px;
    line-height: 28px;
}

p b {
    font-weight: bold;
}

.binpixel {
    position: relative;
    float: left;
    width: 100%;
}

.no-pad {
    padding: 0 !important;
}

.container-fluid {
    padding: 0 !important;
}

.mobilon {
    display: none !important;
}

.mobilof {
    display: block;
}

.header {
    position: relative;
    z-index: 1;
    background-color: #fff;
    height: 100px;
}

.header a.logo {
    position: relative;
    display: inline-block;
    padding: 11px 0;
}

.header a.logo img {
    position: relative;
    width: 240px;
}

.header .header-box {
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.header nav.main-manu {
    margin: 36px 0;
    float: right;
}

.header nav.main-manu ul {
    margin-left: 40px;
}

.header nav.main-manu ul li {
    float: left;
    margin-right: 25px;
    list-style: none;
    position: relative;
    z-index: 9;
}

.header nav.main-manu ul li:last-of-type {
    margin-right: 8px;
}

.header nav.main-manu ul li a {
    color: #222;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    z-index: 101;
    font-weight: 700;
    padding: 3px 6px;
}

.header nav.main-manu ul li a i {
    margin-right: 5px;
}

.header nav.main-manu ul li i {
    color: rgb(34, 34, 34);
    margin-left: 9px;
    font-size: 15px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.header nav.main-manu ul li a:hover {
    color: #a08357;
}

.header nav.main-manu ul li a.active {
    color: rgb(24, 191, 241);
}

.header nav.main-manu ul li a::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 0%;
    height: 2px;
    background-color: #a08357;
    bottom: -3px;
    transform: scaleX(1);
    transition: all 0.5s ease-in-out 0s;
}

.header nav.main-manu ul li a:hover::after, .header nav.main-manu ul li a.active::after {
    width: calc(50% + 10px);
}

.header nav.main-manu ul li a::before {
    content: "";
    position: absolute;
    right: -10px;
    width: 0px;
    height: 1px;
    bottom: -3px;
    background-color: #a08357;
    transform: scaleX(1);
    transition: all 0.5s ease-in-out 0s;
}

.header nav.main-manu ul li ul.kurumsalacilirmenu {
    margin-left: 40%;
}

.header nav.main-manu ul li a:hover::before, .header nav.main-manu ul li a.active::before {
    width: calc(50% + 10px);
    height: 2px;
}

.header nav.main-manu > ul > li > ul {
    position: absolute;
    width: 250px;
    padding-top: 60px;
    margin-top: 4px;
    top: 0px;
    left: -50%;
    z-index: 100;
    transform: scaleY(0);
    transition: all 0.5s ease-in-out 0s;
    transform-origin: left 70px 0px;
    visibility: hidden;
}

.header nav.main-manu > ul > li > ul.a-menu-kurumsal {
}

.header nav.main-manu > ul > li > ul::before {
    top: 40px;
    left: 50%;
    border-style: solid;
    border-color: transparent transparent #a08357;
    border-image: initial;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -105px;
}

.header nav.main-manu ul li:hover > ul {
    transform: scaleY(1);
    visibility: visible;
}

.header nav.main-manu ul li ul > li {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid rgb(232, 232, 232);
    border-top: 1px solid rgb(245, 245, 245);
}

.header nav.main-manu ul li ul > li > ul > li {
    background-color: rgb(172, 150, 110);
    padding: 2px 0px;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
}

.header nav.main-manu ul li ul li a {
    padding: 6px 13px;
    color: rgb(5, 4, 10);
    display: block;
    font-size: 14px;
}

.header nav.main-manu ul li ul li ul li a {
    padding: 7px 20px;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 13px;
}

.header nav.main-manu ul li ul li ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.header nav.main-manu ul li ul li a:hover::before {
    display: none;
}

.header nav.main-manu ul li ul li a:hover::after {
    display: none;
}

.header nav.main-manu ul li ul li a:hover {
    background-color: #a08357;
    color: rgb(255, 255, 255) !important;
}

.header nav.main-manu ul li ul.language {
    width: 75px;
    margin-left: 30px;
}

.header nav ul li ul li ul {
    position: absolute;
    width: 250px;
    padding-top: 0px;
    margin-top: 0px;
    top: 0px;
    z-index: 99;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out 0s;
    transform-origin: left 70px 0px;
    visibility: hidden;
    left: 264px !important;
    margin-left: 0px !important;
}

.header nav ul li ul li:hover > ul {
    transform: scaleY(1);
    visibility: visible;
}

.header nav ul li ul li li ul {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-bottom: 1px solid rgb(218, 218, 218);
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 6px solid rgb(34, 34, 34);
    text-align: left;
}

.header nav ul li ul li li ul a::before {
    display: none;
}

.header nav ul li ul li li ul a {
    padding: 10px 20px;
    color: rgb(34, 34, 34);
    display: block;
    font-weight: 500;
}

.header nav ul li ul li li ul a:hover::before {
    display: none;
}

.header nav ul li ul li li ul a:hover::after {
    display: none;
}

.header nav ul li ul li li ul a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.header nav ul > li > ul > li > ul::before {
    top: 9px;
    left: 41.5%;
    border-style: solid;
    border-color: transparent transparent rgb(172, 150, 110);
    border-image: initial;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -125px;
    transform: rotate(-90deg);
}

.header nav.main-manu ul li ul.language::before {
    left: 146%;
}

.header nav.main-manu ul li a img {
    width: 26px;
    position: relative;
    top: -2px;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li i {
    display: none !important;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 !important;
    float: left;
    height: calc(96vh);
    background: #fff;
    z-index: 0;
    margin-top: -100px;
}

.slider .caption img {
    width: auto
}

.slider .item .slides {
    height: calc(96vh);
    width: 100%;
    position: relative;
}


.slider .item .slide1 {
    background-image: url(../images/slider/slider-1.jpg);
    background-size: cover;
    background-position: center center;
}

.slider .item .slide2 {
    background-image: url(../images/slider/slider-2.jpg);
    background-size: cover;
    background-position: center center;
}

.slide .slide-item {
    background-size: cover;
    background-repeat: no-repeat
}

.slider .caption {
    position: absolute;
    width: 100%;
    top: 38%
}

.slider .caption .container {
    padding: 0 125px
}

.slider .caption .container figure {
    margin-bottom: 10px
}

.slider .caption .container .link {
    margin-left: 25px
}

.slider .owl-theme .owl-controls {
    display: none;
}

.slider .slide li {
    height: auto;
    float: left;
    width: 100%;
    position: relative;
}

.slider .owl-dots {
    display: none !important;
    position: absolute;
    top: 45%;
    right: 2%;
    width: 10px
}

.slider .container {
    top: 0;
    width: 100%;
}

.slider .container .slidetext {
    z-index: 3;
    color: #000;
    font-size: 40px;
    position: relative;
    top: 37vh;
    width: 60%;
}

.slider .container .pparallax {
    width: 10%;
    min-height: 310px;
    border: 10px solid #ffffff69;
    margin-left: 45%;
    margin-top: 2vh;
    z-index: 1;
}

.slider .container .slidetext p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    width: 60%;
}

.slider .container .slidetext p b {
    color: #fff;
    font-size: 53px;
    line-height: 57px;
    font-weight: 700;
}

.slider .container .slidetext span {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 300;
}

.slider .container .slidetext ul {
    position: relative;
    /* -webkit-column-count: 2; */
    -moz-column-count: 2;
    column-count: 2;
    width: 44%;
}

.slider .container .slidetext ul li {
    position: relative;
    font-size: 18px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    margin: 4px;
    color: #fff;
    padding-left: 20px;
    background-position: 0px;
}

.slider .container .slidetext a {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #a08357;
    background: #a08357;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.slider .container .slidetext a:hover {
    background-color: #ffffff;
    color: #131416;
    border-color: #ffffff;
}

.slider .container .slidetext a i {
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    background: #ffffff;
    color: #a08357;
    padding: 4px 7px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.slider .container .slidetext a:hover i {
    background-color: #131416;
    color: #fff;
    transform: rotate(360deg);
}

.slider .owl-slider .item figure {
    margin: 0;
}

.mobilslider {
    display: none !important;
}

.webslider {
    display: block;
}

.container {
    max-width: 90% !important;
}

.smmmdiv {
    padding: 100px 0 !important;
}

.home-hizmetler h1 {
    font-weight: 700;
    font-size: 66px;
    line-height: 70px;
    text-align: center;
}

.home-hizmetler p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.hizmet-box {
    position: relative;
    padding: 10px;
}

.hizmet-box > .col-12 {
    position: relative;
    padding: 70px 60px 70px 60px;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 99%) 35%, rgb(255 255 255 / 5%) 100%);
    cursor: pointer;
    border-radius: 20px;
}

.hizmet-box > .col-12:hover {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255 / 100%) 35%, rgb(255 255 255 / 100%) 100%);
}

.hizmet-box > .col-12 .icon {
    position: relative;
    width: 30%;
}

.hizmet-box > .col-12 .icon figure {
    position: relative;
}

.hizmet-box > .col-12 .icon figure img {
    position: relative;
}

.hizmet-box > .col-12 .text {
    position: relative;
    width: 70%;
}

.hizmet-box > .col-12 .text h2 {
    position: relative;
    font-weight: bold;
    font-size: 30px;
    color: #222;
}

.hizmet-box > .col-12 .text p {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.hizmet-box > .col-12 .text a {
    font-size: 18px;
    font-weight: bold;
    color: #a08357;
    padding: 10px 0;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.hizmet-box > .col-12 .text a:hover {
    background-color: #ffffff00;
    color: #727272;
    border-color: #ffffff;
}

.hizmet-box > .col-12 .text a i {
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    background: #a08357;
    position: relative;
    color: #fff;
    padding: 4px 7px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    top: -3px;
}

.hizmet-box > .col-12 .text a:hover i {
    background-color: #727272;
    color: #fff;
    transform: rotate(360deg);
}

.smmm-parallax {
    width: 98% !important;
    margin-left: 1% !important;
    background-image: url(../images/parallax.jpg);
    background-repeat: no-repeat;
    position: relative;
    float: left;
    text-align: center;
    padding: 70px 0 !important;
    border-radius: 14px;
    margin-top: 100px;
}

.smmm-parallax:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(118 101 75 / 80%);
    border-radius: 14px;
}

.smmm-parallax {
    position: relative;
    z-index: 3;
}

.smmm-parallax a {
    position: relative;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 20px;
    margin-top: 50px;
    font-weight: 700;
}

.smmm-parallax a:hover {
    background-color: #fff;
    color: #222;
}

.smmm-parallax h2 {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.smmm-parallax p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.smmm-parallax .line {
}

.smmm-parallax .parallaxBox {
    position: relative;
    padding-right: 0px;
    text-align: center;
    margin-top: 50px;
}

.smmm-parallax .parallaxBox span.baslik {
    font-size: 24px;
    letter-spacing: 0px;
    color: #fff;
    line-height: 24px;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    text-align: center;
}

.smmm-parallax .parallaxBox p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}

.smmm-parallax .parallaxBox img {
    position: relative;
    width: 100px;
    margin-bottom: 10px;
}

.zIndex10 {
    z-index: 10;
}

.home-kurumsal {
    padding-top: 0 !important;
}

.kurumsal-img {
    position: relative;
    padding-left: 1%;
}

.kurumsal-img figure {
    position: relative;
    margin-bottom: 0;
}

.kurumsal-img figure img {
    position: relative;
    border-radius: 20px;
}

.kurumsal-img figure > div {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0f467c;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    width: 50%;
    line-height: 30px;
    padding: 40px;
    border-radius: 10px;
}

.kurumsal-text {
    position: relative;
    padding-left: 40px;
}

.kurumsal-text span {
    position: relative;
    display: inline-block;
    background: #0f467c;
    color: #fff;
    font-weight: 500;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.kurumsal-text h2 {
    position: relative;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
}

.kurumsal-text p {
    position: relative;
}

.kurumsal-text a {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #0f467c;
    background: #0f467c;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
}

.kurumsal-text a:hover {
    background-color: #13589d;
    color: #fff;
    border-color: #13589d;
}

.kurumsal-text a i {
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    background: #ffffff;
    color: #0f467c;
    padding: 4px 7px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.kurumsal-text a:hover i {
    background-color: #fff;
    color: #13589d;
    transform: rotate(360deg);
}

.kurumsal-text ul {
    position: relative;
}

.kurumsal-text ul li {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    border-bottom: 1px solid #2222222b;
    margin: 7px 0;
    display: block;
    padding-bottom: 7px;
}

.kurumsal-text ul li:last-child {
    border: none;
}

.kurumsal-text ul li span {
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 0;
    color: #A5A6AA;
}

.home-haberler {
    padding-top: 0 !important;
}

.home-haberler h2 {
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}

.home-haberler p {
    text-align: center;
}

.home-haberler .haber-box {
    padding: 0 5px;
}

.home-haberler .haber-box a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.home-haberler .haber-box figure {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 20px;
}

.home-haberler .haber-box figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg ,rgb(0 0 0 / 55%) 0,rgb(0 0 0 / 26%) 40%,rgb(0 0 0 / 15%) 100%);
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.home-haberler .haber-box figure img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    float: left;
    border-radius: 0;
}

.home-haberler .haber-box:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.home-haberler .haber-box .haber-text {
    padding: 30px;
    width: 97%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-haberler .haber-box span.etiket {
    position: relative;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 4px 12px;
    color: #fff;
    background: #a08357;
}

.home-haberler .haber-box span.baslik {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #fff;
}

.home-haberler .haber-box span.tarih {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
}

.home-haberler .haber-box span.tarih i {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-right: 6px;
}

.footer {
    background-color: #000000;
    padding: 45px 0 65px 0;
    top: 0px;
    margin-top: 75px;
}

.footer .footerTop {
    background-color: #a08357;
    padding: 30px !important;
    margin-top: -75px;
    border-radius: 20px;
}

.footerTop .footerTopText {
    position: relative;
}

.footerTop .footerTopText p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 17px;
}

.footerTop .footerContact {
    position: relative;
    padding-right: 20px !important;
}

.footerTop .footerContact figure {
    position: relative;
    width: 91px;
    float: left;
    margin-bottom: 0;
    border: 1px solid #fff;
    margin-right: 23px;
    border-radius: 10px;
}

.footerTop .footerContact figure img {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 10px;
}

.footerTop .footerContact p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 22px;
}

.footerTop .footerContact span {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-right: 50px;
    display: block;
}

.footerTop .footerContact span b {
    color: #ffffff;
    font-weight: 700;
}

.footerTop .footerContact span a {
    color: #ffffff;
}

.footerLine {
    height: 3px;
    background-color: #475965;
    margin: 40px 0;
}

.footer .footer-box span.baslik {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.footer .footer-box p {
    font-weight: 200;
    font-size: 18px;
    color: #979797;
    margin-bottom: 0
}

.footer .footer-box > a {
    background-color: #a08357;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 16px;
}

.footer .footer-box > a:hover {
    background-color: #fff;
    color: #102737;
}

.footer .footer-box .line {
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 17px;
    margin-top: 7px
}

.footer .footer-box ul li {
    padding: 3px 0;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
    background-size: 12px
}

.footer .footer-box ul li a {
    font-weight: 400;
    color: #cbcbcb;
    font-size: 18px;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0
}

.footer .footer-box ul li:hover a {
    font-weight: 700;
    font-weight: 700;
    color: #fff;
}

.footer .footer-box ul li:hover {
    background-image: url(../images/li.png)
}

.footer .footer-box ul {
    margin-bottom: 0;
}

.footer .footer-box ul.two {
    margin-bottom: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer .footer-box p {
    font-weight: 300;
    color: #ffffff;
    width: 90%;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 22px;
}

.footer .footer-box p i {
    font-size: 14px;
    margin-right: 8px
}

.footer .footer-box .link {
    font-weight: 300;
    color: inherit;
    text-decoration: none;
    width: 90%;
    margin-bottom: 4px
}

.footer-box {
    padding: 60px 0 60px 0;
}

.footer-box .randevu-al {
    background-color: #009fe3;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 10px
}

.footer-box .randevu-al:hover {
    background-color: #fff;
    color: #000
}

.footer-bottom {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0;
    background: #fff;
}

.footer-bottom .copyright {
    margin: 0;
    padding: 25px;
    padding-left: 0;
    color: #222;
    font-weight: 400;
    font-size: 18px;
    float: left;
}

.footer-bottom .copyright span {
    font-weight: 700;
    font-weight: bold;
    color: #222;
}

.footer-bottom .copyright a {
    font-weight: 700;
    font-weight: bold;
    color: #222;
}

.footer-bottom .tablet-binpixel {
    color: #222;
    float: right;
    padding: 23px;
    margin-bottom: 0;
    padding-right: 0;
}

.footer-bottom .tablet-binpixel a {
    color: #222;
    font-size: 18px;
}

.footer-bottom .tablet-binpixel a span {
    font-weight: bold;
    color: #222;
}

.footer-box-middle {
    padding-left: 40px;
}

.sabitFormBtn {
    position: fixed;
    right: -1px;
    top: 50%;
    margin-top: -125px;
    display: block;
    z-index: 9;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all cubic-bezier(.42,0,.17,1.03) .6s;
    background-color: #a08357;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    border: 2px solid #ffffff;
}

.sabitFormBtn:hover {
    background-color: #000000;
}

.content-header {
    position: relative;
    z-index: 0;
    width: 100%;
    float: left;
    min-height: 220px;
    background-color: #000;
    padding-top: 75px !important;
    background-image: url(../images/content-header.jpg);
    background-size: cover;
    background-position: center center
}

.content-header span.page-name {
    font-size: 32px;
    display: inline-block;
    margin-left: 0;
    color: #fff;
    float: left;
    margin-top: 0;
    width: 100%;
    font-weight: bold;
}

.content-header span.page-onsoz {
    font-size: 24px;
    display: inline-block;
    margin-left: 0;
    color: #909090;
    float: left;
    margin-top: 20px
}

.content-header span.page-ayrac {
    float: left;
    display: inline-block;
    margin-right: 6px
}

.content-header span i {
    margin: 0 4px 0 9px;
    color: #fff
}

.content-header a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    float: left;
    margin-right: 5px
}

.content-header a:hover {
    color: #fff
}

.content-header a i.fa-home {
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #fff
}

.content-header a i {
    color: #fff;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 1px
}

.content-header .sayfalama {
    width: 100%;
    position: relative;
    float: left;
    z-index: 10
}

.content-header-page-icon {
    width: 70px;
    margin-right: 1vh!important;
}

.content-header-page-icon figure {
    margin: 0
}

.content-header-page-icon figure img {
    float: left;
    position: relative;
    width: 80%;
    margin-top: 5px
}

.menu_list {
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-top: 78px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.menu_head {
    cursor: pointer;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #222;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    padding: 10px;
    color: #fff;
}

.menu_head i.right-i {
    float: right;
    font-size: 19px;
    margin-top: 1px;
}

.menu_head a i.right-i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

.menu_head.active {
    background-color: #a08357;
    color: #ffffff;
}

.menu_head.active a {
    color: #ffffff;
}

.menu_head a {
    display: inline-block;
    /* padding: 10px 20px; */
    width: 100%;
    font-size: 16px;
    color: #000000c7;
}

.menu_head-acik {
    padding: 12px 20px;
}

.menu_head:hover {
    background-color: #000000;
    color: #000;
}

.menu_head:hover a {
    /* background-color: #f1faff; */
    color: #ffffff;
}

.menu_head i.fa-cog {
    margin-right: 10px;
}

.menu_body {
    display: none;
}

.menu_body a {
    display: block;
    color: #000;
    background-color: #ffffff;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 6px 10px;
    font-size: 14px;
}

.menu_body a.active {
    color: #fff;
    background-color: #7c7c7c;
}

.menu_body a.active:hover {
    color: #fff;
    background-color: #000000;
}

.menu_body a i {
    margin-right: 0;
    float: right;
}

.menu_body a:hover {
    color: #000000;
    text-decoration: underline;
}

.ortaalan {
    padding: 70px 1% 70px 1% !important;
}

.ortaalan h1 {
    font-weight: 600;
    font-size: 58px;
}

.ortaalan h2 {
    font-weight: 600;
    font-size: 40px;
    color: #a08357;
}

.ortaalan h3 {
    font-weight: 500;
    font-size: 34px;
    color: #476372;
}

.ortaalan h4 {
    font-weight: 500;
    font-size: 28px;
    color: #c09016;
}

.ortaalan h5 {
    font-weight: 500;
    font-size: 27px;
    color: #303030;
}

.ortaalan h6 {
    font-weight: 500;
    font-size: 24px;
    color: #303030;
}

.detay-figure {
    width: 40%;
    margin-bottom: 10px;
    float: right;
    margin-left: 30px;
    border: 2px solid #ccc;
}

.detay-figure img {
    width: 100%;
    float: left;
}

.detay-left-figure {
    width: 40%;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
    border: 2px solid #ccc;
}

.detay-left-figure img {
    width: 100%;
    float: left;
}

.textalan {
    padding: 0;
    padding-right: 40px;
}

.iletisimformu .inputs img {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
}

.iletisimformu input[type=text]#datepicker::placeholder {
    color: #222;
    opacity: 1;
}

.iletisimformu input[type=text] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
}

.iletisimformu input[type=Tel] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
    position: relative;
}

.iletisimformu input[type=email] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
    position: relative;
}

.iletisimformu input[type=email] {
    margin-top: 0px;
}

.iletisimformu input[type=file] {
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.iletisimformu input[type=submit] {
    background-color: #0f467c;
    border: 1px solid #0f467c;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100.1%;
    letter-spacing: 1px;
    /* margin-bottom: 20px; */
    margin-top: 11px;
    border-radius: 0;
}

.iletisimformu input[type=submit]:hover {
    background-color: #000000;
    border-color: #000000;
}

.iletisimformu textarea {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
}

.iletisimformu select {
    width: 100%;
    padding: 21px 6vh 21px 2vh;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
    color: #222;
    margin-top: 0;
    background: transparent;
    font-size: 1rem;
    background: #fff;
}

.iletisimformu .inputs {
    padding: 2px 5px 8px 0px;
    float: left;
    position: relative;
}

.dosyayukle {
    width: 99.5% !important;
    height: 150px;
    border: 1px dashed #bfbfbf;
    margin: 4px 0 10px 0;
    margin-left: 0px;
    background: white;
    float: left;
    position: relative;
}

.dosyayukle span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    color: #222;
}

.dosyayukle input {
    opacity: 0;
    width: 95%;
    height: 100%;
}

.inputs label {
    display: inline;
    font-size: 16px;
}

.inputs a {
    color: #0f467c;
    font-weight: 700;
}

.recaptchaGoogle {
    font-size: 12px !important;
    margin-bottom: 0;
}

.modal-content button.Popupkapat p {
    color: #000;
}

.width100 {
    width: 100%;
    float: left;
    height: 1px;
}

.accordion {
    margin-top: 0px;
    margin-bottom: 15px;
}

.accordion-header .accordion-button span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* display: block; */
    width: 20px;
    height: 20px;
}

.accordion-header .accordion-button[aria-expanded="true"] {
    background-color: #a08357;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}

.accordion-header .accordion-button[aria-expanded="false"] {
    background-color: #f1faff;
    font-size: 20px;
    width: 100%;
    padding: 20px;
    color: #000000;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #e4ecf3;
}

.accordion-header .accordion-button[aria-expanded="false"] span {
    color: #000;
}

.accordion-header .accordion-button[aria-expanded="true"] span:after {
    content: "-";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 22px;
    color: #fff;
}

.accordion-header .accordion-button[aria-expanded="false"] span:after {
    content: "+";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 25px;
    bottom: 36px;
    font-size: 24px;
    color: #000000;
}

.accordion-button:hover {
    z-index: 2;
    background-color: #030303 !important;
    color: #fff !important;
}

.accordion-button:hover span:after {
    color: #fff !important;
}

.accordion-item h2 {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.accordion .accordion-collapse {
    border: 1px solid #ccc;
    padding: 10px;
}

.accordion .accordion-collapse .accordion-body p {
    margin-bottom: 0;
}

.accordion-button::after {
    display: none;
}

.ortaalan ul {
    margin-bottom: 25px;
}

.ortaalan ul li {
    margin: 9px 0px;
    padding-left: 20px;
    font-size: 19px;
    line-height: 24px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0px 6px;
    color: #6c6c6c;
    font-weight: 400;
}

.ortaalan a.randevu-al {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000000;
    background: #000000;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ortaalan a.randevu-al:hover {
    background-color: #a08357;
    color: #ffffff;
    border-color: #a08357;
}

.ortaalan a.randevu-al i {
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    background: #ffffff;
    color: #a08357;
    padding: 4px 7px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.ortaalan a.randevu-al:hover i {
    background-color: #ffffff;
    color: #a08357;
    transform: rotate(360deg);
}

.smmm-ekip {
    margin-top: 0px;
    padding: 5px;
}

.smmm-ekip a {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.smmm-ekip figure {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.smmm-ekip figure img {
    position: relative;
}

.smmm-ekip figure:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.smmm-ekip .ekip-info {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0px -2px 16px 0px #0000001a;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    margin-bottom: 5px;
    width: 100%;
}

.smmm-ekip a:hover .ekip-info {
    background-color: #222;
}

.smmm-ekip a:hover .ekip-info p {
    color: #fff;
}

.smmm-ekip a:hover .ekip-info span {
    color: #fff;
}

.smmm-ekip p {
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #222;
    margin-bottom: 4px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.smmm-ekip span {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.textalan p i.ekip-i {
    margin-right: 10px;
    color: #000;
}

.textalan p a {
    color: #000;
}

span.benzerhaberler {
    font-size: 30px;
    line-height: 38px;
    color: #102737;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}

.iletisim-info {
    position: relative;
    padding-right: 5px;
}

.iletisim-info span.baslik {
    position: relative;
    display: block;
    width: 100%;
    background-color: #a08357;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 16px 26px;
}

.iletisim-info .iletisim-info-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding: 26px;
}

.iletisim-info .iletisim-info-box figure {
    position: relative;
    float: left;
    margin-right: 20px;
}

.iletisim-info .iletisim-info-box figure img {
    position: relative;
}

.iletisim-info .iletisim-info-box span.iletisim-baslik {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin-top: 20px;
}

.iletisim-info .iletisim-info-box p {
    position: relative;
    color: #222;
}

.iletisim-info .iletisim-info-box p a {
    position: relative;
    color: #222;
    display: block;
}

.iletisim-map {
    position: relative;
    padding-left: 5px;
}

.iletisim-map iframe {
    position: relative;
    width: 100%;
    height: 449px;
}

.iletisim-map a {
    position: relative;
    width: 100%;
    background: #a08357;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-top: -10px;
}

.iletisim-map a:hover {
    background-color: #222;
    color: #fff;
}

.iletisimformu .inputs img {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
}

.iletisimformu input[type=text]#datepicker::placeholder {
    color: #222;
    opacity: 1;
}

.iletisimformu input[type=text] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: 0;
}

.iletisimformu input[type=Tel] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: 0;
    position: relative;
}

.iletisimformu input[type=email] {
    padding: 20px 6vh 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: 0;
    position: relative;
}

.iletisimformu input[type=email] {
    margin-top: 0px;
}

.iletisimformu input[type=file] {
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.iletisimformu input[type=submit] {
    background-color: #a08357;
    border: 1px solid #a08357;
    padding: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100.1%;
    letter-spacing: 1px;
    /* margin-bottom: 20px; */
    margin-top: 11px;
    border-radius: 0;
}

.iletisimformu input[type=submit]:hover {
    background-color: #000000;
    border-color: #646464;
    background-image: url(../images/content-header.jpg);
}

.iletisimformu textarea {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    border-radius: 0;
}

.iletisimformu select {
    width: 100%;
    padding: 22px 2vh 19px 2vh;
    border: 1px solid #dddcdd;
    border-radius: .25rem;
    color: #222;
    margin-top: 0;
    background: transparent;
    -webkit-appearance: none;
    font-size: 1rem;
    background: #fff;
}

.iletisimformu .inputs {
    padding: 2px 5px 8px 0px;
    float: left;
    position: relative;
}

.dosyayukle {
    width: 99% !important;
    height: 150px;
    border: 1px dashed #bfbfbf;
    margin: 5px 0;
    margin-left: 6px;
    background: white;
    float: left;
    position: relative;
}

.dosyayukle span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    color: #222;
}

.dosyayukle input {
    opacity: 0;
    width: 95%;
    height: 100%;
}

.inputs label {
    display: inline;
    font-size: 16px;
}

.inputs a {
    color: #000;
    font-weight: 700;
}

.recaptchaGoogle {
    font-size: 12px !important;
    margin-bottom: 0;
}

.modal-content button.Popupkapat p {
    color: #000;
}

.width100 {
    width: 100%;
    float: left;
    height: 1px;
}

.ortaalan {
    position: relative;
    padding: 70px 0 !important;
}

span.benzerhaberler {
    font-size: 30px;
    line-height: 38px;
    color: #102737;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}

.blog-right {
    padding-left: 40px;
}

.blog-right .haberler {
    position: relative;
    margin-bottom: 20px;
}

.blog-right a {
    display: block;
}

.blog-right a .haber-text {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0px -2px 16px 0px #0000001a;
}

.blog-right a .haber-text span.baslik {
    display: block;
    font-size: 25px;
    color: #222;
    font-weight: 400;
    line-height: 29px;
    height: 60px;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 8px;
}

.blog-right a .haber-text span.tarih {
    display: block;
    color: #222;
    font-weight: 300;
}

.blog-right a .haber-text span.tarih img {
    width: 13px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.blog-right .kategoriler {
    background-color: #fff;
    padding: 30px;
}

.blog-right .kategoriler ul {
    position: relative;
    margin-bottom: 0;
}

.blog-right .kategoriler ul li {
    position: relative;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    margin: 9px 0;
    background-position: 1px 5px;
}

.blog-right .kategoriler ul li a {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}

.ortaalan .proje-page {
    margin-top: 30px;
    padding: 10px;
}

.ortaalan .proje-page a {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.ortaalan .proje-page figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

.ortaalan .proje-page figure img {
    position: relative;
    height: 600px;
    width: 100%;
    object-fit: cover;
    float: left;
}

.ortaalan .proje-page figure:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.ortaalan .proje-page .proje-text {
    width: 80%;
    padding: 20px 30px;
    margin-left: 10%;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px -2px 16px 0px #0000001a;
    margin-bottom: 10px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.ortaalan .proje-page a:hover .proje-text {
    background-color: #111;
}

.ortaalan .proje-page .proje-text span {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.ortaalan .proje-page a:hover .proje-text span {
    color: #fff !important;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.ortaalan .proje-page .proje-text span.kategori {
    color: rgb(34 34 34 / 50%);
    font-size: 16px;
    display: block;
}

.ortaalan .proje-page .proje-text span.proje-adi {
    font-weight: bold;
    font-size: 24px;
    color: #222;
    line-height: 28px;
    height: 57px;
    overflow: hidden;
    display: block;
}

.ortaalan .proje-page .proje-text span.arrow {
    float: right;
    color: #222;
    display: inline-block;
    margin-top: -45px;
}

.detay-left-figure {
    width: 40%;
    margin-bottom: 20px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.detay-left-figure img {
    width: 100%;
    float: left;
}

.ortaalan .blog-box2 {
    padding: 0 15px 15px 0;
    cursor: pointer;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left
}

.ortaalan .blog-box2 .lokasyon {
    border: 1px solid #dcdcdc;
    float: left;
    padding: 10px 20px 10px 10px;
    border-radius: 6px
}

.ortaalan .blog-box2:hover .lokasyon {
    background-color: #fff
}

.ortaalan .blog-box2 .lokasyon figure {
    float: left;
    margin-right: 25px;
    overflow: hidden
}

.ortaalan .blog-box2 .lokasyon figure.video {
    float: left;
    margin-right: 0;
    width: 100%;
    overflow: hidden
}

.ortaalan .blog-box2 .lokasyon figure.video iframe {
    width: 100%;
    height: 294px;
}

.ortaalan .blog-box2 .lokasyon figure img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s
}

.ortaalan .blog-box2:hover .lokasyon figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.ortaalan .blog-box2 .lokasyon i {
    font-size: 16px;
    padding-top: 30px;
    display: inline-block
}

.ortaalan .blog-box2 .lokasyon h3 {
    font-size: 20px;
    font-weight: 700
}

.ortaalan .blog-box2 .lokasyon h2.videoh2 {
    font-size: 16px;
    font-weight: 700;
    float: left;
    margin-top: 10px;
    color: #222;
    height: 38px;
    text-align: left;
    overflow: hidden
}

.ortaalan .blog-box2 .lokasyon p {
    font-size: 16px;
    line-height: 21px;
    height: 81px;
    overflow: hidden
}

.ortaalan .blog-box2 .lokasyon a {
    font-size: 16px;
    font-weight: 700;
    background: #054597;
    color: #fff;
    display: inline-block;
    padding: 5px 11px 3px 10px;
    float: right;
    margin-top: 24px;
    border-radius: 4px
}

.ortaalan .blog-box2 .lokasyon a.videoplay {
    font-size: 16px;
    font-weight: 700;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 11px 3px 10px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
    text-align: center
}

.ortaalan .blog-box2 .lokasyon:hover a {
    color: #fff;
    background: #a08357;
}

.oranBoxPad {
    position: relative;
    padding: 10px;
}

.oranBox {
    position: relative;
}

.oranBoxPad .oranBox a {
    display: block;
    float: left;
}

.oranBoxPad .oranBox figure {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.oranBoxPad .oranBox figure img {
    width: 100%;
    float: left;
}

.oranBoxPad .oranBox:hover figure img {
    transform: scale(1.07);
    */-webkit-transform: scale(1.07);
}

.oranBoxPad .oranBox .oranText {
    position: relative;
    float: left;
    padding: 24px !important;
    background: #fff;
}

.oranBoxPad .oranBox .oranText h2 {
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
    text-align: left;
}

.oranBoxPad .oranBox .oranText h3 {
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.oranBoxPad .oranBox .oranText h3 {
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.oranBoxPad .oranBox .oranText p {
    color: #000000;
    text-align: left;
    height: 52px;
    width: 100%;
    float: left;
}

.oranBoxPad .oranBox .oranText .line {
    width: 100%;
    height: 3px;
    background-color: #f4f6f9;
    margin: 15px 0;
}

.oranBoxPad .oranBox .oranText span.link {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    padding: 7px 0px;
    display: inline-block;
    border-radius: 6px;
    letter-spacing: 2px;
}

.oranBoxPad .oranBox:hover .oranText span.link {
    color: #ccc;
}

.oranBoxPad .oranBox .oranText span.link i {
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    color: #ccc;
    padding: 4px 7px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.oranBoxPad .oranBox:hover .oranText span.link i {
    color: #ccc;
    transform: rotate(360deg);
}

.oranBoxPad .haberBox .oranText .etiketTarih {
    position: relative;
}

.haberBoxPad .haberBox .oranText .etiketTarih span.etiket {
    position: relative;
    background: #d32466;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    font-size: 14px;
}

.oranBoxPad .haberBox .oranText .etiketTarih span.tarih {
    position: relative;
    color: #222;
    font-weight: 500;
    margin-left: 10px;
}

.oranBoxPad:hover {
    margin-top: 0px;
}

.sosyalMedyadapaylas {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.sosyalMedyadapaylas span.sosyalPaylas {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 20px 0;
    border-bottom: 2px solid #222;
    padding-bottom: 8px;
    margin-bottom: 10px;
    float: left;
}

.sosyalMedyadapaylas .sosyal {
    display: block;
    margin-top: 1px;
    float: left;
    margin-right: 3px;
    padding: 0px 0;
    margin-bottom: 0px;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-face {
    background-color: #4267B2 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-ins {
    background-color: #0e76a8 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-ins2 {
    background-color: #c83b6e !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-you {
    background-color: #ff0404 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-tw {
    background-color: #1DA1F2 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-wp {
    background-color: #06D755 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal .sosyalmedya {
    border: 1px solid #292929;
    background: #fff;
    border-radius: 0;
    padding: 10px;
}
