html {
    scroll-behavior: smooth;
}
.two_wrapper {
	padding: 150px 0 0;
}
.g__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.g__flex {
    display: flex;
}
.two_relative {
	position: relative;
}
.two_fixed {
	position: fixed;
}
.two_absolute {
	position: absolute;
}
.g__container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.z2 {
	z-index: 2;
}

.two_header {
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	box-shadow: 0 0 60px rgba(0,0,0,0.1);
	transition: all .3s ease;
	z-index: 999;
}
.scroll_down .two_header {
	top: -40px;
}

.two_head_top {
	font-size: 13px;
}
.two_head_top_in {
	height: 40px; position: relative;
}
.two_head_touch {
	padding: 0 15px; 
	line-height: 40px; 
}
.two_head_touch .log__add:nth-child(1) {
	margin: 0 20px 0 0;
}
.two_head_touch .log__add:nth-child(2) {
	margin: 0;
}
.two_head_touch i {
	margin: 0 5px 0 0;
}
.two_head_sos {
	margin-left: auto;
	padding: 0 15px; 
	height: 40px; 
}
.two_head_sos a {
	display: inline-block;
	line-height: 40px;
	margin: 0 0 0 20px;
	text-align: center;
}

/* SEACRH */
.two_search {
	position: fixed;
	top: 130px;
	right: 20px;
	border-radius: 5px;
	padding: 50px 30px;
	width: 220px;
	box-shadow: 0 0 60px rgba(0,0,0,0.16);
	opacity: 0;
            transform: perspective(1000px) rotateX(-90deg);
            transform-origin: top center;
            transition: all 0.3s ease-in-out;
            visibility: hidden;
}
.osearch .two_search {
	opacity: 1;
	transform: perspective(1000px) rotateX(0deg);
            visibility: visible;
}
.osearch .two_head_icon.icon-ciuss-search:before {
	content: '\E809';
	transform: rotate(45deg);
	font-size: 26px;
}
.scroll_down .two_search {
	top: 90px;
}
.two_input_text {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 20px;
	margin: 0 0 15px;
	width: calc( 100% - 42px );
}
.two_input_radio {
	padding: 0 0 15px;
	font-weight: 600;
}
.two_input_radio input {
	margin: 0 15px 0 0;
}
.two_search_btn {
	height: 40px;
	line-height: 40px;
	border: 0;
	border-radius: 5px;
	padding: 0 20px;
	margin: 0;
	font-weight: bold;
}

/* RUN TEXT */

.runscroll {
    overflow: hidden;
    height: 80px;
    line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	position: fixed; 
	bottom: -40px; 
	left: 0; 
	right: 0; 
	z-index: 1000; 
	box-shadow: 0 0 60px rgba(0,0,0,0.1);
	backdrop-filter: blur(30px);
}


@keyframes pulseAnimation {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    animation: animate 1000s -1000s linear infinite;
    will-change: transform;
    padding: 0;
    margin: 0 -200px 0 200px;
    height: 40px;
}

.scrollin:nth-child(2) {
    animation: animate2 1000s -500s linear infinite;
}

.scroll:hover .scrollin {
    -webkit-animation-play-state: paused !important;
}

.scrollin a {
    font-size: 14px;
    display: inline-block;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.scrollin .spasi {
    margin-right: 40px;
}

.scrollin>span {
	position: relative;
    display: inline-block;
    margin-left: 40px;
    height: 40px;
    line-height: 40px;
}
.asteric:before {
	content: '*';
	position: absolute;
	width: 20px;
	text-align: center;
	top: 3px;
	left: -30px;
	font-size: 18px;
}
.scrollin a {
    text-decoration: underline;
}




/* LOGO + MENU */
.two_logo {
	position: relative;
    height: 60px;
	width: 200px;
	padding: 25px 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.two_logo img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.two_head_icon {
	line-height: 110px;
	width: 50px;
	text-align: center;
	font-size: 18px;
}
.two_head_menu {
	opacity: 0;
}
.two_head_close {
	position: fixed;
	width: 30px;
	height: 30px;
	line-height: 30px;
	transform: rotate(45deg);
	bottom: -80px;
	left: calc( 50% - 15px );
	font-size: 18px;
	text-align: center;
	border-radius: 40px;
	transition: all .1s ease;
	z-index: 1001;
}
.left_menu {
	position: absolute;
	right: calc( 50% + 140px );
}
.right_menu {
	position: absolute;
	left: calc( 50% + 140px );
}

.two_nav {
    margin: 20px 0;
}
.left_menu .two_nav {
	text-align: right;
    margin: 20px 0;
}

.two_nav .two_accordion,
.two_nav .two_accordion ul,
.two_nav .two_accordion li,
.two_nav .two_accordion a,
.two_nav .two_accordion span {
    border: none;
    outline: none;
}

.is-desktop .two_nav .two_accordion>li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.is-desktop .two_nav .two_accordion>li:last-child {
    border: 0;
}

.is-desktop .two_nav .two_accordion > li.menu-item-has-children:before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: calc( 50% - 10px );
    left: calc( 50% - 10px );
    height: 5px;
	border-radius: 4px;
    clear: both;
    transition: all .2s ease;
    z-index: 1;
}

.is-desktop .two_nav .two_accordion > li.menu-item-has-children:hover:before {
    right: calc( 50% - 20px );
    left: calc( 50% - 20px );
}

.is-desktop .two_nav .two_accordion li>a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 18px;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    position: relative;
    transition: all .2s ease;
}

.is-desktop .two_nav .two_accordion li a span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 5px;
    margin: 31px 0 0 8px;
    float: right;
}

.is-desktop .two_nav .two_accordion li>.sub-menu {
    border-width: 0;
    border-style: solid;
    padding: 15px 0;
    position: absolute;
    width: 220px;
    top: 70px;
	border-radius: 10px;
	opacity: 0;
            transform: perspective(1000px) rotateX(-90deg);
            transform-origin: top center;
            transition: all 0.3s ease-in-out;
            visibility: hidden;
			box-shadow: -10px 10px 20px rgba(0,0,0,0.2);
}

.is-desktop .two_nav .two_accordion li>.sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid transparent;
    border-top: 0;
    clear: both;
    background: none !important;
    z-index: 1;
}

.is-desktop .two_nav .two_accordion li:hover>.sub-menu {
    opacity: 1;
            transform: perspective(1000px) rotateX(0deg);
            visibility: visible;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li {
    display: block;
    float: none;
    text-align: left;
    position: relative;
}
.is-desktop .two_nav .two_accordion li>.sub-menu>li:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 25px;
	width: 0;
	height: 8px;
	border-radius: 10px;
	transition: all .2s ease;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li:hover:after {
	width: 8px;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li>a {
    padding: 6px 25px;
    line-height: 1.25;
    font-size: 16px;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li:hover>a {
	padding: 6px 25px 6px 45px;
	transition: all .2s ease;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li.menu-item-has-children:before {
    right: 15px;
    top: 22px;
}

.is-desktop .two_nav .two_accordion li>.sub-menu>li>ul {
    top: 0px;
    left: calc( 100% - 20px );
}



.two_touch {
	height: 40px;
	margin: 30px 0 30px 30px;
}
.two_touch a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 40px;
}

/* BREADCRUMB */
.two_bread {
	text-align: center;
	padding: 60px 0 60px;
}
.two_heading {
	font-size: 35px;
	line-height: 1.2;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.two_archive .two_heading {
	text-transform: uppercase;
}
.breadcrumbs {
	margin: 0 0 20px;
}
.single .breadcrumbs,
.page .breadcrumbs {
  margin: 0;
}
.inbread {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	box-shadow: 0 0 60px rgba(0,0,0,0.1);
	border-radius: 10px;
}

.g__after {
	max-width: 700px;
	font-size: 18px;
	margin: 0 auto;
	opacity: 0.7;
}

/* ARSIP */
.two_loop { 
	box-shadow: 0 0 30px rgba(0,0,0,0.08); 
	border-radius: 15px;
}
.two_inner {
	padding: 20px 20px 30px;
}
.two_img {
	position: relative; margin: 0 0 30px;
}
.two_img {
	display: block;
}
.two_img img {
			display: block;
			border-radius: 5px 5px 15px 15px;
		}
.two_img iframe {
	width: 100%;
	height: 205px;
	display: block;
	border-radius: 5px 5px 15px 15px;
}
.two_publish {
	position: absolute; 
	right: 20px; 
	bottom: -15px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 15px; 
	border-radius: 30px;
	transition: all .1s ease;
}
.two_meta {
	margin: 0 15px 10px;
}
.two_title {
	font-size: 20px; 
	margin: 0 15px 15px; 
	font-weight: bold; 
	line-height: 1.2; 
	position: relative;
}
.two_title a {
	transition: all .3s ease;
}
.two_loop:hover .two_title a {
	opacity: 0.75;
}
.two_title:before {
			content: '';
			position: absolute;
			left: -38px;
			top: 4px;
			bottom: 6px;
			width: 6px;
			border-radius: 4px;
		}
.two_exc {
	opacity: 0.6;
	margin: 0 15px;
}

.two_down {
	margin-top: 20px;
}
.two_down a {
  display: block;
  padding: 0 15px;
  margin: 0 -20px;
  font-weight: bold;
  border-radius: 30px;
}

.two_price {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}


.two_part_logo {
	position: absolute;
  bottom: -35px;
  right: 20px;
}
.two_part_logo_in {
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
  border-radius: 15px;  
  width: 100px;
  height: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.two_part_logo img {
	border-radius: 0;
	max-width: 100px;
	width: auto;
	max-height: 50px;
	height: auto;
}

.two_his_block {
	margin: 0 -40px;
}

.two_his_loop {
			float: left;
			width: calc( 50% - 80px ); margin: 0 40px 80px; position: relative; 
		}
.two_his_block .g__flex:nth-child(2n)  {
			flex-direction: row-reverse
		}
.two_his_inner {
	position: relative; 
	z-index: 2;
	box-shadow: 0 0 60px rgba(0,0,0,0.06);  
	border-radius: 20px;
	padding: 60px;
}
.two_his_date {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
}
.two_his_title {
	font-size: 30px; line-height: 1.2; margin: 0 0 15px; font-weight: bold;
}

.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1):after {
	content: '';
	position: absolute;
	bottom: 60px;
	right: -42px;
	top: 120px;
	width: 200px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #f66 #f66;
	border-radius: 0 0 20px 20px;
	
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2):before {
	content: '';
	position: absolute;
	left: -42px;
	top: 80px;
	width: 200px;
	height: 40px;
	border-width: 4px;
	border-style: solid;
	border-color: #f66 transparent transparent #f66;
	border-radius: 20px 0 0;
	
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2):after {
	content: '';
	position: absolute;
	bottom: -42px;
	right: 80px;
	top: 120px;
	width: 100px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #089 #089 transparent;
	border-radius: 0 0 20px 0;
	
}

.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2) .two_his_inner:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	left: -7px;
	top: 75px;
	background: #f66;
}

.g__flex:nth-child(2n) .two_his_loop:nth-child(1):before {
	content: '';
	position: absolute;
	right: 180px;
	top: -42px;
	bottom: 50%;
	width: 40px;
	border-width: 4px;
	border-style: solid;
	border-color: #089 transparent transparent #089;
	border-radius: 20px 0 0;
	
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(1) .two_his_inner:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	right: 219px;
	top: -7px;
	background: #089;
}

.g__flex:nth-child(2n) .two_his_loop:nth-child(1):after {
	content: '';
	position: absolute;
	right: 180px;
	top: 100px;
	bottom: -42px;
	left: -120px;
	width: 200px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #c51cd4 #c51cd4 transparent;
	border-radius: 0 0 20px 0;
	
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2):before {
	content: '';
	position: absolute;
	right: 30px;
	top: 100px;
	bottom: -42px;
	width: 80px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent #c51cd4 #c51cd4;
	border-radius: 0 0 0 20px;
	
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2) .two_his_inner:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	right: 109px;
	bottom: -7px;
	background: #c51cd4;
}

.g__flex:nth-child(2n) .two_his_loop:nth-child(2):after {
	content: '';
	position: absolute;
	left: -42px;
	height: 100px;
	bottom: -42px;
	width: 200px;
	border-width: 4px;
	border-style: solid;
	border-color: #444 transparent transparent #444 ;
	border-radius: 20px 0 0 0;
	
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1):before {
	content: '';
	position: absolute;
	left: -42px;
	height: 160px;
	top: -48px;
	width: 200px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent transparent #444 #444 ;
	border-radius: 0 0 0 20px;
	
}


.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1) .two_his_inner:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	left: -7px;
	top: 110px;
	background: #444;
}
.g__flex:first-child .two_his_loop:nth-child(1):before {
	display: none;
}
.g__flex:last-child .two_his_loop:last-child:after {
	display: none;
}
.g__flex:first-child .two_his_loop:nth-child(1) .two_his_inner:before {
	display: none;
}
.two_his_meta span {
	font-size: 16px;
	margin: 0 20px 0 0;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1) .two_his_meta span {
	color: #f66;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2) .two_his_meta span {
	color: #089;
}

.g__flex:nth-child(2n) .two_his_loop:nth-child(1) .two_his_meta span {
	color: #c51cd4;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2) .two_his_meta span {
	color: #444;
}
.two_his_num {
	position: absolute;
	top: 0; 
	right: 20px;
	font-size: 80px;
	font-weight: bold;
	opacity: 0.15;
}

/* PAGINASI */
.two_navi {
	padding: 50px 0 0;
}
.two_navi a {
	margin: 0 6px 0 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 36px;
}






.two_post {
  column-count: 3;
  column-gap: 30px;
}
.two_tes_loop {
	position: relative;
  margin: 0 0 30px;
  padding: 30px;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
.two_tes_loop:before {
	content: '\F10E';
	font-family: 'ciuss-font';
	line-height: 1.0;
	position: absolute;
	top: -15px;
	right: 25px;
	font-size: 40px;
	opacity: 0.8;
	text-shadow: 10px 5px 1px rgba(0,0,0,0.1);
}
.two_tes_con {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.4;
	opacity: 0.85;
}
.two_tes_meta {
	align-items: center;
}
.two_tes_meta img {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	border-radius: 80px;
}

.two_tes_name {
	font-size: 16px;
	font-weight: 600;
}
.two_tes_pro {
	font-size: 13px;
}
.two_tes_star {
	margin: 0 0 10px;
	font-size: 16px;
}
.two_tes_star i:before {
	margin: 0 5px 0 0;
}

/* SINGLE */
.two_blog_outer {
	margin: 0 -15px;
}
.two_single {
	width: calc( 100% - 360px );
	float: left;
	position: sticky;
	top: 190px;
	transition: all .3s ease;
}
.scroll_down .two_single {
	top: 150px;
}
.two_main {
	margin: 0 30px 0 15px;
}
.two_feat {
	position: relative;
	min-height: 30px;
	margin: 0 0 50px;
}
.two_feat img {
	display: block;
	border-radius: 20px;
}
.two_feat iframe {
	width: 100%;
	display: block;
	border-radius: 20px;
}
.two_time {
	position: absolute;
	right: 20px;
  bottom: -15px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
}
.two_sing_head {
	font-size: 40px;
  line-height: 1.2;
  padding: 0 40px;
  margin: 0 0 30px;
  position: relative;
}
.two_content {
  padding: 0 40px;
  font-size: 15px;
}

.s_single {
	float: right;
	width: calc( 100% - 80px );
}

.s_single h1,
.s_single h2,
.s_single h3,
.s_single h4,
.s_single h5,
.s_single h6 {
    line-height: 1.3;
    margin: 0 0 15px;
}

.s_single h1 {
    font-size: 26px;
}

.s_single h2 {
    font-size: 24px;
}

.s_single h3 {
    font-size: 22px;
}

.s_single h4 {
    font-size: 20px;
}

.s_single h5 {
    font-size: 19px;
}

.s_single h6 {
    font-size: 18px;
}

.s_single p {
    margin: 0 0 20px;
    line-height: 1.5;
}

.s_single table {
    width: 100%;
    margin: 0 0 20px;
}

.s_single table td {
    padding: 12px 15px 12px 0;
    margin: 0 0 -1px -1px;
}

.s_single table td:nth-child(2) {
    padding: 12px 0 12px 15px;
}

.s_single table i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 34px;
}

.s_single table a {
    margin: 0 4px 0 0;
}

.s_single ul,
.s_single ol {
    margin: 0 0 20px;
    line-height: 1.65;
}

.s_single ul {
    list-style: disc;
}

.s_single ol {
    list-style: decimal;
}

.s_single ul li {
    margin-left: 25px;
}

.s_single ol li {
    margin-left: 25px;
}

.s_single li ul,
.s_single li ol {
    margin: 0 0 10px;
    list-style: disc;
}
.two_cat {
	margin: 0 0 15px;
	font-weight: 600;
}
.two_tag {
	padding: 15px 0 40px;
}
.two_tag a {
	position: relative;
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 15px 0 35px;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	border-radius: 5px;
}
.two_tag a:before {
	content: '\E805';
	font-family: 'ciuss-font';
	position: absolute;
	left: 15px;
	font-size: 80%;
	height: 30px;
	line-height: 30px;
}

.two_s_down {
	border: 0;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
}

.two_sing_tab {
	padding: 30px;
	font-size: 18px;
	box-shadow:  0 0 60px rgba(0,0,0,0.06);
	border-radius: 20px;
	margin: 0 0 30px;
}
.s_single .two_sing_tab table {
	margin: 0;
}
.s_single .two_sing_tab i {
	font-size: 22px;
}
.s_single .two_sing_tab a {
	font-weight: 600;
}
.s_single .two_sing_tab table td {
	background: rgba(0,0,0,0.04);
	padding: 15px;
}
.s_single .two_sing_tab table td.two_sing_logo {
	vertical-align: top;
}
.tab_40 {
	width: 40px;
	text-align: center;
}
.s_single .two_sing_tab table tr:nth-child(2n-1) td:first-child {
	background: rgba(0,0,0,0.015);
}
.s_single .two_sing_tab table tr:nth-child(2n) td:last-child {
	background: rgba(0,0,0,0.015);
}

.partner-logo {
	max-width: 300px;
	width: auto;
	height: auto;
	padding: 10px 0;
}

.two_sing_team {
	float: left; 
	width: 270px; 
	position: sticky; 
	top: 190px;
	transition: all .3s ease;
}
.two_team_sos {
	margin: 0 0 15px;
	text-align: right;
	font-weight: 600;
}
.two_team_soslink {
	margin: 0 0 15px;
}
.two_team_soslink a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	margin: 0 5px 0 0;
}
.two_team_soslink a.two_call {
	padding: 0 15px;
}
.two_team_soslink a.two_chat {
	padding: 0 15px;
}
.two_team_soslink a.two_mail {
	padding: 0 15px;
}

.two_team_det {
	width: calc( 100% - 310px ); float: right; 
}

.scroll_down .two_sing_team {
	top: 150px;
}

.skills-container {
	padding: 20px 0 40px;
}

.skills-container h2 {
    text-align: left;
}

.skills-container small {
    font-size: 90%;
}

.skills-container table td {
    vertical-align: middle;
}

.skills-container table td:nth-child(2) {
    text-align: right;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 600;
}
.skills-container h5 {
	margin: 0;
}
.skill-percent {
    min-width: 40px;
    text-align: right;
}

.skill-bar {
    height: 20px;
    overflow: hidden;
	border-radius: 4px;
}

.skill-progress {
    height: 100%;
    width: 0;
	border-radius: 0;
    transition: width 1s ease-out;
    position: relative;
}

.skill-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


.two_tes_pos {
	margin: -10px 0 15px;
}

.two_tes_rate {
	font-size: 22px;
	margin: 0 0 15px;
}
.two_tes_rate i:before {
margin: 0 4px 0 0;	
}

.two_tes_content {
	font-size: 16px;
  line-height: 1.4;
  opacity: 0.85;
}

.two_share {
	float: left;
	width: 46px;
	position: sticky;
	top: 190px;
	transition: all .3s ease;
}
.scroll_down .two_share {
	top: 150px;
}
.two_share a {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 46px;
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.two_share a.facebook {
  background: #1a4fb3;
  color: #fff;
}
.two_share a.twitter {
  background: #333;
  color: #fff;
}
.two_share a.whatsapp {
  background: #24bf7e;
  color: #fff;
}
.two_share a.telegram {
  background: #2988cd;
  color: #fff;
}
.two_share a.link {
  background: #ffcc33;
  color: #333;
}

#copy-notification {
	visibility: hidden; 
	background: #fff; 
	color: #333; 
	box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
	padding: 6px 12px; 
	font-size: 13px; 
	border-radius: 4px; 
	z-index: 1000; 
	margin: -15px 0 0 10px;
}

/* COMMENT */

#respond {
    margin: 40px 0;
    padding: 0;
    border-radius: 8px;
}

#reply-title {
    font-size: 18px;
    margin: 0 0 20px;
}

#reply-title a {
    margin: 0 0 0 20px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border-radius: 5px;
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    height: 40px;
    border-radius: 5px;
}

#submit {
    border: 0;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

#comments {
    margin: 0;
}

.comment {
    margin: 0 0 40px 90px;
    position: relative;
}

.s_single h2.comments_title {
    margin: 0 0 20px;
    font-size: 18px;
}

.s_single ol.comment_list {
    list-style: none;
    margin: 0;
}

.s_single ol.children {
    list-style: none;
    margin: 0 0 0 90px;
}

.s_single ul.comment_list li,
.s_single ol.comment_list li {
    margin: 0;
}

.depth-1 {
    margin: 0 0 40px;
}

.comment-meta .avatar {
    float: left;
    width: 60px;
    margin: 0 30px 0 0;
    border-radius: 5px;
}

.comment-metadata {
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
    font-style: italic;
}

.comment-metadata a {
    opacity: 0.55;
    pointer-events: none;
}

.s_single .comment-content p {
    margin: 0 0 40px 90px;
    font-size: 15px;
    line-height: 1.4;
}

.s_single p.logged-in-as a {
    text-decoration: none;
}

.reply {
    position: absolute;
    left: 0;
    top: 75px;
    width: 60px;
}

.reply a {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 18px;
}

.fn {
    font-weight: bold;
}

/* SIDE */
.two_side {
	width: 360px;
	float: left;
	position: sticky;
	top: 190px;
	transition: all .3s ease;
}
.scroll_down .two_side {
	top: 150px;
}
.two_side_in {
	margin: 0 15px;
}
.two_side_in .g__container {
	padding: 0;
}

.two_side_in .widget_block {
    margin: 0 0 30px;
}

.two_side_in p {
    margin: 0 0 20px;
}

.two_side_in li {
    padding: 8px 0;
}

.two_side_in .wp-block-heading {
    font-size: 22px;
    margin: 0 0 10px;
}

.two_side_in .wp-block-latest-posts li {
    position: relative;
    padding: 8px 0 8px 20px;
}

.two_side_in .wp-block-archives-list li,
.two_side_in .wp-block-page-list li,
.two_side_in .wp-block-categories li {
    position: relative;
    padding: 8px 0 8px 30px;
}

.two_side_in .wp-block-latest-posts li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 8px;
}

.two_side_in .wp-block-archives-list li:before,
.two_side_in .wp-block-categories li:before {
    content: '\E802';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 8px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

.two_side_in .wp-block-page-list li:before {
    content: '\F097';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

.two_side_in .wp-block-tag-cloud a {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 14px !important;
    padding: 0 10px 0 30px;
    margin-bottom: 10px;
    border: 1px solid #0a4;
}

.two_side_in .wp-block-tag-cloud a:before {
    content: '\E805';
    position: absolute;
    left: 8px;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 12px;
}

.wp-block-latest-comments__comment-meta {
    font-style: italic;
}

.wp-block-latest-comments__comment-meta a {
    font-style: normal;
}

.wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author {
    font-weight: 600;
}


/* FOOTER */
.two_foot_area {
	margin: 80px 0 0;
}
.two_foot_contact {
	box-shadow: 0 0 120px rgba(0,0,0,0.1); 
	border-radius: 20px; 
	margin-bottom: -80px; 
	position: relative; 
	display: flex; 
	align-items: center; 
}
.two_foot_content {
	width: 50%;
}
.two_foot_inner {
	padding: 60px;
}
.to_foot_prefix {
	font-size: 20px; margin: 0 0 15px;
}
.two_foot_name {
	font-size: 32px; font-weight: bold; line-height: 1.25; margin: 0 0 15px;
}
.two_foot_text {
	margin: 0 0 25px; line-height: 1.5;
}
.two_foot_text span {
	opacity: 0.6;
}
.two_foot_data {
	margin: 0 0 25px;
}
.two_foot_touch {
	font-size: 18px; margin: 0 -60px 35px 0;
}
.log__add {
	float: left; margin: 0 30px 0 0;
}
.two_foot_touch i {
	margin: 0 8px 0 0;
}


		.two_foot_social a {
			display: inline-block ;
			height: 40px;
			line-height: 40px;
			font-size: 18px;
			width: 40px;
			text-align: center;
			border-radius: 35px;
			margin: 0 8px 0 0;
			box-shadow: 0 0 120px rgba(0,0,0,0.1); 
		}
.two_foot_img {
	position: absolute; 
	top: 40px; 
	right: 40px; 
	bottom: -80px; 
	border-radius: 20px; 
	width: 35%;
}
.two_foot_image {
	width: 100%; height: 100%; object-fit: cover; border-radius: 20px;
	position: relative;
	z-index: 2;
}
.two_foot_logo {
	position: absolute; 
	bottom: 110px;
	left: -50px; 
	width: 180px; 
	border-radius: 18px;
	background: linear-gradient(45deg, rgba(100,100,100,0.25), rgba(100,100,100,0.25));
	border: 1px solid rgba(255,255,255,0.2);
	padding: 10px;
	z-index: 3;
}
.two_foot_logo_img {
	padding: 15px;
	border-radius: 10px;
}
.two_foot_logo_img img {
	display: block;
}

.two_foot_bottom {
	padding: 140px 0 70px; font-size: 18px;
}
.two_foot_copy {
	margin: 0 0 0 15px;
}




@media screen and (max-width: 1024px) {
	.two_wrapper {
		overflow: hidden;
	}
	.two_logo {
		margin: 0 auto;
	}
	
.two_head_menu {
	opacity: 1;
}

	.omenu .two_head_close {
	bottom: 80px;
	
	transition: all .3s ease .3s;
}
	.left_menu {
		position: fixed;
		top: 0;
		left: 0;
		right: auto;
		bottom: 0;
		width: 50%;
		margin-left: -50%;
        transition: all .2s ease;
	}
	.omenu .left_menu {
		margin-left: 0;
	}
	.right_menu {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		bottom: 0;
		width: 50%;
		margin-right: -50%;
        transition: all .2s ease;
	}
	
	.omenu .right_menu {
		margin-right: 0;
	}
	.two_menu  {
		z-index: 1000;
		overflow-y: auto;
		appearance: none;
	}
	.two_nav {
		position: relative;
	}
	.two_nav:before {
		content: '';
		top: 20px;
		left: 20px;
		height: 40px;
	}
	.is-mobile .left_menu .two_nav {
		padding: 40px 24px;
		margin: 0;
		height: 100%;
	}
	.is-mobile .right_menu .two_nav {
		padding: 40px 24px;
		margin: 0;
		background: rgba(0,0,0,0.03);
		height: 100%;
	}
	
    .is-mobile .two_nav .two_accordion li {
        position: relative;
        float: none;
        display: block;
        line-height: 1.3;
        text-align: left;
    }
    .is-mobile .two_nav .two_accordion li a {
        display: flex;
        line-height: 1.3;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }
    .is-mobile .two_nav .two_accordion li.menu-item-has-children>a {
        margin-right: 60px;
    }
    .is-mobile .two_nav .two_accordion li.menu-item-has-children:before {
        content: "";
        position: absolute;
        top: 14px;
        right: 0;
        width: 10px;
		height: 10px;
		border-radius: 10px;
    }
    .is-mobile .two_nav .two_accordion li>.sub-menu,
    .is-mobile .two_nav .two_accordion li:hover>.sub-menu {
        padding: 0;
        position: relative;
        width: auto;
        max-height: 0;
        /* Mulai dari tinggi 0 */
        overflow: hidden;
        opacity: 0;
        /* Mulai dari opacity 0 */
        transform: translateY(-10px);
        /* Geser ke atas sedikit */
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .is-mobile .two_nav .two_accordion>li>.sub-menu,
    .is-mobile .two_nav .two_accordion>li:hover>.sub-menu {
        margin: 0;
    }
    .is-mobile .two_nav .two_accordion li.active>.sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .is-mobile .two_nav .two_accordion li>.sub-menu>li {
        width: 100%;
    }
    .is-mobile .two_nav .two_accordion li>.sub-menu>li a {
        padding: 8px 20px;
        font-size: 15px;
		position: relative;
    }
	.is-mobile .two_nav .two_accordion li>.sub-menu>li a:before {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		left: 0;
		top: 14px;
	}

    .is-mobile .two_nav .two_accordion li>.sub-menu>li.menu-item-has-children:before {
        top: 13px;
    }
	.two_foot_contact {
		display: block;
	}
	.two_foot_img {
		position: static;
		width: 100%;
	}
	.two_foot_image {
  border-radius: 20px 20px 0 0;
	}
	.two_foot_content {
  width: 100%;
}
.two_foot_logo {
  bottom: -20px;
  left: 60px;
}
.two_price {
  grid-template-columns: repeat(2, 1fr);
}

.two_history {
	max-width: 700px;
	margin: 0 auto;
}
.two_his_block {
	margin: 0;
}
.two_his_block .g__flex {
	display: block;
}
.two_his_loop {
  width: 100%;
  margin: 0 0 60px;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1):after {
	bottom: -70px;
	top: 90%;
	right: 72px;
	border-radius: 0;
	border-color: transparent #f66 transparent transparent;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2):after {
right: 72px;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2):before {
	display: none;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2) .two_his_inner:before {
  left: calc( 100% - 81px );
  top: -7px;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(2):after {
  bottom: -32px;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(1):before {
  top: -32px;
  width: auto;
  left: 72px;
  right: 170px;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(1):after {
  right: calc( 100% - 76px );
  top: 100px;
  bottom: -76px;
  width: auto;
  border-color: transparent #c51cd4 transparent transparent;
  border-radius: 0;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2) .two_his_inner:before {
  right: calc( 100% - 81px );
  bottom: calc( 100% - 7px );
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2):before {
display: none;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(1) .two_his_inner:before {
	right: calc( 100% - 81px );
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1) .two_his_inner:before {
  left: calc( 100% - 81px );
  top: -7px;
}
.g__flex:nth-child(2n-1) .two_his_loop:nth-child(1):before {
  right: 72px;
  left: 100px;
  height: 60px;
  top: -32px;
  width: auto;
  border-radius: 0 20px 0 0;
  border-color: #444 #444 transparent transparent;
}
.g__flex:nth-child(2n) .two_his_loop:nth-child(2):after {
  left: 72px;
  height: 100px;
  bottom: -32px;
  width: 64px;
  border-color: transparent transparent #444 #444;
  border-radius: 0 0 0 20px;
}

.two_post {
  column-count: 2;
}

.two_sing_team {
  float: none;
  margin: 0 auto 40px;
  position: static;
}
.two_team_soslink {
	text-align: center;
}
.two_team_det {
  width: 100%;
  float: none;
}
}
@media screen and (max-width: 768px) {
    .two_head_sos span {
		display: none;
	}
	.two_head_touch .log__add:nth-child(2) span {
		display: none;
	}
	.two_head_sos a {
  margin: 0;
  width: 30px;
  font-size: 15px;
}
.two_single {
	width: 100%;
	float: none;
	position: static;
}
.two_main {
	margin: 0 15px 50px;
}

.s_single {
  float: none;
  width: 100%;
}
.two_share {
	float: none;
	width: 100%;
	position: static;
}
.two_share a {
	display: inline-block;
	margin: 0 10px 20px 0;
}
.two_side {
	width: 100%;
	float: none;
	position: static;
}
.two_side_in {
	margin: 0 15px 50px;
}


}
@media screen and (max-width: 480px) {
	.two_wrapper {
		padding: 120px 0 0;
	}
	
.two_head_icon {
	line-height: 80px;
}
	.two_header {
		height: 120px;
	}
	.two_logo {
		min-height: 20px;
		max-height: 40px;
		padding: 20px;
	}
	.two_logo img {
  max-height: 40px;
}






.two_bread {
  padding: 30px 0;
}
.inbread {
  padding: 8px 16px;
  font-size: 13px;
}
.two_archive .two_heading {
  font-size: 30px;
}

.two_navi {
  padding: 10px 0 0;
}



.two_his_inner {
  padding: 60px 40px;
}
.two_his_title {
  font-size: 26px;
}
.two_his_num {
  font-size: 72px;
}



.two_post {
  column-count: 1;
}



 .two_foot_img {
    height: 350px;
  }
  .two_foot_inner {
  padding: 60px 25px 40px;
}
  .two_foot_logo {
    bottom: -30px;
    left: 25px;
	padding: 6px;
	width: 160px;
  }
  .two_foot_logo_img {
  padding: 10px;
}
 .two_foot_touch {
  font-size: 16px;
  margin: 0 0 35px 0;
 }
  .two_foot_bottom {
  padding: 110px 0 60px;
  font-size: 15px;
}
.two_foot_copy {
  margin: 0 15px;
  text-align: center;
}


.two_price {
  grid-template-columns: repeat(1, 1fr);
}
.two_price_loop {
  padding: 45px;
}
.two_price_title {
  font-size: 16px;
}
.two_price_nom {
  font-size: 45px;
}
.two_price_nom:before {
  left: -49px;
}
.two_price_detail {
	font-size: 15px;
}
.two_price_list li {
	font-size: 15px;
}
.two_price_list i {
  top: 9px;
}
.two_img iframe {
  height: 225px;
}
.g__after {
	font-size: 16px;
}
.two_search {
	font-size: 16px;
}
.two_heading {
  font-size: 28px;
}
.two_feat {
  margin: 0 0 30px;
}
.two_sing_head {
  font-size: 25px;
  padding: 0 10px;
  margin: 0 0 20px;
}
.two_content {
  padding: 0 10px;
}
.two_share a {
	display: inline-block;
	margin: 0 5px 10px 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.s_single .comment-content p {
  font-size: 14px;
}
.s_single ol.children {
  margin: 0 0 0 40px;
}
.two_content #comments {
  font-size: 14px;
}
 .two_main {
    margin: 0 15px 40px;
  }
  .two_sing_tab {
	  border-radius: 0;
  margin: 0 -30px 30px;
  font-size: 15px;
  }
  .s_single .two_sing_tab table td {
	  padding: 15px 12px;
  }
  .tab_40 {
  width: 32px;
}
  .two_sing_tab i {
	  font-size: 17px;
  }
  .two_feat iframe {
  height: 250px;
}
.partner-logo {
	max-width: 100%;
}
.two_tes_content,
.two_tes_con {
	font-size: 15px;
}
}

@media screen and (max-width: 420px) {
	.two_img iframe {
  height: 190px;
}
  .two_feat iframe {
  height: 214px;
}
}
