@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
/* -----------------------------------------------------------------------------------

 00. Body
 01. Header
 02. Slider
 03. Productsbar
 04. About
 05. Responsive
 06. Solutionsbar
 07. Quality
 08. HumanResources
 09. Detail
 10. Products
 11. Solutions
 12. Contact
 13. Footer
 14. Detailbar
 

----------------------------------------------------------------------------------- */

/* --- 00. Body --- */

body,
html {
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 1023px){
.container, .container-md, .container-sm {
    max-width: 98vw !important;
}
}
.btn-success {
  border: none !important;
}

a {
  text-decoration: none !important;
}

.ls {
  text-transform: uppercase;
}
.relative{
  z-index: 99999;
    position: relative;
}
.relative h4 {
  font-size: 2.2rem;
  color: #fff;
  text-align: left;
  position: absolute;
  display: block;
  bottom: 0.4rem;
  width: 100%;
  margin-left: 2rem;
  z-index: 3;
}
.clearfix{
  overflow:auto;
  clear: both;
  height: 1px;
  width: 100vw;
  display: block;
}
/* input,
button,
.btn {
  min-height: 3.3rem;
  display: inherit !important;
} */
hr{
  border: 1px solid #DAE9FF !important;
  margin: 0rem !important;
}
/* --- 00. Body --- */

/* --- 01. Header --- */
.topbar{
  min-height: 4rem;
}
ul.top-menu{
  margin: auto !important;
}
ul.top-menu li{
  list-style: none;
  color: #4475BA;
  float: left;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  border-left: #4475BA 1px solid;
}
ul.top-menu li a{
  list-style: none;
  color: #4475BA;
}
ul.top-menu li a img{
  padding: 0 0.4rem;
}
ul.menu
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
  width: 100%
}

ul.menu a
{
	display:block;
	list-style: none;
    color: #4475BA;
	text-decoration:none;
	font-weight: 700;
    text-align: center;
    font-size: 1rem;
    
}

ul.menu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
  width: -webkit-fill-available;
}


/* 
ul.menu li:hover
{
	border-bottom: 4px #EF4136 solid;
} */

ul.menu ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0 0 1rem 0;
  z-index: 999000;
  min-width: 14rem;
}

ul.menu ul li
{
	float:none;
}
ul.menu ul li:hover:after{
  display: none !important;
}
ul.menu ul a
{
	line-height:1.3;
	padding:0.4rem;
  text-align:left;
  
}
ul.menu ul a img {
  max-height: 2rem;
  max-width: 1.8rem;
  }
ul.menu ul ul
{
	top:0;
	left:100%
}

ul.menu li:hover > ul
{
	display:block
}
.productsbar {

    z-index: 1 !important;
}
ul.menu{
  padding: 0;
}
ul.menu li{
  list-style: none;
  color: #4475BA;
  float: left;
  font-weight: 700;
  text-align: left;
  font-size: 0.9rem;
  padding-top: 0.5rem;
    padding-bottom: 1rem !important;
    margin-bottom: -0.4rem;
  height: 3rem;
}
ul.menu li a{
  list-style: none;
  color: #4475BA;
}
ul.menu li a span{
  width: 3.6rem;
  display: block;
  float: left;
  text-align: center;
}
ul.menu li {
  display: inline-block;

}
/* ul.menu li:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #C3A368;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
ul.menu li:hover ~ ul.menu li:after {
  width: 100%;
  margin-top: -2rem;
} */
ul.menu li:hover {
  bottom: 0rem;
    z-index: 99999;
    padding-bottom: 1rem;
    border-bottom: 5px solid #EF4136;
  transition: opacity 1s ease, width 0.3s ease;
  -ms-transition: opacity 1s ease, width 0.3s ease;
}

.menuactive{
  bottom: 0rem;
    z-index: 99999;
    padding-bottom: 1rem;
    border-bottom: 5px solid #EF4136;
  transition: opacity 1s ease, width 0.3s ease;
  -ms-transition: opacity 1s ease, width 0.3s ease;
}


ul.menu li ul li:hover {
  border-bottom: none;

}
/* 
ul.menu li:hover:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 5px;
  background-color: #EF4136;
  transition: opacity 1s ease, width 0.3s ease;
  -ms-transition: opacity 1s ease, width 0.3s ease;
} */
.menusub{
  border-bottom: 1px solid  #4F85D1;
}
.l-breadcrumbs {
  width: 100%;
  min-width: 320px;
  display: inline-block;

}
.c-breadcrumbs {
  width: 100%;
  margin: 0 auto;
}
.c-breadcrumbs__item {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px 6px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  position: relative;
  float: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.c-breadcrumbs__item:first-child {
  padding: 6px 6px 6px 0px;
  border-left: none;
}
.c-breadcrumbs__item:not(:last-child)::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 10px solid #555555;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  left: 100%;
  z-index: 3;
}
.c-breadcrumbs > * > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumbs > *:nth-child(n+2) {
  display: none;
}
@media (max-width: 767px) {
  .c-breadcrumbs > *:nth-last-child(-n+2) {
    display: block;
  }
  .c-breadcrumbs > * div {
    max-width: 30vw;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .c-breadcrumbs > *:nth-last-child(-n+4) {
    display: block;
  }
  .c-breadcrumbs > * div {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .c-breadcrumbs > *:nth-last-child(-n+6) {
    display: block;
  }
  .c-breadcrumbs > * div {
    max-width: 100%;
  }
}
.c-item_default,
.c-item_home {
  color: #555555;
  background-color: #fff;
  border-color: #ccc;
}
.c-item_default:last-child,
.c-item_home:last-child {
  color: #4475BA;
}
.c-item_default:not(:last-child):hover,
.c-item_home:not(:last-child):hover,
.c-item_default:not(:last-child):focus,
.c-item_home:not(:last-child):focus,
.c-item_default:not(:last-child):active,
.c-item_home:not(:last-child):active {
  
  color: #4475BA;
}
.c-item_default:not(:last-child):hover:before,
.c-item_home:not(:last-child):hover:before,
.c-item_default:not(:last-child):focus:before,
.c-item_home:not(:last-child):focus:before,
.c-item_default:not(:last-child):active:before,
.c-item_home:not(:last-child):active:before {
  border-left: 10px solid #ccc;
}
.c-item_default:not(:last-child):hover:after,
.c-item_home:not(:last-child):hover:after,
.c-item_default:not(:last-child):focus:after,
.c-item_home:not(:last-child):focus:after,
.c-item_default:not(:last-child):active:after,
.c-item_home:not(:last-child):active:after {
  border-left: 10px solid #ebebeb;
}
.borderbuton{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  border-radius: 6rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.6rem;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.borderbuton:hover{
  background-color: #fff;
  color:#4475BA ;
}
.fillbuton{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color:#4475BA ;
  background-color: #fff;
  border-radius: 6rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.6rem;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.fillbuton:hover{
  background: none;
  

  border: 1px solid #fff;
  color: #fff;
  
}
.storebuton{
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  border-radius: .4rem;
  padding: 0.8rem 1.2rem;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  background-color: #4475BA;
  
}
.storebuton:hover{
  background-color: #375D92;
  color: #fff;
}

.storebuton img{
  margin-right: .7rem;

}
.storebuton:hover{
  margin-top: -0.3rem;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }

.borderbutonblack{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #555555;
  border-radius: 6rem;
  border: 1px solid #555555;
  padding: 0.6rem 2rem;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.borderbutonblack:hover{
  background-color: #555555;
  color:#fff ;
}
.arama{
  min-height: 2.3rem !important
}
/* --- 01. Header --- */

/* --- 02. Slider --- */

.carousel-item {
  background-size: cover;
  background-position: center;
  min-height: 65vh;
}
.carousel-item::before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100vw;
  height: -webkit-fill-available;

  background: #4475ba;
    background: -webkit-gradient(linear, left top, right top, from(#4475ba), to(rgba(68,117,186,0)));
    background: linear-gradient(90deg, #4475ba 0%, rgba(68,117,186,0) 100%);
}
.carousel-item .container{
z-index: 3;
}
.carousel-item h2 strong{
  display: block;
  }
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -7rem !important;
    z-index: 99999;
    position: relative;
}
/* --- 02. Slider --- */

/* --- 03. Productsbar --- */

.productsbar {
  background: url(../img/bottom-lg.svg?v=1)no-repeat top center;
  background-size: 100%;
  width: 100%;
  padding: .5rem 0rem;
  position: relative;
    z-index: 999999;
    margin-top: -1.6rem  !important;
}

.productsbar h4{
  color: #4475BA;
  font-size: 2rem;
}
.productsbar ul.main-product-menu li{
  list-style: none;
  color: #4475BA;
  float: left;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  border-left: #4475BA 1px solid;
}
.productsbar ul.main-product-menu li a{
  list-style: none;
  color: #4475BA;
  font-size: 1.4rem;
}
.productsbar ul.main-product-menu li a img{
  padding: 0 1rem;
  max-height: 2rem;
}

.productsbar .main-product-menu{
  padding-bottom: 0;
  margin-bottom: 0;
}
.productsbar ul.main-product-menu li:first-child{
  border: none;
  text-align: left;
}

.productsbar h2{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.productsbar h3{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
    margin: 0.4rem 0 1.2rem 0;
}
.productsbar ul{
  
  list-style: none;
  padding-left: 0;
}
.productsbar ul li {
 
  list-style:none;
  position: relative;
  padding-left:2rem;
  line-height: 2;
  font-size:1.2rem;
}
.productsbar ul li::before {
  content: '';
  background: url(../img/check.svg)no-repeat top center;
  background-size: 100%;
  position: absolute;
  left: 0;
    top: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    display: block;
}

.productsbar ul.main-product-menu li::before{
  display: none;
}
.productsbar ul.main-product-menu li{
  padding-left: 0;
}
/* --- 03. Solutions --- */

/* --- 04. About --- */
.about{
  padding: 4rem 0;
}
.about p{
  list-style: none;
  color: #000;
  font-weight: 300;
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 0.6rem;
}
.about strong{
  list-style: none;
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}

.nav-tabs{
  border-bottom: 0.2rem solid #F3F3F3 !important;
}
.nav-tabs .nav-link{

  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px  !important;
  border-bottom: 0.2rem solid #fff !important;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000;
}
.nav-tabs .nav-link{
  font-weight: bold;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px  !important;
  border-bottom: 0.4rem solid #4475BA !important;
  color: #4475BA !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px  !important;
  border-bottom: 0.4rem solid #4475BA !important;
}
.modal-content .nav-tabs .nav-link{

  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px  !important;
  border-bottom: 0.2rem solid #fff !important;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000 !important;
  padding: 1rem !important;
}
.modal-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px  !important;
  border-bottom: 0.4rem solid #4475BA !important;
  color: #4475BA !important;
  padding: 1rem !important;
}
.nav-tabs .nav-item{
display: grid;
}
.bg-table{
  background-color: #555555 !important;
}
/* --- 04. About --- */


/* --- 05. Responsive --- */

@media only screen and (max-width: 1200px) {
  .sub-footer ul.statics li:not(:last-child) {
    border-right: none !important;
  }
  .sub-footer .text-start {
    text-align: center !important;
}
.relative h4 {
  font-size: 1.7rem !important;
 
  bottom: 0rem !important;
 
  margin-left: 1rem !important;

}
  .xzoom-gallery4 {
    width: 31% !important;
  }
  .slider-rotate__item{
    width: 65vw !important;
  }

  .hr-home {
    background: url(../img/bg-ik.jpg)no-repeat top left !important;
    background-size: cover !important;
  }
  .hr {
    background: url(../img/bg-ik-inside.jpg)no-repeat top !important;
  }
ul.menu li {

  font-size: 0.8rem !important
}
.productsbar ul.main-product-menu li a {

  font-size: 0.9rem !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -7rem !important;

}
}

.carousel-item::before {

  min-height: inherit;
 
}

@media only screen and (max-width: 1024px) {
  .follow{

    display: none;
  }
  .slider-rotate{
    background: none !important;
  }
  .slider-rotate__item h3 {
    font-size: 1.5rem !important;
  }
  .owl-carousel.owl-drag .owl-item  h2{
    margin-top: -4rem !important;
  }
  .detailpages .aboutbar{
    background-size: 100vw 40% !important;
  }
  .about strong{
    color: #4475BA;    
    font-size: 1.1rem;
    display: block;
    margin-bottom: 4vh;
  }
  .about p {
    font-size: 1.2rem;
    padding-bottom: 0.6rem;
    line-height: 1.3;
  }
  .productsbar .main-product-menu{
    padding: 0;
  }
  .productsbar ul.main-product-menu li a {
    list-style: none;
    color: #4475BA;
    font-size: 1rem;
    line-height: 1.1;
    display: block;
  }
  
  .productsbar h2{
    text-align: center;
    margin-top: .6rem !important;
  }
  .detail {
    padding: 1rem 0 !important;
  }
  .about {
    padding: 1.4rem 0;
  }
  .carousel-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100vw;
    height: -webkit-fill-available;
    min-height: inherit;
    background: linear-gradient(0deg,rgba(68,117,186,0) 0%, #4475ba  100%) !important;
  }
  .carousel-item {
    min-height: 55vh;
  }
}

/* --- 05. Responsive --- */

/* --- 06. Solutionsbar --- */
.solutionsbar{
  background: url(../img/bg-slider.jpg?v=2)no-repeat top center;
  /* background-size: cover; */
  position: relative;
  width: 100vw;
  max-height: 20rem;
  padding:2rem 0;
}
.solutionsbar.cats{
  background-size: cover;
}
/* .detailpages .solutionsbar{
  background: url(../img/bg-detail-solution.jpg)no-repeat top center;
  background-size: 100vw auto;
  width: 100vw;
  padding:2rem 0;
  /* max-height: fit-content; */
} */
.hr{
    background: url(../img/bg-white.jpg)no-repeat top center !important;
    background-size: cover !important;
}
.nav-tabs .nav-item{
  padding: 0;
}
.nav-tabs .nav-link{
  font-size: 0.9rem !important;

    padding: 1rem 0 !important;
}
.detailpages .aboutbar{
 
  max-height: fit-content !important;
}


.solutionsbar .title{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;

  margin: 0rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.solutionsbar .relative{
  margin-top: 2rem;
}

.solutionsbar strong{
  list-style: none;
  color: #fff;
  font-weight: 700;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
}
.slider-rotate__arrow i {
  font-size: 46px;
}
.solutionsbar p{
  position: relative;
  z-index: 9999;
  display: block;
  padding: 1rem 0;
}
.position {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 30px;
  display: none;
}

.slider-rotate {
  margin: 0 auto;
  background: url(../img/shadow.png) no-repeat bottom center;
  background-size: inherit;
}

.slider-rotate__container {
  margin: 0 auto;
}

#slider-2 {
  margin: 0rem 0;
}


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* --                       PLUGIN                      -- */


/* ------------------------------------------------------- */

.slider-rotate__container {
  position: relative;
  width: 100%;
    min-height: 29rem;
  visibility: hidden;
}


/*  --------------------------------------------------  */


/*  --              ITEMS DISPLAY                     --*/


/*  --------------------------------------------------  */

.slider-rotate__item {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  border-radius: 2rem;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
  -moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.8);
  -o-transform: translateY(-50%) translateX(-50%) scale(0.8);
  transform: translateY(-50%) translateX(-50%) scale(0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 27vw;
  overflow: hidden;
}
.slider-rotate__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100vw;
  overflow: hidden;
  height: -webkit-fill-available;
  background: linear-gradient(0deg,#4475ba  0%, rgba(68,117,186,0) 80%) !important;
}
.slider-rotate__item h3{
  font-size: 2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 1rem;
  width: 100%;
  z-index: 3;
}
.slider-rotate__item.slider-rotate__item--next {
  left: 74%;
}

.slider-rotate__item.slider-rotate__item--prev {
  left: 26%;
}

.slider-rotate__item.slider-rotate__item--prev,
.slider-rotate__item.slider-rotate__item--next {
  opacity: 1;
  z-index: 2;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  width: 30rem;
}

.slider-rotate__item.slider-rotate__item--next-2 {
  left: 90%;
}

.slider-rotate__item.slider-rotate__item--prev-2 {
  left: 10%;
}

.slider-rotate__item.slider-rotate__item--next-2,
.slider-rotate__item.slider-rotate__item--prev-2 {
  opacity: 1;
  z-index:1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
  -moz-transform: translateY(-50%) translateX(-50%) scale(0.55);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
  -o-transform: translateY(-50%) translateX(-50%) scale(0.5);
  transform: translateY(-50%) translateX(-50%) scale(0.5);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  
}

.slider-rotate__item.slider-rotate__item--active {
  z-index: 2;
  opacity: 1;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -moz-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  -o-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  
}


/*  --------------------------------------------------  */


/*  --                    ARROWS                      --*/


/*  --------------------------------------------------  */

.slider-rotate__container .slider-rotate__arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  z-index: 333;
}

.slider-rotate__container .slider-rotate__arrow:hover {

}

.slider-rotate__container .slider-rotate__arrow:hover i {
  color: #000000;
}

.slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--left {
  left: -1.5rem;
}

.slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--right {
  right: -1.5rem;
}
/* --- 06. Solutionsbar --- */

/* --- 07. Quality --- */
.quality{
  background: url(../img/bg-white.jpg)no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: auto;
  padding:10rem 0 2rem 0;
  text-align: center;
}
.quality .title{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 2rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.quality h4{
  font-weight: 700;
  font-size: 1.6rem;
  margin: 1rem 0;
}
.quality h4.one{
  color: #E74C3C;
}
.quality h4.two{
  color: #4475BA;
}
.quality h4.three{
  color: #27AE60;
}

.quality p{
  list-style: none;
  color: #000;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
}
.detailpages .quality{
  background: none;
  position: relative;
  width: 100vw;
  height: auto;
  padding:0rem 0 2rem 0;
  text-align: center;
}
.detailpages .quality .title{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4475BA;
  margin: 0 0 2rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 100vw;
}

.detailpages .quality .title {
  display: inline-block;
  padding: 10px;
  background: #fff;
  text-align: center;
  }
  .detailpages .quality .title span {
    display: inline-block;
    padding: 0 2rem;
    background: #fff;
    text-align: center;
    }  
  .detailpages .quality .title:before {
  content: "";
  width: 100%;
  border-top: 1px solid #4475BA;
  height: 1px;
  left: 0;
  right: 0;
  top: 2.6rem;
  display: block;
  position: absolute;
  background: #fff;
  z-index: -1;
  text-align: center;
  }
  .detailpages .quality .iso{
    list-style: none;
  color: #000;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
  }
/* --- 07. Quality --- */


/* --- 08. HumanResources --- */

.hr-home{
  background: url(../img/bg-ik.jpg)no-repeat top right;
    background-size: 50%;
    position: relative;
    width: 100vw;
    height: auto;
    padding: 2rem 0 2rem 0;
    text-align: center;
}
.hr-home .title{
  position: relative;
  z-index: 99999;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #555555;
  margin: 1rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.hr-home h4{
  font-weight: 700;
  font-size: 1.6rem;
  margin: 1rem 0;
}
.hr-home h4.one{
  color: #E74C3C;
}
.hr-home h4.two{
  color: #4475BA;
}
.hr-home h4.three{
  color: #27AE60;
}



.hr-home p{
  list-style: none;
  color: #555555;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
}

.hr{
  background: url(../img/bg-ik-inside.jpg)no-repeat top right;
    background-size: cover;
    position: relative;
    width: 100vw;
    height: auto;
    padding: 1rem 0 !important;
    text-align: left;
}
.hr .title{
  position: relative;
  z-index: 999;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
  color: #555555;
  margin: 1rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.hr h4{
  font-weight: 700;
  font-size: 1.6rem;
  margin: 1rem 0;
}
.hr h4.one{
  color: #E74C3C;
}
.hr h4.two{
  color: #4475BA;
}
.hr h4.three{
  color: #27AE60;
}



.hr p{
  list-style: none;
  color: #333333;
    font-weight: 400;
    font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
}

.hr h4{
  
  list-style: none;
  color: #4475BA;
    font-weight: bold;
    font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
  text-transform: uppercase;
}

.hr .ikform{
  margin-top: 2rem;
}
.hr a{
 text-decoration: none;
  color: #333333;
    font-weight: 400;
    font-size: 1rem;
 
}

.hr input{
  border: 2px solid #4475BA;
  border-radius: 2rem;

  margin-bottom: 1rem;
  background: none !important;
}
.hr textarea{
  border: 2px solid #4475BA;
  border-radius: 1rem;
  background: none !important;
  color: #6A6B6B;
}
.btn-ik{
  background-color: #4475BA !important;
  color: #fff !important;
  border-radius: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
}




.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
 
  align-items: center;
  text-align: center;
  border-radius: 2rem;
  font-size: 1rem;
  margin-bottom: 1rem !important;
  border: 2px solid #4475BA;
  color: #4475BA;
  padding: 0.3rem 1rem;
  background:none;
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}


.hr {
 
  width: 100%;
  padding: .5rem 0rem;
  position: relative;
    z-index: 999;
}


.hr h2{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.6rem;
  margin-top: 2rem;
}

/* --- 08. HumanResources --- */

/* --- 09. Detail --- */
.detail{
  padding: 2rem 0;
}
.detail p{
  list-style: none;
  color: #000;
  font-weight: 300;
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 0.6rem;
}
.detail strong{
  list-style: none;
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.2;
}

/* --- 09. Detail --- */



/* --- 10. Products --- */

.cat-product {
  position: relative;
  background-color: #fff;
  margin-bottom: 2rem;
  min-height: 7rem;
    width: 100%;

  line-height: 60px;
  color: white;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cat-product h2{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
}
.cat-product:before, .cat-product:after {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  border-left: 3px solid #0395E5;

  border-radius: 2px;
}
.cat-product:before {
  border-top: 3px solid #0395E5;
  border-right: 3px solid #0395E5;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}
.cat-product:after {
  border-bottom: 3px solid #0395E5;
  width: 100%;
  bottom: 0;
  visibility: visible;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}
.cat-product:hover {

  color: #0395E5;
}
.cat-product:hover:before, .cat-product:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}
.cat-product:hover .arrow{
  margin-right: -2rem;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.cat-product .arrow{
  margin-right: 0rem;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.cat-product:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.cat-product:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}
.buyuk_image{
  padding: 1rem;
  background-color: #F8F8F8;
}
.xzoom-gallery4 {
  width: 32%;
    height: auto;
    display: inline-block;
    padding: 0.5rem;
    margin-right: 1.34%;
  background-color: #F8F8F8;
}


.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-color: #F8F8F8;
}
.xzoom-thumbs{
  margin-top: 0.4rem;
}




.xzoom-gallery4:last-child{
  margin-right: 0% !important
}
.thumbnail img {
  width: 100%;
  height: auto;
}
.tab_2_start img{
  max-height: 2rem;
  margin-right: 0.5rem;
}
.tab_2_start h5{
  padding-top: 0.2rem !important;
}
.tab_2_start{
  padding-top: 2rem;
}

/* --- 10. Products --- */

/* --- 11. Solutions --- */
.solutions{
  background: url(../img/bg-solutions.jpg)no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: auto;
  padding:10rem 0 2rem 0;
  text-align: center;
}
.solutions .title{
  position: relative;
  z-index: 99999;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin: 2rem 0;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.solutions h5{
  font-weight: 700;
  font-size: 1.6rem;
  margin: 1rem 0;
  text-align: left;
  color: #fff;
}

.solutions p{
  list-style: none;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0.6rem;
  text-align: left;
}

/* --- 11. Solutions --- */



/* --- 12. Contact --- */

.info-wrap {
  color: rgba(255, 255, 255, 0.8); }
  .info-wrap h3 {
    color: #4475BA; }
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px; }
    .info-wrap .dbox:last-child {
      margin-bottom: 0; }
    .info-wrap .dbox p {
      margin-bottom: 0; }
      .info-wrap .dbox p span {
        font-weight: 500;
        color: #4475BA; }
      .info-wrap .dbox p a {
        color: #4475BA; }
    .info-wrap .dbox .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #4475BA; }
      .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #4475BA; }
    .info-wrap .dbox .text {
      width: calc(100% - 50px); }

  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #01d28e !important;
    border-color: #01d28e !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #019f6c !important;
      background: #019f6c !important; }

.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }


.form-table{
  text-align: left;
}
.request-form input{
  border: 2px solid #4475BA;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
  background: none !important;
  width: 100%;
  min-height: 3em;
}

.request-form textarea{
  border: 2px solid #4475BA;
  border-radius: 1rem;
  background: none !important;
  color: #6A6B6B;
  width: 100%;
  margin-bottom: 1.5rem;
}
.request-form label{
  display: block;,
  width: 100% !important;
  min-height:1rem;
  color: #555555;
  margin-bottom:0.3rem;
}
.request-form .iti input, .request-form .iti input[type="tel"], .request-form .iti input[type="text"]{
  border: 2px solid #4475BA;
  border-radius: 2rem;
}
.request-form select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  border: 2px solid #4475BA;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  

  
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.request-form select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.request-form .select {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 3em;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
/* Arrow */
.request-form .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  background-color: none;
  transition: .25s all ease;
  pointer-events: none;
  padding: 0.8rem 1.4rem;
  color: #4475BA;
}
/* Transition */
.request-form .select:hover::after {
  color: #4475BA;
}
.btn-ik{
  background-color: #4475BA !important;
  color: #fff !important;
  border-radius: 1rem !important;
  margin-bottom: 1rem !important;
  width: 100%;
}


#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }

  /* --- 12. Contact --- */


/* --- 13. Footer --- */
footer{
  background: url(../img/bg-footer.webp)no-repeat top center;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: auto;
  padding:0rem;
  text-align: center;
}
footer .foooter-before{
  max-width: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -1.7rem;
  z-index: 999;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);   
}
footer .foooter-before:hover{
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.2);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 200ms ease-in;
  transform: scale(1.2);
}
ul.footer_menu_1{
  padding: 0;
}
ul.footer_menu_1 li{
  list-style: none;
  color: #fff;
  float: none;
  font-weight: 700;
  text-align: left;
  font-size: 0.9rem;
  padding-top: 1.2rem;
  margin-bottom: 0.4rem;
  width: 100%;

}
ul.footer_menu_1 li a{
  list-style: none;
  color: #fff;
}
ul.footer_menu_1 li a span{
  width: 3.6rem;
  display: block;
  float: left;
  text-align: center;
}
ul.footer_menu_1 li {
  display: inline-block;
}
ul.footer_menu_1 li img {
  max-height: 2rem;
  max-width: 1.8rem;

  float: left;
  margin-right: 1rem;
  }
  .social-icon.social-icons,
  ul.social-icons {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding: 0;
  }
  .social-icons {
    position: relative;
    z-index: 222;
  }
  .social-icons li {
    vertical-align: top;
    display: inline;
    height: 3rem;
    margin: 0.4rem 0.1rem;
    padding: 0;
  }
  .social-icons li img {
   
    max-height: 3rem;
  }
  .social-icons a {
    text-decoration: none;
  }
  .follow{
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    margin-top: -3rem;
    margin-left: 4rem;
    /* margin-right: auto; */
    background: #333333;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.8rem 2rem;
  }

  footer input{
  
    border-radius: 2rem;
    color: #4475BA;
  
    margin: 0.5rem 0;
 
  }
  footer textarea{
  
    border-radius: 1rem;
    color: #6A6B6B;
  }

  ul.footer_menu_2{
    padding: 0;
  }
  ul.footer_menu_2 li{
    list-style: none;
    color: #fff;
    float: none;
    font-weight: 700;
    text-align: left;
    font-size: 0.9rem;
    padding-top: 0.6rem;
    width: 100%;
    height: 2.2rem;
    line-height: 1.2;
  }
  ul.footer_menu_2 li a{
    list-style: none;
    color: #fff;
  }
  ul.footer_menu_2 li a span{
    width: 3.6rem;
    display: block;
    float: left;
    text-align: center;
  }
  ul.footer_menu_2 li {
    display:block;
  }
  ul.footer_menu_2 li img {
    max-height: 2rem;
    max-width: 1.8rem;
    float: left;
    margin-right: 0.4rem;
    }



    ul.footer_menu3{
      padding: 0;
    }
    ul.footer_menu_3 li{
      list-style: none;
      color: #fff;
      float: none;
      font-weight: 700;
      text-align: left;
      font-size: 1.1rem;
      padding-top: 0.6rem;
      width: 100%;
    height: 2.2rem;
    margin-bottom: 1rem;
    }
    
    ul.footer_menu_3 li a{
      list-style: none;
      color: #fff;
      line-height: 1.2;
    }
    ul.footer_menu_3 li span{
      width: 2.4rem;
      display: block;
      float: left;
      text-align: center;
    }
    ul.footer_menu_3 li {
      display: block;
    }
    ul.footer_menu_3 li img {
      max-height: 2rem;
      max-width: 1.8rem;
      margin-right: 0.4rem;
      filter: invert(1);
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
      }

      .sub-footer{
        background: #333333;
        position: relative;
        width: 100vw;
        height: auto;
        padding:0.8rem 0rem;
        text-align: center;
      }

      .sub-footer ul.statics{
        list-style: none;
        margin: 0;
      }
      .sub-footer ul.statics li{
        list-style; none;
        float: left;
      }
      .sub-footer ul.statics li:not(:last-child) {
        border-right: 1px solid #4475BA;
      }
      .sub-footer ul.statics li a, .sub-footer span {
        color: #4475BA;
        font-size: 1rem;
      }
/* --- 13. Footer --- */

/*# sourceMappingURL=style.css.map */



ul.contact_menu_1{
  padding: 0;
}
ul.contact_menu_1 li{
  list-style: none;
  color: #000000;
  float: none;
  font-weight: 700;
  text-align: left;
  font-size: 0.8rem;
  padding-top: 1.2rem;
  width: 100%;

}
ul.contact_menu_1 li a{
  list-style: none;
  color: #000000;
}
ul.contact_menu_1 li strong{
  color: #4475BA;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1;
}
ul.contact_menu_1 li a span{
  width: 3.6rem;
  display: block;
  float: left;
  text-align: center;
}
ul.contact_menu_1 li {
  display: inline-block;
}
ul.contact_menu_1 li img {
  max-width: 2rem;

  float: left;
  margin-right: 1rem;
  }



  
/* The Mobile Menu that appears on click */
.mobile-menu {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  min-height: 100%;
  height: 100%;
  background: #4475BA;
  margin: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  overflow: scroll;
  padding: 0.5rem;
  /* The desktop menu styles */
  /* When button is clicked, open class is added to menu to show it */
}
@media (min-width: 1024px) {
  .mobile-menu {
    float: right;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    min-height: auto;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    display: block;
    opacity: 1;
  }
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu img{
  max-width: 40vw;
}
/* Main Navigation in header for desktop */
.main-menu {
  margin: 1rem 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .main-menu {
    width: 600px;
    margin: 0 auto;
  }
}
.main-menu__item {
  padding: 0;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .main-menu__item {
    float: left;
    display: block;
  }
}
.main-menu__item a {
  border-bottom: 0;
  color: white;
  font: bold 15px/15px Arial;
  display: block;
  padding: 1rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .main-menu__item a {
    float: left;
    color: #fff;
  }
}
.main-menu__item a:hover, .main-menu__item a:focus, .main-menu__item a:active {
  border-bottom: 0;
  color: white;
}

/* Hamburger Button - Animation courtesy of https://codepen.io/designcouch/pen/Atyop - more examples in this link */
.open-button {
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  border-bottom: 0;
  
  z-index: 9999;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .open-button {
    display: none;
  }
}
.open-button:hover {
  border-bottom: 0;
}

.open-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4475BA;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.open-button.open span {
  background: white;
}

.open-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.open-button span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.open-button span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.open-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.open-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}

/* Scroll lock style for body */
.lock-scroll {
  overflow: hidden;
}



ul.mobile_menu_3{
  padding: 0 !important;
  margin-bottom: 6rem;
}
ul.mobile_menu_3 li{
  list-style: none;
  color: #fff;
  float: left;
  font-weight: 700;
  text-align: left;
  font-size: 1.1rem;
  padding-top: 0.6rem;
  width: 50%;
height: 2.2rem;
}

ul.mobile_menu_3 li a{
  list-style: none;
  color: #fff;
}
ul.mobile_menu_3 li span{
  width: 2.4rem;
  display: block;
  float: left;
  text-align: center;
}
ul.mobile_menu_3 li {
  display: block;
}
ul.mobile_menu_3 li img {
  max-height: 2rem;
  max-width: 1.8rem;
  margin-right: 0.4rem;
  filter: invert(1);
filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
  }





  @media (min-width: 1201px) and (max-width: 1919px) {
    .slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--left {
      left: -1rem;
    }
    
    .slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--right {
      right: -1rem;
    }
    }

    @media (min-width: 1000px) and (max-width: 1200px) {
      .productsbar {
        margin-top: -1rem !important;

      }
    }
    @media (min-width: 701px) and (max-width: 1400px) {
      .productsbar {
        background: url(../img/bottom-md.svg?v=1)no-repeat top center !important;
        background-size: cover !important;
        margin-top: 0rem !important;
      }
          .productsbar ul.main-product-menu li:first-child {
            border: none;
            text-align: left;
        
        
      }
      ul.menu a{
        font-size: 0.6rem !important;
      }
      ul.top-menu li a {

        font-size: 0.7rem !important;
    }
    }

    @media (min-width: 680px) and (max-width: 760px) {
      .carousel-item {
        min-height: 92vh;
    }
    .productsbar ul.main-product-menu li a {
      font-size: 0.7rem !important;
      float: left;
  }
    }
    @media (min-width: 1px) and (max-width: 700px) {
      .productsbar {
        background: url(../img/bottom-xs.svg?v=1.1)no-repeat top center !important;
        margin-top: 1.6rem !important;
      }
          .productsbar ul.main-product-menu li:first-child {
            border: none;
            text-align: center;
      }
   

      .solutionsbar .title{
        font-size: 1.4rem !important;
      }

      .slider-rotate__container {
        min-height: 16rem;
      }
      .quality {
        padding: 1rem 0 2rem 0 !important;
      }
      .quality .title, .hr-home .title {
        font-size: 1.6rem !important;
      }
      
    }

    
  @media (min-width: 1401px) and (max-width: 1700px) {
    .productsbar {
      background: url(../img/bottom-lg.svg?v=1)no-repeat top center !important;
    }
  }


  @media (min-width: 1701px){
    .productsbar {
      background: url(../img/bottom-xl.svg?v=1)no-repeat top center !important;
    }
  }




/* --- 14.Detailbar --- */

.detailbar {
  background: url(../img/bottom-lg.svg?v=1)no-repeat top center;
  background-size: 100%;
  width: 100%;
  padding: .5rem 0rem;
  position: relative;
  z-index: 1 !important;
    margin-top: .8rem  !important;
}

.detailbar h4{
  color: #4475BA;
  font-size: 2rem;
}
.detailbar ul.main-product-menu li{
  list-style: none;
  color: #4475BA;
  float: left;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  border-left: #4475BA 1px solid;
}
.detailbar ul.main-product-menu li a{
  list-style: none;
  color: #4475BA;
  font-size: 1.4rem;
}
.detailbar ul.main-product-menu li a img{
  padding: 0 1rem;
  max-height: 2rem;
}

.detailbar .main-product-menu{
  padding-bottom: 0;
  margin-bottom: 0;
}
.detailbar ul.main-product-menu li:first-child{
  border: none;
  text-align: left;
}

.detailbar h2{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.detailbar h3{
  color: #4475BA;
  font-weight: 700;
  text-align: left;
  font-size: 1.4rem;
    margin: 1rem 0 1rem 0;
}
.detailbar ul{
  
  list-style: none;
  padding-left: 0;
}
.detailbar ul li {
 
  list-style:none;
  position: relative;
  padding-left:2rem;
  line-height: 2;
  font-size:1.2rem;
}
.detailbar ul li::before {
  content: '';
  background: url(../img/check.svg)no-repeat top center;
  background-size: 100%;
  position: absolute;
  left: 0;
    top: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    display: block;
}

.detailbar ul.main-product-menu li::before{
  display: none;
}
.detailbar ul.main-product-menu li{
  padding-left: 0;
}
/* --- 14.Detailbar --- */




@keyframes heartbeat
{
    0%
    {
        transform: scale( .9 );
    }

    100%
    {
        transform: scale( 1.1 );
    }
}



.profile-sidebar ul li {
font-size: 1rem;
text-decoration: none;
}
.profile-sidebar ul li a {
  text-decoration: none;
  color: #4475BA;
}
.profile-sidebar ul li i{
  color: #4475BA;
  margin-right: 1rem;
}

.profile-sidebar ul li:hover{

color: #4475BA;
}
.profile-sidebar .card{
  width: auto;
  padding: 1.4rem 1.7rem;;
}
.profile-sidebar h3{
  font-size: 1.1rem;
}
