

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com

#000000, #3DBEA1, #E0A755, #66C8B6, #4CB37C
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Poppins-Regular', sans-serif!important;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }
section#artikel_view {
    overflow: visible;
}

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/** COLOR **/
.p_biru_muda {
    color: #BAFFDD;
}

.p_biru_tua {
    color: #338586;
}

.p_ungu {
    color: #BAC1FF;
}

.p_pink {
    color: #FFD7BA;
}

.bp_biru {
    background-color: #18A8AE;
}

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.roomy-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.roomy-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*text color*/

.text-muted{}
.text-primary{color: #4CB37C !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#4CB37C !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #4CB37C;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}
.bg-main{background-color: #4CB37C;}
.bg-main2{background-color: rgb(51,111,87);}
.bg-main3{background-color: rgb(84,189,139);}
.bg-main4{background-color: #4CB37C;}
.bg-footer{background-color: #BAFFDD;}
.bg-footer2{background-color: #536DFE;}
.bg-header{background-color: rgb(222,246,247);}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Poppins-Regular', sans-serif!important;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}

@media (max-width: 992px) {
    h1.m_bold {
        font-size: 2.9rem;
        text-align: left;
    }
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



/*h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#4CB37C;
}
*/
p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    /*background-color: rgba(41, 39, 34, 0.50);*/
    background-color: #DEF6F7;
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #4CB37C;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #4CB37C;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #4CB37C;
}

/*
Button
*/
.btn{
    color: #012A2B;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    /*border:1px solid;*/
    padding: 1rem 4rem;
}
.btn-biasa{
    color: #fff;
    background-color: #127273;
    box-shadow: 0px 4px 4px rgba(18, 114, 115, 0.3), 0px 2px 15px rgba(18, 114, 115, 0.1);
    border-radius: 38px;
}
.btn-biasa:hover{
    background-color: #36ADDC;
    border-color: #fff;
    color:black;
}
.btn-size{
    width: 300px;
}

.btn-primary{
    color: #fff;
    background-color: #4CB37C;
    border:1px solid;
    border-color: #4CB37C;
    border-radius: 25px;
}
.btn-no-radius{
    border-radius: 0px !important;
}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#4CB37C;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #4CB37C;
    border-color: #4CB37C;
}

.btn-custom{
    color: #fff;
    background-color: transparent;
}
.btn-custom:hover{
    color: #fff;
    background-color: #4CB37C;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
/*    overflow: hidden;*/
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #4CB37C;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/
.navbar,
nav.navbar.bootsnav  {
    z-index: 101!important;
}
.navbar-nav > li {
    z-index: 99;
}
.navbar-nav li a {
    font-family: 'Raleway', sans-serif;
}
#navbar_atas{
    transition: all 0.35s ease;
}
#navbar_atas.navbar-fixed-top{
    position: fixed;
    margin-top: -15px;
    transition: all 0.35s ease;
}
.attr-nav {
    padding-top: 25px;
}

#navbar-menu {
    z-index: 99;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 20px;
}

#navbar-menu ul li a:hover {
    color: #138B8E;
    transition: 0.3s;
}

.navbar-brand {
    height: 100px;
    padding: 0px 0px;
    transition: all 0.35s ease;
}

.navbar-brand > img {
    display: block;
    margin-top: -10%;
    height: 125%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

#navbar_atas.navbar-fixed-top .navbar-brand > img {
    margin-top: 5%;
    height: 100%;
}

.navbar-brand.nb-scroll{
    height: 0px;
    transition: all 0.35s ease;
}

@media (max-width: 992px) {
    .navbar-brand{
        height: 55px;
        padding: 5px 15px;
    }
    .navbar-brand > img {
        margin-top: -15%;
        height: 175%;
    }
    #navbar_atas.navbar-fixed-top{
        margin-top: 0px;
    }
    #navbar_atas.navbar-fixed-top .navbar-brand > img {
        margin-top: -10%;
        height: 150%;
    }
}

.navbar-brand > img:hover {
    opacity: 0.7;
}

.navbar-callus li a{
    font-family: 'Helvetica';
    font-size:14px;
    padding: 10px;
    color: white;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#fff;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}


/*
Home Section style
==================*/

#home{
    margin-top: -5rem;
    background-image: linear-gradient(90deg, rgba(27,50,61,0.73) 0%, rgba(17,54,57,0.73) 35%, rgba(0,80,66,0.73) 100%),url(../images/home-bg.png);
    position: relative;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    width:100%;
}
/*#cut_circle{
    width: 100%;
    height: 200px;
    left: 0px;
    position: absolute;
    background: #DEF6F7;
    border-radius: 50%;
    box-shadow: 0px 24px 32px rgba(222, 246, 247, 0.14), 0px 16px 24px rgba(222, 246, 247, 0.1), 0px 2px 6px rgba(222, 246, 247, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
    transform: matrix(1, 0, 0, -1, 0, 0);
}*/
section#home:after{
    background: url(../images/triangle.svg);
    height: 170px;
    bottom: -1px;
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #4CB37C;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:30%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:-3%;
}
.main_home .nextprevright{
    right:-3%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}


/*
Featured section style
========================*/
section.why{
    position: relative;
}

.custom_fgrid {
    padding: 5% 10%;
    /*background: #FFFFFF;*/
    background-color: rgb(222,246,247);
    height: 350px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25%;
}
.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.f_item_icon i{
    font-size:4rem;
    color: #E0A755;
}
.f_item_text h3{
    color: #E0A755;
}
.f_item_text{
    display: inline-block;
    width:75%;
}
.f_item_text_long{
    display: inline-block;
    width:100%;
}
.f_item_text p{
    font-size:14px;
}

.f_item_text_long p{
    font-size: 20px;
    line-height: 1.5;
}

.f_item_text_long ul {
    list-style: none;
}

.f_item_text_long ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #E0A755; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -5px;
    font-size:40px;
    line-height: 24px;
    vertical-align:middle;
}

/*Business Section*/
.main_business{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:16px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:14px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:16px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


.slid_shap{
    height: 40px;
    margin-top: 11%;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}



/*
work Section style
=====================*/

/*.slides{
    width:100%;
    height: auto;
}*/
/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/



.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #4CB37C;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}

/*
Testimonial Section style
=======================*/
.testimonial{
    position: relative;
    background-color: #18A8AE;
    color: black;
}
.main_testimonial{
    position: relative;
    z-index: 1;
}
.main_testimonial .testimonial_slid{
    width:90%;
    display: block;
    margin: 0 auto;
}
.main_testimonial .testimonial_item{
    width:50px;
    margin: 0 auto;
}
.testi_p {
    font-family: 'Raleway', sans-serif !important;
}
/*@media (max-width: 767px) {
    .main_testimonial .testimonial_item{
        width: 50%;
    }
}*/
.main_testimonial .testimonial_slid .slick-arrow{
    border:1px solid #E0A755;
    width:45px;
    height: 45px;
    line-height:  45px;
    text-align: center;
    color: #E0A755;
    /*color:#fff;*/
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.main_testimonial .testimonial_slid .slick-arrow.nextprevleft{
    float: left;
    top:20px;
    left:-6%;
}
.testimonial_slid .slick-arrow.nextprevright{
    float: right;
    top:-130px;
    right:-6%;
}
.main_testimonial .testimonial_item .test_authour i{
    color:#ffbf00;
}

/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 40px;
    transition: all 0.6s;
    border:1px solid transparent;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #4CB37C;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 30px;
}
.brand_item img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/
#layanan > .action_item {
    background-color: red;
}

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#4CB37C;
}
.action-lage{
    position: relative;
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    /*border-top: 20px solid #4CB37C;*/
    border-top: 20px solid white;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text {
    text-align: left;
    font-family: 'Helvetica';
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_ab_item_text p{
    color: black;
}
.widget_ab_item i{
    color: rgb(84, 189, 139);
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:black;
}
.widget_item li a:hover{
    color:#aaa;
}

.widget_latst_item_text p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
    color:black;
}
.widget_service li i {
    color: black;
}
.widget_latst_item_text a{
    font-size:12px;
    color:black;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:14px;
    /*border-bottom: 1px dashed black;*/
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:black;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #4CB37C;
    border-color:#4CB37C;
    color:black;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:black;
}
.widget_brand p{
    color: black;
}
.widget_newsletter li a i{
    color:black;
}

.widget_about h3 {
    font-size: 30px;
}


.main_footer i {
    padding: 0px 5px;
    color: black;
}

.main_footer a {
    color: black;
    padding: 5px;
}

.main_footer p {
    color: black;
}

/** layanan kami **/
h2.section-heading {
    padding-bottom: 10px;
}

h2.section-heading:after {
    display: block;
    width: 10%;
    margin-top: 10px;
    height: 2px;
    margin-left: 45%;
    margin-right: 45%;
    content: '';
    background-color: #E0A755;
}

#portfolio{
    /*background: linear-gradient(60deg,#4779DF,#23B6B8,#5199DF);*/
    background: linear-gradient(60deg,#14A7AD,#2C9C88,#54BC88);
}

@media (max-width: 767px) {
    #portfolio > .container {
        padding-top: 50px;
    }
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    border-radius: 30px;
    background: #E0A755;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 0.8;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #DEF6F7;
    text-align: center;
    padding: 1px;
    border-radius: 30px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0
}

#portfolio * {
    z-index: 2
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
    .widget_service li{
        padding-left: 39%;
    }
}

/** custom **/
.blue_pingtax {
    color: #E0A755;
}

hr.style-four {
    height: 5px;
    border: 0;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}

.right_line {
    border-right: 3px solid #E0A755;
}

.bottom_line {
    border-bottom: 3px solid #E0A755;
}

.isi {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size:4rem;
    /*background-color: #E0A755;*/
}

/** button back to top **/
.wa_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

a.wa_float:hover{
    color: black;
}
.my_wa_float{
    margin-top:16px;
}

#back_to_top{
    background-color: #E0A755;
    bottom: 20px;
    cursor: pointer;
}

/*Vira Card*/
.vira-card{
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 25px;
    background-color: #F7F8FA;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    /*border: 1px solid rgba(0, 0, 0, 0.15);*/
}
.vira-card .vira-card-header{
    margin-bottom: 45px;
}
.vira-card .vira-card-header .card-icon{
    border: 1px solid #51c2b9;
    border-radius: 100%;
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    position: relative;
}
.vira-card .vira-card-header .card-icon .fa{
    margin-top: 45px;
    font-size: 30px;
}
.vira-card .vira-card-header .card-icon:after{
    content: '';
    height: 100px;
    width: 100px;
    background-color: #51c2b9;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
}
.vira-card .vira-card-header .card-icon span{
    color: #fff;
    font-size: 45px;
    position: relative;
    z-index: 1;
}
.vira-card .vira-card-content h3{
    position: relative;
    margin-bottom: 60px
}
.vira-card .vira-card-content h3:after{
    content: '';
    height: 1px;
    width: 44px;
    background-color: #62aa94;
    position: absolute;
    top: 52px;
    left: calc(50% - 22px);
}
.vira-card .vira-card-content p{
    font-size: 15px;
}
.vira-card .vira-card-content .social-icons{
    margin-top: 30px;
}

.vira-card .vira-card-header .card-icon:after{
    transition: all 0.3s ease-in-out;
}

.vira-card:hover {
    background-color: #F7F8DA;
}
.vira-card:hover .vira-card-header .card-icon:after{
    height: 120px;
    width: 120px;
    top: -1px;
    left: -1px;
}

.title{
    position: relative;
    margin-bottom: 100px;
}
.title:after{
    content: '';
    height: 5px;
    width: 40px;
    background-color: #E0A755;
    position: absolute;
    top: 81px;
    left: calc(50% - 20px);
}

/** SOCIAL **/
.fb_color:hover{
    color: #4267B2;
}
.tweet_color:hover{
    color: #008abe;
}
.linkedin_color:hover{
    color: #0b5e86;
}
.u-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-xing:hover {
    background: #005C5E;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}
/** **/
span.agak_gede{
    font-size: 25px;
    color: #18A8AE;
}
.wave_svg_top{
    margin-bottom: -50px;
}
.wave_svg_bottom{
    margin-bottom: -50px;
}
@media (max-width: 767px) {
    #portfolio > .wave_svg_bottom{
        margin-bottom: -20px;
    }
}
.k_pajak{
    padding-left: 100px;
}

@media (max-width: 992px) {
    .k_pajak{
        padding-left: 25px;
    }
}

.layanan_item {
    border-radius: 25px;
    background-color: #CFF6F7;
    margin-top: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
}

img.layanan_img {
    margin-top: -20%;
    height: 100%;
    width: 100%;
}

.left_lay {
    text-align: left;
    margin-right: 20%;
}

.right_lay {
    text-align: right;
    margin-left: 20%;
}

@media (max-width: 991px) { 
    .layanan_item {
        margin: 5% 0;
        padding: 10px;
    }
    img.layanan_img {
        margin-top: 0%;
        height: 50%;
        width: 50%;
        padding:10px;
    }

    .left_lay {
        margin-right: 0;
    }

    .right_lay {
        margin-left: 0;
    }
}

.testimoni_img {
    border-radius: 50%;
    width:200px;
    height:200px;
}
.text-right {
    text-align: right;
}
/** new carousel **/
/* carousel */
@media (min-width: 767px) {
    .carousel-inner > .item{
        padding-left: 50px;
    }
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: white;
  font-size: 4em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
.carousel-indicators {
    z-index: 0!important;
}
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0px 80px 50px 50px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.vertical_align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 200px;
}

.vertical_align_coba{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100px;
}
.vertical_align_layanan{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 500px;
}

/** CONTACT START **/
/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: calc(100% - 640px);
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/konsultan_pajak.jpg');
  background-position: center;
  background-size: cover;
}

.wrap-contact100 {
  width: 640px;
  min-height: 100vh;
  /*background: linear-gradient(60deg,#4779DF,#23B6B8,#5199DF);*/
  /*background: linear-gradient(60deg,#14A7AD,#2C9C88,#54BC88);*/
  background-color: #E0A755;
  border-radius: 2px;
  padding: 82px 55px 33px 55px;
  position: relative;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 64px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 45px;
}

.label-input100 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: white;
  line-height: 1.2;
  padding-left: 2px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 22px;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #df254e;
  background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
  background: -o-linear-gradient(45deg, #d5007d, #e53935);
  background: -moz-linear-gradient(45deg, #d5007d, #e53935);
  background: linear-gradient(45deg, #d5007d, #e53935);
}


/*---------------------------------------------*/
input.input100 {
  color: white;
  height: 50px;
}


textarea.input100 {
  color: white;
  min-height: 140px;
  padding-top: 13px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -moz-linear-gradient(-135deg, #1DBEA1, #29959D, #66C8B6, #64ADB4);
  background: linear-gradient(-135deg, #1DBEA1, #29959D, #66C8B6, #64ADB4);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;

  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 30px 4px 10px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 22px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: calc((100% - 25px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 5px;
}


/*==================================================================
[ Contact more ]*/
/*---------------------------------------------*/
.container-contact100 input {
     outline: none;
     border: none;
}
 .container-contact100 input[type="number"] {
     -moz-appearance: textfield;
     appearance: none;
     -webkit-appearance: none;
}
 .container-contact100 input[type="number"]::-webkit-outer-spin-button, .container-contact100 input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
}
 .container-contact100 textarea {
     outline: none;
     border: none;
}
 .container-contact100 textarea:focus, .container-contact100 input:focus {
     border-color: transparent !important;
}
 .container-contact100 input:focus::-webkit-input-placeholder {
     color: transparent;
}
 .container-contact100 input:focus:-moz-placeholder {
     color: transparent;
}
 .container-contact100 input:focus::-moz-placeholder {
     color: transparent;
}
 .container-contact100 input:focus:-ms-input-placeholder {
     color: transparent;
}
 .container-contact100 textarea:focus::-webkit-input-placeholder {
     color: transparent;
}
 .container-contact100 textarea:focus:-moz-placeholder {
     color: transparent;
}
 .container-contact100 textarea:focus::-moz-placeholder {
     color: transparent;
}
 .container-contact100 textarea:focus:-ms-input-placeholder {
     color: transparent;
}
 .container-contact100 input::-webkit-input-placeholder {
     color: #ccc;
}
 .container-contact100 input:-moz-placeholder {
     color: #ccc;
}
 .container-contact100 input::-moz-placeholder {
     color: #ccc;
}
 .container-contact100 input:-ms-input-placeholder {
     color: #ccc;
}
 .container-contact100 textarea::-webkit-input-placeholder {
     color: #ccc;
}
 .container-contact100 textarea:-moz-placeholder {
     color: #ccc;
}
 .container-contact100 textarea::-moz-placeholder {
     color: #ccc;
}
 .container-contact100 textarea:-ms-input-placeholder {
     color: #ccc;
}
 .container-contact100 button {
     outline: none !important;
     border: none;
     background: transparent;
}
 .container-contact100 button:hover {
     cursor: pointer;
}
 .container-contact100 iframe {
     border: none !important;
}

.contact100-more {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 212px;
  height: 50px;
  border-radius: 25px;
  background-color: #E0A755;
  padding: 0 20px;

  top: 50%;
  left: calc((100% - 640px) / 2);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-more i {
  font-size: 20px;
  margin-right: 10px;
}



@media (max-width: 1200px) {
  .wrap-contact100 {
    width: 440px;
  }

  .contact100-map {
    width: calc(100% - 440px);
  }

  .contact100-more {
    left: calc((100% - 440px) / 2);
  }
}

@media (max-width: 768px) {
  .wrap-contact100 {
    width: 100%;
  }

  .contact100-map {
    display: none;
  }

  .contact100-more {
    position: absolute;
    background-color: transparent;
    color: black;
    bottom: 0px;
    top: auto;
    left: 50%;
    z-index: 10;
  }
}
/** CONTACT END **/

#layanan_content_1 .vira-card {
    height: 400px
}

/*.index_img {
    height: 100%;
    width: 100%;
}*/

.img_circle {
    height: 400px;
    border-radius: 50%;
}

.img_circle > img {
    padding-top: 50px;
}


.middle {
    padding: 5% 0;
}
.middle_child {
    padding: 25% 0;
}
@media (max-width: 991px) { 
    .middle_child {
        padding: 10% 0;
    }
}

.business_img > img {
    max-height: 400px;
}

.mobile_kiri{
    text-align: center;
}

.h_desktop {
    display: block;
}
.h_mobile {
    display: none;
}

.ml-20 {
    margin-left: 20px; 
}

.width_60 {
    width: 60%;
}
.width_37 {
    width: 37%;
}
.text-tengah-kiri {
    text-align: justify;
}
.text-tengah-kanan {
    text-align: justify;
}
@media (max-width: 991px) { 
    .mobile_kiri {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .h_desktop {
        display: none;
    }
    .h_mobile {
        display: block;
    }
    .text-tengah-kiri {
        text-align: left;
    }
    .text-tengah-kanan {
        text-align: right;
    }
}
.h2_to_h1 {
    font-size: 3rem;
    line-height: 4rem;
}

@media (max-width: 415px) {
    .btn-biasa.long_mobile_txt {
        padding: 15px 20px;
    }
}
@media (max-width: 405px) {
    h1.mobile_text {
        font-size: 2.3rem;
    }
}

@media (max-width: 332px) {
    h1.mobile_text {
        font-size: 2rem;
    }
    .btn-biasa.long_mobile_txt {
        padding: 10px 10px;
    }
}

.fl_left {
    float: left;
}
.fl_right {
    float: right;
}

body #artikel_view {
    font-family: 'Poppins-Regular', sans-serif!important;
}
#artikel_view {
    background: url('../images/bk_content.png');
    padding: 10px 10px 60px;
}
#artikel_main {
    border-radius: 6px;
    background-color: #ffffff9e;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgba(0,0,0,.09);
    border: 1px solid #fafafa;
}
/*
@media (min-width: 991px) {
    .artikel_details {
        padding-left: 50px;
    }
}*/
@media (max-width: 991px){
    .artikel_sidebar{
        display: none;
    }
}
.card {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
    background-color: #ffffff30;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.09);
    box-shadow: 0 1px 4px rgba(0,0,0,.09);
    border: 1px solid #fafafa;
}

/** ARTIKEL SOCIAL **/
a.btn-social,
.btn-social
{
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-xs
{
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px;
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-social.btn-lg
{
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px;
}

.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram
{
    background-color: #3f729b;
}
.btn-instagram:hover
{
    background-color: #548cb9;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-linkedin
{
    background-color: #0976b4;
}
.btn-linkedin:hover
{
    background-color: #0b96e5;
}
.card-body > hr,
.artikel_bawah > hr{
    margin-top: 5px;
}
.artikel_bawah > h3 {
    font-weight: 900;
}
.artikel_bawah > p > b {
    font-size: 16px;
}
.card-body > a,
.artikel_bawah > a {
    color:black;
}
.card-body > a:hover,
.artikel_bawah > a:hover{
    color: powderblue;
}
.artikel_isi {
    color: #333;
    /*font-family: "PT Sans","Arial","Helvetica", sans-serif;*/
    text-shadow: 1px 1px #fefefe;
}
.artikel_isi {
    font-size: 16px;
    line-height: 1.6;
}
.artikel_isi > h2 {
    padding-top: 10px;
}
.artikel_isi > img {
  display: block;
  max-width:600px;
  width: 100%;
  height: auto;
}
.artikel_isi > p {
    line-height: 2rem;
}

/* Top Search
=================================*/
.top-search{
    background-color: #333;
    padding: 10px 0;
    display: none;
}

.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}

.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search{
    cursor: pointer;
}

/** Search **/

hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }

.search-result .thumbnail { border-radius: 0 !important; }
.search-result { margin-top: 20px !important; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }

.socmed-button {
    cursor: pointer;
}

.btn-small {
    padding: 0.5rem 1rem;
}
.created_at {
    font-family: 'Verdana';
}
.float-l {
    float: left;
}

#cta_artikel {
    background-color: #4CB37C;
}
.cta_action > h2 {
    color: white;
}
h1.judul_artikel {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}
.judul_artikel h2 {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.judul_artikel h2:hover{
    border-color: #fff;
    color:powderblue;
}
.judul_artikel_list h2{
    font-size: 25px;
}
img.judul_artikel_img {
    height: 200px;
}
.inline {
    display: inline;
}
h4.text_ping {
    font-size: 28px;
}

@media (max-width: 767px) {
    table.table_responsive_custom {
        width: 100%!important;
    }
}

.home-slider-item {
    display: block;
    height: 90vh;
    object-fit: cover;
}

.main-section__single {
    position: relative;
    margin-top: -2rem;
    z-index: 10;
    display: block;
    background-color: #4CB37C;
    padding: 2rem;
    color: #fff;
    text-align: center;
}

.footer-baru {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-text {
  position: absolute;
  top: 20rem; /* Adjust the top position as needed */
  left: 7rem; /* Adjust the left position as needed */
  font-size: 24px;
  color: white;;
  padding: 10px 20px;
  border-radius: 5px;
  width: 50%;
  z-index: 999; /* Ensure the text appears above the carousel */
}
.overlay-text h2 {
    color: #fff;
}
/*.overlay-text {
    position: absolute;
    z-index: 10;
}

*/

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(27,50,61,100%) 0%, rgba(17,54,57,0.73) 35%, rgba(0,80,66,0.1) 100%)
}
.background-image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content1 {
  position: relative;
  z-index: 1;
  text-align: left;
}

.section-item {
  display: flex;
  align-items: flex-end; /* Align items to the bottom */
/*  justify-content: center;*/
  height: 300px;
  color: #fff;
  position: relative; 
  padding-bottom: 2rem;
}
.item-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f3fffd;
}

.item-cont {
    height: 500px;
}

a.cat_btn > h4 {
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a.cat_btn.active > h4 {
    color: #3DBEA1;
}

a.cat_btn:hover > h4 {
    font-weight: 900;
    color: #66C8B6;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: 0px;
}

.artikel-banner {
    color: #fff;
      display: flex;
      align-items: center; /* Vertically center the content */
      justify-content: center;
      height: 450px;
      color: #fff;
      position: relative;
    background-size: cover;
}

.owl-theme .owl-dots {
    margin-top: -7%;
    z-index: 999999;
    position: relative;
}
@media (max-width: 767px) {
    .home-slider-item {
        height: 100%;
    }

    .overlay-text {
        top: 23rem;
        left: 2rem;
        width: 80%;
        z-index: 5;
    }

    .owl-theme .owl-dots {
        margin-top: -25%;
    }

    .owl-carousel .owl-item img {
        height: 600px;
    }
}

.about-jumbotron-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f3fffd;
    height: 20rem;
    background-image: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vertically-cont {
  display: flex;
  align-items: center; /* Vertically center items */
  justify-content: center;
}

.owl-prev {
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev, .owl-next {
    background: none!important;
}
.owl-prev i, .owl-next i {
    color: #ccc;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: 0px;
  z-index: 11;
}
.owl-carousel .owl-next {
  right: 0px;
  z-index: 11;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.cat-middle {
    padding-top: 5rem;
}
.cat-middle.tengah {
    border-left: 1px solid #ffff;
    height: 300px;
    border-right: 1px solid #ffff;
}
@media (max-width: 992px) {
    .cat-middle {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .cat-middle.tengah {
        height: 100%;
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #ffff;
        border-bottom: 1px solid #ffff;
    }
}
.content-about {
    font-size: 18px;
}
.bg-text-banner {
    background-color: #2c3f45a8;
    padding: 1rem;
}
.img-artikel {
    width: 100%;
}
.grid-container-element { 
    display: grid; 
    grid-template-columns: 1fr 2fr; 
} 
.grid-child-element { 
    text-align: left;
    margin: 10px; 
}
.icon-image i {
    font-size: 50px;
    color: #fff;
}