/*Warna
124990
1E70DB
77B3FF
Warna*/

@media (max-width: 2560px){
.header .nav_warp nav .logo img {
    max-width: 260px;
}
.header .nav_warp nav .logo {
    margin-right: 90px;
}
}

@media (max-width: 320px){
.header .nav_warp nav .logo img {
    max-width: 200px;
}
.header .nav_warp nav .logo {
    margin-right: 0px;
}
}

@media (max-width: 1199px){
.header .head_actions .head_trigger {
    margin-left: 11px;
}
}

.header .head_actions .head_trigger {
    width: 32px;
    height: 32px;
    margin-left: 30px;
    position: relative;
}

.circle_element{
    background-color: rgb(249 194 5 / 28%)!important;
}
.transform-center {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}
.banner .image_box .circle_element {
    width: 100%;
    display: flex;
    max-width: 400px;
    min-height: 400px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: -40px;
    right: 0;
    box-shadow: 50px 5px 60px 130px rgb(var(--thm-color-three-rgb), 0%);
}
.title-big {
    font-size: 100px;
    font-weight: 900;
    opacity: 0.1;
    margin-bottom: -98px;
    z-index: 1;
    letter-spacing: 12px;
}
.title-shadow {
    text-shadow: 20px 20px 0px rgb(207 207 207 / 30%);
}
.team_block {
    padding: 40px 30px;
    background-color: var(--thm-white);
    transition: 0.3s all;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
}
.cta_box .cta_box_inner {
    padding: 0 30px 0 120px;
    position: relative;
    border-radius: 15px;
}
.features_box {
    padding: 40px;
    margin-bottom: 30px;
    transition: 0.3s all;
    background-color: var(--thm-white);
    border-radius: 15px;
}

.aside_bar.aside_mobile .menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu, .aside_bar.aside_mobile .menu-item-has-children>.sub-menu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: none;
    left: 15px;
}
.service_block {
    padding: 50px 50px 30px;
    margin-bottom: 30px;
    background-color: var(--thm-white);
    border-left: 5px solid #85bafc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}
.about_list.style_2 li:before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: var(--thm-white);
    border-radius: 50%;
    top: 2px;
    position: relative;
    margin-right: 15px;
    box-shadow: 0px 5px 20px 0px rgb(var(--thm-color-three-rgb), 0%);
}
.bg-banner:before {
    content: '';
    background-image: linear-gradient(to right, #f2f2f2, transparent);
    opacity: 0.9;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.subheader:before {
    content: '';
    background-image: linear-gradient(to right, #f2f2f2, transparent);
    opacity: 0.9;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg-banner .banner_text .title {
    font-size: 64px!important;
    font-weight: 600;
}

.sidebar .info_widgets ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.portfolio_box {
    position: relative;
    box-shadow: 0px 1px 22px 1px #ecf2ffb5;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ml-60{
    margin-left: 80px;
}
.mr-60{
    margin-right: 80px;
}
.font-20{
    font-size: 20px!important;
}
.font-40{
    font-size: 40px!important;
}
.font-50{
    font-size: 50px!important;
}
.font-60{
    font-size: 60px!important;
}
.font-400{
    font-weight: 400!important;
}
.font-600{
    font-weight: 600!important;
}
.font-800{
    font-weight: 800!important;
}
.pt-15{
    padding-top: 15px!important;
}
.pt-30{
    padding-top: 30px!important;
}
.pt-40{
    padding-top: 40px!important;
}
.pt-50{
    padding-top: 50px!important;
}
.pt-60{
    padding-top: 60px!important;
}