  @import url("font-awesome.min.css");
  *{
    padding: 0;
    margin: 0;
    
  }
  body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
  }

  .logo img {
    width: 300px;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white; /* Belo ozadje */
    padding: 10px;
  }

  .menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; /* Zagotovi, da je meni vedno viden na večjih zaslonih */
      /* Dodaj širino ali padding */
    width: auto; /* ali določena širina, npr. 300px */
      padding: 0px 10x0px; /* Poveča notranji razmik na levi in desni */
  }


  .menu-list li a {
    text-decoration: none;
    color: black; /* Črna barva teksta */
    padding: 10px;
    display: block;
  }

  .menu-icon {
    display: none; /* Skrij ikono menija na večjih zaslonih */
    cursor: pointer;
  }

  /* Medijska poizvedba za majhne zaslone */
  @media screen and (max-width: 768px) {

    .logo img {
      width: 200px
    }

    .menu-list {
        display: none; /* Skrij meni na majhnih zaslonih */
        flex-direction: column;
        text-align: center;
        width: 100%;
    }


    .menu-list.show {
        display: flex; /* Prikaži meni, ko je dodan razred 'show' */
    }

    .menu-icon {
        display: block; /* Prikaz ikone menija na majhnih zaslonih */
    }
  }


  .menu-list li a:hover {
    background-color: #f1db25; /* Določite želeno barvo ozadja */
    color: #ffffff; /* Določite želeno barvo teksta */
    /* Dodajte še druge stile, kot so prehodi, če želite */
    transition: background-color 0.3s ease, color 0.3s ease;
  }





  .collapse navbar-collapse ml-auto ul{
    float: right;
  }

  .layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /*
  .layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .layout_padding2-top {
    padding-top: 45px;
  }

  .layout_padding2-bottom {
    padding-bottom: 45px;
  }

  .layout_padding-top {
    padding-top: 90px;
  }

  .layout_padding-bottom {
    padding-bottom: 90px;
  }


  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  */

  .heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-shadow: none;
  }

  .heading_container h2::before {
    content: "";
    width: 40px;
    height: 7px;
    background-color: #f1db25;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

    .heading_container.heading_center h2::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

  /*header section*/
  .hero_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-image: url(images/electrician-installer-with-tool-his-hands-working-with-cable-construction-site\ \(1\)\ \(1\).webp);
    background-repeat: no-repeat;
    background-size: cover;
   
    
  }



.contact_section{
  background-image: url(images/electrician-installer-with-tool-his-hands-working-with-cable-construction-site\ \(1\)\ \(1\).webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; /* Višina za celoten zaslon */
  filter: brightness(120%);
}
 

  .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(images/electrician-installer-with-tool-his-hands-working-with-cable-construction-site\ \(1\)\ \(1\).webp);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);

  }

  .hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
  }

  .gallery img {
    width: 100px;
    height: 100px;
    object-fit: c;
    margin: 10px;
    transition: transform 0.25s ease;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.1);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.9);
}
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }


/* Za vsako sliko, ki se prikaže v modalnem oknu */
.modal-content img {
    width: 100%; /* Širina slike bo vedno polna širina modalnega okna */
    height: 100%; /* Višina slike bo vedno polna višina nastavljena zgoraj */
}

  /*to je za transform za nase storitve in za ostale storitve*/
  .service_section .box,
.team_section .box {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service_section .box:hover,
.team_section .box:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/*konec kode*/

  .svetlost {
    filter: brightness(50%);
  }

  .stopivstik{
    background: #1b1c1e;
    text-align: center;
  }
  
  .stopivstik h1{
    font-size: 59px;
    color: white;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
  }
  
  .stopivstik p{
    color: #d2d2d2;
  }
  
  .stopivstik1{
    max-width: 1320px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
  }

  input,
textarea,
label {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #828282;
}

input,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #828282;
}

input[type=submit]{
  background-color: #545557;
  padding: 15px 0;
  color: white;
  font-size: 18px;
  border-bottom: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

input[type=submit]:hover {
  background: #FFF;
  color: #1b1c1e;
}

input,
textarea {
  color: white;
  font-size: 18px;
  padding: 10px;
}

input:focus,
textarea:focus{
  outline: 1px solid #828282;
}

.stopivstik1 a{
  color: #828282;
}
.stopivstik1 a:hover{
  color: #fff;
}



  .header_top .contact_link-container a i {
    font-size: 20px;
    color: #f1db25;
    margin-right: 5px;
  }

  /*tle je za spremenit logo pozicija*/
  .custom_nav-container {
    z-index: 99999;
    padding: 0;
  }
  /*tu je za logo da gre iz leve na desno*/
  .custom_nav-container .navbar-nav {
    margin-left: auto;
  }
  /*to je tud za logo*/
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding: 35px 15px 10px 15px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    background-color: #1c1c1c;
  }

  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }

  a:hover,
  a:focus {
    color: initial;
  }

  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }




  .custom_nav-container .navbar-toggler {
    outline: none;
  }


  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s;
  }

  /*to je za ko das na phone mode za menu*/
  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /*to je za phone mde za meni ta razmik crt*/
  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }


  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }

  /*end header section*/
  /* slider section */
  .slider_section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
  }

  .slider_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
          
  }

  .slider_section .detail-box {
    width: 100%;
    margin: 0 auto;
  }

  .slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
  }

  .slider_section .detail-box h1 span {
    color: #f1db25;
  }

  .slider_section .detail-box p {
    margin-top: 25px;
  }

  .slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }

  .slider_section .detail-box .btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
  }

  .slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
  }

  .slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }

  .slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #f1db25;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
  }

  .slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
  }

  .img-box-w img{
    width: 30%;
   
  }

  .slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider_section .img-box img {
    width: 100%;
  }

  .slider_section .idicator_container {
    position: relative;
  }

  .slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background-color: #f1db25;
    opacity: 1;
    border: none;
    margin: 0 4px;
  }

  .slider_section ol.carousel-indicators li.active {
    background-color: #ffffff;
  }

 

  .about_section .img_container .img-box {
    margin-top: 100px; /* Dodajte ta CSS pravilo za premikanje slike navzdol */
  }

  .about_section .detail-box {
    margin-top: 100px; /* Dodajte ali prilagodite to vrednost za premikanje vsebine navzdol */
  }

  .about_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about_section .img_container .img-box img {
    width: 100%;
  }

  .img-box-7 img {
    width: 100%;
    height: 360px;
  }

  .img-box-8 img {
    width: 100%;
    height: 360px;
  }

  .about_section .detail-box {
    background-color: #ffffff;
    padding: 45px 25px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    margin-left: -45px;
  }

  .about_section .detail-box p {
    margin-top: 5px;
  }

  .about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #f1db25;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
  }

  .about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
  }

  .service_section  {
    background-image: url(images/handyman-construction-site-process-drilling-wall-with-perforator\ \(1\).webp);
    background-repeat: no-repeat;
    background-size: cover;
    
    
  }



  .service_section .heading_container {
    color: #ffffff;
  }

  .service_section .box {
    background-color: #ffffff;
    padding: 25px 15px;
    text-align: center; 
    margin-top: 45px;

  }



  .service_section .box .img-box svg {
    width: 75px;
    height: auto;
    fill: #1c1c1c;
  }

  .service_section .box .detail-box {
    margin-top: 25px;
  }

  .service_section .box .detail-box h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .service_section .box .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: #f1db25;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
  }

  .service_section .box .detail-box a:hover {
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
  
  }

  .client_section {
    text-align: center;
  }

  .client_section #carouselExampleControls {
    padding: 0 10%;
  }

  .client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }

  .client_section .box .img-box {
    width: 145px;
  }

  .client_section .box .img-box img {
    width: 100%;
  }

  .client_section .box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }

  .client_section .box .detail-box h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
    border-bottom: 1px solid #ffffff;
  }

  .client_section .box .detail-box p {
    margin-top: 10px;
  }

  .client_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-color: #1c1c1c;
    color: #ffffff;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
  }

  .client_section .carousel-control-prev:hover,
  .client_section .carousel-control-next:hover {
    background-color: #f1db25;
  }

  .client_section .carousel-control-prev {
    left: 0;
  }

  .client_section .carousel-control-next {
    left: initial;
    right: 0;
  }

  /* contact section */
  .contact_section {
    position: relative;
    color: #ffffff;
  }

  .contact_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact_section .contact_form-container {
    margin-top: 35px;
  }

  .contact_section .contact_form-container input {
    border: none;
    outline: none;
    color: #000000;
    height: 45px;
    width: 100%;
    margin: 15px 0;
    padding-left: 15px;
    background-color: #ffffff;
  }

  .contact_section .contact_form-container input::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .contact_section .contact_form-container input:-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .contact_section .contact_form-container input::-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .contact_section .contact_form-container input::placeholder {
    color: #000000;
    text-transform: uppercase;
  }

  .contact_section .contact_form-container input.message_input {
    height: 120px;
  }

  .contact_section .contact_form-container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }

  .contact_section .contact_form-container button {
    display: inline-block;
    padding: 10px 60px;
    background-color: #f1db25;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: bold;
  }

  .contact_section .contact_form-container button:hover {
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
  }

  .contact_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact_bg_box .img-box {
    width: 100%;
  }

  .contact_bg_box .img-box img {
    min-width: 100%;
    min-height: 100%;
  }

  .img-box1 img {
    width: 100%;
    height: 300px;
  }

  .img-box2 img{
    width: 100%;
    height: 300px;
  }
  .img-box3 img {
    width: 100%;
    height: 300px;
  }

  /*za about html*/
  .img-box5 img {
    width: 10%;
  }

.naslov h2{
  color: white;
}

.team_section .box {
  display: none;
}

/* Prikaz samo aktivne slike */
.team_section .box.active {
  display: block;
}

/* Slog za slikovne polja */
.img-box-7 img {
  cursor: pointer; /* Kazalec, da se prikaže, da je slika klikljiva */
}

.stopivstik label {
  color: white;

}

.contact_form-container label {
  color: white;
}


/*to je pri kontakut za gumb */
.stopivstik input[type="submit"] {
  background-color: grey; /* Default green background */
  color: white; /* White text color */
  padding: 10px 20px; /* Add some padding */
  border: none; /* Remove border */
  border-radius: 4px; /* Rounded corners */
  cursor: pointer; /* Change cursor to pointer */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background and text color */
}

/* Change background color to yellow on hover */
.stopivstik input[type="submit"]:hover {
  background-color: #FFFF00; /* Yellow background */
  color: black; /* Black text color for better contrast */
}

/*konec kode*/

.contact_form-container input[type="submit"] {
  color: black; /* White text color */
  padding: 10px 20px; /* Add some padding */
  border: none; /* Remove border */
  border-radius: 4px; /* Rounded corners */
  cursor: pointer; /* Change cursor to pointer */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}

/* Change background color to yellow on hover */
.contact_form-container input[type="submit"]:hover {
  background-color: #FFFF00; /* Yellow background */
  color: black; /* Black text color for better contrast */
}
  

  .contact_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.35)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35));
  }

  /* end contact section */
  .team_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin-top: 45px;
    position: relative;
  }

  .team_section .box .img-box {
    width: 100%;
    
  }

  .team_section .box .img-box img {
    width: 100%;
    
  }

  .team_section .box .detail-box {
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.75);
  }

  .team_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }

  .team_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #f1db25;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
  }

  .team_section .btn-box a:hover {
    background-color: transparent;
    border-color: #f1db25;
    color: #f1db25;
  }

  .info_section {
    background-color: #101010;
    color: #ffffff;
    padding: 75px 0 10px 0;
  }

  .info_section .row > div {
    margin-bottom: 25px;
  }

  .info_section h5 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .info_section .info_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .info_section .info_logo .navbar-brand {
    padding: 0;
    margin-bottom: 20px;
  }

  .info_section .info_logo .navbar-brand span {
    font-size: 24px;
    color: #ffffff;
  }

  .info_section .info_links ul {
    padding: 0;
  }

  .info_section .info_links ul li {
    list-style-type: none;
  }

  .info_section .info_links ul li a {
    color: #ffffff;
  }

  .info_section .info_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info_section .info_contact a {
    color: #ffffff;
    margin-bottom: 10px;
  }

  .info_section .info_contact a i {
    font-size: 20px;
    margin-right: 5px;
  }

  .info_section .info_form form input {
    outline: none;
    border: none;
    width: 100%;
    padding: 7px 10px;
    border-radius: 30px;
  }

  .info_section .info_form form button {
    padding: 8px 35px;
    outline: none;
    border: none;
    color: #ffffff;
    background: #f1db25;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
  }

  .info_section .info_form .social_box {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info_section .info_form .social_box a {
    margin-right: 10px;
    color: #ffffff;
    font-size: 20px;
  }

  /* footer section*/

  .image-logo{
    width: 150px;
  }
  .footer_section {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    background-color: #101010;
  }

  .footer_section p {
    color: rgba(254, 254, 255, 0.7);
    margin: 0;
    text-align: center;
  }

  .footer_section a {
    color: rgba(254, 254, 255, 0.7);
  }

  /* end footer section*/
  /*# sourceMappingURL=style.css.map */