.bg-tan{
  background-color: #750606 !important;
}

a.bg-tan:hover, a.bg-tan:focus,
button.bg-tan:hover,
button.bg-tan:focus{
  background-color: #1d2124 !important;
}

.solid-tg{
  border:2px solid black;
}

.nopadding {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.KYkutu{
	box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

h3{
    font-family: 'Poppins', sans-serif;
}
.serviceBox{
	margin-top: 7px;
    padding: 10px 10px 10px 90px;
    background: #fff0f0;
    color: #750606;
    border-color: #750606;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    border: groove 1px;
}

.serviceBox:hover{
    background: #750606;
    color: #fff;
}

.serviceBox:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover:after{
    margin-left: 0;
    opacity: 0.1;
}

.serviceBox .service-icon{
    font-size: 50px;
    color: #750606;
    position: absolute;
    top: 25px;
    left: 15px;
    opacity: 0.7;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon{
    color: #fff;
}

.serviceBox .title{
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
}

.serviceBox .description{
    font-size: 15px;
    color: #1d2124;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover .description{
    color: #fff;
}

@media only screen and (max-width: 990px){
    .serviceBox{ margin-left: 25px; }
}


/*Contact*/
.pb-100 {
    padding-bottom: 20px;
}
.pt-100 {
    padding-top: 20px;
}
.mb-100 {
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}
.section-title {
    position: relative;
}
.section-title p {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}
.section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.section-title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.section-title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #750606;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.contact {
    color: #750606;
}
.contact-form input,
textarea {
    width: 100%;
    border: 1px solid #555;
    padding: 5px 10px;
    margin-top: 15px;
    background-color: transparent;
    color: #000;
}
.contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.single-contact {
    text-align: left;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.single-contact i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #750606;
    color:#fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
}
.single-contact h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.single-contact p {
    font-size: 15px;
    font-weight: 400;
}
.contact-form input[type="submit"] {
    background-color: #750606;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s
}
.contact-form input[type="submit"]:hover {
    background-color: #b03128
}
.contact-form input:focus, textarea:focus {
    border-color: #b03128
}

#social-footer a{
    color: #fff;
    font-size: 20px;
}

#social-footer a:hover{
    color: gray;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid #750606;
    border-radius: 5px;
    text-align: center;
    color: #750606;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #750606;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #750606;

}
.btn-default:active .filter-button:active
{
    background-color: #750606;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.pr-baslik
{
    background-color: #750606;
}

.pr-baslik a
{
    color: #fff;
}

