html,body{
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    font-family: 'PT Serif', serif;
}
/* back to top button css */

#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#f05d0f;
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 40px;
}

#backToTopBtn:hover {
    background-color: #ec974d;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* back to top button css end */


/*  navbar css */

.my-box-shadow{
    box-shadow:0 2px 6px -1px rgba(0, 0, 0, .1),0 2px 6px 0 rgba(0, 0, 0, .1);
}

.my-text-orange{
    color:#f05d0f;
}
.my-text-orange-light {
    color: #ec974d;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 25px;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

#my-nav .nav-item {
    border-bottom: 3px solid transparent;
    
}

 .navbar-light .navbar-toggler{
    color:#000;
    border-color: transparent;
}
 .navbar-light .navbar-toggler:hover {
     opacity: 0.6;
 }

#my-nav .nav-item:hover{
    border-bottom:3px solid #f05d0f;
    color:#f05d0f;
    transition: 0.5s ease;
}

#my-nav .nav-item a:hover{
    color:#f05d0f!important;
    transition: 0.5s ease;
}

#my-nav .dropdown-item {
    padding: 5px 10px;
}

#my-nav .dropdown-item:focus,
#my-nav .dropdown-item:hover {
    color: #f05d0f;
    background-color: #fff;
    transition: 0.5s ease;

}


#my-nav .dropdown-menu {
    border-top: 3px solid #f05d0f;
    border-bottom:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1),
        0 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: 0px;
    text-align: center;
    top:100%;
    margin-top: 0;
}

#my-nav .dropdown-toggle::after{
    content:'';
    display: none;
}

@media(max-width:991px){
   #my-nav .dropdown-menu{
       box-shadow: none;
       text-align: left;
       border-color: transparent;
   }
   #my-nav .nav-item:hover {
       border-bottom: 3px solid transparent;
        
   }
   #my-nav .dropdown-toggle::after {
       content: '';
        display: inline-block;

   }
}
/* navbar css end */




.font-weight-600{
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}


/* ====================================================================================== */
/* index page css */
/* ====================================================================================== */


.img-hover{
       transition: transform .3s cubic-bezier(.34, 2, .6, 1),
       box-shadow .2s ease,
       -webkit-transform .3s cubic-bezier(.34, 2, .6, 1);
}
.img-hover:hover{
     -webkit-transform: translateY(-2px);
     transform: translateY(-2px);
     box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12),
     0 1px 1px 0 rgba(0, 0, 0, .08);
    transition: 0.5s ease;
}

/* about us section css */

.about_us_img_border{
    height: 90%;
    width: 81%;
    border: 12px solid #ec974d;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 85px;
}

.about_us_img_full_border {
    border:10px solid transparent;
    padding:10px 5px;
  
}

@media (max-width:1200px){
    .about_us_img_border{
        display: none;
    }
    .about_us_img_full_border {
        border:10px solid #ec974d;
    }
}

/* about us section css end */


.section-bg{
    background-color: #f6f6f6;
}

/* products section css */

#products .centered-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;

}

#products .product-img:hover .centered-img-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 334px;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s ease;

}

/* products section css endd*/



/* gallary css custome */

#gallary .centered-img-text {
    position: relative;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 99;
    

}
#gallary a{
    text-decoration: none;
    color:#f05d0f;
}


#gallary .glider-slide:hover .centered-img-text,
#gallary .gallary-middle-box:hover .centered-img-text {
    opacity: 1;
    
}

@media screen and (min-width:1600px){
    #gallary .centered-img-text {
        position: unset;
        display: none;
    }
}

@media screen and (max-width:1310px){
    #gallary .centered-img-text{
        position: unset;
        display: none;
    }
}


/* #gallary .product-img:hover .centered-img-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 334px;
    width: 96%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.5s ease;

} */

/* gallary css custome end */



/* our department section css */

#our_department .orange-border-deparment {
    border:3px solid #ec974d;
    background-color: #ec974d;
    margin-top:-6px;
    width:80%;
}

#our_department .nav-pills .nav-link.active,
#our_department .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ec974d;
    border-radius:0px;
}

#our_department .nav-pills .nav-link,
#our_department .nav-pills .show>.nav-link {
  border: 1px solid #e2e2e2;
  margin: 5px;
  border-radius: 0px;
}

#our_department a{
    color: #000;
}


#our_department .dep-export-img-border {
    border:5px solid transparent;
}
#our_department .dep-export-img-border:hover{
    border:5px solid #ec974d;
    transition: 0.5s ease;

}

#our_department .our_dep_top_img {
    height: 250px;
}

@media(max-width:991px) {
  #our_department .orange-border-deparment {
      margin-top: -6px;
      width: 95%;
  }
  #our_department .our_dep_top_img {
      height: unset;
  }
}
/* our department section css enddd*/


/* slider css start */


.starting-slider .carousel-control-next,
.starting-slider .carousel-control-prev {
   top:40%;
   margin-right: 15px;
   margin-left: 15px;
   height: 60px;
   width:60px;
   background-color: rgba(0,0,0,0.5);
}

.slider-height {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slider-bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:1200px) {
    .slider-height {
        height: 85vh;
    }

    .slider-bg-image {
        background-position: center left;
        background-size: 100% 85vh;
    }
}

@media screen and (max-width:992px) {
    .slider-height {
        height: 60vh;
    }

    .slider-bg-image {
        background-position: center left;
        background-size: 100% 60vh;
    }
}

@media screen and (max-width:768px) {
    .slider-height {
        height: 50vh;
    }

    .slider-bg-image {
        background-position: center left;
        background-size: 100% 50vh;
    }
}



/* slider css end */



button:focus {
    outline: none;
}

/* ====================================================================================== */
/* index page css end*/
/* ====================================================================================== */





/* ====================================================================================== */
/* join us page css */
/* ====================================================================================== */

.start-banner-img{
    background-position: center;
    background-size: 100% 450px;
    background-repeat: no-repeat;
    height: 200px;
}

/* ====================================================================================== */
/* join us page css end*/
/* ====================================================================================== */




/* ====================================================================================== */
/* products page css */
/* ====================================================================================== */

#product-name .nav-pills .nav-link {
    text-decoration: none;
    color:unset;
    border:1px solid #e2e2e2;
}

#product-name .nav-pills .active{
    background-color:#fff;
    color:#ec974d;

}

/* ====================================================================================== */
/* products page css end*/
/* ====================================================================================== */



/* ====================================================================================== */
/* environment policy css start*/
/* ====================================================================================== */


.rounded-img-environment {
    height: 180px;
    width: 180px;
    border-radius: 100px;
    border: 1px solid #c9c7c7;
}


/* ====================================================================================== */
/* environment policy css end*/
/* ====================================================================================== */


/* ====================================================================================== */
/* certificate page css*/
/* ====================================================================================== */

.certificate-border{
    border:4px solid #ec974d;
    border-radius: 0px;
}


/* ====================================================================================== */
/* certificate page css end*/
/* ====================================================================================== */