body {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'), url('./fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswalddemibold';
    src: url('../fonts/oswald-demibold-webfont.woff2') format('woff2'), url('../fonts/oswald-demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.woff2') format('woff2'), url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #ea4f18 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ea4f18;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.clear {
    clear: both;
}

.message-bubble.me .message-chat-text img {
    width: 200px;
    height: 100px;
    object-fit: cover;
    overflow-x: hidden;
}

.message-bubble .message-chat-text img {
    width: 200px;
    height: 100px;
    object-fit: cover;
}

img {
    max-width: 100%;
}


/*****************/


/******menu********/

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

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

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

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

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

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

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

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

.nav-link {
    color: #0f1322 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #ea4f18 !important;
}

.nav-item.active .nav-link {
    color: #ea4f18 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ea4f18;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.top_header {
    padding: 7px 0;
    background-color: #edece5;
    border-bottom: 2px solid #fff;
}

.loginbtn {
    float: right;
}

.loginbtn a {
    text-decoration: none;
    background-color: #fd713f;
    padding: 15px 35px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    font-weight: 700;
}

.banner {
    background: url(../img/banner-bg.jpg);
    padding: 185px 0 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .banner-contant {
    padding-top: 75px;
} */

.banner-contant h1 span {
    /* background: url(../img/heading-bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    font-size: 85px;
    /* text-transform: uppercase; */
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #1e2830;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
/* .banner-contant p span{
    color: #1e2830!important;
    font-size: 20px!important;
    line-height: 22px;
    
} */

.banner-contant p {
    /* font-size: 20px;
    line-height: 26px; */
    color: #1e2830;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.get_btn {
    /* float: left; */
    /* padding: 10px 25px 0 0; */
}

.get_btn a {
    background-color: #ea4f18;
    color: #fff;
    padding: 16px 0;
    display: block;
    /* margin: auto; */
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #ea4f18;
    text-decoration: unset;
    font-weight: 600;
    text-align: center;
}
.get_btn{
    width: 230px;
}
.quote_get_btn a {
    background-color: #ea4f18;
    margin-top: 15px!important;
    color: #fff;
    padding: 14px 0;
    display: block;
    margin: auto;
    font-size: 13px;
    border-radius: 2px;
    border: 2px solid #ea4f18;
    text-decoration: unset;
    font-weight: 600;
    width: 180px;
    text-align: center;
}
.quote_get_btn{
    width: 180px;
    margin: auto;

}

.get_btn a:hover,
.submit_button input.submit-qbutton:hover,
.subscribe-btn input.subscribe-qbutton:hover {
    background-color: unset;
    color: #ea4f18;
}
.quote_get_btn a:hover,
.submit_button input.submit-qbutton:hover,
.subscribe-btn input.subscribe-qbutton:hover {
    background-color: unset;
    color: #ea4f18;
}

.service-block {
    background-color: #fff;
    padding: 35px 20px;
    filter: drop-shadow(0px 9px 16.5px rgba(33, 11, 3, 0.05));
    border-radius: 22px;
    /* margin-top: 50px; */
}
/* 14 march 22  */
.slick-slide img{
    border-radius: 30px;
}
.login-block .signup_img{
    height: 533px;
    border-radius: 13px;
}
.profile_info{
    background: #ea5621;
    padding: 10px 11px;
    color: #fff;
    margin: 16px 0;
    font-weight: 500;
    font-size: 15px;

}
span.select2.select2-container.select2-container--default {
    width: 100%!important;
}
.profile-fild.pilot_profile {
    width: 48%;
    display: inline-block;
}
.login_data {
    font-size: 17px;
    line-height: 37px;
    padding: 55px 0 20px;
    color: #757575;
}

/* 4 march 2022 */
.image_game{
    padding: 39px 0px;
}
/* .text-box{
   margin-top: 30px;
} */


/* 17 march 22 */
/* 7 march 22 */
.slide {
    background-size: cover;
    background-position: center;
}   
.about-drone img{
    border-radius: 5px;
}
.project-areaCenter img {
    border-radius: 14px;
}

.cont_project {
    background-color: #ebebe2;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.service-hed h3 {
    padding-top: 0;
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
}

.service-box h4 {
    font-size: 20px;
    color: #1e2830;
    font-weight: 700;
    max-width: 165px;
}

.service-box p {
    max-width: 200px;
    font-size: 14px;
    color: #4a5a60;
    line-height: 22px;
    font-weight: 400;
}

.img-drone {
    position: relative;
}

.img-drone img {
    position: absolute;
    right: 0;
}

.bg_droneOut {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 26px;
    margin: 0px 10px 40px 10px;
}

.drone_hed {
    text-align: center;
}

.drone_hed h2 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
    padding-bottom: 30px;
}

.drone_hed p {
    font-size: 16px;
    color: #4a5a60;
    margin: auto;
    width: 70%;
    padding-bottom: 30px;
}


/*.droneLeft-img { float: left;}
.droneRight-cont {float: right; width: 80%;}
.droneRight-cont h5 { font-size: 20px; color: #1e2830;font-weight: 700;}
.droneRight-cont p { font-size: 14px; color: #4a5a60; font-weight: 400; margin-bottom: 0;}*/

.project-data {
    background-color: #edece5;
    padding: 90px 0 70px 0
}

.projectData-head {
    /* background: url(../img/flight-Project.png); */
    background-position: right!important;
    background-repeat: no-repeat!important;
    min-height: 163px;
}

.projectData-head h3 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
}

.job-project {
    float: left;
    width: 80%;
    text-align: right;
}

.project-icon {
    float: right;
}

.project-area h4 {
    font-size: 20px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 700;
}

.project-area {
    padding-top: 50px;
}

.project-area p {
    font-size: 14px;
    line-height: 22px;
    color: #4a5a60;
    font-weight: 400;
}

.project-iconLeft {
    float: left;
}

.job-projectRight {
    float: left;
    width: 80%;
    padding-left: 20px;
}


/***** testnomal******/

div#custCarousel a.controlyu {
    opacity: 1;
    background-color: #fd713f;
    height: 3px;
    width: 50px;
}

div#custCarousel a.prevy.controlyu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

div#custCarousel a.prevy.controlyu:after {
    content: "";
    border-right: 8px solid #fd713f;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -6px;
}

div#custCarousel a.nexty.controlyu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

div#custCarousel a.nexty.controlyu:after {
    content: "";
    border-left: 8px solid #fd713f;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: -5px;
    top: -6px;
}

.carom {
    background: #fff;
    max-width: 740px;
    height: 300px;
    margin: auto;
    padding: 50px 50px 90px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 30px 0 rgb(182 182 227 / 16%);
    box-shadow: 5px 5px 30px 0 rgb(182 182 227 / 16%);
    margin-top: 50px;
    margin-bottom: 90px;
}

.testimonial-salide {
    background: #fff;
    max-width: 740px;
    height: 300px;
    margin: auto;
    padding: 60px 50px 90px 50px;
    border-radius: 5px;
    box-shadow: 5px 5px 30px 0 rgb(182 182 227 / 16%);
    margin-top: -100px;
    transition: 0.3s;
    margin-left: -50px;
}

.testimonial-salide p {
    font-size: 16px;
    line-height: 26px;
    color: #4a5a60;
    text-align: left;
    font-style: italic;
}

.testimonial-detail h3 {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 700;
}

.testimonial-detail h4 {
    font-size: 16px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 400;
    text-align: left;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators li {
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    bottom: 0;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    left: 0;
    display: block;
    justify-content: inherit;
}

div#custCarousel a.carousel-control-prev {
    top: auto;
    left: 47%;
    bottom: -38px;
}

div#custCarousel a.carousel-control-next {
    top: auto;
    right: 47%;
    bottom: -38px;
}

#custCarousel .carousel-indicators>li a img {
    border-radius: 100%;
}

#custCarousel .carousel-indicators>li:nth-child(1) {
    width: 100px;
    height: 100px;
    left: 12vw;
    top: 0;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#custCarousel .carousel-indicators>li:nth-child(2) {
    left: 18vw;
    top: 10vh;
    width: 70px;
    height: 70px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#custCarousel .carousel-indicators>li:nth-child(3) {
    left: 4vw;
    top: 8vh;
    width: 150px;
    height: 150px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#custCarousel .carousel-indicators>li:nth-child(4) {
    left: 13vw;
    top: 22vh;
    width: 110px;
    height: 110px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#custCarousel .carousel-indicators>li:nth-child(5) {
    left: auto;
    right: 5vw;
    top: 8vh;
    width: 90px;
    height: 90px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#custCarousel .carousel-indicators>li:nth-child(6) {
    left: auto;
    right: 12vw;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#custCarousel .carousel-indicators>li:nth-child(7) {
    left: auto;
    right: 13vw;
    top: 10vh;
    width: 150px;
    height: 150px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#custCarousel .carousel-indicators>li:nth-child(8) {
    left: auto;
    right: 6vw;
    top: 22vh;
    width: 120px;
    height: 120px;
    -webkit-animation: jump 4s ease-in-out alternate infinite;
    animation: jump 4s ease-in-out alternate infinite;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

#custCarousel .carousel-indicators>li.active {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 1
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 1
}

.carousel-item img {
    width: 80%
}


/****tesnomal****/

.drone-team {
    background: url(../img/project-team-bg.jpg);
    padding: 90px 0 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.team-slide {
    margin-top: 120px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
    box-shadow: 0px 0px 8px 0px #dbdad5;
}

.team-member {
    margin-top: -110px;
}

.team-slide ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.team-slide ul li {
    float: left;
    padding: 0 14px;
}

.team-slide ul li:nth-child(1) a {
    padding: 10px 15px;
}

.team-slide h4 {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 30px;
}

.team-slide ul li a {
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #938c8d;
    color: #938c8d;
}

.team-slide ul li a:hover {
    background-color: #ea4f18;
    color: #fff;
    border: 1px solid #ea4f18;
}

.team-member img {
    margin: auto;
    border: 8px solid #fe703e;
    border-radius: 50%;
}

.drone-team .slick-arrow {
    display: none !important;
}

.drone-team .slick-dots {
    bottom: -50px;
}

.drone-team .slick-dots li {
    margin: 0;
}

.drone-team .slick-dots li button:before {
    font-size: 52px;
    color: #fd713f !important;
}

.drone-team .slick-slide {
    margin: 0px 24px;
}

.ourProject-team {
    background: url(../img/drone-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    background-position: center;
}


/*** news***/

.project-news {
    padding: 100px 0;
    background-color: #f4f3ed;
}

.projectNews-left {
    /* background: url(../img/projectNews-bg.jpg); */
    min-height: 510px;
    background-size: cover;
    background-repeat:no-repeat ;
    background-position: center;
    padding: 0 20px;
    position: relative;
}

.contant-projectNews {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: calc(100% - 40px);
    padding: 15px;
}

.date-news {
    padding-bottom: 10px;
    font-size: 14px;
    color: #1e2830;
    font-weight: 400;
}

.projectNews-hed a {
    font-size: 22px;
    color: #1e2830;
    font-weight: 700;
    text-decoration: unset;
    padding-bottom: 10px;
    display: block;
}

.projectNews-contant {
    font-size: 14px;
    line-height: 22px;
    color: #4a5a60;
    font-weight: 400;
}

.projectNews-right {
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.more-btn {
    font-size: 14px;
    line-height: 28px;
    text-decoration: underline;
    color: #fd713f;
    font-weight: 700;
    padding-top: 15px;
    display: block;
}

.site-content-area {
    background-color: #edece5;
    padding: 100px 0 180px 0;
}

.newsletter-content-area {
    margin-top: -110px;
    opacity: 0.9;
    margin-bottom: -130px;
}

.leftSingle-fild {
    float: left;
    width: 25%;
    padding-bottom: 20px;
}

.leftSingle-fild input,
.leftSingle-fild select,
.single-fild textarea {
    width: calc(100% - 20px);
    padding: 10px 10px;
    border: 1px solid #fd713f;
    font-size: 16px;
    height: 46.2px;
    outline: none;
    background-color: #fff;
}

.single-fild textarea {
    min-height: 200px;
}

.submit_button {
    text-align: center;
    padding-top: 30px;
}

.submit_button input.submit-qbutton {
    background-color: #fd713f;
    color: #fff;
    border: 1px solid #fd713f;
    border-radius: 35px;
    padding: 18px 80px;
    font-size: 16px;
    font-weight: 700;
}

.row.newsletter-bg {
    background: linear-gradient(90deg, rgba(253, 113, 63, 1) 0%, rgba(253, 113, 63, 1) 48%, rgba(225, 224, 218, 1) 46%);
    padding: 80px 0 50px 0;
    border-radius: 30px;
}

.newsletter {
    padding-top: 25px;
}

.newsletter-head {
    width: calc(100% - 30px);
    padding: 0 30px;
}

.newsletter-head h4 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

.newsletter-head p {
    font-size: 14px;
    color: #f9f5f3;
    font-weight: 400;
}

.newsletter-area input[type="text"] {
    width: calc(100% - 170px);
    padding: 15px 20px;
    border: 1px solid #fd713f;
    font-size: 16px;
    outline: none;
}

.subscribe-btn {
    float: right;
}

.subscribe-btn input.subscribe-qbutton {
    background-color: #fd713f;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #fd713f;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
}


/****footer****/

.footer-area {
    background: url(../img/footer-bg.jpg);
    padding-top: 200px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo img {
    padding-bottom: 25px;
}

.footer-logo p {
    padding-bottom: 20px;
    font-size: 14px;
    color: #4a5a60;
    font-weight: 400;
}

.footer-sosial,
.footer-link {
    padding: 0;
    list-style: none;
}

.footer-sosial li {
    margin: 5px;
    height: 40px;
    width: 40px;
    border: 1px solid #b1b1b0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-sosial li a {
    color: #4a5a60;
}

.footer-sosial li:nth-child(1) a {
    padding: 10px 14px;
}

.footer-heading {
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 700;
    padding-bottom: 15px;
}

.footer-link li:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fd713f;
    padding-right: 10px;
}

.footer-link li a {
    font-size: 16px;
    line-height: 32px;
    color: #4a5a60;
    text-decoration: none;
}

.address-details p {
    font-size: 14px;
    color: #4a5a60;
}

.address-details a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: #4a5a60;
    font-weight: 400;
}

.copyright-footer {
    background-color: #deddd7;
    text-align: center;
    padding: 24px 0 0 0;
    color: #4a5a60;
    font-weight: 400;
}


/******pages******/

.single-page {
    background: url(../img/single-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 530px;
    padding-top: 120px;
    background-position: top;
}

.drone-icon {
    display: inline-block;
    text-align: center;
    padding: 30px 45px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #edece5;
    background-color: #ffffff;
}

.drone-icon h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 26px;
    color: #000000;
    padding-top: 5px;
    font-weight: bold;
}

.dronePage-contant {
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
    padding-top: 32px;
}

.dronePage-contant h3 {
    font-size: 28px;
    color: #1e2830;
    font-weight: 700;
}

.dronePage-contant p {
    font-size: 16px;
    color: #4e4f4f;
    font-weight: 400;
}

.dronePage-contant ul {
    padding: 0;
    list-style: none;
}

.dronePage-contant ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #4e4f4f;
    font-weight: 400;
}

.dronePage-contant ul li .fa {
    color: #ea4f18;
    font-size: 16px;
}

.dronePage-contant ul li img {
    padding-right: 10px;
}

.rating-bg {
    background-color: #ea4f18;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 4px 6px;
}

.btn-very a {
    text-decoration: none;
    background-color: #30ab4a;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 2px;
}

.btn-very-not a {
    text-decoration: none;
    background-color: #f50303;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 2px;
}

.amount-doler {
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 9.5px rgba(0, 0, 0, 0.08));
    padding: 34px 25px;
    text-align: center;
}

.amount-doler h4 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #7f7f7f;
    font-weight: 400;
}

.amount-doler h6 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 400;
}

.job-detail {
    background-color: #edede4;
}

.jobContant-bg {
    border-radius: 4px;
    background-color: #f4f3ed;
    padding: 35px 20px;
}

.job-contant {
    padding-bottom: 40px;
}

.min-contant {
    font-size: 24px;
    color: #1e2830;
    font-weight: 400;
    padding-bottom: 30px;
}

.job-location {
    padding-bottom: 50px;
}

.general-job {
    border-radius: 4px;
    background-color: #edece5;
}

.job-type {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.job-type img {
    float: left;
}

.job-type h4 {
    float: left;
    font-size: 18px;
    color: #1e2830;
    font-weight: 700;
    width: calc(100% - 70px);
    padding-left: 20px;
    padding-top: 10px;
}

.general-job ul {
    background-color: #e5e4dd;
    padding: 20px 20px 10px 20px;
    list-style: none;
    margin: 0;
}

.general-job ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-bottom: 10px;
    font-size: 16px;
    color: #4a5a60;
    font-weight: 400;
}

.general-job ul li .fa {
    padding-right: 10px;
}

.apply-btn a {
    margin-bottom: 35px;
    background-color: #ea4f18;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
}

.apply-btn a .fa {
    padding-left: 15px;
}

.jub-summary {
    background-color: #edece5;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.jub-summary h4 {
    background-color: #e5e4dd;
    padding: 20px 0 20px 15px;
    font-size: 22px;
    color: #1e2830;
    font-weight: 500;
}

.jub-summary ul {
    padding: 0;
    list-style: none;
    padding-left: 15px;
    padding-top: 20px;
}

.jub-summary ul li {
    padding-bottom: 15px;
    color: #333232;
}

.jub-summary ul li .fa {
    color: #ea4f18;
    font-size: 18px;
    width: 25px;
}

.jub-summary ul li span {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #4a5a60;
    font-weight: 400;
}

.share-job h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 400;
    padding: 20px 0 15px 0;
}

.bookmark-btn {
    background-color: #000;
    display: inline-block;
    color: #fff;
    margin-bottom: 25px;
    cursor: pointer;
}

.bookmark-btn .fa {
    background-color: #333947;
    padding: 18px 24px;
    font-size: 22px;
}

.bookmark-btn span {
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
}

.button-sosial {
    color: #fff;
    padding: 13px 15px;
    text-align: center;
}

.share-btn {
    background: #e5e4dd;
    color: #9a9da6;
    font-size: 24px !important;
    text-decoration: none;
}

.facebook-btn {
    padding: 17px 20px;
    background: #3b5998;
    border-radius: 5px 0 0 5px;
}

.twitter-btn {
    background: #1da1f2;
    padding: 17px 17px;
}

.google-btn {
    background: #CC3732;
    padding: 17px 15px;
}

.linkdin-btn {
    background: #0077b5;
    padding: 17px 17px;
    border-radius: 0 5px 5px 0;
}

.btn-share {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.btn-share li {
    float: left;
}

.btn-share li:first-child {
    margin-right: 20px;
}

.share-btn:hover {
    color: #ea4f18 !important;
}

.button-sosial:hover {
    text-decoration: none;
    color: #fff;
}


/*********/

.job-serch {
    background: url(../img/filter-bg.jpg);
    padding: 170px 0 60px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.jobSearch-bg {
    background-color: #f4f3ed;
    padding: 25px;
}

.search-down {
    background-color: #eeede6;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
}

.element-text {
    font-size: 24px;
    line-height: 26px;
    color: #1e2830;
    font-weight: 500;
    padding-bottom: 10px;
}

.left-onbtn {
    padding-top: 10px;
    float: left;
    width: 50%;
}

.right-downbtn button {
    padding-top: 0;
}

.left-onbtn label {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 400;
}

.right-downbtn {
    float: left;
    width: 50%;
    text-align: right;
}

.right-downbtn .sort-text {
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 400;
}

.right-downbtn .btn.focus,
.btn:focus {
    box-shadow: unset;
}

.dropdown-toggle::after {
    vertical-align: 0em;
    border-top: 0;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #5e626f;
    padding-right: 10px;
    font-size: 22px;
}

.search-area {
    background-color: #edece5;
    margin-top: 30px;
}

.search-areabox {
    padding: 35px 25px;
}

.leftarea-img {
    float: left;
}
.leftarea-img img {
    height: 65px;
    width: 65px;
}

.rightarea-contant {
    padding-left: 25px;
    float: left;
    width: 90%;
}

.search-area ul {
    padding: 20px 0;
    list-style: none;
    background-color: #e5e4dd;
}

.search-area ul li {
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    color: #4a5a60;
    font-weight: 400;
    cursor: pointer;
}

.search-area ul li .fa {
    padding-right: 10px;
}

.rightarea-contant h4 {
    font-size: 18px;
    color: #1e2830;
    font-weight: 700;
}

.rightarea-contant p {
    font-size: 15px;
    line-height: 22px;
    color: #4a5a60;
    font-weight: 400;
}

.page-next ul li:nth-child(1) a.page-link,
.last-pagination a {
    background-color: #edece5 !important;
}

.page-next ul li a {
    background-color: #f4f3ed00;
    border: unset;
    color: #4a5a60;
}

.pagi-active a {
    background-color: #fd713f !important;
    color: #fff !important;
}

.search-head {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #1e2830;
    font-weight: 400;
}

.search-singlerow {
    filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.08));
    border-radius: 2px;
    background-color: #edece6;
    margin-bottom: 35px;
    margin-top: 20px;
}

.search-singlerow input {
    padding: 12px 15px;
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 400;
    width: calc(100% - 50px);
    background-color: #edece6;
    outline: none;
    border: unset;
}

.search-singlerow .fa-map-marker {
    color: #777777;
    padding-left: 10px;
    font-size: 22px;
}

.search-singlerow .fa-plus {
    background-color: #fd713f;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.search-singlerow select {
    background-color: #edece6;
    width: 100%;
    padding: 16px 10px;
    border: unset;
    outline: none;
}

.check-btn label.radio-inline {
    font-size: 16px;
    padding-right: 10px;
    color: #383f45;
    font-weight: 400;
}

.check-btn input[type="radio"] {
    margin-right: 10px;
}

.apply-btn h5 {
    display: inline-block;
    width: 49%;
    font-size: 22px;
    color: #1e2830;
    font-weight: 400;
}

.click-blockbtn {
    float: right;
}

.check-btn {
    padding: 10px 0 10px 0;
}

.onoffswitch {
    position: relative;
    width: 78px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "No";
    padding-left: 11px;
    background-color: #fd713f;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Yes";
    padding-right: 11px;
    background-color: #30ab4a;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    width: 26px;
    margin: 2px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/****login ****/

.single-footer {
    padding-top: 100px;
}

.login-page {
    background: url(../img/filter-bg.jpg);
    padding: 170px 0 60px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-bg {
    background-color: #f4f3ed;
    padding: 25px 0px 25px 25px;
}

.login-contgroup {
    padding-top: 30px;
}

.login-from {
    padding-top: 12px;
}

.login-title {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.logininput-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #808080;
    margin-bottom: 15px;
    color: #808080;
    padding: 10px 0px;
    background-color: transparent;
}

.logininput-left {
    display: inline-block;
    width: 60%;
}

.logininput-right {
    float: right;
    color: #fd713f;
    font-size: 16px;
    text-decoration: none;
}

.logininput-left input[type="checkbox"] {
    float: left;
    width: 25px;
    margin: 0;
}

.logininput-left label {
    width: 90%;
    vertical-align: top;
    color: #808080;
    line-height: 14px;
    padding-left: 5px;
}

.logininput-left label a {
    color: #ea4f18;
    text-decoration: none;
}

.logininput-btn {
    padding: 20px 0 20px 0px;
}

.logininput-btn button.login-button {
    float: left;
    background-color: #fd713f;
    padding: 15px 52px;
    border: unset;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}

.sign-box {
    font-size: 16px;
    /* text-align: right; */
    float: right;
    padding-top: 15px;
    color: #808080;
}

.sign-box a {
    color: #fd713f;
    padding-left: 5px;
}

.social-login ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-login ul li {
    display: inline-block;
    padding: 5px 10px;
}
.social-login ul li a {
    text-decoration: none;
    font-size: 18px;
    border-radius: 50%;
    filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.09));
    background-color: #ffffff;
    /* padding: 20px; */
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.social-login ul li:nth-child(3) a {
    padding: 20px 24px;
}

.logininput-check {
    padding-bottom: 5px;
    padding-top: 5px;
}

.striped-text {
    text-align: center;
    padding-bottom: 35px;
}

.striped-text:before,
.striped-text:after {
    content: " ";
    background-color: #e0dfda;
    width: 45%;
    display: inline-block;
    height: 1px;
}

.striped-center {
    padding: 0 5px;
    color: #898780;
    font-size: 18px;
}

.options-btn {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 25px;
    text-align: center;
}

.options-btn .option {
    background: #e4e3de;
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 15px 10px;
    border: 2px solid #e4e3de;
    transition: all 0.3s ease;
}

.options-btn .option.option-2 {
    margin-left: 15px;
}

/* input[type="radio"] {
    display: none;
} */

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #fd713f;
    background: #fd713f;
}

.options-btn .option span {
    font-size: 18px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}


/**********/


/*******job post*********/

.job-details {
    padding: 100px 0 0px 0;
    background: linear-gradient( 90deg, rgb(222 221 215) 0%, rgb(222 221 215) 48%, rgb(237 237 228) 46%);
}

.job-boxbg {
    background: url(../img/filter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.job-boxlayer {
    padding: 0 20px;
}

.leftSidebar {
    padding: 55px 0 15px 0;
}

.leftSidebar h4 {
    font-size: 18px;
    color: #ea4f18;
    font-weight: 400;
}

.leftSidebar ul {
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.leftSidebar ul li {
    padding: 10px 0 5px 10px;
}

.leftSidebar ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #0f1322;
    font-weight: 400;
    display: inline-block;
    width: 87%;
}

.box-field-job textarea {
    padding: 10px;
    width: 100%;
    min-height: 160px;
    outline: none;
    border: none;
    font-size: 16px;
}

.file-btn label {
    color: #ea4f18;
    border: 1px solid #ea4f18;
    text-align: center;
    padding: 13px 30px;
    cursor: pointer;
}

.file-btn p {
    display: inline-block;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    padding-left: 10px;
}

.title-job {
    padding: 52px 0;
}

.title-job h3 {
    font-size: 28px;
    color: #333333;
    font-weight: 700;
}

.column-wrapFrom {
    border-radius: 7px;
    background-color: #f4f3ed;
    margin-bottom: 30px;
}

.from-box-title {
    border-bottom: 1px solid #e8e8e2;
    padding: 15px 20px;
    margin-bottom: 21px;
}

.from-box-title h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.job-from {
    padding: 15px 20px;
}

.salary-field input {
    float: left;
    width: 48%;
    margin-right: 10px;
    outline: none;
    border: none;
    padding: 14px 7px;
}
.salary-field_quote input {
    float: left;
    width: 45%!important;
    margin-right: 10px;
    outline: none;
    border: none;
    padding: 14px 7px;
}
/* ===============================================29 march 22  ========================================================================= */
section.single-page-quote{
    padding: 170px 0 60px;
}
section.single-page-quote-home{
    padding: 45px 0 60px!important;
}
section.single-page-quote-login{
    padding: 0px 0 60px!important;
}
.duote_form {
    background: #f4f3ed;
    padding: 28px 0px 28px 16px;
}
.icon-box img{
    height: 80px;
}
.single-page-quote {
    background: #edece5;
}
.quote-title{
    font-size: 25px;
    color: #333333;
    font-weight: 700;
}
.quote_button {
    background: white;
    border: 1px solid #edece5;
    margin: 26px 0 0;
    text-align: center;
    /* padding: 12px; */
    cursor: pointer;
    border-radius: 12px;
    height: 167px;
    overflow: hidden;
}
.icon-box {
    background: #cfcfcf;
}
.icon-box input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}
.icon-box input[type="radio"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
}

input[type="checkbox"] + label::before {
    background: red;
 }


.salary-field input:nth-child(3) {
    margin: 0;
    width: 47%;
}

.leftSidebar ul li img {
    padding-right: 10px;
}

.leftSidebar ul li .fa {
    padding-right: 12px;
    padding-left: 2px;
}

.leftSidebar ul li:hover {
    background-color: #dfd6cd;
    border-left: 2px solid #ea4f18;
    margin-left: -2px;
}

.active-leftsidebar {
    background-color: #dfd6cd;
    border-left: 2px solid #ea4f18;
    margin-left: -2px;
}

.box-field-job label,
.salary-field label {
    width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 400;
}

.box-field-job input[type="text"] {
    width: 100%;
    padding: 14px 7px;
    border: unset;
    outline: none;
    font-size: 15px;
}

.field-space {
    margin-bottom: 20px;
}

.box-field-job select {
    width: 100%;
    padding: 16px 7px;
    border: unset;
    outline: none;
    font-size: 15px;
    background-color: #fff;
    color: #808080;
    font-weight: 400;
}

.full-subtn {
    padding-bottom: 50px;
}

.full-subtn .post-button {
    background-color: #ea4f18;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    padding: 17px 35px;
    font-size: 16px;
    font-weight: 700;
}

.salary-field {
    display: inline-block;
    width: 100%;
}

.box-field-job {
    position: relative;
}

.box-field-job .fa-map-marker {
    position: absolute;
    right: 15px;
    top: 49px;
    color: #808080;
    font-size: 15px;
}


/***** paginaction custom file button****/

.page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: .50rem 1.2rem;
    margin-left: -1px;
    color: black;
    border: 1px;
}

.page-item:first-child .page-link {
    background: #edece5;
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  
}

.page-item.active .page-link {
    background-color: #fd713f;
    /* border-color: #007bff; */
}

.page-item:first-child .page-link {
    background: #edece5;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:last-child .page-link {
    background: #edece5;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    /* z-index: 3; */
    background-color: #fd713f;
    border-color: white;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #edece5;
    border-color: #edece5;
}


/*******profile*****/

.from-box-title h3 .fa {
    color: #fd713f;
    padding-right: 5px;
}

.profile-group {
    padding: 0 0px 30px 0px;
}

.profile-fild {
    padding-bottom: 20px;
}

.profile-fild label {
    width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 500; 
    padding-bottom: 10px;
}

.profile-fild input {
    width: 100%;
    padding: 12px 7px;
    outline: none;
    border: unset;
    font-size: 16px;
    color: #808080;
}

.tittle-fild {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    color: #0f1322;
    font-weight: 400;
}

#option-3:checked:checked~.option-3,
#option-4:checked:checked~.option-4 {
    border-color: #35a117;
    background: #35a117;
}

.options-card .option-4 {
    margin-left: 5px;
}

.options-card .option {
    background: #ea4f18;
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 13px 0px;
    border: 2px solid #ea4f18;
    transition: all 0.3s ease;
}

#option-3:checked:checked~.option-3 span,
#option-4:checked:checked~.option-4 span {
    color: #fff;
}

.options-card .option span {
    font-size: 16px;
    color: #fff;
}

.profile-skills {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #e8e8e2;
    margin-bottom: 20px;
}

.drop-newline {
    margin-bottom: 20px;
}

.drop-newline label {
    width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 400;
}

.drop-newline select {
    width: 100%;
    padding: 15px 7px;
    font-size: 15px;
    line-height: 75px;
    color: #808080;
    font-weight: 400;
    outline: none;
    border: none;
    background-color: #fff;
}

.multipleChosen,
.multipleSelect2 {
    width: 300px;
}

.profile-tag {
    padding: 0 20px 40px 20px;
    margin-bottom: 20px;
}

.profile-tag label {
    width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 400;
}

.profile-tag input,
.profile-tag select {
    padding: 10px 7px;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    outline: none;
    border: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

.profile-tag textarea {
    padding: 10px;
    width: 100%;
    color: #808080;
    min-height: 160px;
    outline: none;
    border: none;
    font-size: 16px;
}

.profile-security {
    padding: 0 20px 30px 20px;
}

.profile-security label {
    width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 500;
}

.profile-security input {
    padding: 10px 7px;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    outline: none;
    border: none;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
}

.logininput-group input {
    outline: none;
}

.login-page .login-contgroup .login-from .logininput-group .form-valid-error {
    margin-top: -15px;
}


/*** the end***/

.doler-range .range-slider {
    width: 300px;
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.range-slider .bl span p {
    margin-bottom: 0px;
    font-size: 24px;
}

.doler-range .range-slider .bl span {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
}

.doler-range .bl span input {
    outline: none!important;
    font-size: 17px;
    padding: 5px 13px;
    width: 40%;
    text-align: left;
}

.doler-range .range-slider svg,
.doler-range .range-slider input[type=range] {
    position: absolute;
    left: 0;
    top: 0;
}

.doler-range input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.6em;
    -moz-appearance: textfield;
}

.doler-range input[type=number]::-webkit-outer-spin-button,
.doler-range input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.doler-range input[type=number]:invalid,
.doler-range input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

.doler-range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.doler-range input[type=range]:focus {
    outline: none;
}

.doler-range input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ea4f18;
}

.doler-range input[type=range]:focus::-ms-fill-lower {
    background: #ea4f18;
}

.doler-range input[type=range]:focus::-ms-fill-upper {
    background: #ea4f18;
}

.doler-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #ea4f18;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.doler-range input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #ea4f18;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #ffd64d;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.doler-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #ea4f18;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.doler-range input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #ea4f18;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #ffd64d;
    cursor: pointer;
}

.doler-range input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.doler-range input[type=range]::-ms-fill-lower,
.doler-range input[type=range]::-ms-fill-upper {
    background: #ea4f18;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.doler-range input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #ea4f18;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #ffd64d;
    cursor: pointer;
}

.news-blogsec {
    padding-top: 140px;
}

.right-downbtn select {
    width: 95px;
    padding: 5px 10px;
    color: #000;
    border: unset;
    background-color: #eeede6;
    outline: none;
}

.right-downbtn-status select {
    padding: 5px 10px;
    color: #000;
    border: unset;
    background-color: #eeede6;
    outline: none;
}

.tag-block {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

.tag-block label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.tag-block input[type=checkbox]:checked+label:before {
    background: #f77140;
    border: none;
}

.tag-block label:before {
    width: 2.25em;
    height: 2.25em;
    background: #f4f3ed;
    border: 2px solid rgb(173 172 168);
    border-radius: 0.125em;
    cursor: pointer;
    transition: background 0.3s;
}

.tag-block label:before,
.tag-block label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.tag-block input[type=checkbox]:checked+label:after {
    transform: translate(0.25em, 0.3365384615em) rotate( -45deg);
    width: 1.5em;
    height: 0.75em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.deshboard-bg {
    background-color: #edede4;
}

.deshboard-chat {
    display: flex;
    margin: 35px 0 15px 0;
}

.messages-inbox {
    flex: 1;
    max-width: 300px;
    border-right: 1px solid #b2a0a0;
}

.input-with-icon {
    padding: 0 15px 15px 0px;
    border-bottom: 1px solid #b2a0a0;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    
}

.input-with-icon input {
    background-color: #f6f6f6;
    height: 38px;
    padding: 14px;
    font-size: 14px;
    outline: none;
    color: #808080;
    box-sizing: border-box;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    width: 100%;
}

.input-with-icon .fa {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    color: #a0a0a0;
    font-style: normal;
    pointer-events: none;
    font-size: 16px;
    right: 40px;
}

.messages-inbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 550px;
    overflow-x: hidden;
}

.messages-inbox ul li {
    border-bottom: 1px solid #b2a0a0;
    transition: 0.2s;
    position: relative;
}

.messages-inbox ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 3px;
    height: 100%;
    background-color: #fff0;
    display: block;
}

.messages-inbox ul li.active-message:before {
    background-color: #ea4f18;
}

.messages-inbox ul li:hover:before {
    background-color: #ea4f18;
}

.messages-inbox ul li a {
    padding: 25px;
    position: relative;
    display: block;
    text-decoration: none;
}

.message-avatar {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.message-avatar img {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.message-by {
    margin-left: 60px;
    font-size: 15px;
    color: #666;
}

.message-by-headline h5 {
    font-size: 14px;
    max-width: 160px;
    line-height: 23px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.message-by-headline span {
    font-size: 13px;
    position: absolute;
    top: 25px;
    right: 25px;
    color: #888;
}

.message-by p {
    margin: 0;
    max-width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #888;
}

.message-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.messages-headline {
    min-height: 54px;
    font-size: 16px;
    margin: 0;
    padding: 0px 30px;
    color: #333;
    display: block;
    border-bottom: 1px solid #b2a0a0;
    position: relative;
}

.messages-headline h4 {
    font-size: 16px;
    color: #333;
    padding: 14px 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}

.message-action {
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 40%;
    right: 30px;
    transform: translateY(-50%);
}

.message-action:hover {
    color: #ea4f18;
    text-decoration: none;
}

.message-time-sign {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.message-time-sign:before {
    content: "";
    height: 1px;
    background-color: #ea4f18;
    display: block;
    max-width: 73%;
    margin: 0 auto;
    position: relative;
    top: 14px;
    z-index: 10;
}

.message-time-sign span {
    font-size: 14px;
    color: #888;
    position: relative;
    padding: 0 10px;
    background-color: #edede4;
    z-index: 10;
}

.message-chat {
    padding: 20px 15px 0px 15px;
    height: 550px;
    overflow-x: hidden
}

.message-bubble {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.message-bubble.me .message-chat-img {
    left: auto;
    right: 0;
}

.message-bubble .message-chat-img {
    position: absolute;
    left: 0;
    top: 0;
}

.message-bubble .message-chat-img img {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
}

.message-bubble.me .message-chat-text {
    margin-left: 0;
    margin-right: 70px;
    color: #fff;
    position: relative;
    background-color: #ea4f18;
    float: right;
}

.message-bubble .message-chat-text {
    margin-left: 70px;
    background-color: #deddd7;
    border-radius: 4px;
    padding: 12px 18px;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 25px;
}

.message-chat-text p {
    font-size: 15px;
    margin: 0;
}

.message-bubble .message-chat-text:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #deddd7;
    left: -6px;
    right: auto;
    top: 25px;
    position: absolute;
}

.message-bubble.me .message-chat-text:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: none;
    right: -6px;
    left: auto;
    border-left: 6px solid #ea4f18;
}

.typing-indicator {
    width: auto;
    height: 24px;
    padding-top: 8px;
}

.typing-indicator span:nth-of-type(1) {
    animation: 1s blink infinite 0.33333s;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.typing-indicator span:nth-of-type(2) {
    animation: 1s blink infinite 0.66666s;
}

.typing-indicator span:nth-of-type(3) {
    animation: 1s blink infinite 0.99999s;
}

.message-reply {
    border-top: 1px solid #b2a0a0;
    padding: 0 0 0 20px;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
    background-color: #fff;
}

.message-reply textarea {
    min-width: auto;
    min-height: 48px;
    padding: 14px 0;
    outline: none;
    margin: 0 15px 0 0;
    flex: 1;
    font-size: 15px;
    font-weight: 400;
    border: none;
    resize: none;
}

.button.ripple-effect {
    border-radius: 4px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 30px;
    background-color: #ea4f18;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.file-choose label {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.getNow-content-area {
    background-color: #edece5;
    padding: 20px 0 20px 0;
}

.getNow-singleFild {
    float: left;
    width: 33.33%;
    padding-bottom: 20px;
}

.getNow-singleFild input,
.getNow-singleFild select,
.getSingle-fild textarea {
    width: calc(100% - 20px);
    padding: 10px 10px;
    border: 1px solid #fd713f;
    font-size: 16px;
    outline: none;
    background-color: #fff;
}

.getNow-singleFild label {
    font-size: 18px;
    width: calc(100% - 20px);
    color: #1e2831;
}

.getSingle-fild textarea {
    min-height: 125px;
}

.getsubmit_button {
    padding-top: 30px;
}

.getsubmit_button input.submit-qbutton {
    background-color: #fd713f;
    color: #fff;
    border: 1px solid #fd713f;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 700;
}

.contact_hed h2 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
    padding-bottom: 30px;
}

.contact_deatail {
    background-color: #edece5;
}

.detail-block {
    background-color: #fff;
    text-align: center;
    border-top: 5px solid #ea4f17;
    padding: 90px 35px;
    min-height: 295px;
}

.detail-box-icon {
    min-height: 60px;
}

.detail-box-icon .fa {
    font-size: 44px;
    color: #ea4f17;
}

.detail-box-content p {
    font-size: 16px;
    color: #4a5a60;
    margin: 0;
}

.detail-box-content span {
    display: block;
}

.detail-box-content a {
    color: #4a5a60;
    text-decoration: none;
}

.review-employers {
    border-radius: 4px;
    background-color: #f4f3ee;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    margin-bottom: 35px;
}

.review-headline {
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4;
}

.review-headline h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.review-headline h3 img {
    margin-right: 4px;
    width: 20px;
    height: auto;
}

.review-headline h3 .fa {
    padding-right: 10px;
    color: #ea4f18;
}

ul.review-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.review-box-list li {
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 30px;
    width: 100%;
    transition: 0.3s;
}

.review-list-item {
    padding: 10px 0;
    width: 100%;
}

.review-list-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.review-not-rated {
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #8a87a2;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 9px;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
}

.review-button {
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgb(42 65 232 / 15%);
    display: inline-block;
    background-color: #ea4f17;
    color: #fff;
    text-decoration: none;
}

.review-button .fa {
    font-size: 18px;
    top: 3px;
    margin-right: 10px;
}

.review-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.star-rating {
    margin-right: 15px;
    display: inline-block;
}

.star-rating:before {
    content: attr(data-rating);
    float: left;
    border-radius: 4px;
    background-color: #febe42;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 10px;
}

.star-rating .fa {
    color: #febc41;
    font-size: 22px;
}

.review-detail-item {
    display: inline-block;
    margin-right: 15px;
    color: #666;
    font-size: 16px;
}

.review-item-description p {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 27px;
}
.bookmark-listing-footer {
    padding: 5px 0px;
}
.review-edit {
    background-color: #eee;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    box-shadow: none;
    margin-top: 10px;
}
.review-edit .fa {
    padding-right: 5px;
    top: 1px;
    position: relative;
    font-size: 14px;
}

.review-edit:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ea4f18;
}

ul.bookmark-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.bookmark-box-list>li {
    border-bottom: 1px solid #e4e4e4;
    line-height: 26px;
    padding: 22px 30px;
    width: 100%;
    transition: 0.3s;
}

.bookmark-coffee-logo {
    max-width: 50px;
    display: inline-block;
    border-radius: 4px;
}

.dashboard-coffee-logo img {
    border-radius: 4px;
}

.bookmark-coffee-logo .fa {
    font-size: 30px;
    padding: 10px;
    color: #cccccc;
}

.bookmark-description {
    display: inline-block;
    vertical-align: top;
    padding-left: 14px;
}

h3.bookmark-title {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    padding-bottom: 5px;
}

h3.bookmark-title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.bookmark-listing-footer ul {
    padding: 0;
    list-style: none;
}

.bookmark-listing-footer ul li {
    display: inline-block;
    margin-right: 14px;
    color: #777;
}

.icon-material-outline-business {
    position: relative;
    top: 1px;
    margin-right: 3px;
    color: #777;
}

.bookmark-listing-footer ul li img {
    width: 20px;
    margin-right: 10px;
}

.bookmark-listing-footer ul li .fa {
    margin-right: 10px;
}

.freelancer-avatar {
    margin: 0;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.verified-badge {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #38b653;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    bottom: 0;
    right: 0;
}

.freelancer-avatar a img {
    border-radius: 50%;
}

.verified-badge:before {
    content: "\f00c";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.freelancer-name {
    display: inline-block;
    margin: 0 0 0 20px;
}

.freelancer-name h4,
.freelancer-name h4 a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.freelancer-name span {
    color: #888;
}

.freelancer-rating {
    margin-top: 5px;
    margin-bottom: -10px;
}

.germany-icon {
    width: 25px;
    border-radius: 5px;
}

.dashboard-fact {
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 20px;
}

.dashboard-fact-text {
    float: left;
    padding: 10px 0;
}

.dashboard-fact-icon {
    float: right;
}

.dashboard-fact-icon img {
    width: 80px;
}

.dashboard-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dashboard-box-list>li {
    border-bottom: 1px solid #e4e4e4;
    padding: 22px 30px;
    width: 100%;
    display: inline-block;
}

.notification-icon {
    font-size: 16px;
    width: 25px;
    max-width: 40px;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #a0a0a0;
}

.notification-text {
  
    display: inline-block;
    font-size: 15px;
}

.notification-text a {
    color: #ea4f18;
}

.notification-text .star-rating {
    margin-right: 0px;
}

.dashboard-employers {
    border-radius: 4px;
    background-color: #f4f3ee;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    margin-bottom: 35px;
    padding: 0 20px;
}

.contant-xt-xt {
    height: 340px;
    overflow-x: hidden;
}

.dashboard-headline {
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4;
}

.dashboard-headline h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.dashboard-headline h3 .fa {
    padding-right: 10px;
    color: #ea4f18;
}

.dashboard-headline .dashboard-mark {
    display: inline-block;
    text-align: right;
    width: calc(100% - 130px);
    color: #888;
    background-color: #f4f4f4;
}

.notification-icon img {
    width: 18px;
}

.invoice-box-item ul {
    padding: 0;
    list-style: none;
    line-height: 22px;
    color: #909090;
}

.invoice-box-item ul li {
    padding: 0;
    display: inline-block;
    font-size: 14.7px;
}

.invoice-box-item strong {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    margin-top: -2px;
    display: block;
}

.paid {
    background-color: #40b660 !important;
}

.paid,
.unpaid {
    background-color: #dc3139;
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 8px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.paid,
.unpaid-not {
    background-color: #46380d;
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 8px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.invoice-box-item ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: relative;
    margin: 0 10px;
}

.job-about {
    padding: 60px 0 95px 0;
    background-color: #f4f3ed;
}

.aboutProject-team {
    padding: 100px 0 80px 0;
    background-color: #edede5;
}

.work-block {
    background-color: #edece5;
    padding: 110px 0 110px 0;
}

.brands-content {
    background-color: #f4f3ed;
    padding: 70px 0 70px 0;
}

.learning-about h3 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
    padding-bottom: 15px;
}

.learning-about p {
    font-size: 14px;
    color: #4a5a60;
    line-height: 22px;
    font-weight: 400;
    /* margin-bottom: 0px!important; */
    text-align: justify;
}

.about-drone {
    padding-top: 80px;
}

.task-info {
    text-align: center;
}

.work-contant h3 {
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.work-contant p {
    font-size: 16px;
    color: #4a5a60;
    text-align: center;
}

.jobs-step {
    text-align: center;
}

.number-post h4 {
    margin-top: 25px;
    text-align: center;
    color: #fd713f;
    font-size: 34px;
    letter-spacing: 1.1px;
    border-right: 1px solid #e0e0e0;
}

.number-post h4 span {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    color: #4a5a60;
}

.single-news {
    background: url(../img/filter-bg.jpg);
    padding: 160px 0 120px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sigleBlog-bg {
    border-radius: 4px;
    background-color: #f4f3ed;
    padding: 35px 35px 35px 35px;
    margin-bottom: 100px;
}

.blog_details_imgfull {
    padding-bottom: 35px;
}

.blog_details_name h3 {
    font-size: 36px;
    color: #1e2830;
    font-weight: 700;
}

.blog-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #1e2830;
    font-weight: 400;
    display: block;
}

.blog_details_text p {
    font-size: 16px;
    color: #4a5a60;
    font-weight: 400;
    padding-bottom: 10px;
}


/**17**/

.upload-btn-profile {
    background-color: #ea4f18;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 22px;
}

.user-detail {
    padding-left: 15px;
}

.user-toggle {
    display: block;
}

.user-detail .img-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.detail-profile {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
}

.detail-profile.show li {
    font-size: 14px;
    font-weight: 400;
}

.detail-profile.show li a {
    padding: 8px 15px;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.detail-profile.show li a:hover {
    background: #f7f7f7;
    text-decoration: none;
}


/****** 27 ******/

.content-profile {
    padding: 100px 0 100px 0;
}

/* .profile-avatar {
    border: 5px solid #f6f6f6;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
} */
.profile-avatar img{
    border: 5px solid #f6f6f6;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.header-details h3 {
    margin-top: 3px;
    line-height: 36px;
    font-size: 28px;
    color: #1e2830;
    font-weight: 700;
}

.header-details h3 span {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #4e4f4f;
    font-weight: 400;
}

.header-details ul {
    list-style: none;
    padding: 0;
}

.header-details ul li {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #4e4f4f;
    font-weight: 400;
}

.header-details ul li img {
    max-width: 40px;
    padding-right: 10px;
}

.block-profile {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 20px 35px;
}

.block-profile h3 {
    font-size: 18px;
}

.block-profile h3 .fa {
    padding-right: 5px;
}

.boxed-profile-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxed-profile-ul li {
    display: block;
    background-color: transparent;
    padding: 35px;
    border-radius: 4px;
}

.profile-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.profile-content h4 span {
    font-size: 16px;
    color: #808080;
    display: block;
    font-weight: 500;
}

.profile-item-details {
    padding: 5px 0 5px 0;
}

.boxed-list-profile {
    padding-top: 35px;
}

.profiledate-item {
    display: inline-block;
    color: #808080;
    font-size: 16px;
}

.boxed-profile-ul li:nth-child(2n) {
    background-color: #f4f3ed;
}

.profileitem-description p {
    font-size: 16px;
    line-height: 27px;
}

.pagination-profile {
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 35px;
}

.profileitem-image {
    display: inline-block;
    height: 45px;
    width: 60px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-right: 25px;
    background-color: #fff;
}

.profileitem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
}

.profileitem-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    width: 100%;
}

.block-itempro {
    display: inline-block;
    padding-right: 10px;
    color: #808080;
}

.block-itempro a {
    color: #808080;
}

.profile-overview {
    line-height: 22px;
    margin-bottom: 25px;
    width: calc(100% + 25px);
}

.overview-item {
    border-right: 1px solid #e0e0e0;
    margin-right: 20px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.overview-item strong {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.overview-item span {
    color: #808080;
    width: 100%;
    display: inline-block;
}

.btn-offer {
    padding: 20px 0 10px 0;
}

.btn-offer a {
    box-shadow: 0 2px 8px rgb(42 65 232 / 15%);
    background-color: #ea4f18;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    padding: 14px 20px;
    margin-bottom: 35px;
    transition: 0.3s;
    display: block;
    text-decoration: unset;
}

.profile-sametittle {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

.profile-sidebar-socials ul {
    padding: 0;
    list-style: none;
}

.profile-sidebar-socials ul li {
    display: inline-block;
    padding: 0 10px 0px 0;
}

.profile-sidebar-socials ul li a {
    color: #b9b9b9;
    padding: 0 8px;
    font-size: 28px;
}

.profile-sidebar-skil,
.profile-sidebar-file,
.profile-sidebar-share,
.profile-sidebar-socials,
.profile-sidebar-indicators {
    margin-bottom: 50px;
}

.profiletask-tags {
    display: block;
    margin: 23px 0 3px 0;
}

.profiletask-tags span {
    transition: 0.3s;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(234 79 24);
    color: #ffffff;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 0;
    line-height: 24px;
}

.profile-attachments {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% + 20px);
    margin-bottom: 30px;
}

.attachment-box {
    margin: 0 20px 20px 0;
    background-color: #f4f4f4;
    border-radius: 4px 0px 4px 4px;
    font-weight: 400;
    padding: 15px 20px;
    line-height: 24px;
    color: #666;
    transition: 0.3s;
    width: 42%;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

.attachment-box:hover {
    background-color: #2a41e8;
    color: #fff;
    text-decoration: none;
}

.attachment-box:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15) #fff;
    transition: 0.3s;
    border-radius: 0 0 0 4px;
    text-decoration: none;
}

.attachment-box span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #999;
    font-weight: 500;
}

.attachment-box:hover span {
    color: #fff;
}

.copy-url {
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}

.copy-url input {
    float: left;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #808080;
    max-width: 100%;
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 5%);
    width: calc(100% - 65px);
}

.copy-url-button {
    background-color: #ea4f18;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 12px 22px;
    border: 1px solid #ea4f18;
}

.profile-indicators {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    line-height: 24px;
}

.indicator {
    width: calc(50% - 31px);
    margin-right: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.indicator strong {
    color: #333;
    font-weight: 600;
}

.indicator-bar {
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    border-radius: 10px;
    position: relative;
    margin: 10px 0;
    transition: 1s;
}

.indicator-bar span {
    background-color: #ea4f18;
    height: 4px;
    display: block;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: #f7f7f7;
}
#pilotpreloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: #f7f7f7bf;
}

#preloader svg {
    font-size: 102px;
}

.review-btn-btn {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 3px 8px rgb(42 65 232 / 15%);
    display: inline-block;
    background-color: #ea4f17;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap');
.cross {
    padding: 10px;
    color: #d6312d;
    cursor: pointer;
    font-size: 23px
}

.cross i {
    margin-top: -5px;
    cursor: pointer
}

.comment-box {
    padding: 5px
}

.comment-area textarea {
    resize: none;
    border: 1px solid #ff0000
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(255, 0, 0) !important
}

.send {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000
}

.send:hover {
    color: #fff;
    background-color: #f50202;
    border-color: #f50202
}

.rating {
    display: inline-flex;
    margin-top: -10px;
    flex-direction: row-reverse
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 28px;
    font-size: 35px;
    color: #ff0000;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.hi-username {
    text-align: center;
    font-size: medium;
    font-weight: bolder;
    color: #ea4f18;
    padding-bottom: inherit;
}

.portable-tabs .nav-tabs .nav-link {
    text-align: center;
    border: none;
}

.portable-tabs .nav-tabs .nav-link img {
    width: 30px;
    height: 30px;
}

.portable-tabs .nav-items.show .nav-link {
    border: none;
}

.portable-tabs .nav-tabs {
    padding: 15px 15px;
    display: block;
    justify-content: space-between;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
    width: 60px;
    transition: all ease-in-out 1s;
}

.portable-tabs .nav-item:after {
    display: none;
}

.portable-tabs .nav-tabs:hover {
    width: 200px;
}

.portable-tabs .nav-tabs .nav-link p {
    display: none;
    opacity: 0;
    height: 10px;
}

.nav-tabs .nav-link.active {
    border: none;
}

.portable-tabs .nav-item:last-child {
    border-right: none;
}

.portable-tabs .nav-item {
    padding: 0;
    /*
    border-right: 1px solid #ea65345c;*/
}

.portable-tabs p {
    font-size: 14px;
    display: inline-block;
    /* font-weight: 600; */
    /* letter-spacing: .3px; */
    font-family: 'Poppins', sans-serif;
}

.portable-tabs .nav-tabs .nav-link:hover {
    border: none!important;
}

.portable-tabs {
    background: #f5f2f2;
}

.portable-tabs p {
    /* margin-left: 15px; */
    /* font-size: 12px; */
}

.portable-tabs .nav-item {
    padding: 13px 0;
}

/* .slider-home .carousel-item {
    height: 850px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider-icon span img {
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 0.3s ease-out;
    height: 28px;
} */



/**************CSS START***************/

/* 
.slider-ineer{
    margin-top: 60px;
} */
.banner-btn {
    /* display: flex; */
}
.home-slider .slider.stick-dots.slick-initialized.slick-slider .slide{
    height:800px!important;
}
 .slide {
     position: relative;
     transition: 1s;
}
 .slide .slide__img {
     width: 100%;
     height: auto;
     overflow: hidden;
}


/* 25 Feb 22 */
.pilot_signup {
    padding: 0 0 0 0!important;
}
.pilot_signup_ourProject{
    padding: 170px 0 80px 0;
}
/* 28 Feb 22 */
/* .home-banner-img {
    display: flex;
    align-items: center;
} */

/* 01 march 22 */
.middle-cart .text-box h2 {
    padding-top: 0;
    font-size: 20px;
    color: #1e2830;
    font-weight: 700;
    line-height: 27px;
    /* padding-bottom: 15px; */
}
.middle-cart .text-box p {
    font-size: 14px;
    line-height: 22px;
    color: #4a5a60;
    font-weight: 400;
}
.pilot_signup_terms p{
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    font-weight: 400;
    /* font-style: italic;
    text-align: justify; */
}
.pilot_signup_terms {
    background:#ebebe2!important;
    padding: 101px 0 0 ;

}
.aboutus_content_img img{
    height: 400px;
}
.Faa_airspace{
    background:#f4f3ed;
}
.pilot_signup_terms_section {
    /* background-color: #f4f3ed; */
    padding: 19px 0 0;
    margin: 39px 0;
}
.aboutus_content p{
    font-size: 16px;
    color: #4a5a60;
    font-style: italic;
}
section.banner__slider.home-slider{
    background: #ebebe2;
}




 @media (min-width: 992px) {
     .slide .slide__img {
         position: absolute;
         top: 50%;
         left: 0;
         transform: translateY(-50%);
    }
   
}
/* @media (max-width: 991px) {
   .img-box img {
       width: 500px;
       height: 300px;
   }
} */
 .slide .slide__img img {
     max-width: 100%;
     height: auto;
     opacity: 1 !important;
     animation-duration: 3s;
     transition: all 1s ease;
}
 .slide .slide__content {
     position: absolute;
     top: 57%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
}
 .slide .slide__content.slide__content__left {
     left: 15%;
     transform: translate(-15%, -50%);
}
 .slide .slide__content.slide__content__right {
     right: 15%;
     left: auto;
     transform: translate(5%, -50%);
}
 /* .slide .slide__content--headings {
     color: #fff;
} */
 /* .slide .slide__content--headings h2 {
     font-size: 4.5rem;
     margin: 10px 0;
} */
 /* .slide .slide__content--headings .animated {
     transition: all 0.5s ease;
} */
 /* .slide .slide__content--headings .top-title {
     font-family: 'Playball', cursive;
     font-size: 2.5rem;
} */
 /* .slide .slide__content--headings .title {
     font-size: 3.5rem;
} */
 .slide .slide__content--headings .button-custom {
     text-decoration: none;
     color: #333;
     padding: 1.2rem 2.5rem;
     font-size: 1.5rem;
}
 .slider [data-animation-in] {
     opacity: 0;
     animation-duration: 1.5s;
     transition: opacity 0.5s ease 0.3s;
     transition: 1s;
}
 .slick-dotted .slick-slider {
     margin-bottom: 30px;
}
 .slick-dots {
     position: absolute;
     bottom: 25px;
     list-style: none;
     display: block;
     text-align: center;
     padding: 0;
     margin: 0;
     width: 100%;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     border: 0;
     display: block;
     outline: none;
     line-height: 0px;
     font-size: 0px;
     color: transparent;
     padding: 5px;
     cursor: pointer;
     transition: all 0.3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .simple-dots .slick-dots li {
     width: 20px;
     height: 20px;
}
 .simple-dots .slick-dots li button {
     border-radius: 50%;
     background-color: white;
     opacity: 0.25;
     width: 20px;
     height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
     opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
     color: white;
     opacity: 0.75;
}
 .stick-dots .slick-dots li {
     height: 3px;
     width: 50px;
}
 .stick-dots .slick-dots li button {
     position: relative;
     background-color: white;
     opacity: 0.25;
     width: 50px;
     height: 3px;
     padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
     opacity: 1;
}
 .stick-dots .slick-dots li.slick-active button {
     color: white;
     opacity: 0.75;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
     opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
 @keyframes zoomInImage {
     from {
         transform: scale3d(1, 1, 1);
         transition: 1s;
    }
     to {
         transform: scale3d(1.1, 1.1, 1.1);
         transition: 1s;
    }
}
 .zoomInImage {
     animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
     from {
         transform: scale3d(1.1, 1.1, 1.1);
         transition: 1s;
    }
     to {
         transform: scale3d(1, 1, 1);
         transition: 1s;
    }
}
 .zoomOutImage {
     animation-name: zoomOutImage;
     transition: 1s;
}
 .slick-nav {
     --active: #000;
     --border: #000;
     width: 44px;
     height: 44px;
     position: absolute;
     cursor: pointer;
     top: calc(57% - 44px);
}
 .slick-nav.prev-arrow {
     left: 3%;
     transform: scaleX(-1);
     z-index: 999;
}
 .slick-nav.next-arrow {
     left: auto;
     right: 3%;
}
 .slick-nav i {
     display: block;
     position: absolute;
     margin: -10px 0 0 -10px;
     width: 20px;
     height: 20px;
     left: 50%;
     top: 50%;
}
 .slick-nav i:before, .slick-nav i:after {
     content: '';
     width: 10px;
     height: 2px;
     border-radius: 1px;
     position: absolute;
     left: 50%;
     top: 50%;
     background: var(--active);
     margin: -1px 0 0 -5px;
     display: block;
     transform-origin: 9px 50%;
}
 .slick-nav i:before {
     transform: rotate(-40deg);
}
 .slick-nav i:after {
     transform: rotate(40deg);
}
 .slick-nav:before, .slick-nav:after {
     content: '';
     display: block;
     position: absolute;
     left: 1px;
     right: 1px;
     top: 1px;
     bottom: 1px;
     border-radius: 50%;
     border: 2px solid var(--border);
}
 .slick-nav svg {
     width: 44px;
     height: 44px;
     display: block;
     position: relative;
     z-index: 1;
     color: #000;
     stroke-width: 2px;
     stroke-dashoffset: 126;
     stroke-dasharray: 126 126 0;
     transform: rotate(0deg);
}
 .slick-nav.animate svg {
     animation: stroke 1s ease forwards 0.3s;
}
 .slick-nav.animate i {
     animation: arrow 1.6s ease forwards;
}
 .slick-nav.animate i:before {
     animation: arrowUp 1.6s ease forwards;
}
 .slick-nav.animate i:after {
     animation: arrowDown 1.6s ease forwards;
}
 @keyframes stroke {
     52% {
         transform: rotate(-180deg);
         stroke-dashoffset: 0;
    }
     52.1% {
         transform: rotate(-360deg);
         stroke-dashoffset: 0;
    }
     100% {
         transform: rotate(-180deg);
         stroke-dashoffset: 126;
    }
}
 @keyframes arrow {
     0%, 100% {
         transform: translateX(0);
         opacity: 1;
    }
     23% {
         transform: translateX(17px);
         opacity: 1;
    }
     24%, 80% {
         transform: translateX(-22px);
         opacity: 0;
    }
     81% {
         opacity: 1;
         transform: translateX(-22px);
    }
}
 @keyframes arrowUp {
     0%, 100% {
         transform: rotate(-40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}
 @keyframes arrowDown {
     0%, 100% {
         transform: rotate(40deg) scaleX(1);
    }
     20%, 80% {
         transform: rotate(0deg) scaleX(0.1);
    }
}


section.middle {
    padding: 50px 0px;
    background-color: #ebebe2;
}
.middle-cart {
    background: #f4f3ed;
    padding: 50px;
}
/* .img-box img {
    width: 500px;
    height: 400px;
} */
.learning-about ul li {
    color: #4a5a60;
    font-size: 14px;
    line-height: 22px;
}
.learning-about h5 b{
    color: #1e2830;
}







.dataflight-order .bookmark-listing-footer li:first-child {
    margin-bottom: 26px;
}
.bookmark-listing-footer ul li a{
    text-decoration: none;
}

.bookmark-listing-footer ul li a:hover{
    color: #fff;
}

.dataflight-setting .profile-fild input{
    padding: 10px 8px;

}
.dataflight-setting .profile-fild {
    padding-bottom: 10px;
}
.dataflight-setting .profile-fild:nth-child(2) input,.dataflight-setting .profile-fild:nth-child(3) input{
    padding: 10px;
}
.dataflight-setting .options-card .option{
    width: unset;
    padding: 6px 20px;
}
.dataflight-setting .upload-btn-profile {
        padding: 8px 10px;
    }

.dataflight-setting .full-subtn .post-button {
    padding: 10px 20px;
}

.dataflight-orderid .rightarea-contant h4{
    font-size: 14px;

}
.dataflight-orderid .search-area ul li{
    font-size: 14px;
}
.dataflight-payout .bookmark-description{
    width: 100%;
}
.dataflight-About-Me .profile-sidebar-skil, .profile-sidebar-file, .profile-sidebar-share, .profile-sidebar-socials, .profile-sidebar-indicators{
    margin-bottom: 20px;
}

.dataflight-edit-profile .upload-btn-profile{
    padding: 8px 13px;
}

.dataflight-edit-profile .full-subtn .post-button {
    padding: 10px 20px
}
.dataflight-setting .profile-security{
    padding: 0px 20px;
}



.insurance-text{
    font-size: 15px;
    min-height: 40px;
}
.insurance-text.faa{
    min-height: 50px;
}

.add_more {
        color: #ea5621;
 padding: 15px 0px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
/*.table-bordered td, .table-bordered th:last-child {
    border: none;
}*/
#Addserives td input {
    border: none;
}
#AddPreference  td input {
    border: none;
}

button.remove-btn {
    border: none;
    color: red;
    /*position: absolute;*/
    right: 30px;
}
.pilot-profile-image{
    margin-left: 0;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 600!important;
    text-align: center;
}

.profile-fild.pilot_profile {
    padding-left: 26px;
    margin-top: 20px;
}

.profile-fild input::placeholder{
    font-size: 14px !important;
    font-weight: 400;
}
.Personal-Bio {
    width: 100%;
    height: 150px;
    border: none;
    padding: 10px 20px;
}
.Individual-box {
    width: 48%;
    float: right;
    margin-top: 23px;
}
.Individual-box h5 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}

.add-portfolio{
    width: 95%;
    height: 100px;
    border: none;
    padding: 10px 20px;
}

.Experience {
    padding: 20px 25px;
}
.Experience label{
        width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 500;
    padding-bottom: 10px;
}

#Addserives select{
    padding: 10px;
    border: none;
}

#Addserives input{
    padding: 10px;
    border: none;
}
.table thead th,.table-bordered td, .table-bordered th{
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.Hours-available{
       padding: 20px 25px;
}

.Monday {
    padding: 20px 25px;
}
.Availability-part{
        width: 100%;
    font-size: 16px;
    color: #0f1322;
    font-weight: 500;
    
}

.Monday label {
    width: 100%;
    font-size: 14px;
    color: #0f1322;
    font-weight: 500;
    
}

.profile-pilot{
    text-align: center;
}


.profile-pilot img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: auto;
}

/*07 july 2022 */

.portfolio_btn{
    color: rgb(234 79 24);
    text-transform: capitalize;
}

