*{
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}


.bg-blue{
  background-color: rgb(52, 158, 235);
}

body {
  background: url(background-login.jpg) no-repeat fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-family: 'Poppins', sans-serif;
}


/*section all*/

section {
height: auto;
}

section .contactus {
  height: 1000px;
}
/*end section all*/

/*------------------------------------------------------*/

/*Style footer*/
/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 0px;
}


.social-network a.icoInstagram {
  color: #b9000a;
}

.social-network a.icoWhatsapp {
  color: #b9000a;
}

.social-network a.icoFacebook {
  color: #b9000a;
}
/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #32CD32;
}

.social-network a.icoInstagram:hover {
  background-color: #d6249f;
   background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoWhatsapp:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoWhatsapp:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #32CD32;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i.icoInstagram {
  /*color: #d6249f;*/
  color: #b9000a;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle i.icoFacebook {
  /*color: #32cd32;*/
  color:#b9000a;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  /*background-color: #32CD32;*/
  background-color: #fff;
}

.social-network a.icoInstagram {
/*
  background: #d6249f;
  background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
  background-color: #fff;
}


/* START OF STYLES SLIDER PRODUK */

* {box-sizing: border-box;}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
slideshow-container .prev, slideshow-countainer .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
slideshow-countainer .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
slideshow-countainer.prev:hover, slideshow-countainer .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
slideshow-countainer .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
slideshow-countainer .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
slideshow-countainer .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

slideshow-countainer .dot:hover {
  background-color: #717171;
}

/* Fading animation */
slideshow-countainer .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* END OF STYLES SLIDER PRODUK */


/*STYLE SECTION*/
section .bg-blue-lite {
  background-color: hsl (192, 100%, 89%);
}

/*END OF STYLE SECTION*/

/*------------------------------------------------------*/


/*------------------------------------------------------*/

/*START OF CARDME PRODUK*/
/*Float of four columns side by side*/
.column {
  float: left;
  width: 25%;
  padding: 0 10px 10px 10px;
}

.row {
  margin:0 -5px;
}

.row:after {
  content:"";
  display: table;
  clear: both;
}

/*Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.cardme {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
  margin:10px;
  text-align: center;
  background-color: #f1f1f1;
}

/*.cardme img {
  width: 100%;
  height:200px;
}*/

.cardme h6 {
  padding-top: 10px;
  font-size: 12px;
}

.cardme h3 {
  padding-top: 10px;
  font-size: 18px;
}

.cardme:hover{
  
}

/*END OF CARDME PRODUK*/


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  color:#ba000d;
  text-align: center;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  /*color: #429ef5;*/
  color:#ba000d;
  /*color: #ffc451;*/
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 0;
}

.section-title h2 {
  font-size: 28px;
  color: #b9000b;
  font-weight: 600;
  /*padding: 0;*/
  line-height: 40px;
  padding: 15px 15px 15px 15%;
  /*color: #355681;*/
  box-shadow: 
    inset 0 0 0 1px rgba(53,86,129, 0.4), 
    inset 0 0 5px rgba(53,86,129, 0.5),
    inset -285px 0 35px white;
  border-radius: 0 0px 50px 50px;
  background: #fff url(../img/umum/BUTTONS.png) no-repeat center ;
}

.section-title h2::after {
  content: "";
  width: 0px;
  height: 2px;
  display: inline-block;
  background: #429ef5;
  /*background: #ffde9e;*/
  /*margin: 4px 10px;*/
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #429ef5;
}


/*--------------------------------------------------------------
# multifilament
--------------------------------------------------------------*/
.multifilament .content .card-body h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  color: #429ef5;
  text-align: center;
}

.multifilament .content .card-body ul {
  list-style: none;
  padding: 0;
}

.multifilament .content .card-body ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.multifilament .content .card-body ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #429ef5;
  /*color: #ffc451;*/
}

.multifilament .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 70%;
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #ffc451 !important;
}
