/* -------------------------over all------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #444;
    overflow-x: hidden;
}
a{
    color: #ffffff;
}
ul{
    padding: 0;
}
ul li{
   list-style-type: none;
}
a:hover{
   text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
    color: #111111;
}
.btn:focus{
    box-shadow: none;
}
.btn-orange{
    background-color: orangered;
    color: white;
    font-weight: 700;
}
.btn-orange:hover{
    background-color: rgb(245, 105, 55);
    color: white;
    font-weight: 700;
}
.icon-ul{
    padding-left: 30px;
}
.icon-ul li{
    position: relative;
}
.icon-ul li i{
    position: absolute;
    left: -20px;
    top: 2px;
    color:#f47121;
    font-size: 18px;
}
@media screen and (min-width:992px){
    .pr-lg-6{
        padding-right: 100px;
    }
    .pl-lg-6{
        padding-left: 100px;
    }
}
#toTopBtn{
    position: fixed;
    right: 2%;
    bottom: 2%;
    display: none;
    background-color: #ffb200;
    padding: 8px 16px;
    border-radius: 24px;
    color: #ffffff;
    z-index: 1000;
}
.brandlogosize{
    width:350px;
}
.autocontainer{
    margin:0px 64px;
}
@media screen and (max-width:1100px){
    .autocontainer{
        margin:0px 32px;
    }
}
@media screen and (max-width:1023px){
    .autocontainer{
        margin:0px 24px;
    }
}
@media screen and (max-width:600px){
    .autocontainer{
        margin:0px 16px;
    }
}
.solutions{
    font-size: 26px;
    font-weight: 700;
    border: 3px solid #ffc107;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
}
/* ------------x-------------over all------------------x------------ */


/* ----------------------------home page----------------------------- */
/* --navbar-- */
.navbar {
    position: relative;
    padding: 0;
}
.navbar-brand img{
    width: 130px;
}
.navbar-toggler{
    text-align: right;
}

.navbar label{
    margin: 0;
}
.navbar-brand {
 
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 5px 1px rgba(0,0,0,0.2);
    background-color: #f8f9fa ;
    border: 4px solid #ffc107;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navbar-nav .nav-item .nav-link{
    padding:14px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}
.navbar-nav .dropdown:hover .dropdown-menu{
   display: block;
}
.navbar-nav .dropdown .dropdown-menu{
    width: 200px;
    padding: 0;
    border-radius: 8px;
    top: 85%;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item{
    padding: 0.3em 0.7em;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover{
   background-color:rgb(235, 226, 226) !important;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover .spinner-grow {
    display: inline-block;
}
.spinner-grow {
    display: none;
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
  }
@media screen and (max-width:600px){
   .navbar-brand img{
       width: 100px;
   }
   .brandlogosize{
    width:200px;
  }

}

/* -----careousel--- */

.pogoSlider-slide-element{
    position: absolute;
    top: 40%;
    left: 5%;
}
.pogoSlider-slide-element h1{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.pogoSlider-slide-element h1 span{
    color: #ffc107;
    text-transform:capitalize;
    font-size: 32px;
}
.pogoSlider-slide-element p{
    color: #f8f9fa;
    font-size: 24px;
}
.pogoSlider-slide-element .btn{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 32px;
    border: 2px solid #ffffff;
}


@media screen and (max-width:992px){
    .pogoSlider-slide-element{
        position: absolute;
        top: 30%;
        left: 5%;
    }
    .pogoSlider-slide-element h1{
        font-size: 26px;
    }
    .pogoSlider-slide-element p{
        font-size: 16px;
    }
    .pogoSlider-slide-element .btn{
        font-size: 14px;
        padding: 5px 20px;
        border-radius: 32px;
    }
}

@media screen and (max-width:600px){
    .pogoSlider-slide-element{
        position: absolute;
        top: 40%;
        left: 10%;
    }
    .pogoSlider-slide-element h1{
        text-align: center;
        font-size: 16px;
    }
    .pogoSlider-slide-element p ,  .pogoSlider-slide-element .btn{
        display: none;
    }
    .pogoSlider-slide-element h1 span {
        font-size: 16px;
    }
}


/* --home about us -- */
.home-aboutus {
    background-color:#f6f6f6 ;
    padding-top: 50px;
    padding-bottom: 40px;
}
.home-aboutus h2{
    font-size: 30px;
    color: #222222;
    font-weight: 500;
 
}
.home-aboutus h2 span{
    display: block;
    font-weight: 600;
}
.home-aboutus h3{
    color: #ffb200;
    font-weight: 600;
 
}
.home-aboutus .btn {
    border: 2px solid #222222;
    background-color: #ffffff;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 32px;
    margin-top: 8px;
}
.home-aboutus .btn:hover ,.pogoSlider-slide-element .btn:hover{
    color: #f6f6f6;
    background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  
    background: linear-gradient(to right, #ED8F03, #FFB75E);     
    border:2px solid  orange;
}

.image-box {
    overflow: hidden;
     margin-bottom: 20px;
}
.image-box img{
    width: 100%;
    outline: 2px dashed #ffffff;
    outline-offset: -20px;
    transition: all .7s ease-in-out; 
     transform: scale(1);
}

.image-box:hover img{
    transform: scale(1.5);
}
@media screen and (max-width:1100px){
    .home-aboutus {
        padding-top: 30px;
      padding-bottom: 30px;
      }
}
@media screen and (max-width:992px){
    .home-aboutus img{
        width: 100%;
        outline: 2px dashed #ffffff;
        outline-offset: -10px;
        margin-top: 16px;
    }
}

@media screen and (max-width:600px){
    .home-aboutus h2{
        font-size: 26px;
        color: #222222;
        font-weight: 500;
     
    }
    .home-aboutus {
      text-align: center;
      padding-top: 30px;
    padding-bottom: 30px;
    }
    .home-aboutus .btn {
        border: 2px solid #222222;
        background-color: #ffffff;
        color: #222222;
        font-size: 14px;
        font-weight: 700;
        padding: 5px 18px;
        border-radius: 32px;
        margin-top: 8px;
    }
}


/* --main-product-- */
.main-product{
    padding: 36px 0px;
   background-image:linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.1)) , url("../images/driller.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}  
.main-product1{
    padding: 50px 0px;
   background-image:linear-gradient(to right, rgba(20, 20, 20, 0.1) , rgba(223, 223, 223, 0.263)) , url("../images/bg-dots.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}  
.product-card {
    margin-bottom: 16px;
    box-shadow: 1px 5px 20px rgba(0,0,0,0.8);
    border-top-left-radius:8px ;
    border-top-right-radius:8px ;
    
}

.product-card img{
    width: 100%;
    height: 100%;
    border-top-left-radius:8px ;
    border-top-right-radius:8px ;
}
.prod-img::before{
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.prod-card:hover .fa-search, .product-card:hover .prod-img::before{
   display: block;
}
.product-card-body{
    padding:12px 8px;
    background-color: #ffffff;
    text-align: center;
    border-bottom-left-radius:8px ; 
    border-bottom-right-radius:8px ;
    height: 200px;
}

@media screen and (max-width:1100px){
    .product-card-body h4{
        font-size: 20px;
    }
    .product-card-body{
        height: 230px;  
    }
}
@media screen and (max-width:992px){
    .product-card-body{
        height: 200px;  
    }
}
/* ---products---- */
.home-product1{
    position: relative;

}
.home-product1 img{
    width: 100%;
    height: 600px;
}
.home-product1-content{
    position: absolute;
    width: 430px;
    left:50%;
    bottom: 5%;
    transform: translate(-50%,0%);
    padding: 10px 20px;
    background: rgb(255 255 255 / 79%);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 1px );
    -webkit-backdrop-filter: blur( 1px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.home-product1-content p{
    color:#111111;
}
.side-products{
    display: flex;
    background-color:#f6f6f6 ;
    align-items: center;
    box-shadow: 1px 3px 5px  rgba(0,0,0,0.5);
}
.side-products h5{
    color: #222222;
    margin-bottom: 8px;
}
.side-products a{
   flex-basis: 36%;
}
.side-products img{
    width: 100%;
    height: 184px;
}
.side-product-content{
    flex-basis: 64%;
    padding-left: 15px;
    padding-right: 15px;
}
.side-product-content p{
    font-size: 15px;
    margin-bottom:0;
}

@media screen and (max-width:992px){
    .home-product1 img{
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

}

@media screen and (max-width:600px){
    .home-product1-content{
        position: static;
        width: 100%;
        left:auto;
        bottom: auto;
        transform: translate(0%,0%);
        padding: 10px 20px;
        box-shadow: none;
        margin: 16px 0px;
        text-align: center;
    }
    .side-products{
        display: block;
        text-align: center;
    }
    .side-products img{
        width: 100%;
        height: auto;
    }
    .side-product-content{
        flex-basis: 100%;
        padding: 15px;
    }
    
    
}

/* ---Automation service---- */
.page-title{
    position: relative;
    padding-bottom: 1rem;
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    text-align: center;
}
.page-title .lines{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    width: 100px;
    height: 3px;
    background-color: #5f5745;
}

.product-item img{
    width: 100%;

}
.product-item{
    width: 300px;
    margin:8px ;
    background-color: white;

}

/* ----footer---- */
footer{
    color: white;
}
.footer-top{
    background-image:linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.9)), url("../images/services/machine.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 25px;
    padding-bottom: 8px;
    background-color: #111111;
    display: flex;
    justify-content: space-around;
}
.footer-top .footer-col:nth-child(1){
    flex-basis: 25%;
}
.footer-top .footer-col:nth-child(2){
    flex-basis: 25%;
}
.footer-top .footer-col:nth-child(3){
    flex-basis: 30%;
}
.footer-logo{
    width: 100%;
}
.footer-logo img{
    width: 150px;
}
footer p{
    text-align: justify;
}
.social-icons li{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px dashed #f6f6f6;
    border-radius: 50px;
    margin-right: 14px;
    transition: all .5s ease;
    -webkit-transition:  all .5s ease;
    -moz-transition:  all .5s ease;
    -o-transition: all .5s ease;

}
.social-icons li a{
    color: #f6f6f6;
}
.social-icons li:hover {
    background-color: #ffb200;
}
.footer-col h4{
   text-transform: uppercase;
   position: relative;
   padding-bottom: 12px;
   text-align: center;
   color: #ffffff;
}
.footer-col h4 .lines{
    position: absolute;
    left: 50%;
    transform: translate(-50% ,-50%);
    bottom: 2px;
    width: 80px;
    height: 3px;
    background-color: #ffb200;
}
.footer-col ul li{
    margin-bottom: 8px;
}
.footer-col ul li a:hover{
    color: #ffb200;
}
.footer-contact li{
    position: relative;
}
.footer-contact {
    padding-left: 30px;
}
.footer-contact li i{
    position: absolute;
    top: 3px;
    left: -30px;
    color: #ffb200
}
.copyright{
    background-color: #64532a;
    padding: 8px;
}
.copyright p{
    text-align: center;
    margin: 0;
}


@media screen and (max-width:992px){
    .footer-top{
        display: block;
    }
    .footer-col{
        width: 100%;
    }

}


/* ------------x----------------home page-------------x---------------- */

/* --------------slick slider---------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

/* 
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: none;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #111111;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dotted.slick-slider
{
    margin-bottom: 30px;
} 

/* ---x-----------slick slider-------x--------- */


/* ---------pogo slider css---------- */
.pogoSlider-progressBar {
    height: 5px;
    bottom: 0;
    top: auto;
}


/* --------- Whatsup css---------- */

.whatsup img {
    height: 37px;
    width: 37px;
    position: fixed;
    bottom: 13%;
    right: 2%;
    z-index: 999;
    animation: beat .75s infinite alternate;

}

@keyframes beat{
	to { transform: scale(1.1); }
}


/* ------------------------------------------------ PRODUCT  -------------------------------------- */
.title-banner, .title-banner2{
    padding: 70px 0px;
    background-image:linear-gradient(to right, rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url("../images/titlebanner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.title-banner .page-title, .title-banner2 .page-title{
    color: #fff;
    padding: 0;
    margin: 0;
}
.title-banner2{
    background-image:linear-gradient(to right, rgba(0,0,0,0.1),rgba(0,0,0,0.2)),url("../images/titlebanner2.jpg");
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f47121;
}
.product-ul{
    justify-content: space-between;
}
.product-ul li {
    color: #000;
    text-align: left;
    border: 2px solid white;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #ffc107;
	text-transform:capitalize;
    transition: all .5s  ease-in-out;
    margin:3px 6px;
}
.product-ul .nav-item {
    display: inline-block;
    width: 24%;
}
.product-ul .nav-item .nav-link{
    padding: 5px 10px;
    display: block;
    height: 100%;
}
.product-ul li a{
    color: black;
}
.product-ul li:hover {
    color: #fff;
    text-align: left;
    background-color: #f47121;
    border-radius: 5px 5px 5px 5px;
    
}
.product-ul .active {
    background-color: #f47121;
    color: #fff;
    font-weight: bold;
}
 
.category{
    margin-top: 30px;
    margin-bottom: 30px;
}

.category table img{
    outline: none;
    width: 50%;
}

.category .table tr td ,.category .table tr th {
    font-size: 14px;
    vertical-align: middle !important;
}
.category .table th , .category .table td{
    padding: 0.5em 0.75em;
} 
.category .pogoSlider2 .pogoSlider-slide{
    outline: 2px dashed #ED8F03;
    outline-offset: -40px;
    width: 100%;
    height: 45%;
}
.category .pogoSlider3 .pogoSlider-slide{
    outline:none;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.category .pogoSlider3 .pogoSlider-dir-btn {
    display: none;
}
.category .pogoSlider4 .pogoSlider-slide{
    outline:none;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1050px){
    .title-banner{
        padding: 50px 0px;
    }
    .product-ul .nav-item {
        display: inline-block;
        width: 31%;
    }
}
@media screen and (max-width:992px){
    .title-banner{
        padding: 50px 0px 30px;
        background-image: linear-gradient(to right top, #050a11, #101719, #192020, #252926, #31322e);
    }
    .title-banner .page-title{
       font-size: 20px;
    }
    .product-ul .nav-item {
        display: inline-block;
        width: 48%;
    }
}
@media screen and (max-width:600px){
    .product-ul .nav-item {
        display: inline-block;
        width: 100%;
    }
}

/* --------contact page----------- */
.contact-page h3{
    text-align: center;
}
.contact-page ul li{
    margin-bottom: 12px;
}
/* ---x-----contact page----x------- */

/* --------GALLERY PAGES---------- */
.allbg{
    background-image:url('../images/bg-dots.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 30px;
  }
 .gallery-img{
    position: relative;
    margin-bottom: 24px;
    box-shadow: 5px 5px  5px rgba(0,0,0,0.2);
}

 .gallery-img p{
    position:absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-weight: 600;
    display: none;
    font-size: 20px;
    white-space:nowrap;
    text-align: center;
}
.gallery-img:hover a img{
    filter:brightness(65%);
    outline: 1px solid rgba(0,0,0,0.2);
    outline-offset: -20px;
}
 .gallery-img:hover p{
    display: block;
} 

.gall-title{
    text-align: center;
}



/* ---X-----GALLERY PAGES------X---- */
/* ----------About us----------- */


.aboutus h2{
    font-size: 30px;
    color: #222222;
    font-weight: 500;
 
}
.aboutus h2 span{
    display: block;
    font-weight: 600;
}
.aboutus h3{
    color: #ffb200;
    font-weight: 600;
}
.vision{
    text-align: center;
    border-right: .5px solid #ED8F03;
}
.vision h5{
    color: #f47121;
    font-size: 20px;
    font-weight: 600;
}
.vision:last-child{
   border:none;
   
}
.vision img{
    width: 100px;
}
.vision ul{
  padding-left:24px;
}
.vision ul li{
    text-align: left;
    list-style-type:disc;
    /*font-size:12px;*/
    /*white-space:nowrap;*/
}
@media screen and (max-width:1020px){
    .vision{
        text-align: center;
        border-right: none;
    }
}

/* ---x-------About us---x-------- */
/* ----------services page--------- */
.servicepage img{
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
}
.servicepage .row{
    align-items: center;
}
/* ------x----services page---x------ */

/* -------------mitsubishi---------- */
 .mitsubishi .allbg , .chainheadway .allbg{
     padding-top: 20px;
     padding-bottom: 20px;
 }
 .category .card{
     border: none;
     background-color: transparent;
    text-align: center;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    margin-bottom: 16px;
 }
 .category .card:hover{
     transform: scale(1.1);
 }
 .category .card img{
     margin: auto;
 }
 .category .card .card-text{
    background: #A3A3A3;
    background: -webkit-linear-gradient(top left, #A3A3A3, #BABABA);
    background: -moz-linear-gradient(top left, #A3A3A3, #BABABA);
    background: linear-gradient(to bottom right, #A3A3A3, #BABABA);
    padding: 8px;
 }
 .category .card .card-text p{
     margin-bottom: 0;
 }
 .number-ul li{
     list-style-type: decimal;
 }
  .category .text-center p{
     margin-bottom: 2px;
 } 
 .category h3{
     margin-bottom: 10px;
 }
 #mvs p{
     margin-bottom: 12px;
 }
 #mvs h5{
     margin-bottom: 5px;
 }

/* -----x--------mitsubishi----x------ */

@media (min-width: 576px){
.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

}
.modal-body{
    padding: 0%;
}
.modal-content {
    background-color:transparent;
    border: none;
}

.hard {
	background-color: rgb(202, 202, 202);
}

.book {
    width: 1000px;
    height: 450px;
   
}
@media (max-width: 1023px){
    .book {
        width: 700px;
        height: 300px;
        margin:auto;
    }
}    
@media (max-width: 600px){
    .book {
        width: 280px;
        height: 190px;
        margin:auto;
    }
}    
/* ---------------------catalog page------------ */
.chain .catalog-card{
   text-align: center;
}
.chain .catalog-card img{
   width: 100%;
   background:#fff;
}
.catalog-card{
    margin: 8px;
}
.view{
    color: tomato;
    font-weight: 600;
    text-transform: capitalize;
}
.view:hover{
    color: #ED8F03;
    text-decoration: underline;
}

.field-error::placeholder{
    color:red !important;
}
.mitsubishi img{
   width: 100%;
}
.catalog-card p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ------------------new styles---------------- */
.productSolutions , .clientsflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.productSolutions .catalog-card{
    width: 19%;
    margin: 0;
    background-color: #fff;
}
.vision ul li{
 margin-bottom: 2px;
}
.clientsflex .clientbox{
    width: 24%;
    height: 200px;
    padding: 20px;
    background: #fff;
    box-shadow: 2px 2px 4px #00000070;
    margin-bottom: 16px;
}
.clientsflex .clientbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.servicepage img{
    height: 250px;
    object-fit: cover;
}
.widget_title{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #111111;
}
@media (max-width: 992px){

    .productSolutions .catalog-card{
        width: 32%;
        margin-bottom: 8px;
    }
    .clientsflex .clientbox{
        width: 32%;
        height: 150px;
    }
}
@media (max-width: 600px){
    .clientsflex .clientbox{
        width: 48%;
        height: 130px;
    }
    .productSolutions .catalog-card{
        width: 100%;
    }
}