*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
 }

body {
  margin: 0px;
  background-image:none;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

.row:before, .row:after {
  display: none !important;
}

a{
  text-decoration: none;
  box-shadow: none;
}

a:hover{
  background-color: none;
  text-decoration: none;
}

.form_sketch {
  border-color:transparent;
  background-color:transparent;
}

/* ANIMATION */
.fading{
  opacity: 0;
}

.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-1000px, 0px, 0px);
  -webkit-transform: translate3d(-1000px, 0px, 0px);
  -o-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate3d(-1000px, 0px, 0px);
}

.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(1000px, 0px, 0px);
  -webkit-transform: translate3d(1000px, 0px, 0px);
  -o-transform: translate(1000px, 0px);
  -ms-transform: translate(1000px 0px);
  transform: translate3d(1000px, 0px, 0px);
}

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*NAVBAR*/

.navbar{
  background-color:rgba(242, 242, 242, 1);
}

.navbar-blok{
  height: 70px;
}

.navbar-menu{
  display: inline-block;
  padding-left: 0;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background:inherit;
  background-color:rgba(255, 255, 255, 0);
  color: black;
  display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}

.navbar-menu:hover{
  color: #4B73D2;
}

.navbar-menu a{
  color: black;
}

.navbar-menu:hover> a{
  color: #4B73D2;
  background-color: none;
  text-decoration: none;
}

#logo_img {
  float: left;
  width: 210px;
  height: 40px;
}

ul.dropdown-menu{
  display: none;
  background-color: rgba(85, 85, 85, 1);
  padding: 0px;
  font-size: 17px;
  width: 300px;
  margin-top: 12px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  transition: 100ms;
}

.dropdown-menu:hover>a{
  background-color: rgba(242, 242, 242, 0.988235294117647);
}

.dropdown-menu>li>a:hover {
  color: black !important;
  font-size: 17px;
}

.img_home{
  height: 550px;
  width: 100%;
}


/*FOOTER*/

.content{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:400;
  font-style:normal;
  font-size: 15px;
  line-height: 17px;
  padding-top: 50px;
}

#gambar_logo_footer {
  margin-left: auto;
  border-width:0px;
  height:80px;
  /* position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
}

.content_logo_footer{
  margin-left: auto;
  color: #808080;
  font-size: 14px;
  font-style:normal;
  width: 350px;
  padding-left: 10px;
  /* height:0px;
  position: absolute;
  top: 65%;
  left: 62%;
  transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%); */
}

/*SLIDER*/


.carousel_box{
  position: relative;
  text-align: center;
  max-width: 1980px;
  margin: auto;
}

.carousel-item {
  max-height:650px;
  width: 100%;
  height: 100%;
  background: no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative
}

#logo_img_slider {
  width:900px;
  height:175px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.img_home{
  height: 550px;
  width: 100%;
}

/*DESCRIBE*/

#describe {
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro';
  font-weight:300;
  font-style:normal;
  font-size: 18px;
  text-align: center;
  padding: 80px 50px;
  line-height: 23px;
}


/*OUR CHEMICAL SOLUTIONS*/

#box1{
  /* background:inherit; */
  /* background-color:rgba(215, 215, 215, 0.156862745098039); */
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 1280px;
}

#tittle{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:30px;
  text-align:center;
  word-wrap:break-word;
  text-shadow:2px 1px 1px rgba(0, 0, 0, 0.109803921568627);
  -webkit-text-shadow:2px 1px 1px rgba(0, 0, 0, 0.109803921568627);
  -moz-text-shadow:2px 1px 1px rgba(0, 0, 0, 0.109803921568627);
  text-transform:none;
  padding-bottom: 50px;
}

/*OUR CHEMICAL SOLUTIONS CONTENTS*/

#solution {
  padding: 0;
}

.solution_blur{
  position: relative; 
  text-align: center;  
  color: black;
  padding: 0px 10px;
  width: 300px;
  height: 420px;
}

.solution_effect{
  filter: contrast(40%) brightness(85%);
}

#solution_img {
  width: 100%;
  height: 100%;
  /* max-height: 600px; */
}

.tulisan{
  font-family: 'Trebuchet MS',Arial, sans-serif;
  color: white;
  font-size: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-weight: bold;
}

.tulisan:hover{
  font-size: 35px;
}

/*OUR TECHNOLOGY SOLUTIONS*/

#box2{
  /* background:inherit; */
  /* background-color:#d7d7d72b; */
  border:none;
  border-radius:0px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1920px;
}

/*OUR TECHNOLOGY SOLUTIONS CONTENT*/

#gambar_kiri {
  position: absolute;
  width:100%;
  height:540px;
  max-width: 450px;
  right: 0;
}

.box_kanan{
  background-color: white;
  height:260px;
  padding: 0px 10px;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #333;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

#gambar_kanan{
  position: absolute;
  border-width:0px;
  width:100%;
  height:260px;
  max-width: 210px;
  right: 0;
}

#tittle_kanan{
  font-family:'Trebuchet MS', sans-serif;
  text-align: left;
  font-weight:700;
  font-style:normal;
  font-size:25px;
  padding-top: 17px;  
  color: black;
}

#tittle_kanan:hover{
  color: rgb(75, 115, 210);
  text-decoration: underline;
}

#content_kanan{
  word-wrap:break-word;
  text-transform:none;
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-style:normal;
  font-size:12px;
  text-align:justify;
  text-justify:inter-word;
  line-height:17px;
  padding-top: 25px;
}

/*ABOUT US*/

#gambar{
  width:100%;
}

#box{
  background-color:rgba(51, 51, 51, 0.996078431372549);
}


#tittle_about_insight {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size: 50px;
  color:rgba(255, 255, 255, 0.996078431372549);
  padding-top: 50px;
  padding-left: 100px;
  text-align: left;
}

#content{
  word-wrap:break-word;
  text-transform:none;
  font-family: 'Trebuchet MS', sans-serif;
  font-style:normal;
  font-size:18px;
  color:rgba(255, 255, 255, 0.996078431372549);
  text-align:justify;
  text-justify:inter-word;
  line-height: 20px;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 50px;
  margin-right: 45px;
}

#position_link{
  width:200px;
  height:35px;
  background:inherit;
  background-color:rgba(255, 255, 255, 0);
  box-sizing:border-box;
  border-width:2px;
  border-style:solid;
  border-color:rgba(242, 242, 242, 1);
  border-radius:0px;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:15px;
  color:#fff;
  margin-left: 100px;
  margin-top: 30px;
  text-align: center;
}

#position_link:hover{
  background-color:rgba(242, 242, 242, 1);
  border-color:rgba(242, 242, 242, 1);
  color:black;
}

/*WHATSAPP BUTTON*/

#wabtn{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
}

#wabtn img{
  width:100%;
  height:100%;
}

.my-float{
  margin-top:10px;
}

/*ORGANIC*/

.blur{
  position: relative;   
  color: black;
}

.header_effect{
  filter: contrast(50%) brightness(85%);
}

#header_img {
  max-height:480px;
  width: 100%;
  height: 100%;
}

.tittle_organic{
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.sub_tittle_organic{
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: rgb(85, 85, 85);
}

.content_organic{
  font-family: "Avenir LT Pro 35 Light", "Avenir LT Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 100px;
}

.sub_tittle_organic_bawah{
  font-family: "Trebuchet MS", sans-serif;
  font-weight:700;
  font-size:30px;
  text-align:center;
  border-bottom: 8px solid #ccc;
  padding: 0px 50px 20px 50px;
  margin: auto;
  max-width: 300px;
}

.tittle_isi_content{
  font-family: "Avenir LT Pro 35 Light", "Avenir LT Pro", sans-serif;
  font-weight:700;
  font-size:22px;
  margin: auto;
}

/*CONTACT US*/

.blur{
  position: relative;   
  color: black;
}

.header_effect_contact{
  filter: contrast(80%) brightness(85%);
}

.content_contact_atas{
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  color: black;
  display: block;
}

.content_contact_atas_desc{
  font-family: "Trebuchet MS Bold", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: black;
}


.bar-pemisah{
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #595959;
  margin-top: 50px;
}

.content_cs{
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color:#4B73D2;
  line-height: 30px;
  margin-left: 70px;
}

.content_cs a{
  color:#4B73D2;
}

.content_cs:hover{
  text-decoration: underline;
}

.content_schedule_cs{
  font-family: "Avenir LT Pro 35 Light", sans-serif;
  font-weight: 300;
  line-height: 30px;
  margin-left: 70px;
  font-size: 22px;
}

.box_contact{
  background-color: rgba(249, 249, 249, 0.29); 
}

.tittle_form{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: rgb(75, 115, 210);
}

form{
  font-family: "Avenir LT Pro 35 Light", "Avenir LT Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  font-family: 'Trebuchet MS', sans-serif;
  background-color: white;
  border: 1px solid black;
  color: black;
  padding: 12px 20px;
  border-radius: 7px;
  cursor: pointer;
  width: 190px;
  font-size: 23px;
  font-weight: 200;
}

input[type=submit]:hover {
  background-color: rgb(75,115,210);
  color: white;
}

.box_content_atas{
  text-align: justify;
  background:inherit;
  border-radius:5px;
  width: 800px;
  height: 950px;
}

.contact_modal_close{
  width: 25px;
  height: 25px;
}

.contact_modal_text{
  height: 240px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.contact_modal_label{
  font-size: 21px;
  line-height: 20px;
  font-weight: bold;
}

@media (max-width: 768px){
  .dropdown-menu{
    border:none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 0 !important;
  }
}