.breadcrumb-item::before {
    padding-right: 0.35rem !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.35rem !important;
}

.breadcrumb-item a {
    color: hsl(194, 92%, 26%);
    text-indent: 10px;
    font-weight: bolder;
}

section {
    padding: 20px 0;
    overflow: visible;
}

.job-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-family: var(--font-primary);
}

.articles_box {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 30px #786fe629;
    margin: 3px;
    margin-bottom: 10px;
    border-radius: 10px;
    clear: both;
    display: block;
    float: left;
    height: inherit;
    overflow: auto;
    width: 100%;
}

    .articles_box h4 {
        /*background: linear-gradient(hsl(180, 8%, 90%), hsl(180, 10%, 74%)) repeat scroll 0 0 hsla(0, 0%, 0%, 0);*/
        border-radius: 10px 10px 0 0;
        /*        box-shadow: 0 1px 0 hsl(0, 12%, 64%), 0 2px 0 hsl(180, 10%, 74%);
*/ color: #0b1146e6;
        /*color: hsl(0, 88%, 33%);*/
        font-family: gss,Arial,Helvetica,sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        height: 47px;
        line-height: 39px;
        margin: -1px;
        padding: 0 10px;
        text-align: left;
        text-transform: uppercase;
        border-left: 6px solid;
        border-left-color: currentcolor;
        border-left-color: currentcolor;
        border-radius: 5px;
        background-color: #e1ecfd;
        border-color: #1266f1;
    }


.article_title {
    color: #0b1146e6;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bolder;
    margin: 0 auto;
    text-align: left;
}

.articles_box .box_icon {
    left: 5px;
    margin-left: 5px;
    position: absolute;
    top: 30px;
}

.articles_box .box_title {
    color: hsl(0, 0%, 100%);
    font-family: moh,Times New Roman;
    font-size: 14pt;
    font-weight: bolder;
    line-height: 40px;
    text-align: right;
}

    .articles_box .box_title a {
        color: hsl(0, 0%, 100%);
        font-family: Times New Roman;
        font-size: 14pt;
        font-weight: bolder;
        height: 55px;
        margin: auto;
        padding-top: 27px;
        text-align: center;
    }

        .articles_box .box_title a:hover {
            color: activeborder;
            font-family: Times New Roman;
            font-size: 14pt;
            font-weight: bolder;
            height: 55px;
            margin: auto;
            padding-top: 27px;
            text-align: center;
        }

.articles_box .box_top_l {
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    /*width: 415px;*/
    width: 100%;
}

.articles_box .box_top_bg {
    height: 52px;
    margin-left: 415px;
    margin-right: 22px;
    text-align: right;
}

.articles_box .box_top_r {
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}

.articles_box .box_center_l {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.articles_box .box_center_bg table span {
    display: block;
    /*float: left;*/
    overflow: hidden;
}

.articles_box .box_center_bg {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 0 solid hsl(240, 42%, 42%);
    border-radius: 10px;
    clear: both;
    display: block;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.articles_box .box_center_r {
    background-position: right center;
    background-repeat: repeat-y;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.articles_box .box_bottom_l {
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.articles_box .box_bottom_bg {
    height: 22px;
    margin-left: 1px;
    margin-right: 1px;
}

.articles_box .box_bottom_r {
    background-position: right center;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.contact .info-item-borders-right-only {
    border-left: none;
    border-right: 1px solid rgba(var(--color-secondary-rgb), 0.2);
}

.contact .submit-btn {
    background: var(--color-primary);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

.contact .sent-message {
    display: none;
    color: var(--color-white);
    background: var(--color-green);
    text-align: center;
    padding: 15px;
    font-weight: 600;
    width: 90%;
    margin: auto;
}

#TopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #c1c1c1; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    /* Some padding */
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #TopBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.head-underline {
    border-bottom: 2px solid #fced00;
    /*padding-top: 44px;*/
}

.section-header h2 {
    font-size: 40px !important;
    color: #0069aa;
}

.section-header h3 {
    color: #fff;
}

.header.sticked {
    height: 90px !important;
}

.footer {
    margin-top: 20px !important;
}

    .footer .footer-heading {
        margin-bottom: 0px !important;
    }

    .footer .footer-links li {
        margin-bottom: 1px;
    }

/*.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    color: #009dd6;
}*/
.mobile-nav-toggle {
}

.border-1 {
    border-width: 1px !important;
    border-color: yellow !important;
}

.post-entry-1 h2 {
    color: white;
}

.ProductPanal {
    color: white !important;
}

.a-btn-primary:focus, .a-btn-primary:hover {
    background-color: #0069aa;
    color: #fff;
}



.a-btn-primary {
    background: transparent;
    border: none;
    border-radius: 0;
    color: black !important;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0 !important;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
    background-color: #fced00 !important;
    line-height: 1.5;
    padding: 10px 16px;
    text-align: center;
    transition: background-color .25s ease;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

.nopadding {
    padding-right: 0rem;
    padding-left: 0rem;
}

a:hover {
    color: #0a5edc;
    text-decoration: none;
}
/*
.post-entry-1 h3 a{
    color:white;
}
.post-entry-1  p {
    color: white;
}*/

.m-thumb-blog {
    align-self: stretch;
    background-color: #272d31;
    border-top: 2px solid #fced00;
    color: #fff;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    text-decoration: none;
    transition: background-color .25s ease;
    width: 100%;
    height: 100%;
}

mb-5 {
    margin-bottom: 1rem !important;
}

.thump {
    border: 1px solid #000;
}

.post-entry-2 {
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 1px 1px 30px #786fe629;
    padding: 20px;
    width: 49%!important;
}

.footer a.footer-link-more::before {
    background: #fced00;
}

.nomargin {
    margin-bottom: 0rem !important;
    margin-top: 20px;
}

.navbar a {
    color: hsl(194, 92%, 26%) !important;
    font-weight: 600;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
}

.bi-x::before {
    font-size: 31px;
    color: white;
    background-color: #000;
}

.mobile-nav-active ul {
    height: 85%;
}

.dark {
    background-color: black;
}

.page-title {
    color: #0069aa;
}

.article_section_related_box {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 30px #786fe629;
    margin: 3px;
    margin-bottom: 3px;
    margin-bottom: 10px;
    border-radius: 10px;
    clear: both;
    display: block;
    float: left;
    height: inherit;
    overflow: auto;
    padding-bottom: 12px;
    width: 100%;
}

    .article_section_related_box h4 {
        background-color: #e1ecfd;
        border-left: 6px solid;
        border-radius: 5px;
        background-color: #e1ecfd;
        border-color: #1266f1;
        font-family: gss,Arial,Helvetica,sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 10px;
        text-align: left;
    }

.main-wraper {
    flex-grow: 1;
    flex-shrink: 0;
}

.bi-arrow-up-short::before {
    content: "\f145";
    color: white !important;
}

@media (min-width: 768px) {
    .col-md-6 {
      /*  flex: 0 0 auto;
        width: 49%;*/
    }
}

.form-control {
    border: 1px solid #0069aaa3;
}

/*whatsapp icon*/
.float {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 27px;
    right: 27px;
    background-color: #4ac959;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 3px #2F2A2A;
    z-index: 100;
}

    .float:hover {
        color: #FFF !important;
    }

.bi-whatsapp::before {
    content: "\f618";
    margin-top: 8px;
}
@media (min-width: 768px) {
    .text-md-end {
        text-align: center !important;
    }
}