.treding-job-wrapper .custom-tab .tab-panel .nav-tabs{
    max-width: 70%;
}
.inner-page-main-wrapper .freelauncer-profile{
    padding: 30px 0px !important;
}
.inner-page-main-wrapper .freelauncer-profile .profile-text{
    width: 100% !important;
}
.icon-company-custom{
    width: 100px;height:100px;object-fit:cover;border-radius:10px;
}
.inner-page-main-wrapper .post-project-main-wrapper{
    margin-top: 0px !important;
}
.brd-cstm{
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.list-menu{
    padding:1rem !important;
    cursor: pointer;
}
.skill-link-main-wrapper{
    border-radius: 10px !important;
}
.bg-white{
    background-color: white !important;
}

.cc-utama{
    color: #0060aa !important;
}

.sct-heading-cst{
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}

.sct-heading-cst > h4{
    text-align:left !important;
}
.inner-page-main-wrapper .post-project-main-wrapper{
    padding:25px !important;
}
.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group label{
    margin-bottom: 2px;
}
.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group input{
    margin-bottom: 10px;
}
.inner-page-main-wrapper .post-project-main-wrapper .post-form-wrapper form .form-group{
    margin-bottom: 0px !important;
}
.p010{
    padding: 0 10px;
}
.custom-btn-2 {
    display: inline-block;
    border: 1px solid #CD5C5C;
    background-color: #CD5C5C;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    font-family: "Alexandria" !important;
}
.custom-btn-2:hover {
    display: inline-block;
    border: 1px solid #CD5C5C;
    background-color: transparent;
    color: #CD5C5C;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    
}
.custom-btn-1 {
    display: inline-block;
    border: 1px solid #0060aa;
    background-color: #0060aa;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    font-family: "Alexandria" !important;
}

.custom-btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    font-family: "Alexandria" !important;
}
.btn-primary {
    border: 1px solid #2731FC;
    background-color: #2731FC;
    font-family: "Alexandria" !important;
}

.btn-second{
    border: 1px solid #EFEFEF;
    background-color: #EFEFEF;
    color: #2731FC !important;
    font-family: "Alexandria" !important;
}

.btn-second:hover{
    border: 1px solid #2731FC;
    background-color: transparent;
    color: #2731FC;
}

.btn-primary:hover{
    border: 1px solid #2731FC;
    background-color: transparent;
    color: #2731FC;
}

.btn-third{
    border: 3px solid #2731FC;
    background-color: transparent;
    color: #2731FC;
    padding: 0px 10px;
    font-family: "Alexandria" !important;
}

.btn-third:hover{
    border: 1px solid #2731FC;
    background-color: #2731FC;
    color: white;
}

.w20{
    width: 20%;
}
.w30{
    width: 30%;
}

.custom-btn-1:hover {
    display: inline-block;
    border: 1px solid #0060aa;
    background-color: transparent;
    color: #0060aa;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.btn-utama-custom{
    cursor: pointer;
    display: inline-block;
    border: 1px solid #0060aa;
    background-color: #0060aa;
    color: #fff;
    width: auto;
    padding: 0 25px;
    float: right;
    text-align: center;
    height: 45px;
    line-height: 40px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.btn-utama-custom:hover{
    transition:all 0.5s;
    background-color: white;
    color: #0060aa;
    border: 1px solid #0060aa;
}
.wh16{
    width: 16px !important;
    height:16px !important;
}
.active-bookmark{
    color: #0060aa !important;
}
.active-save{
    border: 1px solid #0060aa !important;
}

.fw1612{
    font-size: 16px;
}
.fw1816{
    font-size: 18px;
}
.title-sidebar-custom{
    padding: 20px !important;
}
.inner-page-main-wrapper .sidebar_widget .freelauncer-select-box .form-group label span{
    display: inline-block !important;
    float: right !important;
}
.btn-back:hover{
    background-color: #0060aa1f;
    padding: 8px;
    border-radius: 10px;
    color: #0060aa;
}

.dropdown-custom {
    position: relative;
    display: inline-block;
}

.dropdown-custom button {
    background-color: transparent;
    color: #333333;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

/* Tampilkan dropdown-custom ketika hover */
.dropdown-custom-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.dropdown-custom-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-custom-content a:hover {
    background-color: #ddd;
}

/* Tampilkan dropdown-custom ketika hover */
.dropdown-custom:hover .dropdown-custom-content {
    display: block;
}
.w100{
    width: 100% !important;
}
.w50{
    width: 50% !important;
}
.flex{
    display: flex !important;
}
.mr-5-ctm{
    margin-right: 5px !important;
}
.img-round-small{
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.ml-5-ctm{
    margin-left: 5px !important;
}
.title-modal-custom{
    font-size: 20px;
    font-weight: 600;
}
.form-control {
    padding: 0px 24px !important;
    height: 50px !important;
    border-radius: 30px !important;
}
.form-control:focus{
    border: 1px solid #0060aa !important;
}

/* Hide the default file input */
.file-input {
    display: none;
}


/* Add hover effect to the button */
.file-button:hover {
    background-color: #45a049;
}

/* Optional: Style the file input on focus (to indicate it is active) */
.file-input:focus + .file-button {
    outline: 3px solid #ccc;
}

.edit-btn span {
    background: #0060aa;
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 15px;
}
.card-resume{
    border: 1px solid #80808040;
    padding: 15px;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
}
.card-resume:hover{
    border: 1px solid #0060aa;
    background-color: #0a338212;
}

.card-resume-active{
    border: 1px solid #0060aa;
    background-color: #0a338212;
}
.brd-10{
    border-radius: 10px !important;
}
.ckeditor > p{
    padding: 0px !important;
}
.ckeditor > ul{
    padding: 0px !important;
}
.ckeditor > ul > li {
      list-style: circle !important;
      margin-left: 15px;
    }
    .ckeditor > ol > li {
      list-style: numeric !important;
    }
    
    .ckeditor > ul > li > ul > li {
      list-style: circle !important;
      margin-left: 15px;
    }
    
    
    .ckeditor > ul > li > ol > li {
      list-style: numeric !important;
    }
    
    .ckeditor > ol > li > ul > li{
      list-style: circle !important;
      margin-left: 15px;
    }
    .ckeditor > ol > li > ol > li{
      list-style: numeric !important;
    }
.list-lowongan{
    border: 1px solid #dee2e6 !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.list-lowongan:hover{
    border: 1px solid #0060aa !important;
    cursor: pointer;
}
.list-content{
    width: 90%;
}
.list-head{
    font-weight: 600;
}
.label-new{
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: white;
    border:none;
}

.custom-pegination {
    text-align: center;
}
.custom-pegination ul li {
    display: inline-block;
}
.btn-prefensi{
    width: 100%;
    padding: 30px 10px;
    background: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.custom-pegination ul .preious a {
    display: inline-block;
    border: 1px solid #0060aa;
    color: #0060aa;
    background-color: #fff;
    border-radius: 30px;
    width: 120px;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
}
.custom-pegination ul .active a {
    background-color: #0060aa;
    color: #fff;
}

.custom-pegination ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: -38%;
    top: 0;
    transform: skew(26deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    transition: all 0.3s;
}
.img-custom{
    width: 50px;
    height: 44px;
    object-fit: cover;
}

.inner-page-main-wrapper .custom-pegination ul li a:hover span{
    color: #0060aa;
}
.inner-page-main-wrapper .custom-pegination ul li a:after{
    background-color: transparent;
}
.inner-page-main-wrapper .trending-main-box .trending-lower-text .custom-btn {
    display: inline-block;
    height: 45px;
    width: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #0060aa;
    color: #0060aa;
    padding: 0px 30px;
    border-radius: 30px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}
.custom-btn-kirim{
    display: inline-block;
    height: 45px;
    width: 50%;
    text-align: center;
    line-height: 40px;
    background-color:#0060aa;
    color:white;
    border:none;
    padding: 0px 30px;
    border-radius: 30px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}
.list-content-custom{
    width: 80% !important;
}
.mr-3{
    margin-right: 10px;
}
.notif li {
    padding: 10px 10px !important;

}

.notif li:hover {
    background-color: #80808014;
}

.not_read {
    background-color: #80808014;
}
.img-notif{
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.custom-btn-kirim:hover{
    display: inline-block;
    height: 45px;
    width: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #0060aa;
    background-color:transparent;
    color:#0060aa;
    padding: 0px 30px;
    border-radius: 30px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}
.btn-001:hover{
    border: 1px solid #0060aa;
    color: white !important;
    background-color: #0060aa !important;
}
.font-name{
    font-size: 20px !important;
    font-weight: 600;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.w90{
    width: 90%;
}
.w10{
    width: 10%;
}
.btn-001{
    display: inline-block;
    height: 45px;
    width: 50%;
    text-align: center;
    float: none;
    line-height: 40px;
    border: 1px solid #0060aa;
    color: #0060aa;
    padding: 0px 30px;
    border-radius: 30px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
}

.check_custom {
    margin-top: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pointer{
    cursor: pointer;
}
.card-header-bold{
    font-weight: 500;
    font-size: 20px;
}
.btn-opsi:hover {
    background-color: #0060aa1f;
    
    border-radius: 10px;
    color: #0060aa;
}
.button-icon{
    width: 50px;
    height: 50px;
    text-align: center;
}
.btn-opsi {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-align: center;
}
label{
    margin-top: 5px !important;
}
.require{
    color: red !important;
}
  
  /* Hide the browser's default checkbox */
  .check_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .check_custom:hover input ~ .checkmark {
    background-color: #ced4da;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check_custom input:checked ~ .checkmark {
    background-color: #0060aa;
    border: 1px solid #0060aa;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .check_custom input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .check_custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-searching{
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 43px;
    background-color: #2731FC;
    border: 1px solid #2731FC;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0px 30px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-left: -10px !important;
    margin-right: 10px !important;
    width:100%;
  }
  .pd15{
    padding: 15px !important;
  }
  .pd15 > .form-group{
    padding-bottom: 5px !important;
  }
  .not-found-data{
    border: 1px solid #b7cef7;border-radius: 10px;padding: 50px;margin-bottom:40px;
  }
  .img-not-found{
    width: 250px;
  }
  .bg-white{
    background-color: white !important;
    background-image: none !important;
  }
  .bg-white:hover{
    background-color: white !important;
    background-image: none !important;
  }
  .heading-trust{
    margin-bottom:0px;margin-top:50px;
  }
  .heading-review{
    margin-bottom:0px;margin-top:100px;
  }
  .pb-50{
    padding-bottom: 50px;
  }
  .main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-notif {
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: sub;
}

.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .login-notif a {
    color: white;
    font-size: 18px;
}
.login_box_main_wrapper{
    width: 100% !important;
}
.login_box_main_wrapper .login-logo{
    padding: 0px 0px 50px !important;
}
.signin-wrapper{
    margin-bottom:100px;
    margin-top:100px;
}
@media (min-width: 1024px) {
    .index1-slider-wrapper .overlay-slider .slider-caption{
        padding-top: 170px !important;
    }
    .mobile-date{
        display: none;
    }
}
.index1-slider-wrapper .overlay-slider .slider-caption-2 p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .index1-slider-wrapper .overlay-slider .slider-caption-2 p{
        line-height: 23px !important;
    }
    .heading-review{
        margin-top: 50px !important;
    }
    .inner-page-main-wrapper .blog-box .blog-content ul li{
        width: auto !important;
    }
    .index1-slider-wrapper .overlay-slider .sldier-contact-form{
        margin-top: 10px !important;
        padding: 20px !important;
    }
    .index1-slider-wrapper .overlay-slider .slider-caption-2 p{
        font-size: 16px !important;
        padding-top: 0px !important;
    }
    .index1-slider-wrapper{
        padding: 100px 0px 300px 0px !important;
    }
    h4, .h4{
        font-size: 24px !important;
    }
    .home1-section-heading1 h6{
        font-size: 14px !important;
    }
    .inner-page-main-wrapper .blog-box .blog-content h3{
        font-size: 16px !important;
    }
    p{
        font-size: 14px !important;
    }
    .inner-page-main-wrapper .blog-box .blog-content .r-btn{
        font-size: 14px !important;
        height: 35px !important;
        line-height: 30px !important;
    }
    .btn-utama-custom{
        float:none !important;
        margin-top: 10px !important;
    }
    .ckeditor{
        padding: 15px !important;
    }
    .inner-page-main-wrapper .map_frame{
        padding: 15px !important;
    }
    .dekstop-date{
        display: none !important;
        
    }
    .mobile-date{
        color: grey !important;
    }
    .profile-data-mobile{
        margin-left: 35px !important;
    }
    .skill-link-main-wrapper{
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }
    .app-card-mobile{
        margin-top: 50px !important;
    }
    .leave-pilih{
        padding-top: 0px !important;
    }
    .icon-custom{
        margin: auto;
        margin-top: 0px;width: 100px; margin-left: 0px;
    }
    .href_svg {
        /* left: -25px; */
        top: -20px;
    }
    .category-main-wrapper .category-box .category-icon p{
            margin-top: -35px;
    }
    .post-latest-job-wrapper .latest-post-main-box {
        margin-top: 20px;
    }
}
.index-1-slider{
    padding: 270px 0px 310px 0px;
}
.index-2-slider{
    background-size: cover !important;
    padding: 430px 0px 0px 0px;
}
.inner-page-main-wrapper .sidebar_text p{
    max-width: 100% !important;
}
.inner-page-main-wrapper .sidebar_widget .related-post .realted-box .realted-img img {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons .post-drop .post-btn:hover:after{
    height: 0 !important; 
    width: 0 !important; 
}
.index1-slider-wrapper .overlay-slider{
    background-color: transparent !important;
}
.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3{
    border-bottom: none !important;
}
.index1-slider-wrapper .overlay-slider .sldier-contact-form{
    background: none !important;
    padding: 0px !important;
}
.index1-slider-wrapper .overlay-slider .sldier-contact-form{
    margin-top: 50px;
    margin-bottom: 50px;
}
.caption-title{
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size:53px;
}
.icon-search-custom{
    position: absolute;font-size: 20px;z-index: 9;padding: 15px;
}
.text-field-custom{
    margin-left:25px !important; border-right:1px solid #80808061;
}
.icon-market-custom{
    position: absolute;font-size: 20px;z-index: 9;padding: 15px;
}
.index1-slider-wrapper .overlay-slider .slider-caption p{
    padding-top: 0px !important;
}
.bg-search{
    background-color: #fff;padding: 0px;border-radius: 50px;
    box-shadow: 0px 6px 6px 0px #00000040;

}
.menu-fixed{
    background-color: #111111 !important;
}
.slider-contact-form-detail{
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.search-job{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px !important;
}
.index1-slider-wrapper .overlay-slider .sldier-contact-form .search-job .btn-from a{
    margin-left: -5px !important;
}
.select-custom-100{
    width: 80%;
    display: flex;
}

.filter-custom{
    justify-content:left !important;
    width: 100%;
}
.img-company{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.title-job-custom h6{
    font-size: 25px;
}
.title-job-custom h5{
    font-size: 30px;
}
.list-two-wrapper>ul>li{
    font-family: "Alexandria" !important;
font-size: 15px;
font-weight: 400;
line-height: 27px;
text-align: justified;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.range h6{
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;

}
.grey{
    color: #797979;
}
.brd-15{
    border-radius: 15px !important;
}
.shd{
    box-shadow: #0060aa;
}

[data-gt-lang="en"]{
    border-top: 1px solid !important;
}
.banner-custom{
    width: 100%;height:300px;object-fit:cover;
}
.login_box_main_wrapper .signin-wrapper{
    width: 50%;
}
.signin-wrapper-custom{
    margin-top: 150px;
}
.index1-slider-wrapper .overlay-slider .sldier-contact-form .search-job .btn-from button{
    display: inline-block;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 43px;
    background-color: #2731FC;
    border: 1px solid #2731FC;
    padding: 0px 30px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin-left: -5px !important;
}

.index1-listing-slider-wrapper-custom{
    padding: 160px 0px 150px 0px;
    margin-top: -95px;
}
@media (max-width: 680px) {
    .index1-slider-wrapper {
        margin-top: 0px;
    }
    .index1-slider-wrapper .overlay-slider .sldier-contact-form{
        margin-bottom: 10px !important;
    }
    .index-2-slider{
        background-size: cover !important;
    }
    .caption-title{
        font-size: 24px;
    }
    .index1-slider-wrapper .overlay-slider .slider-caption p{
        font-size: 16px;
        line-height: 22px;
    }
    .login_box_main_wrapper .signin-wrapper{
        width: 100%;
    }
}
/* HP */
@media (max-width: 480px) {
    .icon-custom{
        margin-top: -50px;width: 100px; margin-left: 0%;
    }
    .category-icon>p{
            font-size: 12px !important;
        line-height: 1;
        margin-top: -20px;
    }
    h4, .h4 {
        font-size: 18px !important;
    }
    .artikel-small>div>div>div>ul {
        padding-bottom: 6px;
        font-size: 12px;
    }
    .artikel-small>div>div>div>h5>a {
        font-size: 12px !important;

    }
    .artikel-small>div>div>div>h5 {
        font-size: 12px !important;

    }
    .bg_artikel{
        padding: 130px !important;
    }
    .index1-slider-wrapper .overlay-slider .slider-caption {
        padding-top: 90px;
    }
    .index-2-slider{
        background-size: cover !important;
    }
    .btn-001{
        width: 100%;
    }
    .caption-title{
        font-size: 24px;
    }
    .index1-slider-wrapper .overlay-slider .slider-caption p{
        font-size: 16px;
        line-height: 22px;
    }
    .btn-form{
        width: 10%;
    }
    .menu-fixed {
        background-color: #111111 !important;
    }
    .signin-wrapper-custom{
        height: 671px;
    }
    .g-recaptcha>div{
        width:100px;
    }
    .login_box_main_wrapper .signin-wrapper{
        width: 100%;
    }
    .biodata{
        line-height: 20px;
    }
    .biodata>li>a>p{
        font-size: 10px !important;
    }
    .w20{
        width: 40%;
    }
    .w40 {
        width: 70% !important;
    }
    .treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box {
        height: 600px !important;
    }
    .btn-001{
        width:60%;
    }
    
}
@media (max-width: 767px) {
    .index1-slider-wrapper .overlay-slider .sldier-contact-form ul li {
        font-size: 12px;
    }
}
@media screen and (min-device-width: 700px) and (max-device-width: 1015px) { 
    .index1-slider-wrapper .overlay-slider .slider-caption{
        padding-top: 250px !important;
    }
    .index1-slider-wrapper .overlay-slider .sldier-contact-form{
        margin-bottom: 0px !important;
    }
    .index1-slider-wrapper{
        padding: 200px 0px 300px 0px !important;
    }
    .index-2-slider{
        background-size: cover !important;
    }
}
.floating{
    position: fixed;
    bottom: 85px;
    right: 40px;
    z-index: 9999;
}
.img-floating{
        width: 70px;
}
#return-to-top{
    right: 40px;
}
.select-custom-100:after{
    border-top: 6px solid #fff !important;
}
.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text span{
    color: #0a3382 !important;
}
.post-latest-job-wrapper .latest-post-main-box .center-btn a{
    border: 1px solid #0a3382;
    background: #0a3382;
}
.post-latest-job-wrapper .latest-post-main-box .center-btn a:hover{
    border: 1px solid #0a3382;
}
.post-latest-job-wrapper .latest-post-main-box .center-btn a:hover span{
    color: #0a3382;
}
.post-latest-job-wrapper .home1-section-heading1:after{
    background-color: #fff;
}
.post-latest-job-wrapper .home1-section-heading1 h6{
    color: #0a3382;
}


@media (min-width: 1000px) {

.cst-padding{
    padding-right:100px;
    padding-left:100px;
}
}
@media (max-width: 1366px) {
    .main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .index1-logo {
        width: 210px;
    }
}
.treding-job-wrapper .custom-tab .tab-panel .tab-content .trending-main-box{
    height: 550px !important;
}
.category-main-wrapper .category-box{
    height: 160px;
    border-radius:10%;
}
.form-title{
font-size: 30px !important;
font-weight: 400 !important;
}
.title-job-custom>span{
    font-size: 20px;
    line-height: 24.38px;
}
.description-job>ul>li{
    font-family: Alexandria;
font-size: 16px;
font-weight: 400;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.w40{
    width:40%;
}
.des-job>p{
    color: #656565;
}
.btn-form{
    width: 20%;
}
.main-header-wrapper1 .sb-main-header1 .mobile-menu-wrapper .social-media-icons ul .user-text{
    width: 170px;
}
@media (max-width: 1024px) {
    .inner-page-main-wrapper .map_frame {
        margin-top: 50px;
    }
    .inner-page-main-wrapper .blog-box .blog-content ul li {
        width: auto !important;
        margin-left: 10px;
    }
}
@media (max-width: 480px) {
    .inner-page-main-wrapper .blog-box .blog-content ul li + li {
        margin-left: 10px;
        width: auto !important;
    }
}
.inner-page-main-wrapper .blog-box .blog-content ul li + li {
    margin-left: 10px;
}
.inner-page-main-wrapper .blog-box .blog-content ul li i{
    padding-right: 5px;
}
.inner-page-main-wrapper .top-pipe-search-wrapper .pegination select {
    border: none;
}

.card-artikel-small{
    background: #fff;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.artikel-small>div>div>div>h5>a{
    font-weight: 500;
    font-size: 16px;
    line-height: 0.8;
    padding-top: 10px;
}
.artikel-small>div>div>div>ul {
    padding-bottom: 6px;
    columns: 2 ;
    -webkit-columns: 2 ;
    -moz-columns: 2;
    font-size: 12px;
}
.artikel-small>div>div>div>ul>li + li {
    
}
.artikel-small>div>div>div>ul>li i{
}
.artikel-small{
    padding: 10px;
}  
.artikel-small>div>div>div>ul>li>i{
    padding-right: 5px;
    color: #0060aa;
}
.artikel-small>div>div>div>ul>li>a>i{
    padding-right: 5px;
    color: #0060aa;
}
.inner-page-main-wrapper .top-pipe-search-wrapper {
    background: #fff;
    padding: 16px 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}
.post-latest-job-wrapper .latest-post-main-box .post-comment .post-com-text h4 {
    font-size: 17px;
     line-height: 1.8;
}
.post-com-text>p{
        font-size: 14px;
        font-family: 'Alexandria' !important;
        line-height: 1.8;
}
 .icon-custom{
        margin: auto;width: 100px; 
    }
    .category-main-wrapper .category-box .category-icon p {
    margin-top: -30px;
}
.href_svg{
    top:-10px;
}
    .nav-tabs .nav-link{
        text-transform: capitalize !important;
    }
@media (max-width: 480px) {
    .inner-page-main-wrapper .blog-box .blog-content ul {
        flex-direction: row;
    }
}

.index1-slider-wrapper .overlay-slider .sldier-contact-form ul li {
    width: 100%;
}
.href_svg{ 
    position: relative; 
    z-index: 1; 
    
}
.href_svg>span { 
    display: block; 
    pointer-events: none;
    
}
.href_svg>object { 
    position: relative; 
    z-index: -1;
    pointer-events: none; 
    
}
.nav-link{
    font-family: 'Alexandria' !important;
    font-weight: 400;
}
.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 nav ul li a{
    font-family: 'Alexandria' !important;
    font-weight: 400;
}
a {
    font-family: 'Alexandria' !important;
    font-weight: 400 !important;
}
.home1-section-heading1 h6{
    font-family: "Alexandria" !important;
    font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: "Alexandria" !important;
}
.category-main-wrapper .category-box .category-icon p{
    font-family: "Alexandria" !important;
}
button, input, optgroup, select, textarea {
    font-family: "Alexandria" !important;
}
.href_svg>span>object>svg>.cls-1:hover {
  fill: red;
}
.category-main-wrapper>.category-box:hover>.icon-custom>.href_svg>span>object>svg>.cls-1:hover {
  fill: red;
}

svg>g>.cls-1 {
    fill: red !important;
}

.main-header-wrapper1 .sb-main-header1 .menu-item-wrapper3 .social-media-icons {
       padding-top: 30px !important;
}
.inner-page-main-wrapper .locate-main-wrapper {
    padding-top: 30px;
}
.blog-content>ul{
    text-transform: capitalize;
}
.text-artikel>h1 { 
        display: block;
        font-size: 2em;
        margin-top: 0.67em;
        margin-bottom: 0.67em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        font-family: "Alexandria" !important;
    }
    .text-artikel>h2 {
        display: block;
        font-size: 1.5em;
        margin-top: 0.83em;
        margin-bottom: 0.83em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        font-family: "Alexandria" !important;
    }
    .text-artikel>h3 { 
        display: block;
        font-size: 1.17em;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        text-transform: none;
        font-family: "Alexandria" !important;
    }
    .text-artikel>h4 { 
        display: block;
        margin-top: 1.33em;
        margin-bottom: 1.33em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        font-family: "Alexandria" !important;
    }
    .text-artikel>h5 { 
        display: block;
        font-size: .83em;
        margin-top: 1.67em;
        margin-bottom: 1.67em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        font-family: "Alexandria" !important;
    }
    .text-artikel>h6 { 
        display: block;
        font-size: .67em;
        margin-top: 2.33em;
        margin-bottom: 2.33em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        font-family: "Alexandria" !important;
    }
    .text-artikel>p{
        color : #000;
        font-family: "Alexandria" !important;
    }
    