body, p, td, th { color: #555; }
.navbar .navbar-nav .nav-link { font-size: 14px; }
h1, h2, h3, #tentang .about-box .about-title {
  text-transform: uppercase;
}
.btn-blue { font-size: 12px; text-transform: uppercase; line-height: auto; padding: 5px 20px; height: auto; }
p { font-size: 14px; }

#myCarousel .carousel-item {
    height: 572px;
}

	#vision, #perusahaan, #business, #product, #subsidiaries{
		background-color: #f6f6f6;
	}
  .vision{
        line-height: 2;
        text-align: center;
        font-weight: 900;
    }

    #vision .qode_iwt_icon_holder {
        border-radius: 100%;
        border: 2px solid #2a3889;
        background-color: #2a3889;
    }

    .h1new{
        text-align: center;
        font-size: 30px;
        line-height: 1.25em;
         font-weight: 900;
        margin-top: 30px;
    }

    .title.header{
    	text-align: center;
    	/*margin:50px 10px;*/
    	top:0px;
    	padding-top: 80px;
    	font-size: 40px!important;
    	line-height: 50px!important;

    }


    #pesan p{
    	    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.underline{
    padding-bottom: 10px;
    text-align: center;
    width: 30%;
    border-bottom: 2px solid #2a3889;

}

h2, .h2, h2 a {
    color: #2a3889;
    font-family: 'Cardo', sans-serif;
    font-size: 26px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: capitalize;
}
@media (min-width: 768px){
.col-lg-5n, .col-md-5n {
    flex: 0 0 20%;
    max-width: 20%;
}

.hidden-md{
  display: none !important;
}


}

.icon-title{
    font-size: 15px;
    line-height: 1.571428571428571em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.icon_holder:hover{

}

.vc_custom_1557354154263 {
    background-image: url(http://saranametal.devsites.us/wp-content/uploads/2019/05/bg-product.png?id=512) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
        background-position: top center !important;
}

.roundedimg{
    border-radius: 20px;
    overflow: hidden;
    }


.aig-gallery-hover:hover{
    display: block !important;
    /*width :264px;*/

}

.aa {
  position: relative
}

.aa p {

  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255,255,255,.8);
}

.aa:hover p {
  display: block;
}


.page-title{
    font-weight: 900;
    color: #2a3889;
}

.contact-bg{
    padding-top: 140px;
    padding-bottom: 0px;
}

h5{
    font-size: 15px;
    line-height: 1.571428571428571em;
    font-weight: 600;
}

.contact-form .form-group .btn {
    margin-top: 6px;
    float: right;
}


.btn-blue {
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    padding: 8px 16px;
    width: 218px;
    border-color: #2a3889;
    border-radius: 4px;
    background: #2a3889;
}


section{
    padding-bottom: 20px;
    padding-top: 50px;
}

.carousel-indicators .active {
      background-color: grey;

}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
      background-color: black;
}
.carousel-indicators {
    bottom: -50px;



}



.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
//carousel start
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

}
.overlay1 {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 300px;
  height: 600px;
  background: #2a3889;
  transform: skew(150deg);
  opacity: 0.8;
  left: -240px;
}
.overlay2 {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 300px;
  height: 600px;
  background: #2a3889;
  transform: skew(150deg);
  opacity: 0.80;
  left: -210px;
}
.overlay3 {
  position: absolute;
  top: 0;
  z-index: 12;
  width: 300px;
  height: 600px;
  background: #2a3889;
  transform: skew(150deg);
  opacity: 0.80;
  left: -180px;
}
#page-heading {
  position: relative;
  overflow: hidden;
}
h5.vision { text-transform: uppercase; }
h2.h1new { margin-bottom: 30px; text-transform: uppercase; }
.bigtext { text-align: center; font-size: 1.5rem; margin-bottom: 30px;}
.section { padding-top: 30px; padding-bottom: 60px; }
.carousel-caption *, footer, footer * { color: #fff; }
.blue-heading { background: #2a3889; padding: 15px; color: #fff; text-transform: uppercase; font-size: 1.4rem; }
.content-text p { font-size: 16px; line-height: 1.5em; }
.directors p { font-size: 1.2rem; }
.table { width: 100%; }
.table td, .table th {  padding: 10px; border-bottom: 1px solid  #666; }
.table th { text-transform: uppercase; background: #2a3889; border-bottom-color: #2a3889; color: #fff;}
#tentang .about-box { min-height: 320px; }
#tentang .about-photo img { margin-top: 30px; }
.widget-item a { text-transform: capitalize; }
.carousel .carousel-caption p, .carousel .carousel-caption h1 { line-height: normal; font-family: Helvetica, Arial, sans-serif; font-size: 42px; text-transform: capitalize; margin-top: 0; margin-bottom: 10px; }
h1.page-title { font-style: italic; font-size: 2.2rem; }
.navbar .navbar-nav .nav-link, .navbar .dropdown-item { font-weight: normal !important; }
footer .footer-top .widget-item h5 { font-weight: normal !important; }
h5.vision { font-size: 17px; line-height: normal !important; }



.buttonf {
  padding: 10px 18px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  color: #2a3889;
  font-family: 'Cardo', sans-serif;
  line-height: 5;
}
.buttonf:hover {
  background-color: #3b4990;
  color: #fff !important;
}
.buttonf:active,
.buttonf.is-checked {
  background-color: #2a3889;
  color: white !important;
}

.button-group{
  text-align: center;

}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
a {
  color: #2a3889;
}

.img-fluids {
     width: auto;
    height: 30px;

}
@media (max-width: 768px){
#vision .about-photo{
  margin-bottom: 40px;
}

}

.marg{
  margin-bottom: 40px;
}

.col-xs-6 {
    width: 50%;
}


.title{
      font-size: 25px;
}

p.desct{
  font-size: 15px;
}



  .google-maps {
        position: relative;
        padding-bottom: 75%; /
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }  .google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


 /*   @media (max-width: 991.98px) and (min-width: 768px){
#history-home .image-wrapper img, #tentang .about-photo img {
     max-width: unset;
}
}*/


#tentangs .about-photo img {
    position: relative;
    z-index: 2;
    max-width: calc(100% + 50px);
    box-shadow: -1px 0 24px 0 rgba(0,0,0,.35);
    border-radius: 10px;
    margin-top: 35px;
  }

@media (min-width: 992px){
  #tentangs .about-box {
    min-height: 320px;
    padding: 70px;
    box-shadow: -1px 0 24px 0 rgba(0,0,0,.25);
    border-radius: 10px;
}
.hidden-lg{
  display: none !important;
}
.visible-lg{
  display: block !important;
}

}
@media (max-width: 992px){

#tentangs .about-box {
   min-height: 250px;
    padding: 38px;
    box-shadow: -1px 0 24px 0 rgba(0,0,0,.25);
    border-radius: 10px;
}


}
@media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
   }
   .google-maps {
     margin-bottom: 15px;
   }
#tentangs .about-photo img {
    max-width: 100%;
    }

  .bigtext {
    font-size: 14px;
  }
}
.history-item{
  margin-bottom: 40px;
}
@media (max-width: 575.98px){
#big-img {
    margin-top: 50px;
}

}