body {
  font-family: "SourceSansPro-Regular";
  color: #0c0c0c;
  background-color: #ffffff;
  font-size: .8rem;
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url(SourceSansPro-Regular.ttf);
}

.layout_padding {
  padding: 50px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #0000ff;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  overflow: hidden !important;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*end header section*/
/* slider section */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10%;
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #000;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 4rem;
  line-height: .9;
  /* margin-top: 80px; */
}

.slider_section .detail-box p {
  width: 95%;
  margin-top: 35px;
  font-size: .9rem;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
      width: 100%;
    margin-left: -17%;
    position: relative;
    z-index: 2;
}

/* .slider_section .img-box img {
  width: 104%;
} */

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg-text.jpg);
      background-size: auto 110%;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 80% 0, 35% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0, 35% 100%, 0% 100%);
}


.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

/* .subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.subscribe_section form input {
  border: none;
  min-width: 85%;
  height: 55px;
  background-color: #f0f0f0;
  padding: 0 20px;
  border-radius: 10px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 100px;
  height: 40px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #79b01b;
  text-align: center;
  text-transform: uppercase;
}

.slider_section .detail-box .text-login{
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: .9rem;
}

.subscribe_section form button:hover {
  background-color: #79b01b;
}

.client_section {
  font-family: "Poppins", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

/* .client_section .client_container .box {
  margin: 20px 35px;
} */

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  min-width: 150px;
  margin-top: -50px;
  margin-left: 5px;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h5 {
  color: #021056;
}

.client_section .client_container .box .client-id .name h6 {
  color: #0730fc;
}




/* end footer section*/
/*# sourceMappingURL=style.css.map */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
  font-family: "SourceSansPro-Regular";
    overflow: hidden;
}

.wave{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.container{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
}

.img{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.img img{
	width: 500px;
}

/* form{
	width: 360px;
} */

.login-content img{
    height: 100px;
}

.login-content h2{
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 2.9rem;
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #38d39f;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 15px;
}

.input-div.focus > .i > i{
	color: #38d39f;
}

.input-div > div > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: #555;
	font-family: 'poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

a:hover{
	color: #38d39f;
}

.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
	background-size: 200%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}


@media screen and (max-width: 1050px){
	.container{
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px){
	/* form{
		width: 290px;
	} */

	.login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}
}

@media screen and (max-width: 900px){
	.container{
		grid-template-columns: 1fr;
	}

	.img{
		display: none;
	}

	.wave{
		display: none;
	}

	.login-content{
		justify-content: center;
	}
}



  .slider_section .slider-container .overlay {

    position: absolute;
    left: 62.7%;
    background: #86c127;
    height: 30%;
    opacity: 1;
    border-left: 10px solid #fff;
    -webkit-transform: skewX(28deg);
    -ms-transform: skewX(28deg);
    transform: skewX(28deg);
    top: 0;
    -webkit-transform: skewX(28deg);
    -ms-transform: skewX(28deg);
    transform: skewX(28deg);
    right: 16.2%;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 0%);
    bottom: 0;
}

 .slider_section .slider-container .overlay-1 {
    position: absolute;
    left: 50.3%;
    background: #fff;
    width: 0px;
    height: 71%;
    opacity: 1;
    border-right: 10px solid #fff;
    bottom: 0;
    -webkit-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
        transform: skewX(-43deg);
}


.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.carousel {
  position: relative;
  max-width: 220px;
  background:transparent;
  border-radius: 10px;
  margin-top: 60px;
}


.carousel-item .img-fluid {
  width:100%;
  height:130px;
  border-radius: 10px;
}

.carousel-item a {
  display: block;
  width:100%;
}

/* .carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 150%;
  margin-right: -60%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
} */

.slider_section .detail-box .form-login {
  width: 70%;
}

.padding-judul{
  margin-top: 90px;
}


@media (max-width: 992px){
  .slider_section .detail-box .form-login{
    width: 100%;
  }
  .top-right {
    right: 70px;
  }

  .slider_section .img-box img {
    width: 100%;
}
.container {
    width: 100%;
    height: 100%;
  }
  .subscribe_section form input {
    min-width: 100%;
  }
  .slider_section .detail-box h1 {
	margin-top: 0px;
  }
  .padding-judul{
    margin-top: 0px;
  }
}

@media (max-width: 768px){

  .layout_padding-top {
    padding-top: 0px;
  }

  .slider_section .img-box img {
    width: 100%;
  }

  .top-right {
    right: 0px;
  }

  .container {
    width: 100%;
    height: 100%;
  }

  .subscribe_section form input {
    min-width: 100%;
  }

  .slider_section .detail-box h1 {
	margin-top: 0px;
  }
  .padding-judul{
    margin-top: 0px;
  }
}



.client_section .client_container {
  width: 110%;
  margin: 0 auto;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
	overflow: hidden;
    width: 7%;
    left: 10%;
    z-index: 9999999;
    /* margin-left: -150px; */
    margin-top: 30px;
}

.responsive-img-bg {
  width: 117%;
}

.slider_section .slider-container .overlay {
  background: #e30016;
}

.subscribe_section form button {

  background-color: #009136;
}

.carousel-item .img-fluid {
  width: 100%;
  height: 135px;
  border-radius: 10px;
}

.client_section .client_container .box .detail-box {
  padding: 25px 20px 40px;
}

.responsive-promo {
  margin-top: 420px;
}