@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;

}

body{
    font-family: 'Roboto', sans-serif;
    background: #cacaca;
}
#mission_text{
  white-space: pre-line;
}
nav{
    background-color: #202020;
    width:100%;
    position: relative;
    height: 16vh;
    display: flex;
    flex-direction: column;
}
nav .first_line{
    background: #020E26;
    width:100%;
    height: 10vh;
    padding: .5rem;
    display: flex;
    flex-direction: row;
}
nav .first_line #logo{
    flex: 1;

}
nav .first_line #logo img{
    height:  100%;
}
nav .first_line .social_info{
    flex: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    
    justify-content: space-around;
}
nav .first_line .social_info i{
    margin: 0 15px;
    color: #FF7101;
    font-size: 1.5rem;
}
nav .first_line .social_info a{
text-decoration: none;
    color:#fafafa
}
nav ul{
    height: 100%;
    flex: 8;
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    align-items: center;
}
nav ul li a{
    margin: 0 20px;
    color:#fafafa;
    text-decoration: none;
    font-weight: bold;

}
nav ul#social_icons_nav{
    flex: 4;

}
#categories_list_filter{
  list-style: none;
  padding: 0;
  margin: 0;
}
.category_btn{
  padding: 5px 10px;
  width: 100%;
  margin: 10px 0;
  border: 2px solid #ff7101;
  border-radius: 5px;
  transition: all .35s;
  
}

.category_btn:hover{
  cursor: pointer;
  background: #FF710150;
}

.slider_hose {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; /* <===  */
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3); 
  box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.3);

}

.slide_hose {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  right: 0;
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5); 
  box-shadow: 0px 0px 15px 5px rgba(32,32,32,0.5);
  text-align: right;
  opacity: 1;
  background: linear-gradient(1deg, rgba(32,32,32,1) 0%, rgba(255,255,255,0) 100%); 
  transition: all .5s ease-in-out;
  width: 100%;
}

.slide_hose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_hose {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #20202000;
  color:#fafafa;
  font-size: 18px;
}
.btn_hose:active {
  transform: scale(1.1);
}
.btn-prev_hose {
  bottom: 20%;
  right: 2%;
}

.btn-next_hose {
  bottom: 5%;
  right: 2%;
}

nav ul#social_icons_nav li a{
    color:#ff7101;
}
nav ul li a:hover{
    color:#ff7101
}
nav ul#social_icons_nav li a:hover{
    color:#fafafa
}
nav .second_line{
    display: flex;
    padding: 0 3rem;
    flex-direction: row;
    
}
header{
    background-image: url('https://i.pinimg.com/originals/2f/c3/0a/2fc30a898f6975cd76f9d365c86599aa.gif');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 110% 200%;
}
.carousel{
    position: relative;
}
.carousel h1{
    position: absolute;
    z-index: 5;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fafafa;
    font-weight: bolder;
    font-size: 3rem;
    letter-spacing: 6px;
}
.carousel h1::before{
    content: "";
    position: absolute;
    background-color: #FF7101;
    width: 100px;
    height: 10px;
    bottom: 10%;
    left:0%;   
    z-index: 4;
}
.carousel::before{
    content: "";
    width: 125px;
    height: 125px;
    background: #ff6f01bb;
    position: absolute;
    z-index: 5;
    top: 15%;
    -webkit-box-shadow: 0px 0px 6px 3px #FF7101; 
    box-shadow: 0px 0px 6px 3px #FF7101;
    left: -5%;
}
.carousel::after{
    content: "";
    width: 125px;
    height: 125px;
    background: #020E26bb;
    position: absolute;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 6px 3px #020E26; 
    box-shadow: 0px 0px 6px 3px #020E26;
    bottom: 15%;
    right: -5%;
}
.carousel .carousel-indicators{
    width:100%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 5%;
    left: 0;
    display: flex;
    flex-direction: row;
}
.carousel .carousel-indicators button{
    width: 100%;
    height: 100%;
    margin: 0;
    background: #020E26bb;
}
.carousel .carousel-indicators button.active{
    background: #ff7101;
}
section{
    padding: 2rem 0;
    margin: 0;
}

#about_us_section .col-md-5{
    padding: 0;
}

#about_us_section .col-md-11{
    margin: 0;
    padding: 0;
}
#about_us_section .col-md-5 img{
    width: 100%;
}
#about_us_section{
    background: #020E26;
}
#about_us_section h2{
    font-size: 2.5rem;
    color: #FF7101;
    letter-spacing: 5px;
    margin-bottom: 2rem;
    font-weight: bold;
}
#about_us_section p{
    color: #dadada;
    padding: .15rem ;
}
#about_us_section .choose_us_section{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}
#about_us_section h3{
    writing-mode: vertical-lr;
    transform: rotate(0);
    display: inline;
    min-width: 20px;
    color: #FF7101;
}
#about_us_section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#about_us_section ul li{
    margin-top: .5rem;
    color: #fafafa;
}
#about_us_section ul li i{
    margin: 0 7px;
    font-size: 1.1rem;
    color: #FF7101;
}
#our_serivces h2{
    font-size: 4rem;
    color: #FF7101; 
    font-weight: bolder;
}

.service_item{
    position: relative;
    width:100%
}
.service_item img{
    position: relative;

    width: 100%;
}
.service_item img::before{
    position: relative;
    content: "";
    width:100%;
    top: 0;
    left: 0;
    z-index: 3;
    height:100%;
    background: #FF7101;
}
#services_container{
    margin-top: 5rem;
}
.service_item{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;

}
.service_item img{
    height: 100%;
    border-left: 10px solid #ff7101;
}
.service_item h3{
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #ff7101;
    position: absolute;
    width:100%;
    background-color: #020E26;
    bottom: 0;
    font-size: 1.25rem;

}
.service_item h3 i{
    float: right;
}
.own-carousel__control button{
    border: 0;
    background: #020E26;
    color: #ff7101;
    padding: .25rem .5rem;
    font-size: 1rem;
}

#mission_vission_section{
    padding: 5rem 0;
    background-image: linear-gradient(rgba(2, 14, 38,0.95),rgba(2, 14, 38,0.75)), url('https://st2.depositphotos.com/1007416/7993/i/950/depositphotos_79937794-stock-photo-factory-interior-as-industrial-background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#mission_vission_section h2{
    color: #ff7101;
    font-weight: bolder;
}
#mission_vission_section p{
    color:#fafafa
}
.grid_masonary{
    overflow: hidden;
    max-width: 100%;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 200px 200px 200px;
    grid-gap: 1rem;
}

.grid_masonary img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid_masonary .item-a {
    grid-row: 1 / 3;
  }
  
.grid_masonary .item-b {
    grid-column: 3 / 5;
  }
  
 .grid_masonary .item-c {
    grid-row: 2 / 4;
  }
  
 .grid_masonary .item-d {
    grid-column: 3 / 5;
  }

  #product_section h2{
      text-align: center;
      color: #ff7101;

  }
  #product_section p{
      text-align: center;
  }

  .product_item_main{
      overflow: hidden;
      position: relative;
  }
  .product_item_main h4{
      position: absolute;
      text-align: center;
      background: #ff6f01cb;
      display: flex;
      justify-content: center;
      align-items: center;
      align-items: center;
      width: 100%;
      color: #fafafa;
      height: 100%;
      top: 0;
      left: 0;
      transform: translateY(-100%);
      transition: all .5s ease-in-out;
  }
  .product_item_main:hover h4{
    transform: translateY(0%);
}
.btn_orange_blue{
    margin-top: 1.5rem;
    width:100%;
    display: block;
    background: #FF7101;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fafafa;
    transition: all .25s ease-in-out;
    text-align: center;
    padding: .5rem 0;
    text-decoration: none;
}

.btn_orange_blue:hover{
    background: #020E26;
    color:#ff7101;
}

.blog_card_main{
    width: 100%;
    display: flex;
    height: 60vh;
    flex-direction: row;

}
.blog_card_main img{
    flex:1;
    object-fit: cover;
    width: 50%;
    height: 100%;
}
.blog_card_main .blog_card_body{
    background: #020E26;
    padding-top: 2rem;
    flex:1;
    color: #ff7101;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content:center;
}
.blog_card_main .blog_card_body h4{
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    width:100%;
    position: relative;
    text-align: center;
}

.blog_card_main .blog_card_body p{
    color:#cacaca;
    text-align: center;
    margin-bottom: 3rem;
    font-size: .8rem;
}

.blog_card_main .blog_card_body a{
    color: #fafafa;
    text-decoration: none;
}

.blog_card_main .blog_card_body a i{
    margin: 0 5px;
}

#topics_section h2{
    color:#ff7101;
    letter-spacing: 5px;
    font-weight: bolder;
    margin: 0;
}


#topics_section span{
    color: #ff7101;
}
#topics_section .blogs_container{
    margin-top: 2rem;
}

.form-container {
    height: 80vh;
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  .left-container {
    flex: 1;
    height: 100%;
    background-color: #020E26;
  }
  
  .right-container {
    display: flex;
    flex: 1;
    height: 100%;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
  }
  
  .left-container {
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  
  .left-container p {
    font-size: 0.9rem;
  }
  
  .right-inner-container {
    width: 70%;
    height: 100%;
    text-align: center;
  }
  
  .left-inner-container {
    height: 50%;
    width: 80%;
    text-align: center;
    line-height: 22px;
  }
  
  input, textarea {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 0.8rem;
  }
  
  input:focus, textarea:focus {
    outline: 1px solid #020E26;
  }
  
  button {
    border: 0;
    background-color: #020E26;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #ff7101;

  }
  
  @media only screen and (max-width: 600px) {
    .left-container {
      display: none;
    }
  
    .lg-view {
      display: none;
    }
  }
  @media only screen and (min-width: 600px) {
    .sm-view {
      display: none;
    }
  }
  form p {
    text-align: left;
  }

  #contact_us h2{
      color:#ff7101;
      font-weight: bolder;
  }

  .social-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

  .social-container a{
    padding: .5rem;
    color: #ff7101;
    margin: 0 2rem;
}


.footer {
  background-color: #202020;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 50px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}
.footer h5{
    display: block;
    color: #FF7101;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}



.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #FF7101;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center i {
  color: #FF7101;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #fafafa;
  text-decoration: none;
}


/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #0099ff;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer  a {
    color:#fafafa;
}
.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: #fafafa;
}

.footer .menu a:hover {
  color: #0099ff;
}

.footer .name {
  color: #fafafa;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

#language_container{
  position: relative;
}
#language_container:hover .drop_down_list  {
  z-index: 111111111111111111111111111111111;
  display: flex;

}
.drop_down_list:hover{
  display: flex;

}
.drop_down_list{
  border-top: 3px solid #FF7101;
  padding: .5rem 0;
  display: none;
  background: #202020;
  position: absolute;
  top:100%;
  height: 140px;
  width: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: flex-start;
  margin: 0;
  bottom: 5%;
}

.keywords_container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 0;

  flex-wrap: wrap;
  list-style: none;

}
.keywords_container li{
  border: 2px solid #202020;
  margin: 0 10px;
  padding: 5px 15px;
}

.drop_down_list li{
  margin-bottom: 7.5px;
}