@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    scroll-behavior: initial;
}



* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}


a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

body {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1250px;
}

/* **** Header **** */

.topbar {
    padding: 10px 0;
    width: 100%;
    background: #DE5700;
}

.social-bx {
    display: flex;
}

.social-bx a {
    display: inline-block;
    margin-right: 10px;
}

.social-bx a:last-child {
    margin: 0;
}

.social-bx a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.top-cnt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-cnt ul li {
    margin-right: 25px;
}

.top-cnt ul li:last-child {
    margin: 0;
}

.top-cnt ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.top-cnt ul li a i {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #DE5700;
    font-size: 12px;
    margin-right: 5px;
}

.top-cnt ul li a:hover {
    opacity: 0.80;
}

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar {
    background: #fff;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    margin: 0;
    padding: 15px 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.navbar .navbar-nav {
    margin-left: auto;
    align-items: center;
}

.navbar .navbar-nav>li {
    margin-right: 30px;
}

.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a {
    padding: 10px 0px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.navbar .navbar-nav>li.order-btn {
    margin-right: 15px;
}

.navbar .navbar-nav>li.order-btn a {
    background: #fff;
    border: 1px solid #DE5700;
    border-radius: 4px !important;
    color: #DE5700;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
}

.navbar .navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar .navbar-nav>li.order-btn a i {
    margin-left: 5px;
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover {
    color: #E67734;
}

.navbar .navbar-nav>li a.nav-link.active {
    color: #E67734;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #E67734;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #E67734;
}

.navbar .navbar-nav>li.order-btn a:hover {
    background-color: #DE5700;
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    padding: 0 0;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #fff;
    width: 230px;
    overflow: hidden;
}

.navbar-nav .dropdown-menu li {
    display: block;
    margin: 0;
}

.navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 15px 15px;
    white-space: normal;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 0;
    border: none;
}

.navbar-toggler {
    background-color: #DE5700;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End Header **** */

/* **** Main slider **** */
.main-slider {
    position: relative;
    width: 100%;
}

.slide-block {
    position: relative;
}

.slide-block:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    top: 0;
    left: 0;
}

.slide-block img {
    width: 100%;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    position: absolute;
    right: 15%;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    width: 65px;
    height: 65px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #231F20;
    font-weight: 300;
    line-height: 65px;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    display: block;
    border-radius: 50%;
    font-size: 28px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.main-slider .slick-prev {
    left: 10%;
}

.main-slider .slick-prev:before {
    content: "\f053";
}

.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
    color: #fff;
    background: #DE5700;
}

.main-slider .slick-dots {
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.main-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 0;
    display: inline-block;
}

.main-slider .slick-dots li:last-child {
    margin: 0;
}

.main-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 3px;
    background: #fff;
    border: none;
    color: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 4px !important;
    outline: none !important;
}

.main-slider .slick-dots li.slick-active button {
    background: #fff;
    opacity: 0.60;
}


.slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slider-text h1 {
    font-size: 70px;
    font-weight: bold;
    font-family: 'Kanit';
    color: #fff;
    text-transform: uppercase;
    line-height: 80px;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* **** End Main slider **** */

/* **** Home Page **** */
.welcome-wrp {
    padding: 50px 0 35px;
    width: 100%;
}

.welcome-wrp h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 25px;
}

.welcome-wrp p {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 25px;
    width: 90%;
}

.btn-main {
    padding: 12px 20px;
    background: #DE5700;
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: table;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-main i {
    margin-left: 5px;
    font-size: 18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-main:hover {
    background: #000;
    color: #fff;
}

.populer-material-wrp {
    padding: 35px 0;
    width: 100%;
    background: rgba(231, 134, 75, 0.07);
}

.titlebar h2 {
    position: relative;
    margin: 0 0 30px;
}

.titlebar h2 span {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
}

.titlebar h2 span:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    background: #DE5700;
    left: -95px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.titlebar h2 span:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    background: #DE5700;
    right: -95px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.populer-block {
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.populer-img {
    overflow: hidden;
}

.populer-img img {
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
    min-height: 301px;
    max-height: 301px;

    object-fit: cover;
}

.populer-block:hover .populer-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.populer-block h3 {
    padding: 15px;
    text-align: center;
    display: block;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.rent-machine-wrp {
    padding: 35px 0;
    width: 100%;
}

.enter-service {
    padding: 25px 0;
    width: 100%;
    background: rgba(165, 165, 165, 0.07);
}

.enter-box {
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.enter-box img {
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.enter-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.enter-box h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}

.enter-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.25;
    z-index: 5;
}

.testimonial-wrp {
    padding: 45px 0 35px;
    width: 100%;
}

.testimonial-wrp h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 25px;
}


.testimonail-block {
    width: 870px;
    margin: 0 auto;
}

.testimonail-block p {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
    margin: 0 0 25px;
    text-align: center;
}

.test-userbx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-userbx img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.test-userbx h3 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0 15px;
    line-height: 20px;
}

.test-userbx span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #8A8A8A;
}

footer {
    padding: 45px 0;
    width: 100%;
    background: #000;
}

.quicklinks li {
    display: block;
}

.quicklinks li a {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    display: block;
    padding: 8px 0;
}

.foor-cnt h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.foor-cnt p {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.foor-cnt p:hover {
    opacity: 0.80;
}

.foor-cnt p i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    background: #DE5700;
    color: #fff;
    font-size: 12px;
    margin: 0 5px 0 0;
}

.connect-us h4 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.connect-us a {
    margin-right: 10px;
    display: inline-block;
}

.connect-us a:last-child {
    margin: 0;
}

.connect-us a:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 0;
    background: #000;
}

.copyright p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: normal;
}

/* **** End Home Page **** */

/* **** About Page **** */
.inner-banner {
    position: relative;
    width: 100%;
}

.inner-banner img {
    width: 100%;
}

/*.inner-banner:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #DE5700;
    opacity: 0.35;
    top: 0;
    left: 0;
}*/
.page-title {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.page-title h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
}

.breadcrumb-wrp {
    padding: 15px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.breadcrumb-wrp ul {
    display: flex;
    align-items: center;
}

.breadcrumb-wrp ul li {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    position: relative;
    margin-right: 30px;
}

.breadcrumb-wrp ul li:after {
    position: absolute;
    content: '/';
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    right: -20px;
    top: 0;
}

.breadcrumb-wrp ul li a {
    color: #fff;
}

.breadcrumb-wrp ul li:last-child {
    margin: 0;
}

.breadcrumb-wrp ul li:last-child:after {
    display: none;
}

.about-wrp {
    padding: 35px 0 45px;
    width: 100%;
}

.about-wrp h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}

.abt-row {}

.abt-row p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 25px;
    text-align: justify;
    margin: 0 0 25px;
}

.abt-row img {
    border-radius: 15px;
    width: 100%;
}

.abt-values-row {
    padding: 15px 0 0;
}

.abt-mis-box {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.mission-img img {
    border-radius: 15px 15px 0 0;
}

.mission-data {
    padding: 15px 30px;
}

.mission-data h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}

.mission-data p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0;
}

/* **** End About Page **** */

/*** how it works ***/
.how-it-works-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 25px;
}

.how-icon {
    text-align: center;
    margin: 0 auto;
}
.how-icon img {
  margin: 0 auto;
}
.how-text h3 {
    font-size: 15px;
    margin: 10px 0 0 0;
    font-weight: 500;
}
.how-it-works-section {
    padding: 30px 0 45px 0;
}
.how-this {
    width: 14%;
    float: left;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    margin: 0 22px 0 0;
    padding: 10px 0 10px 0;
}
.number {
       position: relative;
    margin: 28px 0 0 0;
    text-align: left;
    width: 40px;
    left: -10px;
    height: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    padding: 10px 0 0 0;
    float: left;

}
.number h2 {
    font-size: 15px;
}

/*** how it works ***/


/* **** Contact Page **** */
.contact-wrapper {
    padding: 30px 0 45px;
    width: 100%;
}

.contact-wrapper .row {
    align-items: center;
}

.cnt-now h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}

.cnt-now h6 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}

.cnt-now .top-cnt ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cnt-now .top-cnt ul li {
    width: 100%;
    margin: 0 0 10px;
}

.cnt-now .top-cnt ul li:last-child {
    margin: 0;
}

.cnt-now .top-cnt ul li a i {
    background: #DE5700;
    font-size: 10px;
    color: #fff;
}

.cnt-now .top-cnt ul li a {
    color: #000;
}

.map-bx {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    height: 200px;
}

.map-bx iframe {
    border-radius: 10px;
}

.contact-frm {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px dotted #696969;
}

.contact-frm .form-group {
    margin: 0 0 30px;
    position: relative;
}

.contact-frm .form-group label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.contact-frm .form-group label span {
    color: #CC0000;
}

.contact-frm .form-group .form-control {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    resize: none;
}

.contact-frm .btn-main {
    background: #DE5700;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 230px;
    text-align: center;
    float: right;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.contact-frm .btn-main:hover {
    background: #000;
    color: #fff;
}

/* **** End Contact Page **** */

/* **** Supplier & Contractor Registration Page **** */
.inner-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.supplier-wrp {
    padding: 30px 0 45px;
    width: 100%;
    background: #E5E5E5;
}

.supplier-block {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.supplier-block h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 30px;
}

.supplier-block .form-group {
    margin: 0 0 30px;
    position: relative;
}

.supplier-block .form-group label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.supplier-block .form-group label span {
    color: #CC0000;
}

.supplier-block .form-group .form-control {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    resize: none;
}

.custom-file {
    border: 1px solid #C8C8C8;
    border-radius: 5px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
}

.upload-btn-wrapper .btn {
    padding: 10px;
    color: white;
    background-color: #E9ECEF;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.upload-btn-wrapper input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file #custom-button2:hover,
.custom-file #custom-button:hover {
    background-color: #DE5700;
}

.custom-gender {
    padding: 8px 0 0;
}

.custom-gender li {
    display: inline-block;
    margin-right: 15px;
}

.custom-gender li:last-child {
    margin: 0;
}

.custom-gender li [type="radio"]:checked,
.custom-gender li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-gender li [type="radio"]:checked+label,
.custom-gender li [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.custom-gender li [type="radio"]:checked+label:before,
.custom-gender li [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #939393;
    border-radius: 100%;
    background: #fff;
}

.custom-gender li [type="radio"]:checked+label:after,
.custom-gender li [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #DE5700;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-gender li [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-gender li [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

select.form-control {
    display: block;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center right 15px;
}

.supplier-block h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}

.bank-acc-bx {
    padding: 45px 35px 5px;
    background: #F9F9F9;
    border-radius: 5px;
    position: relative;
}

.bank-acc-bx .form-control {
    background: #fff;
}

.btn-add {
    padding: 8px 20px;
    background: #129D31;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-add:hover {
    background: #000;
    color: #fff;
}

.terms-bx {
    margin: 15px 0;
}

.terms-bx input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms-bx label {
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.terms-bx label a {
    color: #000;
    text-decoration: underline;
}

.terms-bx label a:hover {
    color: #777;
}

.terms-bx label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #818181;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}

.terms-bx input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #DE5700;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.supplier-block .btn-main {
    padding: 10px 15px;
    width: 200px;
    background: #DE5700;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    float: right;
}

.supplier-block .btn-main:hover {
    background: #000;
    color: #fff;
}

.supplier-block .btn-group {
    display: block;
    width: 100%;
    overflow: hidden;
}


.login-wrapper {
    padding: 50px 0 50px;
    width: 100%;
    background: #E5E5E5;
}

.login-block {
    width: 475px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 40px;
}

.login-block h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 0 55px;
}

.login-block .form-group {
    margin: 0 0 30px;
    position: relative;
}

.login-block .form-group label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.login-block .form-group label span {
    color: #CC0000;
}

.login-block .form-group .form-control {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    resize: none;
}

a.fgtlink {
    display: table;
    float: right;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    padding: 10px 0 0;
}

a.fgtlink:hover {
    color: #DE5700;
}

.login-block .btn-main {
    padding: 10px 15px;
    width: 200px;
    background: #DE5700;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    margin: 55px auto 0;
}

.login-block .btn-main:hover {
    background: #000;
    color: #fff;
}

/* **** End Supplier & Contractor Registration Page **** */


/* **** Procure Material Page **** */
.procure-material-wrp {
    padding: 35px 0 65px;
    width: 100%;
}

.procer-material-img img {
    width: 100%;
    border-radius: 7px;
}

.procer-material-data h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}

.procer-material-data p {
    font-size: 14px;
    font-weight: normal;
    color: #848484;
    line-height: 24px;
    margin: 0 0 15px;
}

.procer-material-data h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}

.procure-bx {
    padding: 10px;
    background: #F5F5F5;
    border-radius: 7px;
    display: flex;
}

.drewing {
    display: block;
}

.procure-bx .form-control {
    padding: 15px;
    border-radius: 7px;
    background: #fff;
    height: auto;
    border: 1px solid #C8C8C8;
    resize: none;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    box-shadow: none;
}

.procure-bx button.addbtn {
    padding: 5px 25px;
    background: #129D31;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    margin-left: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.procure-bx button.addbtn:hover {
    background: #000;
    color: #fff;
}

.drewing button.addbtn {
    float: right;
}

.drewing p {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #464646;
    display: block;
}

.drewing .custom-file {
    background: #fff;
}

.procer-material-data .btn-main {
    width: 200px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}

/* **** End Procure Material Page **** */

/* **** Rent Machine **** */
.rent-machine-wrp {
    padding: 35px 0 55px;
    background: #fff;
}

.rent-machine-wrp .populer-block {
    margin: 0 0 25px;
}

.earth-moving-wrp {
    padding: 25px 0 35px;
    background: #fff;
}

.fillter-block {
    background: #fff;
    border-radius: 5px;
    margin: 0 0 35px;
    padding: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.fillter-block .form-group {
    margin: 0;
}

.fillter-block .form-group .form-control {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #C8C8C8;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    resize: none;
}

.filter-act .btn-main {
    border: none;
    width: 100%;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
}

.earth-moving-wrp .populer-dt {
    padding: 0 10px;
}

.earth-moving-wrp .populer-block {
    margin: 0 0 25px;
}

.earth-moving-wrp .populer-dt h3 {
    padding: 10px 0;
    font-size: 16px;
}

.earth-moving-wrp .populer-block p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #808080;
    padding: 6px 0px;
    border-top: 1px dotted #ABAAAA;
}

.procure-bx h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0 0 10px;
}

.procure-bx h3 span {
    font-weight: normal;
}

.earth-details {
    padding: 35px 0;
}

.earth-details .procure-bx {
    padding: 15px 15px 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 25px;
}

.earth-details .procure-bx .form-control {
    padding: 10px 15px;
}

.earth-details .procure-bx textarea.form-control {
    height: 45px;
}

.earth-details .procure-bx .form-group {
    margin: 0 0 20px;
}

.earth-details .procure-bx .form-group .btn-main {
    width: 100%;
    padding: 11px 15px;
}

.realted-pro-wrp {
    padding: 30px 0;
    width: 100%;
    background: rgba(196, 196, 196, 0.10);
}

.realted-pro-wrp .populer-block {
    margin: 0;
}

/* **** End Rent Machine **** */



/* **** successfully **** */
.inner-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.successfully-wrp {
    padding: 112px 0;
}

.successfully-wrp .successfully-box {
    background: #FFFFFF;
    border: 2px dashed #129D31;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    width: 559px;
    margin: 0 auto;
    display: table;
    padding: 47px 32px 91px;
}

.successfully-wrp .successfully-box img {
    max-width: 100%;
    margin: 0 auto 20px;
    display: table;
}

.successfully-wrp .successfully-box h4 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #129D31;
    margin: 0 0 10px;
}

.successfully-wrp .successfully-box p {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #129D31;
    margin: 0;
}

/* **** End successfully **** */



/* **** Dashboard **** */
.dasboard-wrpper {
    background: rgba(231, 134, 75, 0.1);
}

.dash-supplier-wrp {
       padding: 150px 0 60px;
}

.ball-drop .dropdown-menu {
    left: auto;
    right: 0;
    width: 270px;
}

.ball-drop .drop-head {
    background: #DE5700;
    border-radius: 10px 10px 0px 0px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 7px 0 8px;
}

.ball-drop .dropdown-menu li {
    padding: 0 10px;
}

.ball-drop .dropdown-menu li a.dropdown-item {
    border-bottom: 1px solid #8E8E8E;
    display: block;

    padding: 12px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ball-drop .dropdown-menu li:last-child a.dropdown-item {
    border: none;
}

.ball-drop .dropdown-item span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #8E8E8E;
    padding-top: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ball-drop .dropdown-menu li:hover {
    background: rgba(231, 134, 75, 0.3);
    border-color: #DE5700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ball-drop .dropdown-menu li a.dropdown-item:hover {
    background: transparent;
}

.dash-header {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
}

.dash-header .navbar-nav>li.order-btn .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 4px 10px 4px 4px;
    color: #000;
}

.dash-header .navbar-nav>li.order-btn .dropdown-toggle i {
    color: #DE5700;
}

.circle {
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
    border: 1px solid #DAD8D8;
    border-radius: 100%;
    margin-right: 5px;
}

.circle img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.dash-header .navbar-nav>li.order-btn .dropdown-toggle:hover {
    color: #fff;
}

.dash-header .navbar-nav>li.order-btn .dropdown-toggle:hover i {
    color: #fff;
}

.dash-header .navbar-nav>li.order-btn .dropdown-toggle:hover .circle {
    border-color: #fff;
}

/* **** End Dashboard **** */



/* **** dash supplier **** */
.dash-title {
    margin: 0 0 33px;
}

.dash-title h4 {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.dash-title p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #DE5700;
    margin: 0;
}


.dash-links {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.dash-links .dash-head h3 {
    background: #DE5700;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    padding: 12px;
    text-align: center;
}

.dash-links ul li a {
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    padding: 12px 40px 12px 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dash-links ul li a:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 25px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 50%;
}

.dash-links ul li a.active,
.dash-links ul li a:hover {
    background: rgba(231, 134, 75, 0.1);
}


/* ***** dash-box **** */
.dash-box {
    background: #1CA9E1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 10px;
    margin: 0 0 20px;
}

.dash-info {
    border: 1px dashed #FFFFFF;
    border-radius: 10px;
    padding: 25px 20px 20px;

}

.dash-info h2 {
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.dash-info p {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    height: 45px;
    display: flex;
    align-items: center;
}

/* **** End dash supplier **** */




/* **** procurement-block **** */
.procurement-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px 20px;
}

.procurement-block h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}

.requests-box {
    background: #F9F9F9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px 15px 60px 15px;
    margin: 15px 0 0;
    position: relative;
}

.requests-img img {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}

.requests-box .id-number p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #787878;
    margin: 0 0 7px;
}

.requests-box .id-number p span {
    font-weight: 500;
    font-size: 12px;
    color: #787878;
    float: right;
}

.requests-box h6 {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #535353;
    margin: 0 0 8px;
}

.requests-box h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 114%;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 10px;
}

.requests-box h5 {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.99;
    margin: 0;
}

.requests-box p {
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
   /*  text-transform: capitalize; */
    color: #848484;
    margin: 0;
}

.requests-info .row {
    display: flex;
    align-items: flex-end;
}

.requests-info .file-box {
    padding: 17px 10px 10px 10px;

}

.requests-info .file-box li {
    display: inline-block;
    margin-right: 11px;
}

.requests-info .file-box li:last-child {
    margin: 0;
        margin-top: 10px;
}

.requests-info .file-box li a {
    background: #FFFFFF;
    border: 1px solid #DE5700;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: block;
    padding: 17px 20px;
}

.requests-box form {
    margin: 0px 10px 0 0;
}

.requests-box form .form-group {
    margin: 0 0 15px;
}

.requests-box form .form-group .form-control {
    border: 1px solid #868686;
    height: auto;
    font-weight: normal;
    font-size: 15px;
    text-transform: unset;
    color: #000000;
    padding: 10px 12px;
    box-shadow: none;
    outline: none;
    resize: none;
}

.requests-box form .form-group .form-control::placeholder {
    color: #000000;
}

.requests-box form button {
    border-radius: 4px;
    display: table;
    width: auto;
       margin-left: 10px;
    margin-right: 0;
    border: none;
}


.right-contant h4 {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 5px;
}

.right-contant h3 {
    font-weight: 500;
    font-size: 17px;
    text-align: right;
    text-transform: capitalize;
    color: #000000;
}

.right-contant h3 span {
    font-size: 13px;
    color: #7A7A7A;
}

.requests-info .date-info {
    margin: 0 0 7px;
}

.requests-info .date-info li {
    display: inline-block;
    margin-right: 11px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    background: #E1E1E1;
    border-radius: 4px !important;
    padding: 7px 20px 5px 12px;
}

.requests-info .date-info li span {
    font-weight: 400;
}

.requests-info .date-info li:last-child {
    margin: 0;
}

/* **** End procurement-block **** */



/* **** Profile **** */
.profile-block {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 20px 0;
    margin: 0 0 16px;
}

.avatar-upload {
    position: relative;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #9F9F9F;
    cursor: pointer;
    line-height: 36px;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
    z-index: 55;
}

.avatar-upload .avatar-edit input+label:hover {
    background: rgb(13 13 13);
    color: #fff;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 122px;
    height: 122px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #DAD8D8;
    margin: 0 auto;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-block .img-info p {
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
    margin: 20px 0 0;
    text-align: center;
}

.profile-block .img-info h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    text-align: center;
}

.profile-block form {
    margin: 20px 0 0;
}

.profile-block form .form-group {
    margin: 0 0 20px;
}

.profile-block form .form-group label {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0 0 5px;
}

.profile-block form .form-group label span {
    color: #CC0000;
}

.profile-block form .form-group .form-control {
    border: 1px solid #C8C8C8;
    height: auto;
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 12px;
    box-shadow: none;
    outline: none;
    resize: none;
}

.profile-block form .form-group .form-control::placeholder {
    color: #000000;
}



.profile-block h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 0 0 15px;
    display: table;
    width: 100%;
}

.profile-block h3 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: #129D31;
    border-radius: 4px !important;
    padding: 5px 16px;
    float: right;
}

.save-btn {
    margin-left: auto;
    margin-right: 0;
    border-radius: 5px;
    border: none;
    padding: 10px 97px;
}

/* **** End Profile **** */


/* **** Account Settings **** */
.setting-wrp {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 18px 26px;
}

.setting-wrp h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 24px;
}

.setting-wrp h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
    color: #545454;
    margin: 0 0 8px;
}

.setting-wrp form {
    width: 40%;
}

.setting-wrp form .form-group {
    margin: 0 0 23px;
}

.setting-wrp form .form-group label {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin: 0 0 5px;
}

.setting-wrp form .form-group .form-control {
    border: 1px solid #C8C8C8;
    height: auto;
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    padding: 10px 12px;
    box-shadow: none;
    outline: none;
    resize: none;
}

.setting-wrp form .form-group .form-control::placeholder {
    color: #000000;
}

.setting-wrp form button {
    border: none;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 50px;
    border-radius: 5px;
}

/* **** End Account Settings **** */




/* ***** add-product **** */
.add-product-wrp h2 {
    margin: 0 0 11px;
}

.add-product-wrp h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 11px;
}

.add-product-wrp form {
    width: 100%;
}

/* ***** End add-product **** */



/* **** Product **** */
.product-wrp {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 18px 12px;
}

.product-wrp h2 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px text-transform: capitalize;
    color: #000000;
    margin: 0 0 13px;
}

.product-wrp .nav-tabs {
    border: 1px solid #DE5700;
    border-radius: 5px;
    width: fit-content;
    overflow: hidden;
}

.product-wrp .nav-tabs .nav-link {
    margin: 0;
    background: transparent;
    border-radius: 0;
    background: #FFF4EE;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding: 4px 12px 5px;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-wrp .nav-tabs .nav-item.show .nav-link,
.product-wrp .nav-tabs .nav-link.active {
    background: #DE5700;
    color: #fff;
}

.product-wrp .prd-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: #129D31;
    border-radius: 4px !important;
    padding: 5px 20px;
    float: right;
    transition: all 0.3s linear;
}

.product-wrp .prd-btn:hover {
    background: #000;
    color: #fff;
}


.product-wrp .tab-content {
    margin: 15px 0 0;
}

.product-wrp table tbody th,
.product-wrp table thead th {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    vertical-align: middle;
}

.product-wrp table tbody td {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize;
    color: #7A7A7A;
    vertical-align: middle;
}

.product-wrp table tbody td img {
    width: 72px;
    height: 63px;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    margin-right: 15px;
}

.product-wrp table tbody td span {
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    text-transform: capitalize;
    color: #848484;
}

.product-wrp table tbody td strong {
    display: block;
    color: #000;
    font-weight: 600;
}

.product-wrp table tbody td ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.product-wrp table tbody td ul li:last-child {
    margin: 0;
}

.product-wrp table tbody td ul li a {
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    transition: all 0.3s linear;
}

.product-wrp table tbody td ul li a:hover {
    color: #000;
}

.published-btn {
    background: #1CA9E1;
    border-radius: 15px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 4px 10px;
    transition: all 0.3s linear;
}

.published-btn:hover {
    color: #fff;
    background: #000;
}

.product-wrp table tbody td:nth-child(2) {
    display: flex;
    align-items: center;
    text-align: left;
}

.product-wrp table tbody td:nth-child(3) {
    min-width: 120px;
    width: 120px;
}

.product-wrp table tbody td:nth-child(4),
.product-wrp table tbody td:nth-child(5),
.product-wrp table tbody td:last-child {
    min-width: 130px;
    width: 130px;
}

/* **** End Product **** */


.mobile-info {
    display: none;
}

.mobile-info .dropdown-menu li a.dropdown-item {
    padding: 15px 15px;
    white-space: normal;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 0;
    border: none;
}

li.nav-item.order-btn .dropdown-menu {
    width: 260px;
    right: -40px;
    left: auto !important;
    padding: 0;
}

.order-btn .dropdown-toggle {
    display: flex;
    align-items: center;
    color: #000;
}

.dasboard-wrpper .navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 8px 15px;
}


/*---- timeline ------*/
.list-times li {
    font-size: 25px;
    color: #000;
    float: left;
    margin: 0 15px 0 0;
}

.list-times li .fal,
.far .fa,
.fas {
    color: #000;
}



.timeline-section {
    margin: 60px 0 0 0;
}

.timeline {
    width: 100%;
    position: relative;
    perspective: 5000px;
}

.timeline:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background-color: #DE5700;
    border-radius: 15px;
    top: 210px;
}

.timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.timeline-item:hover:after {
    transform: scale(1.5, 1.5);
}

.timeline-item.selected:after {
    background-color: blue;
    border: 5px solid lightBlue;
    transform: scale(1.5, 1.5);
}

.timeline-item.selected:after {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -15px;
    background-color: #c65510;
    border: 3px solid #404040;
    content: "";
    border-radius: 50%;
    transition: transform .5s ease;
}

.timeline .timeline-item:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -15px;
    background-color: #c65510;
    border: 5px solid #d5dfe5;
    content: "";
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.timeline .active-line:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -15px;
    background-color: #24CF59;
    border: 5px solid #0fbe46;
    content: "";
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.timeline .reject-line:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -15px;
    background-color: #e71029;
    border: 5px solid #e00e3e;
    content: "";
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.timeline-content {
    position: absolute;
    top: -42px;
    /* display: none; */
    width: 100%;
    /* left: 15px; */
    cursor: auto;
    text-align: center;
    padding: 0 4px;
}

.timeline-content.fadeIn {
    animation-delay: .2s;
}

.timeline-content.animated {
    display: block;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.flex-items-default {
    width: 20%;
    height: 150px;
}


/*
.dropdown-time {
    width: 211px;
    height: 98px;
    background: white;
    box-shadow: 0 3px 20px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    position: absolute;
    top: -38px;
    animation-duration: .2s;
    transition: left .3s ease;
    border: 2px solid #DE5700;
    border-radius: 20px;
}

*/

.dropdown-time.inner {
    position: relative;
    width: 100%;
    height: 326px;
}

.dropdown-time.arrow-down {
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -20px;
}


.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.animated {
    display: block;
}

.material-icons {
    position: absolute;
    top: 189px;
    left: 160px;
    width: 100%;
    color: white;
    font-size: 33px;
}

.hexagon {
    position: relative;
    width: 75px;
    height: 43.30px;
    background-color: blue;
    margin: 21.65px 0;
    left: 50%;
    margin-left: -37px;
    top: 25px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 37.5px solid transparent;
    border-right: 37.5px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 21.65px solid blue;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 21.65px solid blue;
}


/*---- timeline ------*/



.__poreBz {
    height: 248px;
    display: flex
;
    width: 100%;
    /* margin-left: -35px; */
    /* margin-top: -5px; */
    padding: 5px;
    border: 2px solid #DE5700;
    box-shadow: 0 3px 20px 1px rgb(0 0 0 / 10%);
    background: white;
    border-radius: 20px;
    min-height: 110px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.__poreBz h5 {
    font-weight: 600;
    font-size: 12px;
    margin: 6px 0 5px;
}


.__statusTimeLs{
    color: #646464;
    font-size: 11px;
    margin: 3px 0;
    white-space: nowrap;
      width:100%;
}

.__linTimeWrp {
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.__tineIcons a {
    padding: 2px;
    font-size: 17px;
    color: #850000;
}

.__tineIcons a i{
    color: #850000;
}

.__tineIcons{
    display: flex;
    justify-content: center;
    margin-right: 2px;
}


.__cutTabMwp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}


.__cutTabMwp.nav-tabs .nav-link {
    background: #f1f1f1;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    border: #bbbbbb 1px solid;
    margin: 0px 3px 10px;
}
.__cutTabMwp.nav-tabs .nav-item.show .nav-link,
.__cutTabMwp.nav-tabs .nav-link.active {
    background: #DE5700;
    color: #fff;
    border-radius: 5px;
    border: #DE5700 1px solid;
}





.__cutTabMwpSub {
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}


.__cutTabMwpSub.nav-tabs .nav-link {
    color: #000;
    border-radius: 4px !important;
    margin: 3px;
    padding: 5px 15px;
    background: #f1f1f1;
    font-size: 12px;
    border: #bbbbbb 1px solid;
}

.__cutTabMwpSub.nav-tabs .nav-item.show .nav-link,
.__cutTabMwpSub.nav-tabs .nav-link.active {

    background: #DE5700;
    color: #fff;
    border-radius: 4px !important;
    border: #DE5700 1px solid;
}



.__fr2bk {

	/*padding: 30px 0 25px;*/
}


.wd100 {

}

.__slrp {
    padding: 5px;
}

.inside_box {
	overflow: hidden;
	position: relative;
	z-index: 0
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* Center slide text vertically */
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: -webkit-flex; */
	/* display: flex; */
	/* -webkit-box-pack: center; */
	-ms-flex-pack: center;
	/* -webkit-justify-content: center; */
	/* justify-content: center; */
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	/* -webkit-align-items: center; */
	/* align-items: center; */
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
}

.swiper-button-prev {
	left: 2px;
}

.swiper-button-next {
	right: 2px;
}

.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 18px !important;
}




.timeline-item.flex-items-default.reject-line .__poreBz {
    border: 2px solid #e71029;
}



.__vewsBtn{
    font-size: 11px;
    background: #df8149;
    border-radius: 5px;
    color: #fff;
    padding: 2px 6px;
    cursor: pointer;
}

.__vewsBtn:hover {
    color: #fff;
}


.__orvewpopuWrp table {
    font-size: 12px;
}

.__orvewpopuWrp table th {
    vertical-align: middle;
    text-align: center;
}
.__orvewpopuWrp .modal-dialog{
    min-width: 950px;
}


.__pers {
    padding-top: 38px;
}


.__keyInfoSr{


}

a {
    color: #de8148;
}

a:hover{
    color: #c5530d;
}

.howit {
    display: inline !important;
}

.howit:hover {
        background: #ff9555;
    color: #fff;
}


@media(min-width:375px) and (max-width:575px) {

    .timeline:before {
        position: absolute;
        content: "";
        width: 11%;
        height: 472px;
        background-color: #c65510;
        border-radius: 15px;
        top: 77px;
        left: 73px;
    }

    .dropdown-time {
        background: none;
        box-shadow: none;
        border: none;
    }

    .timeline-content.animated {
        display: block;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #c65510;
        padding: 0;
        width: 166px;
        margin: 0 auto 0 0;
        text-align: center;
        height: 80px;
        padding: 0px;
        left: 115px;
        top: 41px;
    }

    .timeline-section {
        margin: 60px 0 0 -45px;
    }

    .list-times li {
        font-size: 25px;
        color: #000;
        float: left;
        margin: 0 6px 0 9px;
    }
    .how-this {
    width: 32%;
    float: left;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    margin: 7px 23px 0 0;
    padding: 10px 0 10px 0;
}



}





.__ourCustomers{
    background: #DE5700;
}

.__ourCustomers .titlebar h2 span {
    color: #fff;
}
.__ourCustomers .titlebar h2 span:before,
.__ourCustomers .titlebar h2 span:after {
    background: #ffffff;
}

.__clrboximz{
    border-radius: 5px;
    overflow: hidden;
}
/*****__partners**/
.__partners{
    background: #EFEFEF;
}
.__gr2PrnWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.__grz2bz {
    border-radius: 5px;
    overflow: hidden;
    border: #CECECE 1px solid;
}

.__partners .titlebar h2 span:before,
.__partners .titlebar h2 span:after {
    background: #DE5700;
}

/*__Licensed*/

.__Licensed{
    background: #fff;
}

@media (min-width: 448px) and (max-width: 575px) {


    .__ourCustomers{
        padding-bottom:35px !important;
    }
}

/* Mobile Timeline CSS fixes */
@media (max-width: 767px) {
  /* Adjust the timeline section container */
  .timeline-section {
    margin: 40px 0 0 0;
    padding: 0 10px;
    width: 100%;
  }

  /* Convert to a vertical timeline layout */
  .timeline:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 20px;
    background-color: #DE5700;
  }

  /* Adjust timeline items for vertical layout */
  .flex-items-default {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    position: relative;
  }

  /* Position the dots on the timeline */
  .timeline .timeline-item:after,
  .timeline .active-line:after,
  .timeline .reject-line:after {
    left: 20px;
    margin-left: 0;
    top: 50px;
    z-index: 2;
  }

  /* Adjust the content boxes */
  .__poreBz {
    height: auto;
    min-height: 0;
    margin-left: 50px; /* Push content to the right of the timeline */
    padding: 12px;
    display: flex;
    flex-direction: column;
  }

  /* Adjust text elements inside content boxes */
  .__poreBz h5 {
    font-size: 14px;
    margin: 0 0 5px;
    text-align: left;
  }

  /* Fix status text alignment */
  .__statusTimeLs {
    font-size: 12px;
    white-space: normal;
    text-align: left;
    margin: 4px 0;
  }

  /* Adjust icon container */
  .__linTimeWrp {
    justify-content: flex-start;
  }

  /* Make download icons more touch-friendly */
  .__tineIcons a {
    padding: 5px;
    font-size: 16px;
    margin-right: 8px;
  }

  /* Fix timeline content positioning */
  .timeline-content {
    position: relative;
    top: 0;
    width: 100%;
  }

  .timeline-content.animated {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    height: auto;
  }

  /* Remove negative margins */
  .dropdown-time {
    background: none;
    box-shadow: none;
    border: none;
    width: 100%;
  }
}

/* Add a specific fix for very small screens */
@media (max-width: 375px) {
  .__poreBz {
    margin-left: 40px;
    padding: 10px;
  }

  .__tineIcons a {
    padding: 4px;
    font-size: 14px;
  }

  .__poreBz h5 {
    font-size: 13px;
  }

  .__statusTimeLs {
    font-size: 11px;
  }
}
