@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');






body{
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,p,li,a{
    font-family: 'Montserrat', sans-serif;
}

 a{
    text-decoration:none !important;
 }
 a:focus{
    outline:none !important;
}
button:focus{
    outline:none !important;
}
    /*.color{
        color:#2659FF !important;
    }*/
li{
    list-style:none !important;
}
/*p{
        color: #737373;
}
*/
section{
    overflow-x: hidden;
}

.header{
  padding: 10px 0;
background: #fff;

}

.head-right-menu-li-a{
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.head-right-menu-li-a:hover{
  color: #213D7A;
}
.head-img-a1{
  width: 200px;
}
.head-right-add-contact-a {
    background: #DB3330;
    color: #fff;
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 600;
}
.head-right-add-contact-a:hover {
    background: #DB3330;
    color: #fff;
}
.head-r1{
  display: flex;
  align-items: center;
}

.head-right-menu-ul {
    display: flex;
    padding: 0;
        margin-bottom: 0;
}
.head-right {
    display: flex;
    justify-content: space-around;

}
.head-right-menu-li {
    margin: 0 20px;
}

/*scroll down navbar popup*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0px 2px 9px #33333357;
}
/*mmenu*/
.nabar-left-img{
    display:none;
}

/*banner*/
.banner-image-1{
  width: 100%;
}
.banner{
position: relative;
    overflow: visible;
    margin-bottom: 100px;
}
.banner::before{
    content: '';
    position: absolute;
    background: #20376b;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 47px;
    clip-path: polygon(66% 0%, 100% 0, 100% 59%, 100% 0%, 90% 100%, 0 100%, 0% 70%, 0 0);
}
.banner::after{
    content: '';
    position: absolute;
    background: #DB3330;
    bottom: -47px;
    right: 0;
    width: 70%;
    height: 47px;
    clip-path: polygon(3% 0%, 100% 0, 100% 60%, 100% 99%, 100% 100%, 100% 100%, 0 100%, 0 100%);
}
.banner-text{
    position: absolute;
    /* left: 0; */
    transform: translateY(-50%);
    top: 50%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* transform: translateX(-46%); */
    left: 0;
    right: 0;

}
.banner-left-text{
  text-align: center;
}
.banner-left-text-h2{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 55px;
}
.banner-left-text-h2-span-col{
  display: block;
}
.banner-left-text-p-down {
    color: #fff;
    width: 48%;
    text-align: center;
    margin: 20px auto;
    line-height: 29px;
    font-weight: 500;
}
.banner-mbl-image{
    width: 100%;
    display:none;
}
.banner-info figure {
    margin: 0 0 0rem;
}
.banner-left-text-a1-top {
    margin-top: 40px;
}
.banner-left-text-a1 {
    color: #fff;
    border: 1px solid #fff;
    padding:15px 25px;
}
.banner-left-text-a1:hover {
    background: #db3330;
    color: #fff;
    border: 1px solid #db3330;
    transition: all 0.4s ease-in-out; 
}
.banner-left-text-a1:hover{
  color: #fff;
}


/*stats*/
.stats {
    margin-bottom: 50px;
}
.stats-data-h2-left {
    font-size: 28px;
    font-weight: 600;
    COLOR: #000;
}
.stats-r1 {
    display: flex;
    align-items: center;
}
.stats-data-h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.stats-data-h2{
    font-size: 32px;
    font-weight: 700;
    color: #20325A;
}
.stats-r1-inner{
    display: flex;
    justify-content: space-around;
}


/*home-about-sec*/
.home-about-sec{
  display: flex;
  padding: 50px 0;
  background: #F3F6FC;
    clip-path: polygon(8% 8%, 10% 0, 100% 0, 100% 93%, 92% 93%, 90% 100%, 0 100%, 0 8%);
}
.home-about-sec-left-img{
  width: 90%;
}
.home-about-sec-right-head-h2{
    color: #000;
    font-size: 28px;
    width: 70%;
    font-weight: 700;
    line-height: 35px;
}
.home-about-sec-right-head-h2 span{
      color: #DB3330;
}
.home-about-sec-r1{
      display: flex;
    align-items: center;
}
.home-about-sec-right-p1{
   color: #333;
   font-weight: 600;
/*     font-size: 15px; */
}
.home-about-sec-right-p2{
/*   font-size: 15px; */
    color: #737373;
}
.home-about-sec-right-a{
    margin-top: 40px;
}
.home-about-sec-right-a1{
  background: #20325A;
  color: #fff;
  padding: 15px 20px;
   border: 1px solid #20325A;
}
.home-about-sec-right-a1:hover{
  background: #fff;
  color: #20325A;
  padding: 15px 20px;
  border: 1px solid #20325A;
transition: all 0.4s ease-in-out; 
}

/*equipment*/
.equipment-sec {
    display: flex;
    padding: 50px 0;
    background: #fff;
/*    clip-path: polygon(8% 8%, 10% 0, 100% 0, 100% 93%, 92% 93%, 90% 100%, 0 100%, 0 8%);*/
}
.equipment-right-download-img{

}
.equipment-left-a1 {
    margin-left: 10px;
    border: 1px solid #000;
    padding: 15px 20px;
    color: #000;
}
.equipment-left-a1:hover{
    border: 1px solid #000; 
    color: #000;
}
.equipment-left-a{
  display: flex;
  margin-top: 30px;
  align-items: center;

}


/*products*/
.product-data-text {
    min-height: 90px !important;
}
.products-data-img{
    width: 100%;
}
.products-data {
    background: #F3F6FC;
    padding: 18px;
    margin-bottom: 20px;
}
.products-data-text-p{
    position: relative;
    display: flex;
    left: 68px;
    color: #DB3330;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 5px;

}
.products-data-text-p span{
content: '';
    position: absolute;
    background: #DB3330;
    width: 58px;
    height: 2px;
    top: 10px;
    left: -64px;
}
.products-data-text-h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.products-data-text-p-des {
    color: #868686;
    font-size: 15px;
}
.products-data-text-a {
    margin-bottom: 10px;
}
.products-data-text-a1 {
    background: #DB3330;
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    display: flex;
    width: fit-content;
    font-size: 14px;
    border: 1px solid #db3330;    
}

.products-data-text-a1:hover {
    background: #ffffff;
    color: #DB3330;
    transition: all 0.4s ease-in-out; 
    border: 1px solid #db3330;    
}
.products-data-a{
    text-align: center;
        margin: 20px 0;
}
.products-data-a1 {
    color: #db3330;
    padding: 10px 20px;
    border: 1px solid #db3330;
}
.products-data-a1:hover {
    color: #fff;
    padding: 10px 20px;
    background: #db3330;
    border: 1px solid #db3330;
    transition: all 0.4s ease-in-out; 
}


/*ready sec*/
.ready-sec{
     position: relative;
    margin-bottom: 50px;
    margin-top:50px;
    background-image: url(../images/ready-sec-bg.png);
    width: 100%;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(8% 8%, 10% 0, 100% 0, 100% 93%, 92% 93%, 90% 100%, 0 100%, 0 8%);
}
.ready-sec-left-h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.ready-sec-left-p {
    color: #fff;
    line-height: 30px;
    margin-top: 14px;
    width: 81%;
}
.ready-sec-r1{
    display: flex;
    align-items: center;
}
.ready-sec-right-quote{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.ready-sec-right-quote:hover{
    color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    background: #fff;
    transition: all 0.4s ease-in-out;     
}
.ready-sec-right-call-us{
    color: #000;
    border: 1px solid #fff;
    padding: 10px 30px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;

}
.ready-sec-right-call-us:hover{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.4s ease-in-out;       
}

/*testimonial-sec*/
.testimonial-data-detail-name-img{
    width: 65px;
}
.testimonial-sec-data-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-sec-data-detail-name {
    display: flex;
    align-items: center;
}
.starsec{
    display: flex;
       margin-left: 20px; 
}
.testimonial-sec-data-detail-name-p {
    margin-bottom: 0;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.starimg {
    width: 20px;
}
.testimonial-sec-data-review{
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
}
.testimonial-sec-data {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px 5px;
}
.testimonial-sec-data:hover {
    border: 1px solid #fff0;
    box-shadow: 0px 0px 8px 2px #ccc;
    padding: 15px;
 }

.testimonial-sec-inner .slick-prev {
    left: -5%;
    z-index: 1;
}
.testimonial-sec-inner .slick-prev:before {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: bootstrap-icons !important;
    content: '\F284';
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100px;
}
.testimonial-sec-inner .slick-next {
    right: -4%;
}
.testimonial-sec-inner .slick-next:before {
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: bootstrap-icons !important;
    content: '\F285';
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100px;
}

/*works*/
.works{
    position: relative;
    margin-bottom: 50px;
}
.works-data-inner{
    padding: 50px 0 ;
}
.works-data-img {
    width: 150px;
    filter: grayscale(100%);    
}
.works-data-img:hover {
    width: 150px;
    filter: grayscale(0%);    
}

.home-product-head {
    text-align: center;
    margin-bottom: 30px;
}
.home-product-head-h2 {
    color: #000;
    font-weight: 600;
    margin-bottom:15px;
}
.home-product-head-p {
    margin: 0 auto;
    width: 70%;
    color: #737373;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.home-blog{
    position: relative;
    margin-bottom: 0px;
}

.blog-data-image {
    width: 100%;
}
.blog-data-date {
    margin-top: 14px;
    font-size: 14px;
    color: #737373;
    font-weight: 500;
}
.blog-data-heading {
    font-weight: 600;
    font-size: 19px;
    color: #000;
}

.blog-data-details {
    font-size: 14px;
    color: #737373;
    font-weight: 500;
}

.blog-data-readMore-a {
    font-size: 14px;
    color: #DB3330;
    font-weight: 600;
}
.blog-data-readMore-a:hover {
    color: #DB3330;
}
.blog-data-readMore-a i{
    font-size: 13px;
    font-weight: 600;
}
.blog-data-li-details{
    display: flex;
    justify-content: space-between;
    padding-right: 20px;    

}
.blog-data-ul {
    padding-left: 0;
    border: 1px solid #ccc;
}
.blog-data-li {
    margin: 10px;
    border-bottom: 1px solid #ccc;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.blog-data-li:last-child {
    border-bottom: 1px solid #fff0;
margin-bottom: 0;    
}
.blog-data-li-details i{
    color: #D6332E;
}
.blog-data-details:last-child{
    margin-bottom: 0 !important;
}
.blog-data-details-1{
        font-size: 14px;
    color: #737373;
    font-weight: 500;
    margin-bottom: 2px;
}

/*social-sec*/
.social-sec{

    position: relative;
    bottom: -65px;
    z-index: 1;
}
.social-sec-r1{
    background: linear-gradient(180deg, #D93530 0%, #B11A18 100%);
    padding: 40px 30px;
    clip-path: polygon(14% 16%, 17% 0, 100% 0, 100% 93%, 100% 100%, 100% 100%, 0 100%, 0 16%); 
    display: flex;
    align-items: center;    
}
.social-sec-data{
        display: flex;
    align-items: center;
}
.social-sec-data-img {
    width: 70px;
}
.social-sec-data-text {
    margin-left: 10px;
    color: #fff;
}
.social-sec-data-text-h5 {
    font-size: 16px;
    font-weight: 600;
}
.social-sec-data-text-a {
    color: #fff;
    font-size: 14px;
    display: block;
}
.social-sec-data-text-a:hover{
    color: #fff;
}

/*footer-section*/


.footer-section{
    position: relative;
    background: #081532;
    padding-top: 100px;
}
.footer-section::before {
    content: " ";
    background-image: url(../images/lines-after.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:100%;
    top: 0%;
    z-index: 0;
    margin: 0 auto;
    right: 0%;
     opacity: 1;
}

.footer-widget-heading h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 30px;

}
.footer-widget-heading-li-h3{
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.footer-logo-text p{
    font-weight: 500;
    color: #ccc;
    margin-top: 26px;
    /* line-height: 27px; */
    font-size: 14px;

}
ul.footer-link-section-ul {
    padding-left: 0;
 
}
.address-customer{
    color: #000;
}
.address-customer-1{
    display: block;
}
.footer-link-section-li{
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 0px;
    font-size: 16px;
       margin-bottom: 5px; 
}
.addresslist{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.addresslist-1{
    display: flex;
    align-items: center;
        margin-bottom: 15px;
}
.addresslist-2{
    display: flex;
    align-items: center;
        margin-bottom: 15px;
}
.footer-widget-heading-links{
display: flex;
    flex-direction: column;
    
    justify-content: center;
    align-items: center;
}
.footer-widget-heading-links-h3{
    margin-left: -20px;
}
.number-text{
        color: #000;
    font-weight: 500;
}
.footer-link-section-li a {
    color: #ccc;
    font-weight: 500;
    font-size: 14px;
}
.footer-link-section-li a:hover{
    color: #ccc;
    font-weight: 500;
}
.footer-contact-section-ul{
    padding: 0;
    position: relative;
}

.pv-company-soical{
    display: flex;
    justify-content: center;
}
.footer-social-icon-a {
    color: #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}
.footer-social-icon-a:hover {
    color: #ccc;
    transition: all .3s;
}
.footer-social-icon-a i{
    margin-right: 10px;
    color: #fff;
}

.copyright-area {
    padding: 18px 0;
    border-top: 1px solid #ffffff4d;
    background: #081532;
}
.design-company a:hover {
    color: #ffffffc4;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}
.img-fluid{
        width: 165px;
    height: auto;
}
.copyright-text p {
    color: #A6A6A6;
    font-size: 13px;
    margin-bottom: auto;
    font-weight: 600;
}
.footer-widget-heading-span{
    background: #DB3330;
    color: #fff;
    font-size: 11px;
    padding: 5px 8px;
}

/*back to top*/

#button-1.show {
    opacity: 1;
    visibility: visible;
}

#button-1 {
    background-color: #d7d7d7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-1::after {
    content: "\F286";
    font-family: bootstrap-icons;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #000;
}

#button-1:hover {
    cursor: pointer;
    background-color: #081532;
    border: 1px solid #fff;    
}

#button-1:hover::after {
    color: #fff;
}



/*subpage*/

.subbanner-wrap {
    padding: 100px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.banner-title h1{
    color:#fff;
}
.divider{
    color:#fff;
}

    
                                                                        /*contact page*/

.banner-sub{
    position:relative;
}
.banner-sub::before {
    content: '';
    position: absolute;
    /* background: rgb(6 6 6 / 30%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#00000045;
}
figure {
    margin: 0 0 0rem;
}
.contact-banner-text-head h2 {
    font-size: 45px;
    margin-top: 0px;
    font-weight: 600;
}
.pulley-r1{
    display: flex;
    align-items: center;
}
#crumbs {
    text-align: center;
}


#crumbs a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.divider {
    font-size: 18px;
}
.current {
    font-size: 18px;
    color: #DB3330;
    font-weight: 600;
}


.contact-banner-text {
    position: absolute;
    top: 0%;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    left: 0;
}

.subbanner-wrap::before {
    content: '';
    position: absolute;
    background:#06060678;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.flo-form-left{
    margin: 0 auto;
    display: flex;
    width:80%;
}
.pulley-r1-left{
     position: relative;
}
.contact-data:hover {
    text-align: center;
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 40px 0;
    color: #0c1e46;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.4s ease-in-out; 
}
.contact-data:hover.contact-data i{
     color: #0c1e46;
    border: 1px solid #0c1e46;
    transition: all 0.4s ease-in-out; 
}
.contact-data:hover.contact-data p{
     color: #0c1e46;
     transition: all 0.4s ease-in-out; 
}
.contact-data:hover.contact-data a{
     color: #0c1e46;
     transition: all 0.4s ease-in-out; 
}

/*.pulley-r1-left::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(../images/abt-bg-top.png);*/
/*    bottom: 0;*/
/*    right: 33px;*/
/*    width: 178px;*/
/*    height: 172px;*/
    /* filter: brightness(1) invert(1); */
/*    animation: rotation2 16s infinite linear;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/
/*// Contact Page //*/

.contact-data {
    text-align: center;
    border: 1px solid #0c1e46;
    background:#0c1e46;
    padding: 40px 0;
}

.contact-data i{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 45px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-data a{
    color:#fff;
    font-weight:500;
}
.contact-data p{
    color:#fff;
    font-size:16px;
}
.contact-data a:hover{
    color:#fff;
    font-weight:500;
}
.flo-sub-contact{margin-top:70px;}

.flo-form-name{
    height: 40px;
    width: 100%;
    border: none;
    background: #ffffff;
    margin-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #dfdfdf;
}

.flo-form-message{
    height: 100px;
    padding-left: 15px;
    padding-top: 10px;
}

.flo-form-button {
    width: 100%;
    color: #ffffff;
   background: #081532;
    border: 1px solid #081532;
    margin-bottom: 25px;
        height: 40px;
}

.flo-sub-contact-heading h2{
    margin-bottom:20px;
    color: #081532;
}

.flo-sub-contact-map {    padding-top: 60px;
    background: #f9f9f9;
    padding-bottom: 60px}

.flo-map{margin-top:70px;

}


                                                                                /*about page*/



.abt-top-sec{
    padding: 50px 0;
}
.abt-top-sec-left-head-h2{
     color: #081532;
    font-weight: 600;   
}                                                                                

.abt-top-sec-left-head-h5{
        color: #DB3330;
    font-weight: 600;
}

.abt-top-sec-left-p{
    color: #737373;
    line-height: 30px;
    text-align: justify;    
}
.abt-top-sec-rightimage{
     width: 84%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
.abt-top-sec-right{
    position: relative;
}
.abt-top-sec-right::before{
content: '';
    position: absolute;
    background-image: url(../images/abt-bg-top.png);
    bottom: 0;
    right: 33px;
    width: 178px;
    height: 172px;
    /*filter: brightness(1) invert(1);*/
    animation: rotation2 16s infinite linear;
    background-position: center;
    background-size: contain;
}
@keyframes rotation2{
    0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: rotate(-359deg);
}
}
.row.abt-top-sec-r1 {
    display: flex;
    align-items: center;
}

.abt-service-sec{
    padding:70px 0;
    background: #DB3330;
}
.abt-service-1-img{
    width:50px;
    filter: invert(1);    
}
.abt-service{
        display: flex;
    align-items: flex-start;
    color: #fff;
}
.abt-service-text {
    margin-left: 10px;
}
.abt-service-text-h3 {
    font-size: 22px;
    font-weight: 600;
}

.abt-service-r1c2 {
    text-align: center;
    border-right: 1px solid #fff;
    color: #fff;
}
.abt-service-r1c2:last-child {
    border-right: 1px solid #fff0;

}
.row.abt-service-r1-inner {
    margin: 45px 0 0 0;
}
.abt-service-data-h2{
    font-weight: 600;
    font-size: 44px;
}


/*abt-vision-sec*/
.abt-vision-sec{
    padding: 50px 0;
    background: #f9f9f9;
}
.abt-vision-sec-img{
    width:70%;
    transform: scaleX(-1);
    margin: 0 auto;
    display: flex;
    
}
.abt-vision-left-text-ul {
    padding-left: 0;
}
.abt-vision-left-text-li i{
    font-size: 24px;
    font-weight: 900;
    color: #db3330;
}
.abt-vision-left-text-li{
    display: flex;
    align-items: center;
}
.abt-vision-secr1{
        display: flex;
    align-items: center;
}
.abt-vision-left-head-h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;    
}
.abt-vision-left-text-p {
    line-height: 30px;
    color: #737373;
    font-weight: 500;
}
.abt-vision-left-text-li-p{
    line-height: 30px;
    color: #737373;
    font-weight: 500; 
    margin: 0 0 0 10px;    
}
.abt-vision-sec-imganimation{
     animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
    animation-name: floating;
    animation-duration: 5s;
}
.abt-vision-right{
    transform: scaleX(-1);
    
}
@keyframes floating{
    0% {
    transform: rotateX(0) translateY(0);
}
50% {
    -webkit-transform: rotateX(0) translateY(15px);
    transform: rotateX(0) translateY(15px);
}
100% {
    transform: rotateX(0) translateY(0);
}
}

/*abt-contact-sec*/


.abt-contact-sec1{
    position: relative;
    margin-bottom: 50px;
    background-image: url(../images/abt-contact-bg.png);
    width: 100%;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(8% 8%, 10% 0, 100% 0, 100% 93%, 92% 93%, 90% 100%, 0 100%, 0 8%);
	    background-attachment: fixed;
}
.abt-contact-sec1::before{
    content: '';
    position: absolute;
    background: rgb(2,0,36);
    background: linear-gradient(9deg, rgba(2,0,36,1) 0%, rgba(8,21,50,1) 15%, rgba(48,72,128,1) 100%);
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.6;
}
.abt-contact-sec-img{
    width:100%;
}
.abt-contact-sec1-data-h2{
    color: #fff;
    font-size: 40px;
    width: 70%;
    margin: 0 auto;
    text-transform: capitalize;
    line-height: 60px;
    font-weight: 600;
}
.abt-contact-sec1-data-a{
    margin-top: 30px;
}
.abt-contact-sec1-data-a1{
    background: #DB3330;
    padding: 15px 30px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #db3330;
}
.abt-contact-sec1-data-a1:hover{
    background: #ffffff;
    color: #DB3330;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ffffff;
}



.our-team-sec{
    margin:50px 0;
    padding-bottom: 30px;    
}
.our-team-sec-data-text{
       background: #ffffff;
    width: 70%;
    margin: -22px auto 0 auto;
    box-shadow: 0px 0px 6px 1px #dddddd;
    padding: 10px 20px;
    text-align: center;
    border-left: 7px solid #20325A;    
}
.our-team-sec-data-h3{
        font-size: 20px;
    color: #000;
    font-weight: 600;
}
.our-team-sec-data-h4{
      font-size: 18px;
    color: #737373;
}
.our-team-sec-data-img{
    position:relative;
    z-index: -1;
}

.our-team-sec-data-img::before{
    position: absolute;
    content: '';
    background: #20325A;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
}
.our-team-sec-data:hover .our-team-sec-data-img::before{
     transition: all 0.4s ease-in-out;
    visibility: visible;
}
.our-team-sec-img{
    width: 280px;
    height: 305px;
}
.our-team-head-h2{
    margin-bottom: 34px;
    color: #000;
    font-weight: 600;
}
.our-team-head{
    
}


    
                                                                        /*product page*/
  
  
.product-sec{
    padding:60px 0;
}                                                                        
.product-catrgories-ul {
    padding-left: 0;
    box-shadow: 0px 0px 2px 1px #00000029;    
}
.product-catrgories-li{
    
}                                                                        
.product-catrgories-li-a {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    padding: 22px 22px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-catrgories-li-a:hover {
    color: #fff;
    background-color: #081532;
}


/*product grid*/
.product-data-img-sub1{
    width:100%;
}
.product-data-img-1{
    width:100%;
     background: #F3F6FC;
    overflow: hidden;
}
.product-data{
    padding: 20px 20px;
    box-shadow: 0px 0px 14px 0px #c7c7c761;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.product-data-text-h3 {
    color: #000;
    font-size: 20px;
    margin: 20px 10px;
    text-align: center;
    font-weight: 600;
}
.product-data-text-a1 {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db3330;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 600;    
}

.product-data:hover .product-data-img-sub1 {
    overflow: hidden;
    transform: scale(1.1);
    transition: all 0.5s ease-in;
}
.product-data-text-a1 i {
    color: #fff;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
}
.product-data-text-a1:hover i {
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}
.product-data-text-a1:hover {
    color: #fff;
    font-size: 16px;
}

.product-data-text {
    min-height: 80px;
}
/*blog grid test*/
.product-data-img{
    position:relative;
    overflow: hidden;    
}
.product-data-img .mask {
    content: ' ';
    position: absolute;
    background-color: rgba(0,0,0,.4);    
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}

.icon-search-alt{
    font-size: 1.666rem;
    border: 3px solid;
    border-radius: 0;
    will-change: transform;
        color: #fff0;
}
.icon-search-alt:before {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    display: block;
    will-change: translate,rotate;
        background-color: #fff;
opacity: 0;
}

.icon-search-alt:after {
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
        background-color: #fff;
    will-change: translate,rotate;
opacity: 0;
}
.mask-icon-search{
    content: '';
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    display: block;
    will-change: translate,rotate;
        background-color: #fff0;
}

.product-data-img:hover .mask{
    opacity: 1;
    z-index:0;
    background-color: #db333057;
}
.product-data-img:hover .icon-search-alt:before{
    opacity: 1;
}

.product-data-img:hover .icon-search-alt:after{
    opacity: 1;
}


















  
  
                                                                        /*product Details Page*/
.product-detail-sec {
    margin: 70px 0;
}
.product-detail-name {
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;    
}
.product-detail-img-1{
    width:100%;
}
.product-detail-name-p {
    line-height: 30px;
}
.product-categories-data{
    margin-top: 0px;
    box-shadow: 0px 0px 2px 1px #00000029;
    margin-bottom: 40px;
}
.categories-h3 {
    font-size: 25px;
    color: #106aca;
    text-align: center;
    font-weight: 600;
    padding-top: 12px;
}
.product-detail-img-1{
    width:100%;
}                                                                        
.product-catrgories-ul-scroll{
    overflow-y: scroll;
    height: 300px;
}
.product-catrgories-ul-scroll::-webkit-scrollbar {
    width: 5px;
}
.product-catrgories-ul-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
    background-color: #db3330;
}
.contact-detail-form {
    margin-top: 30px;
    background: #20325A;
    padding: 20px;
}
.contact-form-head {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #fff;
}
.form-name {
    height: 40px;
    width: 100%;
    border: none;
    background: #ffffff;
    margin-bottom: 15px;
    padding-left: 15px;
}
button.btn.btn-primary {
    width: 100%;
    color: #fff;
    font-weight: 600;
    background: #db3330;
    border: 1px solid #db3330;
    margin-bottom: 25px;
}

.product-detail-drawing-img-1{
    width:100%;
}
.product-detail-drawing {
    margin-top: 30px;
}
.product-detail-drawing-h3 {
    color: #000;
    font-weight: 600;
}
.product-detail-drawing-img-1 {
    width: 70%;
}
.details-table{
    width: 100%;
}
.details-table td, th {
    border: none;
    text-align: left;
    padding: 8px;
    font-size: 16px;
}
.other-product-sec{
    margin: 50px 0;
}
.other-product-sec-inner .product-data {

    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
}
.other-product-sec-header{
    margin:20px 0;
}
.product-detail-table-h3 {
    font-weight: 600;
    color: #000;
}
.product-data-text {
    min-height: 80px;
}