* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none !important;
}

:root {
    --primary: #ddc3a5 !important;
    --secondary: #201E20 !important;
    --black: #e0a96d !important;
    --red: #DE0000 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

p {
    text-align: justify !important;
}

h5 {
    line-height: 25px;
    color: #000;
    text-align: justify;
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--secondary);
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: var(--primary);
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--secondary);
    bottom: 0;
    left: calc(50% - 20px)
}
/* -------------nav-top------------ */
.navtop{
    background-color: var(--primary);
    padding: 20px 0px 30px 0px;
    margin-bottom: 0px;
}
/* ----------------navbar------------------ */
.mynav {
    background: var(--primary) !important;
    border-radius: 0px;
    position: fixed !important;
    z-index: 16 !important;
    padding: 31px 0px 6px !important;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    /* margin-top: -21px; */
   
}

.navbar-brand img {
    margin-top: -12px;
    margin-left: 90px;
    width: 11%;
}

ul li a {
    color: var(--secondary) !important;
    font-weight: 600;
}

.now {
    border-bottom: 2px solid var(--secondary);
}

.nav-link:hover {
    color: #736b73 !important;
    box-shadow: 0, 0, 10px 10px;
    transform: ease-in;
 
}

.nav-link {
    padding: 16px 19px !important;
    font-size: 16px;
    transition: 0.8s;
    transform-style: preserve-3d;
}

.nav {
    margin-right: 10px;
}

.dropdown-menu {
    background: var(--primary) !important;
    border-radius: 10px 10px 10px 10px !important;
    border-bottom: 1px solid var(--secondary) !important;
    box-shadow: 0px 0px 3px ;
   
}

.dropdown-item {
    background: none !important;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600 !important;
}

.dropdown-menu a:hover {
    color: #736b73 !important;
    font-weight: 600;
    transition: all 0.6s;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}
.top-icon a{
    padding: 6px 7px;
    color: var(--secondary);
    border-radius: 22px;
}
/* .top-icon a:hover{
    padding: 10px 0px;
    height: 52px;
    text-align: center;
    background: var(--primary);
} */
/* ********* banner section ********** */
.carousel {
    padding: 97px 0px 60px;
    margin-top: -21px;
    background: var(--secondary);
    margin-bottom: 25px;
}

.slider-box {
    display: flex;
}

.slider-left {
    width: 50%;
    margin-left: 50px;
    color: #fff;
}

.slider-left h1 {
    padding: 10px !important;
    text-align: center !important;
    font-weight: 500;
}

.slider-left p {
    padding: 10px 28px 10px 10px;
    text-align: justify;
}

.slider-btn {
    text-align: center;
}

.slider-btn .btn {
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 44px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--black);
    transition: 1s;
    transform-style: preserve-3d;
}

.slider-btn .btn:hover {
    background: var(--primary);
    color: #fff;
    border-top: var(--primary);
    border-bottom: 2px solid white;
    transform: zoom-in;
}

/* *********** news*************** */

.new-img {
filter: drop-shadow(2px 4px 6px var(--secondary));;
    padding: 20px;
    height: auto;
    position: relative;
}

.news-box {
    padding: 24px;
    text-align: center;
    transform-style: preserve-3d;
    box-shadow: 2px 2px 4px gray;
    height: 350px;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-bottom: 3px solid #fff;
}
.news-box:hover{
    background: var(--secondary);
    color: #fff;
    transition: all 0.6s;
    box-shadow: 0px 1px 4px grey;
    border-bottom: 3px solid var(--primary);
}
.news-box p {
    padding: 10px 20px !important;

}

.slider-center-box {
    text-align: center;
}

.slider-center-box h2 {
    margin-bottom: 20px;
    padding-top: 20px;
}
.about-img img{ 
    margin-top: -16px;
    width: 100%;
}
.skill-heading{
    font-size: 25px;
    font-weight: 600;
}
/* *********company section ********* */

.company-section h5 {
    padding: 20px 10px;
    font-family: sans-serif !important;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

/* ********product ******* */
.product-section {
    background: url(/img/atulit\ bg1.webp) fixed;
    opacity: 5;
    box-shadow: 2px 4px 6px black;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 270px;
}
.product-outer{
    display: flex;
    padding-top: 144px;
}
.product-img2,
.product-img3,
.product-img4,
.product-img5,
.product-img6{
    display: none;
    transition: all 0.6s;
}
.product-innerright{
    width: 70%;
    position: relative;
}
.product-innerleft{
    width: 30%;
    /* text-align: center; */
    padding: 40px 10px;
}
.product-innerright img{
width: 100%;
    margin: 20px;
    filter: brightness(0.3);
    box-shadow: 2px 1px 7px;
}
.p-img{
    position: absolute;
}
.product-btn{
    text-align: center !important;
}
.product-btn a{
    padding: 10px 31px;
    border-bottom: 2px solid var(--secondary);
    background: var(--black);
    color: var(--secondary);
    border-radius: 8px;
    font-weight: 600;

}
.product-btn a:hover{
    background: var(--secondary);
    color: var(--black);
    border-bottom: 2px solid var(--black);
    transition: all 0.6s;
}
.p-contant{
   color: #fff;
    position: absolute;
    z-index: 12;
    /* height: 100px; */
    padding: 20px 40px;
    margin-top: 250px;
}
.product-innerleft p{
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
}
.product-innerleft p:hover{
    color: #fff;
}
/* ********footer ***** */
.footer-section {
    background: var(--secondary);
    text-align: center;
margin-bottom: -10px;
}
.footer-top{
    margin-top: 70px;
    padding: 30px 0px;
    margin-bottom: -30px;
    background: var(--secondary);
    color: #fff;
}
.footer-section h6 {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    color: #fff;
}

.footer-top a {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 15px;
}
.footer-links li{
    color: var(--primary);
}

.footer-top ul {
    line-height: 30px;
    padding: 10px;
}

.footer-top p {
    line-height: 25px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    padding: 7px;
    background: var(--secondary);
    border-radius: 50%;
    color: #fff !important;
}

.social-links a:hover {
    color: #fff !important;
}

.footer-links a:hover {
    color: var(--black) !important;
}

.footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
}

.footer-contact h3 {
    color: var(--black);
    margin-top: 0px;
}

.footer-top .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-contact a {
    color: var(--primary) !important;
}

.twitter:hover {
    background: #00acee !important;
}

.facebook:hover {
    background: #3b5998;
}

.instagram:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.linkedin:hover {
    background: #0A66C2;
}

.youtube:hover {
    background: #ff1717;
}

/* ****** back to top ****** */
#top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 21px;
    border: none;
    display: none;
    font-weight: bold;
    outline: none;
    background-color: var(--secondary);
    color: white;
    cursor: pointer;
    padding: 7px 14px 7px 14px;
    border-radius: 50%;
    transition: all 0.6s;
}

#top:hover {
   color: #000;
   box-shadow: 4px 4px 8px var(--secondary);
   background-color: #ffff;
   font-weight: bold;
   transition: all 0.6s;
}

/* ------------------------------------------- about us --------------------------------------------- */
.about-section {
    margin-bottom: 40px;
}



.about-box {
    display: flex;
}


/* --------------------------feature --------------------- */
.features {
    margin-bottom: 40px;
}

.f-box {
    transition: 0.8s;
    transform-style: preserve-3d;
}

.f-box img {
    border-radius: 10px;
    position: relative;
}

.f-box p {
    position: absolute;
    margin-top: -117px;
    padding: 10px 20px;
    color: #fff0;
    font-weight: 700;
}

.f-box:hover p {
    color: #fff;
    transition: all 0.7s;
}

.f-box:hover img {
    filter: brightness(0.3);
    transition: all 0.6s;
    transform: translateY(10px);
}

/* -----------------overview section ---------------- */
.overview-sec {
    background: var(--secondary);
    margin-bottom: 40px;
}

.overview-sec p {
    padding: 40px 20px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
}

/* -------------fix menu-------------- */
.fix-menu {
    top: 35%;
    height: auto;
    width: 50px;
    text-align: center;
    padding: 7px;
    float: left;
    background: var(--secondary);
    left: 0;
    position: fixed;
    color: #fff !important;
    z-index: 5;
    border-radius: 0px 5px 5px 0px;
    border-left: 0px !important;
    border: 1px solid #fff;
    transition: 0.8s ease-in-out;
}

.fix-menu a {
    color: #fff !important;
    padding: 4px;
    border-radius: 6px;
}

.fix-menu a:hover {
    color: #fff !important;
}

/* ------------services-section -------------- */
.Services h5 {
    font-size: 18px;
    line-height: 30px;
}

.service-features {
    margin-bottom: 40px;
}

.s-f-box p {
    padding: 20px 30px;
    border: 1px solid #0000000f;
    border-radius: 24px 24px 0px 24px;
    transition: 0.8s;
    transform-style: preserve-3d;
    box-shadow: 2px 2px 4px grey;
}

.s-f-box:hover p {
    background: var(--secondary);
    color: #FFF;
    transform: translateY(10px);
}

/* -----------contact ------------- */
.contact-section{
    margin-top: 40px;
}
.contact-form h2{
    text-align: center;
    padding-bottom: 15px;
    color: var(--secondary);
    padding-top: 6px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid gainsboro;
}
.contact-form{
    box-shadow: 2px 2px 4px;
    border-bottom: 2px solid var(--secondary);
    border-top: 2px solid var(--secondary);
    height: 560px;
}
.contact-form input{
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid grey;
}
.c-right{
    border-bottom: 2px solid var(--secondary);
    border-top: 2px solid var(--secondary);
    background: var(--primary);
    /* background: url(/img/atulit\ bg2.webp) fixed; */
    background-repeat: no-repeat;
    height: 560px;
    filter: drop-shadow(2px 4px 6px grey);
}

.c-right h2{
    text-align: center;
    font-weight: 600;
    padding: 5px 0px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px #464141;
    font-size: 25px;
}
.outer-intro{
    text-align: center;
    padding: 0px 10px;
    color: #fff;
    display: flex;
}
.outer-intro:hover i{
    color: #000;
    transition: all 0.6s;
}
.outer-intro i{
    font-size: 17px;
    padding: 11px 18px;
    height: 55px;
    margin: 7px 11px;
    border-radius: 50%;
    border: 1px solid #d09d65;
    background-color: var(--black);
}
.inner-intro h3{
    font-family: system-ui;
    padding-top: 8px;
    font-size: 19px;
    text-align: justify;
}
.inner-intro p{
    font-size: 14px;
}
.inner-intro p a{
    color: #9d866a;
}
.inner-intro p a:hover{
    color: var(--secondary);
}
/*  ----------product --------- */
.product-top-section {
    margin-bottom: 40px;
}

.prod-features {
    padding: 20px 15px;
    border: 1px solid #00000024;
    border-radius: 7px 7px 7px 0px;
    transition: 0.8s;
    transform-style: preserve-3d;
    text-align: center !important;
    box-shadow: 1px 1px 2px grey;
}

.prod-features:hover {
    background: var(--secondary);
    font-weight: 500;
    color: #fff;
    transform: translateY(10px);
}

.product-feature-section {
    margin-bottom: 40PX;
}

.product-application-section {
    margin-bottom: 40px;
}

.application-content .row {
    padding: 23px 0px;
}

.application-content h5 {
    padding: 10px 0px;
}

.application-content {
   
    color: #000;
}

.product-advantage-section {
    margin-bottom: 40px;
    background: var(--secondary);
    color: #fff;
}

.product-advantage-section h5 {
    font-size: 17px;
    line-height: 39px;
    text-align: justify;
    font-weight: 500;
    padding: 24px 0px;
}

.product-contact-section {
    margin-bottom: 40px;
}

.product-contact {
    display: flex;
}

.inner-left-p-contact {
    width: 100%;
    padding: 20px 13px;
    background: var(--primary);
    color: #000000;
    border: 1px solid var(--secondary);
    filter: drop-shadow(0px 2px 3px var(--secondary));
}

.right-p-contact {
    width: 53%;
    margin-top: 68px;
}

.right-p-contact h5 {
    font-size: 40px;
    text-align: center;
    color: var(--secondary);
}

.inner-right-p-contact {
    padding: 20px 15px;

}

.inner-right-p-contact p {
    line-height: 45px;
    font-size: 20px;
}
/* ***************** hydraulic cylinders************** */
.about-right {
    margin-left: 40px;
    width: 81%;
}

.about-right h5 {
  font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

.about-left{
    width: 100% !important;
    position: relative;
      overflow: hidden;
     transform-style: preserve-3d;
}
.about-left:hover .social-media{
    display: block;
    margin-top: -191px !important; 
    margin-left: 186px !important;
    transition: 0.6s;
}
.about-left:hover img{
  filter: brightness(.3);
   transition: 0.6s;
   transform: scale(1.03);
}
.about-left img {
    width: 100%;
   
}
.social-media{
    display: none;
    position: absolute;
   
}
.social-media a{
    background: #fff;
}
.social-media i{
 color: #000;
}
.appli {
    box-shadow: 0px 2px 4px #00000047;
    padding: 10px;
    height: 180px;
}
.appli:hover{
    box-shadow: 0px 2px 4px var(--secondary);
    transition: all 0.6s;
    transform: translateY(10px);
}
/* ----------popup----------- */
.popup {
    background-color: #0000009e;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    justify-content: center;
    color: #fff;

}

.pop-inner {
    background-color: var(--secondary);
    width: 725px;;
    border-radius: 0px;
    position: relative;
    text-align: center;
    justify-content: center;
    display: inline-block;
    ;
    filter: drop-shadow(2px 4px 6px black);
}

.popup button {
    display: block;
    margin: 0 10px 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer
}

.popup button:hover {
    background: var(--light);
    color: #000;
    border: 1px solid #000;
    border-radius: 6px
}
.popup-right h2{
    padding: 50px 10px 10px 10px;
}
.popup p {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    line-height: 28px;
}

.popup a {
    display: block;
    width: 137px;
    border-bottom: 2px solid #fff !important;
    border-top: 2px solid #fff !important;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    border-radius: 7px;
    border-bottom: 2px solid #fff
}

.popup a:hover {
    background-color: #f3f5f3;
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #0f72e5
}
.popup-left img{
    width: 100%;
    height: -webkit-fill-available
}
/* whatsapp--------- */
.whatsapp-btn {
    position: fixed;
    bottom: 67px;
    right: 16px;
    z-index: 99;
    font-size: 22px;
    border: none;
    font-weight: bold;
    outline: none;
    background-color: #25D366;
    cursor: pointer;
    padding: 8px 9px 2px 9px;
    border-radius: 50%;
}
.whatsapp-btn:hover{
    box-shadow: 0px 0px 6px #25D366;
    background-color: #fff;
    transition: all 0.6s;
}
.whatsapp-btn:hover i{
    color: #25D366 !important;
    transition: all 0.6s;
}
.whatsapp-btn i {
    text-align: center;
    color: #fff !important;
    justify-content: center;
    font-size: 31px;
    display: inline-grid;
}
.Copyright-link{
    color: var(--primary) !important;
}
.Copyright-link:hover{
    color: var(--black) !important;
    transition: all 0.6s;
}
.contact-btn{
    background: var(--primary);
    border-bottom: 1px solid var(--secondary) !important;
}
.contact-btn:hover{
    background-color: var(--secondary);
    color: #fff !important;
    transition: all 0.6s;
}
