.custom-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.main-box {
	background-image: url('/img/bg/main-box.jpg');
}

.width100 {
    width: 100%;
}

.navbar {
    background: none;
}

.post-text {
    white-space: pre-line;
}

.company-box {
    border: 1px solid #E69A0A;
    padding: .5em;
    display: table;
}

.help-icon {
    width: 5em;
}

.news-image {
    width: 250px;
    margin: 20px;
}

.file-icon img {
    display: block;
    height: auto;
    width: 24px;
}

.width100 {
    width: 100%;
}

.fileTableType {
    width: 24px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0d6efd;
}

.center {
  width:100%;
  display: flex;
  justify-content: center;
}

.error-img {
    width: 150px;
}

.error-code {
    font-size: 12rem!important;
}

.graybg {
    background: WhiteSmoke;
}

.maincolortext {
    color: #E69A0A;
}

.accordion-header {
    border-left: 5px solid #E69A0A;
}

.social-white {
    color: black;
}

.social-white:hover {
    color: #E69A0A;
}

.social {
    color: white;
}

.social:hover {
    color: #E69A0A;
}

.accordion-button:not(.collapsed) {
    color: #E69A0A;
    background-color: white;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22elementor-toggle-icon-opened%20e-font-icon-svg%20e-fas-minus%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h384c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%2F%3E%3C%2Fsvg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22e-font-icon-svg%20e-fas-plus%22%20viewBox%3D%220%200%20512%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M416%20208H272V64c0-17.67-14.33-32-32-32h-32c-17.67%200-32%2014.33-32%2032v144H32c-17.67%200-32%2014.33-32%2032v32c0%2017.67%2014.33%2032%2032%2032h144v144c0%2017.67%2014.33%2032%2032%2032h32c17.67%200%2032-14.33%2032-32V304h144c17.67%200%2032-14.33%2032-32v-32c0-17.67-14.33-32-32-32z%22%2F%3E%3C%2Fsvg%3E");
}

.upbtn {
    z-index: 9999;
    width: 100%;
    height: 16px;
    color: #FFF;
    position: fixed;
    bottom: -80px;
    cursor: pointer;
    background: #E69A0A;
    transition: all .3s ease-in-out;
}
.upbtn:before {
    content: "";
    transition: all .3s ease-in-out;
    z-index: 9999;
    
    width: 100px;
    height: 100px;
    border: 16px solid #E69A0A;
    position:relative;
    bottom:10px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    display:block;
    transform: rotate(45deg);
    background: #FFF;
}

.upbtn:hover {
    height: 20px;
}

.upbtn:hover:before {
    bottom:14px;
}

.footer {
    border-top: 5px solid #E69A0A;
    background: #20232A;
}