.body {
    font-family: 'Anybody', cursive;

}

.navbar {
    background: linear-gradient(to right, black, white);

}

.footer_links {
    color: aliceblue;
}

.F {
    color: goldenrod;
}

.footer {
    background: linear-gradient(to right, black, white);
    padding-top: 2rem;
}

.nav-link {
    font-family: 'Anybody', cursive;
    color: goldenrod !important;
}

.h4 {
    font-family: 'Anybody', cursive !important;
    color: goldenrod !important;
}

.collapse {
    border-right: 1px;
    color: goldenrod;
    font-weight: 400 !important;
    font-size: x-large;
}

.myservices{
    border-right: 1px !important;
    border-color: goldenrod !important;
}

#bottom_footer {
    background-color: black !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.navbar .navbar-nav .nav-link {
    color: whitesmoke;
}

.border {
    border-color: goldenrod !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: rgb(255, 255, 255);
    box-shadow: inset 0 -2.5px 0 0 rgb(255, 255, 255);
}

.card {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px;
    border-color: goldenrod !important;
}


#carouselMultiItemExample{
  min-height: 350px;
}



#carouselExampleCaptions .carousel-item {
    max-height: 700px;
    min-height: 350px;
}
#carouselExampleCaptions{
    min-height: 350px;
}
.card-img-top{
  max-height: 250px;
}
#landingpagecaraousel img {
    object-fit: cover;
    max-height: 100%;
    min-height: 350px;
}


#navbar {

    margin: 0;
    padding: 0;
}

.about-us {

    padding-top: 5rem;

}

.bi {
    padding-left: 1rem;
    color: goldenrod !important;
}

.parallax {

    background-image: url('../img/ict_future.jpg');


    min-height: 400px;


    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_1 {

  background-image: url('../img/digitization-6.jpg');


  min-height: 400px;


  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#card_about_us{
    color: white !important;
    background-color: white !important;
    margin-left: 8rem !important;
    border: 1px;
    border-color: goldenrod !important;

}
#card_tabs{
    color: black !important;
    background-color: white !important;
    margin-left: 8rem !important;
}

.rounded_image{
    border-radius: 50px;
    
}

.subnav{
    background: linear-gradient(to right, black, white);
}
.carousel-indicators{
    margin-bottom: 2rem;
}

.carousel-caption{
    /* background-color: black !important; */
    background-color: rgba(255, 255, 255, .15);  

    backdrop-filter: blur(5px);
    margin-bottom: 7%;
    margin-right: 10%;
    margin-left: 10%;
   
}

/* From https://css.glass */



/* contact */

.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: goldenrod;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid goldenrod;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: #000000;
    color: #fff;
  }
  
  .contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: black;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #1bbd36;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: black;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #2ae149;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

  /* portfolie */

  .gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
  }
  
  .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  
  .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  @media (max-width: 450px) {
    .gallery {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-width: 100%;
      -moz-column-width: 100%;
      column-width: 100%;
    }
  }
  
  @media (max-width: 400px) {
    .btn.filter {
      padding-left: 1.1rem;
      padding-right: 1.1rem;
    }
  }


.img_product_list{
  max-height: 200px;

}
#ccc .carousel-item{
  background-size: cover !important;
  max-height: 200px;
}

.center{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}



