@font-face {
font-family: 'ESL Legend';
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format("embedded-opentype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format("woff2"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format("woff"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format("truetype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format("svg");
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: 'ESL Legend';
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format("embedded-opentype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format("woff2"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format("woff"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format("truetype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format("svg");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: 'ESL Legend';
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format("embedded-opentype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format("woff2"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format("woff"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format("truetype"),
url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format("svg");
font-style: normal;
font-weight: bold;
}

img {
max-width: 100%;
}

.ag-format-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline-block {
padding: 300px 0;
}
.ag-timeline_title-box {
padding: 0 0 30px;

text-align: center;
}
.ag-timeline_tagline {
font-size: 40px;
color: rgb(84, 89, 95);
}
.ag-timeline_title {
background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;

background-size: cover;
-webkit-background-clip: text;
background-clip: text;
text-fill-color: transparent;
color: transparent;

font-size: 80px;
}

.ag-timeline_item {
margin: 0 0 50px;

position: relative;
}
.ag-timeline_item:nth-child(2n) {
text-align: right;
}

.ag-timeline {
display: inline-block;
width: 100%;
max-width: 100%;
margin: 0 auto;

position: relative;
}
.ag-timeline_line {
width: 2px;
background-color: #393935;

position: absolute;
top: 2px;
left: 50%;
bottom: 0;

overflow: hidden;

-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.ag-timeline_line-progress {
width: 100%;
height: 20%;
background-color: #d7b02f;
}

.ag-timeline-card_box {
padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
display: inline-block;
margin: 0 14px 0 -28px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
margin: 0 -28px 0 14px;
}
.ag-timeline-card_point {
height: 50px;
line-height: 50px;
width: 50px;
border: 3px solid #d7b02f;
background-color: #1d1d1b;

text-align: center;
font-family: 'ESL Legend', sans-serif;
font-size: 20px;
color: #FFF;

-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
color: #1d1d1b;
background-color: gold;
}
.ag-timeline-card_meta-box {
display: inline-block;
}
.ag-timeline-card_meta {
margin: 10px 0 0;

font-family: 'ESL Legend', sans-serif;
font-weight: bold;
font-size: 28px;
color: whitesmoke;
}
.ag-timeline-card_item {
display: inline-block;
width: 45%;
margin: -77px 0 0;
background-color: #282828;

opacity: 0;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
-o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
box-shadow: 0 0 0 0 rgba(0,0,0,.5);

-webkit-transition: -webkit-transform .5s, opacity .5s;
-moz-transition: -moz-transform .5s, opacity .5s;
-o-transition: -o-transform .5s, opacity .5s;
transition: transform .5s, opacity .5s;

position: relative;
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
opacity: 1;

-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ag-timeline-card_arrow {
height: 18px;
width: 18px;
margin-top: 20px;
background-color: #282828;

z-index: -1;
position: absolute;
top: 0;
right: 0;

-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
margin-left: calc(-18px / 2);
margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
margin-left: -10px;

right: auto;
left: 0;
}
.ag-timeline-card_img {
width: 100%;
}
.ag-timeline-card_info {
padding: 20px 30px;
}
.ag-timeline-card_title {
display: none;
margin: 10px 0 0;

font-family: 'ESL Legend', sans-serif;
font-weight: bold;
font-size: 28px;
color: #d7b02f;
}
.ag-timeline-card_desc {
line-height: 1.45;

font-size: 16px;
color: #FFF;
}
.flaglang {
    width: 20px;
}
.flaglang.rgh {
    margin-left: -22px;
}
.topnav a:hover {
    color: #d7ae40;
}

.area-heading h1 {
  font-size: 48px;
  padding: 0px !important;
  margin: 0px !important;
}
.header-appear .logo {
    left: 0px;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    top: 1% !important;
    background:transparent;
  
    background-image: url('https://media.giphy.com/media/crwwGNqIMccLXpD10F/giphy.gif?cid=ecf05e47xt6mcjc4euybna5fo72bmn2il19bjf9esq5jjcdw&ep=v1_gifs_search&rid=giphy.gif&ct=g'); /* Ganti 'background.gif' dengan nama file gambar bergerak Anda */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: animateBackground 60s linear infinite
  }
  
  a {
    color: #d8d2d9;
    text-decoration: none;
}
.logo {
    width: 150px;
    height: 150px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #d4303000;
    font-weight: 600;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 99999999;
    left: 1%;
    /* top: 50px; */
    /* display: block; */
}

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 110px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.header-appear .navbar-top-default {
    height: 105px;

}
.tekno {
    background: #666;
}
img.imgkntn.icokcl {
    margin-top: -110px;
    width: 100px;
}
a.scroll img {
    width: 88px;
    /* margin-bottom: -100px; */
}
/* .sctr li {
    list-style: none;
    text-decoration: none;
    list-style-type: decimal;
    font-weight: 500;
    margin-left: 20px;
} */
.sctr li {
    list-style: none;
    text-decoration: none;
    list-style-type: none;
    font-weight: 500;
    margin-left: 0px;
}
.btnact button {
    background: gold;
    border: none;
    border-radius: 5px;
    font-weight: 800;
}
.clients-area.btnact {
    text-align: center;
}
.red_rectangle {
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #fbb800;
}
.bg-red {
    background-color: #fbb800;
    color: #000;
}
.about-media .about-icon i {
    color: #000000;
    font-size: 55px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-bottom: 8px;
}
.about-media:hover::before {
    transform: translateY(0);
    transition: transform .25s ease-out;
    background: #ffdc7b;
}
section#program {
    background: linear-gradient(to bottom right, #995900, #fbb800, #fbb800, #fbb800, #fbb800, #995900);
    color: #000;
}
.heading-area ol li {
    text-align: left;
    font-weight: 400 !important;
}
.text-red {
    color: #fbb800;
}
.sctrx li{
list-style-type: disc;}
section#contact {
    margin-bottom: 0px;
}
.portfolio {
    padding: 0;
    background: #32373a;
}
section#partner {
    background: darkgray;
    color:gold;
}
.about_img {
    padding: 2%;
    background-color: #6c6c6c00;
    position: relative;
}
.testimonial-box {
    background: #20202000;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 10px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    border-radius: 10px;
}
.owl-testimonial .owl-item.center .testimonial-box {
    background-color: #d4303000;
}
#testimonials .item {
    padding-bottom: 30px;
}
.owl-testimonial {
    margin-top: 0px;
}
.topnav {
  overflow: hidden;
  /* background-color: #333; */
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  /* background-color: #ddd; */
  color: black;
}

.topnav a.active {
  /* background-color: #04AA6D; */
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.col-12.col-md-6.col-lg-6.text-md-center.text-lg-left.wow.fadeInLeft.content-margin.mainheaad {
    padding-left: 2%;
}
.container-fluid.navbar-left {
    width: 50%;
}
.topnav {
    overflow: hidden;
    /* background-color: #333; */
    width: 54%;
    margin-right: 0;
    text-align: right;
    float: right;
    right: 0px !important;
}
#sidemenu_toggle{display: none}
@media screen and (max-width: 1440px) {
  /* .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: none;
  } */
}


section#about {
    background: url(images/bbg-black1.jpg);
    background-size: cover;
}
.about-heading .heading {
    font-size: 48px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: 800;
}
.about-heading p {
    color: whitesmoke !important;
    font-weight: 500 !IMPORTANT;
    opacity: 1 !important;
}
.red_rectangle {
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #fbb800;
    display: none;
}
/* .slider-image img {
    top: 0px;
    width: 100%;
    right: 28%;
    position: relative;
} */

/* .slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -20px;
} */
.header-appear .navbar-top-default {
    height: 105px;
    background: #000;
}
.header-appear .logo {
    /* left: 17%; */
}

@keyframes imgcoin {
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  40%  {transform: translate3d(0,5%,0) scale3d(1,1,1);}
  100% {transform: translate3d(0,10%,0) scale3d(1,1,1);}
}
.imgcoin {
  transform-origin: 50% 50%;
  animation: imgcoin 1.5s linear alternate infinite;
}
.about-heading .heading {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: 800;
    color: gold;
}
.tekno {
    background: #6660;
}
.text-red {
    color: gold;
}
h4.heading.main-font {
    color: gold;
}
span.nmbrlist {
    padding: 5px;
    background: #d7b02f;
    margin-bottom: 5px;
    border-radius: 40px;
    height: 35px;
    width: 35px;
    text-align: center;
}
.main-font {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
/* .slider-image img {
    top: 0px;
    width: 100%;
    position: relative;
} */
.btnact button {
    background: gold;
    border: none;
    border-radius: 15px;
    font-weight: 800;
    font-size: 20px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
#program .heading-area .heading {
    font-size: 40px;
    font-weight: bold;
    color: gold  !important;
}
section#program {
    background: transparent;
    color: white;
}
h2.heading.main-font.my-4.titlesmb {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: gold;
}
h3.subtitlesmb {
    color: gold;
    font-weight: 450;
}
section#portfolio-area hr {
    width: 100%;
    border: 1px solid #fff;
    margin: 0px;
}
.sctrx li {
    list-style-type: disc;
    margin-left: 50px;
}
ul.sctrx.aloktkn {
    list-style: none;
}
ul.sctrx.aloktkn li {
    list-style: none;
}
li.itemx::before {
    content: "•";
    color: black;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.kuningx::before {
    content: "•";
    color: #fea800;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.ungux::before {
    content: "•";
    color: #a761c8;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.merahx::before {
    content: "•";
    color: #ed210d;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.ijox::before {
    content: "•";
    color: #60d837;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.birux::before {
    content: "•";
    color: #00a1ff;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.shampox::before {
    content: "•";
    color: #ffcff1;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.mintx::before {
    content: "•";
    color: #98ff98;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.brownx::before {
    content: "•";
    color: #706233;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.purplex::before {
    content: "•";
    color: #5c0a5c;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.aquax::before {
    content: "•";
    color: #02fda4;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
li.tealx::before {
    content: "•";
    color: #008080;
    font-size: 70px;
    position: absolute;
    left: 30px;
    margin-top: 0px;
}
.portfolio {
    padding: 0;
    background: #32373a00;
}
.sctrx li {
    list-style-type: disc;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 600;
}
#partner h4.heading.main-font {
    color: #000;
}
#komunitas .col-12.col-md-2 {
    text-align: center;
    margin-left: 20px;
}
h1.main-font.text-white.font-weight-bold.mb-4.tithead {
    text-align: left;
}
.brnbeli {
    background: gold !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px gold;
    border-color: whitesmoke !important;
}
section#testimonials {
    padding: 0px;
    margin-top: -100px;
}

/* .slider-image img {
    top: 0px;
    width: 80%;
    right: 18%;
    position: relative;
} */
/* .slider-image {
    position: absolute;
    bottom: 20px !important;
} */
/* .slider-image img {
    top: -210px;
    width: 120%;
    right: 200px;
    position: relative;
    max-width: unset;
}
.slider-image img {
    top: -210px;
    width: 120%;
    right: 200px;
    position: relative;
    max-width: unset;
    right: 160px;
} */
.slider-area .content-margin {
    margin-bottom: 0px;
}
/* .slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: relative;
    max-width: unset;
    right: 160px;
    bottom: 150px !important;
} */
.slider-image {
    position: relative;
    margin: 0 auto 30px auto;
    top: unset;
    bottom: 0px !important;
    height: 100vh;
}
.slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -40px;
}
.topnav a:hover {
    color: #d7ae40;
}
.header-appear .logo {
    left: 0px;
    width: 130px;
    height: 100px;
}
header.header-appear img {
    width: 90px;
    margin-left: 30px;
}
.header-appear .navbar-top-default {
    height: 100px;
    background: #000;
}
.clients-area.row2 {
    margin-top: -40px;
}
.clients-area.tecnoimg img {
    max-width: 60%;
    margin-top: -20px;
}
section#program p {
    text-align: left;
}
ol.sctr.lstx {
    margin-top: 20px;
}
ol.sctr.lstx li {
    list-style: decimal;
    list-style-type: decimal;
    font-weight: 400;
    margin-left: 20px;
    vertical-align: bottom;
    margin-top: 11px;
}
section#program .heading-area p {
    font-weight: 800;
}
section#program img {
    margin-top: 0px;
}
.mainsosmed {
    text-align: center;
    width: 100%;
    font-size: 50px;
    color: #cecfce;
}
.mainsosmed a:hover{
  color:#fff;
}
.ag-timeline-card_point {
    height: 50px;
    line-height: 43px;
    width: 50px;
    border: 3px solid #d7b02f;
    background-color: #1d1d1b;
    text-align: center;
    font-family: 'ESL Legend', sans-serif;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 600;
    padding-bottom: 40px;
}
.row.align-items-center.diagramnya {
    background: transparent;
    border-radius: 50px;
    box-shadow: 5px 5px 15px #000000fa;
    margin-bottom: 40px;
}
#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}

#piechart_3d {
    position: absolute;
    top: 0;
    left: -2%;
    width:100%;
    height:100%;
    text-align: center;
    align-items: center;
}
.testimonialX-box {
    width: 30%;
    text-align: center;
    margin: auto;
}
.itemX {
    text-align: center;
}
.descriptxt {
    padding-top: 20px;
    padding-bottom: 70px;
    text-align: justify;
}
#testimonials .text1 {
    position: absolute;
    text-align: center;
    top: 84%;
    left: auto;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.portfolio {
    margin-top: 100px;
    padding: 0;
    background: #32373a00;
}
section#copyright {
    padding: 0px;
    background: transparent;
    color: silver;
    font-weight: 500;
}
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #000000;
    width: 100%;
    height: 100%;
}
.copyright .heading-area {
    padding: 40px;
}
.testimonialX-box img {
    margin-bottom: -50px;
}
.headflg .flaglang {
    float: left;
    width: 40px;
    margin-right: 30px;
}
.headflg {
    width: 100%;
}
.about-heading .info {
    font-size: 16px;
    text-align: justify;
}
section#teknologi p {
    text-align: justify;
}
section#program p {
    text-align: justify;
}
header.header-appear img {
    width: 90px;
    margin-left: 0px;
}
.topnav {
    overflow: hidden;
    /* background-color: #333; */
    width: 55%;
    margin-right: 0;
    text-align: right;
    float: right;
    right: 0px !important;
}

@media screen and (max-width: 1440px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav {
    overflow: hidden;
    /* background-color: #333; */
    width: 59%;
    margin-right: 0;
    text-align: right;
    float: right;
    right: 0px !important;
}
.container-fluid.navbar-left {
    width: 40%;
}
a#sidemenu_toggle {
    display: none;
}
  /* .topnav.responsive a {
    float: none;
    display: none;
    text-align: left;
  }
  .topnav{display:none} */
  #sidemenu_toggle{display: block}
  .col-12.col-md-6.col-lg-6.mainheaad {
    max-width: 100%;
    width: 50% !important;
    flex: 0 0 50%;
}

.btn.btn-medium.btn-rounded.btn-trans-white.mb-5 {
    width: 30%;
    font-size: 11px;
    margin-bottom: 20px !important;
}
}
@media (max-width: 1280px) and (min-width: 1100px){
.slider-area {
    height: 100vh;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 14px 46px;
    line-height: 1.8em;
    width: 80%;
    margin: 5px !important;
}
.slider-area .content-margin {
    margin-bottom: -60px;
}
.col-12.col-md-6.col-lg-6.mainheaad {
    max-width: 100%;
    width: 30% !important;
    flex: 0 0 30%;
}
.col-12.col-md-6.col-lg-4.offset-lg-2.text-md-center.text-lg-left.wow.fadeInLeft.content-margin.mainheaad {
    max-width: 100%;
    width: 60%;
}
.btn.btn-medium.btn-rounded.btn-trans-white.mb-5 {
    width: 100%;
    margin-bottom: 20px !important;
}


}
@media (max-width: 1080px) and (min-width: 992px){
  .btn.btn-medium.btn-rounded.btn-trans-white.mb-5 {
      width: 100%;
      margin-bottom: 20px !important;
  }
  .slider-area {
    height: 100vh;
}
a#sidemenu_toggle {
    display: block;
}
.topnav {
    display: none;
}
.col-12.col-md-6.col-lg-6.mainheaad {
    max-width: 100%;
    width: 55% !important;
    flex: 0 0 49%;
}
.slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -40px;
    bottom: -40px;
}
.btn.btn-medium.btn-rounded.btn-trans-white.mb-5 {
    width: 30%;
    margin-bottom: 20px !important;
    font-size: 9px;
    padding: 10px;
}
.col-12.col-md-6.col-lg-6.text-md-center.text-lg-left.wow.fadeInLeft.content-margin.mainheaad {
    padding-left: 2%;
    margin-top: 90px;
}

}
@media screen and (max-width: 720px) {
body {
    text-align: left;
}
}




@media only screen and (max-width: 979px) {
  .btn.btn-medium.btn-rounded.btn-trans-white.mb-5 {
      width: 100%;
      margin-bottom: 20px !important;
  }
  .col-12.col-md-6.col-lg-6.text-md-center.text-lg-left.wow.fadeInLeft.content-margin.mainheaad {
      padding-left: 2%;
      margin-top: 0px;
  }
.ag-timeline_line {
left: 30px;
}
.side-menu .social-icons-simple li a {

    width: 45px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 50%;
    margin: auto;
}
a#sidemenu_toggle {
    display: block;
}
.topnav {
    display: none;
}
.col-12.col-md-6.col-lg-6.mainheaad {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 50%;
}
.testimonialX-box {
    width: 50%;
    text-align: center;
    margin: auto;
}

.ag-timeline_item:nth-child(2n) {
text-align: left;
}

.ag-timeline-card_box,
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
padding: 0 0 20px;
}
.ag-timeline-card_meta-box {
display: none;
}
.ag-timeline-card_point-box,
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
margin: 0 0 0 8px;
}
.ag-timeline-card_point {
height: 40px;
line-height: 40px;
width: 40px;
}
.ag-timeline-card_item {
width: auto;
margin: -65px 0 0 75px
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
right: auto;
left: 0;
}
.ag-timeline-card_title {
display: block;
}
.ag-timeline-card_arrow {
margin-top: 12px;
}
.copyright .heading-area {
    padding: 20px;
}



}

@media only screen and (max-width: 767px) {
.ag-format-container {
width: 100%;
}

.ag-timeline-card_img {
height: auto;
width: auto;
}
.logo {

    /* left: 5%; */

}
.btn.btn-medium {
    font-size: 14px;
    padding: 14px 40px;
    width: 100%;
    margin: 9px !important;
}.copyright .heading-area {
    padding: 20px;
}

}

@media only screen and (max-width: 639px) {
.ag-timeline_title {
font-size: 60px;
}

.ag-timeline-card_info {
padding: 10px 15px;
}
.ag-timeline-card_desc {
font-size: 14px;
}
h1.main-font.text-white.font-weight-bold.mb-4.tithead {
    text-align: center;
    font-size: 34px;
}
.col-12.col-md-6.col-lg-6.mainheaad {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
}
.navbar-top-default {
    background: #20202000;
}
.logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #d4303000;
    font-weight: 600;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 99999999;
    left: 0%;
    /* top: 50px; */
    /* display: block; */
}
section#testimonials {
    padding: 0px;
    margin-top: 0px;
}
div#slider-area h2 {
    font-size: 21px;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    margin: 5px !important;
}
.slider-image {
    position: relative;
    margin: 0 auto 30px auto;
    top: unset;
    bottom: 0px !important;
    height: 33vh;
}
.slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -50px;
}
.slider-area .content-margin {
    padding-top: 150px;
    margin-bottom: 0;
}
.navbar-top-default {
    background: #20202000;
    height: 90px;
}
a.scroll img {
    width: 55px;
    /* margin-bottom: -100px; */
}
.slider-area .content-margin {
    padding-top: 100px;
    margin-bottom: 0;
}
.clients-area.row2 {
    margin-top: -24px;
}
.clients-area.tecnoimg img {
    max-width: 60%;
    margin-top: 0px;
    margin-left: 20%;
    margin-bottom: 30px;
}
#program .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
h2.heading.main-font.my-4.titlesmb {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: gold;
}
h3.subtitlesmb {
    color: gold;
    font-weight: 700;
    font-size: 20px;
}
section.ag-section {
    padding-top: 20px;
}
section {
    padding: 2rem 0;
}
img.imgkntn.icokcl {
    margin-top: 30px;
    width: 70px;
}
header.header-appear img {
    width: 63px;
    margin-left: -30px;
}
.header-appear .navbar-top-default {
    height: 70px;
    background: #000;
}
section#partner img {
    max-width: 70%;
    margin-left: 14%;
    margin-top: 15px;
}
section#komunitas .row.align-items-center {
    margin-left: 25%;
    width: 100%;
}
section#komunitas .col-12.col-md-2 {
    max-width: 20%;
    flex: 0 0 20%;
    margin-left: 0px;
}
.copyright .heading-area {
    padding: 20px;
}
.testimonialX-box {
    width: 80%;
    text-align: center;
    margin: auto;
}
.testimonialX-box img {
    margin-bottom: -50px;
}
.text1x p {
    font-size: 20px;
    line-height: 37px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 70%;
    margin: auto;
}
#testimonials .text1 {
    position: absolute;
    text-align: center;
    top: 84%;
    left: 0px;
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
#program .heading-area .heading {
    font-size: 34px;
    font-weight: bold;
    color: gold !important;
}
.about-heading .heading {
    font-size: 34px;
    font-weight: bold;
    font-family: sans-serif;
    font-weight: 800;
    color: gold;
}
}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
.ag-format-container {
width: 100%;
}
.ag-timeline_title {
font-size: 60px;
}

.ag-timeline-card_info {
padding: 10px 15px;
}
.ag-timeline-card_desc {
font-size: 14px;
}
h1.main-font.text-white.font-weight-bold.mb-4.tithead {
    text-align: center;
    font-size: 70px;
}
.navbar-top-default {
    background: #20202000;
}
.logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #d4303000;
    font-weight: 600;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 99999999;
    left: 2%;
    /* top: 50px; */
    /* display: block; */
}
div#slider-area h2 {
    font-size: 43px;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    margin: 5px !important;
}
.slider-image {
    position: relative;
    margin: 0 auto 30px auto;
    top: unset;
    bottom: 0px !important;
    height: 33vh;
}
.slider-image img {
    top: unset;
    width: 120%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -50px;
}
.slider-area .content-margin {
    padding-top: 150px;
    margin-bottom: 0;
}
.col-12.col-md-6.col-lg-6.text-md-center.text-lg-left.wow.fadeInLeft.content-margin.mainheaad {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset;
}
.col-12.col-md-6.col-lg-6.image-order.wow.fadeInRight.mainheaad {
    flex: unset;
    max-width: 100%;
}
.slider-image img {
    top: unset;
    width: 95%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -30px;
}
.sctr li {
    list-style: none;
    text-decoration: none;
    list-style-type: none;
    font-weight: 500;
    margin-left: 0px;
    font-size: 14px;
}
section#program img {
    margin-top: -20px;
    width: 160%;
    max-width: unset;
    right: -80px;
    position: absolute;
}
#komunitas .col-12.col-md-2 {
    text-align: center;
    margin-left: 0px;
}
#about .img-sec {
    position: relative;
    padding-right: 0px;
    padding-bottom: 0px;
}
section#about .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.slider-image {
    position: relative;
    margin: 0 auto 30px auto;
    top: unset;
    bottom: 0px !important;
    height: 36vh;
}
.slider-image img {
    top: unset;
    width: 65%;
    right: 200px;
    position: absolute;
    max-width: unset;
    right: -20px;
    bottom: -50px;
}

}

@media (min-width: 980px) and (max-width: 1161px) {
/* .ag-format-container {
width: 100%;
} */

}
