body {
    margin:0;
    padding:0;
    font-family: 'Barlow', sans-serif; 
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Dosis', sans-serif; */
    font-size:14px;
    color:#333333;
    height:100%;
    box-sizing: border-box;
    display: block;
}

html {
    height:100%;
}

ul {
    list-style: inside;
    padding-left: 0px;

}
.fancybox-can-drag .fancybox-image-wrap {
    background: #e9e9e9;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}


.aspop {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    overflow: auto;

}

.aspop_ {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    margin-top: 160px;
    position:relative;
    margin-bottom:50px;
}

.aspop_urn {
    background:#f9f9f9;
    padding:10px;
    border-bottom:1px solid #e9e9e9;
}
.aspop_ic {
    background: #fff;
    padding: 30px;

}
.popclose {
    position: absolute;
    right: -7px;
    top: -10px;
    font-size: 25px;
    line-height: 40px;
    color: #F03434;
    cursor:pointer;
    display:inline-block;
    z-index:5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.homepopup img, .homepopup iframe, .homepopup table{
    max-width: 100%;
}
.homepopup img{
    height: auto !important;
}
.homepopup .aspop_ic {
    padding:15px;
}

.slider .carousel-control.left, .slider .carousel-control.right {

    background-image: none;
    background-color: rgba(0,0,0, 0.4);
    padding: 10px;
    border-radius: 0px;
    color: #fff;
    z-index: 10;

}
.slidedrustgolge {
    z-index: 1;
    position: absolute;
    top: 0px;
    height: 250px;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(360deg, transparent, rgba(0,0,0, 1));
}

.slider .carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto !important;
    
    width: auto;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    filter: alpha(opacity=50);
    opacity: 1.0;
    height: auto;
    line-height: 1;
}

.slider .carousel-inner {

    height: 100%;
    z-index: 0;
}

.slider .carousel-inner .item {
    min-height: 100%;
    background: no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sliderlinka {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;

}

.slider_desc3 h1 {

    position: relative;
}

.slider .carousel-control-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 500;
    background: red;
    width: 50px !important;
    height: 50px;
}



@keyframes example {
    from {
        margin-left: -270px;
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        margin-left: 0px;
        transform: scale(1.0);
        opacity: 1;
        
    }
}


@keyframes example2 {
    from {
        margin-left: 270px;
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        margin-left: 0px;
        transform: scale(1.0);
        opacity: 1  ;
        
    }
}


@keyframes btnsli {
    from {
        opacity: 0;
        transform: scale(0.4);
    }

    to {
      opacity: 1;
      transform: scale(1.0);
  }
}

.slider {
    width: var(--slidergenislik);
    max-width:100%;
    position: relative;
    height: var(--slideryuksek);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 2;
    margin: 0 auto;
}

.slider .slidertable{
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    z-index: 5;


}
.slider .slidertablecell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 5;

}
.slider .item{
    height: 100%;
    z-index: 5;
}

.slider .container{
    z-index: 5;
    height: 100;
}
.slider_png {
    position: absolute;
    left: 0px;
    bottom: 0px; 
    height: 85px;
    width: 100%;
    background:url(../images/slider_png.png) top center repeat-x; 
    z-index: 1;
}
.sliderbox {
    width: auto;
    display: inline-block;
    padding: 12px 22px;
    background: rgba(0,0,0,0.5);
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1.3s;
    margin-bottom: 10px;
}
.sliderbox h1{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

.sliderbox2 {
    width: 100%;
    max-width: 500px;
    display: block;
    padding: 11px 20px;
    background: rgba(0,0,0,0.3);
    -webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: example2;
    animation-duration: 1.3s;
    margin-bottom: 10px;
}
.sliderbox2 p{
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.slidercontent {
    position: relative;
}



/* .slidercontent  h1 {
    padding:15px 15px;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0px 2px 10px #333;
    color: #fff;
    display: inline-block;
    background: #29b012;
      
    z-index: 5;
    position: relative;
}

.slidercontent h2 {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 0px 2px 10px #333;
    color: #fff;
    line-height: 0.9;
    font-family: 'Courgette', cursive;
    z-index: 5;
}


.slidercontent p {

    position: relative;
    padding: 7px 20px; 
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    text-shadow: 0px 0px 0px #333;
    line-height: 1.6;
    color: #1fa00d;
    display: inline-block;
    background: #eeeeee;
    font-family: 'Courgette', cursive;

} 
*/
.slidercontent .btn_s {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px #000;
    line-height: 1.7;

    border: 1px solid transparent;
    padding: 8px 28px;
    transition: all 150ms ease-out;
    display: inline-block;

    position: relative; 
    -webkit-animation-name: btnsli; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.3s; /* Safari 4.0 - 8.0 */
    animation-name: btnsli;
    animation-duration: 1.3s;
}

.slidercontent .btn_s:hover {
  opacity: 0.8;
}


.sliderpng {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/sliderpng.png) top center repeat-x;
    z-index: 1;
}

.sliderpng1 {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0px;
    background: url(../images/sliderpng1.png) top center repeat-x;
    z-index: 1;
}
.png1 {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/png1.png) top center repeat-x;
    z-index: 1;
}

.png2 {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0px;
    background: url(../images/png2.png) top center repeat-x;
    z-index: 1;
}
.png3 {
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0px;
    background: url(../images/png3.png) top center repeat-x;
    z-index: 1;
}


.header_g {
    min-height: auto;
    display: none;
}

header{
    width:100%;   
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    position:relative;
    z-index:12;
    background: #fff;
    border-bottom: 0px solid #e9e9e9;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.header_ust {
    background-color:#f9f9f9;
    padding: 9px 0px 9px 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.header_ust2 {
    background: var(--renk1);
    padding: 11px 0px 11px 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}


.header_ic {
 position:relative;
 padding:18px 15px;
 box-sizing: border-box;
}
.header3abs {
    width: 100%;
    position: absolute;
    top: 0px;
    
}
.header3abs header {
    box-shadow: 0px 0px 19px rgba(0,0,0,0.1);
}

.logodiv {
    float: left;
    display: inline-block;
}

.logo {
    display:inline-block;
    position:relative;
    z-index:1;
    text-align:center;
}

.logo_img {
    position: relative;
    border: 0px;
    max-width: 100%;
    max-height: 58px;

}

.logo_img:hover {
}

.headerfixed {
    transition: all 350ms ease-out;
    display: none;
    padding: 10px 0px;
    background: rgba(255,255,255,1.9);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 90;
    top: 0px;
    width: 100%;
}
.headerfixed .header_menu2{
    float: right;
}
.headerfixed .header_menu2 li a {
    font-size: 14px;
    padding: 10px 10px;
    color: #333 !important;
    font-weight: 500 !important;
}
.headerfixed .header_menu2 li:hover a {
    color:var(--renkyazi1) !important;
    background: var(--renk1) !important;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.headerfixed .header_menu2 li:hover ul li a {
    background: #fff  !important;
    color: #333 !important;
    font-weight: 400 !important;
}
.headerfixed .header_menu2 li ul li a:hover {
    background: #e9e9e9  !important;
    color: #333 !important;
}
.headerfixed .header_menu2 {
 margin-top: 0px;
}
.headerfixed .logo_img {
    max-height: 40px;
}

.headergolg {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 4;
    height: 250px;
    background-image: linear-gradient(360deg, transparent, #000000 100%);
}

.sosyal_icon {
    float: right;
    display:inline-block;
}
.sosyal_icon a{
    text-decoration:none;
    color:#999;
    font-size:16px;
    padding:0px 5px 0px 5px;
    display:inline-block;
}
.sosyal_icon a:hover {
    opacity: 0.8;
}
.sosyal_icon a:last-child {
    margin-right:0px;
    padding:0px 0px 0px 5px;
}
.sosyal_icon2 a{
    text-decoration:none;
    color:var(--renkyazi1);
    font-size:16px;
    padding:0px 5px 0px 5px;
    display:inline-block;
}


.onlod {
    float: right;
    display: inline-block;
    padding: 11px 32px;
    color: var(--renkyazi1);
    background: var(--renk1);
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
}
.onlod:hover {
    color: var(--renkyazi1);
    background: var(--renk1hover);
}
.onlod i {
    font-size: 13px;
    margin-left: 5px;
}

.menu_btn {
    position: relative;
    z-index: 5;
    padding: 8px 10px 5px 11px;
    display: none;
    border-radius: 4px;
    margin-top: 0px;
    float: right;
}

.menu_btn i {
    color: #444;
    text-decoration: none;
    font-size: 24px;
}

.menu_home {
    color:#ffffff;    

    font-size:30px;
    float:left;
    padding:0px;

}
.menu_close {
    color:#ffffff;    

    font-size:30px;
    float:right;
    padding:0px;

}
.menu_close:hover {
    color:#e62d2e;
}
.acilan_menu {
   display:none;
   width: 100%;
   left: 0px;
   top: 0px;
   position: fixed;
   z-index: 10000;
   border-right: 0px solid #ba784d;
   padding: 15px;
   height: 100%;
   transition: all 350ms ease-out;
   background-color:rgba(0,0,0,0.9);
   overflow-y: scroll;
}



.acilan_menu_baslik {
    color:#fff;
    font-size:16px;
    font-weight:700;
    float:left;
    padding-top:12px;
}

.menu_cizgi {
    height:1px;
    background:#fff;
    margin-top:10px;
    margin-bottom:15px;
}

.acilan_menu_list {
    margin:0px;
    padding:0px;
    list-style:none;
}

.acilan_menu_list li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.acilan_menu_list li a{
    text-align: center;
    display:block;
    font-size:17px;
    color:#fff;
    text-decoration:none;
    padding:11px 0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    transition: all 250ms ease-out;
    font-weight:600;
}
.acilan_menu_list li a:hover {
    background:rgba(255,255,255,0.3);
    padding-left:7px;
    color:#fff;
}

.acilan_menu_list ul {
    position:relative;
    z-index:5;
    display:none;
    padding:0px;
    margin:0px;
    padding:8px 7px 8px 7px;
    background-color: rgba(0,0,0,0.5);
}
.acilan_menu_list ul li a{
    font-weight:400;
    text-align: left;
    font-size:15px;
}

.menu_bg {
    background: var(--renk1);
    width:100%;
}


.header_menu {
    margin:0px;
    padding:0px;
    list-style:none;
    position:relative;
    display:block;
    z-index: 10;
    text-align: center;
    justify-content: center;
}

.header_menu li {
    position:relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    
}

.header_menu li i{
    color: #666;
}

.header_menu li a{
    vertical-align: middle;
    position:relative;
    z-index:1;
    display:block;
    font-size:17px;
    font-weight:600;
    padding:19px 20px;
    color:var(--renkyazi1);
    text-decoration:none;
    text-shadow:0px 0px 0px #333;
    transition: all 250ms ease-out;
    text-align:center;
    border-right: 1px solid rgba(0,0,0,0.1);
    
}
.header_menu li:hover  a {
    color:var(--renkyazi1);
    background: var(--renk1hover);
}
.header_menu li:hover  i{

}
.header_menu li:last-child a{
    border-right: 0px !important;
}
.header_menu ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display:block;    
    float:none;
}

.header_menu ul {
    position:absolute;
    z-index:10;
    display:none;
    width:250px;
    padding:10px;
    margin:0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.header_menu li ul li a{
    font-size:14px;
    font-weight:400;
    padding:8px 0px 8px 10px;
    color:#2a2a2a !important;
    text-align:left;
    text-decoration:none;
    border-top:0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    transition: all 250ms ease-out;
    display:block;
    border-right:0px;
    text-shadow: 0px 0px 0px #333;
    background:none !important;
}
.header_menu li ul li:last-child a{
    border-bottom:0px;
}

.header_menu li ul li a:hover {
    border-top:0px solid #53bb53;
    background: #e9e9e9  !important;
    color: #222 !important;
}

.header_menu li:hover ul{
    display:block;
}



.header_menu2 {
    float: right;
    margin:0px;
    padding:0px;
    list-style:none;
    position:relative;
    display:inline-block;
    z-index: 10;
    text-align: center;
    justify-content: center;
    margin-top: 7PX;
}

.header_menu2 li {
    position:relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    display: inline-block;
    
}

.header_menu2 li i{
    color: #666;
}

.header_menu2 li a{
    vertical-align: middle;
    position:relative;
    z-index:1;
    display:block;
    font-size:16px;
    font-weight:500;
    padding:10px 15px;
    color:#333;
    text-decoration:none;
    text-shadow:0px 0px 0px #333;
    transition: all 250ms ease-out;
    text-align:center;
    border-right: 0px solid rgba(0,0,0,0.1);
    
}
.header_menu2 li:hover  a {
    color:var(--renkyazi2);
    background: var(--renk2);
}
.header_menu2 li:hover  i{
    opacity:1;
    color:#cccccc;
}
.header_menu2 li:last-child a{
    border-right: 0px;
}
.header_menu2 ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display:block;    
    float:none;
}

.header_menu2 ul {
    position:absolute;
    z-index:10;
    display:none;
    width:250px;
    padding:10px;
    margin:0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.header_menu2 li ul li a{
    font-size:14px;
    font-weight:400 !important;
    padding:8px 0px 8px 10px;
    color:#2a2a2a !important;
    text-align:left;
    text-decoration:none;
    border-top:0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    transition: all 250ms ease-out;
    display:block;
    border-right:0px;
    text-shadow: 0px 0px 0px #333;
    background:none !important;
}
.header_menu2 li ul li:last-child a{
    border-bottom:0px;
}

.header_menu2 li ul li a:hover {
    border-top:0px solid #53bb53;
    background: #e9e9e9  !important;
    color: #222 !important;
}

.header_menu2 li:hover ul{
    display:block;
}


.ust_menu3 {
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
}

.ust_menu3 li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 13px;
    color:var(--renkyazi1);
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    transition: all 150ms ease-out;
}
.ust_menu3 li:first-child {
    padding: 0px;
}
.ust_menu3 li a {
    color:var(--renkyazi1);
    text-decoration: none;
}

.ust_menu3 li i {
    margin-right: 4px;
    font-size:13px;
    /*vertical-align: text-bottom;*/
    color:var(--renkyazi1);
}

.ust_menu2 {
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
}

.ust_menu2 li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 13px;
    color: #cfcfcf;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: all 150ms ease-out;
}
.ust_menu2 li:first-child {
    padding: 0px;
}
.ust_menu2 li a {
    color: #999;
    text-decoration: none;
}

.ust_menu2 li i {
    margin-right: 4px;
    font-size:13px;
    /*vertical-align: text-bottom;*/
    color: #ccc;
}


.ust_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.ust_menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    
    transition: all 150ms ease-out;
    margin-right: 22px;
}
.ust_menu li b {
    font-weight: 700;
    display: block;
    font-size: 18px;
    float: left;
    color: #8f8b8b;
}
.ust_menu li span {
    color: #8d979e;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    float: left;
}

.ust_menu li a {
    color: #626262;
    text-decoration: none;
}

.ust_menu li i {
    margin-top: 7px;
    margin-right: 4px;
    font-size:30px;
    vertical-align: inherit;
    color: #999;
    margin-right: 12px;
    float: left;
}
.ust_menu li div {
    display: inline-block;
}
.ust_menu li:last-child {
    margin-right: 0px;
}


.syfdtyimg {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
}
.ekpdtyimg {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.hbrdtyimg  {
    height: 480px;
    overflow: hidden;
    margin-bottom: 30px;
}
.hbrdtyimg  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oddtyimg{
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
}
.oddtyimg  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ekpunv {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;
    color: #666;
}
.hbrtrh {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #666;
    margin-bottom: 15px;
}
.hbrtrh i{
    vertical-align: text-sub;
    margin-right: 5px;
}

.hbrdtytitle {
    margin-bottom:25px;
}
.hbrdtytitle h2{
    margin:0px;
    padding:0px;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    line-height: 1.4;
}
.prjdtytitle {
    margin-bottom:25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.prjdtytitle h2{
    margin:0px;
    padding:0px;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    line-height: 1.4;
}
.prjdtyinfobox {
    font-size: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.imaglistdiv {
    margin-bottom: 10px;
}

.dtybtn_ {
    text-align: center;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 250ms ease-out;
    margin-bottom: 17px;
}
.dtybtn_:hover {
    opacity: 0.9;
}


.urundtyfyt {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}



.tab_list {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
    text-align: center;
    border:1px solid #e8e8e8;
    border-bottom:0px; 
    margin-top: 20px;
}


.tab_list li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-radius: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tab_list li.active a {
    background: #e9e9e9;
    color: #333;
    border-radius: 0px;
    margin-right: 0px;
    border: 0px;
    border-bottom:0px;
    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    padding: 12px 20px;
    border-radius: 0px;
    margin-right: 0px;
    border: 0px solid #ddd;
    border-right:1px solid rgba(0,0,0,0.1);
    border-bottom:0px;
    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li a:hover {
  background: #e9e9e9;
  color: #333;
  margin-right: 0px;
  border: 0px;
  border-bottom:0px;
  margin-bottom: 0px;
  margin-top:0px;
  text-decoration: none;
}

.tab_list li.active a:hover {
    margin-right: 0px;
    background: #e9e9e9;
    color: #333;
    border-radius: 0px;
    border: 0px;
    border-bottom:0px; 
    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li.active a:focus, .tab_list li.active a:focus span {
    margin-right: 0px;
    background: #e9e9e9;
    color: #333;
    border-radius: 0px;
    border: 0px;
    border-bottom:0px;
    margin-bottom: 0px;
    margin-top:0px;
}

.tab_list li a span {
    color: #fff;
    font-weight: 600;
}
.tabdiv {
    padding: 0px;
    border: 0px solid #dadada;
    border-top: 0px;
    line-height: 1.7;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 5px;
}

.tabdiv3 {

 box-shadow:0px 0px 5px #e9e9e9;
 border:1px solid #e9eaeb;
 border-top: 0px;
 line-height: 1.7;
 font-size: 15px;
 padding:18px;
 background:#fff;
 margin-bottom: 30px;
}


.mgscreen {
    position: relative;
    z-index: 1;
    padding: 50px 0px 30px 0px;
}
.smscreen {
    position: relative;
    z-index: 1;
    padding: 40px 0px 0px 0px;
}

.yazi {
    color: #333;
    font-size:15px;
    line-height: 1.7;
    padding: 0px;
    margin: 0px;
}
.yazi iframe {
    max-width: 100%;
    border:0px; 
}
.yazi img {
    max-width: 100%;
    height: auto !important;
    border:0px;
}
.yazi table {
    max-width: 100% !important;
    border:0px;
}

.siparis_vr_btn {
    display: inline-block;
    padding: 9px 25px;
    background: #e99130;
    color: #fff;
    font-weight:600;
    border-bottom: 2px solid #111;
    transition: all 250ms ease-out;
}
.siparis_vr_btn i{
    margin-right: 7px;
    transition: all 250ms ease-out;
}
.siparis_vr_btn:hover{
    color: #fff;
    background: #111;
}
.siparis_vr_btn:hover i{
    transform: rotate(360deg) scale(1.4);
}
.tel_ {
    float: right;
    position: relative;
    z-index: 10;
}

.tel_ a{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
}

.tel_ span{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration:none;
    margin-right: 6px; 
}

.tel_ a i{
    margin-right: 6px; 
    line-height: 1.9;
    text-align: center;
    font-size: 16px;
    color:#fff;

}
.rez {
    float: left;
}

.page_title {    
    text-align: center;
    margin-bottom: 20px;
}

.page_title h2{
    padding: 0px;
    margin: 0px;
    font-size: 31px;
    color:var(--pagebgrenktxt);
    font-weight: 600;
    display: inline-block;
}

.page_title120 {    

    margin-bottom: 5px;
}

.page_title120 h2{
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color:#111;
    font-weight: 600;
    display: inline-block;

}

.page_title130 {    
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.page_title130 h3{
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    color:#333;
    font-weight: 700;
    display: inline-block;

}
.page_title5 {    

    margin-bottom: 25px;
}

.page_title5 h2{
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color:#999;
    font-weight: 700;
    display: inline-block;

}

.page_title10 {    
    padding-bottom: 12px; 
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9; 
}

.page_title10 h2{
    padding: 0px;
    margin: 0px;
    font-size: 26px;
    color:#004b83;
    font-weight: 700;
    display: inline-block;

}

.main_title {    
    margin-bottom: 30px;
}
.main_title h2{
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    color:#222;
    font-weight: 600;
    display: inline-block;
}
.main_title b{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 24px;
    color:#ae1001;
    font-weight: 500;
    display: block;
    font-family: 'Courgette', cursive;
}

.main_title h2 span{
    color:#e99130;
}

.main_title h2:after{
    content: "";
    display: block;
    width: 45px;
    background: rgba(0,0,0,0.2);
    height: 2px;
    margin-top: 12px;
}

.main_title.beyaz h2{
    color: #fff;
}
.main_title.beyaz h2:after{
    background: #fff;
    opacity: 0.8;

}
.main_title h2 a:hover{
    opacity: 0.9;
}

.tlpbtn {
    display:inline-block;
    padding:14px 55px;
    color:var(--renkyazi1);
    background:var(--renk1); 
    font-size:16px;
    font-weight:600;
    margin-top:25px;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
    border-radius: 0px;
}
.tlpbtn i{
    margin-right: 7px;
}
.tlpbtn:hover {
    color:var(--renkyazi2);
    background:var(--renk2); 
}

.tlpbtn2 {
    display:inline-block;
    padding:10px 40px;
    color:var(--renkyazi1);
    background:var(--renk1); 
    font-size:16px;
    font-weight:500;
    margin-top:15px;
    margin-bottom: 0px;
    transition: all 150ms ease-out;
    border-radius: 0px;
}
.tlpbtn2 i{
    margin-right: 7px;
}
.tlpbtn2:hover {
    color:var(--renkyazi2);
    background:var(--renk2); 
}

.krm_btn {
    display:inline-block;
    padding:14px 40px;
    color:#fff;
    background:#004b83; 
    font-size:15px;
    font-weight:500;
    margin-top:25px;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
    border-radius: 0px;
}

.krm_btn:hover {
  opacity: 0.8;

  color:#fff;
}

.krm_btn i{

    margin-left:7px;

}



.krm_btn3 {
    display:inline-block;
    padding:14px 40px;
    color:var(--renkyazi2);
    background:var(--renk2); 
    font-size:15px;
    font-weight:500;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
}

.krm_btn3:hover {
    color:var(--renkyazi2);
    background:var(--renk2hover); 
}

.krm_btn3 i{
    margin-left:7px;
}
.krm_btn3.krmbtnkyzmn {
   color:#333;
   background:#fff;  
}
.krm_btn3.krmbtnkyzmn:hover{
   opacity: 0.8;
}

.tm {
    display:inline-block;
    padding:14px 40px;
    color:var(--renkyazi2);
    background:var(--renk2);  
    font-size:15px;
    font-weight:500;
    margin-top:25px;
    margin-bottom: 15px;
    transition: all 150ms ease-out;
    border-radius: 0px;
}

.tm:hover {
    color:var(--renkyazi2);
    background:var(--renk2hover); 
}

.tm i{

    margin-left:7px;

}


.frmbgit {
    padding-top: 45px;
    height: auto;
    background: url(../images/formbg.jpg) top center no-repeat #07413d;
}


.hmdsag {
    padding-left: 0px;
}

.hmdsol {
    padding-right: 0px;
}

.hmdsol img {
    float: right;
    max-width: 100%;
}

.homfrmdiv {
    padding: 30px;
    background: url(../images/frmbg.jpg) no-repeat top left #2b9540;
}


.tklfform {
}

.tklfform label {
    font-weight: 400;
    color: #fff;
}

.tklfform .btn {
    background: #1f1f1f;
    color: #ffffff;
    border: 0px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0px;
    padding: 12px 50px;
    transition: all 250ms ease-out;
}

.tklfform input[type=file] {
}

.tklfform .btn:hover {
    background: #154b19;
    color: #fff;
}

.tklfform .form-group {
    margin-bottom: 7px;
}

.tklfform .form-control {
    border-radius: 0px;
    font-size: 13px;
    height: 51px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    background: #f9f9f9;
    border: 0px;

}

.tklfform .textrea {
    height: 105px;
}


.mainformdiv .main_title h2 {

    color: #fff;

}

.mainformdiv {
    position:relative;
    padding:27px;
    background:url(../images/formbg.jpg) top center no-repeat #111;
    box-shadow:0px 0px 0px #ccc;
    border-radius:0px;
    border-bottom:4px solid #ae1001;
    border-top:4px solid #ae1001;
    margin-top:-211px;
}    

.form_bg {
    padding: 50px 30px;
    background-color: #f9f9f9;
}
.main_form {

}

.main_form label {
    font-weight: 400;
}

.main_form .btn {
  background: var(--renk2);
  color: var(--renkyazi2);
  border:0px;
  font-weight:500;
  padding:12px 42px;
  transition: all 150ms ease-out;
  margin-bottom:20px;
  border-radius:0px;
}


.main_form .btn:hover {
    background: var(--renk2hover);
    color: var(--renkyazi2);
}

.formislemtext {
    font-size: 13px;
    color: #333;
}
.main_form_kyzmn .formislemtext {
    font-size: 13px;
    color: #fff;
}

.main_form_kyzmn .btn{
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.main_form_kyzmn .btn:hover{
    background: rgba(0,0,0,0.2);
    color: #fff;
}

.main_form .form-control {
    font-size: 14px;
    height:47px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 5px rgba(0,0,0,.075);
    
    font-weight: 600;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #ccc;
}

.mainform2 .form-control {
    font-size: 13px;
    height:44px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    background: #f9f9f9;
}
.main_form .textrea {
    height: 95px;
}



.urundiv {
    margin-bottom:30px;
}
.urundiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.urundivkyzmn a{
    border:1px solid transparent;
}
.urundiv .urundivimg{
 height:247px;
 overflow:hidden;
 box-sizing:border-box;
 position:relative;
}
.urundiv .urundivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.urundiv .urunbaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.urunbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.titlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.urundiv .urunbaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.urundiv .hoverdiv2 {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0, 0, 0.1);
  z-index:10;
  transition: all 180ms ease-out;
  opacity:0;
  padding-top:20%;
  box-sizing:border-box;
}

.urundiv .hoverdiv2 i{
    font-size:40px;
    color:#fff;
    transform:scale(1.0) rotate(180deg);
    opacity:0;
    transition: all 380ms ease-out;
}

.urundiv:hover .hoverdiv2 {
    opacity:0;
}

.urundiv:hover .hoverdiv2 i {
 transform:scale(1.0) rotate(0deg);
 opacity:1;
}

.urundiv:hover .urunbaslik {
    background:var(--renk2);

}
.urundiv:hover .urunbaslik span{
    color:var(--renkyazi2);
}

.urundiv:hover .urunbaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.urundiv:hover .urunbaslikkyzm span{
    color:#fff;
}

.urundiv:hover .urundivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}


.teamdiv {
    margin-bottom:30px;
}
.teamdiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.teamdivkyzmn a{
    border:1px solid transparent;
}
.teamdiv .teamdivimg{
    height:260px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.teamdiv .teamdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.teamdiv .teambaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.teambaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.teamtitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.teamdiv .teambaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}
.teambaslik small{
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.teamdiv:hover .teambaslik {
    background:var(--renk2);
}
.teamdiv:hover .teambaslik span{
    color:var(--renkyazi2);
}
.teamdiv:hover .teambaslik small{
    color:var(--renkyazi2);
}

.teamdiv:hover .teambaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.teamdiv:hover .teambaslikkyzm span{
    color:#fff;
}
.teamdiv:hover .teambaslikkyzm small{
    color:#fff;
}
.teamdiv:hover .teamdivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}



.belgediv {
    margin-bottom:30px;
}
.belgediv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.belgedivkyzmn a{
    border:1px solid transparent;
}
.belgediv .belgedivimg{
    background: #fff;
    height:370px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;

}
.belgediv .belgedivimg img{
    border:0px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 280ms ease-out;
} 

.belgediv .belgebaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.belgebaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.belgetitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.belgediv .belgebaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.belgediv:hover .belgebaslik {
    background:var(--renk2);
}
.belgediv:hover .belgebaslik span{
    color:var(--renkyazi2);
}

.belgediv:hover .belgebaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.belgediv:hover .belgebaslikkyzm span{
    color:#fff;
}
.belgediv:hover .belgedivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}



.projediv {
    margin-bottom:30px;
}
.projediv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.projedivkyzmn a{
   border:1px solid transparent;
}
.projediv .projedivimg{
    height:260px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.projediv .projedivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit:cover;
    transition: all 280ms ease-out;
} 

.projediv .projebaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.projebaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.projetitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.projediv .projebaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.projediv:hover .projebaslik {
    background:var(--renk2);
}
.projediv:hover .projebaslik span{
    color:var(--renkyazi2);
}

.projediv:hover .projebaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.projediv:hover .projebaslikkyzm span{
    color:#fff;
}
.projediv:hover .projedivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}


.projekatdiv {
    margin-bottom:30px;
}
.projekatdiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.projekatdivkyzmn a{
    border:1px solid transparent;
}
.projekatdiv .projekatdivimg{
    height:260px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.projekatdiv .projekatdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.projekattitleback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
.projekattitleback span {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.projekatdiv .projekatbaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.projekatbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.projekattitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.projekatdiv .projekatbaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.projekatdiv:hover .projekatbaslik {
    background:var(--renk2);
}
.projekatdiv:hover .projekatbaslik span{
    color:var(--renkyazi2);
}

.projekatdiv:hover .projekatbaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.projekatdiv:hover .projekatbaslikkyzm span{
    color:#fff;
}
.projekatdiv:hover .projekatdivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}



.roomdiv {
    margin-bottom:30px;
}
.roomdiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.roomdivkyzmn a{
    border:1px solid transparent;
}
.roomdiv .roomdivimg{
    height:300px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.roomdiv .roomdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.roomdivtitleback {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.roomdivtitleback span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-shadow: 5px 5px 20px rgba(0,0,0,1.9);
}
.roomdiv .roomdivbaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.roomdivbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.roomdivtitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.roomdiv .roomdivbaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    
}

.roomdiv:hover .roomdivbaslik {
    background:var(--renk2);
}
.roomdiv:hover .roomdivbaslik span{
    color:var(--renkyazi2);
}

.roomdiv:hover .roomdivbaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.roomdiv:hover .roomdivbaslikkyzm span{
    color:#fff;
}
.roomdiv:hover .roomdivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}




.urunlistdiv {
    margin-bottom:30px;
}
.urunlistdiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.urunlistdivkyzmn a{
    border:1px solid transparent;
}
.urunlistdiv .urunlistdivimg{
    height:260px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.urunlistdiv .urunlistdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.urunlistdiv .urunlistbaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.urunlistbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.urunlisttitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.urunlistdiv .urunlistbaslik span{
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}
.urunlistfiyat {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.urunlistdiv:hover .urunlistbaslik {
    background:var(--renk2);
}
.urunlistdiv:hover .urunlistbaslik span{
    color:var(--renkyazi2);
}
.urunlistdiv:hover .urunlistfiyat {
    color:var(--renkyazi2);
}
.urunlistdiv:hover .urunlistbaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.urunlistdiv:hover .urunlistbaslikkyzm span{
    color:#fff;
}
.urunlistdivkyzmn:hover .urunlistfiyat{
    color:#fff;
}

.urunlistdiv:hover .urunlistdivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}




.urunkatdiv {
    margin-bottom:30px;
}
.urunkatdiv a{
    text-decoration:none;
    border:1px solid #e6e4e4;
    display:block;
    text-align:center;
}
.urunkatdivkyzmn a{
    border:1px solid transparent;
}
.urunkatdiv .urunkatdivimg{
    background-color: #fff;
    height:260px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.urunkatdiv .urunkatdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 

.urunkatdiv .urunkatbaslik{
    padding:12px 15px;
    width:100%;
    background:#fff;
    position:relative;
    z-index:5;
    display:block;
    transition: all 180ms ease-out;
}
.urunkatbaslikower {
    ox-sizing: border-box;
    height: 45px;
    overflow: hidden;
    text-align: center;
    transition: all 200ms ease-out;
}
.urunkattitlealan {
    width: 100%;
    display: table;
    height: 100%;
}
.urunkatdiv .urunkatbaslik span{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}

.urunkatdiv:hover .urunkatbaslik {
    background:var(--renk2);
}
.urunkatdiv:hover .urunkatbaslik span{
    color:var(--renkyazi2);
}

.urunkatdiv:hover .urunkatbaslikkyzm {
    background:rgba(0,0,0,0.2) !important;
}
.urunkatdiv:hover .urunkatbaslikkyzm span{
    color:#fff;
}
.urunkatdiv:hover .urunkatdivimg img{
    opacity: 0.8;
    transform: scale(1.1);
}




.sbboxdiv {
    margin-bottom: 20px;
}
.sbboxdiv_ {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.sbboxdiv .sbboxdivimg{
    height:204px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.sbboxdiv .sbboxdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 
.sbboxdivpad {
    padding: 15px;
    background: #f9f9f9;
}
.sbboxdivpad iframe {
    max-width: 100%;
}
.sbboxdivpad h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
.sbboxdivpad h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 8px;
    background-color: #999;
}
.sbboxdiv:hover .sbboxdivpad{
    background: #fff;
}



.pktboxdiv {
    margin-bottom: 20px;
}
.pktboxdiv_ {
    width: 100%;
    min-height: 572px;
    transition: all 280ms ease-out;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.pktboxdiv .pktboxdivimg{
    height:204px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
}
.pktboxdiv .pktboxdivimg img{
    border:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
} 
.pktboxdivpad {

    padding: 15px;
    background: #fff;
}
.pktboxdivpad h3 {
    width: 100%;
    height: 30px;
    padding: 0px;
    margin: 0px;
    margin-bottom:10px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.pktboxdivpad span{ 
    display: block;
    font-size: 14px;
    width: 100%;
    height: 191px;
    overflow-y: auto;
}
.pktboxdivpad span::-webkit-scrollbar{
    width: 4px;
    background-color: #e9e9e9;
}

.pktboxdivpad span::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(227, 30, 36, 0.3);
    background-color: #ccc;
}
.pktboxdivpad .pktboxfyt {
    padding: 0px;
    margin: 0px;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.pktboxdiv_:hover {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}




.markadiv {
    margin-bottom: 20px;
}
.markadiv_ {
    box-shadow: 0px 0px 10px rgba(150,150,150,0.1);
    border:1px solid #dcdcdc; 
}
.markadiv_ .markadivimg{
    width: 100%;
    line-height: 122px;
    padding: 12px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
    background-color: #fff;
    transition: all 280ms ease-out;
    text-align: center;
}
.markadiv .markadivimg img{
    display: inline-block;
    border: 0px;
    max-width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
    max-height: 122px;
} 
.markadivbaslik{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}
.markadivkyzmn .markadivbaslik{
    color: #fff;
    font-weight: 500;
}
.markadiv_ .markadivimg:hover  {
    background-color: #f9f9f9;
}
.markadiv_:hover  {
    border:1px solid #ccc; 
}


.markadiv10 {
    margin-bottom: 20px;
}
.markadiv_10 {
    box-shadow: 0px 0px 10px rgba(150,150,150,0.1);
    border:1px solid #dcdcdc; 
}
.markadiv_10 .markadivimg10{
    width: 100%;
    line-height: 70px;
    padding: 12px;
    overflow:hidden;
    box-sizing:border-box;
    position:relative;
    background-color: #fff;
    transition: all 280ms ease-out;
    text-align: center;
}
.markadiv10 .markadivimg10 img{
    display: inline-block;
    border: 0px;
    max-width: 100%;
    object-fit: cover;
    transition: all 280ms ease-out;
    max-height: 70px;
} 
.markadivbaslik10{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}
.markadivkyzmn10 .markadivbaslik10{
    color: #fff;
    font-weight: 500;
}
.markadiv_10 .markadivimg10:hover  {
    background-color: #f9f9f9;
}
.markadiv_10:hover  {
    border:1px solid #ccc; 
}


.page_bg {
    padding: 40px 0px 25px 0px;
    background: var(--pagebgrenk);
    background-position:top  center;
    background-size: cover;
    border-bottom: 1px solid #f9f9f9;
}
.page_bg .container{
    position: relative;
    z-index: 10;
}
.dtyinf_ {
    font-size: 18px;
    color: #ba784d;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
}
.dtyimg_ {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: 100%;
    margin-bottom: 15px;
    
}

.sol {
    margin-bottom: 25px;
}
.solp {
    padding: 15px;
    background: #f3f3f3;
    border-radius: 0px;
}
.sol_bosluk {

}

.sol_baslik {
    background: var(--renk1);
    color: var(--renkyazi1);
    font-weight: 500;
    padding: 12PX 12px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 0px;
}
.sol_list {
    margin:0px;
    padding:0px;
    list-style:none;
    margin-bottom:0px;
}
.sol_list li{
    margin:0px;
    padding:0px;
    list-style:none;
}
.sol_list li a{
    font-size:14px;
    font-weight:500;
    border-bottom:1px solid #eeeeee;
    padding:10px 8px;
    display:block;
    text-decoration:none;
    color: #333;
    transition: all 0.3s;
    position:relative;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 0px;

}
.sol_list li a span{
    color:#999;
}
.sol_list li a i{

    margin-right:7px;
    color:#663074;
    transition: all 0.5s;
}
.sol_list li a:hover {
    color: #222;
    background: #f3f3f3;
    
}
.sol_list li a:hover i {

    transform:rotate(360deg);
}

.seop {
    color: #999;
    font-size: 13px;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}


.hmkrmicn {
 margin-bottom: 15px;   
}
.hmkrmicn_ {
 text-align: center;
}
.hmkrmicnnn{
    display: inline-block;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    background-color: #004b83;
    text-align: center;
    margin-bottom: 10px;
}
.hmkrmicnnn i{
 font-size: 30px;
 color: #ffffff;
 line-height: 59px;
}
.hmkrmicn_ b{
 display: block;
 font-size: 14px;
 color: #777777;
 font-weight: 600;
}


.yazbox10 {
    margin-bottom: 15px;
}
.yazbox_10 {

}
.yazboximg10 {
    height: 156px;
    overflow: hidden;
    margin-bottom: 5px;
}
.yazboximg10 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yazbox_10 h3 {
    margin:0px;
    padding:0px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #666;
    height: 52px;
    overflow: hidden;
    line-height: 1.3;
}
.yazbox_10 p {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-size: 15px;
    height: 65px;
    overflow: hidden;
    display: block;
}
.yazbox_10 span {
    color: #999;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.yazbox10:hover .yazbox_10 h3 {
    color: #333;
}


.yazbox {
    margin-bottom: 25px;
}
.yazbox_ {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
.yazboxpad {
    padding: 15px;
    background: #fff;
    border:1px solid #e9e9e9;
    transition: all 300ms ease-out;
}
.yazboximg {
    height: 155px;
    overflow: hidden;
    margin-bottom: 0px;
}
.yazboximg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yazbox_ h3 {
    margin:0px;
    padding:0px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #666;
    height: 52px;
    overflow: hidden;
    line-height: 1.3;
}
.yazbox_ p {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-size: 15px;
    height: 65px;
    overflow: hidden;
    display: block;
}
.yazbox_ span {
    color: #999;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.yazbox:hover .yazbox_ h3 {
    color: #333;
}
.yazbox:hover .yazboxpad{
    background: #f9f9f9;
}





.haberbox {
    margin-bottom: 25px;
}
.haberbox_ {

}
.haberboxpad {
    padding: 15px;
    background: #fff;
    border:1px solid #f9f9f9;
    transition: all 300ms ease-out;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.haberboximg {
    height: 230px;
    overflow: hidden;
    margin-bottom: 0px;
}
.haberboximg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haberbox_ h3 {
    margin:0px;
    padding:0px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #666;
    height: 52px;
    overflow: hidden;
    line-height: 1.3;
}
.haberbox_ p {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-size: 15px;
    height: 65px;
    overflow: hidden;
    display: block;
}
.haberbox_ span {
    color: #999;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.haberbox:hover .haberbox_ h3 {
    color: #333;
}
.haberbox:hover .haberboxpad{
    background: #f9f9f9;
}


.div404 {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.div404 i {
    color: #999;
    font-size: 70px;
}        
.div404 h2 {
    color: #999;
    font-size: 30px;
    font-weight: 700;
    
}    
.div404 p {
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 500;
}            
.btn10 { 
    display: inline-block;
    background: #888888;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.btn10:hover { 
    background: #ccc;
}        



.homsy {
    margin-bottom: 12px;
}
.homsy_ {
/*    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;*/
    text-align: center;
}
.homsy_ .homsy_icon{
    float: none;

}
.homsy_ .homsy_icon img{
    width: 120px;
    height:120px;
    box-sizing: border-box;
    padding: 1px;
    
    object-fit: cover;
    border-radius: 5px;
    margin-right:0px; 
}
.homsy_ b{
    line-height: 1.1;
    display: block;
    font-size: 43px;
    color: #333;
    font-weight: 500;
}
.homsy_ span{
    font-size: 17px;
    color: #666;
    font-weight: 500;
    display: inline-block;
}
.homsykyzmn .homsy_ span{
    color: #fff;
}
.homsykyzmn .homsy_ b{
    color: #fff;
}

.MagicZoom {
    width: 100%;
    border: 0px solid #d0d1d3;

}
.MagicZoom img{
    max-width_: 100% !important;
    width_: 100% !important;
}
.mz-zoom-window {

}


figure.mz-figure {
    width_: 100%;
    display: block;
}
figure.mz-active {
    width_: 100%;
    display: block;
}

.icerik2 {
    margin: 50px auto 30px auto;
    
}
.icerik {
    margin: 50px auto 60px auto;
    min-height: 300px;
}


.m_galeri_l { 

    display:inline-block;
    overflow:hidden;
    border-bottom:0px solid #CCC;
    margin-bottom: 30px;
}

.m_galeri_l:hover .m_galeri_img

{ 
    transform: scale(1.2) rotate(0deg); 
    z-index:3;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);

}

.m_galeri_img {
    height:100%;
    width:100%;
    object-fit: cover;
    transition: all 300ms ease-out;
    vertical-align:text-bottom;
}

.m_galeri_a {
    height:190px;
    width:100%;
    overflow:hidden;
    text-decoration:none;
    display:block;
    position:relative;
    box-sizing:border-box;
}
.m_galeri_baslik {
    color:#333;
    font-weight:600;
    text-align:center;
    text-decoration:none;
    margin-top:10px;
    font-size: 17px;
}
.m_galeri_lkyzmn .m_galeri_baslik{
    color:#fff;
}
.m_galeri_efekt{
    overflow:hidden;
    position:absolute;
    bottom:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity:0;
    background: rgba(0,0,0,0.3);
    transition: all 200ms ease-out;
    text-align:center;
}

.m_galeri_efekt i {
    font-size:40px;
    color:#ffffff;
    margin-top:25%;
    opacity:0;
    transition: all 400ms ease-out;
}

.m_galeri_l:hover .m_galeri_efekt i{
    transform:rotate(0deg);
    font-size:40px;
    opacity:1;
}

.m_galeri_l:hover .m_galeri_efekt{
    width:100%;
    z-index:5;
    opacity:1;
}



.galeri_kat { 
    display:inline-block;
    overflow:hidden;
    border-bottom:0px solid #CCC;
    margin-bottom: 20px;
}
.galeri_kat:hover .m_galeri_img
{ 
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);  
   -moz-transform: scale(1.2);
   transform: scale(1.2) rotate(15deg); 
   z-index:3;
   box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.galeri_kat_img {
  height:100%;
  width:100%;
  object-fit: cover;
  transition: all 300ms ease-out;
  vertical-align:text-bottom;

}
.galeri_kat a {
    height:190px;
    width:100%;
    overflow:hidden;
    text-decoration:none;
    display:block;
    position:relative;
    border:0px solid #eeeeee;
    box-sizing:border-box;
}
.galeri_kat_efekt{
    overflow:hidden;
    position:absolute;
    bottom:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity:0;
    background: rgba(0,0,0,0.4);
    transition: all 200ms ease-out;
    text-align:center;
}
.galeri_kat_efekt i {
    font-size:40px;
    color:#ffffff;
    margin-top:25%;
    transition: all 200ms ease-out;
    transform:scale(0.8);
}
.galeri_kat_efekt span{
    display: block;
    font-size: 16px;
    color:  #fff;
    margin-top: 10px;
}
.galeri_kat:hover .galeri_kat_efekt{
    width:100%;
    z-index:5;
    opacity:1;
}
.galeri_kat:hover .galeri_kat_efekt i{
    transform:rotate(0deg);
    transform:scale(1.0);
}
.galeri_kat_baslik {
    color:#333;
    font-weight:600;
    text-align:center;
    text-decoration:none;
    margin-top:10px;
    font-size: 17px;
}
.galeri_katkyzmn .galeri_kat_baslik{
    color:#fff;
}


.html1alan img, .html1alan iframe, .html1alan table{
   max-width: 100%;
   border: 0px;
}
.html2alan img, .html2alan iframe, .html2alan table{
   max-width: 100%;
   border: 0px;
}
.html2alan img{
    height: auto !important;
}
.html1alan img{
    height: auto !important;
}
.html1alan h1, .html1alan h2, .html1alan h3, .html1alan h4, .html1alan h5, .html1alan h6{
    margin: 0px;
}
.html2alan h1, .html2alan h2, .html2alan h3, .html2alan h4, .html2alan h5, .html2alan h6{
    margin: 0px;
}


.footerust2 {
    margin-top: 40px;
    margin-bottom: 10px;
}
.footerust {
    margin-top: -20px;
    margin-bottom: 30px;
}
.footeralt {
    margin-top: 20px;
}
.footerust2 img, .footerust2 iframe{
    max-width: 100%;
    border: 0px;
}
.footerust img, .footerust iframe{
    max-width: 100%;
    border: 0px;
}
.footeralt img, .footeralt iframe{
    max-width: 100%;
    border: 0px;
}
.footerust2 img, .footerust img .footeralt img{
    height: auto !important;
}


.footertopbox {
    padding: 22px 0px 5px 0px;
    margin-bottom: 60px;
    background-color: rgb(0 0 0 / 20%); 
}

footer {
    margin-top: 30px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--footerrenk);
    padding-top: 80px;
}

.footer_sol {
    width: 45.0%;
    float: left;
    background: #efefef;
    transform: skewX(-25deg);
    box-sizing: border-box;
    padding: 10px 5px;
    margin-left: -15px;
    height: 40px;
    margin-top: 10px;
}

.footer_sol .item {
    transform: skewX(25deg);
}

.footer_sag {
    width: 55.4%;
    float: right;
    background: #48aad8;
    transform: skewX(-25deg);
    box-sizing: border-box;
    padding: 10px 5px;
    margin-left: 1%;
    margin-right: -15px;
}

.footer_sag .item {
    transform: skewX(25deg);
}

.footer_ic {
    padding-bottom: 55px;
    position: relative;
}

.footer_copyright {
    background: rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
}
.copy {
    font-size: 13px;
    color: var(--footerrenktext);
    opacity: 1;
}


.footer_logo {
    display: block;
    margin-bottom: 32px;
}

.footer_logo img {
    max-width: 100%;
    max-height: 60px;
}

.footerdiv {
    margin-bottom: 20px;
    
}

.footer_iletdiv {
    background: #37a628;
    padding: 14px 0px;
    text-align: center;
}

.footer_iletdiv span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 30px;
}

.footer_iletbtn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: all 150ms ease-out;
    background: #212429;
}

.footer_iletbtn:hover {
    background: none;
    color: #fff;
    border: 1px solid #ffffff;
    margin-bottom: 32px;
}

.footerdiv h2 {
    position: relative;
    color: var(--footerrenktext);
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 23px;
}
.footerdiv h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: var(--footerrenktext);
    margin-top: 7px;
    opacity: 0.7;
}

.footerdiv:last-child h2 {
}

.footerdiv:first-child h2 {
}

.footerdiv h2 span {
    font-weight: 600;
    color: #fff;
}


.foiletb {
    margin-bottom: 30px;
}

.foiletb_ {
    text-align: center;
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-bottom: 2px solid var(--renk1);
}
.foiletb_ i{
    display: block;
    font-size: 35px;
    color: #999;
    margin-bottom: 10px;
}
.foiletb_ b{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 7px;
}
.foiletb_ span{
    display: block;
    font-size: 15px;
    color: #333;
}


.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.footer_menu li a {
    position: relative;
    padding: 2px 0px;
    font-size: 16px;
    color: var(--footerrenktext);
    text-decoration: none;
    display: block;
    transition: all 180ms ease-out;
    border-bottom: 1px solid transparent;
}

.footer_menu li a i{
    font-size: 13px;
    margin-right: 3px;
    opacity: 0.7
}

.footer_menu li a:hover {
    opacity: 0.8;
}

.footer_menu li a:after {
    content: "";
    width: 0px;
    height: 1px;
    background: var(--footerrenktext);
    display: block;
    transition: all 0.3s;
    margin-top: 0px;
    opacity: 0.7;
}

.footer_menu li a:hover:after {
    width: 40px;
}


.footer_menu2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer_menu2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 5px;
}

.footer_menu2 li a {
    position: relative;
    padding: 2px 10px;
    font-size: 16px;
    color: var(--footerrenktext);
    text-decoration: none;
    display: block;
    transition: all 180ms ease-out;
    border-bottom: 1px solid transparent;
}

.footer_menu2 li a i{
    font-size: 13px;
    margin-right: 3px;
    opacity: 0.7
}

.footer_menu2 li a:hover {
    opacity: 0.8;
}

.footer_menu2 li a:after {
    content: "";
    width: 0px;
    height: 1px;
    background: var(--footerrenktext);
    display: block;
    transition: all 0.3s;
    margin-top: 0px;
    opacity: 0.7;
}

.footer_menu2 li a:hover:after {
    width: 35px;
}


.footermes2 {
    padding: 0px;

}
.footermes2 i{
    display: inline-block;
    font-size: 25px;
    color: var(--footerrenktext);
    margin-bottom: 0px;
    vertical-align: sub;
}
.footermes2 b{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--footerrenktext);
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 10px;
}
.footermes2 span{
    display: inline-block;
    font-size: 15px;
    color: var(--footerrenktext);
    border:1px dashed rgba(255,255,255, 0.3);
    padding: 4px 10px;
}

.footermes {
    text-align: center;
    background: rgba(0,0,0,0.1);
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.footermes i{
    display: block;
    font-size: 35px;
    color: var(--footerrenktext);
    margin-bottom: 10px;
}
.footermes b{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--footerrenktext);
    font-weight: 600;
    margin-bottom: 7px;
}
.footermes span{
    display: block;
    font-size: 15px;
    color: var(--footerrenktext);
}

.footer_sosyal_icon {
    display: block;
    
    margin-top: 45px;
}
.footer_sosyal_icon h3 {
    margin-top: 0px;
    font-size: 15px;
    
    color: var(--footerrenktext);
}

.footer_sosyal_icon a {
    text-decoration: none;
    color: var(--footerrenk);
    background: var(--footerrenktext);
    font-size: 19px;
    
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32PX;
    transition: all 180ms ease-out;
    border-radius: 2px;
}

.footer_sosyal_icon a:hover {
    color: var(--footerrenktext);
    background: var(--footerrenk);
}

.footer_sosyal_icon a:last-child {
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
}

.footer_sosyal_icon2 {
    margin-top: 0px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.firmaunvan {
    padding-top: 30px;
    color: #ccc;
    font-size: 16px;
}


.footerdiv .yazi {
    color: #FFF;
    font-size: 15px;
    line-height: 1.4;
}


.ebultenfrm {
    margin-top: 30px;
    display: block;
    
}
.ebultenfrm h3{
    padding: 0px;
    margin:0px;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--footerrenktext);
}

.ebultenfrm .form-control {
    width: 80%;
    border-radius: 0px;
    border: 0px;
    height: 40px;
    float: left;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.ebultenfrm .btn {
    width: 19%;
    float: left;
    background: var(--footerrenktext);
    color: var(--footerrenk);
    border: 0px;
    font-weight: 500;
    padding: 10px 17px;
    transition: all 150ms ease-out;
    border-radius: 0px;
    border-left:1px solid rgba(0,0,0,0.3);
}

.ebultenfrm .btn:hover {
    background: rgba(0,0,0,0.2);
    color: var(--footerrenktext);
}

.ebultenfrm2 {
    margin-top: 0px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.ebultenfrm2 h3{
    padding: 0px;
    margin:0px;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--footerrenktext);
}

.ebultenfrm2 .form-control {
    width: 80%;
    border-radius: 0px;
    border: 0px;
    height: 40px;
    float: left;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.ebultenfrm2 .btn {
    width: 19%;
    float: left;
    background: var(--footerrenktext);
    color: var(--footerrenk);
    border: 0px;
    font-weight: 500;
    padding: 10px 17px;
    transition: all 150ms ease-out;
    border-radius: 0px;
    border-left:1px solid rgba(0,0,0,0.3);
}

.ebultenfrm2 .btn:hover {
    background: rgba(0,0,0,0.2);
    color: var(--footerrenktext);
}

.iletisim_list_f {
    padding: 0;
    margin: 0;
    list-style: none;
}

.iletisim_list_f li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 6px 0px;
    border-bottom: 0px solid rgba(255,255,255,0.1);
    position: relative;
}

.iletisim_list_f:last-child {
}

.iletisim_list_f li span {
    color: var(--footerrenktext);
    font-size: 15px;
    font-weight: normal;
    display: table-cell;
}

.iletisim_list_f li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    
    font-size: 13px;
    text-align: left;
}

.iletisim_list_f li i {
    color: var(--footerrenktext);
    font-size: 17px;
    padding-right: 10PX;
    display: table-cell;
}



.iletisim_list_f2 {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.iletisim_list_f2 li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 6px 10px;
    border-bottom: 0px solid rgba(255,255,255,0.1);
    position: relative;
    display: inline-block;
}

.iletisim_list_f2:last-child {
}

.iletisim_list_f2 li span {
    color: var(--footerrenktext);
    font-size: 15px;
    font-weight: normal;
    display: table-cell;
}

.iletisim_list_f2 li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    
    font-size: 13px;
    text-align: left;
}

.iletisim_list_f2 li i {
    color: var(--footerrenktext);
    font-size: 17px;
    padding-right: 10PX;
    display: table-cell;
}




.iletisim_form {

}

.iletisim_form label{
    font-weight:600;
    color:#333;
    font-size:14px;
}
.iletisim_form .radio-inline{
    font-weight:500;
    color:#333;
    font-size:14px;
    padding-top:10px;
}
.iletisim_form .btn {
  background: var(--renk2);
  color: var(--renkyazi2);
  border:0px;
  font-weight:500;
  padding:12px 42px;
  transition: all 150ms ease-out;
  margin-bottom:20px;
  border-radius:0px;
}


.iletisim_form .btn:hover {
    background: var(--renk2hover);
    color: var(--renkyazi2);
}

.iletisim_form .form-control {
    font-size: 15px;
    height:50px;
    font-weight: 600;
    border: 1px solid #f9f9f9;
    border-bottom: 2px solid #ccc;
    border-radius:0px;
    box-shadow: inset 0 0px 5px rgba(0,0,0,0.1);
}
.iletisim_form .dropdown {
    padding:7px 12px;
}
.iletisim_form .textrea {
    height:140px;
}
.iletisim_form .form-group {

}

.iletbtn_s {
    display: block;
    text-align: center;
}
.iletbtn_s a{
    background: var(--renk2);
    color: var(--renkyazi2);
    border:0px;
    font-size: 16px;
    font-weight:600;
    padding:12px 42px;
    transition: all 150ms ease-out;
    margin-bottom:10px;
    border-radius:0px;
    display: inline-block;

}
.iletbtn_s a i{
    margin-right: 7px;
}
.iletbtn_s a:hover{
    background: var(--renk2hover);
    color: var(--renkyazi2);
}

.iletisim_baslik {
    text-align: center;
    margin:0;
    padding:0;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color: #afafaf;
}
.iletisim_list {
    padding:0;
    margin:0;
    list-style:none;
}
.iletisim_list li{
    padding:0;
    margin:0;
    list-style:none;
    padding:12px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.iletisim_list :last-child {

}
.iletisim_list li span{
    color:#222;

    font-size:14px;

    font-weight:500;

}
.iletisim_list li i{
    margin-right:17px;
    vertical-align:baseline;
    color:#666;
    font-size: 18px;
}
.iletisim_sosyal_icon {
    display:block;
    text-align: center;
}
.iletisim_sosyal_icon a{
    text-decoration: none;
    color: #666;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #e9e9e9;
    text-align: center;
    line-height: 35px;
    transition: all 250ms ease-out;
    border-radius: 0px;
}
.iletisim_sosyal_icon a:hover {
    background: var(--renk2);
    color:var(--renkyazi2);

}

.iletisim_sosyal_icon a:last-child {

    margin-right:0px;

    padding:0px 0px 0px 5px;

}



.filtre {
    margin-bottom: 0px;
    text-align:center;
}
.filtre a {
    float: none;
    display: inline-block;
    padding: 0px 7px 2px 7px;
    line-height: 14px;
    border-left: 1px solid rgba(0,0,0,0.3);
    
    color: var(--pagebgrenktxt);
    line-height: 1.2;
    text-decoration: none;
    font-size: 13px;
}
.filtre a:first-child {
    border-left: 0px;
    padding-left: 0px;
}
.filtre a:hover {
    text-decoration: underline;
}



.owlstyle .owl-nav {
    position: absolute;
    top:-75px;
    right: 0px;
    display:inline-block;
    text-align:right;
}

.owlstyle .owl-nav .owl-next, .owlstyle .owl-nav .owl-prev {
    background: var(--renk1);
    color:var(--renkyazi1);
    margin:0px;
    margin-left:4px;
    border-radius:0px;
    padding:4px 8px;
}
.owlstyle .owl-nav .owl-next {

}
.owlstyle .owl-nav .owl-prev {

}
.owlstyle .owl-nav .owl-next:hover, .owlstyle .owl-nav .owl-prev:hover {
    background: var(--renk1);
    opacity: 0.8;
    color:var(--renkyazi1);
}


.owlkyzmn .owl-nav .owl-next:hover, .owlkyzmn .owl-nav .owl-prev:hover {
    background: rgba(0,0,0,0.0);
    color:#fff;
}
.owlkyzmn .owl-nav .owl-next, .owlkyzmn .owl-nav .owl-prev {
  background: rgba(0,0,0,0.2);
  color:#fff;
}


.owlstyle .owl-nav .owl-next:after {
  font-family: 'Font Awesome\ 5 Free'; 
  content: "\f054";
  font-size:14px;
  font-weight: 900;

}
.owlstyle .owl-nav .owl-prev:after {
    font-family: 'Font Awesome\ 5 Free'; 
    content: "\f053";
    font-size:14px;
    font-weight: 900;
}

.owlstyle .owl-nav .owl-next:before {
}
.owlstyle .owl-dots {
    margin-top:15px !important;

}
.owlstyle .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.owlstyle .owl-dots .owl-dot.active span {
    background: #111;
}

.flexrow {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: center;
}



.accor .panel-title > a {
  padding: 10px 0px 10px 15px;
  display: block;
  line-height: 28px !important;
  font-size: 17px;
  color: #666;
  font-weight: 700; 
  transition: all 0.4s;
  text-decoration:none;
  background:#F9F9F9;
}

.accor .panel-title > a.pm-dark-link {
  background-color: #5F89D7;
  color: white;
  text-align: left; 
}

.accor .panel-body p {
    padding:0px !important;
    margin:0px;
    font-size: 15px;
    color:#333;
    font-weight: normal;
    line-height: 1.5;
}

.accor .panel {
  box-shadow: none; 

}

.accor .panel-default {
  border: none; 

}


.accor.panel-group {
  margin: 0px 0 !important;
  border:0px solid #e9e9e9;
  overflow:hidden;

}

.accor.panel-group .panel {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.accor .panel-title {
  display: block;
  /*float: right;*/
  font-size: 16px;
  margin-bottom: 0 !important;
  /* margin-left: 10px;*/
  margin-top: 0; 
}

.accor .panel-title i {
  display: block;
  float: right;
  font-size: 14px;
  padding: 15px;
  color: white;
  background-color: #f7b962;
}


.accor .panel-default > .panel-heading a[aria-expanded="true"]:before {
  font-family: 'Font Awesome\ 5 Free'; 
  font-weight: 900;
  content: "\f068";
  background:#E9E9E9;
  padding:10px 12px;
  font-size:14px;
  float:right;
  margin-top:-10px;
  color:#333;
}

.accor .panel-default > .panel-heading a[aria-expanded="false"]:before {
   font-family: 'Font Awesome\ 5 Free'; 
   font-weight: 900;
   content: "\f067";
   background:#e9e9e9;
   padding:10px 12px;
   font-size:14px;
   float:right;
   margin-top:-10px;
   color:#666;
}

.accor .panel-title p {
  margin: 0px;
  padding: 0px;

}

.accor .panel-body {
  padding: 15px !important;
}


.accor .panel-collapse {
  float: left;
  width: 100%;
  background-color: #fff;
}

.accor .panel-collapse a {
  color: white;
  font-weight: 500; 
}

.accor.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: medium none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;

}

.accor .panel-default > .panel-heading {
  background-color: white;
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}


.accor .panel-default > .panel-heading a:focus{
  background-color: #e9e9e9;
  color:#111;
}

.accor .panel-default > .panel-heading a:hover{
  background-color: #e9e9e9;
  color:#111;
}


.accor .panel-default > .panel-heading:hover h4 a {
  color: white;
}

.accor .pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block;
}

.accor.panel-group .panel + .panel {
  margin-top: 0px !important;
}


.pagesnumbox {
    margin-top: 30px;
}
.sayfalama {
 display: inline-block;
 font-size:15px;
 color:#333;
 padding:7px 14px;
 margin:2px;

 background:#e9e9e9;
 text-decoration:none;
 font-weight: 600; 

}

.sayfalama:hover {
    background: var(--renk1);
    color: var(--renkyazi1);
}
.sayfalama.sayfalama_active {
    background: var(--renk1);
    color: var(--renkyazi1);
}


.owlkatstyle {
    padding-left: 32px;
    padding-right: 32px;
}
.owlkatstyle .owl-stage{
    margin:auto;
}

.owlkatstyle .owl-nav {

}

.owlkatstyle .owl-nav .owl-next, .owlkatstyle .owl-nav .owl-prev {
    background: none;
    color:#777;
    margin:0px;
    margin-left:4px;
    border-radius:0px;
    padding:4px 8px;
    top: 21%;
    position: absolute;
}
.owlkatstyle .owl-nav .owl-next {
    right: 0;

}
.owlkatstyle .owl-nav .owl-prev {

    left: 0;
    
}
.owlkatstyle .owl-nav .owl-next:hover, .owlkatstyle .owl-nav .owl-prev:hover {
    background:#e9e9e9;
    opacity: 0.8;
    color: #333;
}


.owlkyzmn .owl-nav .owl-next:hover, .owlkyzmn .owl-nav .owl-prev:hover {
    background: rgba(0,0,0,0.0);
    color:#fff;
}
.owlkyzmn .owl-nav .owl-next, .owlkyzmn .owl-nav .owl-prev {
  background: rgba(0,0,0,0.2);
  color:#fff;
}


.owlkatstyle .owl-nav .owl-next:after {
  font-family: 'Font Awesome\ 5 Free'; 
  content: "\f054";
  font-size:14px;
  font-weight: 900;

}
.owlkatstyle .owl-nav .owl-prev:after {
    font-family: 'Font Awesome\ 5 Free'; 
    content: "\f053";
    font-size:14px;
    font-weight: 900;
}

.owlkatstyle .owl-nav .owl-next:before {
}
.owlkatstyle .owl-dots {
    margin-top:15px !important;

}
.owlkatstyle .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #666;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.owlkatstyle .owl-dots .owl-dot.active span {
    background: #999;
}


.katlistdiv {
    margin-bottom: 30px;
}

.projkatlist {
    position: relative;
    list-style: none;
    margin:0px;
    padding:0px;
    display: block;
}

.projkatlist li{
    list-style: none;
    margin:0px;
    padding:0px;
    float: left;
    margin-bottom: 5px;
}
.projekatlink {
    display: block;
    padding: 15px 7px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #222;
    transition: all 150ms ease-out;
    border:1px solid #e9e9e9;
    border-bottom:3px solid #e9e9e9;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.projekatlink:hover {
    background: var(--renk2hover);
    color: var(--renkyazi2);
}
.projekatlink:focus {

}

.dtyowl {
    padding-left: 32px;
    padding-right: 32px;
}
.dtyowl .owl-nav {
    display:inline-block;
    text-align:right;
}

.dtyowl .owl-nav .owl-next, .dtyowl .owl-nav .owl-prev {
    background: none;
    color:#777;
    margin:0px;
    margin-left:4px;
    border-radius:0px;
    padding:4px 8px;
}
.dtyowl .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 27%;
}
.dtyowl .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 27%;
}
.dtyowl .owl-nav .owl-next:hover, .dtyowl .owl-nav .owl-prev:hover {
    background:#e9e9e9;
    opacity: 0.8;
    color: #333;
}


.dtyowl .owl-nav .owl-next:after {
  font-family: 'Font Awesome\ 5 Free'; 
  content: "\f054";
  font-size:18px;
  font-weight: 900;

}
.dtyowl .owl-nav .owl-prev:after {
    font-family: 'Font Awesome\ 5 Free'; 
    content: "\f053";
    font-size:18px;
    font-weight: 900;
}

.dtyowl .owl-dots {
    margin-top:15px !important;

}
.dtyowl .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}
.dtyowl .owl-dots .owl-dot.active span {
    background: #111;
}
.prjdtythumb {

}
.prjdtythumb .item a {
    display: inline-block;
    height: 99px;
    overflow: hidden;
}
.prjdtythumb .item a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}


.whatsappdiv2{
  margin: 0 auto;
  margin-bottom: 0px;
  background: #4dc247;
  color: #fff;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 18px;
  z-index: 10;
  text-align: center;
  border:1px solid #fff;
  transition: all 150ms ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.whatsappdiv2 i{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    transition: all 150ms ease-out;
}
.whatsappdiv2 a{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.whatsappdiv2 a span{
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 3px 8px;
    background-color: #4dc247;

}
.whatsappdiv2:hover{ 
  background: #fff;
}

.whatsappdiv2:hover i{
  color: #4dc247;
}



@media (min-width: 992px) and (max-width: 1200px) { 

    .sagbg {right: -240px;}
    .solbg {left: -240px;}

}

@media (min-width: 768px) and (max-width: 992px) {
}

@media (max-width: 768px){

    .slider {

        height: var(--slideryuksekmobil);
    }
    .header_ic {
     position:relative;
     padding:14px 15px;
 }

 .header_g {
    position: relative;
    background:#111;
    min-height: 120px;
    height: auto;
    display: block;
}
.header3abs {
    position: relative;
    
}
.header3abs .container{
    padding: 0px;
}

.logodiv { 
    width: auto;
    display: inline-block;
}

.logo {
    display:inline-block;
    position:relative;
    z-index:1;
    text-align:center;
}

.logo_img {
    max-width: 170px;
    margin-top:0px;
}
.ust_menu {
    display: none;
}
.menu_bg {
    display: none;
}
.header_menu {
    display: none;
}
.header_menu2 {
    display: none;
}

.menu_btn {
    display: inline-block;
}

.header_ust2 {
    padding: 5px 0px 5px 0px;
}
.sosyal_icon {
    display: block;
    text-align: center;
    float: none;
}
.sosyal_icon a{
    font-size: 13px;
}
.ust_menu2 {
    float: none;
    display: block;
    text-align: center;
}
.ust_menu2 li {
    padding: 0px 0px 0px 8px;
    font-size: 13px;
}
.ust_menu3 {
    float: none;
    display: block;
    text-align: center;
}
.ust_menu3 li {
    padding: 0px 0px 0px 8px;
    font-size: 13px;
}
.sosyal_icon2 {
    display: block;
    text-align: center;
    float: none;
}
.mainformdiv {

    margin-top: 0px;

}
.tel_ a {
    font-size: 12px;
    font-size: 500;
}
.tel_ span{
    font-size: 12px;
    font-size: 500;
}
.tel_ a i {
    font-size: 12px;
    width: auto;
    height: auto;
    border: 0px;
}
.page_bg {

    padding: 15px !important;
    padding-top: 24px !important;
}
.page_title h2{ 

    font-size: 19px;
    margin-bottom: 0px;

}
.main_title {
    text-align: left !important;
}
.main_title h2{ 
    font-size: 19px;
    margin-bottom: 0px;
    font-weight: 600;
}
.page_title{ 

    margin-bottom: 15px;
}


.urundiv .urundivimg {height: auto;}
.urundiv .urunbaslik span{ font-size: 14px; font-weight: 600;}
.urunbaslikower {
    height: auto;
}
.teamdiv .teamdivimg {height: 148px;}
.teamdiv .teambaslik span{ font-size: 13px; font-weight: 600;}
.teamdiv .teambaslik small {  font-size: 12px;}
.teamdiv .teambaslik {padding: 7px 6px;}

.teambaslikower {
    height: auto;
}
.projediv .projedivimg {height: 107px;}
.projediv .projebaslik span{ font-size: 13px; font-weight: 500;}
.projediv .projebaslik {
    padding: 5px;
}
.projebaslikower {
    height: 31px;
}

.belgediv .belgedivimg {height: 212px;}
.belgediv .belgedivimg img{}
.belgediv .belgebaslik span{ font-size: 13px; font-weight: 600;}
.belgebaslikower {
    height: auto;
}
.urunlistdiv .urunlistdivimg {height: 148px;}
.urunlistdiv .urunlistbaslik span{ font-size: 13px; font-weight: 400;}
.urunlistfiyat{ font-size: 13px; font-weight: 600;}
.urunlistdiv .urunlistbaslik {
    padding: 5px;
}
.urunlistbaslikower {
    height: 32px;
}

.urunkatdiv .urunkatdivimg {height: auto;}
.urunkatdiv .urunkatbaslik span{ font-size: 14px; font-weight: 600;}
.urunkatbaslikower {
    height: auto;
}

.projekatdiv .projekatdivimg {height: auto;}
.projekattitleback span {
    font-size: 16px;
}

.yazbox h3{
    font-size: 14px;
    min-height: 52px;
    height: auto;
}
.yazbox p{
    font-size: 13px;
    height: 38px;
}
.yazbox span{
    font-size: 12px;
}
.yazboximg {
    height: 95px;
}
.yazboxpad {
    padding: 7px;
}

.yazboximg10 {
    height: 86px;
}
.yazbox10 h3{
    font-size: 14px;
    min-height: 52px;
    height: auto;
}
.yazbox10 span{
    font-size: 12px;
}

.haberbox h3{
    font-size: 14px;
    min-height: 52px;
    height: auto;
}
.haberbox p{
    font-size: 13px;
    height: 38px;
}
.haberbox span{
    font-size: 12px;
}
.haberboximg {
    height: 95px;
}
.haberboxpad {
    padding: 7px;
}



.roomdiv .roomdivimg {
    height: 180px;
}
.roomdivtitleback span {
    font-size: 16px;
}

.tab_list {
    display: block;
    background-color:#fff;
}
.tab_list li {
    margin-bottom: 1px;
}
.tab_list li a{
    font-size: 13px;
    padding: 10px;
}

.m_galeri_a {
    height:100px;
}
.m_galeri_baslik{
    font-size: 13px;
    font-weight: normal;
}
.galeri_kat_efekt i {
    font-size: 20px;
    margin-top: 10%;
}

.galeri_kat a {
    height:100px;
}
.galeri_kat_baslik{
    font-size: 13px;
    font-weight: normal;
}

.sliderbox{
    padding: 4px 7px;
    margin-bottom: 7px;
}
.sliderbox h1{
    font-size: 18px;
    font-weight: 600;
}
.sliderbox2{
    padding: 4px 7px;
    max-width: 300px;
    margin-bottom: 7px;
}
.sliderbox2 p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.0;
}
.slidercontent .btn_s {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;

}

.slidertable {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10000;
}
.carousel-indicators {
    display: none;
}

.yazi {
    font-size:14px;
}
.tabdiv3 {
 font-size:14px;   
}

.projekatlink {
    padding: 8px 5px;
    font-size: 13px;
    font-weight: 500;
}

.prjdtythumb .item a {
    height: 62px;
}
.prjdtytitle h2 {
    font-size: 20px;
}

.markadiv_ .markadivimg{
    line-height:70px;
}
.markadiv .markadivimg img{
    max-height: 70px;
}
.markadivbaslik{
    font-size: 12px;
    font-weight: 400;
}

.markadiv_10 .markadivimg10{
    line-height:70px;
}
.markadiv10 .markadivimg10 img{
    max-height: 70px;
}

.hbrdtyimg{    
    height: 195px;
}
.oddtyimg {    
    height: 179px;
}
.page_title120 h2 {
    font-size: 20px;
}
.hbrdtytitle h2{
   font-size: 19px;
   font-weight: 600;   
}
.page_title130 h3{
    font-size: 17px;
}
.solp {
    display: none;
}

.icerik {
    margin: 30px auto 30px auto;
    min-height: 300px;
}

.krm_btn3 {
    padding:7px 20px;
    font-size:13px;
    font-weight:normal;
}

.whatsappdiv2 {
    zoom:0.8;
}
.headergolg {
    display: none;
}

.tlpbtn2 {
    zoom:0.8;
}
.homsy_ .homsy_icon img{
    width: 80px;
    height:80px;
}
.homsy_ b{
    font-size: 24px;
}
.homsy_ span{
    font-size: 14px;
}
.footerdiv {
    text-align: center;
}

.footerdiv h2 {
    font-weight: 600;
    font-size: 19px;
}
.footerdiv h2:after {
    margin:0 auto;
    margin-top: 10px;
}
.iletisim_list_f li i {
    display: inline-block;
    right: 5px;
}
.iletisim_list_f li span {
    display: inline-block;
}

}



@media (min-width: 480px) and (max-width: 768px) {

    .m_galeri_a {
        height:165px;
    }

}





