body{
    /*background: url(grid1.jpeg);*/
    background: url(grid9.jpeg);
}
.link_like_text{
    color: #666 !important;
}

#logo_in_nav{
    transition: .2s all linear;
    opacity: 1;
    height: 40px;
    overflow: hidden;
    width: 38px;
    padding-top: 5px;
}

#logo_in_nav.h-hide{
    opacity: .0;
    width: 0px;
}

#title_in_nav{
    transition: .2s all linear;
    opacity: 1;
    overflow: hidden;
}

#title_in_nav.h-hide{
    opacity: .0;
    width: 0px;
}

.contact{
    background-color: "#1d1538";
    color: white;
}

#map {
    height: 400px;
    /* The height is 400 pixels */
  }

#contact_bottom a{
    color: #ccc;
}

#contact_bottom a:hover{
    color: #fff;
}

.text_color_db{
    color: #1d1538;
}

.text_color_lb{
    color: #3e9aeb;
}

.text_color_6{
    color: #666;
}

.text_color_9{
    color: #999;
}

.class_fade_out{
    opacity: 0.2;
}

.class_fade_anim{
    transition: .2s all linear;
}

.contact_form{
    background-color: #1d1538 !important;
    color: white !important;
}

.image_usluge{
    width: 100px !important;
    height: 100px;
}

.back_carosuel{
    background-color: #00000010;
}

  