/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.text-justify p {
  margin: 0;
  /*text-indent: 2rem;*/
  text-align: justify;
}

.rotate {
  transform: rotate(-90deg);
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
}
/*-- ===ICONS=== --*/

.icon-factory {
    background: url('https://salmarcon.com/eu/wp-content/uploads/2022/09/factory-icon.svg');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}
.icon-certified {
    background: url('https://salmarcon.com/eu/wp-content/uploads/2022/09/certified-icon.svg');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}
.icon-service {
    background: url('https://salmarcon.com/eu/wp-content/uploads/2022/09/service-icon.svg');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}
.icon-contact {
    background: url('https://salmarcon.com/eu/wp-content/uploads/2022/09/contact-icon.svg');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}


/*-- ===NAVBAR-ANCHORS=== --*/
a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
a.anchor-2 {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}

/*---slider-diagrams---*/

#slider-diagrams .slick-prev:before {
   color: #000;
}
#slider-diagrams .slick-next:before {
   color: #000;
}

/*--HAMBURGER--*/

/* Icon 1 */

 #nav-icon3 {
  width: 35px;
  height: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 13px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* Top Header*/

/*-- Clock --*/
/* Sizing, positioning of main dial of the clock */
.clock, .clock-2, .clock-3, .clock-4 {
  width: 3vw;
  height: 3vw;
  background-size: cover;
  background-color:;
  border-radius: 50%;
  position: relative;
  border: solid 2px #f2f2f2;
  border: solid 2px #f2f2f2;
  z-index: 9999;
}

.hr, .hr-2, .hr-3, .hr-4,
.min, .min-2, .min-3, .min-4,
.sec, .sec-2, .sec-3, .sec-4 {
  width: 3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: bottom;
  z-index: 2;
  border-radius: 2em;
}

.pin, .pin-2, .pin-3, .pin-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8%;
  height: 8%;
  background: #f2f2f2;
  border: 0px solid #ffffff;
  border-radius: 10em;
  margin: auto;
  z-index: 10;
}

/* Different length of different hands of clock */
.hr, .hr-2, .hr-3, .hr-4 {
  height: 30%;
  background-color: #f2f2f2;
}

.min, .min-2, .min-3, .min-4 {
  height: 40%;
  background-color: #f2f2f2;
}

.sec, .sec-2, .sec-3, .sec-4  {
  height: 40%;
  background-color: #c0c0c0;
  transform-origin: 50% 85%;
}

/* mid-header */
.mid-header-color{
  background-color: #00356c !important;
  background-image: linear-gradient(0deg, #00356c80, #00356c80), url("https://salmarcon.atilimbilisim.net/eu/wp-content/uploads/2022/09/Header_SAL-2-2000_1.webp") !important;
  background-size: cover !important;
  transition-timing-function: ease-in-out !important;
  box-shadow: 0px 0px 5px #00000080;
}

.mid-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  padding:;
  height: 70px;
  color: transparent;
  box-sizing: border-box;
  top: 0rem;
  text-align: center;
  z-index: 9999;
  margin-bottom: 1px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition-timing-function: ease-in-out;

  /* A litttttle slower on the way in */
  transition: 0.3s;

  /* Move into place */
  transform: translateY(0);
}

.sticky+.content {
  padding-top: 50px;
  transition-timing-function: ease-in-out;

  /* A litttttle slower on the way in */
  transition: 0.3s;

  /* Move into place */
  transform: translateY(0);
}

.flag-sl {
  width: 22px;
}

.material-icons {
  color: #888888;
  float: right;
  margin: 7px;
  margin-left: 28px;
}

.max-mega-menu-box {
  width: 70%;
  height: 40px;
  float: left;
}

@media (max-width: 768px) {
  .max-mega-menu-box {
    width: 27%;
    margin: auto;
    margin-right:
  }
}

/* tab-phone */
@media (min-width: 768px) {
  .tab-mob {
    display: none;
  }
}

.tab-mob {
  margin-top: -25px;
}

@media (min-width: 768px) and (max-width: 1210px) {
  .farm-block-1 {
    display: none;
  }
}

.dropdown-large {
  min-width:;
  min-height:;
  background-color: #f2f2f2;


}

.dropdown-h:hover {
  background-color: #f2f2f2;
  border-bottom: solid 1px #00356c;
}

.dropdown-large-industries {
  min-width:;
  min-height:;
  background-color: #f2f2f2;

}

.nav-123 {
  rounded: 0px;
  color: white;
}

.nav-123::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #00356c;
    transition: width .3s;
}

.nav-123:hover::after {
    width: 100%;
    //transition: width .3s;
}

.nav-123 {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}


.dropdown-menu.dropdown-menu-h.dropdown-large.rounded-0.p-0 {
  margin-top: 1px;
}

.dropdown-menu.dropdown-menu-h.dropdown-large-industries.rounded-0.p-0 {
  margin-top: 1px;
}

/*----*/

/*--header-theme--*/
.ct-header {
  display: none;
}
/*--side-buttons--*/
.side-btn-1{
  background: #00356c90;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


/* THE CAROUSEL
-------------------------------------------------- */

.carousel-inner{
  background-color: transparent !important;
}

/* Carousel base class */
.carousel {
  margin-top: -1rem;
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.slide-right {
  width: 100%;
  overflow: hidden;
  /*margin-left: 300px;*/
  max-width: 1000px
}

.slide-right h1 {
  animation: 1s slide-right 1s forwards;
    transform:translateX(-100%);

    -webkit-transition: opacity 3s ease-in-out;
       -moz-transition: opacity 3s ease-in-out;
       -ms-transition: opacity 3s ease-in-out;
       -o-transition: opacity 3s ease-in-out;
        opacity: 1;

}

@keyframes slide-right {
  to {
    transform:translateX(0);
  }
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60rem;

  /*transition: 2s ease;*/


/*  transition: transform 2s ease, opacity .5s ease-out;*/

}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2);
    }

  100% {
        transform: scale(1,1);
    }


}

.carousel-item > img {
  object-fit: cover;
  height: 60rem;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  animation: zoominoutsinglefeatured 30s infinite ;

}

.carousel-control-prev{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 7%;
  opacity: 1;
}

.carousel-control-prev:hover{
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 7%;
}

.carousel-control-next{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 7%;
  opacity: 1;
}

.carousel-control-next:hover{
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 7%;
}

.text-next{
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  letter-spacing: 2px;
}

.text-prev {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  letter-spacing: 2px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width:500px ) and (max-width:992px) {
  #header-top {
    margin-left: 2rem;
  }
  #header-mid {
    margin-left: 2rem;
  }
}

@media (max-width:992px) {
   #nav-conainer {
    width: 320px;
   }

   .slide-right {
     max-width: 300px
   }

   .carousel-caption {

     margin-top: -3rem;
     padding-top: 0rem;
   }

  .captation-1 {

    font-size:40px !important;
    line-height:1.0 !important;
  }
  .captation-2 {
    font-size:25px !important;
    text-align: left;
  }

  .captation-3 {
    font-size:25px !important;
    text-align: left;
  }

  #find-more-btn {
    text-align: left;
  }

  .carousel-item {
    height: 50rem;
  }

  .carousel-item img {
    object-fit: cover;
    height: 50rem;
    width: 100%;
  }

  #meet-salmarcon img {
    object-fit: cover;
    height: 12rem;
  }

  #products button {
    font-size: 14px !important;
  }

}
#find-more-btn:hover {

  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

}

/*-- Industries we work for --*/

#carousel-inner-box {
  border-radius: 20px;
}

#button-icon {
  color: white;
}

#industries-box {
  background-color: #00356c;
  border-radius: 20px;
}

#button-industries {
  background-color: #00356c;
}

.img-1234 {
  border: ;
  border-radius:;
}

/*-- products -- */

#products {
  border-radius: 10px;
}

#img-products {
  border-radius: 10px 10px 0px 0px;
}

#products-button {
  background-color: #00356c;
  color: #f2f2f2;
  border-radius: 0px 0px 10px 10px;
}

#products-button:hover {
  background-color: #f2f2f2;
  color: #000000;
  /*border-bottom: solid 3px #00356c;*/
}

#products-button:focus {
  background-color: #f2f2f2;
  color: #000000;
  /*border-bottom: solid 3px #00356c;*/
}

.carousel-egp-1 {
  transition: transform 2s ease, opacity .5s ease-out;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .img-1234 {
    display: none;
  }
}

.carousel-egp-2 {}

#img-carus {
  max-width: 360px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  #img-carus {
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  #img-carus {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  #carousel-Dark-egp {
    display: none;
  }
}

@media (min-width: 992px) {
  #carousel-Dark-egp-992 {
    display: none;
  }
}

.carousel-egp-indicators-2 {
  margin: -20px;
}

/*--SALMARCON NOVOSTI--*/
.border-left {
  border-left: 4px solid #00356C;
}

#container-egp-novosti {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}

/*--gallery--*/
@media (min-width: 576px) and (max-width: 992px) {
  #gallery-bottom-992-576 {
    display: none;
  }
}

#container-gallery-egp {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-button-title:hover {
  color: #888888;
}

.image-clock {
  width: 50%;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: 'Pacifico';
  src: url('pacifico.eot');
  src: url('pacifico.eot?#iefix') format('embedded-opentype'),
    url('pacifico.woff') format('woff'), url('pacifico.ttf') format('truetype'),
    url('pacifico.svg#Pacifico') format('svg');
}

#carbonads {
  --width: 180px;
  --font-size: 14px;
}

#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: var(--width);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1);
  background-color: hsl(0, 0%, 98%);
  font-size: var(--font-size);
  line-height: 1.5;
}

#carbonads a {
  color: #3498db;
  text-decoration: none;
}

#carbonads a:hover {
  color: #3498db;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: var(--width) !important;
  width: var(--width);
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 8px;
}

.carbon-poweredby {
  display: block;
  padding: 10px var(--font-size);
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 5px,
      hsla(0, 0%, 0%, 0.025) 5px,
      hsla(0, 0%, 0%, 0.025) 10px
    )
    hsla(203, 11%, 95%, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 9px;
  line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  #carbonads {
    float: none;
    margin: 0 auto;
    max-width: 330px;
    color: #3498db;
  }
  #carbonads span {
    position: relative;
  }
  #carbonads > span {
    max-width: none;
    color: #3498db;
  }
  .carbon-img {
    float: left;
    margin: 0;
  }

  .carbon-img img {
    max-width: 130px !important;
  }
  .carbon-text {
    float: left;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: left;
    max-width: calc(100% - 130px - 3em);
  }
  .carbon-poweredby {
    left: 130px;
    bottom: 0;
    display: block;
    width: 100%;
  }
}

#disqus_thread {
  margin-top: 20px;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blue {
  background: #3498db;
  color: #fff;
}

/*
.blue h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}


.variable-width .slick-slide p {
  background: #fff;
  height: 100px;
  color: #3498db;
  margin: 5px;
  line-height: 100px;
}
*/
.button {
  background: #3498db;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 48%;
}
.buttons {
  padding: 0 20px 20px;
  margin-bottom: 10px;
}
.buttons .button {
  background: #fff;
  color: #3498db;
  float: left;
  margin: 5px;
}
.center .slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.center {
  opacity: 0.8;
  transition: all 300ms ease;
}
.content {
  margin: auto;
  padding: ;
  width: 1300px;
}
.content:after,
.buttons::after {
  clear: both;
  content: '';
  display: table;
}
/*
.destroy {
  font-weight: 400;
  margin-top: 40px;
}

.features {
  display: block;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.features li {
  margin: 20px 0;
}
*/
.filter .button {
  background: #fff;
  color: #3498db;
  margin-bottom: 40px;
}
/*
.fixed-header {
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.fixed-header .header-content {
  margin: auto;
  width: 600px;
}
.fixed-header .subheading {
  display: none;
}
.fixed-header h1.title {
  float: left;
  font-size: 24px;
  margin: 0;
}
.fixed-header ul.nav {
  float: right;
  margin: 0;
  padding: 5px;
}
.fixed-header ul.nav li {
  margin: 0 0 0 10px;
}

.margin-40 {
  margin-bottom: 40px;
}
*/
.more,
.button.first {
  margin-top: 40px;
}
.red {
  background: #e74c3c;
  color: #fff;
}
/*
.slick-slide .image {
  padding: 10px;
}
.slick-slide img {
  border: 5px solid #fff;
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  border: 0;
}
.slick-slider {
  margin: 30px auto 50px;
}

.subheading {
  color: #555;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin: 10px auto;
  text-align: center;
}
.white {
  background: #fff;
  color: #3498db;
}
.white pre,
.white hr {
  background: #3498db !important;
}

code {
  color: #000;
  overflow-x: scroll;
}
hr {
  background: #fff;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

pre {
  background: #fff;
  margin: 0 10px 20px;
  padding: 10px;
}

*/
section {
  width: 100%;
  position: relative;
}
/*
table {
  font-size: 14px;
  line-height: 18px;
  margin: 40px auto 20px;
  display: block;
}
tr {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
  background: transparent;
  float: left;
}
thead {
  display: none;
}
td {
  border: 0;
  padding: 10px 0px;
}
td,
tbody {
  display: block;
  width: 100% !important;
}
table.settings td:nth-of-type(1),
table.methods td:nth-of-type(1) {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
table.settings td:nth-of-type(2):before {
  content: 'Type: ';
  font-weight: 700;
}
table.settings td:nth-of-type(3):before {
  content: 'Default: ';
  font-weight: 700;
}
table.methods td:nth-of-type(2):before {
  content: 'Arguments: ';
  font-weight: 700;
}
*/
ul.nav {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
ul.nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
}
ul.nav li a {
  font-size: 14px;
  text-decoration: none;
}
#carbonads {
  max-width: 320px;
  width: 100%;
  color: white;
  background: white;
  padding: 20px 20px 20px;
  margin: 0px auto 40px;
  text-align: center;
  position: relative;
  top: 40px;
}
#carbonads a {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 1.5;
}
#carbonads .carbon-img {
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  ul.nav li a {
    display: block;
    font-size: 14px;
  }
}
/*
@media (max-width: 768px) {
  .fixed-header {
    display: none !important;
  }
  #carbonads {
    top: 0px;
  }
  .header ul.nav li {
    display: block;
    margin: 20px;
  }
  .blue h3 {
    font-size: 24px;
  }
  */
  .button {
    margin: 0 auto 20px;
    width: auto;
  }
  .button.first {
    margin-top: 40px;
  }
  .buttons {
    padding: 0 0 20px;
  }
  .buttons .button {
    float: left;
    font-size: 12px;
    margin: 1%;
    width: 48%;
  }
  .center {
    margin-left: -40px;
    margin-right: -40px;
  }
  .center .slick-center {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
  }
  .center {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.8;
    transform: scale(0.95);
    transition: all 300ms ease;
  }
  .content {
    margin: auto;
    padding: 20px 40px;
    width: auto;
  }
  /*
  .fixed-header .header-content {
    width: auto;
  }
  */
  pre {
    font-size: 12px;
    overflow-x: scroll;
  }
  /*
  table {
    font-size: 14px;
    line-height: 18px;
    margin: 40px auto 20px;
    display: block;
    float: left;
  }
  tr {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin: 0px 0px 20px;
    padding: 0px 0px 20px;
    background: transparent;
    float: left;
  }
  thead {
    display: none;
  }
  td {
    border: 0;
    padding: 10px 0px;
  }
  td,
  tbody {
    display: block;
    width: 100% !important;
  }
  table.settings td:nth-of-type(1),
  table.methods td:nth-of-type(1) {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
  }
  table.settings td:nth-of-type(2):before {
    content: 'Type: ';
    font-weight: 700;
  }
  table.settings td:nth-of-type(3):before {
    content: 'Default: ';
    font-weight: 700;
  }
  table.methods td:nth-of-type(2):before {
    content: 'Arguments: ';
    font-weight: 700;
  }
}
*/
.native-js {
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.native-show {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 -1px 4px hsla(0, 0%, 0%, 0.2);
}

.native-img {
  margin-right: 20px;
  max-height: 50px;
  border-radius: 3px;
}

.native-flex {
  display: flex;
  padding: 20px 20px;
  text-decoration: none;

  flex-flow: row nowrap;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.native-main {
  display: flex;
  flex-grow: 1;

  flex-flow: row nowrap;
  align-items: center;
}

.native-details {
  display: flex;
  margin-right: 10px;

  flex-flow: column nowrap;
}

.native-company {
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}

.native-desc {
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.4;
}

.native-cta {
  padding: 10px 14px;
  border-radius: 3px;
  box-shadow: 0 6px 13px 0 hsla(0, 0%, 0%, 0.15);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-1px);
}

.native-cta:hover {
  box-shadow: none;
  transform: translateY(1px);
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  .native-flex,
  .native-main {
    flex-flow: column nowrap;
  }

  .native-img,
  .native-details {
    margin: 0;
  }

  .native-img {
    margin-bottom: 10px;
  }

  .native-main {
    text-align: center;
    margin-bottom: 20px;
  }
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'bootstrap-icons';
    font-size: 20px;
    line-height: ;

    opacity: .75;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'bi bi-chevron-left';
}
[dir='rtl'] .slick-prev:before
{
    content: 'bi bi-chevron-right';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'bi bi-chevron-right';
}
[dir='rtl'] .slick-next:before
{
    content: 'bi bi-chevron-left';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Styles for solving collapse issue */

.collapse.demo-1 {
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.collapse.show {
  height: auto !important;
}
/*
.slick-slide img {
  height: 101px;
}

.slick-list {
  margin-left: 34px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  border: none;
  font-size: 30px;
  z-index: 5;
  height: 97%;
  width: 30px;
  text-indent: -9999999px;
  background-color: #ececec;
}

.slick-prev {
  left: 0px !important;
}

.slick-next {
  right: 0px !important;
}

.remember {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding-top: 6px;
}

.remember__itens {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.remember__title {
  color: #FFF;
  font-size: 24px;
  font-family: CorporateRegularCondensed, Verdana, sans-serif;
  margin-right: 40px;
  margin-bottom: 0;
}

.remember__compare {
  cursor: pointer;
}

.remember__button--compare {
  color: #fff;
  background-color: #00adef;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 1px;
}

.remember__button--count {
  color: #fff;
  background-color: #4c4c4c;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px;
  margin-right: 40px;
}

[aria-expanded="false"]>.remember__button--updown {
  width: 22px;
  height: 22px;
  transform: rotate(270deg);
  color: #FFF;
  background-color: #4c4c4c
}

[aria-expanded="true"]>.remember__button--updown {
  width: 22px;
  height: 22px;
  transform: rotate(89deg);
  color: #FFF;
  background-color: #4c4c4c;
}

.remember__carousel {
  margin: 0 auto;
  background-color: #4c4c4c;
}

.remember__carousel__image {
  display: flex;
  border-right: 1px solid #CCC;
  margin: 10px;
  justify-content: space-between;
}

.remember__carousel__image>img {
  padding-right: 10px;
}

.remember__carousel__image>p {
  color: #FFF;
  font-size: 14px;
  margin-left: -40%;
}

.remember__carousel>.slick-prev {
  background-color: #4c4c4c;
}

.remember__carousel>.slick-next {
  background-color: #4c4c4c;
  right: -8px;
  height: 100%;
}
*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.industries .content {
  /*padding: 60px 100px 0 100px;*/
}

.industries .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.industries .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.industries .content p {
  font-size: 15px;
  color: #848484;
}
/*
.industries .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
*/
.industries .accordion-list {
  /*padding: 0 100px 60px 100px;*/
}

.industries .accordion-list ul {
  padding: 0;
  /*
  padding-top: 20px;
  padding-bottom: 20px;
  */
  list-style: none;
}

.industries .accordion-list li + li {
  margin-top: 15px;
}

.industries .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.industries .accordion-list a {
  display: block;
  position: relative;
  font-family: ;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.industries .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.industries .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.industries .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.industries .accordion-list .icon-show {
  display: none;
}

.industries .accordion-list a.collapsed {
  color: #343a40;
}

.industries .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.industries .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.industries .accordion-list a.collapsed .icon-close {
  display: none;
}

div.accordion-list .bg-secondary{
  background-color: #6c757d80 !important;
}
