body {
    color: #17222d;
    overflow-x: hidden;
    font-family: 'Uni Sans';
    font-weight: normal;
}

header {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.container-custom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.logo {
    position: absolute;
    left: -30px;
    top: 92px;
}

nav {
    margin-left: 376px;
    height: 130px;
    float: left;
    position: relative;
    z-index: 1;
}

.icn {
    display: block;
    width: 36px;
    height: 34px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 35px;
    position: relative;
    top: -4px;
    -webkit-transition: 300ms all;
    transition: 300ms all;

    background-position: center 0;
}

.icn-home {
    background-image: url('/assets/front-end/img/icon-home.png');
}

.icn-up {
    background-image: url('/assets/front-end/img/icon-top.png');
}

.icn-down {
    background-image: url('/assets/front-end/img/icon-down.png');
}

.icn-setting {
    background-image: url('/assets/front-end/img/icon-setting.png');
    background-size: 33px;
}

.icn-in {
    background-image: url('/assets/front-end/img/icon-in.png');
    background-size: 33px;
}


.icn-signup {
    background-image: url('/assets/front-end/img/icon-singup.png');
    background-size: 33px;
}

.icn-out {
    background-image: url('/assets/front-end/img/icon-out.png');
    background-size: 33px;
}

nav ul li:hover .icn,
nav ul li.active .icn {
    background-position: center 100%;
}

#nav_toggle {
    display: none;
}

.user-crend {
    position: absolute;
    right: -132px;
}

.overlay-src {
    display: none;
}

.sec-home,
.reg-sec {
    position: relative;
    overflow: hidden;
}

.sec-home:before,
.edad_portfolio::before,
.reg-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff4200;
    background: linear-gradient(135deg, #ff4200 0%, #ff7400 70%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#ff9500', GradientType=1);

}

.sec-home .container {
    position: relative;
    /* min-height: 100vh; */
    min-height: 967px;
}

.sec-home .container:before {
    content: "";
    position: absolute;
    right: -130px;
    background: url(../img/top-guy.png) no-repeat;
    display: block;
    width: 550px;
    height: 901px;
    bottom: 0;
    z-index: 1;
}


.sec-home:after,
.edad_portfolio::after,
.subscribe-now::after,
.reg-sec::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/g-pattern.png) no-repeat center bottom;
}

.top-guy {
    float: right;
    padding-top: 35px;
    position: absolute;
    top: -10px;
    right: 270px;
    z-index: 1;
}

.home-cnt {
    padding-top: 374px;
    max-width: 550px;
    z-index: 1;
    position: relative;
    color: #fff;
    padding-bottom: 50px;
}

.home-cnt>h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Uni Sans Book';
    margin-bottom: 0;
    line-height: 40px;
}


.home-cnt h2 {
    font-size: 90px;
    font-style: italic;
    margin: 0;
    line-height: 85px;
    font-family: 'Uni-Sans-Bold';
}

.home-cnt .row {
    padding-top: 56px;
}

.hm-in h4 {
    font-size: 32px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Uni-Sans-Bold';
}

.hm-in p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.hm-in p a {
    color: #ffdf1c;
    text-transform: uppercase;
    margin-left: 5px;
}

.btn-ctm {
    padding: 10.5px 18px;
    border: 2px solid #ff4200;
    border-radius: 50px;
    color: #ff4200;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    display: inline-block;
    font-weight: 500;
}

.sec-home .btn-ctm:hover,
.sec-home .btn-ctm:focus {
    background: #ff9500;
    color: #fff;

}

.sec-home .btn-ctm {
    border: 2px solid #fff;
    color: #fff;
}

.btn-ctm:hover,
.btn-ctm:focus {
    background: #ff4200;
    color: #fff;

}


.sec-find {
    background: #fff;
    position: relative;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 2;
    padding-bottom: 50px;
}

.sec-find::before {
    position: absolute;
    content: "";
    bottom: -26px;
    left: 0;
    background: url('../img/scissors.png') no-repeat bottom left;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sec-find-in {
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    position: relative;
    z-index: 2;
}

.sec-find-in .btn-ctm {
    margin-top: 30px;
}

.sec-find .container {
    padding-top: 145px;
}

.tri-angle {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50%;
}

.find-left h3 {
    line-height: 43px;
    font-size: 50px;
}

.find-left h3 {
    line-height: 65px;
    font-size: 50px;
    max-width: 450px;
    font-style: italic;
    font-family: 'Uni-Sans-Bold';
    margin-bottom: 19px;
}

.find-left h3 span {
    color: #ff4200;
}

.semi-b {
    font-weight: 600;
}

.find-left p {
    margin-bottom: 23px;
}


/*edad_portfolio*/

.edad_portfolio {
    overflow: hidden;
    padding: 111px 0;
    position: relative;
    z-index: 2;
}

.edad_portfolio::before {
    background: #ff4200;
    background: linear-gradient(135deg, #ff4200 0%, #ff8300 84%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#ff9500', GradientType=1);
}

.edad_portfolio::after {
    background-position: center top;
}

.edad_portfolio ul {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
}

.edad_portfolio ul li {
    width: 25%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.edad_portfolio ul li .circle {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.edad_portfolio ul li .circle span.counter {
    display: block;
    font-size: 70px;
    color: #fff;
    line-height: 60px;
    font-family: 'Uni-Sans-Heavy';
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.edad_skill_sec {
    padding: 110px 0;
}

.edad_skill_sec .find-left h3 {
    font-style: normal;
    margin-top: 15px;
}

.edad_skill_sec .find-left .btn-ctm {
    background: #ff4200;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    padding: 10.5px 25px;
    margin-right: 20px;
    margin-top: 13px;
}

.edad_skill_sec .find-left .btn-ctm:focus,
.edad_skill_sec .find-left .btn-ctm:hover {
    background: #ff9500;
    border-color: #ff9500;
}

ul.skill_steps {
    margin-left: -15px;
    margin-right: -15px;
}

.skill_steps li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

.skill_steps li .skill_steps_box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    -ms-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    -o-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    padding: 30px 12px;
    margin-bottom: 30px;
}

.skill_steps li .skill_steps_box span {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background: #ededff;
    line-height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.skill_steps li:nth-child(2n) {
    margin-top: 100px;
}

.skill_steps li:nth-child(3n) {
    margin-top: -80px;
}

.skill_steps li .skill_steps_box h6 {
    color: #ff4200;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin: 23px 0 17px 0;
}

.edad_portfolio.edad_tips_stickes {
    padding: 94px 0 0px;
}

.edad_portfolio.edad_tips_stickes::after {
    background-position: 61% -340px;
}

.edad_tips_stickes .container {
    z-index: 1;
    position: relative;
}

.edad_tips_stickes .find-left h3 {
    color: #fff;
    font-style: normal;
    max-width: 100%;
    font-family: 'Uni-Sans-Heavy';
    margin-top: 35px;
}

.edad_tips_stickes .find-left p {
    color: #fff;
}

.edad_tips_stickes .btn-ctm {
    border-color: #fff;
    color: #fff;
    padding: 10.5px 28px;
}


.edad_tnt_prifile_pic {
    position: relative;
    /* overflow: hidden; */
    text-align: right;
    padding-right: 22px;
}

.circle2 {
    position: absolute;
    width: 409px;
    height: 409px;
    background: #ff4200;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 2;
    top: -20px;
    left: 50%;
    margin-left: -204.5px;
}

.edad_tnt_prifile_pic img.profile-pic {
    position: relative;
    z-index: 3;
    bottom: 0;
}

.edad_tnt_prifile_pic img.profile-pic-mobile {
    display: none;
}

.edad_tnt_prifile_pic .star {
    position: absolute;
    bottom: 45px;
    left: -45px;
    z-index: 3;
}




/* The container */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e5e5e5;
}

/* On mouse-over, add a grey background color */
/* .radio-container:hover input~.checkmark {
    background-color: #fdf1ec;
} */

/* When the radio button is checked, add a blue background */
/* .radio-container input:checked~.checkmark {
    background-color: #fdf1ec;

} */

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    opacity: 1;
    visibility: visible;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark::after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ff4200;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.search-edad-job {
    padding: 67px 0 0;
    background: url('../img/findjob-bg.jpg') no-repeat;
    background-position: top right;
}

.search-edad-job h3 {
    color: #17222d;
    font-family: 'Uni-Sans-Bold';
    font-weight: normal;
    font-size: 50px;
    line-height: 65px;
    margin-top: 0;
    margin-bottom: 40px;
}

ul.search-job li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #ff4200;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.ui-button .ui-icon {
    background: url('../img/select.png') !important;
    width: 34px;
    height: 34px;
    top: 2px;
}

.ui-corner-all,
.ui-corner-top {
    border-radius: 25px !important;
}

.ui-button {
    border: 2px solid #c7afa6 !important;
    background: #fdf1ec !important;
    color: #ff4200 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    padding: 2px 5px 2px 15px;
    height: 46px;
    font-size: 24px;
}

.ui-menu .ui-menu-item {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px;
    color: #ff4200 !important;

}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ff4200;
    background: #ff4200;
    font-weight: 600 !important;
}

ul.search-job li.drp {
    padding: 0 16px;
}

ul.search-job {
    margin-bottom: 70px;
}

.job_main_box,
.job_main_box_all {
    background-color: #ff4200;
    position: relative;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    -ms-background-blend-mode: multiply;
    -o-background-blend-mode: multiply;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.job_main_box.hovered,
.job_main_box_all:hover {
    background-color: #ff9500;
}

.job_main_box.hovered h4 a {
    color: #ff9500;
}

.job_main_box img {
    visibility: hidden;
    /* mix-blend-mode: darken; */
}

.job_main_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.3);
}

.job_main_box_all {
    padding: 30px 0;
}

.job-tag,
.job_main_box_all .job-tag {
    background: #ff4200;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.job_main_box_all .job-tag {
    background: #0f0700;
}

.job_main_box_overlay h4 a,
.job_main_box_all h4 a {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    padding: 0 25px;
    font-family: 'Uni Sans';
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

.job_main_box_overlay:hover {
    cursor: pointer;
}

.job_main_box_overlay h4 a:hover {
    color: #ff9500;
}

/* .job_main_box_all h4 a:hover{
    color:#ff4200;
} */
.job_main_box_all .btn-ctm {
    border-color: #fff;
    color: #ffff;
    margin: 22px 25px;
    padding: 10px 30px;
}

.job_main_box_all .btn-ctm:hover {
    background: #ff4400;
}

.custom-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.custom-row .custom-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.job-comunity {
    background: url(../img/cloth.png) no-repeat 0px -100px;
    padding-bottom: 80px;
}

.job-comunity .find-left h3 {
    line-height: 60px;
    font-size: 47px;
    max-width: 100%;
    font-family: 'Uni-Sans-Heavy';
    font-style: normal;
    font-weight: normal;
    margin-top: 40px;
}

.owlbtn-col {
    position: relative;
    min-height: 500px;
}

.button.secondary.url {
    position: absolute;
    display: block;
}

.button.secondary.url img {
    border-radius: 50%;
    display: block;
}

.owlbtn-col {
    margin-top: 34px;
}

.one {
    top: 0;
    left: 0;
}

.two {
    top: 0;
    right: 60px;
}

.three {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.four {
    bottom: 0;
    left: 0;
}

.five {
    bottom: 40px;
    right: 0;
}

.owl-nav {
    display: none;
}

.persons_details {
    background: url('../img/slider-tag.png') no-repeat top left #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    -ms-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    -o-box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(63, 61, 233, 0.1);
    padding: 40px;
    max-width: 570px;
    margin: 33px auto 50px;
    text-align: center;
    width: 100%;
}

.persons_details img {
    width: auto !important;
    margin: 0 auto;
}

.persons_details h4,
.persons_details h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    margin-top: 35px;
    margin-bottom: 0;
}

.persons_details h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.persons_details p {
    color: #333333;
    margin: 15px 0 20px 0;
}

.job-comunity .owl-dots {
    text-align: center;
}

.job-comunity button.owl-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 2px solid #ff4200;
    border-radius: 30px;
    margin: 0 5px;
}

.job-comunity button.owl-dot.active {
    background: #ff4200;
}

.job-comunity .container {
    position: relative;
    z-index: 2;
}

.tri-angle img {
    width: 100%;
    min-height: 900px;
}

/*footer*/
#footer {
    background: #1d2025;
    padding: 0px 0 20px 0;
    display: block;
    clear: both;
    margin-top: 50px;
}

.bdr-btm-row1,
.bdr-btm-row2,
.bdr-btm-row3,
.bdr-btm-row4 {
    padding: 30px 60px 30px 100px;
    border-bottom: 1px solid #774616;
}

.bdr-btm-row4 {
    border-bottom: none;
}

.bdr-btm-row1 h6,
.bdr-btm-row2 h6 {
    color: #ff7e00;
    font-weight: normal;
    font-family: 'Uni-Sans-Heavy';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 0;
}

.bdr-btm-row2 h6 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;

}

#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    max-width: 220px;
    margin-bottom: 10px;
    font-weight: 400;
}

.learn-more {
    color: #c9c7c7;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.learn-more:focus,
.learn-more:hover,
#footer ul li a:hover {
    color: #ff7e00;
}

#footer ul li {
    display: block;
}

#footer ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

#footer .bdr-btm-row3 ul {
    text-align: center;
}

#footer .bdr-btm-row3 ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.bdr-btm-row4 small {
    color: #8e4f12;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
    font-weight: 400;
}

.subscribe-now {
    background: #ad4302;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ad4302), color-stop(36%, #8f2401), to(#660700));
    background: linear-gradient(to right, #ad4302 0%, #8f2401 36%, #660700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad4302', endColorstr='#660700', GradientType=1);
    /* IE6-9 */
    position: relative;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
}

.subscribe-now::after {
    background-position: 0px;
    background-size: 850px;
}

#footer .subscribe-now p {
    max-width: inherit;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    padding-right: 55px;
    font-family: 'Poppins', sans-serif;
}

.subscribe-now .container {
    position: relative;
    z-index: 1;
}

.btn-subs {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    background: #ff4200;
    padding: 15px 47px;
}

.btn-subs:focus,
.btn-subs:hover {
    background: #ff9500;
    color: #fff;
}

/*======================
    REGISTRATION PAGE
======================*/
/*css for input type file*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 80%;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label i {
    margin-right: 5px;
}

.inputfile-1+label {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27027', endColorstr='#ed551e', GradientType=0);
    border: 1px solid #ff4200;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    color: #ff4200;
    padding: 9px 20px;
    margin-bottom: 0;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    opacity: 0.6;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:focus {
    outline: none;
    -webkit-outline: none;
}

.sec-find.reg-sec-find::before {
    background: url(../img/brush.png) no-repeat top left;
    bottom: inherit;
    top: 0;
}

.sec-find.reg-sec-find::after {
    position: absolute;
    content: "";
    bottom: -200px;
    right: 0;
    background: url(../img/scissors2.png) no-repeat bottom right;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.sec-find.reg-sec-find {
    padding-bottom: 0;
}

.sec-find.reg-sec-find .container {
    padding-top: 90px;
}

.linkSignUp {
    margin-bottom: 80px;
}

.linkSignUp h1 {
    color: #69c3e8;
    font-size: 40px;
    line-height: 42px;
    margin: 0;
    font-family: 'Uni Sans Book';
    font-style: italic;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.linkSignUp h1 span {
    display: block;
    font-size: 90px;
    color: #ff4200;
    font-weight: normal;
    font-family: 'Uni-Sans-Bold';
    line-height: 90px;
}

.linkSignUp .btn-ctm {
    color: #69c3e8;
    border-color: #69c3e8;
    display: inline-block;
    vertical-align: middle;
    margin: 50px 0px 0px 30px;
}

.linkSignUp .btn-ctm:focus,
.linkSignUp .btn-ctm:hover {
    background: #69c3e8;
    color: #fff;
}

.reg-sec {
    min-height: 450px;
}

.reg-sec::after {
    background-position: center 250px;
}

.reg-sec-find {}

.reg_form h2 {
    color: #ff4200;
    margin: 0;
    font-size: 36px;
    line-height: 65px;
    font-weight: 400;
    font-family: 'Uni-Sans-Regular';
}

.reg_form h5 {
    color: #17222d;
    font-weight: normal;
    font-size: 22px;
    margin-top: 10px;
    line-height: 26px;
    font-style: italic;
    font-family: 'Uni-Sans-Bold';
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.reg-from-in li.chkbox {
    display: inline-block;
    vertical-align: middle;
    color: #ff4200;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    padding: 0 6px;
}

ul.reg-from-in {
    margin-left: -6px;
    margin-right: -6px;
}

.reg-from-in li {
    margin-bottom: 30px;
    position: relative;
}

.reg-from-in li.half {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    padding: 0 6px;
}

.reg-from-in li.full {
    display: block;
    width: 100%;
    padding: 0 6px;
}

.reg-from-in li .form-control {
    height: 50px;
    border-radius: 50px;
    width: 100%;
    background: #fdf1ec;
    border: 2px solid #986c5c;
    font-size: 18px;
    color: #baa39a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.reg-from-in li.half label,
.reg-from-in li.full label {
    position: absolute;
    top: 13px;
    left: 25px;
    margin: 0;
    font-size: 18px;
    color: #baa39a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 24px;
    pointer-events: none;
    max-width: calc(100% - 45px);
    width: 100%;
}

.reg-from-in li.half label span,
.reg-from-in li.full label span {
    color: #ff4200;
}

.reg-from-in li .form-control:focus {
    outline: none;
    -webkit-outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reg-from-in li textarea.form-control {
    height: auto;
    min-height: 180px;
    border-radius: 20px 20px 0px 20px !important;
    padding: 6px 12px;
    resize: vertical;
}

.reg-from-in li.upload-img,
.reg-from-in li.nextStep {
    padding: 0 6px;
}

.reg-from-in li.nextStep .nextStep-in {
    padding-top: 30px;
    border-top: 1px solid #baa39a;
    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;
}

.nextStep-in .btn-ctm {
    margin-top: 0;
}

.fgot-lgn {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #baa39a;
    text-align: left;
}

.fgot-lgn:hover,
.fgot-lgn:focus {
    color: #ff4200;
}

.nextStep .btn-ctm {
    background: #fff;
    color: #baa39a;
    border-color: #baa39a;
    min-width: 150px;
    text-align: center;
}

.nextStep .btn-ctm:focus,
.nextStep .btn-ctm:hover {
    background: #baa39a;
    color: #fff;
}

.frm-msg {
    background: #ff4200;
    position: absolute;
    top: 50%;
    right: -235px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    line-height: 18px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    z-index: 10;
    min-width: 200px;
}

.frm-msg span {
    display: block;
    padding: 10px 7px 7px 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.frm-msg.error {
    border-color: #920000;
}

.frm-msg.error span,
.frm-msg.success span {
    background: #fb0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb0000), color-stop(57%, #db0000), to(#c30000));
    background: linear-gradient(to bottom, #fb0000 0%, #db0000 57%, #c30000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb0000', endColorstr='#c30000', GradientType=0);
    -webkit-box-shadow: inset 0px 2px 0px #ff8282;
    box-shadow: inset 0px 2px 0px #ff8282;
    padding-left: 30px;

}

.frm-msg.error::before,
.frm-msg.error::after,
.frm-msg.success::before,
.frm-msg.success::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center left;
}

.frm-msg.error::after,
.frm-msg.success::after {
    background-image: url('../img/error.png');
    width: 16px;
    height: 16px;
    left: 10px;
    top: 12px;
}

.frm-msg.error::before,
.frm-msg.success::before {
    background-image: url('../img/error-point.png');
    width: 6px;
    height: 10px;
    left: -6px;
    top: 15px;
}

.frm-msg.success {
    border-color: #700000;
}

.frm-msg.success span {
    background: #4c9d23;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #4c9d23), color-stop(57%, #438b1f), to(#3a781a));
    background: linear-gradient(to bottom, #4c9d23 1%, #438b1f 57%, #3a781a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9d23', endColorstr='#3a781a', GradientType=0);
    -webkit-box-shadow: inset 0px 2px 0px #aed796;
    box-shadow: inset 0px 2px 0px #aed796;
    padding-left: 15px;
}

.frm-msg.success::after {
    background-image: url('../img/success.png');
}

.frm-msg.success::before {
    background-image: url('../img/success-point.png');
}

.tips {
    position: absolute;
    top: -23px;
    right: 60px;


}

.tips span {
    -webkit-box-shadow: inset 0px 2px 0px #ffca82;
    box-shadow: inset 0px 2px 0px #ffca82;
    background: #ff7800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7800), color-stop(57%, #ff5400), to(#ff2700));
    background: linear-gradient(to bottom, #ff7800 0%, #ff5400 57%, #ff2700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7800', endColorstr='#ff2700', GradientType=0);

    display: block;
}

.tips::before {
    background: url('../img/tip-point.png') no-repeat;
    width: 4px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -2px;
}




.ui-tooltip,
.arrow:after {
    background: #ff7800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7800), color-stop(57%, #ff5400), to(#ff2700));
    background: linear-gradient(to bottom, #ff7800 0%, #ff5400 57%, #ff2700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7800', endColorstr='#ff2700', GradientType=0);
    border: 1px solid #7d0300 !important;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
}

.ui-tooltip {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 5px;
    border-radius: 2px !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);


}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -16px;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 15px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.reg-from-in.frm-step2n3 .form-control {
    background: #fefbf9;
    border-color: #eee7e4;
}

ul.reg-from-in.frm-step2n3 li.half label,
ul.reg-from-in.frm-step2n3 li.full label {
    color: #eae3e1;
}

.reg-from-in li.half.w200 {
    width: 200px;
}

.reg-from-in li.half.w180 {
    width: 180px;
}

.reg-from-in li.full.w400 {
    width: 450px;
}

.reg_form h1 {
    margin-top: 0;
    font-size: 45px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Uni-Sans-Bold';
}

.reg_form h1 span {
    color: #ff4200;
}


/* Dashboard */
.header1 {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(91deg, rgba(255, 66, 0, 1) 0%, rgba(255, 66, 0, 1) 59%, rgba(255, 149, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#FF9500', GradientType=1);
    padding: 0 15px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    z-index: 99;
}

.header1:before,
.sidebar:before {
    content: "";
    position: absolute;
    background-image: url(../img/g-pattern.png);
    background-repeat: no-repeat;
    background-position: right center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.7;
}

.sidebar:before {
    background-position: right bottom;
}

.usr-nav {
    position: relative;
    z-index: 1;
    overflow: auto;
    height: calc(100vh - 120px);
}

.inner-logo img {
    padding: 15px 0;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.inner-logo {
    max-width: 270px;
    float: left;
    position: relative;
    z-index: 9;
}


.sticky .inner-logo img {
    max-width: 200px;
}

.inner-right {
    float: right;
    position: relative;
    z-index: 9;
}

.inner-right>div {
    display: inline-block;
    vertical-align: middle;
}

.inner-right {
    float: right;
    margin-top: 38px;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.sticky .inner-right {
    margin-top: 26px;
}

.avator-img {
    cursor: pointer;
}

.avator-img span {
    position: absolute;
    right: -8px;
    top: 40px;
    font-size: 11px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.avator-img i {
    color: #fff;
    font-weight: 600;
}

.user-area {
    position: relative;
    top: -7px;
}

.avator-img img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
}

.user-area ul {
    position: absolute;
    background: #fff;
    min-width: 150px;
    right: 0;
    text-align: center;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    top: 80%;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.user-area ul:after {
    content: "";
    position: absolute;
    right: 31px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    top: -7px;
    margin: 0 auto;
    text-align: center;
}

.user-area.opn ul {
    top: 117%;
    visibility: visible;
    opacity: 1;
}

.user-area ul li a {
    padding: 15px;
    display: block;
    color: #ff8e00;
    font-weight: 600;
}

.user-area ul li+li {
    border-top: 1px solid #f5f5f5;
}

.inner-menus li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.7px;
}

.user-area ul li a:hover {
    color: #ff4200;
}

.inner-menus {
    padding: 0 15px;
}

.inner-menus li {
    padding-right: 15px;
    padding-left: 15px;
}

.search {
    position: relative;
}

.search input {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px;
    color: #fff;
    border-radius: 50px;
    min-width: 280px;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: 0;
    width: 50px;
    padding: 0 15px;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input::-moz-placeholder {
    color: #fff;
}

.search input:-ms-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {
    color: #fff;
}

.header1 .icn {
    width: 25px;
    height: 24px;
    background-size: 25px;
    top: -4px;
}

.inner-menus>ul {
    position: relative;
    top: 3px;
}

.inner-wrapper {
    font-family: 'Poppins', sans-serif;
}

.sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    width: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 66, 0, 1)), to(rgba(255, 149, 0, 1)));
    background: linear-gradient(180deg, rgba(255, 66, 0, 1) 0%, rgba(255, 149, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#ff9500', GradientType=0);
    -webkit-transition: 300ms all;
    transition: 300ms all;
    top: 120px;
}

.sticky .sidebar {
    top: 97px;
}


.sidebar ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sidebar ul li:not(:last-child) a:hover,
.sidebar ul li:not(:last-child) a:focus,
.sidebar ul li:not(:last-child) a.active {
    border-bottom: 1px soli transparent;
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
}

.shrt-nm {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li a.active {
    background: #ff722f;

}

.inner-content {
    padding: 30px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    background: #fff;
    margin: 30px;
    margin-top: 150px;
    margin-left: 30px;
}

.sidebar-ex .inner-content {
    margin-left: 330px;
}

.footer p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

.footer p a {
    color: #000;
}

.footer {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);

    position: relative;
    z-index: -1;
}

.sidebar-ex+.footer {
    margin-left: 300px;
}

.full-nm {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 60px);
    position: relative;
    top: 5px;
}

.inner-logo .mobile-toggles {
    display: none;
}

/* all dash form css */
.dash-title {
    font-family: 'Uni-Sans-Bold';
    font-size: 24px;
    margin: 0;
    font-style: italic;
}

.input-li input,
.input-li textarea,
.input-li select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}

/* login page redesign */
.form-wrapper {
    padding: 50px 70px;
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 35px rgba(255, 145, 0, 0.01), 0 5px 35px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(255, 145, 0, 0.01), 0 5px 35px rgba(0, 0, 0, 0.05);
}

.form-group {
    position: relative;
    min-height: 40px;
}

.form-group+.form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #999;
    background-color: transparent;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    font-weight: normal;
    font-size: 14px;
    width: 100%;

}

.focused .form-label {
    -webkit-transform: translateY(-168%);
    transform: translateY(-168%);
    font-size: .85em;
    color: #ff9300;
}


.form-input,
.form-control {
    background-color: transparent;
    position: relative;
    padding: 12px 15px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
    box-shadow: 0 1px 0 0 #e5e5e5;
    -webkit-transition: -webkit-box-shadow 150ms ease-out;
    transition: -webkit-box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
    color: #999;
    text-align: left;
}

/* .form-input:focus {
    -webkit-box-shadow: 0 2px 0 0 #ff8282;
    box-shadow: 0 2px 0 0 #ff8282;
} */

.form-input.filled {
    -webkit-box-shadow: 0 2px 0 0 #ff9403;
    box-shadow: 0 2px 0 0 #ff9403;
}

.user-area-wrapper {
    padding: 30px;
    background: #fff;
    margin: 30px;
    margin-top: 150px;
    font-family: 'Poppins';
    margin-left: 30px;
}

.v-error {
    position: absolute;
    bottom: -21px;
    font-size: 12px;
    color: #ff4200;
    opacity: 1;
    display: block;
    width: 100%;
}

.login-page {
    max-width: 560px;
    margin: 0 auto;
}

.check-wrap input[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.check-wrap input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.check-wrap input[type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    padding: 0;

}

.check-wrap input[type="checkbox"]+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
}

.check-wrap input[type="checkbox"]+label:before {
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.check-wrap input[type="checkbox"]:checked+label:before {
    content: "✓";
    color: #ff4200;
    text-align: center;
    font-size: 12px;
}

.check-wrap p {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #5d5c5c;
    position: relative;
    top: 3px;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

/* .check-wrap input[type="checkbox"]:checked+label>p {
    color: #ff9101;
} */

.f-link {
    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;
    padding-top: 20px;
}

.f-r>a {
    color: #5d5c5c;
    font-weight: 500;
}

.btn-custom {
    background: #ff4200;
    width: 100%;
    border: 0;
    border: 1px solid transparent;
    padding: 12px 15px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0.5px;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    font-size: 13px;
}

.login-page .btn-custom {
    margin-top: 30px;
}

.btn-custom:hover,
.btn-custom:focus {
    background: #ff9300;
    color: #fff;
}

.form-wrapper>h2 {
    text-align: center;
    margin-bottom: 20px;
}

.dash-title>span {
    color: #ff4200;
}

.dash-title+p {
    font-size: 14px;
    position: relative;
    color: #999;
    top: -12px;
    font-weight: 500;
    margin: 0;
}

.form-wrapper .dash-title+p {
    text-align: center;
    margin-bottom: 5px;
}

.h-sub {
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(255, 146, 1, 0.2);
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 146, 1, 0.1);
}

.pdup a {
    color: #ff4200;
    display: block;
    padding: 8px 15px;
    border: 1px solid #ff4200;
    border-radius: 4px;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    text-align: center;
}

.pdup a:hover,
.pdup a:focus {
    opacity: 0.6;
}

.pdup .f-l {
    max-width: 200px;
    margin: 20px auto 0;
}

.pdup>div {
    margin-top: 20px;
}

.h-sub i {
    font-size: 17px;
    vertical-align: middle;
    margin-left: 5px;
    color: #ff9300;
    cursor: pointer;
    -webkit-transition: 300ms all;
    transition: 300ms all;
}

.h-sub i:hover,
.h-sub i:focus {
    color: #ff4200;
}

/* my acc page */
.dash-tabs-wrap>.tab-content {
    margin-top: 25px;
}

.dash-tabs-wrap .dash-title {
    margin-bottom: 15px;
}

.head-view {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.dash-tabs-wrap .nav-tabs>li.active>a,
.dash-tabs-wrap .nav-tabs>li.active>a:focus,
.dash-tabs-wrap .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #ff4800;
    border: 1px solid #ff4800;
    border-bottom: 0;
}

.dash-tabs-wrap .nav-tabs {
    border-bottom: 2px solid #ff4800;
}

.dash-tabs-wrap .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border: 1px solid #ffe0b7;
    border-radius: 4px 4px 0 0;
    background-color: #fff4e5;
    border-bottom: 0;
    color: #17222d;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.dash-tabs-wrap .nav-tabs>li {
    margin-bottom: 0px;
}

.dash-tabs-wrap .nav>li>a:focus,
.dash-tabs-wrap .nav>li>a:hover {
    background-color: #ff4800;
    color: #fff;
}

.s-frm .form-group {
    margin-bottom: 25px;
}

.btn-xs>button {
    max-width: 150px;
}

.btn-xs {
    text-align: right;
    padding: 0;
}

.upload-user .upload-img label span {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.upload-user .upload-img label {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 7px;
}

.upload-user {
    text-align: center;
}

.upload-user h2 {
    font-size: 18px;
    font-weight: 600;
}

.btn-xs.center {
    text-align: center;
}

.choose-role .radio-container {
    font-size: 18px;
}

.choose-role .radio-container+.radio-container {
    margin-left: 10px;
}

.choose-role {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}


/* jobs */
.mt0 {
    margin-top: 0;
}

table {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse !important;
}

.dt-table th {
    background: #f5f5f5;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
}

#job-manage {
    margin-top: 20px;
}

.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}


.dt-table td {
    border: 1px solid #dedede;
    /* border-top: 0; */
    padding: 15px 20px;
    color: #17222d;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.dt-table th:not(:last-child) {
    border-right: 1px solid #dedede;
}

.u-flex button i {
    margin-right: 5px;
}

.u-flex button {
    padding: 10px 20px;
}

.u-flex button:hover,
.u-flex button:focus {
    opacity: 0.8;
}

.u-flex .bt-nor {
    background: #698ff0;
}

.u-flex .bt-alrt {
    background: #fe3734;
}

.u-flex .bt-den {
    background: #fe7100;
}

.u-flex li {
    margin: 0 5px;
}

.data-t .choose-role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.data-t .choose-role .radio-container {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    color: #828482;
    font-weight: normal;
}

.data-t .checkmark {
    height: 20px;
    width: 20px;
}

.data-t .choose-role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 0;
}

.data-t .radio-container .checkmark::after {
    width: 10px;
    height: 10px;
}

.check-roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

.check-roles p {
    font-size: 14px;
    line-height: 24px;
    color: #828482;
    font-weight: normal;
}

.faq-ques ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 30px;
    position: relative;
    margin-bottom: 15px;
}

.faq-ques ul li>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-ques ul li button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 0;
    padding: 5px;
    width: 30px;
    height: 30px;
    background: #ff4200;
    color: #fff;
}

.faq-ques>h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.faq-ques ul li button {
    position: absolute;
    right: 0;
    top: 0;
}


/* manage my jobs */
.manage-job-inner>li {
    background: whitesmoke;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
}

.m-l-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.m-l-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-l-top>div {
    padding-right: 15px;
}

.m-l-top .ml-inner:not(span) {
    font-weight: 500;
}

.m-l-top .ml-inner>span {
    color: rgba(0, 0, 0, 0.40);
}

.ml-mid-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    text-align: center;
}

.ratting-star {
    padding: 10px 0;
}

.mid-avtr {
    border-radius: 50%;
    overflow: hidden;
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.mid-avtr img {
    width: 100%;
    height:100%;
}

.ml-mid-left h4 {
    font-family: 'Uni-Sans-Bold';
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0;
}

.ratting-star span {
    background: -webkit-linear-gradient(180deg, rgba(255, 66, 0, 1) 0%, rgba(255, 149, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bt-chat .btn-custom {
    display: inline-block;
    text-align: center;
    max-width: 110px;
    padding: 8px 15px;
}

.bt-chat i {
    margin-right: 5px;
}

.ml-mid-right h4 {
    font-size: 20px;
    font-weight: 600;
}

.ml-mid-right h6 {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.ml-mid-right h6 i {
    margin: 0 5px;
}

.ml-mid-right p {
    font-size: 15px;
    line-height: 26px;
}

.manage-left {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
}

.manage-right>ul {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
}

.manage-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    background: #eeeeee;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.manage-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.manage-right li .form-group {
    min-height: inherit;
    margin: 0;
}

.manage-right li .form-input {
    padding: 5px 15px 5px 0;
    color: #000;
}

.m-title {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.m-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-btn>button {
    padding: 8px;
}

.m-btn>button+button {
    margin-left: 5px;
}

.m-btn>button+button {
    margin-left: 5px;
    background: transparent;
    border: 1px solid #ff4200;
    color: #ff4200;
}

.m-btn>button+button:hover {
    border-color: #ff9300;
}

.m-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.btn-com {
    color: #11a611;
    font-weight: 500;
}

.btn-can {
    color: #ff2020;
    font-weight: 500;
}

.btn-com {
    margin-right: 5px;
}

.btn-com:after {
    content: " /";
}

.manage-job-inner>li+li {
    margin-top: 30px;
}

.my-appli>li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.my-appli .m-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.my-appli .m-btn>button+button {
    margin-left: 0;
    margin-top: 5px;
}

.my-appli .m-del {
    width: 100%;
    text-align: right;
}

.manage-right>ul.my-appli {
    width: 80%;
    margin: 0 auto;
}

.my-appli>li+li {
    margin-bottom: 0;
}

.list-arrow li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px;
}

.data-t .form-group {
    margin-bottom: 30px;
}

/* Contact poage */
.top-banner {
    overflow: hidden;
    margin: -30px -30px 0 -30px;
    position: relative;
}

.bn-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
    color: #fff;
    letter-spacing: 1px;
}

.bn-title h2 {
    margin: 0;
}

.top-banner:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(91deg, rgba(255, 66, 0, 1) 0%, rgba(255, 66, 0, 1) 59%, rgba(255, 149, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4200', endColorstr='#FF9500', GradientType=1);
    opacity: 0.5;
}

.bn-title h2 {
    margin: 0;
    font-size: 40px;
    font-family: 'Uni-Sans-Bold';
    font-style: italic;
}


.mid-cn .dash-title {
    margin-bottom: 15px;
}

.row.flex {
    display: flex;
    align-items: center;
}

.mid-c li {
    margin-bottom: 25px;
    font-size: 14px;
    color: #999999;
}

.mid-c li a {
    color: #999999;
}

.mid-c li a:hover {
    color: #ff4200;
}

.mid-c li:last-child {
    margin-bottom: 0;
}

.mid-c li i {
    color: #ff4200;
    font-size: 18px;
    margin-right: 10px;
}

.mid-cn {
    padding-top: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0;
}

/*Search-job page css Start*/
.rgt-dis {
    margin-left: 107px;
    padding: 0 0 0 22px;
}
.product-slider h5 {

    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.rgt-dis h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 13px;
}
.img-hold {
    width: 107px;
    float: left;
}
.rgt-dis span {
    opacity: .5;
    font-size: 15px;
}
.rgt-dis p {
    font-size: 15px;
}
.btn-anchor a {
    font-size: 16px;
    padding: 11px 35px;
}
.vedner {
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin: 0 0 24px;
}

.btn-anchor {
    margin: 36px 0 34px;
}
.norm-btn:hover{
    background: transparent !important;
    border: 1px solid #ff4200 !important;
    color: #ff4200;
}
.fac0btn {
    background: transparent !important;
    border: 1px solid #ff4200 !important;
    color: #ff4200;
}
.fac0btn:hover{
     background: #ff4200 !important;
    border: 1px solid #ff4200 !important;
    color: #fff;
}
.btn-anchor a {
    margin-right: 13px;
}
.slider-main .owl-nav {
    display: block;
    text-align: center;
}
.slider-main .owl-dots {
    display: none;
}
.slider-main {
    margin: 30px 0 0;
}
.slider-main .owl-theme .owl-dots{
    display: none;
}
.circlein ul li {
    width: 25%;
    display: inline-block;
    float: left;
}
.circlein {
    max-width: 1280px;
    margin: 0 auto;
    width: auto;
}
.bg-wht {
    width: 200px;
    background: #fff;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #f7f7f7;
    padding: 30px 0 0;
    position: relative;
}
.circlein ul li a {
    display: block;
}
.bg-wht:before {
    content: '';
    border: 1px solid #ff4200;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
}
.bg-wht span {
    display: block;
    color: #101010;
    font-weight: 500;
    font-size: 20px;
    margin: 16px 00 0;
}
.circle-nav {
    box-shadow: none;
    border: none;
    min-height: unset !important;
    margin-top: 0;
}
.new-innercontent {
    margin-top: 0;
    min-height: unset !important;
}
.sort-nav li {
    width: 20%;
    float: left;
    padding: 0 15px;
}
.ad-nfom a {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}
.ad-nfom {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
}
.slider-main .owl-prev, .slider-main .owl-next {
    background: transparent;
    box-shadow: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 17px !important;
    border: 1px solid #101010 !important;
    margin: 0px 10px;
}
.circlein ul li a img {
    -webkit-transition: 300ms all;
    transition: 300ms all;
}
.circlein ul li a:hover img {
    opacity: .11;
}
.baner-ab:before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.34901960784313724);
    position: absolute;
    top: 0;
    left: 0;
}
.mid-c p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: #8c9397 !important;
    top: 0;
    margin: 0 0 15px;
}
.baner-ab {
    position: relative;
}
.img-design {
    padding: 30px 0 40px 30px;
}
.margin-up{
    margin-top: 0;
    min-height: unset !important;
}
.ven ul li {
    display: inline-block;
    width: 16.666%;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.ven ul li span {
    font-size: 22px;
    display: block;
    font-weight: 500;
    margin: 12px 0 0;
}
.ven h5 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 26px;
}
.ven {
    margin: 40px 0 0;
}
.ven ul {
    margin: 0px -10px 38px;
}
.map-section {
    margin: 10px 0 0;
}
.img-design ul li {
    width: 248px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}
.top-li span {
    display: block;

    margin: 5px 0 0;
}

.top-li {
    margin: 0 0 35px;
}
.first-one.centerli {
    padding: 45px 0 0;
}
.img-design ul li .first-one:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    height: 122px;
    width: 148px;
    left: 100%;
    top: 24px;
    background-position: center;
}
.img-design ul li:nth-child(2) .first-one:before {
    background-image: url(../img/arr-2.png);
}
.first-one {
    position: relative;
     max-width: 108px;
}

.img-design ul li:first-child .first-one:before {
    background-image: url(../img/arr-1.png);

}
.img-design ul li:nth-child(3) .first-one:before{
    background-image: url(../img/arr-3.png);
}
.img-design ul li:nth-child(4) .first-one:before{
    background-image: url(../img/arr-4.png);
}
.img-design ul li:nth-child(5) .first-one:before{
    background-image: url(../img/arr-2.png);
}




@media(max-width: 1440px){

.btn-anchor a {
    font-size: 16px;
    padding: 11px 16px;
}
.ven ul li span {
    font-size: 14px;
}
.img-design {
    padding: 20px 15px;
}
.bg-wht {
    width: 150px;

    height: 150px;

    padding: 24px 0 0;

}
.bg-wht span {

    font-size: 12px;
    margin: 11px 00 0;
}
.bg-wht img {
    max-width: 40px;
}


}
@media(max-width: 1199px){
.bg-wht {
    width: 119px;
    height: 119px;
    padding: 9px 0 0;
}
.img-hold {

    float: none;
}
.rgt-dis {
    margin-left: 0;
    padding: 15px 0 0 0;
}
}
@media(max-width: 991px){
.sort-nav li {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.circlein ul li {
    width: 50%;

    margin: 19px 0;
}
.bg-wht {

    margin: 0 auto;
}
}
@media(max-width: 767px){

.btn-anchor a {
    padding: 11px 12px;
    margin: 0 0 8px;
    text-align: center;
    font-size: 12px;
}
.bg-wht:before {
    content: '';
    border: 1px solid #ff4200;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
}
.bg-wht {
    width: 105px;
    height: 105px;
    padding: 9px 0 0;
}
.bg-wht img {
    max-width: 33px;
}
.bg-wht span {

    margin: 7px 00 0;
}
.ven ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 20px;
}
.img-design ul li {
    width: 100%;

}
.img-design ul li .first-one:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    height: 70px;
    width: 127px;
    left: 0;
    right: 0;
    top: 100%;
    background-position: left;
    transform: rotate(90deg);
    margin: 0 auto;
    background-size: contain;
}
.img-design ul li {
    width: 100%;
    padding-bottom: 50px;
}
.first-one {

    max-width: 100%;
}
.top-li {
    display: inline-block;

    padding: 0 14px 10px;
}
}
/*Search-job page css End*/
