@import "style.css";
.icsayfa{
    width: 100%;
    height: 217px;
    background: url("../images/icsayfa-header-bg.jpg") no-repeat center top;
}
.icerik{
    margin-bottom: 2%;
}
.col-md-1-5 {
    width: 20%;
    height: 330px;
    float: left;
    overflow: hidden;
}
.icerik .yazilar h3{
    text-align: center;
    color: #ff0000;
    font-size: 40px;
    font-weight: 800;
    margin-top: 0;
}
.icerik p{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
}
.b-r-1{
    border-right: 1px solid #c0c0c0;
}
.m-t-1{
    margin-top: 2%;
    overflow: hidden !important;
}
#galeri{
    margin-top:0;
}
.h150{
    height: 200px;
    overflow: hidden !important;

}
.title h3{
    font-weight: 900;
    text-align: right;
}
.menuler ul{
    padding: 0;
    list-style: none;
    margin-top: 7%;
}
.menuler ul li{
    padding-bottom: 15px;
    text-align: right;
}
.menuler ul li a{
    text-align: right;
    color : #333333;
    font-weight: 500;
}
.menuler ul li a:hover{
    color : #ff0000;
}
.cool-link {
    display: inline-block;
    text-decoration: none;
}
.cool-link::after:hover {
    content: '';
    display: block;
    width: 15%;
    height: 2px;
    background: #ff0000;
    transition: width .4s;
    right: 0;
    bottom: 0;
    float: right;
}
.cool-link::after {
    content: '';
    display: block;
    width: 15%;
    height: 2px;
    background: #333333;
    transition: width .4s;
    right: 0;
    bottom: 0;
    float: right;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .4s;
    background: #ff0000;
}

.secili-2 .cool-link{
    height: 2px;
    background: none;
    color : #ff0000;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 20px;
}
.secili-2 .cool-link::after{
    background: none;
}
.formlar form input{
    height: 50px;
    outline:#ff0000;
    background: white;
    color: #333333;
    border: 1px solid #c0c0c0;
}
.formlar form input:focus{
    border: 1px solid #ff0000;
}
.formlar form textarea{
    height: 121px;
    outline:#ff0000;
    background: white;
    color: #333333;
    border: 1px solid #c0c0c0;
    padding-top: 15px;
    resize: none;
}
.formlar form textarea:focus{
    border: 1px solid #ff0000;
}
.formlar form button{
    height: 50px;
    width: 100%;
    background: #ff0000;
    color: white;
    outline: none;
    border: 2px solid #ff0000;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: all .2s ease;
}
.formlar form button:hover{
    background: white;
    color: #ff0000;
}
.contact{
    margin-top: 2%;
}
.iletisim{
    text-align: center;
    color: #ff0000;
    font-size: 40px;
    font-weight: 800;
}
.iconn{
    font-size: 20px;
    float: right;
    margin-top: -40%;
    z-index: 99999;
    position: relative;
    margin-right: 20%;
    color: black;
}
.iconns {
    font-size: 20px;
    float: right;
    margin-top: -28%;
    z-index: 99999;
    position: relative;
    margin-right: 40%;
    color: black;
}
/*.venobox img{*/
    /*max-width: 415px;*/
    /*margin-left: -30px;*/
/*}*/

.tel-no{
    width: 43%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.tel-no img{
    float: left;
}
.tel-no h4{
    float: right;
    font-size: 26px;
}
.tel-no h4 a{
    font-weight: 400;
    color: #333333;
}
.tel-no h4 a span{
    font-weight: 900;
}
.adres address{
    margin-top: 30px;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 25px;
}
.contact-social-media{
    width: 54%;
    margin-top: 6%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
    height: 50px;
    border-top: 1px solid #c0c0c0;
}
.mtb{
    margin-top: 30px;
    margin-bottom: 40px;
}
.content{
    height:330px;
    width: 100%;
}
.contact-social-media a{
    font-size: 35px;
    color: #333333;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    transition: all .1s ease;
}
.contact-social-media a:hover{
    color: #ff0000;
}