body{
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
*{
    box-sizing: border-box;
}

#nav-top{
    border-top: 1px solid #73a428;
    background: #538F33;
    min-height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.navbar{
    font-size: 16px;
    font-weight: bold;
   
}
.navbar-nav{
    background-color: #000;
}
.nav-link{
    color:#7ab55a;
    transition: 0.3s  ease-out;
    border-bottom: 2px solid #000;
    margin-right: 20px;
 
}


.nav-link:hover{
    color:#fff;
    border-bottom: 2px solid #538F33;
    
}
.navbar-expand-lg{
    padding-right:0;
}

/*İndex PHP*/
#slide{
    text-align: justify;
    font-size:14px !important;
    line-height: 1.4rem;
}
#slide ul {
    list-style: none;
    line-height: 2rem;
    font-size: 20px;
}
.at-explore-bg-color {
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0;
    margin-bottom: 0;
}

.at-explore{
    font-size: 12px;
    text-align: justify;
}
.at-explore h4{
    font-size: 16px;
    font-weight: 400;
}
#hizmetlerimiz{
    font-size: 13px;
}
#hizmetlerimiz h3{
    font-size: 18px !important;
    font-weight: 400;
}
.btn-learn {
    padding:3px 12px;
    background: #538F33;
    color: #fff;
    border:2px solid #538F33;
    letter-spacing: 2px;
    font-size: 14px;
}
.btn-learn:hover{
    border:2px solid #538F33;
    background: #fff;
    color: #538F33;
}
footer{
    font-size: 12px;
    background-color: #000;
    color:#fff;
}
footer a{
    color:#fff;
    text-decoration: none;
}

footer a:hover{
    color:#fff;
    text-decoration: none;
}
footer h3{
    font-size: 16px;
    color: #fff;
}
.sosyal i{
    color:#ccc;
    font-size: 20px;
    margin-right: 5px;
    transition: .5s;
}
.sosyal i:hover{
    color:#ccc;
    font-size: 20px;
}
footer .sosyal1 i{
 font-size: 16px;
 margin-right: 5px;
}
#footer{
    border-top:12px solid #538F33;
    font-size:14px;
}
#footer-haber{
    background-color: #325F10;
    color: #fff;
}

/*Kurumsal php*/
.bread-crumb {
    position: relative;
    background: #538F33;
    padding: 30px 0 20px;
    height: 65px !important;
}
.bread-crumb:before {
    position: absolute;
    background: 0 0;
    bottom: 0;
    transform: rotate(180deg);
}
.bread-crumb:before, .getting-started:before {
    content: "";
    width: 40px;
    height: 20px;
    margin: 0 auto;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #fff transparent transparent;
    left: 0;
    display: block;
    right: 0;
}
.breadcrumb{
    background-color: transparent;
    font-size: 14px;
   

}
.breadcrumb-item{
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item:hover{
    color: #fff;
    text-decoration: none;
}
#hakkimizda{
    font-size: 12px;
    font-weight: 400;
}
/*İletisim php*/
#bize-ulasin .form-group input {
    border: none;
    border-radius: 0;
    font-size: 12px;
    border-bottom:1px solid #ccc;
    background-color: transparent;
    color: black;
    padding: 15px;

}
#bize-ulasin #btn{
    margin-top: 20px;
   border-radius:0;

}

/*Hizmetlerimiz php*/

.list-group-item{
    padding-left: 30px;
    padding-top: 14px;
    position: relative;
    font-weight: bold;
    background: #f2f4f6!important;
    border: 1px solid transparent;
    color: #538F33;
}
.list-group-item:hover{
    color: #538F33;
}

#hizmetlerimiz .card-title{
    font-size:14px;
}


/*  12.  Gallery Area
/*----------------------------------------*/
.small-gallery-wrapper .row {
    padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .small-gallery-wrapper .row {
        padding-right: 0;
    }
}

/*-- Single Gallery Item --*/
.gallery-item {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.gallery-item::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #538F33;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}

.gallery-item:hover::before {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-item img {
    width: 100%;
}

#gallery h3 {
    color: #424242;
}
.ba-0{
    width: 175px;
    height: 175px;
    margin-top: 10px;
}

.mt-5 p{
    font-size: 18px
}