
body {
    padding-top: 56px;
    color: #000;
    font-family: calibri;
    /* background-image: url(../img/background-image.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-orange{
  background:#FF7005;
}
header{
  padding-top:10px;
  padding-bottom:10px;
  background:url(../img/header.png)
}
.logo{
height:65px
}
#headerCarousel.carousel .carousel-inner .carousel-caption {
  border-radius: 6px;
  background: #ff7005bf;
  text-align:left;
  right:2%;
  left:2%;
  padding-left:30px;
  padding-right:30px

}
.carousel-item a{
  color:#000 !important;
}
.carousel-item a:hover{
  color:#fff !important;
  text-decoration:none;
}



#headerCarousel.carousel .carousel-inner .carousel-caption a{
  color:#fff;
  font-size:20px;
}

.technoweld-cards{
  margin-top:30px;
  margin-bottom:30px;
}
.technoweld-cards .card-header, .technoweld-cards .card-header a{
  color:#FF7005
}

.technoweld-cards img{
  max-width:100%;
  display:block;
  margin:0 auto;
}

.header{
  display:flex;
  justify-content:space-between;

}

.header .social-icons{
  display:flex;
  justify-content:space-between;
  font-size:25px
}

.header .social-icons i{
  color:#b0b0b0
}

.header .social-icons .facebook i:hover, .header .social-icons .facebook i:focus{
  color:#4a6ea9; 
}
.header .social-icons .linkedin i:hover, .header .social-icons .linkedin i:focus{
  color:#4A9CC9; 
}
.header .social-icons .youtube i:hover, .header .social-icons .youtube i:focus{
  color:#f42941; 
}
.header .social-icons .website i:hover, .header .social-icons .website i:focus{
  color:#FF7005; 
}

