/*------------  body css -------------------------------------------------------------------*/
body {
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #535b60;
}

h1 {
    color: #53555c;
    font-family: 'Lato', sans-serif;
}

h2 {
    color: #53555c;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    line-height: 1.5em;
    margin: 30px 0 0 0;
}

h3 {
    font-family: 'Lato', sans-serif;
    color: #53555c;
    font-size: 1.5em;
}

h4 {
    font-family: 'Lato', sans-serif;
    color: #53555c;
    margin-bottom: 10px;
}



/*------------ navbar css -------------------------------------------------------------------*/
.navbar {
    background: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-bottom: #aec62c 2px solid;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #aec62c;
    transition: 0.2s;
}

.nav-item:hover::after {
    width: 100%;
}

.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,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #aec62c;
}

.nav-link {
    padding: 15px 5px;
    transition: 0.2s;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(174,198,44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#navfont .nav-font {
    font-family: 'Fjalla One', sans-serif;
    font-size: 33px;
    color: #aec62c;
}

#navfont .nav-font-color {
    font-family: 'Fjalla One', sans-serif;
    font-size: 33px;
    color: white;
}

/*------------ HEADER CSS -------------------------------------------------------------------*/
#headersection h1 {
    font-family: 'Fjalla One', sans-serif;
    color: #aec62c;
}

#headersection span {
    font-family: 'Fjalla One', sans-serif;
    color: white;
}

#headersection p {
    font-family: 'Roboto', sans-serif;
    color: white;
}

#headersection {
    background: url("../img/slide.jpg") no-repeat center center scroll;
    height: 550px;
    min-height: 300px;
    width: 100%;
    background-size: cover
}



#headersection .overlay {
    background-color: rgba(0, 0, 0, .5);
    border-bottom: rgba(0, 0, 0, .8) 1px solid;
}

#headersection .row {
    height: 550px;
    min-height: 300px;
}
/*------------ Hizmetler css -------------------------------------------------------------------*/

.inner {
    overflow: hidden;
}

.inner img {
    transition: all 1.5s ease;
}

.inner:hover img {
    transform: scale(1.5);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #3b3c41;
    border-color: black;
    box-shadow: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(59, 60, 65, .16), 0 2px 10px 0 rgba(59, 60, 65, .12);
}

.btn-primary {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: #aec62c;
    border-color: #96aa29;
    box-shadow: 0 5px 11px 0 rgba(150, 170, 67, .18), 0 4px 15px 0 rgba(150, 170, 67, .15);
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.modal-dialog {
    padding-top: 10%;
}

/*------------ youtube css -------------------------------------------------------------------*/
#youtube {
    padding: 0 0 30px 0;
}

#youtube .section-title {
    background: #444 url("../img/youtube-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 0px;
}

#youtube .section-title h2 {
    color: #fff;
    font-size: 42px;

}

/*------------ servis css -------------------------------------------------------------------*/
#portfolio {
    padding: 0 0 30px 0;
}

#portfolio .section-title {
    background: #444 url(../img/menu-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 0px;
}

#portfolio .section-title h2 {
    color: #fff;
    font-size: 42px;

}

.section-title .overlay {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.5);
}

.section-title {
    margin-bottom: 70px;
}

.section-title .overlay {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7);
}

.section-title p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.section-title hr {
    margin: 0 auto;
    margin-bottom: 40px;
    height: 4px;
    width: 160px;
    text-align: center;
    position: relative;
    background: #8eb640;
    border: 0;
}

/*------------ logo css -------------------------------------------------------------------*/
.hover img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover :hover img {
    -webkit-filter: grayscale(100%) blur(1px);
    filter: grayscale(100%) blur(1px);
}

.hover li {
    list-style: none;
}

/*------------ map css -------------------------------------------------------------------*/
.map iframe {
    margin: 0 auto;
    border-top: 5px solid #aec62c;
    -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    color: 0 -1px 12px rgba(0, 0, 0, 0.4);
}

/*------------ footer css -------------------------------------------------------------------*/
.footer a {
    color: #aec62c;
    outline: 0;
}

.footer a:hover {
    color: #dcff21;
    text-decoration: none;
    outline: 0;
}
.footer {
    background: #222;
    color: #A0A0A0;
    padding: 0 20px 10px 20px;
    border-top: 3px solid #aec62c;
    margin-top: 0px;
    -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    color: 0 -1px 12px rgba(0, 0, 0, 0.4);
}

.footer h3 {
    color: #E4E4E4;
    font-size: 1.3em;
    border-bottom: 3px solid #aec62c;
    padding-bottom: 4px;
}

.footer ul {
    padding: 0;
}

.footer-copyright {
    text-align: center;
    color: #7C7C7C;
    border-top: 2px solid #7C7C7C;
    padding-top: 10px;
    font-size: 0.9em;
}

.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
}

.hour p {
    line-height: 8px;
}


/*------------ sosyal medya icon css -------------------------------------------------------------------*/
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoFacebook:hover {
    background-color: #223a6c;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
}

.social-network a.icoTwitter:hover {
    background-color: #1babdb;
}

.social-network a.icoInstagram {
    background-color: #fb3958;
}

.social-network a.icoInstagram:hover {
    background-color: #e42645;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
/*------------ Mobil css -------------------------------------------------------------------*/
#mobil a i{
    color: whitesmoke;
}

#mobil span {
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
}
#mobil .fa {
    font-size: 1.4em;
    color: whitesmoke;
}
/*------------ Bakım -------------------------------------------------------------------*/

.b2 {
	background-color: #f2f2f2;
}
#hizmet img:hover {
	opacity:0.8; 
}

/*------------ Galeri -------------------------------------------------------------------*/

.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

/*------------ Arıza İkazları-------------------------------------------------------------------*/
.baslik h3 {
    color: white;
    text-shadow: 1px 1px 2px #414141;

}

.icerik {
    font-family: 'Roboto', sans-serif;
}

.ikaz img{
float: left;
}
/*------------ Arıza İkazları-------------------------------------------------------------------*/
#iletisim h3 {
    font-family: 'Roboto', sans-serif;
        color: black;
    font-size: 2.0em;
    border-bottom: 6px solid #aec62c;
    padding-bottom: 4px;
}
#iletisim p {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}
#iletisim i{
    font-size: 22px;
}
#iletisim a {
    color: #000000;
    outline: 0;
    font-weight: bold;   
}