.elementor-kit-6{--e-global-color-primary:#001D33;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5ffb91b:#267D3D;--e-global-color-6deb7cd:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans Batak", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:48px;font-weight:600;line-height:52px;}.elementor-kit-6 h2{font-size:40px;font-weight:600;line-height:46px;}.elementor-kit-6 h3{font-size:28px;font-weight:600;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:36px;line-height:40px;}.elementor-kit-6 h2{font-size:32px;line-height:36px;}.elementor-kit-6 h3{font-size:22px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:28px;line-height:32px;}.elementor-kit-6 h2{font-size:28px;line-height:30px;}.elementor-kit-6 h3{line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*=======header underline=======================*/
.underline_header .elementor-widget-container{
    display: flex;
    justify-content: center;
}
.underline_header .elementor-heading-title{
    position: relative;
    /*text-align: center;*/
}
.underline_header .elementor-heading-title:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 5px;
    width: 20px;
    background-color: #001D33;
    transform: skew(-30deg);
    
}
.underline_header .elementor-heading-title:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    height: 5px;
    width: 190px;
    background-color: #001D33;
    transform: skew(-30deg);
    
}
/*======= background image ================*/
.conatiner_with_background{
    position: relative;
}
.conatiner_with_background:after{
    content:"";
    position: absolute;
    top: 50%;
    height: 500px;
    width: 500px;
    background-image:url("/wp-content/uploads/2024/02/GSS_Logo_blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.05;
}


@media (max-width: 1199px){
    .conatiner_with_background:after{
    content:none;
display:none;
}
}/* End custom CSS */