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

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Developed by - aA - abdul anas {abdulanaspnweb@gmail.com}*/

body {
  font-family: 'Exo 2', sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', sans-serif;
}

p,
a,
span {
  font-family: 'Exo 2', sans-serif;
}




::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-left: #ededed solid 1px;
  background-color: #fcfcfc;
  border-top: #ededed solid 1px;
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: #c7c7c7;
  width: 15px;
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 10px;

}


















@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?19029104');
  src: url('../font/fontello.eot?19029104#iefix') format('embedded-opentype'),
    url('../font/fontello.woff?19029104') format('woff'),
    url('../font/fontello.ttf?19029104') format('truetype'),
    url('../font/fontello.svg?19029104#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 60px;
  right: 30px;
  background-color: #9dc33b;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  font-size: 30px;
  /*box-shadow: 2px 2px 3px #999;*/
  z-index: 100;
  padding: 10px;
}

.decoration {
  text-decoration: none;
}

.text-white {
  color: #fff;
}

.float i {
  color: #fff;
  margin-top: 0px;
}


/*slider */
.slider {
  display: flex;
}

.slider-main {
  width: 1300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}


.slider-main .outer-wrapper {
  width: 100%;
  margin: 0px auto;
}

.slider-main .s-wrap {
  width: 100%;
  margin-bottom: 50px;
  /* padding-bottom: 35%;  */

}

.swp {
  height: 500px;
}

.swp img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #fff;
}

.captions {
  position: absolute;
  top: 37%;
  width: 30%;
  left: 100px;
  color: #fff;
}

.captions::before {
  position: absolute;
  content: '';
  top: 0;
  width: 6px;
  height: 150px;
  /* background: #04488E; */
  left: -23px;
}

.captions .texts h4 {
  font-size: 35px;
  margin: 0;
}

.captions .texts p {
  line-height: 24px;
}


.slider-main .s-wrap>input {
  display: none;
}

.slider-main .s-wrap .s-content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  font-size: 0;
  list-style: none;
  transition: transform 1s;
  z-index: -999;
}





.slider-main .s-wrap .s-item {
  display: inline-block;
  width: 20%;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.slider-main .s-wrap .s-item img.ban {
  position: absolute;
  overflow: hidden;
  object-fit: contain;
  width: 1300px;
}


.slider-main .s-wrap .s-content svg {
  position: absolute;
}

.slider-main .s-wrap .s-content .caption {
  z-index: 999;
  margin-top: 27%;
  margin-left: 7%;
  position: absolute;
}




.slider-main .s-wrap .s-content .caption .tex-lin {
  border-left: 5px solid #04488E;
  padding-left: 15px;
  padding-bottom: 20px;
}

.slider-main .s-wrap .s-content .caption h4 {
  color: #fff;
  font-size: 2.3rem;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider-main .s-wrap .s-content .caption .ne-bo {

  border-top: 0px solid #76ba79;
  border-bottom: 0px solid #76ba79;
  width: 390px;
  padding-top: 20px;
}

.slider-main .s-wrap .s-content .caption .ne-bo p {
  font-size: 15px;
  color: #fff;
  margin: 0px;
  line-height: 24px;
}

.slider-main .s-wrap .s-content .caption .ne-bo h3 {
  font-size: 35px;
  color: #76ba79;
  margin: 0px;
  line-height: 10px;
}

.slider-main .s-wrap .s-content .caption .social {
  margin-top: 30%
}

.slider-main .s-wrap .s-content .caption .social a {
  text-decoration: none
}

.slider-main .s-wrap .s-content .caption .social a i {
  color: #fff;
  font-size: 30px;
}

.slider-main .s-wrap .s-content .caption .social a i.fac:hover {
  color: #3A559F;
}

.slider-main .s-wrap .s-content .caption .social a i.you:hover {
  color: #DC472E;
}

.slider-main .s-wrap .s-content .caption .social a i.in:hover {
  color: #0084B1;
}



@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?56738005');
  src: url('../font/fontello.eot?56738005#iefix') format('embedded-opentype'),
    url('../font/fontello.woff?56738005') format('woff'),
    url('../font/fontello.ttf?56738005') format('truetype'),
    url('../font/fontello.svg?56738005#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* .s-content
    {
      overflow: hidden;
    }
    .s-content .s-item
    {
     animation: 5s slider infinite;
    } */




/* @keyframes slider
 {
    0%
    {
      left: 0;
    }
    20%
    {
      left: 0;
    }
    25%
    {
      left: -100%;
    }
    45%
    {
     left: -100%;
    }
    50%
    {
      left: -200%;
    }
    70%
    {
      left: -200%;
    }
    100%
    {
      left: -400%;
    }
 } */









@keyframes slidy {
  /* 0% { left: 0%; }
 20% { left: 0%; }
 25% { left: -100%; }
 45% { left: -80%; } */
  /* 50% { left: -200%; }
 70% { left: -200%; }
 75% { left: -300%; }
 95% { left: -300%; }
 100%{ left: -400%; } */
}


.s-content {
  position: relative;
  width: 500%;
  font-size: 0;
  animation: 30s slidy infinite;
}

.s-content .s-item {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit;
}

.s-content .s-item img {
  width: 100%;
  height: auto;
}

.s-content .s-item .tex-lin {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: .6rem;
}





















.slider-main .s-type-1 .s-control {
  position: absolute;
  bottom: 60px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  transition-timing-function: ease-out;
}

.slider-main .s-type-1 .s-control>label[class^=s-c-] {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
}

.slider-main .s-type-1 .s-nav label {
  display: none;
  position: absolute;
  top: 50%;
  padding: 5px 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-main .s-type-1 .s-nav label::before,
.s-type-1 .s-nav label::after {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  background-color: #fff;
}

.slider-main .s-type-1 .s-nav label::before {
  margin-bottom: -12px;
}

.slider-main .s-type-1 .s-nav label.left {
  left: 20px;
}

.slider-main .s-type-1 .s-nav label.left::before {
  transform: rotate(45deg);
}

.slider-main .s-type-1 .s-nav label.left::after {
  transform: rotate(-45deg);
}

.slider-main .s-type-1 .s-nav label.right {
  right: 20px;
}

.slider-main .s-type-1 .s-nav label.right::before {
  transform: rotate(-45deg);
}

.slider-main .s-type-1 .s-nav label.right::after {
  transform: rotate(45deg);
}

.slider-main .s-type-1 #s-1:checked~.s-content {
  transform: translateX(0%);
}

.slider-main .s-type-1 #s-1:checked~.s-control .s-c-1 {
  background-color: #fff;
}

.slider-main .s-type-1 #s-1:checked~.s-nav .s-nav-1 {
  display: block;
}

.slider-main .s-type-1 #s-2:checked~.s-content {
  transform: translateX(-20%);
}

.slider-main .s-type-1 #s-2:checked~.s-control .s-c-2 {
  background-color: #fff;
}

.slider-main .s-type-1 #s-2:checked~.s-nav .s-nav-2 {
  display: block;
}

.slider-main .s-type-1 #s-3:checked~.s-content {
  transform: translateX(-40%);
}

.slider-main .s-type-1 #s-3:checked~.s-control .s-c-3 {
  background-color: #333;
}

.slider-main .s-type-1 #s-3:checked~.s-nav .s-nav-3 {
  display: block;
}

.slider-main .s-type-1 #s-4:checked~.s-content {
  transform: translateX(-60%);
}

.slider-main .s-type-1 #s-4:checked~.s-control .s-c-4 {
  background-color: #333;
}

.slider-main .s-type-1 #s-4:checked~.s-nav .s-nav-4 {
  display: block;
}

.slider-main .s-type-1 #s-5:checked~.s-content {
  transform: translateX(-80%);
}

.slider-main .s-type-1 #s-5:checked~.s-control .s-c-5 {
  background-color: #333;
}

.slider-main .s-type-1 #s-5:checked~.s-nav .s-nav-5 {
  display: block;
}

.sgroup-prd-menu {
  padding-left: 15px;
}

.sgroup-prd-menu h3 {
  font-size: 1.2rem;
  color: #04488e;
}

.sgroup-prd-menu li {
  list-style: none;
  line-height: 20px;
}

.sgroup-prd-menu li a {}


/*group-text */
.group-text {
  padding-top: 0px;
  padding-bottom: 50px;
  display: flex;
}

.group-main-text {
  width: 1300px;
  margin: auto;
}

.group-main-text h2 {
  font-size: 3em;
  text-align: center;
  color: #231F20;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 20px
}

.group-main-text p {
  font-size: 1.1em;
  text-align: center;
  color: #231F20;
  width: 80%;
  margin: auto;
}


.group-main .col-mm .text .go-kef {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #2d613f;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}

.group-main .col-mm .text .go-hm {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #63b066;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}

.group-main .col-mm .text .go-arboga {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #306d6b;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}




/*group */
.group {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  background: #fafafa;
}

.group-main {
  width: 1300px;
  margin: auto;
}

.group-main.desk {
  display: block;
}

.group-main.mob {
  display: none;
}

.group-main.mob .scan-mob {
  -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px 0px, rgb(0 0 0 / 3%) 0px 15px 20px -1px;
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px 0px, rgb(0 0 0 / 3%) 0px 15px 20px -1px;
  background-color: white;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.group-main.mob .scan-mob img {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.group-main.mob .scan-mob .cards-list-item-title {
  font-size: 1.17rem;
  padding: 15px 20px 10px
}

.group-main.mob .scan-mob p {
  font-size: 14px;
  padding: 5px 20px 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.group-main.mob .scan-mob a.read {
  font-size: 14px;
  padding: 5px 20px 20px;
  color: #04488e
}

.group-main.mob .scan-mob a.read svg {
  transform: rotate(-90deg);
  color: #04488e;
}


.group-main .col-mm {
  width: 635px;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.group-main .col-mm.sc {
  padding-left: 0px;
}

.group-main .col-mm.sca {
  padding-right: 0px;
}

.group-main .col-mm .container {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(0%, 0%);
  overflow: hidden;
  background: #fff
}


/*SCANTOOL*/

.group-main .col-mm .container .scan-bg {
  height: 600px;
  width: 100%;
  background: url(../img/group/scan-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all .9s ease-in-out;
}

.group-main .col-mm .container .scan-bASDZXg {

  height: 600px;
  width: 100%;
  background: none;
}




/*KEF*/


.group-main .col-mm .container .kef-bg {

  height: 600px;
  width: 100%;
  background: url(../img/group/kef-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all .9s ease-in-out;
}


/*HM*/


.group-main .col-mm .container .hm-bg {

  height: 600px;
  width: 100%;
  background: url(../img/group/hm-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all .9s ease-in-out;
}


/*arboga*/


.group-main .col-mm .container .arboga-bg {

  height: 600px;
  width: 100%;
  background: url(../img/group/arboga-bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all .9s ease-in-out;
}


.group-main .col-mm {
  transform: scale(1);
}

.group-main .col-mm:hover {
  transform: scale(1.05);
  z-index: 888;
  transition: transform .2s;
}

.group-main .col-mm {
  position: relative
}

.group-main .col-mm .container .produ-ct p {
  color: #231F20;
}

.group-main .col-mm .container .produ-ct {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative
}

.group-main .col-mm .container .produ-ct .scantool-belt {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 27%;
}

.group-main .col-mm .container .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .col-mm .container .produ-ct .scantool-belt img {
  width: 50%;
}

.group-main .col-mm .container .produ-ct .scantool-belt p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .col-mm .container .produ-ct .scantool-belt2 {
  position: absolute;
  left: 33%;
  top: 7%;
  width: 25%;
}

.group-main .col-mm .container .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .col-mm .container .produ-ct .scantool-belt2 img {
  width: 50%;
}

.group-main .col-mm .container .produ-ct .scantool-belt2 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .col-mm .container .produ-ct .scantool-belt3 {
  position: absolute;
  left: 54%;
  top: 18%;
  width: 35%;
}

.group-main .col-mm .container .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .col-mm .container .produ-ct .scantool-belt3 img {
  width: 60%;
}

.group-main .col-mm .container .produ-ct .scantool-belt3 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .col-mm .container .produ-ct .scantool-belt4 {
  position: absolute;
  left: 5%;
  top: 40%;
  width: 25%;
}

.group-main .col-mm .container .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .col-mm .container .produ-ct .scantool-belt4 img {
  width: 90%;
}

.group-main .col-mm .container .produ-ct .scantool-belt4 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .col-mm .container .produ-ct .scantool-belt5 {
  position: absolute;
  left: 37%;
  top: 35%;
  width: 18%;
}

.group-main .col-mm .container .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .col-mm .container .produ-ct .scantool-belt5 img {
  width: 100%;
}

.group-main .col-mm .container .produ-ct .scantool-belt5 p {
  font-size: 12px;
  color: #231F20;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .col-mm .container .produ-ct .para-gra {
  width: 54%;
  bottom: 80px;
  position: absolute;
}

.group-main .col-mm .container .produ-ct .para-gra p {
  font-size: 14px;
}

.group-main .col-mm .container .produ-ct .logo-scan {
  width: 20%;
  bottom: 63px;
  position: absolute;
  right: 7%;
}

.group-main .col-mm .container .produ-ct .logo-scan img {
  width: 100%;
}



/*KEF*/
.group-main .produ-ct .kef-belt {
  position: absolute;
  left: 1%;
  top: 29%;
  width: 22%;
}

.group-main .produ-ctt span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .kef-belt img {
  width: 90%;
}

.group-main .produ-ct .kef-belt p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .produ-ct .kef-belt2 {
  position: absolute;
  left: 25%;
  top: 18%;
  width: 22%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .kef-belt2 img {
  width: 50%;
}

.group-main .produ-ct .kef-belt2 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .kef-belt3 {
  position: absolute;
  left: 53%;
  top: 18%;
  width: 34%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .kef-belt3 img {
  width: 60%;
}

.group-main .produ-ct .kef-belt3 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .kef-belt4 {
  position: absolute;
  left: 50%;
  top: 11%;
  width: 19%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .kef-belt4 img {
  width: 70%;
}

.group-main .produ-ct .kef-belt4 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .kef-belt5 {
  position: absolute;
  left: 75%;
  top: 19%;
  width: 20%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .kef-belt5 img {
  width: 100%;
}

.group-main .produ-ct .kef-belt5 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .col-mm .container .produ-ct .para-gra1 {
  width: 54%;
  bottom: 80px;
  right: 15%;
  position: absolute;
}

.group-main .col-mm .container .produ-ct .para-gra1 p {
  font-size: 14px;
}

.group-main .col-mm .container .produ-ct .logo-scan1 {
  width: 20%;
  bottom: 63px;
  position: absolute;
  left: 1%;
}

.group-main .col-mm .container .produ-ct .logo-scan1 img {
  width: 100%;
}




/*HM*/

.group-main .produ-ct .hm-belt {
  position: absolute;
  left: 4%;
  top: 22%;
  width: 20%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .hm-belt img {
  width: 90%;
}

.group-main .produ-ct .hm-belt p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .produ-ct .hm-belt2 {
  position: absolute;
  left: 32%;
  top: 0%;
  width: 30%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .hm-belt2 img {
  width: 100%;
}

.group-main .produ-ct .hm-belt2 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

/*.group-main .produ-ct .hm-belt3{position: absolute; left: 54%;  top: 18%; width: 40%;}	
		.group-main .produ-ct span{text-decoration: none; text-align: center}	
		.group-main .produ-ct .hm-belt3 img{width: 60%;}		
		.group-main .produ-ct .hm-belt3 p{font-size: 12px; text-decoration: none; text-transform: uppercase;}	*/

.group-main .produ-ct .hm-belt4 {
  position: absolute;
  left: 31%;
  top: 62%;
  width: 35%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .hm-belt4 img {
  width: 70%;
}

.group-main .produ-ct .hm-belt4 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .hm-belt5 {
  position: absolute;
  left: 65%;
  top: 20%;
  width: 36%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .hm-belt5 img {
  width: 100%;
}

.group-main .produ-ct .hm-belt5 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}



.group-main .col-mm .container .produ-ct .para-gra3 {
  width: 54%;
  top: 30px;
  position: absolute;
}

.group-main .col-mm .container .produ-ct .para-gra3 p {
  font-size: 14px;
}

.group-main .col-mm .container .produ-ct .logo-scan3 {
  width: 22%;
  top: 6px;
  position: absolute;
  right: 5%;
}

.group-main .col-mm .container .produ-ct .logo-scan3 img {
  width: 100%;
}



/*arboga*/
.group-main .produ-ct .arboga-belt {
  position: absolute;
  left: 1%;
  top: 30%;
  width: 25%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .arboga-belt img {
  width: 65%;
}

.group-main .produ-ct .arboga-belt p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .produ-ct .arboga-belt2 {
  position: absolute;
  left: 26%;
  top: 7%;
  width: 23%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .arboga-belt2 img {
  width: 100%;
}

.group-main .produ-ct .arboga-belt2 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .arboga-belt3 {
  position: absolute;
  left: 54%;
  top: 18%;
  width: 40%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .arboga-belt3 img {
  width: 60%;
}

.group-main .produ-ct .arboga-belt3 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .arboga-belt4 {
  position: absolute;
  left: 43%;
  top: 42%;
  width: 30%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .arboga-belt4 img {
  width: 90%;
}

.group-main .produ-ct .arboga-belt4 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .arboga-belt5 {
  position: absolute;
  left: 69%;
  top: 4%;
  width: 27%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .arboga-belt5 img {
  width: 100%;
}

.group-main .produ-ct .arboga-belt5 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .col-mm .container .produ-ct .para-gra4 {
  width: 54%;
  top: 30px;
  right: 15%;
  position: absolute;
}

.group-main .col-mm .container .produ-ct .para-gra4 p {
  font-size: 14px;
}

.group-main .col-mm .container .produ-ct .logo-scan4 {
  width: 20%;
  top: 17px;
  position: absolute;
  left: -1%;
}

.group-main .col-mm .container .produ-ct .logo-scan4 img {
  width: 100%;
}

.group-main .col-mm .container a:hover img.log {
  transform: scale(1.3);
  transition: transform .5s;
}



.group-main .col-mm .overlay {
  he2ight: 75%;
  width: 90%;
  background: rgb(255 255 255);
  position: absolute;
  top: 0;
  left: 100%;
  transition-property: top;
  transition-duration: .5s;
  display: flex;

}

.group-main .col-mm .container:hover .overlay {
  left: 5%;
  top: 20%;
}

.group-main .col-mm .text {}

.group-main .col-mm .text p {
  font-size: 1.5em;
  text-align: center;
  color: #000;
  width: 80%;
  margin: auto;
  margin-top: 20%;
}

.group-main .col-mm .text .go-re {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #005fab;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
  text-decoration: none;
}

.group-main .col-mm .text .go-kef {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #2d613f;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}

.group-main .col-mm .text .go-hm {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #63b066;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}

.group-main .col-mm .text .go-arboga {
  font-size: 2em;
  text-align: center;
  color: #fff;
  background: #306d6b;
  margin: auto;
  margin-top: 8%;
  padding: 15px;
  display: block;
  width: 50%;
}




.gr-oup-full {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gr-oup-full .more {
  background: #005fab;
  margin: auto;
  margin-top: 0%;
  padding: 20px;
  display: flex;
  width: 40%;
}

.gr-oup-full .more p {
  font-size: 2em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: auto;
}

.gr-oup-full a {
  text-decoration: none;
}





.group-main .col-mm .container a:hover .produ-ct .para-gra {
  background: #155584;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 25px 25px 25px
}

.group-main .col-mm .container a:hover .produ-ct .para-gra1 {
  background: #1c5632;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 25px 25px 25px
}

.group-main .col-mm .container a:hover .produ-ct .para-gra3 {
  background: #61af65;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 25px 25px 25px
}

.group-main .col-mm .container a:hover .produ-ct .para-gra4 {
  background: #316e6c;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 25px 25px 25px
}

.group-main .col-mm .container a:hover .produ-ct .para-gra p {
  color: #fff
}

.group-main .col-mm .container a:hover .produ-ct .para-gra1 p {
  color: #fff
}

.group-main .col-mm .container a:hover .produ-ct .para-gra3 p {
  color: #fff
}

.group-main .col-mm .container a:hover .produ-ct .para-gra4 p {
  color: #fff
}






.gr-oup-full {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gr-oup-full .more {
  background: #005fab;
  margin: auto;
  margin-top: 0%;
  padding: 20px;
  display: flex;
  width: 40%;
}

.gr-oup-full .more p {
  font-size: 2em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: auto;
}

.gr-oup-full a {
  text-decoration: none;
}







.col_half {
  width: 47%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 23.5%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.end {
  margin-right: 0 !important;
}

/*-=-=-=-=-=-=-=-=-=-=- */
/* Flip Panel */
/*-=-=-=-=-=-=-=-=-=-=- */

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #bdd3de;
  hoverflow: hidden;
}

.panel {
  margin: 0 auto;
  height: 340px;
  position: relative;
}

.panel .front,
.panel .back {
  text-align: center;
}

.panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  /*z-index: 900;*/
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;


}

.panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  /*z-index: 1000;*/
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;

}

.panel.flip .front {

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.panel.flip .back {

  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.box1 {
  background-color: #00aeef;
  width: 605px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box2 {
  background-color: #ffffff;
  width: 605px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dedede;
}

.box1.rih {
  margin-left: 45px;
}

.box2.rih {
  margin-left: 45px;
}

.box1.kef {
  background: #75b93f
}

.box1.hm {
  background: #fcb331
}

.box1.arboga {
  background: #5d5e8c
}

.box1 img {
  width: 50%;
  margin-top: 7%;
}

.box1 p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 85%;
  margin: auto;
  line-height: 22px;
}

.box1 button {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: auto;
  line-height: 22px;
  margin-top: 20px;
  background: transparent;
  border: 0px solid #fff;
  border-bottom: 0px solid #fff;
  font-weight: 200;
  text-transform: uppercase;
}



.group-main .produ-ct p {
  color: #231F20;
}

.group-main .produ-ct {
  width: 100%;
  height: 100%;
  position: relative;
}

.group-main .produ-ct .scantool-belt {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 32%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .scantool-belt img {
  width: 40%;
}

.group-main .produ-ct .scantool-belt img:hover {
  transition: transform .5s;
}

.group-main .produ-ct .scantool-belt p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .produ-ct .scantool-belt2 {
  position: absolute;
  left: 40%;
  top: 2%;
  width: 30%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .scantool-belt2 img {
  width: 45%;
}

.group-main .produ-ct .scantool-belt2 img:hover {
  transition: transform .5s;
}

.group-main .produ-ct .scantool-belt2 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .scantool-belt3 {
  position: absolute;
  left: 63%;
  top: 18%;
  width: 40%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .scantool-belt3 img {
  width: 50%;
}

.group-main .produ-ct .scantool-belt3 img:hover {
  transition: transform .5s;
}

.group-main .produ-ct .scantool-belt3 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .scantool-belt4 {
  position: absolute;
  left: 5%;
  top: 60%;
  width: 30%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .scantool-belt4 img {
  width: 45%;
}

.group-main .produ-ct .scantool-belt4 img:hover {
  transition: transform .5s;
}

.group-main .produ-ct .scantool-belt4 p {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.group-main .produ-ct .scantool-belt5 {
  position: absolute;
  left: 40%;
  top: 54%;
  width: 25%;
}

.group-main .produ-ct span {
  text-decoration: none;
  text-align: center
}

.group-main .produ-ct .scantool-belt5 img {
  width: 50%;
}

.group-main .produ-ct .scantool-belt5 img:hover {
  ;
  transition: transform .5s;
}

.group-main .produ-ct .scantool-belt5 p {
  font-size: 12px;
  color: #231F20;
  text-decoration: none;
  text-transform: uppercase;
}


.group-main .col-mm .container .produ-ct .para-gra {
  width: 54%;
  bottom: 80px;
  position: absolute;
}

.group-main .col-mm .container .produ-ct .para-gra p {
  font-size: 14px;
}

.group-main .col-mm .container .produ-ct .logo-scan {
  width: 20%;
  bottom: 63px;
  position: absolute;
  right: 7%;
}

.group-main .col-mm .container .produ-ct .logo-scan img {
  width: 100%;
}


















/*Video*/

.video {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  background: #fff;
}

.video-main {
  width: 1300px;
  margin: auto;
}

.video-main h3 {
  font-size: 3em;
  text-align: left;
  color: #231F20;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 20px
}

.video-main p {
  font-size: 1.5em;
  text-align: center;
  color: #231F20;
  width: 80%;
  margin: auto;
}


/*manufatcturing*/
.manufatcturing {
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  background: #1e5b9a;
}

.manufatcturing-main {
  width: 1300px;
  margin: auto;
}

.manufatcturing-main .col-ml {
  width: 300px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.manufatcturing-main .col-ml svg.shadow {
  position: absolute;
  bottom: -15%;
  left: 30%;
}

.manufatcturing-main .col-ml .text {
  margin-top: -60%;
  position: absolute;
  left: 33.3%;
}

.manufatcturing-main .col-ml .text span {
  display: block;
}

.manufatcturing-main .col-ml .text span.hu {
  font-size: 3em;
  color: #231F20;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}

.manufatcturing-main .col-ml .text span.ye {
  font-size: 2.2em;
  color: #231F20;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
}

.manufatcturing-main .col-mm {
  width: 900px;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.manufatcturing-main .col-mm h3 {
  font-size: 3em;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 20px
}

.manufatcturing-main .col-mm p {
  font-size: 1.1em;
  color: #fff;
  line-height: 1.5
}

.manufatcturing-main .col-mm button.read {
  background: #fff;
  padding: 15px 60px;
  font-size: 1.1em;
  border: 0px;
  font-weight: 600;
  margin-top: 2%;
}



/*wel-group*/
.wel-group {
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.wel-group-main {
  width: 1300px;
  margin: auto;
}

.wel-group-main h3 {
  font-size: 2.5em;
  text-align: left;
  color: #231F20;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
  font-family: 'Exo 2', sans-serif;
}

.wel-group-main .col-mm {
  width: 700px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  display: block;
  float: left;
  padding-right: 0px;
  margin-bottom: 0px;
}

.wel-group-main .col-mm.padd {
  padding-left: 15px;
  width: 560px;
  float: right;
}

.wel-group-main .col-mm p {
  font-size: 1.1em;
  color: #231F20;
  line-height: 1.5;
  text-align: left;
  margin-top: 0px;
}

.wel-group-main .col-mm img.gru-img {
  width: 100%;
  object-fit: cover;
  min-height: 360px;
}









/* developed by - aA-Abdul anas {abdulanaspnweb@gmail.com}*/

/*Rasponsive Code*/
/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {

  .manufatcturing-main .col-mm {
    width: 940px;
  }

  .wel-group-main .col-mm {
    width: 635px;
  }

  .wel-group-main .col-mm .padd {
    padding-right: 0px;
    padding-left: 20px
  }

  .ful-dw {
    margin-top: 2%;
  }

  .ful-dw .col-mm {
    width: 100%;
  }









}

/*1600*/
@media only screen and (min-width : 1600px) and (max-width : 1919px) {

  .manufatcturing-main .col-mm {
    width: 940px;
  }

  .wel-group-main .col-mm {
    width: 640px;
  }

  .wel-group-main .col-mm .padd {
    padding-right: 0px;
    padding-left: 20px
  }

  .ful-dw {
    margin-top: 2%;
  }

  .ful-dw .col-mm {
    width: 100%;
  }

}

/*1500*/
@media only screen and (min-width : 1500px) and (max-width : 1599px) {}

/*1440*/
@media only screen and (min-width : 1440px) and (max-width : 1500px) {

  .manufatcturing-main .col-mm {
    width: 940px;
  }

  .wel-group-main .col-mm {
    width: 680px;
  }

  .wel-group-main .col-mm .padd {
    padding-right: 0px;
    padding-left: 20px
  }


}

/*1440*/
@media only screen and (max-width : 1440px) {}

/*1366*/
@media only screen and (min-width : 1366px) and (max-width : 1439px) {

  .slider-main {
    width: 1150px
  }

  .group-main-text {
    width: 1150px
  }

  .group-main-text h2 {
    font-size: 2.5em;
  }

  .group-main-text p {
    font-size: 1em;
  }

  .group-main {
    width: 1150px
  }

  .group-main .col-mm {
    width: 560px;
  }

  .video-main {
    width: 1150px
  }

  .manufatcturing-main {
    width: 1150px
  }

  .manufatcturing-main .col-mm {
    width: 780px;
  }

  .wel-group-main {
    width: 1150px
  }

  .wel-group-main .col-mm {
    width: 560px;
  }


  .box1 {
    width: 530px;
  }

  .box2 {
    width: 530px;
  }

  .group-main .produ-ct .hm-belt {
    width: 22%;
  }

  .group-main .produ-ct .arboga-belt2 {
    width: 25%;
  }

  .box1 img {
    margin-top: 10%;
  }

}

/*1280*/
@media only screen and (min-width : 1280px) and (max-width : 1365px) {

  .slider-main {
    width: 1150px
  }

  .group-main-text {
    width: 1150px
  }

  .group-main-text h2 {
    font-size: 2.5em;
  }

  .group-main-text p {
    font-size: 1em;
  }

  .group-main {
    width: 1150px
  }

  .group-main .col-mm {
    width: 560px;
  }

  .video-main {
    width: 1150px
  }

  .manufatcturing-main {
    width: 1150px
  }

  .manufatcturing-main .col-mm {
    width: 780px;
  }

  .wel-group-main {
    width: 1150px
  }

  .wel-group-main .col-mm {
    width: 560px;
  }



  .box1 {
    width: 525px;
  }

  .box2 {
    width: 525px;
  }

  .group-main .produ-ct .hm-belt {
    width: 22%;
  }

  .group-main .produ-ct .arboga-belt2 {
    width: 25%;
  }

  .box1 img {
    margin-top: 10%;
  }

  .col_half {
    margin-bottom: 25px;
  }

  .wel-group-main .col-mm {
    width: 566px;
  }



}

/*1200*/
@media only screen and (min-width : 1200px) and (max-width : 1279px) {

  .slider-main {
    width: 1150px
  }

  .group-main-text {
    width: 1150px
  }

  .group-main-text h2 {
    font-size: 2.5em;
  }

  .group-main-text p {
    font-size: 1em;
  }

  .group-main {
    width: 1150px
  }

  .group-main .col-mm {
    width: 560px;
  }

  .video-main {
    width: 1150px
  }

  .manufatcturing-main {
    width: 1150px
  }

  .manufatcturing-main .col-mm {
    width: 780px;
  }

  .wel-group-main {
    width: 1150px
  }

  .wel-group-main .col-mm {
    width: 566px;
  }



  .box1 {
    width: 520px;
  }

  .box2 {
    width: 520px;
  }

  .group-main .produ-ct .hm-belt {
    width: 22%;
  }

  .group-main .produ-ct .arboga-belt2 {
    width: 25%;
  }

  .box1 img {
    margin-top: 10%;
  }

  .box1.rih {
    margin-left: 30px;
  }

  .box2.rih {
    margin-left: 30px;
  }


  .col_half {
    width: 49%;
    margin-bottom: 35px;
  }








}

/*1024*/
@media only screen and (min-width : 1024px) and (max-width : 1199px) {

  .swp img {
    height: 500px;
    object-fit: cover;
    width: 100%;
  }

  .slider-main {
    width: 950px
  }

  .group-main-text {
    width: 950px
  }

  .group-main-text h2 {
    font-size: 2em;
  }

  .group-main-text p {
    font-size: .9em;
  }

  .group-main {
    width: 950px
  }

  .group-main .col-mm {
    width: 460px;
  }

  .group-main .col-mm .container .produ-ct .logo-scan3 {
    right: 9%;
  }

  .video-main {
    width: 950px
  }

  .video-main iframe {
    height: 550px !important;
  }

  .video {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .group-text {
    padding-bottom: 30px;
  }

  .video-main h3 {
    font-size: 2em;
  }

  .manufatcturing-main .col-mm h3 {
    font-size: 2em;
  }

  .wel-group-main h3 {
    font-size: 2em;
  }

  .wel-group {
    padding-top: 30px;
    padding-bottom: 20px;
  }



  .manufatcturing-main {
    width: 950px
  }

  .manufatcturing-main .col-mm {
    width: 590px;
  }

  .wel-group-main {
    width: 950px
  }

  .wel-group-main .col-mm {
    width: 465px;
  }

  .panel {
    height: 305px;
  }

  .box1 {
    width: 425px;
    height: 270px;
  }

  .box2 {
    width: 425px;
    height: 270px;
  }

  .group-main .produ-ct .hm-belt {
    width: 22%;
  }

  .group-main .produ-ct .arboga-belt2 {
    width: 25%;
  }

  .box1 img {
    margin-top: 10%;
  }

  .box1.rih {
    margin-left: 30px;
  }

  .box2.rih {
    margin-left: 30px;
  }



  .wel-group-main .col-mm.padd {
    width: 460px;
  }





}

/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px) {


  .swp img {
    height: 500px;
    object-fit: cover;
    width: 100%;
  }


  .captions {
    position: absolute;
    top: 190px;
    width: 50%;
    left: 80px;
    color: #fff;
  }


  .manufatcturing-main .col-mm {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
  }

  .slider {
    display: block
  }

  .slider-main {
    width: 100%;
  }

  .slider-main .s-wrap {
    margin-bottom: 44px;
  }

  .slider-main .s-wrap .s-content .caption {
    margin-left: 8%;
    margin-top: 44%;
  }

  .group-main-text h2 {
    width: 92%;
    font-size: 2em;
    margin: auto;
    margin-bottom: 20px;
  }

  .group-main-text p {
    font-size: 1.2rem;
    width: 92%;
    text-align: justify;
    line-height: 30px;
  }

  .group-text {
    padding-bottom: 0px;
  }

  .group-main {
    width: 82%;
  }

  .group-main .col-mm {
    float: none;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }


  .video-main {
    width: 85%;
  }

  .manufatcturing-main {
    width: 85%;
  }

  .manufatcturing-main .col-ml {
    text-align: left;
    padding-left: 0px;
  }

  .manufatcturing-main .col-ml .text {
    left: 7.3%;
    text-align: center;
  }

  .manufatcturing-main .col-ml svg.shadow {
    left: 6%;
  }

  .wel-group-main {
    width: 85%;
  }

  .wel-group-main .col-mm.padd {
    padding-left: 0px
  }


  .col_half {
    width: 100%;
  }

  .box1.rih {
    margin-left: 0px;
  }

  .box2.rih {
    margin-left: 0px;
  }






}



/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {

  .swp img {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }

  .captions {
    position: absolute;
    top: 60px;
    width: 80%;
    left: 50px;
    color: #fff;
  }

  .swp {
    height: auto;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #fff;
  }


  .mob-d-none {
    display: none !important;
  }

  .manufatcturing-main .col-mm {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
  }

  .slider {
    display: block
  }

  .slider-main {
    width: 100%;
  }

  .slider-main .s-wrap {
    margin-bottom: 44px;
  }

  .slider-main .s-wrap .s-content .caption {
    margin-left: 2%;
    margin-top: 90%;
    width: 90%;
  }

  .slider-main .s-wrap .s-content .caption .ne-bo {
    width: 100%
  }

  .slider-main .s-wrap .s-item img.ban {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .slider-main .s-wrap .s-content svg {
    opacity: .8;
  }



  .group-main-text h2 {
    width: 88%;
    font-size: 1.5rem;
    margin: auto;
    margin-bottom: 8px;
    text-align: left;
  }

  .group-main-text p {
    font-size: 1em;
    line-height: 26px;
    text-align: justify;
    width: 88%;
  }

  .group-main {
    width: 88%;
  }

  .group-main .col-mm {
    width: 100%;
    float: none;
    margin: auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }

  .group-main.mob .scan-mob img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
  }

  .group-main.mob .scan-mob .cards-list-item-title {
    font-size: 1.17rem;
    padding: 15px 13px 10px;
    font-weight: 600;
  }

  .group-main.mob .scan-mob p {
    font-size: 14px;
    padding: 0px 13px 5px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .video {
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    background: #fff;
  }

  .group-main.mob .scan-mob a.read {
    font-size: 14px;
    padding: 5px 13px 20px;
    color: #04488e;
  }

  .group-main.mob .scan-mob {
    border-radius: 0;
  }

  .video-main {
    width: 88%;
  }

  .video-main iframe {
    height: 350px !important;
  }

  .video-main h3 {
    font-size: 2em;
  }

  .manufatcturing-main {
    width: 85%;
  }

  .manufatcturing-main .col-ml {
    text-align: left;
    padding-left: 0px;
  }

  .manufatcturing-main .col-ml .text {
    left: 7.3%;
    text-align: center;
  }

  .manufatcturing-main .col-ml svg.shadow {
    left: 6%;
  }

  .wel-group-main {
    width: 85%;
  }

  .wel-group-main .col-mm.padd {
    padding-left: 0px
  }

  .wel-group-main .col-mm {
    width: 100%;
    margin-bottom: 0px;
  }

  .group-text {
    padding-bottom: 30px;
  }

  /*scan*/
  .group {
    padding-top: 0px;
  }

  .group-main.desk {
    display: none;
  }

  .group-main.mob {
    display: block;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt4 {
    top: 36%;
    width: 32%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt4 img {
    width: 100%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt5 {
    top: 31%;
    width: 26%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt2 img {
    width: 70%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt img {
    width: 70%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt3 {
    top: 9%;
  }

  .group-main .col-mm .container .produ-ct .scantool-belt3 img {
    width: 70%;
  }

  .group-main .col-mm .container .scan-bg {
    height: 550px;
    background: #f5f5f5;
    width: auto;
    border: 0px dashed #1e5b9a;
    border-radius: 10px;
  }

  /*.group-main .col-mm:hover .container .scan-bg{border: 2px dashed #1e5b9a;}*/
  .group-main .col-mm .container .produ-ct .para-gra p {
    font-size: 12px;
  }

  .group-main .col-mm .container .produ-ct {
    padding-left: 15px;
  }

  .group-main .col-mm .container .produ-ct .para-gra {
    bottom: 70px;
    width: 48%;
  }

  .group-main .col-mm .container .produ-ct .logo-scan {
    width: 31%;
    bottom: 83px;
    right: 11%;
  }


  /*KEF*/
  .group-main .col-mm .container .kef-bg {
    height: 550px;
    background: none;
    width: auto;
    border: 2px dashed #1c5632;
  }

  .group-main .col-mm .container .produ-ct .logo-scan1 {
    width: 26%;
    bottom: 90px;
  }

  .group-main .col-mm .container .produ-ct .para-gra1 {
    width: 50%;
  }

  .group-main .col-mm .container a:hover .produ-ct .para-gra1 {
    width: 50%;
  }

  .group-main .col-mm .container .produ-ct .para-gra1 p {
    font-size: 12px;
  }

  .group-main .col-mm .container .produ-ct .kef-belt {
    left: 8%;
    width: 35%;
  }

  .group-main .col-mm .container .produ-ct .kef-belt img {
    width: 100%;
  }

  .group-main .col-mm .container .produ-ct .kef-belt5 {
    top: 36%;
    width: 27%;
  }


  .wel-group-main .col-mm img.gru-img {
    min-height: 200px;
  }

  .wel-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }







}


@media only screen and (max-width: 760px) {}


@media only screen and (max-width: 690px) {}

@media only screen and (max-width: 450px) {}

@media only screen and (max-width : 376px) {



  @media only screen and (max-width : 320px) {

    .slider-main .s-wrap {
      padding-bottom: 140%;
    }

    .manufatcturing-main .col-ml {
      width: 100%;
    }

    .group-main .col-mm .container .produ-ct {
      padding-right: 15px;
      width: auto;
    }

    .manufatcturing-main .col-mm h3 {
      font-size: 2em;
    }




  }

  .mob-scantool {
    padding: 10% 0;
    background: #00aeef !important;
  }

  .mob-kef {
    padding: 10% 0;
    background: #75b93f !important;
  }

  .mob-hm {
    padding: 10% 0;
    background: #fcb331 !important;
  }

  .mob-arboga {
    padding: 10% 0;
    background: #5d5e8c !important;
  }


  /* whats app */
  /* ================= whats app start ======================= */
  .col-img-inr {
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    bottom: 30px;
    right: 30px;
    z-index: 2;
  }

  @media (max-width: 639px) {
    .col-img-inr {
      width: 60px;
      height: 60px;
    }
  }



  .play-btn {
    position: relative;
    z-index: 2;
    width: 50px;
  }

  @media (max-width: 639px) {
    .play-btn {
      width: 40px;
    }
  }




  /* whats app */