html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #353535;
    font-family: encode sans, sans-serif;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
}

.bg-one {
    background-color: #fdfdfd;
}

.bg-one .container,
.bg-two .container,
.bg-three .container,
.bg-four .container,
.bg-five .container {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: encode sans, sans-serif;
}

.h1,
h1 {
    font-size: 32px;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 28px;
    font-weight: 700;
}

.h3,
h3 {
    font-size: 24px;
    font-weight: 600;
}

.h4,
h4 {
    font-size: 20px;
    font-weight: 600;
}

.h5,
h5 {
    font-size: 18px;
    font-weight: 600;
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 500;
}

label {
    color: #2e2e2e;
}

a {
    color: #2e2e2e;
    text-decoration: none;
}

a:hover {
    color: #fe4a23;
}

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

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    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-page .header {
    border-color: transparent;
}
#mobile_btn {
    display: none;
    margin-right: 30px;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #ee6c2f;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
.logo {
    display: inline-block;
    margin-right: 0;
}
.original-logo {
    display: none;
}
.main-menu-wrapper {
    margin: 0;
    padding: 0;
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff4f0;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f7d0c6;
    display: none;
}
.menu-close {
    font-size: 18px;
}
.menu-close i {
    color: #f38244;
}
.main-nav li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.main-nav > li > a {
    position: relative;
}
.header .main-nav > li.active > a,
.header.sticky .main-nav > li.active > a {
    color: #fe4a23;
}
.header.sticky .main-nav li a,
.header.sticky .header-navbar-rht li a.log-btn {
    color: #2e2e2e;
}
.header.sticky .original-logo {
    display: block;
}
.header.sticky .scroll-logo {
    display: none;
}
.header .main-nav li a:hover,
.header.sticky .main-nav li a:hover {
    color: #fe4a23;
}
.header .main-nav li a {
    color: #fff5f1;
}

.header .main-nav li a.dropdown-item{
    color: #000;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
header.header a.navbar-brand img {
    height: 33px;
}
.header-navbar-rht {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-right: 2px;
}
.header-navbar-rht li {
    font-size: 14px;
    margin-right: 25px;
}
.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-navbar-rht li a {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-navbar-rht li a {
    color: #fff;
    font-weight: 600;
}
.header.sticky .header-navbar-rht li a {
    color: #000;
}

.header.sticky .header-navbar-rht li a.btn {
    color: #fff;
}
.header-navbar-rht .login-btn {
    background-color: #fe4a23;
    border-color: #fe4a23;
    border-radius: 50px;
    padding: 10px 39px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.header .header-navbar-rht .login-btn {
    border-radius: 5px;
}
.header-navbar-rht .login-btn:hover,
.header-navbar-rht .login-btn:focus {
    background: #131135;
    border-color: #131135;
    color: #fff;
}
.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    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%);
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
html.menu-opened body:before,
html.menu-opened body header:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.sidebar-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
div#global-loader {
    background: #fff5f1;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    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;
    top: 0;
}
.whirly-loader {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #fe4a23;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader-img {
    position: absolute;
    z-index: 9;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.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;
}
.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;
}
.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 {
    background-image: url(../img/pre.svg);
}
.home-banner .slick-prev:before,
.home-banner .slick-next:before {
    content: "";
    background-image: url(../img/pre.svg);
    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:before {
    background-image: url(../img/next.svg);
}
.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;
}
.home-banner .slide-pro-img img {
    opacity: 0.5;
}
.header-title {
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
}
.btn-primary {
    color: #fff;
    background-color: #fe4a23;
    border-color: #fe4a23;
}
.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;
}
.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;
}
.section-header {
    margin-bottom: 50px;
}
.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;
}
.whatwedo {
    padding: 80px 0;
    background: linear-gradient(270.05deg, #f8ecf8 -28.55%, #fff3ea 112.03%);
    position: relative;
    z-index: 1;
}
.whatwedo:before {
    content: "";
    background-image: url(../img/bg/bg-20.png);
    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;
    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;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
.whychooseus {
    padding: 80px 0;
    background-image: url(../img/bg/bg-34.png);
    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 {
    flex-grow: 1;
}
.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;
}
.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;
}
.more-project .btn-primary:hover {
    background-color: #131135;
    border: 1px solid #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;
}
.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-project:before {
    content: "";
    background-image: url(../img/bg/bg-21.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top;
    position: absolute;
    width: 220px;
    height: 390px;
    right: 0;
    top: 0;
    z-index: -1;
}
.about-project {
    position: relative;
    z-index: 1;
    padding: 120px 0px 0px;
}
.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;
}
.more-project .start-btn2 {
    background: #101828;
    border: 1px solid #101828;
}
.more-project .start-btn2:hover {
    background: #fe4a23;
    border: 1px solid #fe4a23;
}
.about-it-img:hover img,
.location-img:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-tricks {
    padding: 80px 0;
}
.header-title span {
    color: #fe4a23;
}
.grid-blog.blog-two {
    background: #fff;
    border: 1px solid #f5f6fa;
    box-shadow: 0 4px 24px rgb(214 214 214 / 25%);
    border-radius: 10px;
}
.grid-blog .blog-image {
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.blog-image,
.blog-image > a,
.blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.blog-image 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;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-two .blog-content {
    padding: 20px;
    position: relative;
}
.grid-blog .blog-title {
    font-size: 16px;
    margin: 10px 0;
    color: #2e2e2e;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.blog-title a {
    color: #161c2d;
}
.blog-read a {
    color: #fe4a23;
    font-size: 15px;
    font-weight: 600;
}
.blog-read a i {
    font-size: 13px;
}
.blog-content p {
    font-size: 15px;
    margin: 0;
    line-height: 1.7;
    font-weight: 500;
}
.blog-image {
    overflow: hidden;
}
.blog-two .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;
}
.blog-read a:hover {
    color: #131135;
}
.blog-title a:hover {
    color: #ff3115;
}
.blog-slider.owl-carousel .owl-nav button.owl-prev,
.blog-slider.owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    font-size: 16px;
    background: #fff;
    color: #fe4a23;
    border-radius: 50px;
    position: absolute;
    border: 1px solid #ebebeb;
}
.blog-slider.owl-carousel .owl-nav button.owl-prev {
    top: 40%;
    left: -25px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.blog-slider.owl-carousel .owl-nav button.owl-next {
    top: 40%;
    right: -25px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.blog-tricks .owl-dots {
    display: none;
}
.more-project {
    margin-top: 25px;
}
.blog-slider.owl-carousel .owl-nav button.owl-prev:hover,
.blog-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #fe4a23;
    color: #fff;
}
.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;
}
.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;
}
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;
    font-size: 14px;
}
.footer-logo img {
    height: 33px;
    margin-bottom: 20px;
}
.videomodal button.btn-close {
    width: 32px;
    opacity: 1;
    background-color: #fe4a23;
    background-image: url(../img/btnclose.svg);
    height: 32px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
}
.videomodal .modal-content {
    background-color: transparent;
    border: none;
}
/*Blogs & Privacy/Terms Condtions Css Start*/
.latest-posts {
    margin: 0;
    padding: 0;
}
.latest-posts li {
    display: table;
    width: 100%;
    padding: 11px 0;
}
.latest-posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.category-widget .latest-posts li {
    padding: 15px 30px;
}
.category-widget .latest-posts li:first-child {
    padding-top: 0;
}

.category-widget .latest-posts li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.post-thumb {
    border-radius: 10px;
    width: 77px;
    float: left;
    overflow: hidden;
}
.b-0 {
    border: 0 !important;
}
.post-thumb a img {
    border-radius: 10px;
    -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;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.post-info {
    margin-left: 95px;
}

.post-info h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

.post-info h4 a {
    color: #161c2d;
}

.post-info h4 a:hover {
    color: #ff3115;
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}

.post-info .posts-date {
    color: #6e727d;
    font-size: 14px;
}

.post-info p i {
    color: #73379a;
    font-size: 14px;
    margin-right: 4px;
}
.category-widget .category-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-widget .category-link li {
    margin-bottom: 17px;
}
.category-widget .category-link li a {
    color: #2e3842;
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
    display: block;
    position: relative;
}
.category-widget .category-link li a:after {
    display: inline-block;
    position: absolute;
    right: 0;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #2e3842;
}
.category-widget .category-link li:last-child {
    margin-bottom: 0;
}
.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #2e3842;
    font-size: 15px;
    font-weight: 500;
}
.category-widget .categories li a span {
    float: right;
    color: #757575;
}
.category-widget .categories li a:hover {
    color: #ff3115;
}
.category-widget .categories > li > a > i {
    color: #73379a;
    font-size: 18px;
    margin-right: 10px;
}
.list-pagination {
    margin-bottom: 0;
    float: right;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.paginations {
    padding: 0;
    margin-bottom: 0;
}

.paginations li {
    list-style: none;
    display: inline-block;
    padding-right: 0px;
}

.paginations li a {
    font-weight: 200;
    font-size: 16px;
    color: #6c757d;
    padding: 0.375rem 0.75rem;
}

.paginations li a.active {
    background: #fe4a23;
    color: #fff;
    padding: 5px 11px;
    border-radius: 0;
    display: inline-block;
}

.paginations li:hover a.active {
    color: #fff;
}

.paginations li:hover a {
    color: #fe4a23;
}
.banner_breadcrumb {
    background: url(../img/slider/slider-01.jpg);
    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;
}
.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;
}
.pro-title {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    color: #161c2d;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.pro-title::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 29px;
    background: #fe4a23;
    bottom: 0;
    left: 0;
}
.pro-title::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 11px;
    background: #fe4a23;
    bottom: 0;
    left: 32px;
}
.pro-post {
    background: #fff;
    box-shadow: 0 4px 4px rgb(204 204 204 / 25%);
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}
.widget-box {
    padding: 20px;
}
.bloginner,
.privacyterms,
.categoriesinner,
.contactinfo,
.inspectorinner,
.loginform,
.viewjobs,
.useraccount {
    padding: 90px 0;
}
.getintouch {
    padding: 90px 0 150px;
}
.terms-text {
    margin-bottom: 20px;
}
.terms-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fe4a23;
    margin-bottom: 15px;
}
.terms-text p {
    color: #727272;
    display: block;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px;
}
.terms-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 15px;
    color: #000;
    position: relative;
    padding-bottom: 14px;
    text-transform: capitalize;
}
.terms-text ul {
    padding-left: 20px;
    margin-bottom: 25px;
}
.terms-text ul li {
    padding-left: 5px;
    color: #000;
}
.terms-text ul li::marker {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
    color: #fe4a23;
}
.terms-text ul li + li {
    margin-top: 10px;
}
.heading-privacy::after {
    content: "";
    position: absolute;
    background-color: #fe4a23;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    transform: translateY(50%);
    z-index: 2;
}
.heading-privacy::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(0 29 35 / 10%);
    z-index: 1;
}
.pro-post.widget-box.search-widget .pro-content form {
    position: relative;
}
.pro-post.widget-box.search-widget .pro-content form 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;
}
.pro-post.widget-box.search-widget .pro-content form input {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}
.category-widget .category-link li:hover a:after,
.category-widget .category-link li:hover a {
    color: #fe4a23;
}
.bloginner .grid-blog {
    margin-bottom: 25px;
}
.tag {
    display: inline-block;
    padding: 3px 20px;
    background-color: #e7e8ea;
    border-radius: 50px;
    font-size: 15px;
    color: #6e727d;
    margin: 0 10px 10px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tag:hover {
    background-color: #fe4a23;
    border-color: #fe4a23;
    color: #fff;
}
/*Blogs & Privacy/Terms Condtions Css Ends*/
/*Blog Details Start*/
.form-group {
    margin-bottom: 1.25rem;
}
.form-control {
    border-color: #e7e8ea;
    color: #353535;
    font-size: 15px;
    min-height: 46px;
    padding: 6px 15px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 15px;
    color: #2e2e2e;
}
.text-danger {
    color: #ff0100 !important;
}
.submit-section .submit-btn:hover {
    background: #131135;
    border-color: #131135;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}
.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}
.blog-comments .comments-list li .comment {
    margin-bottom: 40px;
}
.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute;
}
.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 5px;
}
.blog-author-name {
    color: #161c2d;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2px;
    font-weight: 700;
}
.comments-list .comment-block p {
    margin-bottom: 5px;
    color: #6e727d;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
}
.blog-comments .comment-btn {
    color: #606060;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}
.blog-author-name span.date {
    font-size: 15px;
    font-weight: 500;
}
.blog-single-post .blog-content p:last-child {
    margin-bottom: 0;
}
.blog-single-post .blog-content p {
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.7;
    font-weight: 500;
    color: #6e727d;
}
.blog-view .blog-title {
    font-size: 24px;
    font-weight: bold;
}
.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}
.blog-view .post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-view .post-left ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
.blog-view .blog-info i {
    margin-right: 7px;
    color: #fe4a23;
}
.blog-view .blog-image {
    margin-bottom: 30px;
}
.blog-view .blog-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.blog-view .post-left ul li:not(:last-child) {
    margin-right: 15px;
}
.blog-view .pro-content {
    padding: 15px 0 0;
}
.blog-view .blog-footer span {
    font-weight: 700;
    margin-right: 5px;
}
.blog-view .blog-footer a:not(:last-child) {
    margin-right: 7px;
}
.blog-view .grid-blog.blog-two .blog-image {
    margin-bottom: 0px;
}
.blog-view .grid-blog.blog-two .blog-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 14px;
}
/*Blog Details Ends*/
/*Contact Us Start*/
.contact-support-one__single {
    position: relative;
    display: block;
    background: #f5f6f0;
    padding: 35px 35px 37px;
    margin-bottom: 30px;
    z-index: 1;
}
.contact-support-one__single .contact-support-one__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.contact-support-one__single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.icon-box .iconcontact {
    position: relative;
    display: inline-block;
    font-size: 50px;
    right: -20px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.contact-support-one__single .content-box h2 {
    font-size: 20px;
    margin-top: 15px;
}
.contact-support-one__single .content-box p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    min-height: 48px;
}
.contactmap iframe {
    width: 100%;
    height: 450px;
}
.contact-one__img {
    position: relative;
    display: block;
}
.contact-one__img1 {
    position: relative;
    display: block;
    float: right;
    z-index: 1;
}
.contact-one__img1::before {
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 175px;
    background: #fe4a23;
    content: "";
}
.contact-one__img1 .shape1 {
    position: absolute;
    right: -30px;
    bottom: -45px;
    z-index: -1;
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}
.contact-one__img1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-one__img1 .inner::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.contact-one__img1 .inner img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.contact-one__img2 {
    position: absolute;
    left: 0;
    bottom: -45px;
    overflow: hidden;
    z-index: 5;
}
.contact-one__img2::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.contact-one__img2 img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}
.contact-one__img1:hover .inner::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.contact-one__img2:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.contact-one__img2:hover img {
    transform: scale(1);
}
.contact-one__img1:hover img {
    transform: scale(1);
}
/*Contact Us Ends*/
/*About Us Start*/
.about-content h2 {
    font-size: 28px;
    color: #161c2d;
    margin-bottom: 17px;
    font-weight: 600;
}
.orange-text {
    color: #fe4a23;
}
.about-content p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 500;
}
.about-img img {
    position: relative;
}
.aboutpage {
    padding: 90px 0px;
}
/*About Us Ends*/
/*Inspector Start*/
.pro-post.widget-box.search-widget .pro-content form select {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    padding-left: 20px;
    padding-right: 50px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-background {
    background: #ededed;
}
.noUi-target {
    border-radius: 2px;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-connect {
    background: #fe4a23;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;

    background-color: #fe4a23;
    cursor: pointer;
}
.slider-labels .caption {
    background: #ffeeea;
    border-radius: 80px;
    padding: 3px 8px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fe4a23;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
    background: transparent !important;
}
.filter-widget .custom_check {
    line-height: 18px;
}
.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;
}
.filter-widget .custom_radio {
    line-height: 18px;
}
.custom_radio {
    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_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_radio input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #ffe6e1;
}
.custom_radio input:checked ~ .checkmark:after {
    display: block;
}
.custom_radio .checkmark::after {
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 4px;
    background: #fe4a23;
    font-size: 11px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ecf0f9;
    background-color: #fff;
    border-radius: 50%;
    -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;
}
.filter-widget .pro-title {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #161c2d;
    padding-bottom: 0;
    margin-bottom: 9px;
    border-bottom: none;
}
.filter-widget .pro-title::after,
.filter-widget .pro-title::before {
    display: none;
}
.pro-post.widget-box.search-widget > h4.pro-title {
    margin-bottom: 30px !important;
}
.filter-widget .pro-content form input,
.filter-widget .pro-content form select {
    font-size: 14px !important;
}
.rating i.filled {
    color: #fe4a23;
}
.rating i {
    color: #5f5f5f;
    font-size: 12px;
}
.sort-tab {
    background-color: transparent;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 22px;
    border: 1px solid #e8e8e8;
}
.inspector-view h4 {
    font-size: 15px;
    font-weight: 500;
    color: #53545b;
    display: inline-block;
    margin-bottom: 0;
}
.sort-by {
    float: right;
}
.sort-by select {
    outline: none;
    width: 160px;
    padding: 5px 21px;
    font-size: 15px;
    color: #53545b;
    font-weight: 500;
    height: 50px;
    border: 1px solid #ecf0f9;
    border-radius: 6px;
}
.list-inspector-group {
    margin-bottom: 20px;
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border: 1px solid #e8e8e8;
    background-color: #fff;
}
.list-inspector-group .about-author {
    padding: 0px 15px 15px 15px;
}
.list-inspector-group .about-list-author .about-author-img {
    overflow: inherit;
}
.list-inspector-group .about-author-img {
    background-color: #fff;
    height: 86px;
    overflow: hidden;
    position: absolute;
    width: 86px;
    border-radius: 50%;
}
.about-list-author .about-author-img img {
    border-radius: 50%;
    border: 1px solid #fe4a23;
    padding: 5px;
    height: 82px;
    object-fit: cover;
}
.list-inspector-group .useronline {
    width: 16px;
    height: 16px;
    right: 5px;
    color: #159c5b;
    font-size: 12px;
    position: absolute;
    bottom: 3px;
}
.list-inspector-group span.useronline.useroffline {
    color: #9f9a9a;
}
.list-inspector-group .author-details {
    margin-left: 108px;
}
.list-inspector-group .inspector-info h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
}
.list-inspector-group .inspector-tags span {
    margin-bottom: 5px;
}
.list-inspector-group .inspector-tags span {
    font-size: 10px;
}
.list-inspector-group .badge-inspector {
    background: #f6f6f6;
    color: #2e2e2e;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 60px;
    font-weight: 500;
}
.list-inspector-group .badge-inspector:last-child {
    margin-right: 0;
}
.list-inspector-group .badge-inspector:hover {
    background: #fff0f0;
}
.list-inspector-group .inspector-specific,
.list-inspector-group .inspector-location {
    margin-bottom: 3px;
    font-size: 12px;
}
.list-inspector-group .rating {
    font-size: 12px;
    display: flex;
}
.inspector-list-pro {
    margin-left: auto;
    text-align: right;
    padding-left: 15px;
}
.list-inspector-group .btn-profile {
    padding: 6px 15px;
    min-width: 140px;
    font-size: 12px;
    /* width: 100%; */
    display: inline-block;
    border-radius: 55px;
    border-color: transparent;
    text-transform: capitalize;
    background: #fe4a23;
    color: #fff;
    text-align: center;
}
.table-action-btn .action-icon {
    width: 30px;
    margin-right: 2px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.useraccount .usersidebar a.nav-sublink.active,
.useraccount .usersidebar a.nav-sublink:hover {
    color: #fe4a23;
}
.inspector-list-pro .favourite {
    position: relative;
    top: inherit;
    right: inherit;
}

.favourite {
    color: #9d9d9d;
    font-weight: bold;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    position: absolute;
    right: 15px;
    top: 15px;
    justify-content: center;
    align-items: center;
}
.favourited {
    color: #fff;
    background: #fe4a23;
    border: 1px solid #fe4a23;
}
.list-inspector-group .btn-profile:hover {
    background: #131135;
    color: #fff;
}
.inspector-descrption {
    color: #6e727d;
    font-size: 12px;
    margin: 4px 0px;
}
.list-jobs .inspector-info h3 {
    margin-bottom: 5px;
    font-size: 20px;
}
.list-jobs .inspector-info .inspector-specific {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.list-jobs .inspector-info .inspector-descrption {
    color: #6e727d;
    font-size: 15px;
    margin: 10px 0px;
}
.list-inspector-group.list-jobs .badge-inspector:last-child {
    margin-right: 0;
}
.list-inspector-group.list-jobs .inspector-tags span {
    font-size: 12px;
    padding: 10px 14px;
    display: inline;
}
.list-inspector-group.list-jobs .btn-profile {
    font-size: 14px;
}
.inspectorinner .pro-post.widget-box .more-project .btn {
    font-size: 14px;
    padding: 6px 12px;
    min-width: 100px;
}
/*Inspector Ends*/
/*Login Start*/
.getintouch .login_img_div img {
    max-width: 100%;
}
.login-or {
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.login-or:after {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #000;
    margin: auto 0px;
    opacity: 0.1;
    z-index: -1;
}
.login-or p {
    font-size: 16px;
    color: #161c2d;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    background: #fff;
    padding: 0px 10px;
}
.btn-apple {
    background: #1d1d1f;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px;
    display: block;
}
.btn-facebook {
    background: #3f76e4;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px;
    display: block;
}
.btn-google {
    background-color: #dd4b39;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 12px;
    display: block;
}
.btn-apple:hover,
.btn-facebook:hover,
.btn-google:hover {
    opacity: 0.7;
    color: #fff;
}
.login_sign_btn {
    margin-top: 40px;
}
.login_sign_btn p {
    text-align: center;
    margin: 0px;
    font-size: 16px;
    color: #4c4c4c;
}
.login_sign_btn p a {
    display: inline-block;
    text-decoration: underline;
    font-weight: 600;
}
.logincontent_div {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
}
.getintouch .login_img_div {
    padding: 30px;
}
/*Login Ends*/
/*View Job Start*/
.viewjobs .about-author-img {
    background-color: #fff;
    height: 86px;
    overflow: hidden;
    width: 86px;
    border-radius: 50%;
}
.viewjobs .about-author-img img {
    border-radius: 50%;
    border: 1px solid #fe4a23;
    padding: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-inspector-group .about-author.pt_15 {
    padding-top: 15px;
}
.header-navbar-rht li .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.viewjobs .author-details .inspector-location,
.viewjobs .author-details .rating {
    font-size: 14px;
    margin: 0px 0px 5px;
}
.viewjobs .author-details .inspector-info h3 {
    font-size: 18px;
    margin: 10px 0px 5px;
}
.viewjobs .pro-member h6 {
    font-size: 14px;
    font-weight: 600;
}
.viewjobs .pro-member span {
    font-weight: 500;
    font-size: 14px;
}
.viewjobs .client-about .client-list {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
    text-align: center;
}
.viewjobs .client-about .pro-post {
    border: 0;
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border-radius: 5px;
}
.viewjobs .client-about .client-list p {
    font-weight: 500;
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 10px;
}
.viewjobs .client-about .client-list h6 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
.bg-blue {
    color: #129be8;
}
.bg-red {
    color: #ff8b7b;
}
.bg-green {
    color: #159c5b;
}
.bg-violet {
    color: #8553ee;
}
.viewjobs .viewjobright {
    box-shadow: 0px 4px 34px rgb(215 215 215 / 25%);
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 20px;
}
.requirement-img {
    position: relative;
}
.requirement-img .file-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.requirement-img .file-name h4 {
    color: #000;
}
.requirement-img .file-name h4,
.requirement-img .file-name h5 {
    font-size: 14px;
    font-weight: 400;
}
.viewjobs .tags .badge-job {
    background: rgba(255, 91, 55, 0.1);
    color: #fe4a23;
    padding: 10px 15px;
    margin: 0px 10px 10px 0px;
    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;
    border-radius: 40px;
}
.viewjobs .tags .badge-job:hover {
    background: rgba(255, 91, 55, 0.3);
    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;
}
.viewjobs .viewjobright p {
    font-size: 14px;
    line-height: 1.75;
}
.viewjobs .viewjobright .jobs-specific {
    font-weight: 500;
    font-size: 15px;
}
ul.sharejob {
    list-style: none;
    padding: 0px;
}
ul.sharejob li {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
ul.sharejob li:not(:last-child) {
    margin-right: 7px;
}
ul.sharejob li.share-mail {
    background: #3490f3;
}
ul.sharejob li.share-twitter {
    background: #00aced;
}
ul.sharejob li.share-facebook {
    background: #3b5998;
}
ul.sharejob li.share-linkedin {
    background: #007bb6;
}
ul.sharejob li.share-whatsapp {
    background: #29a628;
}
ul.sharejob li a {
    color: #fff;
}
button.close.closebtn {
    background: transparent;
    border: none;
    font-size: 40px;
    line-height: 25px;
}
/*View Job Ends*/
/*View Inspector Start*/
.viewinspector.viewjobs .developer-profile-img {
    position: relative;
    margin-bottom: 25px;
}
.viewinspector.viewjobs .developer-profile-img .img-profile img {
    border-radius: 50%;
    position: absolute;
    top: 36px;
    right: 43px;
    width: 150px;
    height: 150px;
    border: 4px solid #e0e0e0;
}
.viewinspector.viewjobs .developer-profile-img h2 {
    font-size: 22px;
    margin-top: 20px;
}
.viewinspector.viewjobs .about-author {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px;
}
.viewinspector.viewjobs .author-details .blog-author-name {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
}
.viewinspector.viewjobs .author-details h6 {
    color: #f38247;
    font-size: 13px;
}
.viewinspector.viewjobs .author-details p {
    font-size: 14px;
    color: #000;
}
.viewinspector.viewjobs .author-details .rating {
    color: #000;
    margin-bottom: 7px;
}
/*View Inspector Ends*/
/*Client Dashboard Start*/
.useraccount .usersidebar li.nav-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.useraccount .usersidebar a.nav-link.active,
.useraccount .usersidebar a.nav-link:hover {
    color: #fe4a23;
}
.useraccount .usersidebar a.nav-link {
    font-size: 14px;
    color: #696969;
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 20px 20px;
    border-radius: 0;
}
.useraccount .usersidebar a.nav-link span {
    width: 22px;
    text-align: center;
    margin-right: 8px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.useraccount .usersidebar a.nav-link span i {
    font-size: 16px;
}

.sidemnenu a.aiz-side-nav-link span {
    width: 19px;
    text-align: center;
    margin-right: 8px;
}

.useraccount .usersidebar .settings-header .usershape {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.3;
}
.useraccount .usersidebar .settings-header > a img {
    border: 1px solid #fff;
    padding: 3px;
}
.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}
.useraccount .usersidebar .settings-header {
    background: #fe4a23;
    border-radius: 10px 10px 0px 0px;
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.useraccount .usersidebar {
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 4px 4px rgb(204 204 204 / 25%);
    margin-bottom: 30px;
    border-radius: 10px;
}
.useraccount .usersidebar .settings-header p {
    font-size: 12px;
    color: #fff;
}
.useraccount .usersidebar .settings-header h3 {
    color: #fff;
    font-size: 14px;
}
.user-dashboard-card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    transition: 0.5s;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.user-dashboard-card .dashboard-card-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 62px;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 15px;
}
.dashboard-card-number {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 2px;
}
.dashboard-card-title {
    font-size: 14px;
    color: #6b6b84;
    font-weight: 400;
}
.dashboard-card-content {
    flex: 1;
    text-align: right;
}
.dashboard-card-box {
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    padding: 30px;
}
.dashboard-title {
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.dashboard-title h2 {
    font-size: 24px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.dashboard-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(0 29 35 / 10%);
    z-index: 1;
}
.dashboard-title:after {
    content: "";
    position: absolute;
    background-color: #fe4a23;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    transform: translateY(50%);
    z-index: 2;
}
.dashboard-body ul.listitem {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.dashboard-body ul.listitem li {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    border-left: 2px solid #fe4a23;
    box-shadow: 0px 0px 4px 3px rgb(210 210 210 / 14%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-body .listitem img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
}
.dashboard-body .listitem .listitem__info {
    display: flex;
    flex-direction: column;
    padding-right: 1.25rem;
    flex-grow: 1;
}
.dashboard-body .listitem .listitem__username {
    font-weight: 500;
    font-size: 14px;
    color: #090119;
    transition: color 0.3s ease;
    margin-bottom: 2px;
}
.dashboard-body .listitem .listitem__text {
    font-weight: 500;
    font-size: 12px;
    color: #696969;
    margin-bottom: 0;
}
.dashboard-body .listitem .time-rigt {
    font-size: 11px;
    font-weight: 500;
    color: #6b6b84;
    font-style: italic;
}
.user-dashboard-card.user-dashboard-card2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.user-dashboard-card.user-dashboard-card2 .dashboard-card-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0px 0px 10px;
}
.user-dashboard-card.user-dashboard-card2 .dashboard-card-number {
    font-size: 16px;
}
.bg-success {
    background-color: #28a745 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
.bg-primary2 {
    background-color: #fe4a23 !important;
}
.userdropdown a.nav-link.dropdown-toggle span.userimg {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
}
.userdropdown a.nav-link.dropdown-toggle span.userimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.userdropdown a.nav-link.dropdown-toggle {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.userdropdown .dropdown-menu a.dropdown-item {
    color: #2e2e2e;
    font-weight: 500;
    font-size: 15px;
}
header.header.sticky .userdropdown a.nav-link.dropdown-toggle {
    color: #2e2e2e;
}
.useraccount .usersidebar a.nav-link + ul.submenu li {
    font-size: 14px;
    padding: 5px 0px;
}
.useraccount .usersidebar a.nav-link + ul.submenu {
    padding-left: 65px;
    padding-bottom: 10px;
}
.static-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.static-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.text-violet {
    color: #7b46be;
}
.text-pink {
    color: #fa6ca4;
}
.text-yellow {
    color: #facd3a;
}
/*Client Dashboard End*/
/*Reviews Start*/
.review-content h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}
.rating .average-rating {
    font-size: 12px;
    color: #6b6b84;
    font-weight: 500;
}
.rating i.filled {
    color: #feb123;
}
.review-content.no-padding {
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}
.reviews .review-content .rating i {
    font-size: 10px;
}
.reviews .review-content p {
    font-size: 14px;
}
.reviews .review-content .author-img-wrap img {
    border-radius: 50%;
    border: 1px solid #fe4a23;
    padding: 5px;
    width: 65px;
    height: 65px;
}
.reviews .review-content .inspector-specific {
    font-size: 12px;
}
/*Reviews End*/
/*Messages Start*/
.chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.chat-cont-left {
    border-right: 1px solid #e8e8e8;
    -ms-flex: 0 0 34%;
    flex: 0 0 35%;
    left: 0;
    margin-right: 0;
    max-width: 35%;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}
.chat-cont-left .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #161c2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 10px 0px 0px 0px;
}
.chat-cont-left .chat-search .input-group {
    width: 100%;
}
.chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}
.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.chat-cont-left .chat-users-list {
    background-color: #fff;
}
.chat-window .chat-scroll {
    min-height: calc(100vh - 328px);
    max-height: calc(100vh - 328px);
    overflow-y: auto;
    scrollbar-color: #090119 #f9f9f9;
    scrollbar-width: thin;
}
.chat-cont-left .chat-users-list a.media {
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    position: relative;
    height: 45px;
    width: 45px;
}
.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.chat-cont-left .chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-name {
    color: #fe4a23;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    max-width: 180px;
}
.chat-cont-left .chat-search {
    background-color: #fff;
    width: 100%;
}
.icon-circle {
    background: #fe4a23;
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.avatar-away::before {
    background-color: #ffbc34;
}
.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #fff;
}
.chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-last-chat {
    color: #232323;
    font-size: 12px;
    line-height: 19px;
}
.avatar-online::before {
    background-color: #00e65b;
}
.chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}
.chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}
.chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:last-child
    .last-chat-time {
    color: #8a8a8a;
    font-size: 11px;
    white-space: nowrap;
}
.bgg-yellow {
    background: #ff7a03;
    color: #fff;
    border-radius: 50%;
    width: 17px;
    line-height: 17px;
    padding: 0;
    height: 17px;
    font-size: 10px;
}
.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}
.chat-cont-right {
    flex: 0 0 65%;
    max-width: 65%;
    background: #fff;
    padding: 0;
    border-radius: 0px 10px 10px 0px;
}
.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #f4eeff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
    border-radius: 0px 10px 0px 0px;
}
.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}
.chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-cont-right .chat-body {
    background-color: #fff;
}
.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
    position: relative;
}
.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
}
.chat-cont-right .chat-body .avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}
.chat-cont-right .chat-header .media .media-body .user-name {
    color: #161c2d;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}
.chat-cont-right .chat-body .media .media-body {
    margin-left: 45px;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}
.chat-cont-right
    .chat-body
    .media.received
    .media-body
    .msg-box:first-child:before {
    border-bottom: 15px solid #fe4a23;
    border-right: 15px solid #fe4a23;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    right: auto;
    bottom: 12px;
    width: 0;
}
.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
    background-color: #fe4a23;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}
.chat-cont-right
    .chat-body
    .media.received
    .media-body
    .msg-box
    > div
    .chat-time {
    color: #f6f6f6;
}
.chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
    position: relative;
}
.chat-cont-right .chat-body .media.sent .avatar {
    height: 30px;
    width: 30px;
    bottom: 0;
    right: 0;
    position: absolute;
}
.chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
    margin-right: 45px;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}
.chat-cont-right
    .chat-body
    .media.sent
    .media-body
    .msg-box:first-child:before {
    border-bottom: 15px solid #e8efff;
    border-left: 15px solid #e8efff;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -10px;
    bottom: 12px;
    width: 0;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #e8efff;
}
.chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #232323;
}
.chat-cont-right
    .chat-body
    .media.sent
    .media-body
    .msg-box
    > div
    .chat-msg-info {
    flex-direction: row-reverse;
}
.chat-cont-right
    .chat-body
    .media.sent
    .media-body
    .msg-box
    > div
    .chat-msg-info
    li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: #919191;
}
.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative;
}
.chat-cont-right .chat-footer .input-group {
    width: 100%;
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
    padding: 5px;
}
.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}
.chat-cont-right .chat-footer .input-group .btn,
.chat-cont-right .chat-footer .input-group .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}
.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
    background-color: #fe4a23;
    border-color: #fe4a23;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.chat-window.chat-slide .chat-cont-left {
    left: -106%;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:focus {
    background-color: #fe4a23 !important;
    border-color: #fe4a23 !important;
}
.minw120 {
    min-width: 120px !important;
}
.chat-window .chat-scroll::-webkit-scrollbar-thumb {
    background: #090119;
}
.chat-window .chat-scroll::-webkit-scrollbar {
    width: 6px;
    background: #f9f9f9;
}
.more-project2 .btn-primary {
    padding: 10px 15px;
    font-size: 16px;
    color: #fe4a23;
    background-color: #fff;
    border-color: #fe4a23;
}
/*Messages End*/
/*Profile Settings Start*/
.title-subhead {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.upload-images {
    position: relative;
    width: 80px;
}
.upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto;
}
label.file-upload.image-upbtn {
    background: transparent;
    border: 1px solid #fe4a23;
    border-radius: 5px;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fe4a23;
    cursor: pointer;
}
label.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.form-group.pro-pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/*Profile Settings End*/
/*Jobs Start*/
.btn-primary:hover {
    color: #fff;
    background-color: #131135;
    border: 1px solid #131135;
}
.user-dashborad-table .table thead tr th {
    white-space: nowrap;
    padding: 15px;
    font-size: 13px;
    border-top: 0;
}
.table-responsive.user-dashborad-table {
    scrollbar-color: #090119 #f9f9f9;
    scrollbar-width: thin;
}
.table-responsive.user-dashborad-table::-webkit-scrollbar {
    background: #f9f9f9;
    height: 6px;
}
.table-responsive.user-dashborad-table::-webkit-scrollbar-thumb {
    background: #090119;
}
.user-dashborad-table .table tbody tr td {
    font-size: 13px;
    line-height: 22px;
    padding: 15px;
    color: #6b6b84;
    vertical-align: middle;
}
.table-action-btn .action-icon {
    width: 30px;
    margin-right: 2px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.table-action-btn .action-icon:hover {
    opacity: 0.75;
}

.table > :not(:first-child) {
    border-top: 2px solid #ebebeb;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
    margin-top: 15px;
}
.modal-header .close:before {
    display: none;
}
.modal-confirm .icon-box button {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    background: transparent;
    padding: 0;

    position: relative;
    left: 1px;

    margin: 0;
    border: none;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 20px 0 -10px;
}
.modal-confirm .modal-content .modal-header {
    border: none;
    padding-bottom: 0;
}
.modal-confirm .modal-content .modal-footer {
    border: none;
    padding-top: 0px;
    padding-bottom: 20px;
}
.user-dashborad-table .table tbody tr td:last-child {
    white-space: nowrap;
}
.useraccount select.form-control {
    appearance: auto;
}
.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #e7e8ea !important;
    border-radius: 0.25rem;
}
.img-attachment label {
    border: 1px dashed #e7e8ea;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    border-radius: 0.25rem;
}
.img-attachment label p {
    font-size: 14px;
}
.note-editor .note-editing-area .note-editable {
    font-size: 15px;
}
.userdropdown .dropdown-menu a.dropdown-item:hover,
.userdropdown .dropdown-menu a.dropdown-item:active,
.userdropdown .dropdown-menu a.dropdown-item:focus {
    background: rgba(255, 91, 55, 0.1);
    color: #fe4a23 !important;
}
/*Jobs Ends*/
/*Invoice Css Start*/
.bg-grad-3 {
    background-color: #fe4a23;
    background-image: linear-gradient(315deg, #fe4a23 0%, #d94120 74%);
}
p.invoice-details {
    font-size: 14px;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-info strong.customer-text {
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
}
/*Invoice Css Ends*/
/*Wallet Css Start*/
label.walletgrid {
    position: relative;
    cursor: pointer;
}
label.walletgrid input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
label.walletgrid input + span {
    border: 1px solid #e2e5ec;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
}
.fs-15 {
    font-size: 0.9375rem !important;
}
.fw-600 {
    font-weight: 600 !important;
}
label.walletgrid > input:checked ~ span {
    border-color: #fe4a23;
}
/*Wallet Css Ends*/
.fs-13 {
    font-size: 0.8125rem !important;
}
.fs-14 {
    font-size: 0.875rem !important;
}
.text-inherit {
    color: inherit !important;
}
.avatar-xs {
    width: 32px;
    height: 32px;
    font-size: 0.8em;
}
.bg-rating {
    background-color: #ffa707;
}
.fs-10 {
    font-size: 0.625rem !important;
}
.avatar.avatar-xs img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.border-md-left {
    border-left: 1px solid;
    border-color: #e2e5ec !important;
}
.bid-price small {
    font-size: 10px;
    display: block;
    font-weight: 400;
}
.bid-price {
    position: relative;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px;
    margin-top: 15px;
}
button.dt-button.buttons-html5 {
    border: 1px solid #e7e8ea;
    background: transparent;
    font-size: 14px;
    padding: 6px 12px;
}
#calendar .fc-button-group .fc-button.fc-state-default {
    color: #000;
    background-color: #fff;
    background-image: none;
}
#calendar .fc-button-group .fc-button.fc-state-active.fc-state-default,
#calendar button.fc-today-button {
    color: #fff;
    background-color: #fe4a23;
    border-color: #fe4a23;
    background-image: none;
}
.fc-toolbar h2 {
    font-size: 16px;
}
th.fc-day-header.fc-widget-header {
    font-size: 14px;
} /* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 16px; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #ff912c;
}
canvas {
    background: #fff;
    height: 250px;
}
.customselect {
    appearance: auto;
}
span.fc-title > b {
    font-size: 10px;
    display: block;
    position: relative;
    padding-left: 12px;
}
span.fc-title > b.ongoingjobs:before {
    background: #2bd500;
}
span.fc-title > b.appliedjobs:before {
    background: #00c4ff;
}
span.fc-title > b:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 2px;
}
.viewjobs .viewjobright nav .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
}
.viewjobs .viewjobright button.nav-link.active,
.viewjobs .viewjobright button.nav-link:hover {
    color: #fe4a23 !important;
    border: none !important;
    border-bottom: 3px solid #fe4a23 !important;
}
.viewjobs .viewjobright button.nav-link {
    color: #161c2d !important;
    border: none !important;
    background-color: transparent;
    border-bottom: 3px solid transparent !important;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.pdficon h5 {
    color: #f72015;
    font-weight: 600 !important;
}
.docicon h5 {
    color: #2a639a;
    font-weight: 600 !important;
}
img.imgattachments {
    height: 50px;
}
.viewjobs .viewjobright div.tab-content div.tab-pane .dashboard-title:before,
.viewjobs .viewjobright div.tab-content div.tab-pane .dashboard-title:after {
    display: none;
}
.viewjobs .viewjobright div.tab-content div.tab-pane .dashboard-title {
    padding: 0px;
    margin: 0px 0px 10px;
}
.viewjobs .viewjobright div.tab-content div.tab-pane .dashboard-title h2 {
    font-size: 20px;
}

.dashboard-card-box .dashboard-body .loader {
    /* border: 8px solid #f3f3f3; */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
/* .dashboard-card-box .dashboard-body .loader1 {
    border-right: 8px solid #fe4a23;
}
.dashboard-card-box .dashboard-body .loader2 {
    border-top: 8px solid #fe4a23;
    border-right: 8px solid #fe4a23;
}
.dashboard-card-box .dashboard-body .loader3 {
    border-top: 8px solid #fe4a23;
    border-right: 8px solid #fe4a23;
    border-bottom: 8px solid #fe4a23;
}
.dashboard-card-box .dashboard-body .loader4 {
    border-top: 8px solid #fe4a23;
    border-right: 8px solid #fe4a23;
} */
.dashboard-card-box .dashboard-body .card .rating span.average-rating {
    display: block;
    font-size: 12px;
}
.dashboard-card-box .dashboard-body .card .rating i.fa,
.dashboard-card-box .dashboard-body .card .rating i.far {
    font-size: 16px;
}
.highcharts-legend-item.highcharts-column-series,
text.highcharts-credits {
    display: none !important;
}
.chartwrapper {
    min-height: 397px;
    display: flex;
    align-items: center;
}
span.user-job {
    font-size: 12px;
    margin-top: -1px;
    display: block;
    font-weight: 500;
}
.user-dashboard-card.user-dashboard-card3 {
    max-width: 170px;
}
.user-dashboard-card.user-dashboard-card3 h4.dashboard-card-number {
    font-size: 14px;
}
.user-dashboard-card.user-dashboard-card3 span.dashboard-card-title {
    font-size: 12px;
}
.user-dashboard-card.user-dashboard-card3 .dashboard-card-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 42px;
}
.user-dashboard-card.user-dashboard-card3 {
    padding: 10px;
}

.profilesettings button.nav-link:hover,
.profilesettings button.nav-link.active {
    color: #fe4a23 !important;
    border: none !important;
    border-bottom: 3px solid #fe4a23 !important;
}
.profilesettings button.nav-link {
    color: #161c2d !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    text-align: center;
    min-width: 170px;
}
.techncal-attachment {
    display: flex;
    flex-direction: row;
}
.techncal-attachment img {
    height: 50px !important;
    margin-right: 10px;
}
.logoqscape {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    box-shadow: 0px 0px 10px #0000000a;
}
.chat-cont-right.chat-cont-right2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.chat-cont-right.chat-cont-right2 .chat-body .media .avatar {
    width: 45px;
    height: 45px;
}
.chat-cont-right.chat-cont-right2 .chat-body .media .media-body {
    margin-left: 65px;
}
.chat-cont-right.chat-cont-right2 .chat-body .media.sent .media-body {
    margin-right: 65px;
}

.btn[data-toggle="class-toggle"] {
    margin-bottom: 15px;
}

.ab_Box.about-author,
.ab_Box.about-author .about-list-author,
.ab_Box.about-author .inspector-info {
    width: 100%;
}

.ab_Box.about-author .inspector-info .techncal-attachment .requirement-img a {
    display: block;
}

.ab_Box.about-author .inspector-info .techncal-attachment .requirement-img {
    position: relative;
    margin-bottom: 9px;
    margin-right: 9px;
}

.ab_Box.about-author .inspector-info .techncal-attachment {
    flex-wrap: wrap;
}

.ab_Box.about-author .inspector-info .techncal-attachment img {
    margin-right: 0;
}

.ab_Box.about-author .inspector-info .techncal-attachment img:hover {
    background-image: url("assets/frontend/default/img/download.png");
    z-index: 999;
}

.toolTippos {
    position: absolute;
    right: 9px;
    top: 5px;
}
/* ----------------------- */
.stepBtns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    column-gap: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
    row-gap: 10px;
}
.stepBtns a{
    position: relative;
    margin: 0!important;
    width: 152px;
    white-space: nowrap;
}
.stepBtns a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -22px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: #ccc;
    transform: translateY(-50%);
}


.stepBtns a:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 24px;
    left: -17px;
    width: 2px;
    height: 23px;
    background-color: #ccc;
}

.stepBtns a.active::before,
.stepBtns a.active::after{
    background-color: #ff4a23!important;
}
.stepBtns .newBtn,.stepBtns .newBtn:hover{
    background: #fff1ed!important;
    color: #ff4a23;
}
.stepBtns.active{
    background: #ff4a23!important;
    color: #ffffff;
}
.cateWrapper {
    display: block!important;
    border-width: 5px!important;
    border-color: #eeeeee!important;
}
.cateWrapper h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ff4a23;
}
button.menuIcon {
    border: none;
    background: transparent;
    padding: 10px 10px;
    cursor: pointer;
}

.menuWrapper{
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 99;
}
.formBnts {
    column-gap: 10px;
}
.formBnts button{
    margin: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border: 0!important;
    color: #000!important;
}
.formBnts button:hover{
    background-color: #f9f9f9;
}