.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgb(0, 0, 0, 0.5);
   /*background: #000;*/
    display: inline-block;
    width: 30px;
    height: 30px;
    /* background: transparent no-repeat center center; */
    background-size: 100% 100%;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' f…3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}
.odaozellik2 {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: solid 1px #ad9355;
    font-size: 17px;
}
.container.odaozellik {
    color: #fff;
}
.odaozellik i {
    font-size: 30px;
    color: #c7a95e;
    padding-right: 5px;
}

h1.odah1 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #735e2d;
    margin-top: 10px;
    margin-bottom: 3px;
    /* border-bottom: 1px solid #919570; */
}

.odaozelback {

    background: #71706e;

}



.odatop {
    border-bottom: 1px solid #9a8246;
    background: #ad9355;
}

i.fa.fa-check.pr-2 {

    color: #eb5874;

}



.odafature {
    border: solid 2px #a5a0a1;
    background: #d7b665;
    border-radius: 8px;
    padding: 5px;
    color: #0c0c0c;
}

input.wpcf7-form-control.wpcf7-text {

    width: 100%;

    border-radius: 8px;

    min-height: 45px;

    padding: 3px;

    border: 2px #a5a0a1 solid;

}

textarea.wpcf7-form-control.wpcf7-textarea {

   width: 100%;

    border-radius: 8px;

    min-height: 45px;

    padding: 3px;

    border: 2px #a5a0a1 solid;

}

.btn-primary {
    color: #fff;
    background-color: #c7a95e;
    border-color: #9a834a;
}

.btn-primary:hover {

    color: #fff;

    background-color: #b2b691;

    border-color: #7d7f68;

}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {

    color: #fff;

    background-color: #b2b691;

    border-color: #82865e;

}



.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {

    box-shadow: 0 0 0 0.2rem rgba(161, 167, 115, 0.65);

}

.screen-reader-response {

    color: #7d4e21;

}




nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top {

    border-bottom: solid 5px #B2B691;

}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {

    color: #71754D;

    border-bottom: solid 2px #E4974D;

}

.navbar-dark .navbar-nav .nav-link {

    color: rgb(69, 74, 67);

}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    color: rgb(113, 117, 79);

    border-bottom: solid 2px #E4974D;

}

li.nav-item {

   padding-right: 5px;
    padding-left: 5px;

}

.bg-dark {

    background-color: #fff!important;

    padding-top: 50px;

}

.topbackground {

   background-color: #08b9ff;

	padding: 3px;

	z-index: 1000;

}



div#alphanz {

    position: absolute;

    bottom: 0px;

 

}

div#online {

   -webkit-border-radius: 15px;

-webkit-border-bottom-right-radius: 1px;

-webkit-border-bottom-left-radius: 1px;

-moz-border-radius: 15px;

-moz-border-radius-bottomright: 1px;

-moz-border-radius-bottomleft: 1px;

border-radius: 15px;

border-bottom-right-radius: 1px;

border-bottom-left-radius: 1px;

    background: #222222;

    width: 100%;

}



.carousel-caption h3{

text-shadow: 3px 3px 2px #222222;

}

.carousel-caption {

    position: absolute;

    right: 15%;

    bottom: 15%;

    left: 15%;

    z-index: 10;

    padding-top: 20px;

    padding-bottom: 20px;

    color: #fff;

    text-align: center;

}

.btn-primary7 {

 

 -webkit-border-radius: 15px;

-webkit-border-bottom-right-radius: 1px;

-webkit-border-bottom-left-radius: 1px;

-moz-border-radius: 15px;

-moz-border-radius-bottomright: 1px;

-moz-border-radius-bottomleft: 1px;

border-radius: 15px;

border-bottom-right-radius: 1px;

border-bottom-left-radius: 1px;

    color: #fff;

    background-color: #222222;

    border-color: #222222;

}

.btn-primary7:hover {



  -webkit-border-top-left-radius: 15px;

-webkit-border-top-right-radius: 15px;

-moz-border-radius-topleft: 15px;

-moz-border-radius-topright: 15px;

border-top-left-radius: 15px;

border-top-right-radius: 15px;

    color: #a88f47;

    background-color: #0c0c0c;

    border-color: #A78E46;

}

 .hovereffect {

width:100%;

height:100%;

float:left;

overflow:hidden;

position:relative;

text-align:center;

cursor:pointer;

}



.hovereffect .overlay {

width:100%;

height:100%;

position:absolute;

overflow:hidden;

top:0;

left:0;

opacity:0;

background-color:rgba(0,0,0,0.5);

-webkit-transition:all .4s ease-in-out;

transition:all .4s ease-in-out

}



.hovereffect img {

display:block;

position:relative;

-webkit-transition:all .4s linear;

transition:all .4s linear;

}



.hovereffect h5 {

  position:fixed;

text-transform:uppercase;

color:#fff;

text-align:center;

position:relative;

font-size:30px;

/*background:rgba(0,0,0,0.6);*/

-webkit-transform:translatey(-100px);

-ms-transform:translatey(-100px);

transform:translatey(-100px);

-webkit-transition:all .2s ease-in-out;

transition:all .2s ease-in-out;

padding-top: 40%;



}







.hovereffect:hover img {

-ms-transform:scale(1.2);

-webkit-transform:scale(1.2);

transform:scale(1.2);

}



.hovereffect:hover .overlay {

opacity:1;

filter:alpha(opacity=100);

}



.hovereffect:hover h5 {

opacity:1;

filter:alpha(opacity=100);

-ms-transform:translatey(0);

-webkit-transform:translatey(0);

transform:translatey(0);

}



.hovereffect:hover a.info {

-webkit-transition-delay:.2s;

transition-delay:.2s;

}

figure.col-md-4 {

    padding: 0px;

    margin: 0;

}