/*part I*/
.first-div{
    background-image: url("https://space.fortis.my.id/fortis/bg.jpg");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 570px;
    position: relative;
}
.fii-fst{
    position: absolute;
    right: 30%;
}
.text-tit{
    color: #fff;
    z-index: 2;
    position: relative;
    margin-left: 180px;
    top:35%;
    transform: translateY(-35%);
}
@media screen and (max-width: 768px){
    .text-tit{
        margin-left: 120px;
    }
}
@media screen and (max-width: 564px){
    .text-tit{
        margin-left: 80px;
    }
}
@media screen and (max-width: 480px){
    .text-tit{
        margin-left: 20px;
    }
}
.btn-ttl{
    background: #33a13f;
    color: #fff;
    border-radius: 25px;
    border-color: transparent;
    padding: 5px 20px;
}
.svg-nat-1{
    position: absolute;
    top:100%;
    transform: translateY(-100%);
}
.svg-nat-1 svg{
	width: 100vw;
    height: 100%;
}


/*part II*/
@media screen and (min-width: 768px){
    .repel-1{
        margin-top: -40px;
    }
}
.services-img{
    width: 120px;
}
.list-inline-item{
    margin-left: 100px;
}
.list-inline{
    padding-left: 40px;
}
.how-work-bg {
    margin-top: 10px;
}
.svg-nat-2{
    position: absolute;
    width: 100%;
    right: 0;
}
.svg-nat-2 svg{
    overflow: hidden;
    vertical-align: middle;
    right: 0;
    margin-top: 70px;
    position: absolute;
}
@media screen and (min-width: 768px){
    .imgsc-2{
        margin-top: 150px;
    }
    .imgsc-3{
        margin-top: 60px;
    }
}

/*part 3*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.owl-nav{
    text-align: center;
}
.owl-prev{
    margin-left: 0px;
}
.owl-next{
    margin-left: 20px;
}
.owl-item.cloned > .screen-name{
    display: none;
}
.owl-item.active.center > .screen-name{
    display: block;
    animation: fadein 2s;
    font-weight: strong;
}
.ssowl.owl-item.active.center{
    margin-top: 30px;
}
.owl-item.active > .screen-name{
    display: none;
}
.ssowl.owl-item img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*part 4*/
div.polaroid {
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    z-index: 200;
}
.polaroid > img{
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all 0.5s ease;
   max-height: 228px;
}
.polaroid > img:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.chariot-1{
    position: absolute;
    margin-top: -200px;
    margin-left: 10px;
    z-index: 1;
}
.chariot-2{
    position: absolute;
    margin-top: -400px;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 768px){
    .chariot-1{
        position: absolute;
        margin-top: -500px;
        margin-left: 10px;
        z-index: 1;
    }
    .chariot-2{
        position: absolute;
        margin-top: -1100px;
        right: 0;
        z-index: 1;
    }
}

/*part 5*/
.svg-nat-3{
    position: absolute;
    top:93%;
    transform: translateY(-93%);
}
.svg-nat-3 svg{
    width: 100vw;
    height: 100%;
}

.footerlst{
    min-height: 130px;
}