html{
  scroll-behavior: smooth;
}
/* Navbar */
  .navbar{
    position: relative;
    z-index: 99;
    text-transform: uppercase;
    font-family: 'Sora', sans-serif;
    margin: auto;
    font-weight: bold;
  }
  @media (min-width: 992px){
    .navbar{
      border-bottom: 1px solid rgba(255, 255, 255, 0.507);
      width: 90%;
    }
    .nav-link{  
      font-size: 17px;
      font-weight: bold !important;
      letter-spacing:1px;
      color: black !important;
      text-shadow: 1px 2px 1px rgba(0, 150, 255, 0.8 );
    }
    .nav-link .dropdown-item{
      color: #fff !important;
    }
  }

  @media (max-width: 991px){
    .nav-link{
      letter-spacing: 1px;
      color: #1F1F1F !important;
    }
  }

  .dropdown-item{
    position: relative;
    z-index: 99;
  }
  /* navbar end */

/* Carousel/Slider */

.carousel-caption span{
    font-size: larger;
    font-weight: 700;
        background: #fed369;
        background: -moz-linear-gradient(to right,#78ff09 0,#ccff13 50%,#f089fd 100%);
        background: -webkit-linear-gradient(to right,#78ff09 0,#ccff13 50%,#f089fd 100%);
        background: linear-gradient(to right,#78ff09 0,#ccff13 50%,#f089fd 100%);
        background-clip: border-box;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00626b', endColorstr='#00f7ca', GradientType=1 );
        background-clip: text;
        -webkit-background-clip: text;
        text-emphasis-color: transparent;
        -webkit-text-fill-color: transparent;
}
@media (min-width: 768px){
  .carousel-inner{
      width: 960px;
      
      position: relative;
      z-index: 1;
      background-size: cover;
      margin-top: -130px;
  }

  .carousel-caption h3 {
    color: rgb(0, 255, 150);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
    font-size: 15px;
    margin-bottom: 8rem;
  }
  .carousel-caption h4 {
    color: rgb(255, 255, 0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
    font-size: 15px;
  }
  .carousel-caption h5 {
    color: rgb(20, 100, 255);
    text-shadow: 2px 5px 5px black(0,5, 0.5, 0.5, 0.6 );
    font-size: 25px;
    margin-bottom: -0.2rem;
    background : white;
    opacity: 100%;
  }  
 .carousel-caption h1 {
    margin-bottom: 8rem;
    font-size:15px;
    color: rgb(255, 255, 0);
    background:deepskyblue;
    text-shadow: 4px 4px 4px black(1,5, 1.5, 0, 1.6 );
 }  
 .carousel-caption h2 {
    Background: lightgreen;
    opacity: 0.7;
    font-size:20px;
     margin-bottom: 0px;
    color: magenta;
    text-shadow: 1px 1px 1px black(0, 0, 0, 0.6 );  
 }  
  .carousel-caption h6{
    color: maroon;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 20rem;
    text-shadow: 1px 1px 1px black(0.7, 0.7, 0, 0.6 );
    
  }  
 .carousel-caption h7 {
    font-size:20px;
    font-weight: bold;
    margin-bottom: 150px;
    color: #054cfc;
    background-color: darkgrey;
 }    
 .carousel-caption h8 {
    font-size:15px;
    margin-bottom: 100px;
    background: white;
    color: deepskyblue;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );    
    
  }
  .carousel-caption p {
    color: #fb5e34;
    margin-bottom: 32rem;
    margin-left: 30rem;
    font-weight: 500;
    font-size: 16px;
    text-shadow:1px 1px 1px rgba(0.5, 0.5, 0.5, 0.6 );
    opacity: 90%;
  }  
  .carousel-item img{
    width: 960px;
    height: auto;
  }
    
}
@media (max-width: 1920px){
  .carousel-inner{
    width: 80%;
    height: 80%;
    position: center;
    z-index: 1;
    background-size: cover !important;
  }
  .carousel-item img{
    height: 100%;
    width: 100%;
  }
  
  }

 
  .carousel-indicators{
    margin-bottom: -5px !important;
  }
 


/* Slider end */



/* Service Area */
.section_title{
  margin-bottom: 50px;
  font-size:20;
  font-weight:bold
  
}

  

 

.service_bg_1{
  background-image: url("../img/svg_icon/Gambar_Rangkaian_Traffic_light.webp");
}
.service_bg_2{
  background-image: url("../img/svg_icon/2.webp");
  alt: unset;
}
.service_bg_3{
  background-image: url("../img/svg_icon/3.webp");
}





  @media (min-width: 1366px) and (max-width: 1920px) {
    .service_area {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  
  .service_area .single_service {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-position: center;
    overflow: hidden;
  }
  
  .service_area .single_service .service_hover {
    text-align: center;
    padding: 104px 0 94px 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
  }
  
  .service_area .single_service .service_hover h7 {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
  }
  
  .service_area .single_service .service_hover .hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: #0e43b627;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  
  .service_area .single_service .service_hover .hover_content .hover_content_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 54px;
  }
  
  @media (min-width: 768px) and (max-width: 1920px) {
    .service_area .single_service .service_hover .hover_content .hover_content_inner {
      padding: 0 10px;
    }
  }
  
  .service_area .single_service .service_hover .hover_content .hover_content_inner h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
  }
  
  .service_area .single_service .service_hover .hover_content .hover_content_inner p {
    font-size: 16px;
    color: #fff;
  }
  
  .service_area .single_service:hover {
    background-position: top;
  }
  
  .service_area .single_service:hover .hover_content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  
  .service_area .single_service:hover .service_hover {
    background: rgba(0, 0, 0, 0.5);
  }
  
  
  @media (min-width: 766px){
    .section_title h6{
      font-size: 20px;
      font-weight: bold;
    }    
  }
  @media (max-width: 766px){
    .section_title h5{
      font-size: 17px;
      font-weight: bold;
    }
  }




  





  /* About Area */
  .about_area{
    margin-top:30px;
    margin-bottom: 30px;
    
  }
  .about_area .about_image img {
    width: 50%;
    height: 50%;
  }
  
  
  @media (max-width: 767px) {
    .about_area .about_info {
      padding-top: 20px;
      padding-bottom: 50px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .about_area .about_info {
      padding-left: 24px;
      padding-top: 100px;
      padding-bottom: 50px;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1366px) {
    .about_area .about_info {
      padding-left: 24px;
      padding-top: 0;
      padding-bottom: 40px;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1366px) {
    .about_area .about_info {
      padding-left: 30px;
      padding-top: 0;
    }
  }
  
  .about_area .about_info h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #2C2C2C;
    
  }
    .about_area .about_info h5 {
    font-size: 15px;
    padding-left: 45rem;
    margin-top: -10rem;
    font-style: italic;
    line-height: 15px;;
    color: #0a3b12;
  }
  
  @media (max-width: 767px) {
    .about_area .about_info h6 {
      font-size: 15px;
      line-height: 40px;
    }
  }

  
  @media (min-width: 992px) and (max-width: 1200px) {
    .about_area .about_info h4 {
      font-size: 17px;
      line-height: normal;
      font-weight: normal;
    }
  }
  
  .about_area .about_info p {
    font-size: 15px;
    line-height: 20px;
    color: #727272;
    margin-bottom: 22px;
    margin-top: 35px;
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    .about_area .about_info p br {
      display: none;
    }
  }
  
  .about_area .about_info ul {
    margin-bottom: 56px;
  }
  
  @media (max-width: 767px) {
    .about_area .about_info ul {
      margin-bottom: 20px;
    }
    
  }
  
  /* line 62, ../../Arafath/CL/CL October/213. Business/HTML/scss/_about.scss */
  .about_area .about_info ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 20px;
    color: #727272;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    z-index: 1;
  }
  .about_area .about_info ul li::before {
    position: absolute;
    left: -10px;
    background-image: url(../img/svg_icon/check.svg);
    width: 16px;
    height: 16px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } 
/* about area end */

 
/* Footer */
.footer_top ul li {
  /* font-size: 19px !important; */
  list-style-type: none;
  margin-left: -33px;
  text-align: left;
}
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer_top {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #2C2C2C;
}

@media (max-width: 767px) {
  .footer .footer_top {
  padding-top: 40px;
  padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
.footer .footer_top .footer_widget {
  margin-bottom: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footer .footer_top .footer_widget {
  margin-bottom: 30px;
}
}
.footer .footer_top .footer_widget .footer_title {
text-align: left;
font-size: 15px !important;
color:#C7C7C7;
text-transform: uppercase;
margin-bottom: 10px;
}


@media (max-width: 767px) {
.footer .footer_top .footer_widget .footer_title {
  margin-bottom: 20px;
  }
}


.footer .footer_top .footer_widget .footer_logo img{
  margin-top: 30px;
  border-radius: 5px;
}

.footer .footer_top .footer_widget p {
color: #C7C7C7;
margin-right: 40px;
}
.footer .footer_top .footer_widget .alamat {
margin-left: -40px;
}


.footer .footer_top .footer_widget ul li {
color: #C7C7C7;
line-height: 40px;
}

.footer .footer_top .footer_widget ul li a {
color: #C7C7C7;
font-size: 15px;
}


.footer .footer_top .footer_widget ul li a:hover {
color: #28AE60;
}

.footer .copy-right_text {
padding-bottom: 30px;
background: #1F1F1F;
}


.footer .copy-right_text .footer_border {
padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
font-size: 13px;
margin-bottom: 0;
font-weight: 400;
}

@media (max-width: 767px) {
.footer .copy-right_text .copy_right {
  font-size: 9px;
}
}

.footer .copy-right_text .copy_right a {
color: #28AE60;
}
/* Footer END */


/* Mobile */
@media (max-width: 992px){
    /* Carousel/Slider */
    .carousel-inner{
      width: auto;
      height: 100%;
      position: relative;
      z-index: 1;
      background-size: cover !important;
    }
    .carousel-item img{
      width: 100%;
      height: 100%;
    }
    .carousel-caption h3{
      font-size: 10px;
      font-weight: normal;
      margin-bottom: -20px;
      color: deepskyblue;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
      
    }
    .carousel-caption h4{
      font-size: 12px !important;
      font-style: normal;
      margin-bottom: -20px !important;
      color: yellow;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
     
    }
    .carousel-caption h5{
      margin-bottom: -1.5px;
      font-size: 15px !important;
      color: yellow;
      text-shadow: 3px 3px 2px black(0.5, 1, 1, 0.6 );  
      background-color: deepskyblue;
      
    }.carousel-caption h1{
      font-size: 10px !important;
      font-weight: bold;
      color: deepskyblue;
      
      background-color: black;
      opacity: 0.7;
      text-shadow: 3px 3px 3px black(0.1, 0, 0, 0.6 );
      
    }.carousel-caption h6{
      font-size: 12px;
      margin-bottom: 10px;
      margin-left: 110px;
      color: #ab0303;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
      
    }.carousel-caption p{
      font-size: 10px;
      color: #FF5733;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6 );
      margin-bottom: 130px;
      margin-left: 110px;
      
    }.carousel-caption h2{
      background-color: white;
      opacity: 0.7;
      margin-bottom: 1.5px;
      font-size: 10px;
      
      text-transform: uppercase;
      font-weight: bold;
      color: darkgreen;
      text-shadow: 3px 2px 1px black(0.5, 0.5, 0, 0.6 );
      
      
    }.carousel-caption h7{
      margin-bottom:35px;
      font-size: 12px;
      font-weight: bold;
      color: #06ccf8;
      text-shadow: 3px 2px 1px black(0.5, 0.5, 0, 0.6 );
      
    }.carousel-caption h8{
      font-size: 10px;
      margin-top: 10px;
      margin-left:10px;
      margin-bottom:35px;
      color: black;
      background-color: white;
      text-shadow: 2px 1px 1px black(1, 1, 1, 0.6 );
    }
    .carousel-indicators{
      margin-bottom: -5px !important;
    }
    .section_title h6{
      font-size: 15px;
    }
    .main_title h6{
        font-size: 13px;
        
    }
   .about_area .about_image img {
    width: 75%;
    height: 75%;
    
   }
    .about_area .about_info h5 {
    font-size: 10px;
    padding-left: 1rem;
    margin-top: 1rem;
    font-style: italic;
    line-height: 10px;;
    color: #0a3b12;
    
    }
    .about_info h3{
      font-size: 15px;
      text-align: center;
    
        
    }

}
/* button */
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    
  }
#myBtn{
  color: #2196f3;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
}
#myBtn:hover {
  color: #255784;
  background: #2196f3;
  box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
  transition-delay: 1s;
}