/*your custom css goes here*/

/* Header */
.header {
    width: 100%;
    position: fixed;
    z-index: 1040;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent !important;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 99;
    display: block;
    -webkit-box-shadow: 0 10px 20px 0 rgb(8 0 42 / 8%);
    -moz-box-shadow: 0 10px 20px 0 rgba(8, 0, 42, 0.08);
    box-shadow: 0 10px 20px 0 rgb(8 0 42 / 8%);
}

.header.sticky .navbar-dark .navbar-nav .nav-link {
    color: #2e2e2e;
}

.header.sticky .navbar-dark .navbar-nav .active > .nav-link {
    color: #fe4a23;
}

.header .header-navbar-rht li .h6 {
    color: #fff;
}

.header.sticky .header-navbar-rht li .h6 {
    color: #000;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .navbar-nav.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 30px 0;
    }

    .navbar-dark .navbar-nav .nav-item {
        margin-right: 30px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.header a.navbar-brand img {
    height: 33px;
}

.navbar-dark .navbar-nav .nav-item .btn.btn-primary {
    margin: 20px 0;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary);
}

button[type="submit"].btn.btn-primary {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

/* Banner Section */

.banner_breadcrumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 130px 0px 100px;
}
.banner_breadcrumb:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.banner_breadcrumb .breadcrumb-list nav.page-breadcrumb ol.breadcrumb {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0px 15px;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li
    a {
    color: #fff;
    font-weight: 700;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li:after {
    position: absolute;
    content: "/";
    right: -3px;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li:first-child {
    padding-left: 0px;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li:last-child {
    padding-right: 0px;
}
.banner_breadcrumb
    .breadcrumb-list
    nav.page-breadcrumb
    ol.breadcrumb
    li.breadcrumb-li:last-child:after {
    display: none;
}
.banner_breadcrumb .breadcrumb-list h2 {
    color: #fff;
    margin: 0px 0px 25px;
    font-size: 42px;
    font-weight: 700;
}

/***** Scroll To Top ******/

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 35px;
    border-radius: 10px;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #fe4a23;
    transition: 1s ease;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.original-logo {
    display: none;
}

.header.sticky .scroll-logo {
    display: none;
}
.header.sticky .original-logo {
    display: block;
}

/****** Footer *******/

footer.footer {
    background: #161515;
    overflow: hidden;
    position: relative;
}
footer.footer .footer-top {
    padding: 65px 0 50px;
}
footer.footer .footer-menu p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
footer.footer .banner-content .form-inner {
    border-radius: 8px;
    height: 50px;
    padding: 0;
    min-width: 100%;
    margin-bottom: 35px;
}
footer.footer .banner-content .form-control,
footer.footer .banner-content .input-group {
    height: 50px;
}
footer.footer .banner-content .input-group {
    background: #fff;
    border-radius: 130px;
}
footer.footer .banner-content .sub-btn {
    height: 50px;
    margin: 0;
    background: #fe4a23;
    border: 1px solid #fe4a23;
    border-radius: 0 5px 5px 0 !important;
    min-width: 72px;
    transition: all 0.5s ease;
}
footer.footer .banner-content .sub-btn:hover {
    background: #131135;
    border: 1px solid #131135;
}
footer.footer .footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
}
footer.footer .footer-menu ul li a {
    color: #fff5f1;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
footer.footer .footer-menu ul li a:hover {
    color: #fe4a23;
}
.copyright {
    padding: 30px 0;
    border-top: 1px solid #505050;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-logo img {
    height: 33px;
    margin-bottom: 20px;
}

.logincontent_div {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.header-title {
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
}

.header-title span {
    color: #fe4a23;
}

.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 15px;
    color: #2e2e2e;
}

.form-control {
    border-color: #e7e8ea;
    color: #353535;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}

.login_sign_btn {
    margin-top: 40px;
    text-align: center;
}

.login_sign_btn p {
    text-align: center;
    margin: 0px;
    font-size: 16px;
    color: #4c4c4c;
}

.login_sign_btn a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
    color: #2e2e2e;
}
a:hover {
    color: #fe4a23;
}

.form-group {
    margin-bottom: 1.25rem;
}

.section-header {
    margin-bottom: 50px;
}
.forgot-link {
    color: #353535;
    font-size: 16px;
}

.custom_check {
    color: #55545b;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #ffe6e1;
}
.custom_check input:checked ~ .checkmark:after {
    display: block;
}
.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    color: #fe4a23;
    font-size: 11px;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ecf0f9;
    background-color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    color: #353535;
    font-size: 16px;
}

.pad-90 {
    padding: 90px 0;
}

/* Image */

.home-banner {
    position: relative;
    padding: 0;
}
.dot-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.home-banner .slick-prev,
.home-banner .slick-next {
    background: #fff;
    width: 40px;
    height: 40px;
    top: inherit;
    bottom: 35px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
}
.home-banner .slick-prev {
    left: auto;
    z-index: 1;
    right: 90px;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -50px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background: #131135;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dot-slider .slick-track {
    height: 589px;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.dot-slider.slick-vertical .slick-slide {
    height: 589px;
    border: 0 solid transparent;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-initialized .slick-slide {
    display: block;
}
.dot-slider .slick-slide {
    outline: none !important;
}
.dot-slider .slick-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    bottom: unset;
    width: unset;
    left: unset;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: auto;
    transform: translate(-50px, 0);
    left: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.dot-slider .slick-dots li {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    pointer-events: none;
    cursor: default;
}
.dot-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}
.dot-slider .slick-dots li.slick-active button {
    background-color: #fe4a23;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}
.banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.banner .banner-content h5 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.home-banner .banner-content h1 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 34px;
    font-weight: 700;
}
.home-banner .banner-content h1 span {
    color: #fff;
    font-family: "Encode Sans", sans-serif;
    font-size: 32px !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
input.form-control::placeholder {
    color: #a1a1a1;
}
.banner-content .form-inner {
    padding: 2px;
    background-color: #fff;
    border-radius: 130px;
    width: 100%;
    min-width: 556px;
    box-shadow: 0 4px 4px rgb(207 207 207 / 25%);
}
.home-banner .banner-content .form-inner,
.home-banner .banner-content .sub-btn {
    border-radius: 5px !important;
}
.home-banner .banner-content .input-group {
    background: #fff;
    border-radius: 130px;
}
.home-banner .banner-content .form-control {
    background: #fff;
    border-radius: 40px;
    border: 0;
    height: 70px;
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.home-banner .banner-content .sub-btn {
    background: #fe4a23;
    font-weight: 700;
    border: 1px solid #fe4a23;
    height: 52px;
    margin: 9px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    text-transform: capitalize;
    color: #fff;
    min-width: 172px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-banner .banner-content .sub-btn:hover,
.home-banner .banner-content .sub-btn:focus {
    background: #131135;
    border-color: #131135;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.home-banner .slick-prev:before,
.home-banner .slick-next:before {
    content: "";

    background-repeat: no-repeat;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-size: cover;
}
.home-banner .slick-next {
    right: 40px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #ff3115;
    color: #fff;
    opacity: 1;
}
.home-banner .slick-prev:hover:before,
.home-banner .slick-next:hover:before {
    filter: invert(0) brightness(100);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
    opacity: 1;
    filter: invert(1) brightness(200);
}
.home-banner .slide-pro-img {
    background: #000;
    height: 589px;
    overflow: hidden;
}
.home-banner .slide-pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.home-banner .slick-next {
    right: 40px;
}

.grid-blog {
    background: #fff;
    border: 1px solid #f5f6fa;
    box-shadow: 0 4px 24px rgb(214 214 214 / 25%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-grid-row .col-md-6 {
    display: flex;
    flex-direction: column;
}

.blog-grid-row .col-md-6 .grid-blog {
    height: 100%;
}

.grid-blog img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.grid-blog h2 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #2e2e2e;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    min-height: 2.8em;
}

.grid-blog .blog-content {
    padding: 20px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.grid-blog .blog-content p {
    font-size: 15px;
    margin: 0;
    color: #353535;
    line-height: 1.7;
    font-weight: 500;
}

.grid-blog a {
    color: #fe4a23;
    font-size: 15px;
    font-weight: 600;
}

.grid-blog .blog-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: auto;
}

.more-project .btn-primary {
    min-width: 200px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.job-register-two {
    background: #fe4a23;
    padding: 50px 0;
}
.register-job-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.job-content-blk h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.job-content-blk p {
    color: #fff5f1;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.sign-in-btn .btn-primary {
    min-width: 202px;
    padding: 10px 15px;
    background: #101828;
    border-radius: 5px;
    border: 1px solid #101828;
    font-weight: 600;
}
.sign-in-btn .btn-primary:hover {
    background: #000;
    border: 1px solid #000;
}

.about-project {
    position: relative;
    z-index: 1;
    padding: 120px 0px 0px;
}

.about-project:before {
    content: "";
    background-repeat: no-repeat, no-repeat;
    background-position: right top;
    position: absolute;
    width: 220px;
    height: 390px;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-it-blk {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 24px rgb(224 224 224 / 25%);
    border-radius: 25px;
    padding: 20px;
}

.about-it-img {
    border-radius: 20px;
    overflow: hidden;
}

.about-it-img img,
.location-img img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    width: 100%;
}

.about-it-content {
    margin-top: 20px;
}

.about-it-content h4 {
    color: #2e2e2e;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-it-content p {
    color: #515151;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-it-content .more-project .btn-primary {
    min-width: 200px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blog-tricks {
    padding: 80px 0;
}

.about-project::after {
    content: "";
    background: linear-gradient(270.05deg, #f8ecf8 -28.55%, #fff3ea 112.03%);
    position: absolute;
    left: 0px;
    right: 0px;
    height: 62%;
    top: 0px;
    z-index: -2;
}

.whychooseus {
    padding: 80px 0;

    background-repeat: no-repeat;
    background-position: right center;
    background-size: 145px;
}

.recent-pro-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding-right: 40px;
}

.demand-professional h2 {
    color: #2e2e2e;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.demand-professional p {
    color: #515151;
    font-weight: 500;
    margin-bottom: 20px;
}

.market-list-out {
    margin-bottom: 35px;
    padding: 0;
}

.market-list-out li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.market-list-out li img {
    transform: translateY(7px);
    margin-right: 5px;
}

.view-locations .btn-primary {
    border: 1px solid #101828;
    border-radius: 5px;
    background: 0 0;
    color: #000;
    font-size: 14px;
    min-width: 191px;
    padding: 10px 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.view-locations .btn-primary:hover {
    border: 1px solid #101828;
    background: #101828;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.location-right {
    background: #fe4a23;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    color: #fff;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.videomodal .modal-content .modal-body {
    max-height: initial;
}

.videomodal button.btn-close {
    width: 32px;
    opacity: 1;
    background-color: #fe4a23;
    background-size: 40% 40%;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    border: none;
    z-index: 2;
    box-sizing: content-box;
}

.whatwedo {
    padding: 80px 0;
    background: linear-gradient(270.05deg, #f8ecf8 -28.55%, #fff3ea 112.03%);
    position: relative;
    z-index: 1;
}
.whatwedo:before {
    content: "";
    background-repeat: no-repeat, no-repeat;
    background-position: left top;
    position: absolute;
    width: 220px;
    height: 390px;
    left: 0;
    top: 0;
    z-index: -1;
}
.whatwedo-group p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.market-list-out {
    margin-bottom: 35px;
    padding: 0;
}
.market-list-out li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    align-items: flex-start;
}
.market-list-out li img {
    transform: translateY(7px);
}
.whatwedo-group h1 {
    color: #2e2e2e;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.market-place-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.market-place-btn.whatwedo-btn .btn-primary {
    min-width: 200px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.5s ease;
}
.market-place-btn .btn-primary:hover {
    background: #131135;
    border-color: #131135;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.whatwedo-img .img-box6 {
    position: relative;
    margin-right: 0;
    margin-left: 16px;
    text-align: left;
}
.whatwedo-img .img-box6 .img2 {
    position: absolute;
    top: 17px;
    left: auto;
    right: -60px;
}
.whatwedo-img .img-box6 .shape1 {
    position: absolute;
    bottom: -50px;
    left: auto;
    z-index: -1;
    right: -60px;
}
.whatwedo-img .img-box6 .shape2 {
    position: absolute;
    top: 32%;
    left: auto;
    right: -110px;
}

.different-categories {
    padding: 80px 0 55px;
}
.different-categories-blk {
    background: #fff;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.differ-img {
    margin-bottom: 20px;
}
.differ-content h6 {
    color: #2e2e2e;
    margin-bottom: 10px;
}
.differ-content p,
.category-foot span {
    color: #5f5f5f;
    font-weight: 500;
    font-size: 14px;
}
.differ-content p {
    margin-bottom: 25px;
}
.category-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.differ-content p,
.category-foot span {
    color: #5f5f5f;
    font-weight: 500;
    font-size: 14px;
}
.category-foot a {
    border: 1px solid #ebebeb;
    width: 31px;
    height: 31px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.category-foot a:hover,
.feature-developer-foot a:hover {
    background: #131135;
    border: 1px solid #131135;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.scroll-top.open {
    bottom: 30px;
}
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 35px;
    border-radius: 10px;
    z-index: 9;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #fe4a23;
    transition: 1s ease;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.section-locate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}

.filter-widget .pro-content {
    position: relative;
}
.filter-widget .pro-content button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 15px;
    color: #fe4a23;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: none;
}
.filter-widget .pro-content input {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}

.filter-widget.card-body {
    padding: 0;
}

.filterSelect .btn {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: inherit;
    font-weight: 500;
    color: #696969 !important;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}

.userdropdown .dropdown-menu {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    min-width: 10rem;
    top: 52px;
}

.userdropdown .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
}

td.table-action-btn {
    display: flex;
}

::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

ul.aiz-side-nav-list.metismenu .aiz-side-nav-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

ul.aiz-side-nav-list.level-2.mm-collapse .aiz-side-nav-item {
    border-bottom: none;
}
ul.aiz-side-nav-list.level-2.mm-collapse .aiz-side-nav-item .nav-sublink {
    color: #2e2e2e;
}

.mainProjectTitle {
    margin-bottom: 10px;
    color: #fe4a23;
    font-size: 19px;
    font-weight: 600;
    font-family: "Encode Sans";
}

.profFlex {
    background: #fe4a23;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.aiz-user-sidenav .avatar img {
    border: 1px solid #fff;
    padding: 3px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.list-inspector-group .card-header,
.list-inspector-group .card-body {
    padding: 15px;
}

.list-inspector-group .card-header {
    padding-bottom: 0;
}

.list-inspector-group .card-body {
    padding-top: 0;
}

.list-jobs .inspector-specific {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.list-jobs .inspector-descrption {
    color: #6e727d;
    font-size: 15px;
    margin: 10px 0px;
}

.inspector-tags {
    display: block;
    margin: 12px 0;
}

.list-inspector-group .inspector-tags span {
    display: inline;
}

.ntbox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aiz-user-panel .card .card-header {
    border-bottom: none;
    padding: 0;
}

.aiz-user-panel .card.rounded-2 {
    border-radius: 0 !important;
    border: 0;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    padding: 30px;
}

.aiz-user-panel .card.rounded-2 .card-body {
    padding: 0;
}

.aiz-user-panel .card.rounded-2 .card-header {
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.aiz-user-panel .card.rounded-2 .card-header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(0 29 35 / 10%);
    z-index: 1;
}

.aiz-user-panel .card.rounded-2 .card-header:after {
    content: "";
    position: absolute;
    background-color: #090119;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    transform: translateY(50%);
    z-index: 2;
}

.aiz-user-panel .card.rounded-2 .card-header h6 {
    font-size: 24px !important;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.aiz-user-panel .card.rounded-2 .card-body .list-group .list-group-item {
    border: 0;
    padding: 0;
}

.aiz-user-panel
    .card.rounded-2
    .card-body
    .list-group
    .list-group-item.hov-bg-soft-primary:hover {
    background-color: transparent !important;
}

.aiz-user-panel .card.rounded-2 .card-body .list-group .list-group-item {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-left: 2px solid #090119;
    box-shadow: 0px 0px 4px 3px rgb(210 210 210 / 14%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aiz-user-panel .card.rounded-2 .card-body .list-group .list-group-item a {
    width: 100%;
    align-items: center;
}

.aiz-user-panel
    .card.rounded-2
    .card-body
    .list-group
    .list-group-item
    .media-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aiz-user-panel
    .card.rounded-2
    .card-body
    .list-group
    .list-group-item
    .media-body
    p {
    margin-bottom: 0 !important;
}

.aiz-user-panel
    .card.rounded-2
    .card-body
    .list-group
    .list-group-item
    .media-body
    .text-muted {
    color: #6c757d !important;
    font-style: italic;
    font-size: 11px;
}

.aiz-table td,
.aiz-table th {
    font-size: 13px;
}

.list-inspector-group.list-jobs .card-header {
    padding-right: 15px;
}

.tagBadge .badge {
    height: 30px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
}

img.imgattachments {
    height: 50px !important;
}

.about-author {
    position: relative;
}

.about-author.abNew {
    min-height: 120px;
    /* margin-top: 25px; */
}

.noDataBox {
    padding: 40px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.cardBoxNEW div {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cardBoxNEW div p {
    margin-bottom: 0;
}

.cardBoxNEW h4 {
    margin-bottom: 20px;
}

.list-inspector-group .inspector-info h3.idPro {
    font-size: 14px;
    margin-bottom: 0;
}

.list-inspector-group .inspector-info h3.idPro a {
    color: #726f6f;
}

.list-inspector-group .inspector-info h3.title_pro {
    font-size: 25px;
}

.cardBox {
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 10px;
    position: relative;

    margin-top: 35px;
}

.cardBox .btn.btn-primary {
    position: absolute;
    right: -6px;
    top: -15px;
    padding: 2px 8px;
    border-radius: 100px;
}

.relpos {
    position: relative;
}

.relpos small {
    position: absolute;
    bottom: 4px;
    left: 47px;
    color: #000;
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 3px;
    font-weight: 500;
}

.stepFrom #progressbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.stepFrom #progressbar .active {
    color: #ff4a23;
}

.stepFrom #progressbar li {
    list-style-type: none;
    font-size: 15px;
    flex-grow: 1;
    position: relative;
    font-weight: 200;
    text-align: center;
}

.stepFrom #progressbar #step1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step5:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step6:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar #step7:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.stepFrom #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 2;
}

.stepFrom #progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

.stepFrom #progressbar li.active:before,
.stepFrom #progressbar li.active:after {
    background: #ff4a23;
}
