/*aStylers Preview Template*/



/*font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');


/*general*/
*, html, body {
    margin:0;
    padding:0;  
}

body {
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 14px;
    background: #ededf0;
    background: linear-gradient(
      rgba(8, 103, 238, 0.65), 
       rgba(8, 103, 238, 0.65)
    ),
    url(../images/bg.png) no-repeat center center;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-weight: 500;
    color: #111;
    letter-spacing: 1px;
}

h4 {
    margin-bottom: 24px;
    color: #fff;
    font-weight: 400;
}

p {
    margin: 8px 0;
    line-height: 24px;
}

a {
    color: #fff;
}

a:hover {
    color: #eee;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.segments {
    padding: 100px 0 120px;
}

.section-title {
    margin-bottom: 90px;
    text-align: center;
}

.section-title h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.section-title h5 {
    background: #ddd;
    padding: 10px 20px;
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    color:
    #444;
}

.section-title h5 span {
    background:#0078D7;
    color:#fff;
    padding: 1px 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.section-title p {
    margin: 0 25%;
}

.section-title .line {
    background: #ec407a;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 10px;
}

.section-title .line2 {
    background: #ec407a;
    height: 3px;
    width: 40px;
    margin: 0 auto;
    margin-top: 4px;
}




.bg-light {
    background-color: #fff;
}

@keyframes vertimove {
    0% {
        -webkit-transform: translateY(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(0);
        /* IE 9 */
        transform: translateY(0);
        /* Firefox 16+, IE 10+, Opera */
    }
    50% {
        -webkit-transform: translateY(20px);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(20px);
        /* IE 9 */
        transform: translateY(20px);
        /* Firefox 16+, IE 10+, Opera */
    }
}


/*loader*/
.spinner4 {
    background: #0078D7;
}

@keyframes mymove {
    0% {
        -webkit-transform: scale(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(0);
        /* IE 9 */
        transform: scale(0);
        /* Firefox 16+, IE 10+, Opera */
    }
    50% {
        -webkit-transform: scale(1, 1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1, 1);
        /* IE 9 */
        transform: scale(1, 1);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: scale(1, 1);
        /* IE 9 */
        transform: scale(1, 1);
        /* Firefox 16+, IE 10+, Opera */
        opacity: 0;
    }
}


/*button default*/
.button {
    background-color: #0078D7;
    color: #fff;
    position: relative;
    padding: 8px 20px;
    border: 0;
    margin-top: 25px;
    font-size: 14px;
    z-index: 0;
    border-radius: 2px;
    transition: all .4s ease;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.button:hover {
    background-color: #fff;
    color: #333;
}



/*demos*/
.demos .content {
    position: relative;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}

.demos .content img {
    width: 100%;
    border-radius: 5px;
}

.demos .text h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

.demos .content i {
    color: #ec407a;
    font-size: 50px;
    margin-bottom: 12px;
}

.demos .text {
    text-align: center;
}

.demos .text .demo {
    background: #e0e5ec;
    padding: 4px 35px 6px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
    display: inline-block;
    color: #202125;
    margin-bottom: 30px;
}



/* senteng */
.senteng {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: absolute;
}
.senteng::before,
.senteng::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #555;
}
.senteng span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #111;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1;
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.senteng-top-left {
  top: -10px;
  left: -10px;
}
.senteng-top-left::before,
.senteng-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.senteng-top-left::before {
  top: 0;
  right: 0;
}
.senteng-top-left::after {
  bottom: 0;
  left: 0;
}
.senteng-top-left span {
  right: -50px;
    top: 30px;
    transform: rotate(-45deg);
    font-size: 12px;
}