﻿.slider {
    height: 100vh;
    min-height: 100%;
    position: relative;
}
.slider_desc {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10 !important;
}
.slider_desc2 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    padding-top: 50px;
}
.slider_desc3 {
    position: relative;
    text-align: left;
    padding-top: 100px;
}
.slider_desc3 .silbox {
    padding: 5px 20px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    background: #1c2f3c;
    font-size: 29px;
    font-weight: 500;
    display: inline-block;
    -webkit-animation-name: ani2;
    -webkit-animation-duration: 2s;
    animation-name: ani2;
    animation-duration: 1.5s;
}
.slider_desc3 h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.slider_desc3 p {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -webkit-animation-name: ani2;
    -webkit-animation-duration: 2s;
    animation-name: ani2;
    animation-duration: 1.5s;
}
.slider_mask {
    height: 269px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: url(../img/slider_alt_bg.png) no-repeat center top;
}
.slider_desc3 .btn_s {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 #000;
    color: #fff;
    padding: 9px 35px;
    background: #1f3645;
    border-radius: 25px;
    transition: all 150ms ease-out;
    display: inline-block;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    animation-name: example;
    animation-duration: 1.5s;
}
.slider_desc3 .btn_s:hover {
    background: #fff;
    color: #333;
}
.sliderimgdiv {
    z-index: 10 !important;
}
.sliderimgdiv img {
    max-width: 100%;
    z-index: 10 !important;
    -webkit-animation-name: ani2;
    -webkit-animation-duration: 2s;
    animation-name: ani2;
    animation-duration: 1.5s;
}
.carousel-control {
    z-index: 10;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 0;
    color: #fff;
}
.carousel-control {
    position: absolute;
    top: 45%;
    bottom: auto !important;
    left: 0;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0;
    opacity: 1;
    height: auto;
    line-height: 1;
}
.slider .carousel-inner {
    height: 100vh;
}
.carousel-inner .item {
    padding: 0 0;
    height: 100%;
    width: 100%;
    background: no-repeat top center #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: absolute;
}
.slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333 !important;
    border: 0 !important;
    border-radius: 10px;
}
.slider .carousel-indicators .active {
    background-color: #f03434 !important;
}
.slider .carousel-indicators {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.slider_desc3 h1 {
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    animation-name: example;
    animation-duration: 1s;
    position: relative;
}
.carousel-control-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 500;
    background: red;
    width: 50px;
    height: 50px;
}
@keyframes example {
    from {
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes ani1 {
    from {
        right: -140px;
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        right: 0;
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes ani2 {
    from {
        right: -140px;
        transform: scale(0.5);
        opacity: 1;
    }
    to {
        right: 0;
        transform: scale(1);
        opacity: 1;
    }
}
.denemeani {
    -webkit-animation-name: example_;
    -webkit-animation-duration: 2s;
    animation-name: example_;
    animation-duration: 1s;
    position: relative;
    width: 100px;
    height: 100px;
    background: #ccc;
    animation-iteration-count: 10000;
}
body {
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    font-size: 15px;
    color: #333;
    height: 100%;
    box-sizing: border-box;
    display: block;
}
html {
    height: 100%;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
header {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.header_ust {
    padding: 10px 15px;
}
.header_ic {
    position: relative;
    padding: 35px 15px;
    box-sizing: border-box;
}
.logodiv {
    float: left;
    display: inline-block;
}
.logo {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}
.logo_img {
    position: relative;
    border: 0;
    max-width: 100%;
}
.sosyal_icon {
    display: inline-block;
}
.sosyal_icon a {
    text-decoration: none;
    color: #1e1c21;
    font-size: 18px;
    padding: 0 5px 0 5px;
    display: inline-block;
}
.sosyal_icon a:hover {
    color: #cb6000;
}
.sosyal_icon a:last-child {
    margin-right: 0;
    padding: 0 0 0 5px;
}
.menu_btn {
    position: relative;
    z-index: 5;
    padding: 8px 11px 5px 11px;
    display: none;
    border-radius: 4px;
    margin-top: 0;
    float: right;
}
.menu_btn i {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.menu_close {
    color: #fff;
    background: #;
    font-size: 30px;
    float: right;
    padding: 0;
}
.menu_close:hover {
    color: #e62d2e;
}
.acilan_menu {
    display: none;
    width: 80%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 10000;
    border-right: 4px solid #ae1001;
    padding: 15px;
    min-height: 100%;
    transition: all 350ms ease-out;
    background-color: #1c2335;
}
.acilan_menu_baslik {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    float: left;
    padding-top: 12px;
}
.menu_cizgi {
    height: 1px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.acilan_menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.acilan_menu_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.acilan_menu_list li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 9px 0;
    border-bottom: 1px solid #333;
    transition: all 250ms ease-out;
    font-weight: 500;
}
.acilan_menu_list li a:hover {
    background: #ae1001;
    padding-left: 7px;
    color: #fff;
}
.acilan_menu_list ul {
    position: relative;
    z-index: 5;
    display: none;
    padding: 0;
    margin: 0;
    padding: 7px 7px 7px 15px;
}
.acilan_menu_list ul li a {
    font-weight: 400;
}
.menu_bg {
    background: #1c2335;
    width: 100%;
    border-bottom: 3px solid #ed1c24;
}
.header_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    padding-top: 5px;
    float: right;
    margin-right: 40px;
}
.header_menu li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: inline-block;
}
.header_menu li i {
    color: #666;
}
.header_menu li a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 0 #333;
    transition: all 250ms ease-out;
    text-align: center;
    border-radius: 25px;
}
.header_menu li:hover a {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.header_menu li:hover i {
    opacity: 1;
    color: #ccc;
}
.header_menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: none;
}
.header_menu ul {
    position: absolute;
    z-index: 1;
    display: none;
    width: 250px;
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.22);
}
.header_menu li ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0 8px 10px;
    color: #2a2a2a;
    text-align: left;
    text-decoration: none;
    border-top: 0;
    border-bottom: 1px solid #dadada;
    transition: all 250ms ease-out;
    display: block;
    border-right: 0;
    text-shadow: 0 0 0 #333;
    background: #333;
}
.header_menu li ul li a:hover {
    border-top: 0 solid #53bb53;
    background: #eee;
    color: #02697e;
}
.header_menu li:hover ul {
    display: block;
}
.trh {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
.ust_menu {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-block;
}
.ust_menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    padding: 2px 0 0 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: all 150ms ease-out;
}
.ust_menu li a {
    color: #fff;
    text-decoration: none;
}
.ust_menu li i {
    margin-right: 4px;
    font-size: 15px;
    vertical-align: inherit;
}
.searchfrm {
    margin-top: 8px;
    float: right;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.searchfrm .form-control {
    width: 186px;
    border-radius: 0;
    border: 0;
    height: 40px;
    float: left;
}
.searchfrm .btn {
    float: left;
    background: #ed1c24;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 10px 17px;
    transition: all 150ms ease-out;
    border-radius: 0;
}
.searchfrm .btn:hover {
    background: #465272;
}
.searchfrm2 {
    margin-top: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #971818;
}
.searchfrm2 .form-control {
    width: 80%;
    border-radius: 0;
    border: 0;
    height: 40px;
    float: left;
    color: #fff;
    background: 0 0;
    box-sizing: border-box;
}
.searchfrm2 .btn {
    float: left;
    background: #1f3645;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 10px 17px;
    width: 20%;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 150ms ease-out;
}
.searchfrm .btn:hover {
    background: #465272;
}
.mainyazi {
    color: #5e6362;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
.menu_mgz {
    margin: 0;
    padding: 15px;
    list-style: none;
    display: block;
    background: #f5f5f5;
    margin-bottom: 15px;
}
.menu_mgz:after {
    content: "";
    display: block;
    clear: both;
}
.menu_mgz li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    display: block;
}
.menu_mgz li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 12px 5px;
    color: #333;
    transition: all 150ms ease-out;
    border-bottom: 1px solid #ccc;
}
.menu_mgz li a span {
    color: #666;
    font-size: 13px;
    font-weight: 400;
}
.menu_mgz li a:hover {
    background: #fff;
    color: #333;
}
.pagenum {
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.pagenum a {
    padding: 6px 12px;
    color: #666;
    font-size: 14px;
    background: #eee;
    font-weight: 500;
}
.pagenum a:hover {
    background: #d52020;
    color: #fff;
}
.pagenum a.active {
    background: #d52020;
    color: #fff;
}
.srdiv {
    padding: 15px;
    background-color: #f0f0f0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.srdiv h4 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #000;
}
.srdiv p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 14px;
}
.srimg {
    padding-right: 0;
}
.srimg img {
    max-width: 100%;
    border-radius: 50%;
}
.srcvpback {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}
.ncvp {
    font-size: 14px;
    font-weight: 600;
    color: #999;
}
.kitapbox {
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #f5f5f5;
}
.kitapimg img {
    max-width: 100%;
}
.kitaptext {
    padding: 15px 15px 15px 0;
}
.kitaptext h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.kitaptext p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.blg {
    margin-bottom: 10px;
}
.blg li {
    list-style: none;
    margin-right: 7px;
    display: inline-block;
}
.altkatlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.altkatlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: none;
}
.altkatlist li a {
    font-weight: 500;
    font-size: 15px;
    color: #d52020;
    padding: 8px 20px;
    display: block;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #d52020;
    margin-right: 5px;
}
.altkatlist li a:hover {
    transition: all 150ms ease-out;
    background: #1f3645;
    border: 1px solid #1f3645;
    color: #fff;
}
.altkatlist li a.active {
    transition: all 150ms ease-out;
    background: #1f3645;
    border: 1px solid #1f3645;
    color: #fff;
}
.proje_baslik {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding-bottom: 7px;
    margin-bottom: 12px;
}
.proje_01 {
    font-size: 14px;
    font-weight: 700;
    color: #f89406;
    line-height: 21px;
}
.proje_02 {
    font-size: 14px;
    color: #333;
    line-height: 21px;
}
.proje_ww {
    text-decoration: none;
    color: #097691;
}
.proje_cizgi {
    height: 1px;
    border-bottom: 1px solid #e9e9e9;
    margin: 5px 0;
}
.www {
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    background: #f89406;
    color: #fff;
    padding: 8px 20px;
    margin-top: 7px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #f89406;
}
.www:hover {
    border: 1px solid #e4831c;
    color: #333;
    background: 0 0;
}
.ref_geridon {
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    color: #333;
    background: 0 0;
    padding: 8px 20px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #1eb453;
}
.ref_geridon:hover {
    border: 1px solid #333;
    color: #000;
    background: 0 0;
}
.sol_ {
    margin-bottom: 20px;
}
.sol_baslik {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    border-radius: 0;
}
.sol_list {
    margin: 0;
    padding: 15px;
    list-style: none;
    border: 1px solid #e9e9e9;
}
.sol_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.sol_list li a {
    font-size: 15px;
    font-weight: 400;
    padding: 9px 0;
    display: block;
    text-decoration: none;
    color: #333;
    border-radius: 0;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 0;
}
.sol_list li a span {
    display: inline-block;
    position: relative;
    float: left;
    line-height: 34px;
    padding-top: 3px;
}
.sol_list li a span:after {
    content: "";
    width: 0;
    height: 2px;
    background: #48aad8;
    display: block;
    bottom: 0;
    left: 0;
    margin-top: 5px;
    transition: all 0.3s;
}
.sol_list li a:hover span:after {
    width: 80px;
}
.sol_list li a i {
    margin-right: 7px;
    color: #f03433;
    font-size: 14px;
    vertical-align: baseline;
}
.sol_list li a:hover {
    background: #f03433;
    color: #fff;
}
.sol_list li a:hover i {
    transform: rotate(360deg);
}
.popbox {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    background-image: linear-gradient(180deg,rgba(163,0,0,0.97) 0%,rgba(163,0,0,0.97) 100%),url(https://anadolumarmarasporokullari.com/wp-content/uploads/2021/09/Logo_fav.png)!important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.popboxin {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.popboxin h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.popclose {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.logfrm label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
.logfrm .radio-inline {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    padding-top: 10px;
}
.logfrm .btn {
    background: #c4112a;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 10px 14px;
    transition: all 150ms ease-out;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
}
.logfrm .btn:hover {
    background: #f7941d;
}
.logfrm .sound {
    float: right;
    display: inline-block;
    background: 0 0;
    color: #fff;
    border: 0;
    padding: 8px 14px;
    transition: all 150ms ease-out;
    border-radius: 4px;
    font-size: 20px;
}
.logfrm .form-control {
    color: #111;
    font-size: 14px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 0 0 transparent;
    background-repeat: no-repeat;
    background-position: center left;
}
.logfrm .form-control::placeholder {
    color: #111;
}
.logfrm .dropdown {
    padding: 7px 12px;
}
.logfrm .textrea {
    height: 80px;
}
.yazi_b {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}
.yazi {
    color: #111;
    font-size: 15px;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}
.ustbtn_ {
    float: right;
    margin-top: 8px;
}
.ustbtn_ a {
    display: inline-block;
    padding: 7px 30px;
    background: #1c303d;
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
    border-radius: 25px;
    transition: all 150ms ease-out;
    cursor: pointer;
}
.ustbtn_ a.trun {
    background: #fe952a;
}
.ustbtn_ a:hover {
    background: #e4e4e4;
    color: #333;
}
.devami {
    display: inline-block;
    padding: 9px 30px;
    background: #1c303d;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    border-radius: 25px;
    transition: all 150ms ease-out;
}
.devami:hover {
    text-shadow: 0 2px 1px #333;
    background: #d52020;
    color: #fff;
}
.dty {
    display: inline-block;
    padding: 9px 35px;
    background: #c52c2c;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    transition: all 150ms ease-out;
    border-radius: 25px;
    margin-right: 7px;
}
.dty:hover {
    background: #282828;
    color: #fff;
}
.dty.gri {
    background: #e4e4e4;
    color: #666;
}
.dty.gri:hover {
    background: #f52c2c;
    color: #fff;
}
.dty.kirmizi {
    background: #d52020;
    color: #fff;
}
.dty.kirmizi:hover {
    background: #fe952a;
    color: #fff;
}
.tm {
    float: right;
    display: inline-block;
    padding: 4px 10px;
    background: #ed1c24;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    transition: all 150ms ease-out;
}
.tm:hover {
    text-shadow: 0 2px 1px #333;
    background: #1c2335;
    color: #fff;
}
.yazbox {
    margin-bottom: 15px;
}
.yazbox > a {
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all 150ms ease-out;
    display: inline-block;
}
.yazbox_ {
    margin-bottom: 15px;
}
.yazboximg {
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
}
.yazboximg img {
    width: 100%;
    min-height: 100%;
}
.yazbox_ h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    height: 38px;
    overflow: hidden;
}
.yazbox_ p {
    margin: 0;
    padding: 0;
    color: #5a5a5a;
    font-size: 14px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}
.homyuk {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    min-height: 630px;
    background: url(../img/y_bg.jpg) top center no-repeat #1f3644;
    margin-bottom: 38px;
}
.homyukustpng {
    top: 0;
    position: absolute;
    height: 107px;
    width: 100%;
    background: url(../img/y_ust_png.png) top center no-repeat;
}
.homyukaltpng {
    bottom: 0;
    position: absolute;
    height: 88px;
    width: 100%;
    background: url(../img/y_alt_png.png) top center no-repeat;
}
.hometxt_ h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #3b3b3b;
    font-weight: 600;
    margin-bottom: 16px;
}
.hometxt_ p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #646262;
}
.main_title2 {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.main_title2 h2 {
    padding: 0;
    margin: 0;
    font-size: 29px;
    color: #1c2335;
    font-weight: 600;
    display: inline-block;
}
.main_title2_ h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 2px;
    margin-top: 12px;
}
.main_title {
    margin-bottom: 27px;
}
.main_title h2 {
    padding: 0;
    margin: 0;
    font-size: 32px;
    color: #1f3645;
    font-weight: 700;
    display: inline-block;
}
.main_title b {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 24px;
    color: #ae1001;
    font-weight: 500;
    display: block;
    font-family: Courgette, cursive;
}
.main_title h2 span {
    color: #d52020;
}
.main_title h2:after {
    content: "";
    display: block;
    width: 60px;
    background: #ed1c24;
    height: 4px;
    margin-top: 12px;
}
.homhiz_ {
    transition: all 150ms ease-out;
    text-align: center;
    padding: 35px 15px;
    border-radius: 10px;
    background: #fff;
    border-bottom: 2px solid #f28483;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 226px;
}
.homhiz_ img {
    max-width: 87px;
    margin-bottom: 30px;
    transition: all 150ms ease-out;
}
.homhiz_ h3 {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: all 150ms ease-out;
}
.homhiz:nth-last-child(odd) {
    margin-top: -40px;
    padding-bottom: 40px;
}
.homhiz:hover .homhiz_ {
    background: #1f3645;
}
.homhiz:hover .homhiz_ h3 {
    color: #fff;
}
.homhiz:hover .homhiz_ img {
    filter: brightness(0) invert(1);
}
.refdiv {
    height: 260px !important;
    margin-bottom: 25px;
}
.refdiv_ {
    padding: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 150ms ease-out;
}
.refdiv_ .col-sm-6 {
    display: block;
    right: 0;
}
.refdiv_title {
    margin-bottom: 5px;
}
.refdiv_title h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #1f3645;
    font-weight: 700;
    display: inline-block;
}
.refdiv_title h2:after {
    content: "";
    display: block;
    width: 50px;
    background: #ed1c24;
    height: 3px;
    margin-top: 12px;
}
.refdivtxt {
    position: relative;
    height: 100%;
}
.refdivtxt p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.refdivbtn {
    padding: 6px 28px;
    background: #c52c2c;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    transition: all 150ms ease-out;
    border-radius: 25px;
    margin-right: 7px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.refdivbtn:hover {
    background: #282828;
    color: #fff;
}
.refdiv_img {
    height: 232px;
    overflow: hidden;
}
.refdiv_img img {
    max-width: 100%;
}
.refdiv:hover .refdiv_ {
    border: 5px solid #f52c2c;
}
.srsr {
    float: right;
    display: inline-block;
    padding: 10px 35px;
    background: #d8a92d;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}
.srsr:hover {
    background: #1c2335;
    color: #fff;
}
.login_form2 {
    display: none;
}
.login_form2 label {
    font-weight: 500;
    color: #666;
}
.login_form2 .btn {
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    padding: 10px 25px;
    transition: all 150ms ease-out;
}
.login_form2 .btn i {
    margin-left: 7px;
}
.login_form2 .btn:hover {
    background: #172837;
    color: #fff;
}
.login_form2 .form-control {
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    border-radius: 0;
    border: 1px solid #e9e9e9;
}
.login_form2 .textrea {
    height: 95px;
}
.login_form2 .checkbox label {
    color: #666;
}
.login_form2 .checkbox label a {
    color: #fff;
    text-decoration: underline;
}
.login_form2 .form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.login_form2 .form-control:-ms-input-placeholder {
    color: #666;
}
.login_form2 .form-control::-webkit-input-placeholder {
    color: #666;
}
.homcontainer {
    position: relative;
    z-index: 5;
}
.pageboxbg {
    background: url(../img/pagebg.jpg) bottom center no-repeat;
    height: 290px;
    width: 100%;
    position: relative;
    padding-top: 170px;
}
.pageboxbgmask {
    bottom: 0;
    position: absolute;
    height: 50px;
    width: 100%;
    background: url(../img/pagemask.png) top center no-repeat;
}
.page_title {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.page_title h2 {
    padding: 0;
    margin: 0;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.page_title h2:after {
    content: "";
    display: block;
    width: 40px;
    background: #fff;
    height: 3px;
    margin-top: 12px;
}
.icerik {
    margin: 50px auto 50px auto;
    min-height: 300px;
}
.icerik2 {
    margin: 25px auto 25px auto;
}
.m_galeri_kat {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0 solid #ccc;
}
.m_galeri_kat:hover .m_galeri_img2 {
    transform: scale(1.2) rotate(0);
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.m_galeri_img2 {
    min-height: 100%;
    width: 100%;
    transition: all 0.3s ease-out;
    vertical-align: text-bottom;
}
.m_galeri_a2 {
    height: 110px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.m_galeri_efekt2 {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(174, 16, 1, 0.5);
    transition: all 0.2s ease-out;
    text-align: center;
}
.m_galeri_efekt2 i {
    font-size: 250px;
    color: #fff;
    margin-top: 25%;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.m_galeri_kat:hover .m_galeri_efekt2 i {
    transform: rotate(360deg);
    font-size: 40px;
    opacity: 1;
}
.m_galeri_kat:hover .m_galeri_efekt2 {
    width: 100%;
    z-index: 5;
    opacity: 1;
}
.galkatyaz {
    text-align: center;
    height: 42px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    overflow: hidden;
}
.m_galeri_l {
    padding: 15px;
    display: inline-block;
    overflow: hidden;
    border-bottom: 0 solid #ccc;
}
.m_galeri_l:hover .m_galeri_img {
    transform: scale(1.2) rotate(0);
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.m_galeri_img {
    min-height: 100%;
    width: 100%;
    transition: all 0.3s ease-out;
    vertical-align: text-bottom;
}
.m_galeri_a {
    height: 105px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.m_galeri_efekt {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(174, 16, 1, 0.5);
    transition: all 0.2s ease-out;
    text-align: center;
}
.m_galeri_efekt i {
    font-size: 250px;
    color: #fff;
    margin-top: 25%;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.m_galeri_l:hover .m_galeri_efekt i {
    transform: rotate(360deg);
    font-size: 40px;
    opacity: 1;
}
.m_galeri_l:hover .m_galeri_efekt {
    width: 100%;
    z-index: 5;
    opacity: 1;
}
.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: #ed1c24;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 9px 32px;
    transition: all 150ms ease-out;
    margin-bottom: 20px;
    border-radius: 0;
}
.iletisim_form .btn:hover {
    background: #de9a1a;
}
.iletisim_form .form-control {
    font-size: 13px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 0 0 transparent;
}
.iletisim_form .dropdown {
    padding: 7px 12px;
}
.iletisim_form .textrea {
    height: 140px;
}
.iletisim_baslik {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.iletisim_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.iletisim_list li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 8px 0;
}
.iletisim_list li span {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
}
.iletisim_list li .icon_ {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    line-height: 1.8;
    margin-right: 10px;
    border-radius: 50%;
}
.iletisim_list li i {
    margin-right: 17px;
    vertical-align: baseline;
    color: #666;
    font-size: 18px;
}
.iletisim_sosyal_icon {
    display: inline-block;
}
.iletisim_sosyal_icon a {
    text-decoration: none;
    color: #666;
    font-size: 16px;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f9f9f9;
    text-align: center;
    line-height: 35px;
    transition: all 250ms ease-out;
}
.iletisim_sosyal_icon a:hover {
    background: #ed1c24;
    color: #fff;
}
.iletisim_sosyal_icon a:last-child {
    margin-right: 0;
    padding: 0 0 0 5px;
}
.filtre {
    margin-bottom: 10px;
    float: right;
}
.filtre a {
    float: none;
    display: inline-block;
    padding: 0 7px 2px 7px;
    line-height: 14px;
    border-left: 1px solid #ccc;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    font-size: 13px;
}
.filtre a:first-child {
    border-left: 0;
    padding-left: 0;
}
.footerustpng {
    top: 0;
    position: absolute;
    height: 173px;
    width: 100%;
    background: url(../img/footer_png.png) top center no-repeat;
}

.footer_ic {
    padding-top: 150px;
    padding-bottom: 40px;
    position: relative;
}
.footer_copyright {
    background: #8c1818;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.footerdiv {
    margin-bottom: 15px;
}
.footer_logo {
    display: block;
    text-align: left;
    margin-bottom: 60px;
}
.footer_logo img {
    max-width: 100%;
}
.footer_iletdiv {
    background: #fcad18;
    padding: 14px 0;
    text-align: center;
}
.footer_iletdiv span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}
.footer_iletbtn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px 28px;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all 150ms ease-out;
    background: #032030;
}
.footer_iletbtn:hover {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
}
.footerdiv h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 23px;
}
.footerdiv h2:after {
    width: 50px;
    content: "";
    height: 3px;
    background: #fff;
    margin-top: 10px;
    display: block;
}
.footerdiv h2 span {
    font-weight: 600;
    color: #fff;
}
.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu li a {
    position: relative;
    padding: 2px 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 280ms ease-out;
    border-bottom: 1px solid transparent;
    font-weight: 400;
}
.footer_menu li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #a2c1d3;
    display: block;
    transition: all 0.3s;
    margin-top: 0;
}
.footer_menu li a:hover:after {
    width: 35px;
}
.footer_menu li a i {
    font-size: 12px;
    margin-right: 5px;
    transition: all 280ms ease-out;
}
.footer_menu li a:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.footer_menu li a:hover i {
    transform: rotate(360deg) scale(1.4);
    color: #ffcb05;
}
.footer_social_icon {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer_social_icon a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 0 5px 0 5px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 1.9;
    transition: all 280ms ease-out;
}
.footer_social_icon a:hover {
    color: #fff;
    transform: scale(1) rotate(0);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.footer_social_icon a:last-child {
    margin-right: 0;
    padding: 0;
}
.iletisim_list_f {
    padding: 0;
    margin: 0;
    list-style: none;
}
.iletisim_list_f li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 6px 0;
}
.iletisim_list_f li span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.iletisim_list_f li b {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    color: #e1e1e1;
    font-size: 15px;
    text-align: left;
}
.iletisim_list_f li i {
    margin-right: 7px;
    vertical-align: baseline;
    color: #fff;
    font-size: 15px;
}
header {
    position: fixed;
    background-color: #c01a1aeb;
    z-index: 99;
    border-width: 1px;
    border-color: #5a000038;
    height: 70px;
}
.header_ic {
    padding: 10px 15px;
}
.header_menu .menuTam {
    height: 100vh;
    top: 0;
    padding-top: 70px;
    background-color: #000000b8;
    position: fixed;
    top: 0;
    z-index: 1;
}
.header_menu .menuTam a {
    border-radius: 0;
}
.yukselis {
    display: block;
}
.rocket {
    max-width: 100%;
    position: absolute;
    top: 100px;
    left: 30%;
    z-index: 6;
}
.circleEffect {
    width: 20px;
    height: 20px;
    background: #a9a9a9;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    opacity: 0;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes btnSeachOp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.btn-search {
    padding: 8px 12px !important;
    background: #800 !important;
    position: relative;
}
.btn-search div {
    position: absolute;
    right: 35px;
    padding: 0 0 !important;
    background: #800 !important;
    border-radius: 25px;
    top: 0;
    border-radius: 25px 25px 25px 25px;
    display: none;
}
.btn-search input {
    width: 150px;
    height: 36px;
    border-radius: 20px 0 0 20px;
    padding-left: 10px;
    color: #313131;
    font-size: 13px;
    outline: 0 !important;
    border: none;
}
.btn-dilsec {
    display: inline-block;
    padding: 0;
    color: #fff;
    font-weight: 400;
    transition: all 150ms ease-out;
    cursor: pointer;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.btn-dilsec:hover {
    color: #fff;
}
.btn-dilsec:hover ul {
    display: block;
}
.btn-dilsec ul {
    position: absolute;
    list-style: none;
    margin-top: 0;
    position: absolute;
    display: none;
    left: -50%;
    background-color: #1c2335e0;
    padding: 0;
    z-index: 999;
}
.btn-dilsec ul li {
    background-color: none;
}
.btn-dilsec ul li a:hover {
    border-style: none;
    border-radius: 0;
}
.btn-dilsec a {
    width: 50px;
    list-style: none;
    padding: 0;
    color: #fff;
    font-weight: 400;
    border-style: none;
    transition: all 150ms ease-out;
    cursor: pointer;
    margin-left: 0;
    border-radius: 0;
    background: 0 0;
}
.footerbayrak {
    margin-top: 15px;
}
.footerbayrak ul {
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.footerbayrak ul li {
    display: inline-block;
    margin-right: 10px;
}
.pnlLevha {
    bottom: 0;
    position: absolute;
    top: 400px;
    left: 15%;
    height: 0;
    width: 300px;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    border-color: #ccc;
    border-width: 1px;
    border-radius: 10px;
    color: #fff;
}
.pnlLevha span {
    font-size: 50px;
    color: #ff6634;
    font-weight: 700;
}
.pnlLevhaResim {
    bottom: 0;
    position: absolute;
    overflow: hidden;
    left: 15%;
    text-align: center;
    font-size: 25px;
    border-color: #ccc;
    border-width: 1px;
    border-radius: 10px;
    color: #fff;
    background: url(../img/Logo_beyaz2.png);
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    top: 100px;
    background-size: unset;
}
.mobilsolmenuicerik i {
    color: #3a3a3a;
    height: 35px;
    background-color: #fff;
    width: 35px;
    margin-left: 20px;
    padding: 5px;
    font-size: 26px;
    border-radius: 5px;
}
@media (min-width: 768px) {
    header {
        background-color: rgba(192, 26, 26, 0);
    }
}
@media (max-width: 768px) {
    .homyuk {
        padding-top: 10px;
        padding-bottom: 70px;
        position: relative;
        min-height: 0;
        background: #1f3644;
        margin-bottom: 40px;
    }
    .homyukustpng {
        background: 0 0;
    }
    .homyukaltpng {
        background: 0 0;
    }
    .footer_ic {
        padding-top: 30px;
    }
    .footer_logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    .searchfrm2 {
        margin-top: 15px;
        width: 70%;
        margin-left: 15%;
        margin-bottom: 15px;
    }
    .searchfrm2 .form-control {
        width: 70%;
        border: 0;
        height: 40px;
        float: left;
        color: #fff;
    }
    .searchfrm2 .btn {
        color: #fff;
        padding: 10px 10px;
        width: 35px;
        position: absolute;
        border-radius: 5px;
        box-sizing: border-box;
    }
    footer {
        background: #151a27;
        text-align: center;
    }
    footer .footer_social_icon i {
        font-size: 30px;
    }
    footer .footer_social_icon a {
        width: 40px;
    }
    .footerdiv {
        margin-bottom: 15px;
    }
    .footerdiv h2 {
        position: relative;
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .footerdiv h2:after {
        width: 50%;
        content: "";
        height: 3px;
        background: #fff;
        margin-top: 10px;
        margin-left: 25%;
        display: block;
    }
    .footerustpng {
        background: 0 0;
    }
    .refdiv {
        height: auto !important;
        margin-bottom: 25px;
    }
    .refdivtxt p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #666;
        font-weight: 400;
        margin-bottom: 70px;
    }
    .refdivtxt {
        margin-top: 30px;
    }
    .refdivbtn {
        position: absolute;
        bottom: 10px;
    }
    .btn-search div {
        position: absolute;
        right: 34px;
        padding: 0 0 !important;
        background: #800 !important;
        border-radius: 25px;
        top: 0;
        border-radius: 25px 25px 25px 25px;
        display: none;
    }
    .btn-search input {
        width: 150px;
        height: 33px;
        border-radius: 25px 0 0 25px;
        padding-left: 10px;
        color: #313131;
        font-size: 13px;
    }
    .yukselis {
        display: none;
    }
    header {
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        height: auto;
        z-index: 9;
    }
    .header_ic {
        position: relative;
        padding: 10px 15px;
    }
    .header_g {
        position: relative;
        background: #111;
        min-height: 120px;
        height: auto;
        display: block;
    }
    .logodiv {
        display: block;
        text-align: center;
    }
    .logo {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .logo_img {
        max-width: 180px;
        margin-top: 0;
    }
    .header_menu {
        display: none;
    }
    .menu_btn {
        display: inline-block;
    }
    .ust_menu {
        float: none;
    }
    .slider_text h4 {
        font-size: 18px;
    }
    .slider_text p {
        display: none;
    }
    .yazboximg {
        height: auto;
    }
    .yazbox_ h3 {
        height: auto;
    }
    .main_title2 h2 {
        font-size: 18px;
    }
    .m_galeri_a {
        height: 95px;
    }
    .m_galeri_a2 {
        height: 95px;
    }
    .galkatyaz {
        height: auto;
    }
    .homhiz:nth-last-child(odd) {
        margin-top: 0;
        padding-bottom: 0;
    }
    .refdiv_img {
        margin-bottom: 15px;
        height: auto;
    }
    .ustbtn_ {
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: right;
    }
    .ustbtn_ a {
        padding: 5px 15px;
        font-size: 13px;
    }
    .pageboxbg {
        padding-top: 130px;
    }
    .page_title h2 {
        font-size: 20px;
    }
    .filtre {
        float: none;
    }
    .altkatlist li a {
        display: block;
    }
    .altkatlist li {
        display: block;
    }
    .slider_desc3 {
        padding-top: 75px;
    }
    .slider_desc3 .silbox {
        padding: 4px 10px;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .slider_desc3 h1 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .slider_desc3 p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .slider_desc3 .btn_s {
        padding: 4px 10px;
        font-size: 13px;
    }
    .slider {
        height: 800px;
        min-height: all;
    }
    .slider .carousel-inner {
        height: 100%;
    }
    .popboxin {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .homyuk {
        padding-top: 10px;
        padding-bottom: 70px;
        position: relative;
        min-height: 0;
        background: #1f3644;
        margin-bottom: 40px;
    }
    .homyukustpng {
        background: 0 0;
    }
    .homyukaltpng {
        background: 0 0;
    }
    .footer_ic {
        padding-top: 30px;
    }
    .footer_logo {
        display: inline-block;
        margin-bottom: 15px;
    }
    .searchfrm2 {
        margin-top: 15px;
        width: 70%;
        margin-left: 15%;
        margin-bottom: 15px;
    }
    .searchfrm2 .form-control {
        width: 70%;
        border: 0;
        height: 40px;
        float: left;
        color: #fff;
    }
    .searchfrm2 .btn {
        color: #fff;
        padding: 10px 10px;
        width: 35px;
        position: absolute;
        border-radius: 5px;
        box-sizing: border-box;
    }
    footer {
        background: #151a27;
        
    }
    footer .footer_social_icon i {
        font-size: 30px;
    }
    footer .footer_social_icon a {
        width: 40px;
    }
    .footerdiv {
        margin-bottom: 15px;
    }
    .footerdiv h2 {
        position: relative;
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .footerdiv h2:after {
        width: 50%;
        content: "";
        height: 3px;
        background: #fff;
        margin-top: 10px;
        margin-left: 25%;
        display: block;
    }
    .footerustpng {
        background: 0 0;
    }
    .refdiv {
        height: auto !important;
        margin-bottom: 25px;
    }
    .refdivtxt p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        color: #666;
        font-weight: 400;
        margin-bottom: 70px;
    }
    .refdivtxt {
        margin-top: 30px;
    }
    .refdivbtn {
        position: absolute;
        bottom: 10px;
    }
    .btn-search div {
        position: absolute;
        right: 34px;
        padding: 0 0 !important;
        background: #800 !important;
        border-radius: 25px;
        top: 0;
        border-radius: 25px 25px 25px 25px;
        display: none;
    }
    .btn-search input {
        width: 150px;
        height: 33px;
        border-radius: 25px 0 0 25px;
        padding-left: 10px;
        color: #313131;
        font-size: 13px;
    }
    .yukselis {
        display: none;
    }
    header {
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        height: auto;
        z-index: 9;
    }
    .header_ic {
        position: relative;
        padding: 10px 15px;
    }
    .header_g {
        position: relative;
        background: #111;
        min-height: 120px;
        height: auto;
        display: block;
    }
    .logodiv {
        display: block;
        text-align: center;
    }
    .logo {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .logo_img {
        max-width: 180px;
        margin-top: 0;
    }
    .header_menu {
        display: none;
    }
    .menu_btn {
        display: inline-block;
    }
    .ust_menu {
        float: none;
    }
    .slider_text h4 {
        font-size: 18px;
    }
    .slider_text p {
        display: none;
    }
    .yazboximg {
        height: auto;
    }
    .yazbox_ h3 {
        height: auto;
    }
    .main_title2 h2 {
        font-size: 18px;
    }
    .m_galeri_a {
        height: 95px;
    }
    .m_galeri_a2 {
        height: 95px;
    }
    .galkatyaz {
        height: auto;
    }
    .homhiz:nth-last-child(odd) {
        margin-top: 0;
        padding-bottom: 0;
    }
    .refdiv_img {
        margin-bottom: 15px;
        height: auto;
    }
    .ustbtn_ {
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: right;
    }
    .ustbtn_ a {
        padding: 5px 15px;
        font-size: 13px;
    }
    .pageboxbg {
        padding-top: 130px;
    }
    .page_title h2 {
        font-size: 20px;
    }
    .filtre {
        float: none;
    }
    .altkatlist li a {
        display: block;
    }
    .altkatlist li {
        display: block;
    }
    .slider_desc3 {
        padding-top: 75px;
    }
    .slider_desc3 .silbox {
        padding: 4px 10px;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .slider_desc3 h1 {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .slider_desc3 p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .slider_desc3 .btn_s {
        padding: 4px 10px;
        font-size: 13px;
    }
    .slider {
        height: 800px;
        min-height: all;
    }
    .slider .carousel-inner {
        height: 100%;
    }
    .popboxin {
        width: 90%;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .m_galeri_a {
        height: 165px;
    }
    .urundiv2 .urundivimg {
        height: 150px;
    }
}
.incerikYok {
    text-align: center;
    display: none;
}
.incerikYok i {
    font-size: 70px;
    margin-top: 25px;
    color: #dc4343;
}
.genelincerikYok {
    text-align: center;
}
.genelincerikYok i {
    font-size: 70px;
    margin-top: 25px;
    color: #dc4343;
}
.noclick {
    pointer-events: none;
}
.loadingrot {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.searchfrm2 .chata {
    background: red;
}
.searchfrm2 .conay {
    background: #18bf11;
}
.etiket a {
    margin-right: 15px;
    background-color: #e2e2e2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #6f6f6f;
    display: inline-block;
    margin-bottom: 10px;
}
.etiket a:hover {
    background-color: #655f5f;
    color: #bfbfbf;
}


#haydarDolas {
    position: absolute;
    background: #000;
    width: 1px;
    height: 1px;
    z-index: 999999 !important;
}


