/* CSS Document */

body{  
font-family: 'Satoshi-Regular'; 
}

.form-control::placeholder {
    color: #AFAFAF;
}
h1{ 
    font-size: 60px;
    font-weight: 400;
}
h2{
    font-size: 36px;
    font-weight: 600;
}
h1, h2, h3, h4{
    font-family: "Urbanist", sans-serif;
}
/* color and button*/
.btn-white {
 background: #fff;
 color: #000;
}
.btn-white:hover {
    background: #FF5912;
    color: #fff;
}
.bg-light-green{
 background:#F1F1F1;
}
.text-primary { 
    color: #FF5912 !important;
}
.btn-primary{
 background:#FF5912;
  border:solid 1px #FF5912
 }
.btn-primary:hover{ 
background:#000; 
border:solid 1px #000;
}
.btn-primary-outline{ 
background:#fff; 
border:solid 1px #FF5912; 
color:#FF5912;
}
.btn-primary-outline:hover{ 
background:#FF5912; 
border:solid 1px #FF5912; 
color:#fff;
}
.border-bot-dark{
border-bottom:solid 1px #d9d9d9;
}

.border-bot-light {
    border-bottom: solid 1px rgba(255, 250, 250, 0.2);;
    
}
/* Navigation*/

.navbar-nav li{
 list-style: none;
 padding-left:15px; 
 padding-right:15px;
 }

 .dropdown-menu .row ul{
    padding-left: 0;
 }

 
 .dropdown-menu.nav-item{
    padding-left: 0;
    
 }
 
.dropdown-item:hover {
    color: #FF5912;
    
 }

 .dropdown-item.active,
 .dropdown-item:active{
    background: white;
    color: #FF5912;
 }
 @keyframes slideIn {
     0% {
         transform: translateY(1rem);
         opacity: 0;
     }

     100% {
         transform: translateY(0rem);
         opacity: 1;
     }
 }

 .slideIn {
     -webkit-animation-name: slideIn;
     animation-name: slideIn;
     animation-duration: 0.4s;
     animation-fill-mode: both;
 }
 
 .dropdown-item i{
    margin-right: 5px;
 }

.nav-sub .navbar-nav .nav-link { 
    color: white !important;
}

.bg-header-image{
 width:100vw;
 height:100vw;
 object-fit:cover;
 filter:brightness(0.6);
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
}
.bg-challenges{
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
}

.challenges .nav-pills .nav-link.active{
background: none;
border-bottom: 1px solid #FF5912;
border-radius: 0;
}

.challenges .nav-pills .nav-link {
    background: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.23);
    border-radius: 0;
}
.challenges .nav-pills .nav-link.active p{
    color: #AAAAAA;
}

.challenges .nav-pills .nav-link p {
    color: #AAAAAA;
}

.challenges .nav-pills .nav-link.active h4 {
    color: #FF5912;
    font-weight: 600px;
}

.challenges .nav-pills .nav-link h4 {
    color: #232323;
    font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        /* 125% */
        letter-spacing: -0.24px;
}

.challenges .tab-content .tab-pane{
    padding: 5%;
}
.challenges .tab-content .tab-pane p{
    line-height: 30px;
    letter-spacing: 0.32px;
}

.industries {
    border: solid 1px #EEEEEE;
    min-height: 300px;
}
.industries h3{ 
    padding-top: 2%;
    padding-bottom: 2%;
}
.industries p {
    line-height: 200%;
}
.industries a {
    display: none
}

.industries svg {
    margin-top: 5%;
    color: #000;
}

.industries:hover svg {
    color: #fff;
}

.industries:hover a {
    display: block;
    color: white;
    text-decoration: none;
}

.industries:hover {
    border: 1px solid #EEE;
    background: #FF5912;
    box-shadow: 0px 4px 24px 8px rgba(255, 89, 18, 0.24);
    color: #fff;
}

.product {
    color: white;
    min-height: 330px;
}

.product a {
    display: none
}

.product:hover a {
    display: block;
    color: #FF5912;
    text-decoration: none;
}
.product:hover h3 {
    color:#FF5912
}

.product:hover p {
  line-height: 24px;
}
footer{
    background: #FF5912 url("../images/img_ellipse.png")  no-repeat;
    background-size: 100%;
    background-position: center bottom -100px;
}
footer p{
    font-size: 14px;
}

footer h4 {
    font-size: 16px;
    font-weight: bold;
}
.border-bot-two{
    border-bottom: solid 2px rgb(255, 255, 255, 50%);
}

footer ul { 
    list-style:none; 
    padding-left: 0; 
}
footer ul li {
    padding-bottom: 10px;
    font-size: 14px;
}

footer ul li a{
    list-style: none;
    color: white;
    text-decoration: none;
}
footer ul li a:hover {
    color: #000;
}

.social-media{
    display: block;


}
.social-media li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.social-media li a{
    color: white;
}

.social-media li a:hover {
    color: black;
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.challenges {
        display: block !important;
    }
}
 

/* Navigation Dropdown */
@media screen and (min-width: 993px) {
    .dropdown .dropdown-menu.show {
            display: none !important;
        }
    .dropdown:hover .dropdown-menu {
            display: block !important;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

        }
    .dropdown:focus .dropdown-menu {
            display: block !important;
        }
    
    .dropdown-toggle::after {
           display: none;
    }

        .dropdown-menu .drop {
            min-width: 600px;
        }
}


/* Product */

.bg-product-banner{

    background: url("../images/bg_product_banner.png") no-repeat center top;
    background-size: cover;

}

.unwavering-box{
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #FFF;
}

.bg-light-white{
    background:#FAFAFA;
}

.service-tab .active{
    background: #FF5912;
    border-bottom: solid 1px #E4E4E4;
    
    
}

.service-tab .active svg, .service-tab .active h2,.service-tab .active p { 
    color: #fff;
}

.service-tab .active a{
    background: #fff;
    color: #000;
}
.service-tab .active a svg{
    color: #000;
    
}

.service-tab .navbar-nav .nav-item{
    padding-top: 1%;
        padding-bottom: 1%;
}

.bg-tech-banner {

    background: url("../images/img_tech_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-service-banner {

    background: url("../images/img_service_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-Warranty-banner {

    background: url("../images/img_warranty_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-about-banner {

    background: url("../images/img_about_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-light-yellow {
    background: #FFF4E7;
}

.bg-aerospace-banner {

    background: url("../images/img_aerospace_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-consumer-goods {

    background: url("../images/img_consumer_goods.png") no-repeat center top;
    background-size: cover;

}

.bg-consumer-goods {

    background: url("../images/img_consumer_goods.png") no-repeat center top;
    background-size: cover;

}

.bg-dealers {

    background: url("../images/img_dealers_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-production-goods {

    background: url("../images/img_production_banner.png") no-repeat center top;
    background-size: cover;

}

.bg-agriculture {
    background: url("../images/img_agriculture_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-medical {
    background: url("../images/img_medical_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-automotive {
    background: url("../images/img_automotive_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-material {
    background: url("../images/img_material_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-energy {
    background: url("../images/img_energy_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-construction {
    background: url("../images/img_construction_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-power {
    background: url("../images/img_power_banner.png") no-repeat center top;
    background-size: cover;
}

.bg-contact {
    background: url("../images/img_contact_banner.png") no-repeat center top;
    background-size: cover;
}