body{
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
#nav{
    background-color: #2C3E50;
    color: #fff;
}
#sosyal-medya a{
    color: #A3ABB3;
    transition: .3s;
}
#sosyal-medya a:hover{
    color: #FBB12F;
}
#phone i{
    color: #A3ABB3;
    text-shadow: 1px 1px 1px #000;
    border-left:1px solid #A3ABB3;
    padding-left:20px ;
}
.navbar{
    position: relative;
    top: -25px;
    z-index: 9999;
    background: linear-gradient(to bottom, #ffffff 0%,#fafafa 19%,#e2e2e2 69%,#d7d7d7 100%);
}
.nav-link{
    font-weight: bold !important;
}
.navbar-text{
    font-weight: bold;
  
}
.navbar-text a{
    text-decoration: none;
}
#hizmetlerimiz{
    background-color: #F5F5F5;
}
@import url('https://fonts.googleapis.com/css?family=Alegreya+SC:400,400i,500,500i,700,700i,800,800i,900,900i');

h1, h2, h3, h4, h5, h6{
    font-family: 'Alegreya SC', serif;
    font-weight: bold;
}
#hizmetlerimiz a{
    text-decoration: none;
}
#hizmetlerimiz a:hover{
    color: #fff !important;
    text-decoration: none;
}
#hizmetlerimiz .card{
    transition: .5s;
}
#hizmetlerimiz .card:hover{    
    background-color: #BF112E !important;
}
#hizmetlerimiz h2:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #BF112E;
    display: block;
    margin-top: 13px;
}
#footer{
    background: #10181f url(img/footer-bg.jpg) center center no-repeat;
    color: #62666A;

}
#footer a{
    color: #62666A;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    text-decoration: none;
    transition: .5s;
}
#footer a:hover{
    color: #BF112E;
}
#footer h5{
    
    font-family: 'Open Sans', sans-serif;
    color: #A3ABB3;
    font-style: italic;
}
#footer h5:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #BF112E;
    display: block;
    margin-top: 13px;
}
.dropdown-item{
    font-weight: 300;
}
.dropdown-item i{
    font-size: 10px;
}

#parallax{
    display: block;
    position: relative;
    
    background-color: rgba(8, 28, 52, 0.74);
    
    }
#parallax::after{
        content: "";
        background-image: url(img/rqa-bg.jpg);
        opacity: 0.4;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;  
    }
    #parallax .card{
        border:1px solid rgba(255, 255, 255, 0.432) !important;
        border-radius: 0;
        color: #fff;
        font-weight: 300;
        background-color: rgba(0,0,0,.4);

    }
    #parallax .card a{
        color: #A3ABB3;
        font-weight: bold;
    }
    #parallax h2{
        color: #fff;
    }
    #parallax h2:after {
        content: '';
        width: 55px;
        height: 3px;
        background: #BF112E;
        display: block;
        margin-top: 13px;
        margin-bottom: 13px;
    }
    #bize-ulasin input{
        border:1px solid rgba(255, 255, 255, 0.432) !important;
        border-radius: 0;
        color: #fff;
        background-color: rgba(0,0,0,.4);
    }
    #bize-ulasin textarea{
        border:1px solid rgba(255, 255, 255, 0.432) !important;
        border-radius: 0;
        color: #fff;
        background-color: rgba(0,0,0,.4);
    }
    .list-group-item{
        font-weight: 600;
        text-transform: uppercase;
        background-color: #EFEFEF;
        border: 0;
        border-radius: 0;
        transition: .5s;
    }
    .list-group-item:hover{
        background-color: #BF112E;
        color: #fff;
        border-radius: 0;
      
    }
    #hizmetlerimiz2 .card{
        border: 0;
        border-radius: 0;
    }
    #hizmetlerimiz2 .card-img-top{
        border: 0;
        border-radius: 0;
    }
    #hizmetlerimiz2 .card h5::after{
    content: '';
    background: #F6BA18;
    width: 45px;
    height: 3px;
    display: block;
    margin-top: 10px;
    }
    #hizmetlerimiz2 a{
        color: #000;
        text-decoration: none;
    }
   #ic-sayfa h2:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #BF112E;
    display: block;
    margin-top: 13px;
}
#iletisim input{
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: none;
    height: 47px;
    padding: 0 20px;
    border-radius: 0;
}
#iletisim textarea{
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: none;
    padding: 0 20px;
    border-radius: 0;
}
#iletisim input:hover{
    box-shadow:0px 0px 10px 1px #BF112E;
}
