
/* .ani_box1{
    opacity: 0;
}
.ani_box1.animate__animated{
    opacity: 1;
} */
nav{
 background-color: rgb(0, 0, 0)!important;   
}
.n:hover{
color: rgb(255, 212, 0)!important;

}
.nav-item{
    padding-bottom: 15px!important;
    padding-top: 15px!important;
    border-bottom: 2px solid rgb(10, 10, 10)!important;

}
.nav-item:hover{
    border-bottom: 2px solid red!important;
    padding-bottom: calc(15px-2px)!important;
    padding-top: calc(15px-2px)!important;

}
.bg-primary1{
   background-color: rgb(45, 123, 189)}
.dropdown-menu{
    border-radius: 0%!important;
    border: none!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.d{
    width: 100%!important;
    border-bottom: 0.2px solid rgb(184, 184, 184)!important;
}
.dropdown-item:hover{
    background-color: white!important;
    color: blue!important;
}
.t1{
    margin-left: auto;
    margin-right: auto;
    font-family: 'Times New Roman', Times, serif;
}
.title{
    border-bottom: 2px solid black;
    margin-left: auto!important;
    margin-right: auto!important;
}
.img-b{
    height: 5%!important;
    width:5%!important
}
.heading::before{
    background-color: #0e0d0d;
    content: "";
    display: flex;
    width: 200px;
    height: 1px;
    margin-top: 3.2%;
}
.heading::after{
    background-color: #0e0d0d;
    content: "";
    display: flex;
    width: 200px;
    height: 1px;
    margin-top: 3.2%;
}
.img-post{
    height: 100%!important;
    width: 100%!important;
}
.box{
    box-shadow: rgba(7, 0, 0, 0.8) 0px 2px 8px;
    padding: 0%!important;
}
.action-btn {
    color: #fff;
    background: #e02;
    border-width: 2px;
    border-style: solid;
    border-color: #e02;
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none!important;
    line-height: 2.5;
    margin: 0 auto;
    width: 270px;
    font-size: 16px
}

.action-btn:after,
.action-btn:before {
    content: "";
    display: block;
    position: absolute;
    border-color: #1b5982;
    box-sizing: border-box;
    border-style: solid;
    width: 25px;
    height: 25px;
    transition: all .3s ease-in-out
}

.action-btn:before {
    top: -12px;
    left: -12px;
    border-width: 5px 0 0 5px;
    z-index: 5
}

.action-btn:after {
    bottom: -12px;
    right: -12px;
    border-width: 0 5px 5px 0
}

.action-btn:hover::after,
.action-btn:hover::before {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    border-color: #e02
}

.action-btn:hover {
    color: #fff;
    border-color: #1b5982;
    background: #1b5982
}

.action-block {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-content: center;
}
.btn1{
    color: black;
    border: none;
    font-size: smaller;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 2% 5%;
    background-color:#ffffff
}
.btn1:hover{
    color: #fff;
    background-color: tomato;
}
.list-style-none{
    list-style: none!important;
    padding: 2%!important;
}
.bg-darkpink{
    background: rgb(238,44,130);
}
.bg-blue{
    background:rgb(65,88,208)
}
.bg-red{
    background:rgb(251,105,98)
}
.fa-brands{
  
    transition: width 2s, height 4s;
    

}
/* .fa-brands:hover{
    font-size: larger;
  width: 20px;
} */
.bg-dark1{
    background-color: rgb(70, 70, 70)!important;
} 

/* ---------------------------------------------------------------------------------------------------------------- */

.overview-bg{
    background-image:linear-gradient(rgba(54, 53, 53,0.4),rgba(36, 35, 35,0.4)), url("../image/Overview.jpeg");
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
}
.img_vision{
    width: 100%;
    height: 100%;
}

.h{
    position: relative;
    top: 40%;
}
.heading1::before{
    background-color: #ffffff;
    content: "";
    display: flex;
    width: 190px;
    height: 2px;
    margin-top: 0.2%;
    
}
.heading1::after{
    background-color: #ffffff;
    content: "";
    display: flex;
    width: 190px;
    height: 2px;
    margin-top: 0.2%;
}
.li{
  list-style: none!important;
}
.img-redius{
    border-radius: 34px!important;
    box-shadow: 11px 11px 21px -8px rgb(0 0 0 / 50%);
}
.heading2::before{
    background-color: #0e0d0d;
    content: "";
    display: flex;
    width: 250px;
    height: 2px;
    margin-top: 0.2%;
    
}
.heading2::after{
    background-color: #0e0d0d;
    content: "";
    display: flex;
    width: 250px;
    height: 2px;
    margin-top: 0.2%;
}
.research-bg{
    background-image:linear-gradient(rgba(39, 39, 39,0.4),rgba(27, 27, 27,0.4)), url("../image/chemical_substances_csr_cover-1536x864.jpg");
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
}
.bg-blue1{
    background-color: rgb(45, 123, 189);
}
.bg-blue2{
    background-color: rgb(87, 149, 202);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 10px!important;
}
.timeline__middle {
    position: relative!important;
    background: #ffffff!important;
    height: 100%!important;
}
.border-right1{
    border-right: 2px solid white;
}
.timeline__point {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
}
iframe{
    height: 80vh!important;
    width: 100%!important;
    border: none!important;
}
.vision-bg{
    background-image:linear-gradient(rgba(15, 15, 15,0.3),rgba(8, 8, 8,0.3)), url("../image/Company_Overview.jpeg");
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
}
.heading2::before{
    background-color: #ffffff;
    content: "";
    display: flex;
    width: 150px;
    height: 2px;
    margin-top: 0.2%;
    
}
.heading2::after{
    background-color: #ffffff;
    content: "";
    display: flex;
    width: 150px;
    height: 2px;
    margin-top: 0.2%;
}
.text1{
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: #0e0d0d;
}
.gearoil-bg{
    /*background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../image/015.jpg");*/
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
  
}
.quality-bg{
    background-image: url("../image/behind-the-curtain-background-1400x788-1-1024x576.jpg");
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
}
.distributer-bg{
    background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../image/ceo_banner.jpeg");
    background-position: bottom;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
}
.career-bg{
    background-image:linear-gradient(rgba(12, 12, 12,0.2),rgba(7, 7, 7,0.2)), url("../image/11659383-copy-1024x615.jpg");
    background-position: center;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23%;
    width: 100%;
   
}
*{
    margin: 0;
    padding: 0;
}
.engine_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0,0.5)),url(../image/015.jpg);
    width: 100%;
    padding: 23%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}
.engine_banner h2{
    color: white;
    text-align: center;
    font-size: 40px;
}

.text-brown{
   color: rgb(114, 56, 56);
}
.li1{
    list-style: decimal;
    font-size: larger;
}




#container {

    margin: 0;
    padding: 0;
    /* background: teal; */
    display: grid ;
    place-items: center
  }
  
  #slider-container {
    height: 300px;
    width: 85vw;
    max-width: 1400px;
    /* background: #54d5e4; */
    /* box-shadow: 5px 5px 8px gray inset; */
    position: relative;
    overflow: hidden;
    /* padding: 20px; */
  }
  
  #slider-container .btn {
    position: absolute;
    top: calc(50% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid pink;
    border-top: 8px solid pink;
  }
  
  #slider-container .btn:hover {
    transform: scale(1.2);
  }
  
  #slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
  }
  
  #slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
  }
  
  #slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 10px;
  }
  
  #slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }
  
  #slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    background-color: #a847a4;
    box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    display: grid;
    place-items: center;
  }
  
  #slider-container #slider .slide span {
    color: white;
    font-size: 150px;
  }
  
  *{
    margin: 0;
    padding: 0;
}

.main{
    background-image: linear-gradient(rgba(83, 78, 78, 0.3),rgba(31, 30, 30,0.4)), url("../image/All\ Team.jpeg") ;
    width: 100%;
    padding: 25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main_page h1{
    color: #3A9BF9;
    font-weight: 700;
}

.style_4{
    line-height: 50px;
}

.submit button{
    border-radius: 30px;
    padding: 12px 22px;
    background-color: #fa1e22;
    color: white;
    font-size: 16px;
}

.submit button:hover{
    background-color: #da0f12;
    color: white;
}

.form-control{
    background-color: #f5f4f4!important;
}

.whatsapp button{
    background-color: rgb(14, 182, 14);
    margin-left: 15px;
}

.whatsapp button:hover{
    background-color: rgb(13, 151, 13);
    color: white;
}

.add_icon{
    background-color: #3A9BF9;
    padding: 12px;
    font-size: 20px;
    border-radius: 50%;
    color: white;
}

.contact_2 h5{
    font-weight: 600;
}

.icon{
    padding-top: 20px;
}

.social i{
    margin-left: 10px;
}

.contact_third{
    margin-top: 70px;
}

.btn_con{
    box-shadow: 0px 0px 5px 3px rgb(214, 213, 213);
    background-color: white;
    transition: all 0.5s ease;
    padding: 10px 25px!important;

}

.btn_con:hover{
    box-shadow: 0px 0px 5px 3px rgb(214, 213, 213);
    background-color: #e92b2e;
    color: white!important;
}

.map{
    margin-top: 50px;
}

.map-container{
    overflow:hidden;
    position:relative;
    height:0;
}
.map-container iframe{
    left:0;
    top:0;
    height:70vh;
    width:100%;
    position:absolute;
}

/* -------------------------footer-start------------------------- */

.footer{
    background-color: black;
    color: white;
    position: absolute;
}
.footer_1 h2{
    margin-bottom: 50px;
}
.footer_1 h6{
    line-height: 30px;
    font-size: 16px;
}

.links li{
    list-style: none;
    cursor: pointer!important;
    text-align: center;
    margin-bottom: 10px;
}
.links h2{
    margin-bottom: 20px;
}
.links li a{
    color: white;
    text-decoration: none;
}
.social_icon{
    margin-bottom: 10px;
}
.social_icon h2{
    margin-bottom: 50px;
}

.social_icon a{
    font-size: 24px;
    margin-right: 10px;
}

.icon-part{
    display: flex;
    justify-content: center;

}
.icons{
    height: 40px;
    width: 60px;
    margin: 10px;
    border-radius: 20PX;
    display: flex;
    transition: all 0.2s ease-in;
    cursor: pointer;
}
.icons:hover{
    transform: scale(1.1,1.1);
}
.icons a{
    color: #fff;
    margin: auto;
}
.icons a:hover{
    color: white;
}
.icon_1{
    background-color: #0f72e4;
}
.icon_2{
    background-color: #fc383b;
}
.icon_3{
    background-color: #e92b5b;
}
.icon_4{
    background-color: #3A9BF9;
}

.footer_last{
    background-color: rgb(24, 23, 23);
}
.footer_last h5 a{
    color: rgb(179, 174, 174);
}
.o1{
    overflow-x: hidden!important;
}
.fs1-6{
font-size: medium;
}
/* --------------------------footer-end------------------------ */

  @media only screen and (min-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(2.5% - 20px);
    }
  
  }


@media screen and (max-width:1200px) {
    .heading::before{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 150px;
        height: 1px;
        margin-top: 3.2%;
    }
    .heading::after{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 150px;
        height: 1px;
        margin-top: 3.2%;
    }
}
@media only screen and (max-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(3.3333333% - 20px);
    }
  
  }
@media screen and (max-width:992px) {
    .font1{
        font-size: larger!important;
    }
}
@media only screen and (max-width: 900px) {
  
    #slider-container #slider .slide {
      width: calc(5% - 20px);
    }
  
  }

@media screen and (max-width:768px) {
    .flex1{
        display: flex!important;
        flex-direction: column-reverse!important;
    }
    .timeline__middle {
    position: relative!important;
    background:none!important;
    height: 100%!important;
    
}
.listStyle{
    list-style: none!important;
}
.border-right1{
    border-right: none;
}
.timeline__point {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: none!important;
    border-radius: 50%;
}
.r1{
    margin-bottom: 5%;
}
}
@media screen and (max-width:697px) {
    .t1{
        margin-left: auto;
        margin-right: auto;
        font-family: 'Times New Roman', Times, serif;
        text-align: center!important;
    }
}
@media screen and (max-width:697px) {
    .heading::before{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 90px;
        height: 1px;
        margin-top: 3.2%;
    }
    .heading::after{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 90px;
        height: 1px;
        margin-top: 3.2%;
    }
}
@media screen and (max-width:593px) {
    .heading2::before{
        background-color: #ffffff;
        content: "";
        display: flex;
        width: 70px;
        height: 2px;
        margin-top: 0.1%;
        
    }
    .heading2::after{
        background-color: #ffffff;
        content: "";
        display: flex;
        width: 70px;
        height: 2px;
        margin-top: 0.1%;
    }
    .heading1::before{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 70px;
        height: 2px;
        margin-top: 0.1%;
        
    }
    .heading1::after{
        background-color: #0e0d0d;
        content: "";
        display: flex;
        width: 70px;
        height: 2px;
        margin-top: 0.1%;
    }
}
@media only screen and (max-width: 550px) {
  
    #slider-container #slider .slide {
      width: calc(10% - 20px);
    }
  
  }

@media screen and (max-width:417px) {
    .font1{
        font-size: medium!important;
    }
    .h{
        position: relative;
        top: 50%;
    }  
}

@media screen and (max-width:600px) {
    #engineoil_one{
        padding: 0px 10px;
    }
    #gearoil_one{
        padding: 0px 10px;
    }
    #hydrolicoil_one{
        padding: 0px 10px;
    }
    #forkoil_one{
        padding: 0px 10px;
    }
    #brekoil_one{
        padding: 0px 10px;
    }
    #coolantoil_one{
        padding: 0px 10px;
    }
    #otheroil_one{
        padding: 0px 10px;
    }
}

/* -------------------------wp-button---------------------------- */

.wp_button{
    position: absolute;
    display: flex;
    justify-content: end;
}
.wp_button img{
    right: 20px;
    width: 65px;
    bottom: 15px;
    position: fixed;
}