/*
    Serdar Atan - 26.03.2020
*/
@charset "utf-8";
@import "fontlar.css";
@import "solid.css";
@import "brands.css";
@import "fontawesome.css";
@import 'reset.css';
@import 'owl.carousel.css';
@import 'jquery.fancybox.css';
@import 'jquery.mmenu.all.css';
@import "bootstrap-select.css";
@import "jquery.mCustomScrollbar.css";
@import "animate.css";

* {
}

::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
    background-color: #222;
    border-left: 1px solid #163835;
}

::-webkit-scrollbar-thumb {
    background-color: #003ca6;
}

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

::selection {
    background-color: #2c93d0;
    color: #fff;
}

::placeholder {
    color: #dcdcdc;
    opacity: 1; /* Firefox */
}

.text-a-c {
    text-align: center;
}

.mb0 {
    margin-bottom: 0 !important;
}

.container-sed {
    margin-left: 20px;
    margin-right: 20px;
}

b {
    font-family: Montserrat;
}

html {
}

body {
    font-size: 16px;
    font-family: Montserrat;
    overflow-x: hidden;
    line-height: 22px;
    background-color: #f3f3f3;
}

.header-top {
    position: relative;
    height: 40px;
    background-color: #047caf;
}

.header-top .info {
    padding: 7px 0;
    float: left;
    position: relative;
}

.header-top .info-phone {
    width: 180px;
}

.header-top .info-mail {
    width: 255px;
}

.header-top .info i {
    float: left;
    padding: 4px 8px 0 0;
    color: #ffffff;
}

.header-top .info p {
    font-size: 14px;
    margin: 0;
    padding-top: 2px;
    color: #fff;
}

.header-top .information-social .talepformu {
    float: right;
    margin-right: 15px;
}

.header-top .information-social .talepformu a {
    background-color: #e2e2e2;
    color: #000;
    font-size: 16px;
    padding: 1px 6px;
    display: inline-block;
    margin: 7px;
    font-weight: bold;
}

.header-top .information-social .talepformu:hover a {
    background-color: #000;
    color: #fff;
}

.header-top .information-social .sosyal {
    float: right;
}

.header-top .information-social .sosyal a {
    display: table-cell;
    border-right: 1px solid #c1c1c1;
    padding: 9px;
    padding-right: 14px;
    padding-left: 14px;
}

.header-top .information-social .sosyal a:last-child {
    border: none;
}

.header-top .information-social .sosyal a i {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.header-top .information-social .sosyal a:hover {
    background-color: #054497;
}

.header-top .information-social .sosyal a:nth-child(2n):hover {
    background-color: #c83b6e;
}

.header-top .information-social .sosyal a:nth-child(3n):hover {
    background-color: #ff0404;
}

.header-top .information-social .sosyal a:hover i {
    color: #fff;
}

.header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    height: 100px;
    border-bottom: 3px solid #f59b3c;
}

.header .logo {
    display: inline-block;
    padding: 14px 0;
    float: left;
    position: relative;
    z-index: 3;
}

.header .logo img {
    position: relative;
    top: 2px;
}

.header .teklif {
    display: inline-block;
    padding: 18px 0;
    float: left;
    position: relative;
    z-index: 3;
}

.header .teklif img {
    position: relative;
    top: 2px;
}


.header nav.main-manu {
    float: left;
    margin-top: 39px;
}

.header nav.main-manu ul li {
    float: left;
    margin-right: 45px;
    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: #05122b;
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    font-family: Montserrat;
}

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

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

.header nav.main-manu ul li a.active {
    color: #18bff1;
}

.header nav.main-manu ul li a:after {
    content: '';
    position: absolute;
    left: -10px;
    width: 0%;
    height: 2px;
    background-color: #047caf;
    bottom: 0px;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    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: 0;
    height: 1px;
    bottom: 0px;
    background-color: #047caf;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.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: 46px;
    margin-top: 15px;
    top: 0;
    left: -27%;
    z-index: 1;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: left 70px 0;
    visibility: hidden;
}

.header nav.main-manu > ul > li > ul:before {
    top: 26px;
    left: 51%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #047caf;
    border-width: 10px;
    margin-left: -105px;
}

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

.header nav.main-manu ul li ul > li {
    background-color: #047caf;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header nav.main-manu ul li ul > li > ul > li {
    background-color: #000000;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.header nav.main-manu ul li ul li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
}

.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: #e78521;
    color: #fff;
}

.header nav.main-manu ul li ul.language {
    width: 150px;
}

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

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

.header nav ul li ul li li ul {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #e6e6e6;
    border-left: 6px solid #222;
    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: #222;
    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: #222222;
    color: #fff;
}

.header nav ul > li > ul > li > ul:before {
    top: 9px;
    left: 41.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000000;
    border-width: 10px;
    margin-left: -125px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

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

.header .hemen-teklif-al {
    background-color: #5b9c05;
    color: #ffffff;
    font-family: Montserrat;
    display: inline-block;
    padding: 6px 13px;
    margin-top: 31px;
    margin-left: 20px;
}

.header .hemen-teklif-al:hover {
    background-color: #f27f05;
    color: #ffffff;
}

.header .dil-emir {
    background-color: #047caf;
    color: #fff;
    font-family: Montserrat;
    display: inline-block;
    padding: 6px 13px;
    margin-top: 31px;
    margin-left: 10px;
}

.header .dil-emir i {
    position: relative;
    top: -3px;
}

.header .dil-emir ul {
    display: none;
}

.header .dil-emir:hover ul {
    display: block;
    position: absolute;
    margin-left: -13px;
    padding-top: 7px;
    z-index: 2;
}

.header .dil-emir ul li {
    width: 63px;
    background-color: #00359c;
    text-align: center;
    padding: 8px;
}

.header .dil-emir ul li:hover {
    background-color: #74c904;
}

.sabitheader {
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 80px;
    z-index: 100;
    top: 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: 2px solid #f59b3c;
}

.sabitheader .logo {
    padding: 7px 0px !important;
    width: 150px;
}

.sabitheader .teklif {
    padding: 15px 0px !important;
    width: 150px;
}

.sabitheader nav ul li ul {
    padding-top: 36px !important;
}

.sabitheader nav ul li ul li ul {
    padding-top: 0 !important;
}

.sabitheader nav ul li ul:before {
    top: 16px !important;
}

.sabitheader nav.main-manu ul li a {
    color: #000;
}

.sabitheader nav.main-manu ul li a:hover {
    color: #000;
}

.sabitheader nav {
    margin-top: 29px !important;
}

.sabitheader .hemen-teklif-al {
    margin-top: 22px;
}

.sabitheader .dil-emir {
    margin-top: 22px;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    height: auto;
    margin-top: 0px;
}

.slider .caption img {
    width: auto
}

.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
}

.container-sed {
    width: 90%;
    margin: 0 auto;
}

.emiryemekcilik {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1;
    margin-bottom: 75px;
}

.emiryemekcilik .emir-info {
    padding: 7px;
    margin-top: -130px;
    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;
}

.emiryemekcilik .emir-info .info-bor {
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    position: relative;
    float: left;
    padding: 8%;
    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;
    cursor: pointer;
}

.emiryemekcilik .emir-info:hover .info-bor {
    background-color: #f3f3f3;
}

.emiryemekcilik .emir-info .info-bor figure {
    width: 100%;
    float: left;
    position: relative;
    display: inline-flex;
    margin-bottom: 10px;
}

.emiryemekcilik .emir-info .info-bor figure img {
    width: auto;
    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;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.emiryemekcilik .emir-info .info-bor:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.emiryemekcilik .emir-info .info-bor .text {
    float: left;
}

.emiryemekcilik .emir-info .info-bor .text span.hastag {
    font-size: 14px;
    font-family: Montserrat;
    display: inherit;
    text-align: center;
    color: #f27f05;
}

.emiryemekcilik .emir-info .info-bor .text span.baslik {
    font-size: 20px;
    font-family: Montserrat;
    color: #1d1d1b;
    display: inherit;
    text-align: center;
    margin-bottom: 10px;
}

.emiryemekcilik .emir-info .info-bor .text p {
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat;
    margin-bottom: 0;
    text-align: center;
}

.emiryemekcilik .emir-info .info-bor .text a {
    font-size: 16px;
    font-weight: bold;
    background: #1d1d1b;
    color: #fff;
    display: inline-block;
    padding: 3px 9px;
    float: left;
    margin-top: 5px;
    position: relative;
    border-bottom: 5px solid #f2592a;
}

.emiryemekcilik .emir-info .info-bor:hover .text a {
    background: #000000;
    color: #fff;
}

.neden-emir, .hizmetler-catering {
    margin-top: 50px;
}

.neden-emir .neden-sol {
    position: relative;
    float: left;
    background-color: #047caf;
    padding: 62px;
}

.neden-emir .neden-sol span {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat;
}

.neden-emir .neden-sol h1 {
    color: #fff;
    font-size: 40px;
    font-family: Montserrat;
    letter-spacing: -1px;
}

.neden-emir .neden-sol p {
    color: #fff;
    line-height: 26px;
    height: 210px;
    /* overflow: hidden; */
}








.neden-emir {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  background-color: #00349a;
  margin-left: 10px;
    margin-right: 10px;
}

.neden-emir > div {
  flex: 1 1 50%;
}

.neden-emir img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* taşmaları önler, düzgün görünür */
  display: block;
}

.hizmetler-catering h2 {
    font-size: 34px;
    color: #047caf;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-family: Montserrat;
}

.hizmetler-catering span {
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-family: Montserrat;
}

.hizmetler-catering .line {
    width: 202px;
    height: 2px;
    background-color: #e68522;
    margin: 0 auto;
}

.hizmetler-catering .line2 {
    width: 62px;
    height: 6px;
    background-color: #047caf;
    position: relative;
    top: -4px;
    margin: 0 auto;
}

.hizmetler-catering p {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.hizmetler-catering .hizmetler-box {
    padding: 7px 7px 7px 0;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor {
    border: 1px solid #dddddd;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor figure {
    overflow: hidden;
    width: 100%;
    float: left;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor figure img {
    width: 100%;
    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;
    float: left;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.hizmetler-catering .hizmetler-box .hizmetler-bor .text {
    padding: 25px;
    padding-bottom: 30px;
    background: #ffffff;
    float: left;
    border: 1px solid #ccc;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor .text h3 {
    font-size: 24px;
    font-family: Montserrat;
    color: #1d1d1b;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor .text p {
    font-size: 16px;
    line-height: 22px;
    font-family: Montserrat;
    margin-bottom: 8px;
    text-align: left;
    padding-top: 0;
    height: 65px;
    overflow: hidden;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor .text a {
    font-size: 16px;
    font-weight: bold;
    background: #152440;
    color: #fff;
    display: inline-block;
    padding: 3px 9px;
    float: left;
    margin-top: 5px;
    position: relative;
    border-bottom: 5px solid #f38004;
}

.hizmetler-catering .hizmetler-box .hizmetler-bor:hover .text a {
    background: #000000;
    color: #fff;
}

.menugrubu {
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 67px 0;
    margin-bottom: 0px;
    background: #e68521;
}

.menugrubu h2 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-family: Montserrat;
}

.menugrubu .line {
    width: 202px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}

.menugrubu .line2 {
    width: 62px;
    height: 6px;
    background-color: #fff;
    position: relative;
    top: -4px;
    margin: 0 auto;
}

.menugrubu p {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 40px;
    color: #fff;
}

.product-slider-container {
    position: relative;
    float: left;
    width: 100%;
}

.product-slider-container .product-slider {
    margin-bottom: 0;
}

.product-slider-container .product-slider li {
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.product-slider-container .product-slider li:hover {
    cursor: pointer;
}

.product-slider-container .product-slider li:hover .owl-text {
    background-color: #f7f7f7;
}

.product-slider-container .product-slider li .owl-text {
    margin-top: 0px;
    margin-bottom: -6px;
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #d0d0d0;
    padding: 30px 25px;
    background: white;
    border-top: none;
}

.product-slider-container .product-slider li .owl-text h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-family: Montserrat;
}

.product-slider-container .product-slider li .owl-text h3 span {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-family: Montserrat;
}

.product-slider-container .product-slider li:hover .owl-text h3 {
    color: #000;
}

.product-slider-container .product-slider li .owl-text img {
    width: auto !important;
    float: right;
    margin-top: -25px;
}

.product-slider-container .product-slider li a:hover .owl-text {
    display: block;
    width: 100%; /* z-index: 5; */
    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;
}

.product-slider-container .product-slider li a {
    padding: 1px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.product-slider-container .product-slider li figure {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.product-slider-container .product-slider li 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;
}

.product-slider-container .product-slider li:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.product-slider-container .product-slider li > div {
    padding: 0;
}

.aylik-menu {
    width: 100%;
    position: relative;
    float: left;
    padding: 10px 0 67px 0;
    margin-bottom: 0px;
    background: #fff;
}

.referanslarimiz {
    background-color: #047caf;
    width: 100%;
    float: left;
    position: relative;
    padding: 65px 0 75px 0;
}

.referanslarimiz h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-family: Montserrat;
}

.referanslarimiz .line {
    width: 202px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}

.referanslarimiz .line2 {
    width: 62px;
    height: 6px;
    background-color: #fff;
    position: relative;
    top: -4px;
    margin: 0 auto;
}

.referanslarimiz p {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    color: #fff;
}

.product-slider-container {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.product-slider-containerx {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 65px;
}

.product-slider-container .bayilikler-slider {
    margin-bottom: 0;
}

.product-slider-container .bayilikler-slider li {
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.product-slider-container .bayilikler-slider li a:hover {
    cursor: pointer;
}

.product-slider-container .bayilikler-slider li a {
    padding: 1px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.product-slider-container .bayilikler-slider li figure {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #fff;
}

.product-slider-container .bayilikler-slider li 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;
    -webkit-backface-visibility: hidden;
}

.product-slider-container .bayilikler-slider li a:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    filter: none;
    -webkit-backface-visibility: hidden;
}

.product-slider-container .bayilikler-slider li > div {
    padding: 0;
}

.haberler {
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 75px 0;
}

.haberler .habersed {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.haberler .haber-slider {
    margin-bottom: 0
}

.haberler .haber-slider li {
    float: left;
    width: 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    cursor: pointer
}

.haberler .haber-slider li:hover {
    cursor: pointer
}

.haberler .haber-slider li:hover .owl-text {
    background-color: #f5f5f5
}

.haberler .haber-slider li .owl-text {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #d8d8d8;
    padding: 30px 25px;
    background: #fff;
    border-top: none;
}

.haberler .haber-slider li .owl-text h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    height: 51px;
    overflow: hidden;
    font-family: Montserrat;
}

.haberler .haber-slider li .owl-text p {
    margin-bottom: 6px;
    font-size: 16px;
    color: #696969;
    text-align: justify;
    line-height: 22px;
    height: 70px;
    overflow: hidden;
    font-family: Montserrat;
}

.haberler .haber-slider li .projelink {
    border-bottom: 5px solid #f38004;
    float: left;
    position: relative;
    background: #047caf;
    padding-right: 28px;
}

.haberler .haber-slider li .projelink p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: 2px;
    height: auto;
    font-family: Montserrat;
}

.haberler .haber-slider li .projelink p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 10px;
    z-index: 2;
    background: #fcad03;
    margin-left: 7px
}

.haberler .haber-slider li .projelink .line {
    background-color: #1d1d1b;
    width: 20px;
    height: 2px;
    position: relative;
    float: left;
    margin-top: 13px;
}

.haberler .haber-slider li a:hover .owl-text {
    display: block;
    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;
    background: #bdbdbd26;
}

.haberler .haber-slider li a:hover .projelink {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    background: #000000;
}

.haberler .haber-slider li a {
    padding: 1px;
    display: inline-block;
    width: 100%;
    font-weight: 500
}

.haberler .haber-slider li figure {
    background: #fff;
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    border: 1px solid #dedede;
    overflow: hidden;
}

.haberler .haber-slider li figure img {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s
}

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

.haberler .haber-slider li > div {
    padding: 0
}

.haberler .haber-slider li a:hover .projelink p {
    color: #fff;
}

.haberler .haber-slider li figure .tarih {
    position: absolute;
    background-color: #003ca6;
    top: 0;
    right: 0;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 18px;
    font-family: Montserrat;
}

.haberler .haber-slider li .owl-text span {
    margin-bottom: 6px;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 700;
    text-align: left;
    font-family: Montserrat;
    display: inline-block;
}

.haberler .haber-slider li a:hover .projelink .line {
    background-color: #000000;
}

.haberler h2 {
    font-size: 34px;
    color: #101903;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    font-family: Montserrat;
}

.haberler .line {
    width: 202px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

.haberler .line2 {
    width: 62px;
    height: 6px;
    background-color: #101903;
    position: relative;
    top: -4px;
    margin: 0 auto;
}

.haberler p {
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
    color: #150202;
}

.footer {
    float: left;
    width: 100%;
    position: relative;
    padding: 78px 0 60px 0;
    background-color: #047caf;
}



.footer .footer-head .sosyal {
    display: block;
    margin-top: 11px;
    float: left;
    margin-right: 3px;
}

.footer .footer-head .sosyal .hoveonimg {
    display: none;
    border: 1px solid #292929;
    width: 50px;
}

.footer .footer-head .sosyal:hover .hoveonimg {
    display: block;
}

.footer .footer-head .sosyal:hover img:first-child {
    display: none;
}

.footer .footer-head .sosyal:hover img {
    background-color: #1da1f2;
}

.footer .footer-head .sosyal-wp:hover img {
    background-color: #3dd40c !important;
}

.footer .footer-head .sosyal-you:hover img {
    background-color: #ff0404 !important;
}

.footer .footer-head .sosyal-tw:hover img {
    background-color: #0a75b5 !important;
}

.footer .footer-head .sosyal-ins:hover img {
    background-color: #c83b6e !important;
}

.footer .footer-head .sosyal-face:hover img {
    background-color: #4267B2 !important;
}

.footer .footer-head .sosyal-sahibinden:hover img {
    background-color: #edc22d !important;
}

.footer .footer-head .sosyalsahibinden:hover img {
    background-color: #ff0 !important;
}

.footer .footer-head .sosyal .sosyalmedya {
    border: 1px solid #292929;
    width: 40px;
    background: #fff;
}

.footer .footer-head {
    position: relative;
}

.footer .footer-head span {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    margin-bottom: 4px;
    display: inline-block;
    font-family: Montserrat;
}

.footer .footer-head span.iletisim {
    font-size: 16px;
}

.footer .footer-head span i {
    font-family: Montserrat;
    font-style: inherit;
}

.footer .footer-head p {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    width: 90%;
    font-family: Montserrat;
}

.footer .footer-head p strong {
    font-family: Montserrat;
}

.footer .footer-head .footerlogo {
    margin-top: 12px;
    width: 40%;
}

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

.footer .footer-head ul {
}

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

.footer .footer-head ul li a {
    font-weight: 400;
    color: #e2e2e2;
    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;
    font-family: Montserrat;
}

.footer .footer-head ul li a:hover {
    font-family: Montserrat;
}

.footer .footer-head .footer-about-a {
    font-weight: 700;
    color: #8e8e8e;
    display: inline-block;
    margin-top: 8px;
}

.footer-iletisim p img {
    padding-right: 0px;
    position: relative;
    top: 2px;
}

.footer-down {
    position: relative;
    width: 100%;
    float: left;
    background: #e78521;
}

.footer-down .copyright {
    margin: 0;
    padding: 25px 0;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    font-family: Montserrat;
    float: left;
    color: #fff;
}

.footer-down .copyright span {
    font-weight: 700;
}

.footer-down .copyright span i {
    font-family: Montserrat;
    font-style: inherit;
}

.footer-down .author {
    float: right;
    padding: 8px;
    position: relative;
    top: 14px;
    right: 14px;
    color: #fff;
}

.footer-down .author b {
    font-weight: bold;
    color: #fff;
}

.footer-down a {
    color: #fff;
}

.footer-down span {
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
}

.content-header {
    padding: 40px 0;
    float: left;
    position: relative;
    width: 100%;
    background: #cecece;
    min-height: 100px;
    margin-top: -8px;
}

.content-header span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    float: left;
    font-family: Montserrat;
}

.content-header a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: right;
    float: left;
    display: inline-block;
    font-family: Montserrat;
}

.content-header a i {
    color: #000000;
    padding: 0 15px;
}

.content {
    padding: 0px 0 60px 0;
    float: left;
    width: 100%;
    position: relative;
}

.ortaalan h1 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.5px;
    margin-bottom: 0px;
    color: #1d1d1b;
    font-family: Montserrat;
}

.ortaalan h2 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.5px;
    /* margin-bottom: 26px; */
    color: #2a5fa6;
    font-family: Montserrat;
}

.ortaalan h3 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 26px;
    color: #222 !important;
    font-family: Montserrat
}

.ortaalan h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.5px;
    margin-bottom: 26px;
    color: #222 !important;
    font-family: Montserrat
}

.ortaalan p b {
    font-weight: 700
}

.textalan {
    width: 100%
}

.textalan p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
    font-family: Montserrat;
    margin-top: -5px;
}

.textalan .line {
    width: 100px;
    height: 3px;
    background-color: #222
}

.textalan .line2 {
    width: 50px;
    height: 7px;
    background-color: #222;
    position: relative;
    margin-bottom: 17px;
    top: -5px
}

.textalan > h2 {
    font-size: 22px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #f1592a;
    font-family: Montserrat;
}

.textalan > h3 {
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000 !important;
    font-family: Montserrat
}

.textalan > h4 {
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000 !important;
    font-family: Montserrat
}

.textalan h4 {
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a5fa6
}

.textalan h4.sehirref {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 9px;
    margin-top: 19px;
    color: #828282;
    border-radius: 6px;
    padding: 4px 19px;
    margin-left: 1px;
    border: 1px solid #dadada
}

.content p b {
    font-weight: 700;
    font-family: Montserrat
}

.ortaalan p a span {
    color: red;
    font-weight: bold;
}

.content .container .sidebar > ul {
    position: relative;
    background-color: #152440;
    right: 0;
    padding: 5px 0px;
    float: right;
    display: block;
    width: 100%;
    margin-top: 58px;
}

.content .container .sidebar .submenu {
    background-color: #053573;
    border-bottom: 1px solid #043f8a;
    border-top: 1px solid #043575;
}

.content .container .sidebar ul .submenu a i {
    float: right;
    color: #fff;
}

.content.container ul li {
}

.content .container ul li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #0f1a2d;
    border-top: 1px solid #182a4a;
    padding: 11px 30px;
    font-family: Montserrat;
    font-size: 16px;
}

.content .container ul li a i {
    margin-right: 10px;
}

.content .container ul li > a.active, .content .container ul li a:hover {
    font-weight: 700;
    font-family: Montserrat;
}

.content .container ul li > a.active {
    background-color: #f27f05;
    color: #fff;
}

.content .container ul li ul.acilacakmenu li a.active {
    background-color: #0b4794;
}

.content .container ul li:first-of-type a {
    border-top-color: transparent;
}

.content .container ul li:last-of-type a {
    border-bottom-color: transparent;
}

.textalan ul {
    margin-bottom: 25px
}

.textalan ul li {
    margin: 9px 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    background-image: url(../images/li2.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 0 9px;
    color: #3c3c3c;
}

.textalan .iletisim-information {
    padding: 1px 10px 10px 0px;
}

.textalan .iletisim-information .iletisim-info {
    border: 1px solid #ddd;
    padding: 28px;
    background-color: #fff;
    min-height: 298px;
}

.textalan .iletisim-information .iletisim-info h2 {
    font-family: Montserrat;
    font-size: 20px;
    background: #1d1d1b;
    color: #fff;
    padding: 11px 21px;
    border-bottom: 4px solid #9d9d9c;
    margin-bottom: 16px;
}

.textalan .iletisim-information .iletisim-info p {
    margin-bottom: 0;
}

.textalan .iletisim-information .iletisim-info a {
    font-family: Montserrat;
    background: #f59c00;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
}

.harita-fabrika {
    display: none;
}

.harita-fabrika iframe, .iletisim-information iframe {
    width: 100%;
    border: 1px solid #ccc;
}

.iletisim-information-icon {
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.iletisimformu input[type=text] {
    padding: 2.6vh 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    font-family: Montserrat;
}

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

.iletisimformu input[type=submit] {
    background-color: #047caf;
    border: 1px solid #047caf;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 19px;
    font-weight: bold;
    cursor: pointer;
    width: 100.1%;
    letter-spacing: 1px;
    font-family: Montserrat;
    margin-bottom: 20px;
}

.iletisimformu input[type=submit]:hover {
    background-color: #e68521;
    border: 1px solid #e68521;
    color: #fff;
}

.iletisimformu textarea {
    padding: 2.5vh 2vh;
    background-color: #ffffff;
    border: 1px solid #dddcdd;
    font-family: Montserrat;
}

.iletisimformu select {
    width: 100%;
    padding: 2.5vh 2vh;
    background-color: #f7f7f7;
    border: 1px solid #dddcdd;
}

.iletisimformu .inputs {
    padding: 2px;
}

.dosyayukle {
    width: 99.5%;
    height: 150px;
    border: 1px dashed #bfbfbf;
    margin: 5px 0;
    margin-left: 2px;
    background: white;
}

.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;
    font-family: Montserrat;
    color: #222;
}

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

.foto-box-galeri a {
    display: block;
}

.foto-box-galeri .three-boxes {
    padding: 5px;
    position: relative;
    z-index: 1;
}

.foto-box-galeri .three-boxes figure {
    overflow: hidden;
    position: relative;
}

.foto-box-galeri .three-boxes img {
    width: 100%;
    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;
}

.foto-box-galeri a:hover .three-boxes img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.blog-box {
    padding: 0 14px 0 0;
    margin-top: 20px !important;
    margin-bottom: 14px;
}

.blog-box-mt {
    margin-top: 0 !important;
}

.blog-boxx {
    padding: 10px;
}

.blog-box .blog-bor figure {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.blog-box .blog-bor figure img {
    width: 100%;
    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;
    height: auto !important;
    float: left;
}

.blog-box .blog-bor:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.blog-box .blog-bor .text {
    padding: 15px;
    padding-bottom: 50px;
}

.blog-box .blog-bor .text h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    height: 41px;
    overflow: hidden;
    font-family: Montserrat;
    color: #222;
}

.blog-box .blog-bor .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    height: 41px;
    overflow: hidden;
    font-family: Montserrat;
}

.blog-box .blog-bor .text p {
    font-size: 16px;
    line-height: 20px;
    height: 62px;
    overflow: hidden;
    text-align: inherit;
}

.blog-box .blog-bor .text a {
    font-size: 14px;
    font-weight: bold;
    background: #d50208;
    color: #fff;
    display: inline-block;
    padding: 3px 9px;
    float: right;
    margin-top: 5px;
    position: relative;
    width: 100%;
    text-align: center;
}

.box-duyuru .blog-bor .text a {
    background: #c80039;
    color: #fff;
}

.box-duyuru .blog-bor:hover .text a {
    background: #002248 !important;
}

.blog-box .blog-bor:hover .text a {
    background: #1b1818;
    color: #fff;
}

.ortaalan .blog-box2 {
    padding: 0px 4px 15px 4px;
    cursor: pointer;
    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 .blog-box2 .lokasyon {
    border: 1px solid #dcdcdc;
    float: left;
    padding: 10px 10px 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 img {
    width: 100%;
    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 .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;
    font-family: Montserrat;
    display: inline-block;
}

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

.ortaalan .blog-box2 .lokasyon h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: Montserrat;
}

.ortaalan .blog-box2 .lokasyon h3.videoh3 {
    font-size: 16px;
    font-weight: bold;
    font-family: Montserrat;
    float: left;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
    margin-bottom: 6px;
}

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

.ortaalan .blog-box2 .lokasyon a {
    font-size: 16px;
    font-weight: bold;
    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: bold;
    background: #9d9d9c;
    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: #1d1d1b;
}

.width100 {
    width: 100%;
}

.ortaalan .sosyal {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: -2px;
    margin-top: 8px;
}

.ortaalan .sosyal .sosyalmedya {
    border: 1px solid #fff;
    width: 40px;
    background: #222;
}

.ortaalan .sosyal:hover img {
    background-color: #1DA1F2;
}

.ortaalan .sosyal:hover img.face {
    background-color: #4267B2;
}

.ortaalan .sosyal:hover img.ins {
    background-color: #c83b6e;
}

.ortaalan .sosyal:hover img.tw {
    background-color: #1DA1F2;
}

.ortaalan .sosyal:hover img.you {
    background-color: #ff0404;
}

.ortaalan .sosyal:hover img.wp {
    background-color: #edc22d;
}

.ortaalan .sosyal:hover img.linkedin {
    background-color: #1DA1F2;
}

.ortaalan .sosyal-wp:hover img {
    background-color: #3dd40c !important;
}

.iletisim-sosyal-baslik {
    float: left;
    margin-right: 17px !important;
    margin-top: 4px !important;
}

.blog-box:hover .owl-text {
    background-color: #f5f5f5
}

.blog-box .owl-text {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #d8d8d8;
    padding: 30px 25px;
    background: #ffffff;
    border-top: none;
}

.blog-box .owl-text h3 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    text-align: left;
    height: 61px;
    overflow: hidden;
    font-family: Montserrat;
}

.blog-box .owl-text p {
    margin-bottom: 6px;
    font-size: 16px;
    color: #696969;
    text-align: justify;
    line-height: 22px;
    height: 50px;
    overflow: hidden;
    font-family: Montserrat;
}

.blog-box .projelink {
    float: left;
    border-bottom: 5px solid #f27f05;
    position: relative;
    background: #003399;
    padding-right: 28px;
    padding-top: 8px;
}

.blog-box .projelink p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: 2px;
    height: auto;
    font-family: Montserrat;
}

.blog-box .projelink p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 10px;
    z-index: 2;
    background: #fcad03;
    margin-left: 7px
}

.blog-box .projelink .line {
    background-color: #003399;
    width: 20px;
    height: 2px;
    position: relative;
    float: left;
    margin-top: 13px;
}

.blog-box a:hover .line {
    background-color: #000;
}

.blog-box a:hover .owl-text {
    display: block;
    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;
    background: #bdbdbd2e;
}

.blog-box a:hover .projelink {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    background: #000000;
    padding-right: 28px;
    border-bottom: 5px solid #ef582b;
}

.blog-box a {
    padding: 1px;
    display: inline-block;
    width: 100%;
    font-weight: 500
}

.blog-box figure {
    background: #fff;
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    border: 1px solid #dedede;
    overflow: hidden;
}

.blog-box figure img {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s
}

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

.blog-box > div {
    padding: 0
}

.blog-box a:hover .projelink p {
    color: #fff;
}

.blog-box .owl-text span {
    margin-bottom: 6px;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 700;
    text-align: left;
    font-family: Montserrat;
    display: inline-block;
}

.youtube-video {
    width: 49%;
    margin-right: 2px;
    height: 250px;
}

.idari-kadro-isim {
    color: #222 !important;
    font-size: 18px !important;
    margin-bottom: 6px !important;
}

.card {
    padding: 12px;
}

.card img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.card-body span {
    display: inherit;
    text-align: center;
    margin-top: 10px;
    font-family: Montserrat;
    font-size: 14px;
}

.card-body .card-text {
    font-size: 15px;
}

.idari-kadro-uye {
    padding: 7px 5px 7px 0;
}

.yemektarifi {
    padding: 6px
}

.yemektarifi figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.yemektarifi figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    z-index: 1
}

.yemektarifi:hover figure:before {
    background-color: #000000b8
}

.yemektarifi figure img {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    width: 100%;
    float: left
}

.yemektarifi:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.yemektarifi .yemek-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 35px 25px
}

.yemektarifi .yemek-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    font-family: Omnes-Bold
}

.yemektarifi .yemek-content h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    font-family: Montserrat;
    margin: 0;
}

.yemektarifi .yemek-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 86%;
    font-family: Montserrat;
    margin: 0;
}

.yemektarifi .yemek-content span {
    color: #fff;
    font-weight: 400;
    font-family: Montserrat;
}

.yemektarifi .yemek-content span i {
    color: #fff;
    font-weight: lighter;
    padding-right: 5px
}

.ortaalan .tarifdetay {
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #003399;
    color: #fff;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
}

.ortaalan .tarifdetay:hover {
    background-color: #74c904;
}

.ortaalan .tarifdetay p {
    margin: 0
}

.ortaalan .tarifdetay span {
    font-weight: 700
}

.ortaalan h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    color: #2a5fa6
}

.ortaalan .tarifadim {
    width: 100%;
    margin: 0 auto
}

.ortaalan ul li span {
    font-weight: 700;
    color: #313131;
    font-family: Montserrat;
}

.ortaalan .adimlar {
    background-color: #5b9c05;
    padding: 10px 20px;
    color: #fff;
}

.ortaalan .adimlar span {
    font-weight: 700
}

.ortaalan .udetay {
    border: 2px solid #1a1a1a;
    padding: 15px 26px;
    border-radius: 5px;
    background: #fff;
    color: #1a1a1a;
    cursor: url(../mause22.cur), auto;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    margin: 4px;
    margin-bottom: 30px
}

.ortaalan .udetay:hover {
    background: #ebb006;
    color: #fff;
    border: 2px solid #fcc903
}

.udetay .urundetay {
    padding: 6px 10px 6px 0;
    float: left
}

.ortaalan .udetay p {
    margin: 0;
    font-weight: 700;
    font-family: Montserrat
}

.table th {
    font-weight: 700;
    font-family: Montserrat
}

.emiryemekcilik-box-product a:hover .three-boxes:after {
    background-color: rgba(29, 145, 192, .6);
}

.emiryemekcilik-box-product a {
    display: block;
}

.emiryemekcilik-box-product .three-boxes {
    padding: 5px;
    position: relative;
    z-index: 1;
}

.emiryemekcilik-box-product .three-boxes figure {
    overflow: hidden;
    position: relative; /* margin-bottom: 5px; */
    border: 3px solid #d8d8d8;
    width: 100%;
    background: #fff;
}

.emiryemekcilik-box-product .three-boxes img {
    width: 100%;
    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;
    -webkit-backface-visibility: hidden;
    float: left;
}

.emiryemekcilik-box-product a:hover .three-boxes img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    filter: none;
    -webkit-backface-visibility: hidden;
}

.emiryemekcilik-box-product .three-boxes .boxes-text h1 {
    position: relative;
    color: #8e8e8e;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    z-index: 3;
    line-height: 23px;
    text-align: left;
    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;
    height: 41px;
    overflow: hidden;
}
@media (max-width: 500px) {
    .emiryemekcilik-box-product .three-boxes .boxes-text{
        min-height: 70px;
    }
}@media (max-width: 400px) {
    .emiryemekcilik-box-product .three-boxes .boxes-text{
        min-height: 85px;
    }
}

.emiryemekcilik-box-product .three-boxes .boxes-text .isortaklari {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    z-index: 3;
    line-height: 23px;
    text-align: left;
    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;
    overflow: hidden;
    margin-bottom: 5px;
    background: #003399;
    padding: 7px;
}

.emiryemekcilik-box-product a:hover .three-boxes .boxes-text h1 {
    color: #272727;
}

.emiryemekcilik-box-product .three-boxes .boxes-text p {
    font-weight: 300;
    color: #ce1313;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 600;
}

.emiryemekcilik-box-product .three-boxes .boxes-text span {
    font-weight: 700;
    color: #555555;
    line-height: 24px;
    font-size: 14px;
    background-color: #f9dc30;
    padding: 7px 17px;
    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;
}

.emiryemekcilik-box-product a:hover .three-boxes .boxes-text .isortaklari {
    background: #74c904;
}

.textalan .satis-suresi {
    padding: 5px 5px 5px 0;
    cursor: pointer;
}

.textalan .satis-suresi .isleyis {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border: 2px solid #fff;
    padding: 20px 20px;
    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;
}

.textalan .satis-suresi .isleyis:hover {
    border: 2px solid #fff;
    margin-bottom: -3px;
    background: #f0f0f0;
}

.textalan .satis-suresi .isleyis figure {
    width: 100%;
    float: left;
    padding-top: 14px;
}

.textalan .satis-suresi .isleyis figure img {
    width: 60%;
}

.textalan .satis-suresi .isleyis figure img.ssureci {
    width: 30% !important;
}

.textalan .satis-suresi .isleyis span {
    font-family: Montserrat;
    font-size: 18px;
    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;
    color: #16171b;
}

.textalan .satis-suresi .isleyis-uclu span {
    letter-spacing: 0px;
}

.textalan .satis-suresi .isleyis p {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 27px;
    margin: 6px 0; /* text-align: center; */
}

.lezzetmenu {
    display: inline-block;
    padding: 6px 15px;
    background-color: #5b9c05;
    color: #fff;
    margin-bottom: 20px;
}

.lezzetmenu:hover {
    background-color: #152440;
    color: #fff;
}

.medyaportakalimg {
    width: 20px;
    margin-left: 10px;
}

.hizmetler-slider li figure {
    overflow: hidden;
    width: 100%;
    float: left;
}

.hizmetler-slider li figure img {
    width: 100%;
    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;
    float: left;
}

.hizmetler-slider li:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.hizmetler-slider li .owl-text {
    padding: 25px;
    padding-bottom: 30px;
    background: #ffffff;
    float: left;
    border: 1px solid #ccc;
}

.hizmetler-slider li .owl-text h3 {
    font-size: 24px;
    font-family: Montserrat;
    color: #1d1d1b;
    height: 50px;
}

.hizmetler-slider li .owl-text p {
    font-size: 16px;
    line-height: 22px;
    font-family: Montserrat;
    margin-bottom: 8px;
    text-align: left;
    padding-top: 0;
    height: 65px;
    overflow: hidden;
}

.hizmetler-slider li .owl-text .projelink {
    float: left;
    border-bottom: 5px solid #e68521;
    position: relative;
    background: #047caf;
    padding-right: 18px;
    padding-top: 5px;
}

.hizmetler-slider li .owl-text .projelink p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: 2px;
    height: auto;
    font-family: Montserrat;
}

.hizmetler-slider li .owl-text .projelink p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 10px;
    z-index: 2;
    background: #fcad03;
    margin-left: 7px
}

.hizmetler-slider li .owl-text .projelink .line {
    background-color: #152440;
    width: 10px;
    height: 2px;
    position: relative;
    float: left;
    margin-top: 13px;
}

.yemeklistesi {
    padding: 20px;
    border: 1px solid #ccc;
}

.yemeklistesi span {
    display: block;
    color: #f3f3f3;
    font-family: 'Montserrat';
    font-size: 20px;
    background: #152440;
    padding: 10px;
    margin-bottom: 14px;
}

.yemeklistesi p {
    line-height: 24px;
    margin: 0;
}

.sedspan {
    padding-bottom: 18px;
}

.sedspanxx {
    padding-bottom: 20px;
}

.sedxspan {
    padding-bottom: 9px;
}

.sedheight {
    height: 22px;
}

.textalan a.page-img {
    float: left;
    margin-top: 26px;
    color: red;
    border: 1px solid red;
    padding: 10px 20px;
    font-weight: 700;
}

.textalan a.page-img-basvuru {
    margin-top: 0px;
    border: 1px solid #1d79af;
    color: #1d79af;
}

.textalan a i {
    margin-right: 10px
}

.blog-box .owl-text h2 {
    /* height: 52px; */
    overflow: hidden;
}

.content-header h1 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.5px;
    margin-bottom: 0px;
    color: #1d1d1b;
    font-family: Montserrat;
}

.desc img {
    border-radius: 20px;
}



.hotline-phone-ring-wrap{position:fixed;bottom: 17px;left:0;z-index:999999}.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:110px;height:110px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}.hotline-phone-ring-circle{width:87px;height:87px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border: 2px solid #28a745;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5;}.hotline-phone-ring-circle-fill{width:57px;height:57px;top:25px;left:25px;position:absolute;background-color: #28a745;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}.hotline-phone-ring-img-circle{background-color: #25d36652;width:33px;height:33px;top:37px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;}.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}.hotline-bar{position:absolute;background: #25d366;height: 40px;width: 200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px !important;left:33px;bottom:37px;}.hotline-bar>a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-indent:50px;display:block;letter-spacing:1px;line-height:40px;font-family:Arial}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}