@import url('https://fonts.googleapis.com/css2?family=Lexend:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{
    padding: 0 !important;
    margin: 0 !important;
}
body{
  margin:0;
  padding:0;
  color: #1e1e1e;
  font-family: "Lexend", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color: #000;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{
  margin:0;
}


/* start tophead section */
.tophead-section{
  padding: 0;
  background: #8c1d34;
}
.left-tophead ul li{
  display: inline-block;
  list-style: none;
  padding: 8px 10px 0px 0px;
  font-size: 14px;
}
.left-tophead ul li a{color: #ffffff;font-weight: 500;}
.left-tophead ul li a svg{
  height: 18px;
  width: 19px;
  margin: 0 0 -3px 0;
}


.right-tophead ul li{
  display: inline-block;
  list-style: none;
  padding: 0 11px 0 0;
}
.right-tophead ul{
  display:flex;
  justify-content: end;
  align-items: center;
}
.right-tophead ul .company-name{
  padding: 0px 10px;
  margin: 0px 0  0px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 500;
}
.right-tophead ul li a{
  background:#fff;
  display:block;
  height: 36px;
  text-align: center;
  line-height: 40px;
  margin: -0px 0 0;
  width: 45px;
}

.right-tophead ul li a svg{
  height: 27px;
  width: 27px;
  fill:#8c1d34;
}
.right-tophead ul li a .bi{
  height: 19px;
  width: 19px;
  color:#8c1d34;
}


.logo-left img{
  height: 50px;
}

.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #333;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
  right: 0;
}
.navbar-toggler-icon::after {
  top: 10px;
  right: 0;
}
.navbar-toggler{border: 0;box-shadow: none;padding: 0;float: right;margin: -51px 0px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  justify-content: end;
  width: 100%;
}
.menu li{
  padding: 0 15px;
  list-style:none;
  display:inline-block;
  text-transform: capitalize;
}
.menu li a{
  color: #000000;
  padding: 0px 11px 0 0px !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  position:relative;
  line-height: 20px !important;
}



/* Cross effect on active toggle */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}



/* end navigation section  */
.fixed-top {
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff;
  box-shadow: 2px 3px 7px #cdcdcd66;
}
.fixed-top .logo-left img{
  height: 47px;
}
/* END HEADER SECTION */
/* end tophead section */






/* start head section*/

.navigtion{
  padding: 10px 0px 10px;
}

.head-left1{
  padding: 0;
  text-align: left;
}
.head-left2 img{
  height: 59px;
}
.head-center1{
  padding: 0;
}
.head-center2{
}
.head-right1{
  position: relative;
}
.head-right1 a{
  background: #8c1d34;
  /* position: relative; */
  font-weight: 600;
  color: #ffffff;
  padding: 8px 25px 8px 25px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.head-right1 a .bi{
  height: 29px;
  color: #feff00;
  position: absolute;
  top: 5px;
  width: 27px;
  transform: rotate(390deg);
  left: 15px;
}

/* end head section*/



/* Start navigation section  */



/* end naviagtion section */


/* start slider section  */

.slide-section{
  padding: 81px 0 111px;
  box-shadow: 0 0 7px 1px #00000047;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  margin: 0 0  0 20px;
  font-size: 29px;
  background: transparent;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  display: block;
  border: 1px solid #525252;
}
.carousel-control-next b{
   margin: 0 50px  0 0px;
}
.slide-btn b svg{
  margin: 8px 0px 0 0px;
  height: 22px;
  width: 30px;
  fill: #000000;
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}
.carousel-control-next, .carousel-control-prev{
  width: fit-content;
}

.content-slider{padding: 0px 0 0;}
.content-slider strong{
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  color: #101010;
  padding: 0;
  font-family: "Rubik", sans-serif;
}
.content-slider p{
  color: #353535;
  font-size: 15px;
  line-height: 28px;
  padding: 0px 0 16px;
}
.content-slider span{
  font-weight: 600;
  color: #202020;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 0 5px 0;
  background: #2d282800;
  display: block;
}
.content-slider a{
  width: fit-content;
  padding: 9px 20px 9px;
  color: #ffffff;
  background: #8c1d34;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #b093e2;
  font-weight: 500;
}


/* end slider section  */


/* END HEADER SECTION*/


/* start about us section */

.aboutus-section{
  padding: 80px 0 80px;
}
.aboutus-heading h1{
  color:#000000;
  text-transform:uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  position:relative;
  font-size: 40px;
}
.aboutus-heading h1 a{
  color: #000;
}
.aboutus-heading strong{
  color:#000;
  text-transform:uppercase;
  font-weight: 600;
  font-family: 'Rubik',sans-serif;
  line-height: normal;
  position:relative;
  font-size: 40px;
}
.aboutus-heading p:before{
  content:"";
  position:absolute;
  height: 3px;
  width: 140px;
  bottom: -4px;
  left:0;
  right:0;
  margin: 0 auto;
  background:#842029;
}
.aboutus-heading p{
  color: #363535;
  padding: 0px 0  3px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.aboutus-left1{
  padding: 0 30px 0 0px;
}
.content-design p{
  color: #2d2d2d;
  font-size: 14.5px;
  text-align: justify;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 0px 0 15px;
}
.content-design p strong{
  font-weight: 600;
}
.content-design a{
  width: fit-content;
  padding: 11px 25px 10px;
  display: block;
  color: #ffffff;
  background: #252525;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position:relative;
  font-weight: 500;
  z-index:9;
  margin: 20px 0 0;
}
.content-design a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #8c1d34;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.content-design a:hover:before {
  width: 100%;
  opacity: 1;
}



.aboutus-right1{margin: -33px 0 0;}
.counter-count {
  font-size: 11rem;
  font-weight:600;
  font-family: "Dancing Script", cursive;
  line-height: normal;
}
.aboutus-right1 strong{
  font-size: 26px;
  text-transform:capitalize;
  font-family: "Dancing Script", cursive;
  color: #a2a2a2;
  position: relative;
}

/* end about us section */


/* start top choose us section*/

.topchoose-section{
  padding: 0px 0 40px;
  margin: -60px 0 0;
}
.topchoose{
  padding: 30px;
  background-color: #181818;
  box-shadow: 0px 0px 10px 0px rgb(124 124 124 / 43%);
}
.topchoose-1{
  padding: 10px 9px 10px 10px;
}
.topchoose-2{
  text-align: center;
  position:relative;
  align-items: center;
}
.topchoose-2 span{
  background: linear-gradient(45deg, #7b0f26, #8c1d34);
  color: #fff;
  font-weight: 500;
  height: 32px;
  width: 31px;
  line-height: 32px;
  font-size: 17px;
  margin: 0;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.topchoose-2 strong{
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 9px 0  0 0px;
  font-family: "Rubik", sans-serif;
}
.topchoose-2 strong p{
  color: #dbdbdb;
  padding: 1px 0 0 0px;
  font-size: 13px;
  line-height: 21px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  text-transform: initial;
}
.services-heading strong{
  color:#000;
  text-transform:uppercase;
  font-weight: 600;
  line-height: normal;
  font-size: 40px;
  font-family: "Rubik", sans-serif;
}

.services-heading p{
  color: #424242;
  padding: 1px 0  0px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.services-heading p:before{
  content:"";
  position:absolute;
  height: 3px;
  width:100px;
  bottom: -7px;
  left:0;
  right:0;
  margin: 0 auto 0;
  background:#842029;
}
.end-view a {
  width: fit-content;
  padding: 11px 25px 10px;
  display: block;
  color: #ffffff;
  background: #8c1d34;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 0 auto;
}
/* end top choose us section*/


/* start mark section*/

.mark-section{
  background: url(images/mark-shape.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: inherit;
}
.mark-top{
  padding:40px 0;
}
.header_mark p{
  color: #fff;
  text-transform: capitalize;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  font-family: 'Rubik',sans-serif;
}
.header_mark-call a{
  width: fit-content;
  padding: 11px 25px 10px;
  display: block;
  color: #212121;
  background: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position:relative;
  font-weight: 600;
  z-index:9;
  margin: 0px 0 0;
}
.header_mark-call a:hover{
  color:#fff;
}
.header_mark-call a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  color: #ffffff;
  background: #252525;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.header_mark-call a:hover:before {
  width: 100%;
  opacity: 1;
}





/* end mark section*/


/* start main services section */

.main-section{
  padding: 100px 0 70px;
}
.main-services1{
  padding: 10px;
}
.main-services2{
  padding: 26px 20px 30px;
  background: #fff;
  text-align: center;
  position:relative;
  overflow:hidden;
}

.main-services3{
  overflow: hidden;
  padding: 0 0  25px;
}
.main-services3 img{
  transition: 0.6s ease-in;
  width: 100%;
}
.main-services2:hover .main-services3 img{
  transform: scale(1.1);
}
.main-services4 strong{
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding: 0 0 0 0px;
  display: block;
}


.view-more{
    text-align: center;
}
.view-more a{
  width: fit-content;
  padding: 11px 25px 10px;
  display: block;
  color: #ffffff;
  background: #8c1d34;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  margin: 10px auto 0;
}
.view-more a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #252525;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.view-more a:hover:before {
  width: 100%;
  opacity: 1;
}


/* end main services secttion */



/* start why choose us section */

.whychoose-section{
  padding: 50px 0 70px;
  background: #f5f5f5;
}
.divied{
  width: 100%;
  max-width: 600px;
  height: 1px;
  margin: 0 auto 80px;
  background: #bcbcbc;
  position: relative;
}
.divied:before{
  position: absolute;
  content: '';
  top: -5px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: #952338;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #952338;
  transform: rotate(45deg);
}
.whychoose-section .row{
  padding: 80px 0 0;
}
.chooseservices-1{
  padding: 10px;
}
.chooseservices-2{
  padding: 0px 20px 40px 20px;
  border: 1px solid #c7c7c7;
  border-radius: 24px;
  position: relative;
  background: #fff;
}

.chooseservices-2 strong{
  color: #000000;
  text-transform: uppercase;
  font-size: 19px;
  display: block;
  font-family: 'Rubik',sans-serif;
  text-align: center;
  padding: 23px 0 0px;
}
.chooseservices-2  p{
  color:#222;
  line-height: 22px;
  font-size: 13px;
  padding: 12px 0 0;
}
.chooseservices-2 span{
    position: relative;
    height: 80px;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: -40px auto 0;
    border: 1px dashed;
    border-radius: 50%;
}
.chooseservices-2 span:before{
  content: "";
  height: 87px;
  width: 87px;
  background: linear-gradient(rgb(255 255 255 / 0%) 50%, rgb(140 29 52) 30%);
  position: absolute;
  border-radius: 50%;
  left: -5px;
  bottom: -5px;
  right: 0;
  margin: 0 auto;
}
.chooseservices-2 span i{
  display: block;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 103px;
  position:relative;
  margin: 0 auto;
  background: #f5f5f5;
  z-index: 9;
}
.chooseservices-2 span i:before{
  background: #952338;
  left:0;
  right:0;
  margin:0 auto;
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 60px;
  top: 11px;
  width: 60px;
  z-index: -9;
}
.chooseservices-2 span i .bi{
  height: 34px;
  width: 35px;
  text-align: center;
  margin: -1px 0px  0 0;
  color: #ffffff;
}
.chooseservices-2 ul{
  padding: 10px 0 0;
  margin:0;
  list-style: none;
}
.chooseservices-2 ul li{
  color: #222;
  margin: 12px 0 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 14px;
}
.chooseservices-2 ul li:before{
  content:"";
  position: absolute;
  height: 7px;
  border-radius: 50%;
  width: 7px;
  top: 7px;
  left: 0;
  border: 2px solid #111111;
  background: #fff;
}
/* end why choose us section */

/* start mark section */

.mark-section-tagline{
  padding: 60px 0;
  z-index: 9;
  background: url(images/bg_machine.webp) no-repeat;
  margin:0 auto;
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
}
.mark-section-tagline:before{
  content:"";
  position: absolute;
  height: 100%;
  width:100%;
  top:0;
  left:0;
  z-index: -9;
  right:0;
  background: rgb(0 0 0);
  opacity: 90%;
}
.mark-section-tagline strong{
  color: #fff;
  text-transform: capitalize;
  padding: 0 0 6px 0;
  font-size: 45px;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
  line-height: normal;
}
.mark-section-tagline p{
  color: #bfbfbf;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 30px;
  padding: 0 0 20px 0;
}
.mark-section-tagline a{
  width: fit-content;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 18px;
  display: inline-block;
  margin: 0px 8px;
  transition: all 0.8s ease 0s;
  text-transform: capitalize;
  border: 1px solid rgb(255 255 255 / 18%);
}
.mark-section-tagline a:nth-child(4){
  background: #871c30;
  border-color: #901f36;
}
.mark-section-tagline a:hover{
  color:#000000;
  background: #ffffff;
  border-color: #ffffff;
}
.parallax-section3 .parallax-call:hover{
    border-color:#fff;
}
/* end mark section */


/* start backry section*/

.backary-section{
  padding: 100px 0 60px;
}
.product1{
  padding: 15px;
}
.product2{
  padding: 0px 0px 40px;
  transition: 0.6s all ease-in-out;
  border: 1px solid #ccc;
  text-align: center;
}
.product2 img{
  width:100%;
}
.product2 strong{
  color: #292626;
  padding: 20px 0 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}
.product2 p{
  color: #3c3b3bfc;
  line-height: 24px;
  font-size: 13px;
  margin: 0 0 20px 0px;
  padding: 10px 18px 20px;
  border-bottom: 1px solid #ccc;
}
.product2 ul{
    margin: 0;
    padding: 20px 0 10px;
    list-style: none;
}
.product2 ul li{
    display: inline-block;
    padding: 4px 7px;
}
.product2 li a{
  color: #222;
  border:1px solid;
  line-height: 40px;
  height:40px;
  width: 40px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  transition: 0.6s all ease-in-out;
  background:#fff;
}
.product2 li a .bi{
  
}
.loadddd{
    text-align:center;
    padding:20px 0 0 0;
}
.loadddd .load-more{
    padding:0;
    background: #ba000a;
    color: #fff;
    transition-timing-function: cubic-bezier(.39,.07,.68,1.7);
    transition-duration: .25s;
    text-transform: capitalize;
    text-decoration: none;
    padding: 12px 18px;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    z-index: 9;
    display: inline-block;
    margin: 0 0px 0 0px;
}
.loadddd .load-more:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: blue;
    z-index: -1;
    transition: transform 0.3s;
}

.load-more:hover:after {
    transform: scaleY(1);
}

.product1{
  display: none;
}
.load-view{
  padding: 30px 0;
  text-align:
  center;
}
.load-view #loadMore{
  width: fit-content;
  padding: 12px 24px;
  display: block;
  color: #ffffff;
  background: #8c1d34;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  margin: 0px auto 0;
}

.load-view #loadMore:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #252525;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.load-view #loadMore:hover:before {
  width: 100%;
  opacity: 1;
}
.load-view #loadMore .bi{height: 19px;width: 19px;color:#fff;}
/* end backry section*/




/* start partner section*/

.partners-section{
  padding: 70px 0 70px;
  margin:0 auto;
  position: relative;
}

.partners-section .aboutus-heading strong{
  /* color: #FFF; */
}
.partners-section .aboutus-heading p{
  /* color: #dddddd; */
}



.partners1{
  padding: 10px 10px 10px;
  width: 20%;
}
.partners1 span{
  border: 1px solid #dadada;
  padding: 13px 10px 14px;
  text-transform: capitalize;
  background: #fff;
  font-size: 15px;
  display: block;
  border-radius: 14px;
  color: #333333;
  text-align: center;
}
.partners1 img {
    height: 84px;
    display: block;
    margin: 0 auto;
}
/* end partner section*/

/* start review section */

.reviews-section{
  padding: 100px 0;
}
.reviews-section .row{
  padding: 50px 0  0;
}
.reviews-1{
  padding:10px;
}
.video-2 iframe{
  width:100%;
  height: 293px;
}
.more-reviews a{
  border-radius: 40px;
  padding: 11px 29px 11px;
  font-size: 17px;
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 600;
  color: #292929;
  background: #ffffff;
  box-shadow: 0 0 7px #cbcbcb;
  margin: 0 7px;
}
.more-reviews a svg{
  width: 28px;
  margin: -2px 6px 0 0px;
}
.video-2{position:relative;}
.video-2 span{
  position:absolute;
  background:#00000073;
  height:100%;
  width:100%;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  display:block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-2 span  svg{width: 87px;color: #ba0000;}
.video-2 span  svg path{
    fill: #ffffff;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  line-height: 0px;
  display: block;
  margin: -7px 0 0 0;
  font-size: 51px;
  color: #ffffff;
}
.owl-nav{
  line-height: 50px;
  top: -90px;
  border-radius: 10px;
  margin: 0px auto 0;
  display: block !important;
  position: absolute;
  right: 0px;
  width: fit-content;
  left: 0;
}
 .owl-next{
  top: 20px;

}
.owl-prev{
  top:20px;
}
.owl-carousel .owl-item .chooseservices-2 img{
  margin: 0 auto;
  width: 100%;
}

.owl-nav{
  position:relative;
  color: #000000;
  top: 0;
  font-size: 30px;
}
.owl-prev, .owl-next {
  font-size: 30px;
  color: #ffffff !important;
  !I;!;
  border: 1px solid #eee !important;
  height: 50px;
  margin: 0 auto 0 10px;
  width: 40px;
  line-height: 40px !important;
}
.owl-next{
  left:auto;
  right: -90px;
  
}  
.owl-dots{display:none;} 
    
.owl-dots{display:none;}
/* end review section*/

/* start exporting countries section */

.countries-section{
    padding: 100px 0 20px;
}
.countries{
    padding: 60px 0 0 0;
}
.countries1{
    width: 11%;
    padding: 7px;
    text-align:center;
}
.countries2{
    padding:0;
}
.countries2 img{
    border: 1px solid #e4e4e4;
}
.countries2 aside{
    color: #3a3a3a;
    font-size: 14px;
    padding: 10px 0 0;
    text-transform: capitalize;
}

.flagg{
    padding: 40px 0 0;
    text-align:center;
}
.flagg img{
    height: 360px;
}


/* end exporting countries section */



/* start contact us section */

.getintouch{
  padding: 50px 0 100px;
}

.getin-map iframe{
  height: 460px;
}
.getin-left2 strong{
  color: #1e1e1e;
  font-size: 39px;
  text-transform: capitalize;
  display: block;
  text-align: left;
  padding: 0px 0px 0  0px;
  position: relative;
  font-weight: 700;
  width: fit-content;
  margin: 0 0 35px;
}
.getin-left2 strong:before{
  content:"";
  position:absolute;
  height: 4px;
  width: 100%;
  left:0;
  bottom: -2px;
  background: #8c1d34;
}
.contac-rr {
  padding: 0px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 12px 0px;
   margin: 0 0 11px 0;
}
input.form-control1 {
   color: #000000;
}
.form-control1 {
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  border-radius: 0;
  width: 100%;
  font-weight: 400;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
}
textarea.form-control1 {
  height: 120px;
}

.form-group1 span{
  margin: 0;
}
.btn-group{
  padding: 20px 0 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  width: fit-content;
  padding: 12px 27px;
  display: block;
  color: #ffffff;
  background: #8c1d34;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  border:0;
  border-radius:0;
}

.btn-group>.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #252525;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.btn-group>.btn:hover:before {
  width: 100%;
  opacity: 1;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #5e5e5e;
  padding-left:10px;
  font-size:15px;
  text-transform:captilize;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}


.details-1{
  padding: 10px;
}
.getin-map{
  padding: 0 0px 0 30px;
}
.getin-map p{
  color: #383838;
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  padding: 0 0 10px 0;
}
.details-2{
  padding: 0;
}
.details-2 a{
  display:block;
  position: relative;
  padding: 12px 0px 26px 60px;
  margin: 19px 0 0 0;
  font-size: 15px;
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #eceae6;
}
.details-2 a span{
  background: #fff;
  color: #ba000a;
  line-height: 44px;
  height: 45px;
  text-align: center;
  width: 45px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 2px 2px 19px 1px #dfdfdf80;
  text-align: center;
  display: block;
  top: -1px;
  left: 0;
  position: absolute;
}
.details-2 a:nth-child(3) span{top: 12px;}
.details-2 a svg{
  height: 25px;
  fill: #821b30;
  font-weight: 500;
}
.details-2 a svg path:focus{
  outline:0;
}
F{
  height: 20px;
  width: 20px;
  margin: 0px 0px -3px 0;
  text-align: center;
  color: #000000;
}

.details-2 p{
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #2e2e2e;
  padding: 0px 0 0 27px;
  margin: 16px 0 0 0;
  position: relative;
  text-transform: capitalize;
}
.details-2 p .bi{
  color: #821b30;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 6px;
}
.design-contact{padding: 50px 50px 60px;background: #fff;box-shadow: 0px 0px 12px 0px #0000001a;box-shadow: 0px 0px 12px 0px #0000001a;}
.getin-left1{
  padding: 0px 0px 0px 0px;
}
.getin{padding:40px 0 0 0;}
.head-office{
  padding: 0;
}
.head-office aside{
  padding: 20px 10px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.head-office aside strong{
  font-size: 28px;
  text-transform: capitalize;
}
.head-office aside p{
  color: #5a5a5a;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 41px;
}
.head-office aside p b{
  font-weight:600;
  color:#3b3b3b;
}


/* end contact us section */


/* start footer section */
.footer-section{
  padding: 80px 0 0px 0;
  background: rgb(14 14 14);
}
.footer-1{
  padding: 0px 30px 0px 0px;
  text-align: left;
}
.footer-2{
}
.heading-footer img{height: 50px;}
.heading-footer a{
  background:#fff;
  display:block;
  width:fit-content;
}
.footer-3 p{
  font-weight: 300;
  color: #d3d3d3;
  font-size: 15px;
  line-height: 29px;
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-3 a{
  width: fit-content;
  padding: 8px 22px;
  display: block;
  color: #ffffff;
  background: #8c1d34;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  z-index: 9;
  margin: 10px auto 0 0;
}

.footer-3 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #252525;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.footer-3 a:hover:before {
  width: 100%;
  opacity: 1;
}
.footer-navigation3 ul li{
  margin: 0;
  padding: 3px 0 3px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #b9b9b9;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  list-style:none;
  position:relative;
}
.footer-navigation3 ul li:last-child{border:0;}
.footer-navigation3 ul li:before{
  content: "\3111";
  position: absolute;
  transform: rotate(180deg);
  border-radius: 50%;
  top: 6px;
  left: -3px;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  width: fit-content;
}
.footer-navigation3 ul li a{
  color: #b9b9b9;
}

.contact-details ul li{
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
.contact-details ul  li .bi{
  height: 1.2rem;
  color: #fcb22f;
  width: 1.2rem;
  margin: 0px 0 -3px 0;
}
.contact-details ul  li span{
  margin: 0 0 0 7px;
  display: inline-block;
  font-weight: 300;
}
.contact-details ul li b{
  font-weight:500;
  color:#ffce84;
}
.social-media{
}
.social-media ul li{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 11px 0 11px;
  font-size: 17px;
  font-weight: 600;
}

.social-media li a{
  color: #8d8d8d;
  line-height: 36px;
  height: 36px;
  width: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  transition: 0.6s all ease-in-out;
  background: #383838;
}

.social-media li a:hover {
  color: #ba000a;
  background:#e6e6e6;
  transition: 0.6s all ease-in-out;
}

.heading-footer strong{
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  line-height: 40px;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  color: #ffffff;
  width: fit-content;
}

.contact-details a{
  display:block;
  position: relative;
  padding: 10px 0px;
  color: #ffffff;
}
.contact-details a .bi{
  height: 16px;
  width: 16px;
  margin: 0 6px 0 0;
  text-align: center;
  color: #fff1d1;
}

.contact-details p{
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #ffffff;
  padding: 0px 0 0 26px;
  margin: 10px 0 0 0;
  position: relative;
  text-transform: capitalize;
}
.contact-details p .bi{
  color: #ffffff;
  height: 20px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 6px;
}

.location p{
  border-radius:50px;
  border:1px solid #424141;
  padding: 14px 37px 14px;
  color: #ffffff;
  margin: 30px auto 0;
  width:fit-content;
}

.social-media ul li{
  list-style: none;
  display: inline-block;
  position:relative;
  padding: 0 1px;
}
.social-media li a{
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #8d8d8d;
  line-height: 27px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  transition: 0.6s all ease-in-out;
  background: #383838;
}
.social-media li a .bi{
  height: 13px;
  width: 13px;
}
.social-media li a:hover {
  color: #8c1d34;
  background:#e6e6e6;
  transition: 0.6s all ease-in-out;
}
.list-foot ul li{
  list-style:none;
  display: inline-block;
  font-size: 14px;
  padding: 0 7px;
  text-transform: capitalize;
}
.list-foot ul li a{
  color: #aeaeae;
}
.copy-right p{
  color: #ffffff;
  font-size: 14px;
}
.copy{
  background: #000;
  padding: 14px 0;
  margin: 61px 0 0;
}

.link-trend{
  padding: 20px 0 0;
}
.link-trend strong{
  font-size: 17px;
  display: block;
  font-weight: 500;
  color: #ececec;
  text-transform: capitalize;
  padding: 0 0 6px 0;
}
.link-trend li {
  padding: 7px 26px 7px 0;
  color: #888888;
  text-align: left;
  position:relative;
  font-size: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.link-trend li a{
  color: #888888;
  position:relative;
}
.link-trend li a:after{
  background:#a9a9a9;
  content:"";
  height:100%;
  margin:0;
  width: 2px;
  right: -15px;
  position:absolute;
}
.link-trend li:last-child a:after{
  display:none;
}
/* end footer section */

/* start bread crumb section */

.breadcrumb-design{
  position:relative;
  padding: 40px 0;
  z-index: 9;
  background: url(images/bg_machine.webp) no-repeat;
  margin:0 auto;
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
}
.breadcrumb-design:before{
  content:"";
  position: absolute;
  height: 100%;
  width:100%;
  top:0;
  left:0;
  z-index: -9;
  right:0;
  background: #0e0e0e;
  opacity: 89%;
}
.breadcrumb-design h1{
   color: #ffffff;
   text-transform: capitalize;
   font-family: "Rubik", sans-serif;
   font-weight: 500;
   position: relative;
   padding: 0 0 8px 0;
   font-size: 29px;
}
.breadcrumb-design h1 a{
  color: #ffffff;
}
.breadcrumb-design p{
  color:#fff;
  font-size: 11px;
  text-transform:capitalize;
}
.breadcrumb-design p a{
  color: #d83859;
  text-transform: capitalize;
}
.breadcrumb-design p em{
  color:#fff;
}
/* end bread crumb section */


/*==================================
    START ABOUT US PAGE CSS 
====================================*/

.aboutus-pagesection{
  padding: 70px 0 100px;
}
.aboutpage-right1{
  padding: 0 60px 0 0;
}
.heading-about{
  padding:0 0 30px 0;
}
.heading-about h1{
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  position: relative;
  padding: 10px 0 10px 16px;
  font-size: 72px;
}
.heading-about h1:before{
  content:"";
  position:absolute;
  height:100%;
  width: 4px;
  background: #8b1d34;
  left:0;
  top:0;
}
.heading-about h1 a{
  color: #000000;
}
.aboutpage-mission1{
  padding: 10px;
}
.aboutpage-mission2{
  box-shadow: 0 0 11px #ebebeb;
  text-align: left;
  padding: 20px;
}
.aboutpage-mission2 strong{
  display:block;
  font-family: 'Rubik',sans-serif;
  padding: 0 0 10px 50px;
  font-weight: 600;
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}

.aboutpage-mission2 strong span{
  display:block;
  left: 0;
  position: absolute;
}

.aboutpage-mission2 strong span svg{
  height: 30px;
  width: 30px;
}

.aboutpage-mission2 p{
  font-size: 15px;
  color: #555555;
  line-height: 30px;
}


.why-pactech1{
  padding: 10px;
}
.why-pactech2{
  padding: 30px 10px;
  background: #f5f5f5;
}
.why-pactech2 img{
  height: 60px;
}
.why-pactech2 strong{
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 0 0;
  display: block;
  text-transform: capitalize;
}
.why-pactech2 p{
  color: #565656;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
  padding: 4px 0px 0px 0;
}

/*==================================
    END ABOUT US PAGE CSS 
====================================*/


/*==================================
    START OUR MACHINES PAGE CSS 
====================================*/


.machines-tabs{
  padding:50px 0;
  position: relative;
}
.tabs-list{
  padding: 0;
}
.tabs-list ul{
  padding:0;
  margin:0;
  list-style:none;
}
.tabs-list ul:before{
  height:100%;
  width:1px;
  /* background: #c5c5c5; */
  position:absolute;
  content:"";
  top:0;
  right:0;
}
.tabs-list ul li .nav-link{
  text-align:left;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 15px 10px 16px 9px;
  font-size: 16px;
  border-radius: 0;
  border-left: 3px solid #515151;
  margin: 14px 0 0;
  border-radius: 0;
}
.nav .nav-item button.active {
  color: #ffffff !important;
  border-color: #8c1d34;
  background-color: #8c1d34;
}
.nav .nav-item button.active::after {
  content: "";
  border-right: 3px solid #8c1d34;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.tab-content{
  padding: 70px 0  0 30px;
  width: 70%;
  position: sticky;
  top: 0px;
}
.all{
  padding:10px;
}
.all img{
  width:100%;
  border: 1px solid #e1e1e1;
}
.all p{
  color: #000;
  margin: 0;
  padding: 10px 0 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.all aside{
  color: #8c1d34;
  margin: 0;
  padding: 0px 0 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
/*==================================
    END OUR MARKET PAGE CSS 
====================================*/


/*==================================
  START OUR MARKET PAGE CSS 
====================================*/

.market-section{
  padding: 100px 0;
}
.product-market-page1{
  padding:10px;
  width: 16.666%;
}
.product-market-page1 .product2 p {
  padding: 10px 6px 11px;
}
.product-market-page1 .product2 ul li{
  padding: 4px 2px;
}
.product-market-page1 .product2 li a{
  line-height: 29px;
  height: 30px;
  width: 30px;
}
.market-image img{
  height:300px;
}

.servicesarea-heading strong{
  padding: 50px 0px 18px;
  color: #8e1e35;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
  position: relative;
  text-align: left;
  font-size: 43px;
  display: block;
  line-height: 60px;
}
.servicesarea-heading strong span{
  
}
.servicesarea-heading strong span svg{
  height: 40px;
  width: 40px;
}
.servicesarea-heading ul li{
  padding: 6px 16px;
  list-style: none;
  font-size: 15px;
  border-radius: 70px;
  margin: 11px 4px 0 0;
  border: 1px solid #a3a3a3;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
}
.video{
  padding:30px 0 0;
}
.video-left1{
  padding: 10px;
}
.video-left2{
  padding: 30px 30px;
  background: #fff;
  box-shadow: 2px -4px 12px #dddddd;
  border-radius: 30px;
}
.video-left2 strong{
  color: #292626;
  padding: 0 0 10px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
}
.video-left2 p{
  color: #3c3b3bfc;
  line-height: 27px;
  font-size: 14px;
  padding: 10px  0 0;
}
.video-left2 a{
  color: #ff0000;
  font-size: 16px;
  display:inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0;
  animation: 1.5s ease-in infinite animove;
}

@keyframes animove {
    0%,100% {
        transform: translateX(-5px);
      color:#8e1e35;
    }

    50% {
        transform: translateX(5px);
       color:#ffffff;
    }
}
.video-shorts{
  padding: 10px;
}
.video-shorts iframe{
  height:300px;
}
/*==================================
  END OUR MARKET PAGE CSS 
====================================*/


/* =================================================
     START GET IN TOUCH PAGE CSS 
====================================================*/

.contact-form{
  background: #028853;
  padding: 70px 0;
}
.bg-contact{
}
.heading-contact strong{
  text-transform: uppercase;
  font-size: 50px;
  color: #ffffff;
  display: block;
  font-weight: 600;
}
.heading-contact img{
  height: 80px;
}
.heading-contact p{
  color: #848484;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.contact-form-design{
  padding: 50px 40px 40px;
  background: #fff;
  margin: 0px auto 0px;
}
.contactus-form {
  padding: 60px 40px 57px 40px;
  box-shadow: 0 0 20px hsl(0deg 0% 62% / 16%);
  background-color: #fff;
  text-align: left;
}

.company-heading strong{
  color: #182031;
  font-weight: 500;
  font-size: 37px;
  display: block;
  font-family: auto;
}



.contact-form-design1{
  padding: 0 0 0 20px;
}
.contact-page-form{
  padding: 0 20px 0 20px;
}
.get-in-touch{
  padding:100px 0;
}


.getintouch-heading strong{
  text-transform: uppercase;
  font-size: 42px;
  color: #101010;
  font-weight: 700;
}
.contact-line p{
  color: #e9e9e9;
  line-height: 33px;
  font-weight: 400;
  font-size: 15px;
  padding: 0 0 8px;
}
.contact-line p:nth-child(1){
  font-size: 21px;
}
.contact-line p strong{
  font-weight: 600;
  color: #ffffff;
}
.company-detail{
  margin: 0px auto 0;
}
.company-detail1{
  padding: 0px 0px 0px;
}
.company-detail2{
  position: relative;
  margin: 0;
}
.company-detail2 strong{
  color: #000000;
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 4px 0;
}
.company-detail2 ul li{
  font-size: 16px;
  list-style: none;
  color: #5e5e5e;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 0;
  background: #fff;
  padding: 20px 20px 20px 60px;
  border-radius: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  box-shadow: 0 0 13px 0px rgb(0 0 0 / 5%);
  position: relative;
}
.company-detail2 ul li:last-child{
  border:0;
}
.company-detail2 ul li span{
  position: absolute;
  height: 39px;
  width: 39px;
  line-height: 43px;
  background: #fff;
  box-shadow: 0 0 13px 0px rgb(0 0 0 / 5%);
  left: 10px;
  top: 10px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.company-detail3 ul li a{
  color: #000000;
}
.company-detail2 ul li .bi{
  height: 19px;
  width: 19px;
  margin: 0px 0px 0px 0;
  color: #8c1d34;
}

.company-detail2 ul li a {
    color: #000000;
    font-size: 15px;
}

/* =================================================
     END GET IN TOUCH PAGE CSS 
====================================================*/

/* =================================================
     START MACHINE CONTENT PAGE CSS 
====================================================*/  
.img-soap{
   position: absolute;
   right: -50px;
   top: -90px;
   img{}
}
.machinecontent-left1{
  padding: 0 0 0 0px;
  position: relative;
}
.machinecontent-heading span{
  color: #fff;
  padding: 3px 18px 5px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  background: #8c1d34;
  border-radius: 20px;
}
.machinecontent-heading p{
  color: #0e0e0e;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  margin: 9px 0 30px;
  border-bottom: 2px solid #d2d2d2;
  padding: 0 0 0px;
  width: fit-content;
}
.machine-content aside{
  color:#000;
  font-size: 15px;
  text-transform:capitalize;
  width: fit-content;
  font-weight: 500;
  border-left: 3px solid #8c1d34;
  padding: 6px 22px 6px 15px;
  margin: 0 0 18px;
  background: #dedede;
  border-radius: 0 10px 10px 0;
}
.machine-content p{
    color: #3a3a3a;
    font-size: 15px;
    line-height: 28px;
    padding: 0px 0 16px;
    text-align: left;
}
.machine-content ul, ol{
  padding: 0;
  text-align: left;
  margin: 0 0 30px;
  list-style: none;
}
.machine-content ol{
  padding: 0 0 50px;
  margin: 0;
  list-style: none;
}
.machine-content ul li{
  color: #4d4d4d;
  margin: 17px 0 0;
  line-height: 21px;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 24px;
}
.machine-content ol em{
  font-weight:500;
  color:#4d4d4d;
}
.machine-content ul li:before{
  content: "\2962";
  position: absolute;
  transform: rotate(180deg);
  border-radius: 50%;
  top: 3px;
  color: #8c1d34;
  left: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  width: fit-content;
}
.machine-content ol li{
  color: #4f4f4f;
  margin: 17px 0 0;
  line-height: 27px;
  font-size: 15px;
  position: relative;
  padding: 0 0 0 0px;
}
.machine-content ol li b{
  font-weight:500;
  color:#000;
}
.machinecontent-right1 img{
  height: 283px;
  margin:0 auto;
  display:block;
}
.background-machine{
  background: #f5f5f5;
  padding: 20px 20px;
  margin: 20px  0 0;
}

.soapstamping-left2 table {
    border-collapse: collapse;
    margin: 17px auto 18px 0;
    width: 70%;
    background: #fff;
}
.soapstamping-left2 .table-machine{
    width:100%;
    text-align:left;
}

tr:nth-of-type(odd) {
    background: #eee;
}
.soapstamping-left2 td, th {
    padding-left: 10px;
    padding-right: 0px;
    text-align: left;
    font-weight: 500;
}
th {
  background: linear-gradient(45deg, #8c1d34, #8c1d34);
  color: white;
  font-weight: 600;
  }

td, th {
  padding: 10px 7px;
  border: 1px solid #ccc;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
}
.student-table3{
    color: #fff;
}
td a{
 
color: #3e3e3e;
}
td i{
 padding: 0 10px 0 0px;
 font-weight:300;
}

/* =================================================
     END MACHINE CONTENT PAGE CSS 
====================================================*/  

/*fixed whatsapp icon*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    display:block;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px #54545426;
    z-index: 100;
    line-height: 60px;
}
.float:hover{
    color: #fff !important;
}
.float svg{
    height:30px;
    width:30px;
}


/* start error page css  */

.error{
  img{
    height: 460px;
    margin:0 auto;
    display:block;
  }
  p{
    color: #000000;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    position: relative;
    padding: 0;
    font-size: 72px;
  }
  text-align:center;
}


/* end erro page css */




.blog-section{
  padding:100px 0;
}
.blog-right1{
  position:relative;
}
.blog-height ul{
  overflow: scroll;
  height: 800px;
  position: relative;
  overflow-x: hidden;
}
.blog-height ul::-webkit-scrollbar {
 width: 2px;
}
.blog-height ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #155799;
 border-radius: 0px;
}
.blog-height ul::-webkit-scrollbar-thumb {
 background: #ffffff;
  height:20px;
 border-radius: 0px 0px 10px 10px;

}
.blog-list{
  position: sticky;
  top: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px 10px 20px;
  overflow:hidden;
  box-shadow: 0px 2px 8px #e5e5e5;
  z-index:9;
  background: linear-gradient(to right, rgb(236 244 0 / 33%), rgb(20 156 86 / 30%));
     background: #fff;
    padding: 30px 15px;
    margin-bottom: 16px;
    border-radius: 15px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    text-align: left;

}

.blog-list ul{
  padding:0;
  margin:0;
  list-style:none;
}
.blog-list ul li{
  color:#000000;
  font-size: 15px;
  font-weight: 500;
  position:relative;
  text-transform:capitalize;
  padding: 5px 0px 10px 27px;
}
.blog-list ul li a{
  color:#000000;
}
.blog-list ul li:hover a{
  color: #ff0000;
}
.blog-list li:before{
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: url(images/icon.png) no-repeat;
  height: 22px;
  width: 22px;
}
.blog-left1{
  padding: 0 20px 0 0px;
}

.blog-content1{
  padding:10px;
}
.blog-content2{
  padding: 28px 20px;
  border-radius: 17px;
  text-align: start;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.blog-content2 span{
  color: #000000;
  padding: 0px 0 5px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  display: block;
}
.blog-content2 p{
  color: #565656;
  font-weight: 400;
  padding: 0px 0 0;
  font-size: 13px;
  line-height: 29px;
}

.blog-content2 a{
  display: block;
  padding: 3px 14px 4px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  border-radius: 40px;
  background: #8c1d34;
  text-align: right;
  margin: 10px 0 0 auto;
  width: fit-content;
}

@media (max-width: 767px){
  body{text-align: center;}
  .head-left2 img{height: 56px;}
  .head-left1{width: 50%;}
  .head-right1{display:none;}
  .left-tophead ul li:nth-child(1){display:none;}
  .right-tophead{display:none;}
  .left-tophead ul li{font-size: 24px;padding: 8px 10px 10px 0px;}
  .left-tophead ul li a svg{height:30px;width:30px;}
  .left-tophead ul li a{font-weight:600;}
  .right-tophead ul .company-name{display:none;}
  .content-slider strong{font-size: 31px;}
  .content-slider p{font-size: 14px;line-height: 27px;}
  .topchoose-2 {padding: 0px 0px;}
  .topchoose-2 strong {font-size: 15px;}

  .aboutus-heading h1{font-size: 31px;}
  .counter-count{font-size: 140px;}
  .slide-btn b{margin: 0 0 0 10px;}
  .carousel-control-next b{margin: 0 10px 0 0;}
  .slide-btn b span {margin: 7px 0px 0 0px;height: 22px;width: 25px;}
  .slide-section .row{flex-flow: column-reverse;}
  .slide-section {padding: 31px 0 41px;}
  .content-slider{text-align:center;}
  .content-slider a{margin:0 auto;}
  .topchoose-1 { padding: 10px;}
  .content-design p{text-align:left;}
  .topchoose-section{margin:0;padding: 50px 0 40px;}
  .topchoose {padding: 30px 0px;}
  .content-design a{margin: 12px auto 0 0;}
  .aboutus-left1 {padding: 0 10px 0 10px;}
  .main-services4 strong{width:100%;font-size: 16px;}
  .main-services4 span a{margin:0 0 0 auto;}
  .end-view a{margin: 30px auto 0;}
  .services-heading{text-align: center !important;}
  .services-heading p:before{margin:0 auto;}
  .services-heading strong{font-size:30px;}
  .main-services4 span{width:100%;margin:10px 0 0 ;} 
  .header_mark-call a{padding: 10px 19px 10px;margin: 11px auto 0;}
  .main-services2 {padding: 0;}
  .chooseservices-2{height:auto;margin: 0 0 0 0;}
  .chooseservices-1:nth-child(3) .chooseservices-2, .chooseservices-1:nth-child(4) .chooseservices-2{margin: 60px 0 0 0;}
  .mark-section-tagline strong {font-size: 35px;}
  .chooseservices-2 strong {font-size: 17px;}
  .aboutus-heading strong {font-size: 23px;}
  .product1 {padding: 10px;width: 50%;}
  .product2 strong { font-size: 16px;}
  .more-reviews a {padding: 11px 22px 11px;font-size: 16px;}
    .getin-left1{padding: 30px 0  0 0;}
  .getin-map{padding: 30px 0 0 0;}
  .design-contact {padding: 50px 10px 50px;}
  .getin-left2 strong{font-size: 34px;}
  .details-2 {padding: 10px 0 0;}
  .footer-1 {padding: 20px 15px 0px 15px;}
  .footer-services ul li{display:block;padding: 0px 0px 0px 20px;margin: 9px 0 0;}
  .location p{font-size: 13px;padding: 15px 7px 14px;border-radius: 20px;}
  .copy-right p{text-align:center;padding:15px 0 0;}
  .social-media{text-align:center;padding:15px 0 0;}
  .footer-section {padding: 50px 0px 0px 0px;}
   .heading-about h1{font-size: 41px;line-height: 58px;}
  .why-pactech2 strong{font-size: 16px;}
  .aboutpage-right1 {padding: 0 0px 0 0;}
  .aboutpage-left1{text-align:center;}
  .aboutus-pagesection{padding: 60px 0 80px;}
  .navbar-collapse{padding: 0 0px 0 0px;}
  .navbar{padding:0;}
  .menu li{text-align:left;padding: 3px 10px;display: block;}
  .tab-content {padding: 0 0 0 10px;width: 100%;}
  .tabs-list ul li .nav-link{padding: 6px 4px 9px 4px;font-size: 12px;}
  .all{padding:5px;}
  .all p{font-size: 12px;}
  .get-in-touch{padding:40px 0 40px;}
  .contact-form-design1{padding: 30px 15px 0;}
  .contactus-form {padding: 30px 20px 30px 20px;}
  .company-detail2 ul li:last-child a{font-size: 13px;}
   .market-image img{height:auto;}
    .why-pactech2 strong{font-size: 16px;}
  .product-market-page1{width: 50%;}
  .servicesarea-heading strong{font-size: 27px;line-height: 40px;}
  .servicesarea-heading ul li{font-size:14px;margin: 11px 2px 0 0;padding: 5px 17px;}
  .market-section { padding: 40px 0 100px 0;}
  .breadcrumb-design h1{font-size: 30px;line-height: 45px;}
  .partners1{width: 25%;padding: 7px;}
  .partners1 span img{height: auto;}
  .partners1 span{font-size:12px;height: auto;}
  .countries1{width:20%;}
   .flagg img{height:auto;}
  .machinecontent-heading p{font-size:20px;}
  .list-foot,.social-media{text-align: center !important;}
   .error p {font-size: 52px;}


  

  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-left2 img{height:60px;}
  .head-left1{width:40%;}
  .head-right1{display:none;}
  .left-tophead ul li{font-size:15px;}
  .right-tophead ul .company-name{display:none;}
   .slide-section {padding: 71px 0 131px;}
  .slide-btn b {margin: 0 0 0 10px;height: 37px;width: 37px;}
  .carousel-control-next b{margin: 0 10px 0 0px;}
  .slide-btn b svg {margin: -13px 0px 0 0px;height: 20px;width: 11px;}
  .content-slider {padding: 0px 0 0 30px;}
  .content-slider strong{font-size: 29px;}
  .content-slider p{font-size: 14px;line-height: 23px;padding: 10px 0;}
  .topchoose-2 {padding: 15px 0;}
  .topchoose-2 strong {font-size: 15px;}
  .aboutus-heading h1{font-size: 41px;}
  .counter-count{font-size: 171px;}
  .main-services4 strong {font-size: 17px;}
  .main-services4 span a{padding: 5px 9px 4px;font-size: 13px;}
  .main-services2 {padding: 9px 10px 10px;}
  .end-view a{margin: 30px auto 0;}
  .social-media,.services-heading{text-align: center !important;}
  .services-heading p:before{margin:0 auto;}
  .header_mark-call a{padding: 10px 19px 10px;}
  .chooseservices-2{height:auto;margin: 0 0 0 0;}
  .chooseservices-1:nth-child(3) .chooseservices-2, .chooseservices-1:nth-child(4) .chooseservices-2{margin: 60px 0 0 0;}
  .mark-section-tagline strong { font-size: 40px;}
  .topchoose-section {padding: 0px 0 0px;}
  .content-design p{text-align:left;}
  .aboutus-left1 {padding: 0 5px 0 0px;}
  .getin-left1{padding: 30px 0  0 0;}
  .getin-map{padding: 30px 00 0;}
  .design-contact {padding: 50px 30px 50px;}
  .getin-left2 strong{font-size: 34px;}
  .details-2 {padding: 10px 0 0;}
  .footer-1 {padding: 20px 20px 0px 0px;}
  .navbar-collapse{padding:0 0px 0 20px;}
  .navbar{padding:0 !important;}
  .menu li{text-align:left;padding: 3px 10px;display: block;}
  .heading-about h1{font-size: 56px;line-height: 75px;}
  .why-pactech2 strong{font-size: 16px;}
  .aboutpage-right1 {padding: 0 0px 0 0;}
  .aboutpage-left1{text-align:center;}
  .tab-content {padding: 0 0 0 10px;width: 80%;}
  .tabs-list ul li .nav-link{padding: 12px 6px 12px 7px;font-size: 14px;}
  .all{padding:5px;}
  .all p{font-size: 13px;}
  .get-in-touch{padding:40px 0 40px;}
  .contact-form-design1{padding: 30px 15px 0;}
  .contactus-form {padding: 30px 20px 30px 20px;}
  .market-image img{height:auto;}
    .why-pactech2 strong{font-size: 16px;}
  .product-market-page1{width:33.333%}
  .servicesarea-heading strong{font-size: 36px;line-height: 48px;}
  .servicesarea-heading ul li{font-size:14px;margin: 11px 2px 0 0;padding: 5px 17px;}
   .partners1{width: 25%;}
  .partners1 img{height:70px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-right1 a{font-size: 14px;padding: 8px 15px 8px 15px;}
  .navbar ul li a{font-size: 14px;}
  .navbar ul li {padding: 0 20px 0 0;}
  .content-slider strong{font-size: 40px;}
    .slide-section {padding: 71px 0 131px;}
  .topchoose-2 {padding: 27px 10px;}
  .topchoose-2 strong {font-size: 15px;}
  .topchoose-2 p{font-size:13px;}
  .main-services4 strong {font-size: 15px;}
  .main-services4 span a{padding: 5px 9px 4px;font-size: 13px;}
  .main-services2 {padding: 26px 15px 30px;}
  .chooseservices-2 strong {font-size: 16px;}
  .chooseservices-2 { padding: 0px 10px 40px 10px;}
  .video-2 span svg {width: 57px;}
    .slide-btn b {margin: 0 0 0 5px;height: 37px;width: 37px;}
  .carousel-control-next b{margin: 0 5px 0 0px;}
  .slide-btn b svg {margin: -13px 0px 0 0px;height: 20px;width: 11px;}
  .content-slider {padding: 0px 0 0 30px;}
  .heading-about h1{font-size: 56px;line-height: 75px;}
  .why-pactech2 strong{font-size: 16px;}
  .product-market-page1{width:33.333%;}
  .img-soap img{height: 100px;}.img-soap{top:-30px;}
  

  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .slide-btn b {margin: 0 0 0 5px;height: 37px;width: 37px;}
  .carousel-control-next b{margin: 0 5px 0 0px;}
  .slide-btn b svg {margin: -13px 0px 0 0px;height: 20px;width: 11px;}
  .content-slider {padding: 0px 0 0 30px;}
  .product2 strong{font-size:16px}
}

@media (max-width: 575px) and (min-width: 0px) {
  .content-slider strong{font-size: 28px;}
  .content-slider p {font-size: 13px;line-height: 23px;padding: 12px 0 30px;}
  .aboutus-heading p{font-size: 14px;}
  .aboutus-heading h1 {font-size: 28px;line-height: 37px;}
  .aboutus-section {padding: 40px 0 60px;}
  .topchoose-1{width:50%;}
  .fixed-top .head-left2 img{height: 46px;}
  .head-left1{width:70%;}
  .fixed-top .navbar-toggler {margin: -53px 0px 0 auto !important;}
  .aboutus-right1{margin:0;}
  .main-services4{text-align:center;}
  .main-services4 strong{text-align:center;font-size: 13px;}
  .main-services4 span a{margin:0 auto;}
  .header_mark p{line-height: 39px;font-size: 22px;}
  .services-heading strong {font-size: 29px;}
  .mark-section-tagline strong {font-size: 28px;}
  .chooseservices-1:nth-child(2) .chooseservices-2{margin: 60px 0 0 0;}
  .reviews-1{width:50%;}
   .logo-left img {height: 50px;}
  .navbar-toggler {margin: -48px 10px 0 auto;}
  .heading-about h1{font-size: 29px;line-height: 39px;padding: 0 0 0 11px;}
  .aboutpage-mission2 strong{font-size: 22px;padding: 0 0 3px 50px;}
  .why-pactech1{padding:10px 0;}
  .tab-content {padding: 0 0 0 10px;width: 100%;}
  .tabs-list ul li .nav-link{padding: 8px 6px 9px 6px;font-size: 13px;}
  .all{padding:5px;}
  .all p{font-size: 12px;}
  .breadcrumb-design h1{font-size: 24px;line-height: 28px;}
  .partners1{width:33.333%}
  .details-2 a span{height:40px;width:40px;text-align: center;line-height: 40px;}
  .details-2 a span svg{height:18px;width:18px;}
  .details-2 a{padding: 12px 0px 26px 50px;font-size: 12px;}
   .main-services1{width: 50%;}
  .img-soap{right: 0;position: relative;top: 0;}
  .error p {font-size: 52px;}
  .error  img {height:auto;}
   
  
}
@media (max-width: 420px) and (min-width: 0px) {
  .topchoose-1{/* width:100%; */}
  .content-slider span{font-size: 14px;}
  .topchoose-2 span{ height: 33px;width: 33px;line-height: 35px;font-size: 16px;}
  .mark-section-tagline a{margin: 10px auto 0  6px;padding: 7px 12px;font-size: 14px;}
  .mark-section-tagline p{line-height: 26px;padding: 0px 0;font-size: 14px;}
  .mark-section-tagline strong {font-size: 25px;line-height: 36px;}
  .more-reviews a{display:block;margin:15px auto 0;}
  .owl-item .partners2 img { width: 100%;}
  .partners2 {padding: 2px 0px;}
  .partners1 {padding: 8px 3px 6px;width: 50%;}
  .getin-left2 strong {font-size: 25px;}
  .product1{width:100%;}
    .slide-btn b {margin: 0 0 0 10px;height: 28px;width: 28px;}
  .carousel-control-next b{margin: 0 10px 0 0px;}
  .slide-btn b svg {margin: -21px 0px 0 0px;height: 15px;width: 11px;}
  .content-slider {padding: 0px 0 0 0px;}
  .content-slider strong{font-size: 22px;}
  .carousel-control-next, .carousel-control-prev{width:12%;}
  .aboutus-right1 strong {font-size: 25px;}
  .reviews-1{width:100%;}
  .tab-content {padding: 0 0 0 10px;width: 100%;}
  .tabs-list ul li .nav-link{padding: 6px 4px 9px 4px;font-size: 12px;}
  .all{padding:5px;}
  .all p{font-size: 12px;}
  .product-market-page1{width:100%;}
  .countries1{width:33.3333%;}
  
  
}   






