@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap);

body {
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

/* heading font styles*/

h1 {
    font-size: 38px;
    color: #242424;
}

h2 {
    font-size: 32px;
    color: #242424;
}

h3 {
    font-size: 28px;
    color: #242424;
}

h4 {
    font-size: 26px;
    color: #242424;
}

h5 {
    font-size: 24px;
    color: #242424;
}

h6 {
    font-size: 22px;
    color: #242424;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

p {
    margin: 0;
}

legend {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.form-control {
    background-color: #f4f6f9;
    border: none;
    height: 50px;
    line-height: 30px;
    color: #777;
}

textarea.form-control {
    height: 150px;
    padding: 15px;
}

.form-control:focus {
    background-color: #f4f6f9;
}

.form-control::placeholder {
    color: #777;
}

.error-padding {
    padding: 80px 0 50px 0;
}

.actionbar_space {
    padding: 80px 0 140px 0 !important;
}

.adverts {
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}

.no-padding {
    padding: 0;
}

.btn-block {
    width: 100%;
}

/* heading font styles*/
.icons-series {
    background-color: #fe696a;
    color: #fff;
    padding: 6px 6px;
    border-radius: 30px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}

.icons-series2 {
    background-color: #29b2fe;
    color: #fff;
    padding: 6px 6px;
    border-radius: 30px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}

.icons-series3 {
    background-color: #e70b20;
    color: #fff;
    padding: 6px 6px;
    border-radius: 30px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}


a {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #fe696a;
}

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

.bg-color-x1 {
    background-color: rgba(55, 180, 224, 0.2);
    color: #fff;
}


.bg-color-x2 {
    background-color: rgba(2, 200, 79, 0.2);
    color: #fff;
}

.bg-color-x3 {
    background-color: rgba(254, 68, 69, 0.2);
    color: #fff;
}

.bg-color-x4 {
    background-color: rgba(245, 140, 0, 0.2);
    color: #fff;
}

.pretty.p-icon .state .icon {
    font-size: 10px !important;
    width: calc(1em + 7px) !important;
    height: calc(1em + 13px) !important;
}

.pretty input:checked ~ .state.p-warning label::after, .pretty.p-toggle .state.p-warning label::after {
    background-color: #fe696a !important;
}

/* MAIN WEBSITE LOADER */
.main-theme-loader-container {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.main-theme-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    background: #fff;
    z-index: 999;
}

.main-theme-loader .main-theme-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    background: #fe696a;
    border-radius: 50%;
    transform: translateX(0);
    animation: main-theme-dot 2.8s infinite;
}

.main-theme-loader .main-theme-dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: main-theme-dots 2.8s infinite;
}

.main-theme-loader .main-theme-dots span {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: #fe696a;
    border-radius: 50%;
}

@-moz-keyframes main-theme-dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes main-theme-dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes main-theme-dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes main-theme-dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes main-theme-dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes main-theme-dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes main-theme-dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

/*SPINEER CSS*/

@keyframes loading-inner-meta {
    0% {
        top: 50px;
        left: 50px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 20px;
        left: 20px;
        width: 56px;
        height: 56px;
        opacity: 0;
    }
}

.select2-container .select2-selection--single {
    height: 50px;
    border: none;
    margin: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    background-color: #f4f6f9;
    border: none;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 0;
    right: 3px;
    width: 20px;
}

.select2-container--default .select2-results__option--highlighted[data-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fe696a;
    color: white;
}

.select2-results__option {
    padding: 12px;
}

.loading-inner-meta div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: loading-inner-meta 0.9803921568627451s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loading-inner-meta div:nth-child(1) {
    border-color: #f5f5f5
}

.loading-inner-meta div:nth-child(2) {
    border-color: #242424;
    animation-delay: -0.49019607843137253s;
}

.loading-inner {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none;
    position: absolute;
    z-index: 999999;
    text-align: center;
    top: 50%;
    left: 50%;
}

.loader-outer {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
}

.loader-outer::after {
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loading-inner-meta {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    position: absolute;
}

.loading-inner-meta div {
    box-sizing: content-box;
}

.protip-skin-default--size-normal {
    font-size: 14px;
    padding: 12px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding: 20px;
    background-color: #242424;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    color: #FFF;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    padding: 20px;
    margin-bottom: 0;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding: 20px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    float: none !important;
    display: flex;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    padding: 0;
    border: none;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #FFF !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    margin-bottom: 0;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    padding: 15px 30px;
}

/*PAGINATION*/
.fl-navigation {
    display: flex;
    justify-content: flex-end;
}

.fl-navigation ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-top: 1rem;
    justify-content: end;
}

.fl-navigation li {
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 10px;
}

.fl-navigation li:last-child {
    margin: 0;
}

.fl-navigation li.active {
    background-color: #fe696a;
    background-image: none;
    border-color: #fe696a;
    /* padding: 8px 15px; */
}

.fl-navigation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #242424;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .2rem;
    padding: 8px 15px;
}

.fl-navigation li.active a {
    color: #FFF;
}

.fl-navigation li a i {
    line-height: 24px;
}

.fl-advert-box {
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}

.fl-advert-box.bottom {
    margin-bottom: 0;
    margin-top: 30px;
}

.nothing-found {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    flex-direction: column;
    background-color: #f4f6f9;
    border-radius: 4px;
    height: 400px;
    margin-bottom: 30px;
}

.nothing-found img {
    width: 150px;
}

.nothing-found h4 {
    display: block;
    margin-top: 30px;
    color: #777;
    font-weight: normal;
}

.nothing-found.white {
    background-color: #FFF;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

/* button styles*/

.btn-style {
    background-color: #fe696a;
    color: #242424;
    padding: 13px 30px;
    border: 1px solid #fe696a;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    transition: .6s;
    position: relative;
}

.btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"] {
    padding: 10px 30px;
    line-height: normal;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #fe696a;
    background-color: #fe696a;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-theme:hover, .post-excerpt .wp-block-button .wp-block-button__link:hover, .post-excerpt .wp-block-search__button:hover, .post-excerpt .wp-block-file .wp-block-file__button:hover, .post-password-form input[type="submit"]:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, 0.9);
    color: #FFF;
    background-color: #fe696a;
}

/*rgba(254,105,106,0.9)*/

a.btn-style::after:hover {
    background: #D24D57;
    transform: translateX(-50%) translateY(-50%);
}

.btn-theme-secondary {
    padding: 10px 30px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #7209B7;
    background-color: #7209B7;
    color: #FFF;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-theme-secondary:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.4);
    color: #FFF;
    background-color: #fe696a;
    border: 1px solid #fe696a;
}

.btn-theme-secondary {
    line-height: normal;
    background-color: #000;
    border: 1px solid #000;
}

.btn-theme-secondary:hover {
    background-color: #000;
    border: 1px solid #000;
}

.bubbles {
    display: none;
}

.btn-loading > .bubbles {
    font-size: 7px;
    position: relative;
    bottom: 3px;
    left: 3px;
}

.btn-loading > .bubbles.view {
    display: inline-block;
}

.btn-loading > .bubbles i {
    animation-name: breath;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.btn-loading > .bubbles i:nth-child(1) {
    animation-delay: 0s;
}

.btn-loading > .bubbles i:nth-child(2) {
    animation-delay: 0.5s;
}

.btn-loading > .bubbles i:nth-child(3) {
    animation-delay: 1s;
}

@keyframes breath {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 100;
    }
    100% {
        opacity: 0;
    }
}


/* button styles*/


/* spacing classes*/

.section-padding {
    padding: 80px 0;
}

.section-padding2 {
    padding: 80px 0 160px;
}

.section-padding3 {
    padding: 80px 0 180px;
}


.padding-bottom-80 {
    padding-bottom: 80px;
}

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

.custom-padding {
    padding: 80px 0 50px;
}

.padding-top-bottom {
    padding: 80px 0 140px;
}

.padding-top-bottom-2 {
    padding-bottom: 120px !important;
}

.padding-top-bottom-3 {
    padding-bottom: 160px !important;
}


/* spacing classes*/


/* heading styles*/

.heading-panel {
    margin-bottom: 50px;
    /*position: relative;*/
    z-index: 998;
}

.heading-panel.section-left .heading-meta {
    display: inline-block;
}

.heading-panel h2 {
    font-size: 34px;
    margin-bottom: 0;
    color: #242424;
    font-weight: 600;
    line-height: 1.8;
}

.heading-panel h2 span {
    font-weight: 400;
}


.heading-panel-2 {
    text-align: center;
    margin-bottom: 38px;
}

.heading-panel-2 h2 span {
    font-weight: 400;
}

.heading-panel-2 p {
    color: #888;
}

.heading-panel-2 h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #242424;
}

a:hover {
    text-decoration: none;
}

/* heading styles*/

.heading-contents h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #242424;
}

.heading-panel-style-3 h3 {
    font-size: 18px;
    color: #242424;
}

.heading-panel-style-3 {
    margin-bottom: 20px;
}


.heading-contents-2 h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 10px;
}


.icons-checks {
    background-color: #ccc !important;
}


.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}


.bg-gray-color {
    background-color: #f4f4f4 !important;
}


.bg-gray-light-color {
    background-color: #f1f1f1 !important;
}


.bg-white-color {
    background-color: #FFFFFF;
}


.notify {
    background-color: #fe696a;
    width: 0 !important;
    height: 14px;
    padding: 2px 7px;
    border-radius: 30px;
    top: 0;
}

.notify-2 {
    border-radius: 30px;
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #259d00;
}

/* header freelancer*/

.fr-menu .sb-menu {
    float: none;
}

.fr-menu .sb-menu ul li > a {
    font-size: 14px;
}

.fr-menu .sb-menu ul li.fr-list {
    position: relative;
    z-index: 0;
    height: 90px;
}

.fr-menu .sb-menu ul li.fr-list.loggedin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 15px;
}

.sb-menu ul li.fr-list.loggedin a {
    height: auto;
    line-height: normal;
}

.fr-menu .sb-menu ul li.fr-list .style-1 {
    margin-right: 5px;
    height: auto;
    line-height: normal;
    margin-top: 23px;
    overflow: hidden;
    padding: 10px 30px;
    transition: .6s;
    margin-left: 10px;
    display: inline-block;
    font-weight: 500;
    border-radius: 4px;
    background-color: #000;
    border: 1px solid #000;
}

.fr-menu .sb-menu ul li.fr-list .btn-theme {
    height: auto;
    line-height: normal;
    margin-top: 23px;
    overflow: hidden;
    padding: 10px 30px;
    transition: .6s;
    margin-left: 0;
    display: inline-block;
    font-weight: 500;
}


.fr-list {
    float: right !important;
}

.fr-list .style-1 {
    float: left;
    margin-right: 22px;
}

.fr-list a {
    padding: 0;
}

.fr-list a i {
    margin-left: 10px;
    color: #242424;
}

.fr-menu .sb-menu ul li .btn-style i {
    font-size: 14px;
    margin-right: 6px;
    font-weight: 500;
}

.fr-menu .sb-menu ul li:hover .btn-style {
    background-color: #fe696a;
}

.fr-menu.sticky .sb-menu > ul > li > .btn-style {
    height: auto;
    line-height: 0;
    margin-top: 14px;
}

.fr-list img {
    max-width: 45px;
    float: left;
    border-radius: 50%;
    box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, .05);
}

.fr-list .profile-meta {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
}

.fr-list .profile-meta .nav-profile-name {
    font-size: 16px;
}

.fr-list .profile-meta small {
    display: block;
}

.sb-menu.menu-caret ul li.dropdown_menu.fr-list > a > span {
    display: none;
}

.fr-list li.wallet-contanier {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 35px;
    margin-bottom: 15px;
}

.fr-list li.wallet-contanier a:before {
    content: "";
    background: none;
}

.sb-menu.menu-caret ul li.dropdown_menu.fr-list ul {
    padding-top: 0;
    min-width: 300px;
}

.fr-menu .sb-menu ul li.fr-list li.wallet-contanier a {
    padding: 0 !important;
}

.fr-list li.wallet-contanier span.text {
    color: #777;
}

.fr-list li.wallet-contanier h4 {
    font-size: 30px;
    line-height: 50px;
    color: #4d83ff;
    margin-bottom: 0;
}

.fr-list li.wallet-contanier span {
    color: #777;
}

.sb-menu ul li.fr-list ul li > a::before {
    top: 23px;
}

.sb-menu ul li.fr-list ul li > a {
    padding: 12px 35px !important;
}

/* header freelancer*/
/* hero-section freelancer*/
.fr-hero {
    background: url("../img/background-imgs/background-img-1.jpg");
    height: auto;
    background-position: center center;
    background-size: cover;
}

.fr-hero .fr-hero-srch {
    margin-top: 30px;
}

.fr-hero .fr-hero-content {
    margin-top: 180px;
    overflow: hidden;
}

.fr-hero .fr-main-img {
    margin-top: 120px;
}

.fr-hero .fr-hero-content .fr-hero-style {
    font-size: 20px;
    color: #242424;
    letter-spacing: 1px;
    font-weight: 700;
}

.fr-hero .fr-hero-content h1 {
    font-size: 46px;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #242424;
    line-height: 1.2em;
    font-weight: 700;
}

.fr-hero-style-p1 {
    font-size: 26px;
    margin-bottom: 10px;
}

.fr-hero-style-p2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.fr-hero .fr-hero-content h1 span {
    font-weight: 400;
    font-size: 32px;
}

.fr-hero .fr-hero-content p {
    color: #242424;
    line-height: 25px;
}

.fr-hero .fr-hero-search-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr-hero .fr-hero-search-bar ul li {
    float: left;
    width: 80%;
}

.fr-hero .fr-hero-search-bar ul li .form-group {
    margin-bottom: 0;
}

.fr-hero .fr-hero-search-bar ul li:last-child {
    width: 20%;
}

.fr-hero .fr-hero-content .fr-hero-search-bar {
    overflow: hidden;
    position: relative;
}

.fr-hero .fr-hero-search-bar .select2-container {
    width: 100% !important;
}

.fr-hero .fr-hero-search-bar ul li input {
    height: 55px;
    font-size: 14px;
    color: #777;
    padding: 16px;
    border: none;
    border-radius: 0;
    border-radius: 6px 0 0 6px;
    background-color: #FFF;
}

.fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
    height: 55px;
    border: none;
    font-size: 14px;
    border-radius: 0;
}

.fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    border-left: 1px solid #ddd;
    padding: 0 18px;
    background-color: #FFF;
    line-height: 55px;
}

.fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    height: 55px;
}

.fr-hero .fr-hero-search-bar .form-control::placeholder {
    color: #777;
}

.fr-hero .fr-hero-search-bar .form-control:focus {
    box-shadow: none;
}

.fr-hero .fr-hero-search-bar ul li .btn-style {
    padding: 16px 28px;
    border-radius: 0 7px 7px 0;
    background: #242424;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    z-index: 9;
    position: relative;
    border: 1px solid #242424;
    height: 55px;
}

.fr-hero .fr-hero-trending {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.fr-hero .fr-hero-trending ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr-hero .fr-hero-trending ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fr-hero .fr-hero-trending ul li:last-child {
    margin-right: 0;
}

.fr-hero .fr-hero-trending ul li:first-child {
    line-height: 32px;
}

.fr-hero .fr-hero-trending ul li a {
    background-color: #fff;
    color: #242424;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
}

.fr-hero .fr-hero-trending ul li span {
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
    color: #242424;
}

/* hero-section freelancer*/
/* explore categories*/
.fr-explore-cat .fr-explore-content .fr-explore-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr-explore-cat .fr-explore-content .fr-explore-container ul li {
    float: left;
}

.fr-explore-cat .fr-explore-content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1px;
}

.fr-explore-cat .fr-explore-content .fr-log-grid {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.fr-explore-cat .fr-explore-content .fr-log-grid i {
    width: 95%;
    position: relative;
    margin: 0 auto;
    display: table;
    border: 1px solid #fff;
    padding: 12px 12px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #FFF;
}

.fr-explore-cat .fr-explore-content .fr-log-grid img {
    position: relative;
    margin: 0 auto;
    display: table;
    border: 1px solid #fff;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #FFF;
    width: 40px;
    height: 40px;
}

.fr-explore-cat .fr-explore-style {
    position: absolute;
    top: 5%;
    right: 1.5%;
    overflow: hidden;
}

.fr-explore-cat .owl-dots {
    display: none;
}

.fr-explore-cat .owl-nav {
    position: absolute;
    right: 13%;
    top: -33%;
}

.fr-explore-cat .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #242424;
    text-decoration: none;
}

.fr-explore-cat .owl-prev i {
    font-size: 20px;
    transition: .6s;
}

.fr-explore-cat .owl-next i {
    font-size: 20px;
    transition: .6s;
}

/* explore categories*/
/* latest jobs start*/
.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    width: 50%;
}

.fr-latest-jobs .owl-dots {
    display: none;
}

.fr-latest-jobs .owl-nav {
    position: absolute;
    top: -57px;
    right: 0%;
    margin: 0;
}

.fr-latest-jobs .owl-nav i {
    font-size: 18px;
    color: #fe696a;
}

.fr-latest-jobs .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #fe696a;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
    float: left;
    margin-right: 16px;
    margin-bottom: 4px;
}

.fr-latest-jobs .fr-jobs-content {
    border: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}

.fr-latest-jobs .fr-jobs-content:last-child {
    margin-bottom: 0;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details {
    padding: 22px 26px;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-emt span {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    vertical-align: middle;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews i {
    color: #fe696a;
    font-size: 14px;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews {
    display: inline-block;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul .fr-jobs-emt i {
    background: #25c22e;
    color: #fff;
    padding: 3px;
    border-radius: 20px;
    font-size: 10px;
    margin-right: 2px;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
    font-size: 14px;
    width: 85%;
    color: #212121;
    line-height: 26px;
    margin-bottom: 0;
}

.fr-jobs-price .style-hd {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #242424;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li .fr-jobs-reviews span {
    margin-left: 3px;
}

.fr-right-detail-box .fr-jobs-price p {
    color: #242424;
    font-weight: 500;
    margin: 0;
    text-align: right;
    font-size: 14px;
}

.fr-right-detail-box .fr-jobs-price {
    position: absolute;
    right: 20px;
    top: 20px;
}

.fr-right-detail-box .fr-jobs-price .style-hd small {
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li {
    float: left;
    margin-right: 15px;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-bar {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    padding: 10px 25px;
    position: relative;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a i {
    margin-right: 12px;
    color: #75787d;
}

.fr-latest-jobs .heading-panel {
    margin-bottom: 40px;
}

.fr-latest-jobs .fr-jobs-dc {
    overflow: hidden;
    position: absolute;
    right: 3%;
    bottom: 11%;
    border: 1px solid #75787d;
    padding: 4px 8px;
    border-radius: 40px;
    background: #fff;
}

.fr-latest-jobs .fr-jobs-recomend {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.fr-latest-jobs .fr-jobs-recomend::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(21, 21, 21, 0), #000);
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn {
    float: left;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span.rating {
    border: 1px solid #f4d96e;
    background: rgba(255, 180, 19, 0.2);
    font-size: 14px;
    padding: 4px 10px;
    color: #777;
    display: inline-block;
    border-radius: 4px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons {
    position: absolute;
    right: 20px;
    bottom: -15px;
    z-index: 999;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons i {
    background: #242424;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
    font-size: 14px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons:hover .active {
    color: red;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
    padding: 0 20px;
    padding-bottom: 20px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location {
    background: #f9f9f9;
    padding: 10px 20px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p i {
    margin-right: 6px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span i {
    font-size: 12px;
    color: #fe696a;
    margin-right: 5px;
}

.fr-latest-jobs .fr-jobs-box {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.fr-jobs-main-content .fr-n-style {
    font-size: 18px;
    margin-bottom: 30px;
    color: #242424;
    font-weight: 500;
}

.fr-jobs-main-content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 30px 20px;
    background: #fff;
}

.fr-jobs-main-content .card.agent-1 {
    margin-bottom: 0;
}

.fr-jobs-main-content .fr3-product-detail-box {
    margin-bottom: 0;
    box-shadow: none;
    background-color: #f5f5f5;
}

.fr-jobs-main-content .fr3-product-price ul li {
    background-color: #FFF;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 30px;
    margin-right: 4px;
    font-size: 10px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p i.verified {
    background: #259d00;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
    font-size: 18px;
    margin-top: 8px;
    color: #242424;
    line-height: 24px;
}

.fr-latest-jobs .fr-jobs-box .fr-jobs-m-content {
    background: #f9f9f9;
    height: 140px;
    padding: 15px 20px;
    position: relative;
}

.fr-latest-jobs .fr-jobs-box .f-jobs-online {
    width: 100%;
    text-align: center;
    margin-top: 75px;
    z-index: 99;
    position: relative;
}

.fr-latest-jobs .fr-jobs-box .f-jobs-online img {
    width: 100px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
    position: absolute;
    right: 38%;
    top: 0;
}

.fr-latest-jobs .fr-jobs-box .f-jobs-online .notify.active {
    background: #25c22e;
    border-color: #23c22e;
}

.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
    position: relative;
}

.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .btn-style {
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 6px 26px;
    font-size: 14px;
    font-weight: 500;
}

.bg-style {
    background: url("../img/background-imgs/bg-lines.png");
    height: auto;
    background-position: center center;
    background-size: cover;
}

/* latest jobs start*/
/*company contents*/
.fr-company-contents {
    position: relative;
    min-height: 400px;
}

.fr-company-contents .fr-company-products .fr-style-3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.fr-company-contents .fr-company-assets {
    height: 320px;
    background-position: 100%;
    background-size: cover;
    margin-top: -200px;
    width: 49%;
}

.fr-company-contents .fr-company-products {
    position: relative;
    padding: 50px 0;
}

.fr-company-contents .fr-company-products p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 70%;
    font-weight: 400;
}

.fr-company-contents .fr-company-products a {
    font-weight: 500;
}

.fr-company-contents .fr-company-products-2 a {
    font-weight: 500;
}

.fr-company-contents .fr-company-products span {
    font-weight: 500;
}

.fr-company-contents .fr-company-products-2 span {
    font-weight: 500;
}

.fr-company-contents .fr-company-products-2 .fr-style-4 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.fr-company-contents .fr-company-assets-2 {
    height: 320px;
    background-size: cover;
    width: 49%;
    margin-top: -321px;
    position: absolute;
    right: 0;
}

.fr-company-contents .fr-company-products-2 {
    position: relative;
    z-index: 9;
    padding-top: 45px;
    text-align: right;
}

.fr-company-contents .fr-company-products-2 p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 70%;
    float: right;
}

.fr-company-contents .fr-main-content {
    width: 100%;
    overflow: hidden;
}

.sidebar-advertisement {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar-advertisement.bottom {
    margin-top: 30px;
}

/*company contents*/
/*top services*/
.fr-top-contents .fr-top-details {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 15px;
    position: relative;
}

.fr-top-contents .fr-top-details .fr-style-5 {
    font-weight: 500;
    font-size: 18px;
    color: #242424;
    margin-bottom: 10px;
    line-height: 1.6;
}

.fr-top-contents .fr-top-details span.rating {
    font-size: 12px;
    color: #777;
}

.fr-top-contents .fr-top-details span.rating i {
    color: #fe696a;
    font-size: 10px;
    margin-right: 10px;
}

.fr-top-contents .fr-top-details p .style-6 {
    background-color: transparent;
    color: #fe696a;
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin-left: 10px;
}

.fr-top-contents .fr-top-details p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.fr-top-contents .fr-top-grid-bar {
    padding: 12px 15px;
    border-top: 1px solid #ebebeb;
}

.fr-top-contents .fr-top-grid-bar p {
    font-size: 14px;
}

.fr-top-srvices .fr-top-contents .fr-top-grid-bar p {
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.fr-top-contents .fr-top-grid img {
    width: 40px;
    border-radius: 50px;
    box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, .05);
}

.fr-top-contents .fr-top-grid .notify {
    background-color: #fe696a;
    width: 0 !important;
    height: 14px;
    position: absolute;
    right: 0;
    padding: 2px 5px;
    border-radius: 30px;
    top: -7px;
}

.fr-top-contents .fr-top-grid .notify.active {
    background: #25c22e;
    border-color: #23c22e;
    height: 10px;
    top: -5px;
}

.fr-top-contents .fr-top-grid {
    position: absolute;
    right: 5%;
    bottom: -12%;
}

.fr-top-contents {
    position: relative;
    margin-bottom: 30px;
    transition: .6s;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 4px;
}

.fr-top-contents .fr-top-product {
    position: relative;
}

.fr-top-featured {
    position: absolute;
    top: 15px;
    right: 10px;
}

.fr-top-featured span {
    background: #c6071a;
    color: #fff;
    font-weight: 400;
    padding: 7px 12px;
    font-size: 14px;
}

.fr-top-rating {
    position: absolute;
    top: 8%;
    left: 5%;
    background-color: #fff;
    border-radius: 30px;
}

.fr-top-rating a i {
    font-size: 14px;
    color: #242424;
    display: block;
    padding: 10px;
}

.fr-top-rating a:hover, .fr-top-rating a.active i {
    background-color: red;
    border-radius: 50%;
    color: #FFF;
}

.fr-top-srvices .fr-top-view {
    text-align: center;
    margin-top: 15px;
}

.fr-top-srvices .fr-top-view .btn-style {
    padding: 10px 26px;
}

.top-services-2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #242424;
}

.top-services-2.owl-theme .owl-nav [class*="owl-"]:focus {
    outline: none;
}

/*top browse categories*/
/*fr gt details*/
.fr-gt-details {
    position: relative;
}

.fr-gt-details::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #2a2e43;
    top: 0;
    bottom: 0;
    max-height: 70px;
}

.fr-bg-style {
    border-radius: 16px;
    margin-top: -75px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    padding: 26px 30px;
}

.fr-gt-details .fr-bg-style {
    margin-top: -37px;
}

.no-space {
    margin-top: 0 !important;
}

.fr-gt-btn {
    float: right;
}

.fr-gt-btn .btn-style {
    background: #000;
    color: #fff;
    border: 1px solid #242424;
}

.fr-gt-btn .btn-theme {
    margin-top: -4px;
}

.fr-gt-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #242424;
}

.fr-gt-content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #777;
}

/*fr gt details*/
/*fr-footer start*/

.fr-footer {
}

.fr-footer .fr-footer-details p {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 1.8;
}

.fr-footer .fr-footer-details img {
    width: 180px;
}

.fr-footer .fr-footer-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr-footer .fr-footer-content ul li a {
    color: #242424;
    transition: .6s;
}

.fr-footer .fr-footer-content ul li {
    margin-bottom: 10px;
}

.fr-footer .fr-footer-content .fr-style-8 {
    color: #242424;
    font-size: 20px;
    margin-bottom: 20px;
}

.fr-footer .fr-footer-icons {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*text-align: right;*/
}

.fr-footer .fr-footer-icons ul li {
    float: left;
    margin-right: 10px;
}

.fr-footer .fr-footer-icons ul li a i {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    transition: .6s;
    min-width: 40px;
    min-height: 40px;
}

.fr-footer .fr-footer-icons ul li {
    margin-top: 5px;
}

.fr-footer .fr-footer-icons ul li a i:hover {
    color: #fff;
    background-color: #fe696a;
    border-color: #fe696a;
}

.fr-footer .fr-footer-content ul li a:hover {
    color: #fe696a;
}

.fr-footer .fr-bottom {
    text-align: center;
    background: #242424;
    padding: 20px;
    color: #FFF;
}

.fr-footer .fr-bottom p {
    margin: 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8)
}

.fr-footer .fr-bottom p a {
    color: #fe696a;
    font-weight: 500;
}

/*fr-list start*/
.fr-list-product {
    position: relative;
    padding: 100px 0;
}

.fr-list-product::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

.fr-list-product.padding-bottom-breadcrumb {
    padding-bottom: 150px;
}

.fr-list-content .fr-list-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-list-content .fr-list-details ul li {
    float: left;
    margin-right: 30px;
    position: relative;
}

.fr-list-content .fr-list-details ul li a {
    color: #fff;
    font-size: 14px;
}

.fr-list-product .fr-list-content .fr-list-srch h1 {
    color: #fff;
    font-size: 40px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    word-break: break-word;
}

.fr-list-product .fr-list-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.fr-list-product .fr-list-content .fr-list-details {
    overflow: hidden;
    margin: 0 auto;
    display: table;
    position: relative;
}

.fr-list-content .fr-list-details ul li::before {
    content: "/";
    position: absolute;
    left: -20px;
    color: #FFF;
}

.fr-list-content .fr-list-details ul li:first-child::before {
    content: "";
}

.fr-list-content .fr-list-details ul li:last-child {
    margin-right: 0;
}

/*fr-list end*/
/*fr-list side-bar*/
.fr-list-side-bar {
    position: relative;
}

.fr-side-bar-filtered ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-side-bar-filtered ul li {
    float: left;
    width: 45%;
    margin-right: 8px;
}

.fr-side-bar-filtered ul li:nth-child(2n+2) {
    width: auto;
    margin-right: 7px;
}

.fr-side-bar-content {
    background-color: #fff;
    padding: 22px 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

.fr-side-bar-btn {
    position: absolute;
    top: 18px;
    right: 27px;
    color: #25c22e;
}

.fr-side-bar-btn span {
    font-size: 14px;
    font-weight: 500;
}

.fr-side-bar-btn i {
    font-size: 12px;
}

.fr-side-bar-filtered ul li:last-child {
    margin-right: 0;
}

.fr-side-bar-filtered ul li span {
    font-size: 14px;
    line-height: 44px;
    color: #888;
}

.fr-side-bar-filtered {
    overflow: hidden;
}

.fr-side-bar-filtered {
    margin-bottom: 0;
}

.fr-side-bar-filtered label {
    font-size: 16px;
    margin-bottom: 18px;
    color: #242424;
}

.fr-side-bar-filtered input {
    font-size: 14px;
    color: #888;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
}

.fr-side-bar-filtered .fr-side-budget span {
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
    color: #242424;
}

.fr-side-bar-filtered .form-control::placeholder {
    color: #888;
    opacity: 1;
    font-size: 14px;
}

.fr-side-bar-filtered .form-group {
    margin-bottom: 20px;
}

.fr-side-bar-content .fr-side-bar-detaails ul {
    list-style: none;
    padding: 10px 0;
    list-style: none;
}

.fr-side-bar-content .fr-side-bar-detaails ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.fr-side-bar-content .fr-side-bar-detaails .fr-style {
    font-size: 16px;
    margin-bottom: 6px;
    color: #242424;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-top: 15px;
}

.fr-side-bar-content .fr-side-bar-detaails .fr-style-2 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 6px;
    color: #242424;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.fr-side-bar-content .fr-side-bar-detaails ul li span {
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    margin-left: 2px;
}

.fr-side-bar-content .fr-side-bar-detaails ul li {
    margin-bottom: 10px;
}

.fr-side-bar-content .fr-side-bar-detaails ul li .pretty .state label::before {
    top: 3%;
}

.fr-side-bar-content .fr-side-bar-detaails ul li .pretty .state label::after {
    top: 3%;
}

.fr-side-bar-content .fr-side-bar-detaails ul li .pretty {
    margin-right: 0;
    white-space: inherit;
}

.form-control:focus {
    box-shadow: none;
}

.fr-list-side-bar .fr-right-bannner .fr-right-details {
    color: #fff;
}

.fr-list-side-bar .fr-right-bannner p {
    font-size: 14px;
    line-height: 24px;
    width: 60%;
    color: #fff;
    margin-bottom: 18px;
}

.fr-list-side-bar .fr-right-bannner h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #fff;
}

.fr-list-side-bar .fr-right-bannner {
    padding: 32px 30px;
    height: auto;
}

.fr-list-side-bar .fr-right-bannner .btn-style {
    background: transparent;
    border: 1px solid #fe696a;
    color: #fff;
}

.fr-list-side-bar .fr-right-bannner .btn-style:hover {
    background: #fe696a;
}

.fr-right-detail-bar {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

.fr-right-detail-bar h4 {
    margin: 0;
}

.fr-right-content {
    float: left;
}

.fr-right-detail-bar .fr-right-srch-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-right-srch-detail {
    float: right;
}

.fr-right-detail-bar .fr-right-srch-detail ul li {
    float: left;
    margin-right: 15px;
}

.fr-right-detail-bar .fr-right-srch-detail ul li:last-child {
    margin: 0;
}

.fr-right-srch-detail ul li .select2-container {
    width: 220px !important;
}

.fr-right-detail-bar .fr-right-srch-detail ul li i {
    border: 1px solid #e9e9e9;
    color: #ccc;
    padding: 15px;
    border-radius: 4px;
    transition: .5s;
    font-size: 20px;
    display: inline-block;
}

.fr-right-detail-bar .fr-right-srch-detail ul li i:hover, .fr-right-detail-bar .fr-right-srch-detail ul li i.active {
    background-color: #fe696a;
    color: #fff;
    border: 1px solid #fe696a;
}

.posted-projects {
    position: relative;
    overflow: hidden;
}

.posted-projects .fr-right-detail-box:last-child {
    margin-bottom: 0;
}

.fr-right-detail-box .fr-right-detail-content {
    overflow: hidden;
    position: relative;
}

.fr-right-details-products {
    padding: 20px;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li {
    float: left;
    margin-right: 35px;
    position: relative;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li::before {
    content: " ";
    border-right: 2px #e9e9e9 solid;
    top: 24%;
    height: 58%;
    position: absolute;
    left: -16%;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li:nth-child(2n+1)::before {
    border-right: none;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views {
    overflow: hidden;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
    font-size: 20px;
    margin: 0;
    color: #242424;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3:hover {
    color: #fe696a;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-details2 {
    width: 80%;
    margin-bottom: 15px;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li.hide {
    display: none;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product ul.skills.active li.hide {
    display: inline-block;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product ul li a {
    font-size: 14px;
    color: #888;
    background: rgba(255, 180, 19, 0.2);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views img {
    width: 30px;
    box-shadow: 0 9.5px 12.7px 0 rgb(0 0 0 / 5%);
    border-radius: 50%;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views div.block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
    font-size: 14px;
    color: #777;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span strong {
    margin-right: 5px;
    font-weight: 500;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views .fa-check {
    background-color: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 30px;
    font-size: 10px;
    margin-right: 7px;
    top: -1px;
    position: relative;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views .fa-check.verified {
    background-color: #25c22e;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-views ul li .fa-star {
    color: #fe696a;
    font-size: 14px;
    margin-right: 2px;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-product {
    overflow: hidden;
}

.fr-right-detail-box .fr-right-detail-content .fr-right-index p {
    margin: 0;
    line-height: 26px;
    color: #777;
}

.fr-right-detail-box .fr-right-information .fr-right-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-right-detail-box .fr-right-information .fr-right-list ul li {
    float: left;
    margin-right: 50px;
}

.fr-right-detail-box .fr-right-information .fr-right-list ul li p.heading {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

.fr-right-detail-box .fr-right-information .fr-right-list ul li div, .fr-right-detail-box .fr-right-information .fr-right-list ul li div p.expired {
    color: #242424;
    font-size: 14px;
}

.fr-right-detail-box .fr-right-information .fr-right-list ul li div p {
    color: #242424;
    font-size: 14px;
}

.fr-right-detail-box .fr-right-information {
    overflow: hidden;
    padding: 15px 20px;
    border-top: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fr-right-detail-box .fr-right-information .fr-right-bid {
    float: right;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul li .btn-theme {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul li a i {
    margin-top: 16px;
    display: inline-block;
    color: #bebebe;
    transition: .6s;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul li a.active i {
    color: #fe696a;
}

.fr-right-detail-box .fr-right-information .fr-right-bid .btn-theme {
    padding: 8px 20px;
}

.fr-right-detail-box .fr-right-information .fr-right-bid ul li:last-child {
    margin-right: 0;
}

.features-star::before {
    content: '';
    border-width: 20px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
}

.features-star i {
    font-size: 12px;
    position: absolute;
    left: 7px;
    top: 7px;
    color: #fff;
}

.fr-right-detail-box {
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.project-sidebar-shortcode .fr-right-detail-box {
    background-color: #f5f5f5;
}

.fr-pagination .pagination {
    float: right;
    margin-top: 16px;
    margin-bottom: 0;
}

.fr-pagination .pagination .page-link {
    border: none;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    font-weight: 500;
    border-radius: 0;
    transition: .6s;
}

.fr-pagination .pagination .page-link:hover.active {
    background-color: #fe696a;
    color: #fff;
}

.fr-pagination .pagination .page-link:hover {
    background-color: inherit;
}

/*fr-list side-bar*/
/*fr-project-detail*/
.fr-project-details {
    background-color: #f8f8f8;
}

.fr-project-details .fr-project-content {
    position: relative;
    margin-bottom: 30px;
}

.fr-project-details .fr-project-content .fr-project-list h2 {
    margin: 0;
    color: #242424;
}

.fr-project-content .fr-project-meta {
    position: relative;
    margin-bottom: 10px
}

.fr-project-content .fr-project-meta li {
    display: inline-block;
    margin-right: 20px;
    color: #777;
}

.fr-project-content .fr-project-meta li i {
    margin-right: 10px;
    color: #fe696a;
}

.fr-project-details .fr-project-content .fr-project-list .fr-project-container {
    position: relative;
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.fr-project-details .fr-project-content .fr-project-list {
    position: relative;
    border-left: 3px solid #fe696a;
    margin-bottom: 30px;
    background-color: #FFF;
}

.fr-project-details .fr-project-content .fr-project-style {
    position: absolute;
    right: 2%;
    top: -25px;
}

.fr-project-details .fr-project-content .fr-project-style i {
    color: #242424;
    padding: 16px;
    background-color: #e1e1e1;
    border-radius: 4px;
    margin-right: 10px;

}

.fr-project-details .fr-project-content .fr-project-style:hover .active {
    color: red;
}

.fr-project-details .fr-project-content .fr-project-des h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 10px;
}

.fr-project-details .fr-project-content .fr-project-des ul {
    list-style: disc;
    padding-left: 40px;
    margin: auto;
}

.fr-project-details .fr-project-content .fr-project-des ol {
    list-style: decimal;
    padding-left: 40px;
    margin: auto;
}

.fr-project-details .fr-project-content .fr-project-des ol li, .fr-project-details .fr-project-content .fr-project-des ul li {
    color: #777;
    line-height: 35px;
}

.fr-project-details .fr-project-content .fr-project-des p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.fr-project-details .fr-project-content .fr-project-f-des {
    padding: 30px;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    border-radius: 4px;
}


.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills {
    margin-top: 20px;
}

.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #242424;
}

.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
    background-color: rgba(255, 180, 19, 0.2);
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 40px;
    margin-right: 10px;
    margin-bottom: 12px;
    display: inline-block;
    color: #1f2836;
}

.fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a:hover {
    background-color: #fe696a;
    color: #fff;
}

.fr-project-f-des .fr-project-attachments h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #242424;
}

.fr-project-f-des .fr-project-attachments {
    margin-top: 20px;
}

.fr-project-f-des .fr-project-attachments .attacment-box {
    position: relative;
    overflow: hidden;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachments {
    width: 49%;
    float: left;
    background-color: #f4f6f9;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachments:nth-child(2n+2) {
    margin-right: 0;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachments:nth-child(2) {
    margin-right: 0;
}

.fr-project-f-des .fr-project-attachments .attacment-box img {
    width: 50px;
    margin-right: 10px;
    float: left;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachments a {
    position: relative;
    overflow: hidden;
    display: block;
}

.fr-project-f-des .fr-project-attachments .attacment-box div.attachment-data {
    float: left;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachment-data h6 {
    margin-bottom: 0;
}

.fr-project-f-des .fr-project-attachments .attacment-box .download-icon {
    position: absolute !important;
    top: 25%;
    right: 3%;
    display: inline-flex !important;
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
}

.fr-project-f-des .fr-project-attachments .attacment-box .download-icon svg {
    font-size: 20px;
}

.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids {
    float: right;
}

.fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.fr-project-bidding .fr-project-profile {
    position: relative;
    width: 100%;
    float: left;
}

.fr-project-bidding {
    background: #fff;
    position: relative;
    padding: 30px;
    padding-bottom: 0;
    float: left;
    width: 100%;
}

.fr-project-lastest-product {
    position: relative;
    border-radius: 4px;
    float: left;
    width: 100%;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details {
    right: 0;
    position: absolute;
}

.fr-project-bidding .fr-project-content-details ul li:last-child i.sealed {
    background-color: #4198c6;
}

.fr-project-bidding .fr-project-content-details ul li:last-child i.featured {
    background-color: #dc1c2b;
}

.fr-project-bidding .fr-project-content-details ul li:last-child i.sticky {
    background-color: #f3d253;
}

.fr-project-bidding .fr-project-profile .fr-project-img-box {
    float: left;
    margin-right: 10px
}

.fr-project-bidding .fr-project-user-details {
    position: relative;
    overflow: hidden;
    float: left;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 i {
    background-color: rgb(221, 221, 221);
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 9px;
    vertical-align: middle;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 i.verified {
    background-color: #48b300;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
    font-size: 16px;
    color: #777;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li i {
    color: #fe696a;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 5px;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li .la-star {
    color: #fe696a;
    font-size: 14px;
}


.fr-project-bidding .fr-project-profile .fr-project-img-box img {
    border-radius: 4px;
    width: 50px;
}

.fr-project-bidding .fr-project-assets .fr-project-icon span {
    margin-right: 15px;
    font-size: 14px;
    color: #1f2836;
}

.fr-project-bidding .fr-project-assets .fr-project-icon i {
    margin-right: 5px;
}

.fr-project-bidding .fr-project-assets p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    width: 90%;
}

.fr-project-bidding .fr-project-assets p a {
    color: #fe696a;
}

.fr-project-bidding .fr-project-assets {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul {
    position: relative;
    display: inline-block;
    min-width: 180px;
    text-align: right;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul {
    position: relative;
    overflow: hidden;
    display: flex;
    color: #777;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li:last-child {
    margin-right: 0;
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li::before {
    content: "";
    position: absolute;
    border-left: 1px solid #777;
    top: 32%;
    left: -15px;
    height: 45%
}

.fr-project-bidding .fr-project-profile .fr-project-user-details ul li:first-child::before {
    border-left: none;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li {
    display: block;
    vertical-align: middle;
    position: relative;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:last-child {
    margin-right: 0;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li i {
    font-size: 12px;
    background-color: #fe696a;
    color: #FFF;
    padding: 6px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
    font-size: 24px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:nth-child(2) span {
    font-size: 14px;
    display: block;
    border-radius: 4px;
    color: #777;
    font-style: italic;
}

.fr-project-bidding .fr-project-profile-details {
    width: 100%;
    float: left;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:last-child span {
    border-right: none;
}

.fr-project-bidding .fr-project-box h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 0;
}

.fr-project-bidding .fr-project-box {
    margin-bottom: 20px;
}

.fr-project-inner-content {
    padding: 20px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    float: left;
    width: 100%;
}

.project_awarded-content {
    position: relative;
    margin-bottom: 30px;
}

.project_awarded-content .fr-project-bidding {
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-2000px);
    }
}

.project_awarded-content.awarded {
    background-color: rgba(255, 180, 19, 0.2);
    border: 1px solid #f3d253;
    float: left;
    width: 100%;
}

.project_awarded-content.awarded .crown {
    position: absolute;
    width: 50px;
    top: -25px;
    transform: rotate(-40deg);
    left: -23px;
    z-index: 9;
}

.project_awarded-content.awarded .fr-project-inner-content {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}

.fr-project-inner-content.featured-proposal {
    border: 1px solid rgba(243, 162, 168, 0.5);
    background-color: rgba(243, 162, 168, 0.1);
}

.fr-project-inner-content.top-proposal {
    background: rgba(255, 180, 19, 0.05);
    border: 1px solid rgba(255, 180, 19, 0.4);
}

.fr-project-inner-content.sealed-proposal {
    background: rgba(65, 152, 198, 0.08);
    border: 1px solid rgba(65, 152, 198, 0.4);
}

.fr-project-lastest-product .fr-project-place {
    background-color: #fff;
    padding: 30px 26px;
    padding-top: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fr-project-lastest-product .fr-project-place h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #242424;
}

.fr-project-place .form-group {
    margin-bottom: 30px;
}

.fr-project-place label {
    margin-bottom: .7rem;
    font-size: 14px;
    width: 100%;
}

.fr-project-place .input-group input {
    height: 50px;
    border: none;
    background-color: #f4f6f9;
    font-size: 14px;
}

.fr-project-place .input-group .input-group-text {
    border: none;
    background-color: #eaeaea;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    height: 50px;
}

.fr-project-place .has-error input.form-control {
    border: 1px solid #E90003;
}

.fr-project-place #bid-textarea {
    height: 180px;
    background-color: #f4f6f9;
    border: none;
    padding: 15px;
}

.fr-project-place .form-control::placeholder {
    color: #999;
}

.fr-project-place .pricing-section {
    background-color: #f4f6f9;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.proposal-box-scrollable {
    max-height: 1200px;
}

.fr-project-place .pricing-section ul li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.fr-project-place .pricing-section ul li:first-child {
    padding-top: 0;
}

.fr-project-place .pricing-section ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.fr-project-place .pricing-section ul li div:first-child {
    display: block;
    width: 80%;
    float: left;
}

.fr-project-place .pricing-section ul li span small {
    display: inline-block;
}

.fr-project-place .pricing-section ul li div:last-child {
    float: right;
    line-height: 45px;
    display: block;
}

.fr-project-place .pricing-section ul li div:last-child p {
    display: inline-block;
    color: #242424;
    font-size: 16px;
}

.fr-project-place .pricing-section ul li p.pricing-desc {
    font-style: italic;
    font-size: 12px;
}

#bid_form .price-section {
    display: none;
}

#bid_form .price-breakdown {
    color: #777;
    font-style: italic;
    float: right;
    font-size: 12px;
}

.fr-project-adons ul li {
    float: left;
}

.fr-project-adons ul li:first-child {
    float: left;
    width: 4%;
}

.fr-project-adons ul li .pretty {
    margin-right: 0;
    margin-top: 10px;
}

.fr-project-adons ul li:nth-child(2) {
    width: 76%;
}

.fr-project-adons ul li:last-child {
    width: 20%;
    text-align: right;
}

.fr-project-adons {
    overflow: hidden;
    padding: 20px;
    margin-top: 30px;
    border-radius: 4px;
    position: relative;
}

.fr-project-adons ul li i {
    float: right;
    margin: 0;
    font-size: 30px;
}

.fr-project-adons ul li span {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}


.w1 {
    border: 1px solid #f3d253;
}

.w1 .bottom-icon i {
    color: #ffc923;
    position: absolute;
    font-size: 60px;
    right: 10px;
    bottom: -10px;
    opacity: 0.2;
}

.w2 {
    border: 1px solid #8dc1dd;
}

.w2 .bottom-icon i {
    color: #8dc1dd;
    position: absolute;
    font-size: 60px;
    right: 10px;
    bottom: -10px;
    opacity: 0.2;
}

.w3 {
    border: 1px solid #f3a2a8;
}

.w3 .bottom-icon i {
    color: #f3a2a8;
    position: absolute;
    font-size: 60px;
    right: 10px;
    bottom: -10px;
    opacity: 0.2;
}

.icheckbox_minimal-yellow {
    margin-right: 5px;
}

.fr-project-ad-content {
    position: relative;
}

.fr-project-ad-content .btn-style {
    position: relative;
}

.fr-project-ad-content .button-bid {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fr-project-ad-content .button-bid .bid-text-checkbox {
    display: flex;
    color: #777;
}

.fr-project-ad-content .button-bid .bid-text-checkbox .form-group {
    margin-bottom: 0;
    float: left;
    position: inherit;
}

.fr-project-ad-content .button-bid .bid-text-checkbox .pretty {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
}

.fr-project-ad-content .button-bid .bid-text-checkbox a {
    color: #242424;
    text-decoration: underline;
}

.fr-project-ad-content .button-bid .has-feedback .smk-error-msg {
    left: 0;
    text-align: left;
    bottom: -10px;
}

.fr-project-ad-content .btn-style:hover {
    color: #fff;
}

.fr-project-apply .btn-style {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #000;
    padding: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fr-poject-f-detail-box .fr-project-f-content {
    text-align: center;
}

.fr-project-f-profile .fr-project-f-user-details {
    text-align: center;
    padding: 46px 20px;
    padding-bottom: 30px;
}

.fr-project-f-profile .fr-project-f-user-details h3 {
    font-size: 18px;
    color: #242424;
}

.fr-project-f-profile .fr-project-f-user-details h3 i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 9px;
    vertical-align: middle;
}

.fr-project-f-profile .fr-project-f-user-details h3 i.verified {
    background-color: #48b300;
}

.fr-project-f-profile .fr-project-f-user-details p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.fr-project-f-profile .fr-project-f-product {
    background: #f1f1f1;
    height: 150px;
    position: relative;
}

.fr-project-f-profile .fr-project-f-product img {
    margin: 0 auto;
    display: table;
    border-radius: 100px;
    max-width: 100px;
    border: 5px solid #FFF;
    background-color: #FFF;
}

.fr-project-f-profile .fr-project-f-user-details p i {
    color: #fe696a;
    margin-right: 8px;
    font-size: 14px;
}

.fr-project-f-profile {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.fr-project-f-profile .btn-style {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    padding: 12px;
    background: #48b300;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
}

.fr-project-f-fetured {
    padding-top: 100px;
}

.fr-project-f-profile .fr-project-f-user-details span {
    color: #777;
    font-size: 14px;
    display: inline-block;
}

.fr-project-f-employers {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.fr-project-employer-details h3 {
    font-size: 18px;
    color: #242424;
    margin: 0;
    font-weight: 500;
}

.fr-project-employer-details {
    position: relative;
    margin-bottom: 15px;
}

.fr-project-f-employers ul li .fr-project-method span {
    color: #242424;
    margin-left: 5px;
    font-size: 14px;
}

.fr-project-f-employers ul li .fr-project-method {
    position: relative;
}

.fr-project-f-employers ul li .fr-project-method i {
    color: #777;
    display: none;
}

.fr-project-f-employers ul li .fr-project-checked {
    position: relative;
}

.fr-project-f-employers ul li {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 20px;
}

.fr-project-f-employers ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 3.5px;
    top: calc(1.5em - 4px);
    background-color: #f73859;
}

.fr-project-f-employers ul li:last-child:before {

    background-color: transparent;
}

.fr-project-f-employers ul li:after {
    content: "";
    top: calc(1.5em - 4px);
    left: 0;
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 1px solid #f73859;
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;
}

.fr-project-f-employers ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.fr-project-f-employers ul li .fr-project-checked i {
    color: #e1e1e1;
    font-size: 14px;
}

.fr-project-f-employers ul li .fr-project-checked.active i {
    color: #48b300;
}

.fr-project-pckage-details {
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    padding: 18px 24px;
    border: 1px solid #e9e9e9;
}

.fr-project-pckage-details .fr-style-6 h3 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #242424;
}

.fr-project-pckage-details ul li .fr-project-package-list {
    float: left;
}

.fr-project-pckage-details ul li .fr-project-package-list p {
    margin: 0;
    color: #242424;
    font-size: 14px;
}

.fr-project-pckage-details ul li .fr-project-package-list2 {
    float: right;
}

.fr-project-pckage-details ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0;
}

.fr-project-pckage-details ul li .fr-project-package-list2 span {
    color: #242424;
    font-size: 14px;
    vertical-align: middle;
}

.fr-project-pckage-details .fr-style-6 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.fr-project-pckage-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/*fr-project-detail*/
/*freelance list-page inner 3 start*/
.fr-lance-details .fr-right-detail-bar {
    margin-top: 0;
}

.fr-lance-usr-details span {
    font-size: 14px;
    color: #777;
    width: 100%;
    display: block;
}

.fr-lance-content3 {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.fr-lance-content3 .fr-lance-detail-box {
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.fr-lance-content3 .fr-lance-more-details {
    overflow: hidden;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile img {
    max-width: 100px;
    border-radius: 8px;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    text-align: center;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p i {
    font-size: 14px;
    margin-right: 4px;
    color: #fe696a;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    display: inline;
    overflow: hidden;
    font-size: 14px;
    color: #777;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li a {
    color: #777;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
    color: #777;
    font-size: 14px;
    vertical-align: middle;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 5px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
    width: 100%;
    margin-bottom: 15px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
    font-size: 14px;
    margin: 0;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p i {
    margin-right: 10px;
    font-size: 14px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
    padding: 3px 14px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
    color: #777;
    background-color: rgba(255, 180, 19, 0.2);
    margin-bottom: 15px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a.hide {
    display: none;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style.active a.hide {
    display: inline-block;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
    position: relative;
    overflow: hidden;
}

.fr-lance-content3 .fr-lance-more-details p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 24px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 {
    margin-bottom: 5px;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details {
    display: table;
    padding-top: 10px;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li i {
    background: #DDD;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    border-radius: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li i.verified {
    background: #48b300;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile {
    position: relative;
}

.fr-lance-content3 .fr-lance-detail-box .fr-lance-profile .notify-2 {
    background: #259d00;
    padding: 6px 6px;
    border-radius: 30px;
    position: absolute;
    top: 18%;
    right: 0;
    border: 2px solid #fff;
}

.fr-lance-content3 .fr-lance-price2 p {
    font-size: 24px;
    color: #fe696a;
    font-weight: 500;
}

.fr-lance-content3 .fr-lance-price2 span.bottom-text {
    font-size: 14px;
    float: right;
    color: #777;
}

.fr-lance-content3 .fr-lance-price2 {
    position: absolute;
    right: 20px;
    top: 25px;
}

/*freelance list-page inner 3 end*/
/*freelance detail page ssd*/
.fr-hero-detail {
    padding-top: 250px;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.fr-hero-detail::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(140, 124, 124, 0.2), #000000db);
    z-index: -1;
}

.fr-hero-details-content .fr-hero-details-products img {
    max-width: 150px;
    border-radius: 10px;
}

.fr-hero-details-content .fr-hero-details-products {
    float: left;
    margin-right: 25px;
    position: relative;
}

.fr-hero-details-content .fr-hero-details-information {
    overflow: hidden;
}

.fr-hero-details-content .fr-hero-details-information span.title {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.fr-hero-details-content .fr-hero-details-information span.title i {
    background: #e1e1e1;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    padding: 4px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.fr-hero-details-content .fr-hero-details-information span.title i.verified {
    background: #48b300;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
    float: left;
    margin-right: 20px;
    color: #FFF;
    position: relative;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li:last-child {
    margin-right: 0;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs {
    overflow: hidden;
    width: 100%;
    margin-top: 12px;
    display: inline-block;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
    float: left;
    margin-right: 10px;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span span {
    font-size: 14px;
    font-weight: 500;
}

.fr-hero-detail .fr-hero-m-jobs ul li {
    color: #fff;
    display: inline;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 4px;
    margin-right: 10px;
}

.fr-hero-detail .fr-hero-m-jobs ul {
    margin-top: 10px;
}

.fr-hero-detail .fr-hero-m-jobs ul li span {
    font-size: 20px;
    margin-right: 5px;
}

.fr-hero-hire {
    float: right;
    width: 100%;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
    font-size: 18px;
    margin-right: 4px;
    vertical-align: inherit;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a i {
    font-size: 14px;
}

.fr-hero-hire p {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

.fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li:last-child i {
    color: #fe696a;
}

.fr-hero-hire span.type {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.fr-hero-short-list {
    float: right;
    text-align: right;
}

.fr-hero-hire .fr-hero-short-list-2 {
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.fr-hero-hire-content {
    float: right;
}

fr-hero-m-deails {
    overflow: hidden;
}

.fr-hero-hire-content i {
    color: #888;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.fr-hero-hire-content i.active {
    color: #f5365c;
}

.custom-product {
    padding-bottom: 25px;
}

.fr-hero-details-content .fr-hero-details-products span {
    padding: 8px;
    position: absolute;
    top: -5%;
    right: -5%;
}

/*freelance detail page ssd*/

/*freelance description detail start*/
.fr-services2-details .main-box {
    padding: 30px;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 30px;
}

.fr-product-description {
    background-color: #F8F8F8;
}

.fr-product-des-box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fr-product-des-box ul {
    list-style: disc;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #777;
}

.fr-product-des-box ul li {
    line-height: 36px;
}

.fr-product-des-box ol {
    margin-bottom: 20px;
    padding-left: 30px;
    color: #777;
}

.fr-product-des-box ol li {
    line-height: 36px;
}

.fr-product-des-box p {
    line-height: 30px;
    margin-bottom: 15px;

}

.fr-product-des-box .mb-style {
    margin-bottom: 24px;
}

.fr-product-progress ul li .fr-product-progress-content {
    overflow: hidden;
    margin-bottom: 6px;
}

.fr-product-progress ul li .fr-product-progress-content p {
    margin: 0;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.fr-product-progress ul li .fr-product-progress-content span {
    float: right;
    color: #000;
    font-size: 14px;
}

.fr-product-progress.heading-contents h3 {
    margin-bottom: 17px;
}

.fr-product-progress ul li {
    margin-bottom: 30px;
}

.fr-product-progress {
    background-color: #fff;
}

.fr-product-progress ul li .progress {
    height: 10px;
}

.fr-product-progress ul li:last-child {
    margin-bottom: 0;
}

/*freelance fr-services-content-2 start*/
.sidebar-heading h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

.fr-services-content-2 .fr-top-contents {
    border: 1px solid #e1e1e1;
}

.fr-services-content-2 {
    position: relative;
    padding: 30px 0;
    margin-bottom: 60px;
}

.fr-bg-white-2 {
    background-color: #fff;
}

.fr-services-content-2 .owl-theme .owl-dots {
    display: none;
}

.fr-services-content-2 .owl-theme .owl-nav {
    position: absolute;
    top: -14%;
    right: 0;
    font-size: 18px;
    margin: 0;
}

.fr-top-services {
    padding: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.fr-services-content-2 .fr-top-contents:hover {
    margin-top: 0;
}

.fr-recent-reviews {
    background-color: #f8f8f8;
}

.fr-recent-certification {
    background-color: #fff;
}

.fr-recent-certification ul li .fr-recent-us-profile {
    float: left;
    margin-right: 15px;
    max-width: 50px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.fr-recent-certification ul li .fr-recent-us-skills {
    overflow: hidden;
}

.fr-recent-certification ul li .fr-recent-us-skills p {
    margin-bottom: 0;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
}

.fr-recent-certification ul li .fr-recent-us-skills span {
    font-size: 14px;
    color: #777;
}

.fr-recent-certification ul li {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;
}

.fr-recent-certification ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.fr-recent-certification ul li:first-child {
    padding-top: 0;
}

.fr-recent-review-box {
    position: relative;
    overflow: hidden;
}

.fr-recent-review-box .nothing-found {
    margin-bottom: 0;
}

.fr-recent-review-box .fr-recent-content .fr-recent-review-profile {
    float: left;
    margin-right: 18px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details {
    float: left;
    width: auto;
    margin-top: 2px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-rating {
    float: right;
    color: #777;
    font-weight: normal;
    margin-top: 5px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-review-profile img {
    max-width: 65px;
    border-radius: 70px;
    box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, .05);
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 {
    font-size: 16px;
    color: #242424;
    margin-bottom: 0;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 i {
    background-color: #DDD;
    color: #FFF;
    font-size: 8px;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details h4 i.verified {
    background-color: #48b300;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li {
    float: left;
    margin-right: 20px;
    position: relative;
    color: #777;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i {
    font-size: 12px;
    color: #ccc;
    margin-right: 10px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i.colored {
    color: #fe696a;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
    font-size: 14px;
    vertical-align: middle;
}

.fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li .bg-green-style {
    background: #6aec12e0;
    color: #fff;
    border-radius: 20px;
    padding: 2px 3px;
    font-size: 12px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-rating p {
    font-size: 30px;
    margin: 0;
    text-align: center;
    color: #242424;
    font-weight: 500;
}

.fr-recent-review-box .fr-recent-container {
    position: relative;
    overflow: hidden;
}

.fr-recent-review-box:last-child .fr-recent-container {
    border: none;
}

.fr-recent-review-box .fr-recent-content .fr-recent-rating i {
    color: #fe696a;
    margin-right: 8px;
    font-size: 14px;
}

.fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
    font-size: 14px;
}

.fr-recent-review-box .fr-recent-details-area {
    overflow: hidden;
    width: 100%;
}

.fr-recent-review-box .fr-recent-details-area p {
    line-height: 26px;
    font-size: 14px;
    margin: 0;
}

.fr-recent-review-box .fr-recent-content {
    position: relative;
}

.fr-recent-container.heading-contents h3 {
    margin-bottom: 24px;
}

.fr-recent-review-box .fr-recent-content p.feedback {
    font-size: 14px;
    padding-left: 80px;
}

.fr-recent-review-box .individual-stars {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 80px;
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.fr-recent-review-box .individual-stars .individual-star-boxs {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    justify-content: space-between;
}

.fr-recent-review-box .individual-stars .individual-star-boxs label {
    color: #242424;
    margin-bottom: 10px;
    font-size: 14px;
}

.fr-recent-review-box .individual-stars .individual-star-boxs:last-child label {
    margin-bottom: 0;
}

.fr-recent-review-box .individual-stars .individual-star-boxs i {
    color: #ccc;
    font-size: 12px;
}

.fr-recent-review-box .individual-stars .individual-star-boxs i.colored {
    color: #fe696a;
}

.fr-recent-review-box .show-reviews {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.fr-recent-review-box .show-reviews:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.freelance-sidebar {
    background-color: #FFF;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.freelance-sidebar .sidebar-box {
    padding: 30px;
    border-bottom: 1px solid #ebebeb;
}

.fr-recent-employers {
    background: #fff;
}

.fr-recent-employers ul li span {
    font-size: 14px;
    color: #777;
}

.fr-recent-employers ul li p {
    font-size: 16px;
    color: #242424;
}

.fr-recent-employers ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.fr-recent-employers ul li:first-child {
    padding-top: 0;
}

.fr-recent-employers ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.fr-recent-employers ul li i {
    font-size: 20px;
    margin-right: 10px;
    float: left;
    float: left;
    padding: 15px;
    background-color: #F8F8F8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #777;
}

.show-reviews .fr-recent-content .reviews-header {
    position: relative;
    overflow: hidden;
}

.fr-recent-model {
    position: relative;
    overflow: hidden;
}

.fr-recent-model .thumb {
    margin-bottom: 25px;
}

.fr-recent-model .heading-contents h3 {
    margin-bottom: 22px;
}

.fr-recent-model .heading-contents {
    width: 100%;
}

.fr-recent-model li {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    width: 31%;
}

.fr-recent-model .fancy-model {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.fr-recent-model li:nth-child(3n+3) {
    margin-right: 0;
}

.fr-recent-model li:last-child {
    margin-right: 0;
}

.fancy-model.no-space {
    margin-right: 0;
}

.fancy-model img {

}

.fr-recent-model li div.figcaption {
    margin-top: 20px;
    text-align: center;
}

.fr-recent-model li div.figcaption h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.fancybox-caption__body .project-title {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: block;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

.fr-expertise-product .fr-expertise-product2 {
    float: left;
    margin-right: 20px;
    line-height: 30px;
}

.fr-expertise-product .fr-expertise-details {
    overflow: hidden;
}

.fr-expertise-content {
    position: relative;
    overflow: hidden;

}

.fr-expertise-product .fr-expertise-details h4 {
    font-size: 16px;
    color: #242424
}

.fr-expertise-details .experties-meta {
    position: relative;
    overflow: hidden;
}

.fr-expertise-details .experties-meta li {
    display: inline-block;
    margin-right: 15px;
}

.fr-expertise-product .fr-expertise-details span {
    color: #fe696a;
}

.fr-expertise-product .fr-expertise-details p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #777;
    line-height: 1.8;
}

.fr-expertise-product {
    margin-bottom: 30px;
}

.fr-expertise-product:last-child {
    margin-bottom: 0;
}

.fr-expertise-content .heading-contents h3 {
    font-size: 22px;
    margin: 0;
}

.fr-expertise-product .fr-expertise-product2 i {
    color: #fe696a;
}

.show_hide {
    background-color: #fe696a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.content p {
    margin-top: 10px;
    margin-bottom: 0;
}

.show_hide:hover {
    color: #fff;
}

/*freelance fr-services-content-2 end*/


/*freelance sign in start*/


.fr-sign-content {
    padding: 60px;
    position: relative;
}

.fr-sign-container {
    border-left: 1px solid #dfdbdb87;
    display: flex;
    flex-direction: column;
}

.col-xl-6.no-padding-hero {
    padding-right: 0;
}

.fr-sign-background {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.fr-sign-form .fr-sign-logo {
    position: absolute;
    top: 18px;
    left: 4%;
    z-index: 9;
}

.fr-sign-form .form-group {
    overflow: hidden;
    margin-bottom: 30px;
}

.fr-sign-form {
    position: relative;
    overflow: hidden;

}

.fr-sign-form .form-group label {
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 2px;
}

.fr-sign-form .form-group input {
    color: #999;
    background: #fff;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: auto;
    padding-left: 50px;
    box-shadow: none;
}

.fr-sign-form .form-control::placeholder {
    color: #999;
}

.fr-sign-form .field-icon {
    position: absolute;
    z-index: 2;
    color: #ccc;
    top: 35%;
    right: 4%;
}

.fr-sign-form .fr-sign-logo img {
    width: 20px;
}

#signup-form .has-feedback .smk-error-msg, #signin-form .has-feedback .smk-error-msg, #fl-forget-form .has-feedback .smk-error-msg {
    position: relative;
    float: right;
    margin-top: 5px;
}

.fr-sign-user-dashboard {
    height: 100%;
}

.fr-sign-user-dashboard .sign-in {
    margin-bottom: 100px;
}

.fr-sign-in-hero {
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
}

.fr-sigin-requirements p {
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}

.fr-sigin-requirements span {
    float: right;
}

.fr-sigin-requirements span a {
    text-decoration: underline;
}

.fr-sigin-requirements {
    position: relative;
    overflow: hidden;
}

.fr-sigin-requirements p i {
    margin-right: 7px;
    color: #259d00;
    font-size: 15px;
}

.fr-sigin-requirements .pretty.p-icon .state .icon {
    width: calc(1em + 5px) !important;
    height: calc(1em + 13px) !important;
    top: calc((0% - (100% - 1.6em)) - 1%);
}

.auth-logo {
    margin-bottom: 30px;
    width: 220px;
}

.fr-sign-in-hero .heading-panel p {
    position: relative;
}

.fr-sign-in-hero .heading-panel {
    margin-bottom: 35px;
}

.fr-sign-submit .btn-style {
    width: 100% !important;
    font-weight: 500;
}

.fr-sign-top-content {
    text-align: center;
    margin-top: 23px;
}

.fr-sign-top-content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.fr-sign-submit .form-group {
    margin: 0;
}

.fr-sign-top-content p::before {
    background-color: #e9e9e9;
    bottom: auto;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    right: auto;
    width: 70px;
    top: 8px;
}

.fr-sign-top-content p::after {
    background-color: #e9e9e9;
    bottom: auto;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 25%;
    width: 70px;
    top: 8px;
}

.fr-sign-bundle-content {
    text-align: center;
    border-top: 1px solid #e9e9e9;
    padding: 15px 0;
}

.fr-sign-bundle-content p {
    font-size: 14px;
    font-weight: 500;
}

.fr-sigin-requirements .pretty {
    white-space: inherit;
    margin: 0;
    line-height: 18px;
}

.fr-sigin-requirements label {
    font-size: 14px;
    font-weight: 500 !important;
}

.fr-sigin-requirements .pretty .state label::before {
    top: 8%;
}

.fr-sigin-requirements .pretty .state label::after {
    top: 8%;
}

.fr-sign-bundle-content p span {
    color: #fe696a;
}

.fr-sign-assets-2 {
    position: relative;
    background: #fff;
    color: #242424;
    margin-left: 2%;
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}

.fr-sign-assets-2 h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.fr-sign-assets-2 p {
    font-size: 14px;
}

.sr-style {
    float: none !important;
}

.fr-sign-main-content {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 10px;
}

.fr-sign-text {
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-item .fr-sign-main-content img {
    width: 50px;
}

.fr-sign-in-hero .owl-dots {
    margin-top: 15px !important;
    left: 45% !important;
}

.dashboard-style {
    margin-top: 90% !important;
}

.fr-sign-social .fr-sign-s-media {
    color: #fff;
    background-color: #3b5998;
    float: left;
    margin-right: 14px;
    padding: 10px 35px;
    padding-left: 12px;
    position: relative;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
}

.fr-sign-social .fr-sign-s-media:last-child {
    margin-bottom: 0;
}

.fr-sign-social .fr-sign-s-media .fr-sign-icons {
    float: left;
    margin-right: 35px;
}

.fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
    content: "";
    top: 0;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    left: 10%;
}

.fr-sign-social {
    overflow: hidden;
    margin-top: 26px;
}

.fr-sign-social .fr-sign-s-media span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.fr-sign-social .fr-sign-s-media .fr-sign-icons i {
    font-size: 20px;
    vertical-align: middle;
}

.fr-sign-s-media-2 {
    background-color: #dd4b39 !important;
}

.fr-sign-in-hero .owl-nav {
    display: none;
}

.fr-sign-form {
    position: relative;
    overflow: hidden;

}

.fr-report-form .form-group label {
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
}

.fr-report-form .form-group input, .fr-report-form .form-group textarea {
    color: #999;
    background: #fff;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: auto;
    box-shadow: none;
}

.fr-report-form .form-control::placeholder {
    color: #999;
}

.fr-report-form .form-group:last-child {
    margin-bottom: 0;
}

.fr-report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: auto;
    box-shadow: none;
}

.fr-report-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

.fr-report-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
}

/*freelance sign in end*/
.slider-box {
    position: relative;
    overflow: hidden;
}

.slider-box .fr-slick .slides li {
    margin: 0;
    padding: 0;
    /*height: 370px;*/
    cursor: pointer;
    display: block;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    background-color: #FFF;
    border-radius: 4px 4px 0 0;
}

/*.slider-box .fr-slick .slides li img {
	position: absolute;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}*/
.slider-box .fr-slick .slides li iframe {
    min-height: 450px;
}

.slider-box .fr-slick {
    position: relative;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    border: none;
}

.slider-box .flex-direction-nav a {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 12px;
    border-radius: 4px;
    color: #242424;
    cursor: pointer;
    width: auto;
    height: auto;
}

.slider-box .flex-direction-nav .flex-prev {
    left: 10px;
}

.slider-box .flex-direction-nav .flex-next {
    right: 10px;
}

.slider-box .flex-direction-nav a i {
    display: inline-block;
}

/*.slider-box .fr-slick-thumb {
	position: absolute;
	bottom:15px;
}


 {
	height:70px;
	width:120px !important;
	position: relative;
	border: 1px solid rgba(255,255,255,0.6);
	background-color: rgba(255,255,255,0.6);
	margin-right: 10px;
	border-radius: 4px;
	z-index:9;
}
.slider-box .fr-slick-thumb ul li img {
	position: absolute;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}*/
.slider-box .fr-slick-thumb ul li {
    cursor: pointer;
    background-color: #FFF;
    border-radius: 4px;
}

.slider-box .fr-slick-thumb ul li:last-child {
    margin-right: 0;
}

.slider-box .fr-slick-thumb ul li img {
    border-radius: 4px;
}

.flex-direction-nav a::before, .flex-direction-nav a.flex-next::before {
    content: "";
}

.slider-box .flexslider.fr-slick-thumb {
    bottom: 0;
    padding: 15px;
    border: none;
    width: 100%;
    height: 36%;
    margin-bottom: 30px;

}

.slider-box .flexslider.fr-slick-thumb .flex-active-slide {
    border: 2px solid #fe696a;

}


.fr-services2-id ul li .fr-services2-id p {
    float: left;
    margin-right: 5px;
}

.fr-services2-id ul li .fr-services2-id {
    padding: 8px 22px;
    color: #fff;
}

.fr-services2-id ul {
    display: flex;
    flex-direction: row;
}

.fr-services2-id ul li {
    display: flex;
    flex-direction: row;
    width: 33%;
}

.fr-services2-id .fr-services2-content p {
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}

.fr-services2-id .fr-services2-content span {
    font-size: 14px;
    vertical-align: middle;
    color: #242424;
}

.fr-services2-id .fr-services2-content {
    overflow: hidden;
    padding: 15px;
    width: 100%;
}

.fr-services2-id ul li:last-child {
    margin-right: 0;
}

.fr-services2-id {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
}

.fr-sevices-contact-form .select2-container {
    width: 100% !important;
}

.fr-sevices-contact-form .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    border-radius: 0;
}

.fr-sevices-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 42px;
    font-size: 14px;
}

.fr-sevices-contact-form textarea.form-control {
    border: 1px solid #e9e9e9;
}

.fr-sevices-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 83%;
    left: 15%;
}

.fr-sevices-contact-form {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

.fr-sevices-contact-form .form-group {
    margin-bottom: 30px;
}

.fr-sevices-contact-form h3 {
    font-size: 20px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 20px;
}

.fr-sevices-contact-form .btn-style {
    float: right;
    background-color: transparent;
}

.fr-services2-box .fr-services2-sm {
    float: left;
    overflow: hidden;
}

.fr-services2-box .fr-services2-sm-1 {
    overflow: hidden;
}

.fr-services2-box .fr-services2-sm-1 p {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.8;
}

.fr-services2-box .fr-services2-sm .pretty {
    margin-right: 10px;
}

.fr-services2-h-style h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 0;
    position: relative;
}

.fr-services2-h-style h3::before {
    background-color: #fe696a;
    bottom: -14px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 50px;
}

.fr-services2-box .fr-services2-sm-1 span {
    font-weight: 500;
    color: #fe696a;
    display: block;
}

.fr-services2-box .fr-services2-sm-1 span span {
    display: inline;
}

.fr-services2-box .fr-services-list {
    color: #242424;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.fr-services-products {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 25px;
    position: relative
}

.fr-services2-box .pretty .state label::before {
    border-radius: 4px;
}

.fr-services2-h-style {
    padding: 20px;
    padding-bottom: 17px;
}

.fr-services2-box {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fr-services2-box .btn-theme {
    width: 100%;
    padding: 13px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    position: relative;
}

.fr-services-content-data {
    font-size: 14px;
    padding: 20px 25px;
    text-align: center;
    color: #777;
}

.fr-services-f-details {
    text-align: center;
    margin: 0 auto;
    width: 88%;
}

.fr-services-f-details span {
    padding: 12px 0;
    display: inline-block;
    color: #242424;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}

.fr-seller-servives {
    padding: 20px 30px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.fr-seller-servives-2 {
    margin-bottom: 30px;
}

.fr-seller-servives .fr-seller-profile {
    float: left;
    margin-right: 15px;
}

.fr-seller-servives .fr-seller-profile img {
    max-width: 65px;
    border-radius: 50%;
}

.fr-seller-servives .fr-seller-details {
    overflow: hidden;
    flex-grow: 2;
}

.fr-seller-servives .fr-seller-view {
    position: relative;
    align-self: center;
}

.fr-seller-servives .fr-seller-details h3 {
    font-size: 18px;
    color: #242424;
    margin-bottom: 0;
}

.fr-seller-servives .fr-seller-details span {
    font-size: 14px;
    color: #777;
}

.fr-seller-servives .fr-seller-rating i {
    color: #CCC;
}

.fr-seller-servives .fr-seller-rating {
    color: #777;
    font-size: 14px;
}

.fr-seller-rating i.colored {
    color: #fe696a;
}

.fr-seller-servives .fr-seller-f-details p {
    font-size: 14px;
    line-height: 26px;
}

.fr-seller-servives .fr-seller-details span i {
    background: #25c22e;
    color: #fff;
    padding: 3px;
    border-radius: 20px;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.fr-seller-servives h2 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 24px;
}

.fr-seller-servives .fr-seller-servives-meta {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: space-around;
}

.fr-seller-rating span {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
}

.fr-seller-rating span strong {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.fr-seller-contents {
    overflow: hidden;
    padding: 16px 30px;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 4px 4px;
}

.fr-seller-contents ul {
    display: flex;
    justify-content: space-between;
}

.fr-seller-contents ul li {
    display: flex;
}

.fr-seller-contents ul li p {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    margin-right: 15px;
}

.fr-seller-contents ul li span {
    font-size: 14px;
    color: #777;
}

.fr-frquntly-qa {
    background-color: #fff;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fr-frquntly-qa .btn-link {
    color: #242424;
    width: 100%;
    background-color: #fafafa;
    padding: 0;
}

.fr-frquntly-qa .card-body {
    padding: 1rem 2.5rem;
}

.fr-frquntly-qa .btn-link i {
    color: #777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fr-frquntly-qa .btn-link.collapsed i {
    transform: rotate(-90deg);
}

.fr-frquntly-qa .btn-link p {
    float: left;
    margin: 0;
    font-weight: 500;
    color: #242424;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fr-frquntly-qa .btn-link {
    color: #777;
    text-align: left;
    text-decoration: none;
}

.fr-frquntly-qa .btn-link span {
    float: right;
}

.fr-frquntly-qa .all-accordion .accordion {
    margin-bottom: 10px;
}

.fr-frquntly-qa .all-accordion .accordion:last-child {
    margin-bottom: 0;
}

.fr-services2-details {
    padding: 60px 0;
}

.fr-services2-details .accordion > .card {
    border: none;
}

.fr-services2-details .card-header {
    background-color: #fff;
    padding: 0;
    border: none;
}

.fr-services2-details .card-body {
    padding: 20px;
    line-height: 30px;
    color: #777;
}

.fr-reviews-star-rat ul li {
    float: left;
    margin-right: 30px;
}

.fr-reviews-star-rat ul li:last-child {
    margin-right: 0;
}

.fr-reviews-star-rat ul li p {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.fr-reviews-star-rat {
    overflow: hidden;
    margin-bottom: 30px;
}

.fr-services-review .form-group input {
    background-color: #f0f0f0;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    height: 48px;
    font-size: 14px;
}

.fr-services-review {
    background-color: #fff;
    margin-top: 30px;
    padding: 25px;
    overflow: hidden;
}

.fr-services-review .form-control::placeholder {
    color: #242424;
}

.fr-services-review textarea.form-control {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 0;
}

.fr-services-review .form-row {
    margin-bottom: 30px;
}

.fr-services-review .form-group {
    margin-bottom: 0;
}

.fr-services-review h2 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 17px;
}

.fr-fm-form {
    float: right;
    margin-top: 30px;
}

.fr-top-content-2 {
    background-color: #fff;
}

.fr-recomended-2 .owl-dots {
    display: none;
}

.fr-recomended-2 .owl-nav {
    position: absolute;
    right: 0;
    top: -24%;
    font-size: 20px;
}

.fr-recomended-2 {
    position: relative;
}

.fr-reviews-star-rat ul li i {
    margin-right: 4px;
    font-size: 14px;
}

.fr-recomended-2 .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
    color: #777;
}

.fr-about-conrent span {
    font-size: 16px;
    color: #777;
}

.fr-about-conrent h2 {
    color: #242424;
    margin-top: 10px;
    margin-bottom: 30px;
}

.fr-about-conrent h2 span {
    font-weight: 500;
}

.fr-about-conrent p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.fr-about-conrent .btn-style {
    margin-top: 12px;
}

.fr-about-future {
    height: auto;
    padding: 80px 0;
    background-image: url(../img/background-imgs/background-img-999.png);
}

.fr-about-conrent .fr-product-checks {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.fr-about-conrent .fr-product-checks ul li {
    margin-bottom: 15px;
    line-height: 30px;
}

.fr-about-conrent .fr-product-checks ul li img {
    width: 15px;
    margin-right: 10px;
}

.fr-about-conrent .btn-theme {
    margin-top: 20px;
}

.fr-about-video {
    position: relative;
    overflow: hidden;
}

.fr-about-video i {
    font-size: 20px;
    background-color: #242424;
    color: #FFF;
    border-radius: 50%;
    padding: 20px 23px;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.fr-about-video .bla-2 {
    position: absolute;
    bottom: 6%;
    left: 6%;
}

.fr-about-video .la-play::before {
    background: #fff;
    padding: 0;
    border-radius: 60px;
}

.fr-about-reviews ul li {
    float: left;
    width: 25%;
    position: relative;
}

.fr-about-reviews ul li:last-child {
    margin-right: 0;
}

.fr-about-reviews ul li:last-child::before {
    border-right: none;
}

.fr-about-reviews ul li::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px solid #e9e9e9;
    right: 55px;
}

.fr-about-reviews ul li .fr-about-icons {
    float: left;
    position: relative;

}

.fr-about-reviews ul li .fr-about-icons img {
    width: 55px;
    margin-right: 15px;
    margin-top: 5px;
}

.fr-about-i-details {
    overflow: hidden;
}

.fr-about-i-details .counter-js {
    position: relative;
    overflow: hidden;
}

.fr-about-i-details .counter-js span {
    color: #242424;
    font-size: 38px;
    float: left;
    line-height: 40px;
    font-weight: 600;
}

.fr-about-i-details p {
    font-size: 16px;
    margin-top: 5px;
}

.fr-about-reviews {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
    height: auto;
}

.fr-about-buisness {
    position: relative;
    overflow: hidden;
}

.fr-bissness-details {
    position: relative;
    z-index: 9;
    padding: 60px;
    padding-right: 0;
}

.fr-about-i-details i {
    margin-left: 5px;
    margin-top: 19px;
    color: #242424;
}

.fr-buisnes-content span {
    font-style: italic;
    color: #fff;
    font-size: 14px;
}

.fr-buisnes-content h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 30px;
}

.fr-buisnes-content h3 span {
    font-weight: 500;
}

.fr-buisnes-content p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;

}

.fr-buisness-xt ul {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.fr-buisness-xt ul li {
    float: left;
    width: 45%;
    margin-right: 10px;
}

.fr-buisness-xt ul li img {
    width: 50px;
}

.fr-buisness-xt ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}

.fr-buisness-xt ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.fr-buisness-xt {
    overflow: hidden;
    position: relative;
}

.fr-plan-basics {
    background-color: #000;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.pricing-badge {
    background-color: #fe696a;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -70px;
    top: 12px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 999;
    font-weight: 500;
    line-height: 28px;
    color: #FFF;
}

.featured-pricing {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-20px);
    z-index: 11;
}

.fr-plan-content {
    position: relative;
    overflow: hidden;
}

.fr-plan-basics-2 {
    background-color: #fff;
}

.fr-plan-basics-2 .fr-plan-content h2 {
    color: #242424;
}

.fr-plan-basics-2 .fr-plan-content p {
    color: #777;
}

.fr-plan-basics-2 .fr-plan-content h3 {
    color: #242424;
}

.fr-plan-basics-2 .fr-plan-content button {
    color: #242424;
    border: 1px solid #242424;
}

.fr-plan-basics-2 .fr-plan-details li {
    color: #242424;
}

.fr-plan-basics-2 {
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

.fr-plan-content h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.fr-plan-content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.fr-plan-content h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    display: flex;
}

.fr-plan-content h3 span.strike {
    font-size: 16px;
    color: #777;
    margin-right: 10px;
    text-decoration: line-through;
}

.fr-plan-content button {
    border: 1px solid #fff;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-color: transparent;
}

.fr-plan-details li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 11px;
}

.fr-plan-details li:last-child {
    margin-bottom: 0;
}

.fr-plan-details li i {
    font-size: 18px;
    color: #289918;
    margin-right: 15px;
}

.fr-plan-details li i.fa-times {
    color: red;
}

.fr-plan-content h3 span {
    font-size: 22px;
    color: #fe696a;
    margin-right: 5px;
    font-weight: 500;
}

.fr-plan-details {
    margin-top: 23px;
}

.fr-tab-pills {
    margin: 0 auto;
    display: table;
    padding-bottom: 25px;
}

.nav-pills .nav-link.active {
    padding: 10px 30px;
    background-color: #fe696a;
}

.nav-pills .nav-link {
    padding: 10px 30px;
    background-color: #f9f9f9;
}

.nav-pills a:hover {
    color: #242424;
}

.fr-about-plan .heading-panel-2 {
    margin-bottom: 30px;
}

.fr-tab-pills .badge {
    background-color: #00c048;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 2px 6px;
    position: absolute;
    top: 0;
    right: -14%;
}

.fr-tab-pills {
    position: relative;
}

.fr-about-client {
    height: auto;
    padding: 60px 0 130px;
}

.fr-about-client::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fr-c-about-profile {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-top: 78px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.client-slider.owl-carousel .owl-item img {
    width: 100px;
}

.fr-c-about-style {
    margin-top: 50px;
}

.fr-client-about-details {
    overflow: hidden;
}

.fr-client-about-details h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 12px;
}

.fr-client-about-details p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.fr-client-about-details span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.fr-client-sm p {
    color: #fe696a;
    font-size: 18px;
    font-weight: 500;
}

.fr-client-sm span {
    color: #fff;
    font-size: 14px;
}

.fr-client-sm {
    margin-top: 30px;
}

.fr-about-client .owl-theme .owl-dot.active span {
    display: inline-block;
    width: 22px;
    height: 10px;
}

.fr-about-client .owl-theme .owl-nav {
    display: none;
}

.fr-about-client .owl-theme .owl-dots {
    margin-left: 18%;
    margin-top: 20px;
    text-align: inherit;
}

.fr-gt-details-2 .fr-bg-style {
    margin-top: -84px;
}

.fr-gt-details-2.fr-gt-details::before {
    background-color: transparent;
}

.fr-co-contents ul li .fr-co-logo {
    float: left;
    padding-top: 10px;
    padding-right: 10px;
}

.fr-co-contents ul li .fr-co-logo img {
    width: 40px;
}

.fr-co-contents ul li .fr-co-user-details {
    overflow: hidden;
}

.fr-co-contents ul li .fr-co-user-details h3 {
    color: #242424;
    font-size: 16px;
    margin-bottom: 5px;
}

.fr-co-contents ul li {
    margin-bottom: 23px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 23px;
}

.fr-co-contents ul {
    margin-top: 30px;
}

.fr-co-contents {
    padding: 30px;
    border-radius: 12px;
    background-color: #FFF;
}

.fr-co-contents ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.fr-contact-form .fr-con-collection {
    float: left;
    margin-right: 16px;
    overflow: hidden;
    margin-top: 10px;
    width: 40px;
}

.fr-contact-form .heading-contents-2 {
    overflow: hidden;
}

.fr-contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.fr-contact-form input {
    height: 48px;
    font-size: 14px;
    /*margin-bottom: 30px;*/
    /*background-color: #f0f0f0;*/
    border: none;
}

.fr-contact-form .form-control:focus {
    background-color: #f0f0f0;
}

.fr-contact-form textarea.form-control {
    background-color: #f0f0f0;
    border: none;
}

.fr-contact-form form {
    margin-top: 30px;
}

.fr-contact-form ::placeholder {
    color: #242424;
}

.fr-contact-form label {
    display: block;
    margin-bottom: 20px;
}

.fr-contact-form label .wpcf7-form-control-wrap input.form-control, .fr-contact-form label .wpcf7-form-control-wrap textarea.form-control {
    margin-top: 10px;
    margin-bottom: 0;
}

.fr-list-product-3 {
    padding: 100px 0 200px;
}

.fr-contact {
    margin-top: 20px;
}

.fr-contact-page {
    margin-top: -50px;
}

.fr-er-404 {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.fr-er-404 .fr-er-content h2 {
    font-size: 40px;
    color: #242424;
    margin: 30px 0;
}

.fr-er-404 .fr-er-content h2 span {
    color: #fe696a;
}

.fr-er-404 .fr-er-content p {
    width: 80%;
    margin: 0 auto;
    line-height: 1.8;
}

.fr-er-list {
    margin: 30px 0;
}

.fr-er-list span a i {
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 400;
}

.fr-404 {
    height: auto;
    background-position: center center;
    background-size: cover;
}

.fr-latest-style {
    overflow: hidden;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    border-radius: 20px 0 0 20px;
    border-right: none;
}

.fr-latest-style ul {
    display: flex;
    flex-direction: row;
}

.fr-latest-content {
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.fr-latest-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
    padding-right: 25px;
}

.fr-latest-content h3 a {
    color: #20292f;
}

.fr-latest-content h3 a:hover {
    color: #fe696a;
}

.fr-latest-style ul li .fr-latest-profile img {
    max-width: 40px;
    border-radius: 50px;
}

.fr-latest-style ul li .fr-latest-profile {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.fr-latest-style ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.fr-latest-style ul li .fr-latest-profile span {
    font-size: 14px;
    margin-left: 10px;
    color: #6d7c90;
}

.fr-latest-style ul li:last-child {
    margin-right: 0;
}

.fr-latest-sm {
    background-color: #fff;
    padding: 25px;
    padding-right: 0;
    border-radius: 0 0 12px 12px;
}

.fr-latest-container {
    margin-top: 20px;
    padding-right: 25px;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.fr-latest-container span.readmore {
    margin-top: 15px;
    color: #fe696a;
    display: inline-block;
}

.fr-latest-container span.readmore i {
    margin-left: 7px;
    vertical-align: middle;
}

.fr-latest-style ul li .fr-latest-profile i {
    color: #fe696a;
    font-size: 14px;
}

.fr-latest-box {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.fr-blog-content ul li {
    float: left;
    margin-right: 12px;
}

.fr-blog-content ul li i {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    width: 33px;
    height: 32px;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    color: #242424;
    transition: .6s;
}

.fr-blog-content {
    overflow: hidden;
    background-color: #000;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}

.fr-blog-content h3 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 8px;
}

.fr-blog-content ul {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.fr-blog-content p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
}

.fr-blog-content img {
    max-width: 140px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.fr-blog-content ul li i:hover {
    background-color: #fe696a;
    color: #fff;
    border-color: #fe696a;
}

.fr-bg-style-2 {
    position: absolute;
    right: 40px;
    top: 0;
}

.fr-latest-srch-box {
    padding: 26px 28px;
    margin-top: 30px;
}

.fr-src-content {
    margin-top: 22px;
}

.fr-src-content .form-group {
    margin-bottom: 0;
}

.fr-src-content input {
    height: 48px;
    background-color: #f0f0f0;
    border: none;
    font-size: 14px;
    border-radius: 0;
}

.fr-src-content .form-control:focus {
    background-color: #f0f0f0;
}

.fr-latest-post {
    background-color: #fff;
    padding: 20px 25px;
    margin-top: 30px;
}

.fr-latest-components {
    overflow: hidden;
    margin-top: 20px;
}

.fr-latest-components ul li .fr-cm-profile {
    float: left;
    margin-right: 10px;
}

.fr-latest-components ul li .fr-cm-details {
    overflow: hidden;
}

.fr-latest-components ul li .fr-cm-profile img {
    max-width: 80px;
    border-radius: 12px;
}

.fr-latest-components ul li .fr-cm-details span {
    font-size: 14px;
}

.fr-latest-components ul li .fr-cm-details p {
    font-size: 17px;
    line-height: 24px;
    color: #242424;
}

.fr-latest-components ul li {
    width: 100%;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
}

.fr-latest-components ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.fr-latest-post .heading-contents-2 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.fr-latest-tags {
    background-color: #fff;
    padding: 20px 25px;
    margin-top: 30px;
}

.fr-tag-list a {
    background-color: #f0f0f0;
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 20px;
    margin-right: 3px;
    margin-bottom: 13px;
    display: inline-block;
    transition: .6s;
}

.fr-tag-list {
    margin-top: 22px;
}

.fr-tag-list a:hover {
    color: #242424;
    background-color: #fe696a;
}

.fr-latest-pagination {
    margin-top: 20px;
    float: right;
    margin-bottom: 30px;
}

.fr-latest-pagination .pagination li {
    background-color: #FFF;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.fr-latest-pagination .pagination li:last-child {
    margin: 0;
}

.fr-latest-pagination .pagination a {
    color: #242424;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
    display: block;
    line-height: 26px;
    border: none;
}

.fr-latest-pagination .pagination .page-item.active .page-link {
    background-color: #fe696a;
    border-color: #fe696a;
}

.fr-latest-pagination .page-link:focus {
    box-shadow: none;
}

.fr-latest-pagination .page-link:hover {
    background-color: #fe696a;
    border-color: #fe696a;
    color: #FFF;
}

.fr-blog-banner {
    margin-bottom: 30px;
    text-align: center;
}

.post-desc {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-desc .fr-latest-container p {
    line-height: 1.8;
}

.post-desc p:not(:last-child) {
    margin-bottom: 1rem;
}

.fr-latest-blog-2 .fr-latest-box {
    margin-bottom: 0;
}

.post-desc .fr-latest-sm {
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-desc .fr-latest-box {
    background-color: transparent;
    border-radius: 0 0 4px 4px;
}

.post-desc .comment-form p a {
    color: #fe696a;
}

.post-desc .comment-form .form-group {
    margin-bottom: 20px;
}

.post-desc .comment-form label {
    margin-bottom: 15px;
}

.fr-latest-main-content {
    background-color: #000;
    margin-right: 20px;
    padding: 10px;
    margin-top: 22px;
}

.fr-latest-main-content p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.fr-latest-main-product {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 18px 20px;
}

.fr-latest-blog-components {
    margin-right: 20px;
    margin-top: 20px;
}

.fr-latest-blog-container {
    float: left;
    width: 50%;
    margin-top: 45px;
}

.fr-latest-blog-content {
    overflow: hidden;
}

.fr-latest-blog-content img {
    width: 100%;
}

.fr-latest-blog-container p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.fr-latest-blog-components p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    overflow: hidden;
    width: 95%;
}

.fr-latest-tags-2 {
    overflow: hidden;
    margin-top: 20px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}

.fr-latest-t-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fr-latest-t-box > span {
    font-style: italic;
    padding-right: 1rem;
}

.fr-latest-t-content .fr-latest-t-box a, .tagcloud a.tag-cloud-link, .wp-block-tag-cloud .tag-cloud-link {
    color: #6d7c90;
    font-size: 0.875rem !important;
    line-height: 2rem;
    white-space: nowrap;
    padding: 0 1rem;
    background: #f4f4f4;
    font-style: italic;
    display: inline-block;
    margin: 5px;
    border-radius: 4px;
}

.fr-latest-t-content .fr-latest-t-box a:hover, .tagcloud a.tag-cloud-link:hover, .wp-block-tag-cloud .tag-cloud-link:hover {
    background-color: #fe696a;
    color: #FFF;
}

.fr-latest-tags-2 .fr-latest-t-icons {
    display: flex;
    margin-top: 20px;
}

.fr-latest-t-icons i {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #242424;
    transition: .6s;
    margin-right: 8px;
}

.fr-latest-t-icons i:hover {
    background-color: #fe696a;
    color: #fff;
    border-color: #fe696a;
}

.fr-latest-blog-2 .fr-contact-form form {
    margin-top: 20px;
}

.fr-latest-blog-2 .fr-contact-form {
    padding: 45px 30px;
}

.fr-latest-user-reviews {
    background-color: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    margin-top: 30px;
}

.fr-latest-user-reviews .heading-contents-2 h3 {
    font-size: 22px;
}

.fr-user-reviews-2 img {
    max-width: 100px;
    border-radius: 60px;
}

.fr-user-reviews-2 {
    float: left;
    margin-right: 15px;
}

.fr-user-reviews-2-sm {
    overflow: hidden;
}

.fr-user-reviews-2-sm ul li {
    float: left;
    margin-right: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #242424;
}

.fr-user-reviews-2-sm ul {
    overflow: hidden;
}

.fr-user-reviews-2-sm a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
}

.fr-user-reviews-2-sm p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}

.fr-user-reviews-2-sm ul li span {
    font-weight: 400;
    margin-left: 40px;
    font-size: 14px
}

.fr-user-reviews-2-sm a i {
    margin-right: 10px;
    color: #fe696a;
}

.fr-latest-f1 {
    border-bottom: 1px solid #e9e9e9;
    padding: 32px 0;
}

.fr-latest-f1:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fr-user-reviews-2-sm .sm-style-2::before {
    content: "";
    top: 1px;
    border-right: 2px solid #242424;
    right: -24px;
    position: absolute;
    height: 75%;
    transform: rotate(20deg);
}

.fr-user-reviews-2-sm .sm-style-2 {
    font-size: 18px;
    position: relative;
}

.fr-latest-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-right: 15px;
}

.fr-blog-f-details .fr-latest-style-detai ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.fr-blog-f-details .fr-latest-style-detai ul li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    -ms-word-wrap: anywhere;
    word-wrap: anywhere;
}

.fr-blog-f-details .fr-latest-style-detai ul li:last-child {
    margin-right: 0;
}

.fr-blog-f-details .fr-latest-style-detai ul li i {
    color: #fe696a;
    margin-right: 10px;
}

.fr-blog-f-details .fr-latest-style-detai ul li img {
    max-width: 40px;
    border-radius: 50px;
    margin-right: 10px;
}

.fr-blog-f-details .fr-latest-style-detai ul li span {
    font-size: 16px;
    color: #6d7c90;
    vertical-align: middle;
}

.fr-blog-f-product {
    position: relative;
    overflow: hidden;
}

.fr-blog-f-details {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

/*freelance employers*/


.project-sidebar {
    top: 100px;
}

.project-price {
    background-color: #FFF;
    border-radius: 4px;
}

.fr-project-apply {
    margin-bottom: 30px;
}

.project-price .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
}

.project-price .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.project-price .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.project-price .project {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 2em;
    vertical-align: middle;
    padding-top: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    position: relative;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    font-weight: 500;
}

.project-price .feature i {
    font-size: 70px;
    color: #777;
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 25px;
}

.project-price .price-label {
    color: #777;
    font-size: 12px;
}

.project-price .price {
    font-size: 30px;
    font-weight: 500;
    margin-top: 5px;
}

.project-price .price-bottom {
    margin-top: 20px;
}

.project-price .price-bottom .price-type {
    color: #242424;
}

.project-price .price-bottom p {
    color: #48b300;
    float: right;
}

.project-price .price-bottom small {
    font-size: 14px;
}

.fr-project-f-des .fr-project-product {
    position: relative;
    overflow: hidden;
}

.fr-project-product-features {
    position: relative;
    padding: 30px;
}

.fr-project-product-features .fr-project-product ul {
    list-style: none;
    position: relative;
    overflow: hidden;
}

.fr-project-product-features .fr-project-product ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 33%;
    float: left;
}

.fr-project-product-features .fr-project-product .short-detail-icon {
    float: left;
    margin-right: 15px;
}

.fr-project-product-features .fr-project-product .short-detail-icon img {
    margin-top: 5px;
}

.fr-project-product-features .fr-project-product .short-detail-icon i {
    font-size: 30px;
    line-height: 50px;
    color: #fe696a;
}

.fr-project-product-features .fr-project-product .short-detail-meta {
    position: relative;
    overflow: hidden;
}

.fr-project-product-features .fr-project-product .short-detail-meta small {
    display: block;
    font-size: 12px;
    color: #777;
}

.fr-project-product-features .fr-project-product .short-detail-meta strong {
    font-weight: 400 !important;
    font-size: 16px;

}

.custom-widget {
    background-color: #fff;
    border-radius: 4px;
    color: #242424;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: 30px;
}

.widget-custom-heading {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    font-weight: 400;
}

.listing-viewed-card {
    display: flex;
    flex-direction: row;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 20px;
}

.listing-viewed-img {
    transition: opacity .3s ease;
    display: block;
    object-fit: cover;
    width: 100px;
    height: 66px;
}

.listing-viewed-detailz {
    position: relative;
    width: 100%;
}

.listing-viewed-card .date a {
    font-size: 12px;
    color: #a3a3a3;
}

.listing-viewed-title {
    transition: color .3s ease;
    font-size: 16px;
    line-height: 20px;
    color: #242424;
    font-weight: 400;
}

.listing-viewed-title a {
    color: #242424;
}

.listing-viewed-title a:hover {
    color: #fe696a;
}

.listing-viewed-stats {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

.listing-viewed-stats > li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.listing-viewed-stats > li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #a3a3a3;
    border-right: 1px solid #f0f0f0;
    line-height: 10px;
    padding-right: 10px;
}

.listing-viewed-stats > li p {
    color: #999;
}

.custom-widget-body ul.related-lists:last-child .listing-viewed-card {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pro-section.project-details {
    margin-bottom: 30px;
}

.project-details .pro-box {
    background-color: #f3f7fd;
    padding: 30px 20px;
    border: none !important;
}

.proposals-dashboard .fr-project-profile .fr-project-img-box img {
    width: 65px;
}

.proposals-dashboard .fr-project-profile .fr-project-user-details .h-style2 {
    font-size: 18px;
}

.proposals-dashboard .fr-project-profile .fr-project-user-details ul {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.proposals-dashboard .fr-project-inner-content {
    background-color: #f3f7fd;
    border: none;
}

.proposals-dashboard .fr-project-assets {
    display: none;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
    margin-left: 60px;
    background-color: #fff;
    padding: 15px;
    width: auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    float: none;
}

.proposals-dashboard .fr-project-assets.showhide {
    display: block;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
}

.proposals-dashboard .fr-project-assets p {
    font-size: 16px;
}

.fr-project-bidding.proposals-dashboard .fr-project-profile .fr-project-content-details ul li:first-child span {
    background-color: transparent;
    border: none;
    font-size: 30px;
}

.proposals-dashboard .fr-project-content-details ul li:first-child span small {
    display: block;
    color: #777;
    font-size: 40%;
    text-align: right;
}

.proposals-dashboard.fr-project-bidding .fr-project-box h3 {
    font-size: 20px;
}

.project-price .price-bottom .hourly-text {
    color: #777;
    display: block;
    font-size: 12px;
}

.protip-skin-default--scheme-black.protip-container {
    font-family: Poppins;
}

.form-group .richText-editor p {
    font-size: 14px;
    font-style: normal;
}

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 2rem;
    margin: 0 0 20px 0;
    border-radius: 4px;
    z-index: 2;
}

.alert .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0
}

.alert .alert-icon i {
    font-size: 1.5rem
}

.alert .alert-icon.alert-icon-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.alert .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.alert .alert-close {
    padding: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.alert .alert-close .close {
    text-shadow: none !important
}

.alert .alert-close i {
    opacity: .8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 1rem;
}

.alert .alert-close i:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.alert.alert-elevate {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1)
}


.alert.alert-primary .alert-text hr {
    border-top-color: #fff;
    opacity: .4
}

.alert.alert-secondary .alert-icon i {
    color: #74788d
}

.imageview .title,
.imageview .prev,
.imageview .next,
.imageview .hide {
    -background-color: rgba(0, 255, 0, 0.2);
}

.imageview {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
}

.imageview .prev,
.imageview .next,
.imageview .hide {
    position: absolute;
    opacity: 0.5;
    background-repeat: no-repeat;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
}

.imageview .prev:hover,
.imageview .next:hover,
.imageview .hide:hover {
    opacity: 1;
}

.imageview .prev,
.imageview .next {
    z-index: 10001;
    width: 80px;
    height: 100%;
    background-position: 30px 50%;
    background-size: 28px 100%;
}

.imageview .prev {
    left: 0;
    background-position: 30px 50%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0NTEuODQ3IDQ1MS44NDciPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik05Ny4xNDEsMjI1LjkyYzAtOC4wOTUsMy4wOTEtMTYuMTkyLDkuMjU5LTIyLjM2NkwzMDAuNjg5LDkuMjdjMTIuMzU5LTEyLjM1OSwzMi4zOTctMTIuMzU5LDQ0Ljc1MSwwYzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM4OCwwLDQ0Ljc0OEwxNzMuNTI1LDIyNS45MmwxNzEuOTAzLDE3MS45MDljMTIuMzU0LDEyLjM1NCwxMi4zNTQsMzIuMzkxLDAsNDQuNzQ0Yy0xMi4zNTQsMTIuMzY1LTMyLjM4NiwxMi4zNjUtNDQuNzQ1LDBsLTE5NC4yOS0xOTQuMjgxQzEwMC4yMjYsMjQyLjExNSw5Ny4xNDEsMjM0LjAxOCw5Ny4xNDEsMjI1LjkyeiIvPjwvc3ZnPg==');
}

.imageview .next {
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0NTEuODQ2IDQ1MS44NDciPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zNDUuNDQxLDI0OC4yOTJMMTUxLjE1NCw0NDIuNTczYy0xMi4zNTksMTIuMzY1LTMyLjM5NywxMi4zNjUtNDQuNzUsMGMtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxLDAtNDQuNzQ0TDI3OC4zMTgsMjI1LjkyTDEwNi40MDksNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQsMC00NC43NDhjMTIuMzU0LTEyLjM1OSwzMi4zOTEtMTIuMzU5LDQ0Ljc1LDBsMTk0LjI4NywxOTQuMjg0YzYuMTc3LDYuMTgsOS4yNjIsMTQuMjcxLDkuMjYyLDIyLjM2NkMzNTQuNzA4LDIzNC4wMTgsMzUxLjYxNywyNDIuMTE1LDM0NS40NDEsMjQ4LjI5MnoiLz48L3N2Zz4=');
}

.imageview .hide {
    z-index: 10002;
    top: 0%;
    right: 0%;
    width: 80px;
    height: 80px;
    background-position: 30px 50%;
    background-size: 20px 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyMTIuOTgyIDIxMi45ODIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiIGQ9Ik0xMzEuODA0LDEwNi40OTFsNzUuOTM2LTc1LjkzNmM2Ljk5LTYuOTksNi45OS0xOC4zMjMsMC0yNS4zMTJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGwtNzUuOTM3LDc1LjkzN0wzMC41NTQsNS4yNDJjLTYuOTktNi45OS0xOC4zMjItNi45OS0yNS4zMTIsMGMtNi45ODksNi45OS02Ljk4OSwxOC4zMjMsMCwyNS4zMTJsNzUuOTM3LDc1LjkzNkw1LjI0MiwxODIuNDI3Yy02Ljk4OSw2Ljk5LTYuOTg5LDE4LjMyMywwLDI1LjMxMmM2Ljk5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBsNzUuOTM3LTc1LjkzN2w3NS45MzcsNzUuOTM3YzYuOTg5LDYuOTksMTguMzIyLDYuOTksMjUuMzEyLDBjNi45OS02Ljk5LDYuOTktMTguMzIyLDAtMjUuMzEyTDEzMS44MDQsMTA2LjQ5MXoiLz48L3N2Zz4=');
}

.imageview .title {
    position: absolute;
    opacity: 0.5;
    z-index: 10000;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 80px;
    line-height: 80px;
    vertical-align: bottom;
    text-indent: 30px;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
}

.imageview .image {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.imageview .image img {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.service-sidebar {
    top: 0;
}

.service-sidebar .ref-id {
    color: #999;
    text-align: right;
    font-size: 14px;
    font-style: italic;
}

.fr-services2-details small.report {
    font-style: italic;
    color: #777;
    padding: 20px;
    text-align: center;
    display: block;
}

.fr-services2-details small.report i {
    margin-right: 10px;
}

.service-sidebar .whizzchat-button {
    background-color: #FFF;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 30px;
}

.service-sidebar .whizzchat-button a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.service-sidebar .whizzchat-button i {
    color: #ccc;
    text-align: right;
}

.service-sidebar .whizzchat-button img {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
}

.project-price.service {
    border: 1px solid #242424;
    border-radius: 4px;
    background-color: #242424;
    margin-top: 0;
    margin-bottom: 30px;
}

.project-price.service .price-label {
    color: #FFF;
}

.project-price.service .price {
    color: #FFF;
}

.project-price.service .feature i {
    color: #FFF;
}

/*SERVICE DETAIL SHARE BUTTON*/


.social-share #wrapper {
    position: relative;
    z-index: 9;
}

.social-share input[type="checkbox"] {
    display: none;
}

.social-share .checkbox:checked + .label {
    background: #242424;
    color: #FFF;
}

.social-share .checkbox:checked + .label i, .social-share .checkbox:checked + .label span {
    color: #FFF;
}

.social-share .checkbox:checked ~ .social {
    opacity: 1;
    transform: scale(1) translate(-100px, -100px);
}

.social-share .label {
    margin-bottom: 0;
    cursor: pointer;
}

.social-share .social {
    transform-origin: 15% 0%;
    transform: scale(0) translate(-100px, -100px);
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 20px;
}

.social-share ul {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: -15px auto 0;
    color: #fff;
    background: #242424;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    box-shadow: 0 9.5px 12.7px 0 rgba(0, 0, 0, .05);
}

.social-share ul li {
    font-size: 20px;
    margin: 0;
    display: block;
    padding-right: 0 !important;
}

.social-share ul li a {
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
}

.social-share ul li:hover {
    color: rgba(0, 0, 0, 0.5);
}

.social-share ul:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto;
    height: 0;
    width: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #c8232c;
}

.social-share li[class*="twitter"] {
    background: #6cdfea;
}

.social-share li[class*="instagram"] {
    background: #0e68ce;
}

.social-share li[class*="facebook"] {
    background: #3b5998;
}

.social-share li[class*="linkedin"] {
    background: #2867B2;
}

.social-share li[class*="linkedin"] {
    background: #2867B2;
}

.social-share li[class*="pinterest"] {
    background: #c8232c;
}

.social-share .social ul li i {
    margin: 0 !important;
    color: #FFF;
}


.listing-page-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 593px;
}

/*FREELANCER STYLE-1*/
.fr-hero-detail.style-1 {
    background: none;
    background-color: #F8F8F8;
    padding: 50px 0;
}

.fr-hero-detail.style-1::before {
    background: none;
    content: normal;
}

.fr-hero-detail.style-1 .custom-product {
    padding-bottom: 25px;
    background-color: #FFF;
    padding: 30px 15px;
    margin: 0;
    border-radius: 4px;
    margin-top: -180px;
}

.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information span.title {
    color: #242424;
}

.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
    color: #999;
}

.fr-hero-detail.style-1 .fr-hero-hire p, .fr-hero-detail.style-1 .fr-hero-hire span {
    color: #242424;
}

.fr-hero-m-jobs-bottom {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
}

.fr-hero-m-jobs-bottom ul {
    display: flex;
    border-top: 1px solid #e1e1e1;
}

.fr-hero-m-jobs-bottom ul li {
    padding: 15px 30px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #999;
    border-right: 1px solid #e1e1e1;
    font-size: 14px;
}

.fr-hero-m-jobs-bottom ul li:last-child {
    border: none;
}

.fr-hero-theme.freelancer {
    height: 400px;
    position: relative;
}

.fr-hero-theme.freelancer:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(140, 124, 124, 0.2), #000000db);
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n+1) small {
    color: #3398fb;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n+2) small {
    color: #f5365c;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n+3) small {
    color: #8553ee;
}

.fr-hero-m-jobs-bottom ul li:nth-child(4n+4) small {
    color: #f56036;
}

.fr-hero-m-jobs-bottom ul li span small {
    font-size: 24px;
    font-weight: 500;
    margin-right: 5px;
}

.fr-hero-details-content .fr-hero-details-information h1 {
    font-size: 26px;
    margin-bottom: 0;
    color: #FFF;
}

.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
    max-width: 130px;
    border-radius: 10px;
}

.fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
    padding-top: 14px;
}

.fr-hero-detail.style-1 .fr-hero-details-information h1 {
    color: #242424;
}

.fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
    margin-top: 25px;
}

.freelancer-profile-img {
    width: auto;
    max-width: 170px;
    border-radius: 10px;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    padding: 7px;
}

.freelancer-profile-img img {
    position: relative;
    border-radius: 10px;
}

.freelancer-profile-img span {
    padding: 8px;
    position: absolute;
    top: -4%;
    right: -4%;
}

.fr-product-description .main-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 30px;
}

#toast-container > div {
    border-radius: 4px;
}

.forget_pwd .modal-body {
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
}

.forget_pwd .modal-body .btn-style {
    float: right;
}

.forget_pwd .modal-header {
    padding: 20px 30px;
    background-color: #242424;
    border-radius: 4px 4px 0 0;
}

.forget_pwd .modal-header h5 {
    color: #FFF;
    font-size: 18px;
}

.forget_pwd button.close {
    color: #FFF;
    background-color: transparent;
    border: none;
}

@-webkit-keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

@keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

.fl-checkout-form .select2-container--default .select2-selection--single {
    height: 50px;
    background-color: #f4f6f9;
    border: none;
}

.fl-checkout-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242424;
    line-height: 40px;
}

.fl-checkout-form .billing-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.fl-checkout-form .billing-details h3, .fl-checkout-form .order-details1 h3#order_review_heading {
    margin-top: 0;
}

.fl-checkout-form table td, .fl-checkout-form table th {
    padding: .5em;
    border: none;
    word-break: break-all;
}

/*BLOG CSS*/
.blog-sidebar .widget ul li, .wp-block-archives-list li, .wp-block-rss li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    color: #aaa;
}

.blog-sidebar .widget ul {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.blog-sidebar .widget ul li a::before {
    color: gray;
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    text-align: left;
    position: absolute;
    left: 0;
    font-weight: 900;
    content: '\f0da';
}

.blog-sidebar .widget ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.blog-sidebar .widget ul li a {
    text-align: left;
    color: #000;
    float: left;
    font-size: .9375rem;
    margin-left: 15px;
    margin-right: 5px;
}

.widget .widget-heading {
    position: relative;
    margin-bottom: 20px;
}

.blog-sidebar .widget .widget-heading h3 {
    color: #20292f;
    margin-bottom: 0;
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.2;
}

.blog-sidebar .widget {
    position: relative;
    margin-top: 0;
    background-color: #fff;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fl-search-blog .input-group .input-group-append .blog-search-btn {
    color: #fff;
    background-color: #fe696a;
    border: 1px solid #fe696a;
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    height: 50px;
}

.widget .search-form input.search-submit {
    display: none !important;
}

.heading-dots {
    position: relative;
    width: 100%;
}

.heading-dots .h-dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #fe696a;
    margin-right: 3px;
}

.heading-dots .h-dot.line-dot {
    border-right: 40px solid #fe696a;
}

/*BLOG CSS*/
.main-theme-comms-list .post.pingback {
    margin-top: 20px;
}

.main-theme-comms {
    padding: 25px 0;
    border-bottom: 1px dashed #BBB;
}

.main-theme-comms .comment-user {
    display: flex;
    align-items: center;
}

.main-theme-comms .comment-user .comm-avatar img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.main-theme-comms .comment-user .user-details {
    color: #777;
}

.main-theme-comms .comment-user .username {
    text-decoration: underline;
    color: #fe696a;
    margin-right: 5px;
}

.main-theme-comms .comment-user .username a {
    color: #fe696a;
}

.post-desc a, .wp-caption-text a {
    text-decoration: none;
    /*color: #fe696a;*/
}

.main-theme-comms .comment-text {
    padding: 10px 0 0;
}

.widget-seprator .widget-seprator-heading {
    margin-bottom: 20px;
}

.widget-seprator .widget-seprator-heading.comments-special {
    margin-bottom: 0;
}

.widget-seprator .widget-seprator-heading .sec-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}


/*BLOG SIDEBAR THEME UNIT TEST*/
.single-blog.blog-detial .blog-post .post-excerpt dl {
    margin-top: 10px
}

.single-blog.blog-detial .blog-post .post-excerpt dl dd, .single-blog.blog-detial .blog-post .post-excerpt dl dt {
    margin-bottom: 10px
}

.single-blog.blog-detial .blog-post .post-excerpt p em strong, .single-blog.blog-detial .blog-post .post-excerpt p strong, .single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
    color: #20292f
}

.about-us-content p {
    margin-bottom: 15px
}

.blog-sidebar .widget.widget-content .textwidget p strong {
    color: #20292f
}

.blog-sidebar .widget.widget-content a.rsswidget {
    display: inline-block
}

.blog-sidebar .widget {
    padding: 20px 25px
}

.blog-sidebar .widget .widget-heading h4.panel-title {
    margin-bottom: 10px
}

.blog-sidebar .widget .widget-heading h4 a {
    padding: 0
}

.blog-sidebar .widget select {
    margin-top: 15px
}

.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
    padding: 0;
    margin-left: 10px !important
}

.gallery {
    margin-left: -.5em;
    margin-right: -.5em
}

.gallery:after {
    display: table;
    content: "";
    clear: both
}

.gallery-item {
    margin: 0;
    float: left;
    padding: .5em
}

.gallery-item img {
    width: 100%
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.wp-caption-text.gallery-caption {
    margin-top: 5px
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

/*.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}*/
.post-desc table, .post-desc td, .post-desc th {
    border: 1px solid #ddd
}

.post-desc table {
    border-collapse: collapse;
    width: 100%;
    color: #375174
}

.post-desc dt, .post-desc th {
    color: #242424;
    font-weight: 600;
}

.post-desc dd {
    color: #777;
}

.post-desc td, .post-desc th {
    padding: 15px
}

.media .children li {
    margin-bottom: 0 !important
}

.comment_form {
    margin-top: 0 !important
}

.commentform .form-submit {
    padding-left: 15px
}

.comment-reply-title {
    margin-top: 0 !important;
    font-size: 18px;
    color: #777;
    font-weight: 400;
}

.comment-reply-title a {
    color: #e52d27
}

#cancel-comment-reply-link {
    font-size: 14px !important;
    color: #777
}

.sb_margin_top {
    margin-top: 40px
}

.sb_margin_bottom {
    margin-bottom: 40px
}

.screen-reader-text {
    display: none
}

.textwidget img {
    height: auto;
    max-width: 100%;
}

.blog-sidebar .widget .sub-menu ul.children {
    margin-left: 5px !important
}

.blog-sidebar .widget.widget-content ul.children {
    padding-top: 2px;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 2px
}

.post-desc h1 {
    font-size: 40px;
    margin: 20px 0
}

.post-desc h2 {
    font-size: 32px;
    margin: 20px 0
}

.post-desc h3 {
    margin: 20px 0
}

.post-desc h4 {
    font-size: 24px;
    margin: 20px 0
}

.post-desc h5 {
    font-size: 20px;
    margin: 20px 0
}

.post-desc h6 {
    font-size: 16px;
    margin: 20px 0
}

.post-desc img, .post-desc img[class*=align], .post-desc img[class*=attachment-], .post-desc img[class*=wp-image-], .post-desc img[height] {
    height: auto;
    max-width: 100%;
    clear: both
}

.comment-list .comment .comment-content p {
    font-size: 16px;
    color: #1a1a1a
}

.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.sb-top-bar_notification {
    background-color: #fcf8e3;
    text-align: center;
    padding: .6em;
    color: #20292f;
    font-size: smaller;
    font-weight: 800;
    display: none
}

.sb-top-bar_notification a {
    text-decoration: none;
    color: #8a6d3b
}

.user-img {
    width: 50px !important
}

.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
    left: auto;
    right: 0 !important
}

blockquote, blockquote p {
    margin: 1em auto 1.4em;
    line-height: 1.8em;
    color: #20292f;
    max-width: 750px;
    font-size: 1.2em;
    position: relative;
    padding: 0 40px
}

blockquote::after {
    color: #fe696a;
    content: '\201C';
    display: block;
    font-size: 100px;
    position: absolute;
    left: 24px;
    top: 16px
}

.blog-sidebar .widget .input-group-addon {
    color: #fff;
    border: medium none;
    border-radius: 0
}

.blog-post .post-excerpt form.post-password-form input[type=submit] {
    color: #fff;
    padding: 2px 15px
}

.blog-post .post-excerpt form.post-password-form input[type=submit] {
    background-color: #242424;
    border: 1px solid #242424
}

.static-page .post-excerpt {
    margin-bottom: 0
}

.static-page .single-blog.blog-detial .post-excerpt.post-desc ol {
    margin-bottom: 0
}

.post-ad-form .row .col-md-6 {
    min-height: 97px
}

.blog-detial .comment-info .author-desc {
    margin-left: 90px
}

.blog-detial .comment-info .author-desc.no-margin {
    margin-left: 0
}

.blog-detial .comment-info img {
    max-width: 70px
}

.blog-detial .comment-info .author-title {
    margin-bottom: 0
}

.comment-list .comment .comment-info .author-desc .author-title li a {
    color: #777;
    font-size: 14px
}

.blog-sidebar .widget ul {
    padding-left: 0;
    margin-bottom: 0;
    position: relative
}

.blog-sidebar .widget ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    color: #aaa
}

.blog-sidebar .widget ul li ul.children {
    padding-left: 20px
}

.blog-sidebar .widget ul.sub-menu {
    padding-left: 20px
}

.blog-sidebar .widget ul li.recentcomments {
    display: inline-block
}

.blog-sidebar .widget ul li.recentcomments a {
    float: none;
    margin-left: 5px;
    margin-right: 0
}

.blog-sidebar .widget ul li.recentcomments span.comment-author-link {
    margin-left: 15px;
    margin-right: 0
}

.blog-sidebar .widget ul li.recentcomments span.comment-author-link a {
    margin-left: 0
}

.blog-sidebar .change ul li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: inline;
    padding: 0;
    border-bottom: 0
}

.blog-sidebar .change ul li a {
    text-align: left;
    float: right;
    padding: 4px 7px 4px 7px;
    background-color: rgba(0, 0, 0, .7);
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    margin: 0 7px
}

.blog-sidebar .change ul li a i {
    font-size: 14px;
    vertical-align: middle
}

.blog-sidebar .title-b {
    position: absolute;
    left: 20px;
    bottom: 15px
}

.blog-sidebar .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 35px;
    color: #fff
}

.blog-sidebar .card-title a {
    color: #fff
}

.blog-sidebar .card-title a:hover {
    color: #fe696a
}

.blog-sidebar .widget ul li a:hover {
    color: #fe696a
}

.blog-sidebar .widget .textwidget {
    color: #20292f
}

.blog-sidebar .widget .textwidget p strong {
    color: #20292f
}

.wp-block-button {
    color: #fff;
    margin-bottom: 16px
}

.post-excerpt .wp-block-button:not(.is-style-squared) .wp-block-button__link {
    border-radius: 5px
}

.post-excerpt .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    background: 0 0;
    color: #20292f;
    border: 2px solid #fe696a
}

.post-excerpt .wp-block-cover p:not(.has-text-color) {
    font-size: 2.25em;
    max-width: 100%;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.post-excerpt .wp-block-cover-text a, .post-excerpt .wp-block-cover-text strong {
    color: #fff;
    font-weight: 700
}

.post-excerpt .wp-block-cover, .post-excerpt .wp-block-cover-image {
    padding: 1rem 2%;
    position: relative;
    margin-bottom: 16px
}

.post-excerpt .wp-block-gallery .blocks-gallery-grid, .post-excerpt .wp-block-gallery .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.post-excerpt .wp-block-columns ol {
    padding-left: 15px
}

.post-excerpt .wp-block-columns blockquote, .post-excerpt .wp-block-columns blockquote p {
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 0
}

.post-excerpt .wp-block-columns blockquote::after {
    display: none
}

blockquote cite {
    color: #375174;
    font-size: 14px;
    display: block;
    margin-top: 5px
}

p.has-drop-cap:first-letter {
    color: #fe696a;
    initial-letter: 2;
    font-size: 82px !important;
    font-weight: 500
}

.post-excerpt .has-large-font-size {
    font-size: 36px;
    line-height: 1.4
}

.wp-block-file a {
    text-decoration: underline;
    display: block;
    margin-bottom: 16px;
    color: #001733;
}

.wp-block-file .wp-block-file__button {
    padding: 10px 30px;
    background: #fe696a;
    border: 1px solid #fe696a;
    border-radius: 0;
    color: #fff;
    position: relative;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    font-size: 16px;
    display: inline-table
}

.wp-block-file * + .wp-block-file__button {
    margin-left: 0;
    margin-bottom: 0
}

.wp-block-archives-dropdown, .wp-block-calendar, .wp-block-categories-dropdown, .wp-block-columns, .wp-block-file, .wp-block-group.has-background, .wp-block-media-text, .wp-block-rss, .wp-block-search {
    margin-bottom: 16px
}

.post-desc .wp-block-latest-comments, .post-desc .wp-block-rss, .wp-block-archives.wp-block-archives-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 16px
}

.blog-sidebar .widget ul li, .wp-block-archives-list li, .wp-block-rss li {
    width: 100%;
    margin: 0;
    text-align: left;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    color: #aaa;
    position: relative;
}

.wp-block-archives-list li a, .wp-block-rss li a {
    text-align: left;
    color: #20292f;
    float: left;
    font-size: .9375rem;
    margin-left: 0;
    margin-right: 5px;
    font-weight: 500
}

.wp-block-archives-list li:last-child, .wp-block-rss li:last-child {
    border-bottom: medium none;
    padding-bottom: 0
}

.wp-block-archives .select2-container .select2-selection--single, .wp-block-categories .select2-container .select2-selection--single {
    background-color: #fff
}

.post-excerpt .wp-block-latest-comments__comment a, .post-excerpt .wp-block-latest-comments__comment-author {
    font-size: 18px;
    color: #20292f;
    font-weight: 500;
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding: 0
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 1em
}

.post-excerpt .wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-weight: 500;
    font-size: 18px;
    color: #20292f
}

.post-excerpt .wp-block-search__input {
    border-radius: 0;
    box-shadow: none;
    color: #777;
    font-size: 14px;
    background: #fbfdff;
    height: auto;
    padding: 10px 20px 10px 20px;
    transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
    border: 1px solid #dde6ef
}

.wp-block-search .wp-block-search__label {
    width: 100%;
    display: none
}

.post-excerpt .wp-block-group.has-background .wp-block-group__inner-container {
    word-break: break-word;
    padding: 25px
}

.post-excerpt .wp-block-separator, .post-excerpt .wp-block-separator hr {
    background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 2.25em;
    text-align: left
}

.post-excerpt hr.is-style-wide {
    max-width: 100%
}

.post-excerpt .wp-block-separator.is-style-dots {
    max-width: 100%;
    text-align: center
}

.post-desc .page_with_pagination .page-links a {
    text-decoration: none
}

.sticky .fr-latest-sm, .tag-sticky-2 .fr-latest-sm {
    background-color: #fff4d3;
}

.sticky .blog-read-more, .tag-sticky-2 .blog-read-more {
    border-top: 1px solid #d7e1e1;
}

.for-sp.is-sticky .card-body .custom_radioss {
    margin-bottom: 5px;
}

.for-sp.is-sticky .card-body .btn {
    margin-top: 15px;
}

.is-sticky.position-sticky {
    top: 70px;
    z-index: 2;
}

.post-desc ul {
    list-style: circle;
    margin-bottom: 0;
    padding-left: 40px;
}

.post-desc ul li, .post-desc ol li {
    color: #777777;
    line-height: 1.8;
}

.fr-latest-container ol {
    position: relative;
}

.post-excerpt .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    background: 0 0;
    color: #20292f;
    border: 2px solid #fe696a;
}

.post-excerpt .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery img {
    box-shadow: 0 0 4px #777;
    border: 1px solid #fff;
    padding: 8px;
    background: #f2f2f2
}

.gallery img:hover {
    background: #fff
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl, .gallery dt {
    margin: 0
}

.gallery br + br {
    display: none
}

.none {
    display: none
}

iframe {
    width: 100%;
    height: 100%;
}

.wp-block-embed iframe {
    max-width: 100%;
    height: 450px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 6px auto;
    text-align: center
}

.alignleft {
    float: left;
    margin-bottom: 6px !important;
    margin-left: 0;
    margin-right: 24px;
    margin-top: 6px
}

.alignright {
    float: right;
    margin-bottom: 6px !important;
    margin-left: 24px;
    margin-right: 0;
    margin-top: 6px
}

.wp-caption-dd, .wp-caption-text {
    color: #686868;
    font-style: italic;
    font-weight: 500;
    line-height: 17px;
    margin: 6px 0 26px;
    text-align: left
}

.wp-block-file * + .wp-block-file__button {
    margin-left: 0;
    margin-bottom: 0;
}

.page_with_pagination {
    position: relative;
    margin-top: 20px;
}

.page-links .current .no {
    color: #fff;
    background-color: #fe696a;
}

.page-links .no {
    padding: .7rem .85rem;
    color: #20292f;
    background: #f5f5f5;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.page-links span {
    margin-top: 0;
}

.post-desc pre {
    border: 1px solid #f4f4f4;
    max-width: 100%;
    overflow: hidden;
    padding: 1.75em;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0;
    background-color: #f4f4f4;
    color: #375174;
}

.bold, strong, b {
    font-weight: 700 !important;
    color: #242424;
}

.wp-caption {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    padding: .575rem .75rem;
    font-size: 1rem;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    background-color: #f4f6f9;
    border: none;
    height: 50px;
    line-height: 30px;
    color: #777;
}

.comment-reply-link {
    margin-left: 5px;
}

.post-desc p {
    line-height: 1.8;
    position: relative;
}

.blog-nothing-found {
    background-color: #FFF;
    border-radius: 4px;
    padding: 20px 25px;
    position: relative;
}

.blog-nothing-found .search-submit {
    display: none;
}

.blog-nothing-found h3 {
    margin-bottom: 20px;
}

.blog-nothing-found p {
    line-height: 1.8;
}

.blog-nothing-found form {
    margin: 30px 0;
}


/*SERVICES FILTER*/

.services-filter-2 {
    background-color: #FFF;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    width: 100%;
    display: flex;
    flex-direction: row;
}

.services-filter-2 form {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.services-filter-2 form .filters {
    min-width: 400px;
    display: flex;
}

.services-filter-2 h4 {
    margin: 0;
    margin-bottom: 0;
    color: #242424;
    font-weight: 500;
    display: inline-block;
}

.services-filter-2 .select2-container {
    width: 100% !important;
}

.services-filter-2 ul.top-filters {
    display: flex;
    float: right;
}

.services-filter-2 ul.top-filters li {
    display: flex;
    flex-direction: row;
}

.services-filter-2 .services-list-icon {
    background-color: #f4f6f9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px;
    margin-right: 15px;
}

.services-filter-2 .services-list-icon span {
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 0;
    background-color: #242424;
    height: 2px;
    width: 10px;
    border-radius: 4px;
    margin-bottom: 3px;
    display: block;
}

.services-filter-2 .services-list-icon.active span {
    background-color: #FFF;
}

.services-filter-2 .services-list-icon span:nth-child(2) {
    width: 16px;
}

.services-filter-2 .services-list-icon span:nth-child(3) {
    margin-bottom: 0;
}

.services-filter-2 .services-grid-icon.active, .services-filter-2 .services-list-icon.active {
    background-color: #fe696a;
}

.services-filter-2 .services-grid-icon {
    background-color: #f4f6f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    margin-right: 15px;
}

.services-filter-2 .services-grid-icon span {
    background-color: #242424;
    width: 2px;
    height: 10px;
    margin-right: 3px;
}

.services-filter-2 .services-grid-icon.active span {
    background-color: #FFF;
}

.services-filter-2 .services-grid-icon span:nth-child(2) {
    height: 16px;
}

.services-filter-2 .services-grid-icon span:nth-child(3) {
    margin: 0;
}

.services-filter-2 .heading-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.services-filter {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    justify-content: space-between;
}

.services-filter h4 {
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.services-filter ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.services-filter ul.top-filters li {
    display: flex;
    align-items: center;
    width: 70%;
}

.services-filter ul.top-filters li:nth-child(1) {
    width: 30%;
}

.services-filter ul.top-filters li form {
    width: 100%;
}

.services-filter ul li span.lsit {
    position: relative;
}

.services-filter ul li:nth-child(1) a {
    margin-right: 10px;
    cursor: pointer;
}

.services-filter ul.top-filters li .select2-container {
    width: 100% !important;
}

.services-filter .services-list-icon:hover, .services-filter .services-list-icon .active {
    background-color: #fe696a;
}

.services-filter .services-grid-icon:hover, .services-filter .services-grid-icon .active {
    background-color: #fe696a;
}

.services-filter .services-list-icon:hover span, .services-filter .services-list-icon .active span {
    background-color: #FFF;
}

.services-filter .services-grid-icon:hover span, .services-filter .services-grid-icon .active span {
    background-color: #FFF;
}

.services-filter .services-list-icon {
    background-color: #f4f6f9;
    border-radius: 4px;
    height: 45px;
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-filter .services-grid-icon {
    background-color: #f4f6f9;
    border-radius: 4px;
    height: 45px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-filter ul li a {
    color: #666666;
    font-size: 12px;
}

.services-filter .services-list-icon span {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #242424;
    height: 2px;
    width: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: block;
}

.services-filter .services-list-icon span:nth-child(2) {
    width: 16px;
}

.services-filter .services-grid-icon span {
    background-color: #242424;
    width: 2px;
    height: 10px;
    margin-right: 2px;

}

.services-filter .services-grid-icon span:nth-child(2) {
    height: 16px;
}

.services-filter .services-grid-icon.active, .services-filter .services-list-icon.active {
    background-color: #fe696a;
}

.services-filter .services-grid-icon.active span, .services-filter .services-list-icon.active span {
    background-color: #FFF;
}

.services-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.services-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}


/*SEARCH SIDEBAR*/
.service-side {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}

.service-side .heading {
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}

.service-side .heading h4 {
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

.service-side .heading a {
    float: right;
    font-size: 12px;
    color: #fe696a;
}

.service-side .panel-default {
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}

.service-side .panel-default > .panel-heading {
    padding: 0;
    border: none;
}

.service-side .panel-default > .panel-heading a {
    color: #242424;
    display: block;
}

.service-side .panel-heading a::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    color: #777;
    transition: all 0.5s;
    right: 30px;
    position: absolute;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-side .panel-heading a.collapsed::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f077";
}

.service-side .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 0;
    margin-top: 20px;
    max-height: 400px;
    overflow-y: auto;
}

.service-side .panel-default .panel-body ul {
    position: relative;
    padding-left: 10px;
}

.service-side .panel-default .panel-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
    padding-top: 10px;
}

.service-side .panel-default .panel-body ul li:last-child {
    margin-bottom: 0;
}

.service-side .panel-default .panel-body ul li .pretty {
    margin-right: 10px;
}

.service-side .panel-default .panel-body ul li ul {
    margin-top: 10px;
    padding-left: 20px;
}

.service-side .panel-default .panel-body ul li i.fa-plus {
    float: right;
}

.service-side .submit-btn {
    position: relative;
    padding: 20px;
}

.service-side .submit-btn p {
    color: #777;
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
}

.service-side .range-slider {
    padding: 0 15px;
}

.service-side .extra-controls {
    margin-top: 15px;
}

.service-side .extra-controls input.form-control {
    width: 40%;
    float: left;
    margin: 0 15px;
}

.service-side .range-slider .irs--round .irs-from::before, .service-side .range-slider .irs--round .irs-to::before, .service-side .range-slider .irs--round .irs-single::before {
    border-top-color: #fe696a;
}

.service-side .range-slider .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #fe696a;
}

.service-side .range-slider .irs--round .irs-handle {
    border: 4px solid #fe696a;
    top: 28px;
    width: 20px;
    height: 20px;
}

.service-side .range-slider .irs--round .irs-bar {
    background-color: #fe696a;
}

.service-side .range-slider .irs--round .irs-from, .service-side .range-slider .irs--round .irs-to, .service-side .range-slider .irs--round .irs-single {
    background-color: #fe696a;
}

.main-theme-services-box {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-theme-service-list {
    background-color: #FFF;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-theme-service-list .featured-image {
    position: relative;
    overflow: hidden;
    height: 165px;
}

.main-theme-service-list .featured-image::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.main-theme-service-list .featured-image img {
    position: absolute;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.main-theme-service-list .features-star {
    z-index: 9;
}

.main-theme-service-list .features-star i {
    left: 6px;
    z-index: 99;
}

.main-theme-service-list .main-theme-service-desc {
    padding: 15px;
}

.main-theme-service-list .main-theme-service-title {
    position: relative;
    overflow: hidden;
}

.main-theme-service-list .main-theme-service-title a {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
}

.main-theme-service-list .main-theme-service-title a:hover {
    color: #fe696a;
}

.main-theme-service-list .main-theme-service-desc span.desc-meta {
    font-size: 14px;
}

.main-theme-service-list .main-theme-service-desc span.desc-meta a {
    color: #777;
}

.main-theme-services-bottom {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding: 15px;
}

.main-theme-services-bottom ul li {
    display: inline-block;
}

.main-theme-services-bottom ul li.orders {
    font-size: 12px;
    color: #777;
    float: right;
}

.main-theme-services-box .main-theme-service-desc span.rating {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
    display: block;
}

.main-theme-services-box .main-theme-service-desc span.rating i {
    color: #fe696a;
    margin-right: 10px;
}

.main-theme-services-box .fr-top-rating {
    right: 15px;
    left: auto;
    top: auto;
    bottom: 40px;
    z-index: 9;
    border: 1px solid #ebebeb;
}

.main-theme-services-box .fr-top-rating a.active {
    border: none;
}

.main-theme-services-box .main-theme-services-bottom .style-6 {
    background-color: transparent;
    color: #fe696a;
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin-left: 10px;
}

.main-theme-services-list-2 {
    background-color: #FFF;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    border-left: 3px solid #fe696a;
    display: flex;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

.main-theme-services-list-2 .main-theme-services-user-pic {
    display: flex;
    flex-direction: row;
}

.main-theme-services-2-meta {
    position: relative;
    display: flex;
    width: 100%;
}

.main-theme-services-2-meta ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.main-theme-services-2-meta ul li {
    position: relative;
}

.main-theme-services-2-meta ul li span.style-6 {
    display: block;
    color: #fe696a;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.main-theme-services-2-meta ul li:nth-child(2) {
    font-size: 14px;
    color: #777;
    text-align: right;
}

.main-theme-services-list-2 .main-theme-services-2-meta div.rating {
    font-size: 14px;
    color: #777;
}

.main-theme-services-list-2 .main-theme-services-2-meta div.rating i {
    color: #fe696a;
    font-size: 12px;
    margin-right: 5px;
}

.main-theme-services-list-2 .main-theme-services-2-meta .btn {
    font-size: 14px;
    padding: 10px 20px;
}

.main-theme-services-list-2 .main-theme-services-2-meta ul li:nth-child(3) p {
    margin-top: 10px;
    font-size: 12px;
}

.main-theme-services-list-2 .main-theme-services-2-meta h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.main-theme-services-list-2 .main-theme-services-2-meta h3 a {
    color: #242424;
}

.main-theme-services-list-2 .main-theme-services-2-meta p {
    font-size: 14px;
}

.main-theme-services-list-2 .main-theme-services-2-meta p a {
    margin-right: 20px;
}

.main-theme-services-list-2 .main-theme-services-2-meta p a.author {
    color: #fe696a;
}

.main-theme-services-list-2 .main-theme-services-2-meta p a i {
    color: #aaa;
    margin-right: 5px;
}

.main-theme-services-list-2 .main-theme-services-2-meta p a i.fa-check {
    background-color: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 9px;
    vertical-align: middle;
}

.main-theme-services-list-2 .main-theme-services-2-meta p a i.verified {
    background-color: #559250;
}

/*PROJECT SIDEBAR*/
.project-sidebar {
    background-color: #FFF;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.project-sidebar .panel-default {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    position: relative;
}

.project-sidebar .panel-heading a.collapsed::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f077";
}

.project-sidebar .panel-heading a::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    color: #777;
    transition: all 0.5s;
    right: 35px;
    position: absolute;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-sidebar .panel-heading a {
    font-size: 16px;
    color: #242424;
    display: block;
}

.project-sidebar .submit-btn p {
    color: #777;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.project-sidebar .panel-body .select2-container {
    width: 100% !important;
}

.project-sidebar .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 0;
    max-height: 400px;
    margin-top: 20px;
}

.project-sidebar .panel-default .panel-collapse .panel-body .range-slider {
    padding-right: 20px;
}

.project-sidebar .panel-default .panel-body ul {
    position: relative;
    padding-left: 10px;
}

.project-sidebar .panel-default .panel-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
    padding-top: 10px;
}

.project-sidebar .panel-default .panel-body ul li .pretty {
    margin-right: 5px;
}

.project-sidebar .panel-default .panel-body ul li ul {
    margin-top: 10px;
    padding-left: 20px;
}

.project-sidebar .extra-controls {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.project-sidebar .extra-controls .range-slider {
    padding-right: 20px;
}

.project-sidebar .extra-controls input.form-control {
    width: 47%;
    float: left;
    margin-right: 15px;
}

.project-sidebar .extra-controls input.form-control:last-child {
    margin: 0;
}

.project-sidebar .range-slider .irs--round .irs-from::before, .project-sidebar .range-slider .irs--round .irs-to::before, .project-sidebar .range-slider .irs--round .irs-single::before {
    border-top-color: #fe696a;
}

.project-sidebar .range-slider .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #fe696a;
}

.project-sidebar .range-slider .irs--round .irs-handle {
    border: 4px solid #fe696a;
    top: 28px;
    width: 20px;
    height: 20px;
}

.project-sidebar .range-slider .irs--round .irs-bar {
    background-color: #fe696a;
}

.project-sidebar .range-slider .irs--round .irs-from, .project-sidebar .range-slider .irs--round .irs-to, .project-sidebar .range-slider .irs--round .irs-single {
    background-color: #fe696a;
}

.project-sidebar .submit-btn {
    position: relative;
    padding: 20px;
}

.project-sidebar .heading {
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}

.project-sidebar .heading h4 {
    margin: 0;
    display: inline-block;
    font-weight: 500;
}

.project-sidebar .heading a {
    float: right;
    font-size: 12px;
    color: #fe696a;
}

.report-button {
    font-size: 14px;
    text-align: right;
    padding: 20px;
    padding-top: 0;
}

.report-button i {
    margin-right: 10px;
}

.fr-lance-banner {
    margin-bottom: 30px;
}


/*NEW HOME PAGES CSS*/
.fr-menu-trans .sb-menu.separate-line > ul > li > a::before {
    display: none;
}

.fr-menu-trans .sb-menu {
    float: none;
}

.fr-menu-trans .fr-m-right {
    float: right;
    line-height: 90px;
}

.fr-menu-trans.sb-header .logo {
    margin-right: 10%;
}

.fr-menu-trans .sb-menu.separate-line > ul > li > a {
    padding: 0 20px;
    color: #fff;
    font-weight: 500;
}

.fr-menu-trans.sticky .fr-m-right {
    line-height: 70px;
}

.fr-menu-trans .fr-m-right a {
    margin-right: 10px;
}

.fr-menu-trans .fr-m-right a:last-child {
    margin-right: 0;
}

.fr-menu-trans .sb-menu.separate-line > ul > li:last-child > a {
    padding: 0;
}

.sb-header.header-opacity-on {
    background-color: transparent;
}

.fr-menu-trans.sticky .sb-menu.separate-line > ul > li > a {
    color: #232323;
}

.fr-menu-trans .fr-m-right .btn-style {
    padding: 8px 24px !important;
    border-radius: 4px;
}

.fr-menu-trans .fr-m-right .btn-theme {
    background-color: #fff !important;
    color: #232323;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 8px 20px;
}

.fr-menu-trans .fr-m-right .btn-theme i {
    color: #fe696a;
}

.fr-menu-trans .fr-m-right a {
    font-weight: 500;
}

.fr-menu-trans .fr-m-right .info-menu {
    position: relative;
}

.fr-menu-trans {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fr-menu-trans .fr-m-right i {
    margin-right: 7px;
    font-size: 14px;
}

.fr-hero-2 {
    background: url("../img/background-imgs/background-img-7676.png");
    height: 650px;
    background-position: center center;
    background-size: cover;
}

.fr-hero-ad {
    position: relative;
}

.fr-hero-ad .owl-theme .owl-nav {
    display: none;
}

.fr-hero-ad .owl-theme .owl-dots {
    display: none;
}

.fr-main-img {
    /*position: absolute;*/
    /*bottom: 10px;*/
    /*margin-top: 100px;*/
}

.fr-main-img img {
    max-height: 550px;
}

.elbow.owl-carousel.owl-drag .owl-item {
    margin-top: 150px;
}

.fr-hero-vid4 {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.fr-hero-rating {
    background: #fff;
    border-radius: 0 40px 40px 0;
    padding: 12px 22px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    width: 75%;
    border-left: 3px solid #fe696a;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
}

.fr-h-star {
    margin-bottom: 4px;
}

.fr-h-info p {
    font-size: 14px;
}

.fr-h-info p span {
    font-size: 18px;
    color: #242424;
    font-weight: 500;
}

.fr-h-info i {
    background-color: #47b300;
    color: #fff;
    padding: 2px;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 10px;
}


.fr-h-star i {
    color: #fe696a;
    font-size: 14px;
}

.fr-h-star span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}


.fr-vid-style i {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    padding: 12px 14px;
    border-radius: 30px;
    text-align: center;
}

.fr-vid-details p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.fr-vid-details span {
    font-size: 14px;
    color: #000;
}


.fr-vid-style {
    float: left;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 8px;
}

.fr-vid-details {
    overflow: hidden;
}

.fr-hero-ad .fr-hero-srch img {
    width: 80%;
}

.fr-hero2-content {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: table;
    padding-top: 200px;
}

.fr-hero2-form li {
    float: left;
    width: 40%;
}

.fr-hero2-form li input {
    height: 62px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 0;
    border: none;
}

.fr-hero2-form .select2-container {
    width: 100% !important;
}

.fr-hero2-form .select2-container .select2-selection--single {
    height: 62px;
    border-radius: 0 6px 6px 0;
    border: none;
}

.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 64px;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
}

.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 15px;
}

.fr-hero2-form li:last-child {
    width: 20%;
}

.fr-hero2-form li button {
    height: 62px;
    line-height: 32px;
    border-radius: 4px;
}

.fr-hero2-title h1 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 12px;
}

.fr-hero2-title p {
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

.fr-hero2-title {
    margin-bottom: 26px;
}

.fr-hero2-form {
    overflow: hidden;
    margin-bottom: 17px;
}

.fr-hero2-form li .form-group {
    margin-bottom: 0;
}

.fr-hero2-info span {
    color: #fff;
    font-size: 14px;
    margin-right: 18px;
    font-weight: 500;
}

.fr-hero2-info a {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin-right: 12px;
    color: #fff;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}

.fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: " ";
    position: absolute;
    border-left: 1px #ccc solid;
    top: 28%;
    height: 42%;
    left: 0;
}

.fr-hero2-form .style-bind {
    border-left: 3px solid #fe696a;
}

.fr-hero2-form li i {
    margin-right: 5px;
}

.fr-hero2-video {
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-top: 70px;
    position: relative;
}

.fr-hero2-video a {
    border: 2px solid #fe696a;
    padding: 12px 14px;
    border-radius: 70px;
    display: inline-block;
    margin-top: 20px;
    z-index: 99;
    position: relative;
}

.fr-hero2-video i {
    background-color: #fe696a;
    color: #FFF;
    padding: 20px 20px;
    font-size: 20px;
    border-radius: 35px;
    text-align: center;
}

.fr-hero2-video i:before {
    padding-left: 3px;
}

.fr-hero2-video p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.fr-hero2-video span {
    font-size: 14px;
    color: #fff;
    display: inherit;
}

.sr img {
    margin: 0 auto;
    display: table;
}

.sr img:last-child {
    margin-right: 0;
}

.fr-logos {
    background-color: #f8f8fa;
    padding: 30px 0;
}

.section-center {
    text-align: center;
    margin-bottom: 25px;
}

.no-arrow .owl-nav {
    display: none;
}

.fr-about2-texts .text-weight {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.fr-about2-texts h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 15px;
}

.fr-about2-texts {
    position: relative;
}

.fr-about2-texts p {
    color: #777;
    margin-bottom: 15px;
    line-height: 26px;
    width: 85%;
}

.fr-about2-texts .btn-theme {
    padding: 8px 30px;
}

.fr-about2-texts span {
    color: #888;
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
}

.fr-serv2 {
    background-color: transparent;
}

.fr-serv2 a {
    text-decoration: none;
}

.fr-serv-2 {
    background: url("../img/background-imgs/background-img-999.png");
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 50px 0;
}

.fr-serv-2 .row {
    padding: 0 !important;
}

.fr-serv2 .heading-contents h3 {
    font-size: 28px;
    margin-bottom: 10px !important;
}

.fr-serv2 .heading-contents h3 span {
    font-weight: 500;
}

.fr-serv2 .heading-contents {
    margin-bottom: 50px;
    float: left;
}

.fr-serv2 .fr-top-details {
    background-color: #fff;
}

.fr-serv2 .top-services-2 {
    display: flex !important;
}

.fr-serv2-btn {
    float: right;
    margin-top: 10px;
}

.fr-serv2 .owl-theme .owl-nav {
    display: none;
}

.fr-serv2 .fr-top-product img {
    border-radius: 6px 6px 0 0;
}

.fr-serv2 .fr-top-product::before {
    border-radius: 6px 6px 0 0;
}

.fr-about2-client.fr-about-client {
    padding: 120px 0;
}

.fr-c-about-products {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.fr-c-about-products img {
    position: absolute;
    top: 0;
    right: -60px;
}

.fr-blog-center.heading-panel {
    text-align: center;
    margin-bottom: 50px;
}

.fr-blog-center.heading-panel h3 {
    color: #393939;
    font-weight: 700;
}

.fr-blog-center.heading-panel h3 span {
    font-weight: 500;
}

.no-margin .fr-latest-box {
    margin-bottom: 0;
}

.no-color.fr-gt-details::before {
    display: none;
}

.fr-about2-img {
    float: right;
}

.fr-footer-2 {
    background: url("../img/background-imgs/background-img-444.png");
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 150px 0 0 0;
    margin-top: -4%;
}

.fr-footer-2::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: -webkit-linear-gradient(to right, #0575e6, #021b79);
    background: linear-gradient(to right, rgba(5, 5, 51, 0.74), rgb(20, 26, 71));
}

.footer-n {
    position: relative;
    margin-bottom: 50px;
}

.no-color .fr-bg-style {
    margin-top: -15px;
    position: relative;
    z-index: 9;
}

.fr-footer2-icons ul li {
    float: left;
    margin-right: 10px;
}

.fr-footer2-icons ul li i {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    padding: 8px;
    text-align: center;
    transition: .6s;
    color: #000;
    line-height: 16px;
    font-size: 16px;
}

.fr-footer2-icons ul li i:hover {
    background-color: #fe696a;
    color: #000;
    border-color: #fe696a;
}

.footer-info {
    z-index: 9;
    position: relative;
    text-align: center;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
}

.footer-info a {
    color: #fe696a;
}

.fr-footer2-icons {
    overflow: hidden;
    margin-top: 26px;
}

.fr-footer2-icons h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fr-footer2-icons ul li a {
    color: #fff;
    font-size: 14px;
}

.fr-footer2-content p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 18px;
}

.fr-footer-2-product h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 17px;
}

.fr-footer-2-product ul li a {
    color: #fff;
    font-size: 14px;
    transition: .6s;
}

.fr-footer-2-product ul li a:hover {
    color: #fe696a;
}

.fr-footer2-product {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 20px 0;
}

.fr-footer-2-product ul li {
    margin-bottom: 8px;
}

.fr-bg-style {
    z-index: 9;
    position: relative;
}

.ripple {
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    animation: ripple 4s linear infinite;
    position: absolute;
    left: 47%;
    bottom: 14%;
}

.ripple::before, .ripple::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: ripple 3s linear infinite 1s;
}

.ripple::after {
    animation: ripple 3s linear infinite 2s;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 .3rem rgba(254, 105, 106, 0.1);
    }
    90% {
        box-shadow: 0 0 0 5rem rgba(254, 105, 106, 0.1);
    }
}

.fr-menu3 .sb-menu.separate-line > ul > li > a {
    color: #000;
}

.fr-menu3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fr-hero3-main {
    margin-top: 250px;
    position: relative;
}

.fr-hero3-srch ul li {
    float: left;
    width: 45%;
}

.fr-hero3-srch ul li .form-group {
    margin-bottom: 0;
}

.fr-hero3-srch ul li:last-child {
    width: 55%;
}

.fr-her3-elemnt {
    overflow: hidden;
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}

.fr-her3-elemnt p {
    margin-right: 25px;
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.fr-her3-elemnt a {
    font-size: 14px;
    margin-right: 10px;
    background-color: rgba(255, 180, 19, 0.6);
    padding: 2px 10px;
    border-radius: 4px;
    color: #242424;
}

.fr-her3-elemnt a:hover {
    color: #242424;
}

.fr-her3-elemnt a:first-child {
    margin-left: 15px;
}

.fr-hero3-video {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.fr-hero3-video i {
    background-color: #242424;
    color: #FFF;
    padding: 18px 20px;
    font-size: 22px;
    border-radius: 35px;
    text-align: center;
}

.fr-hero3-text {
    float: left;
    margin-right: 25px;
    text-align: center;
}

.fr-hero3-text span {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.fr-hero3-text p {
    font-size: 14px;
    color: #888;
}

.fr-hero3-video a {
    border: 2px solid #242424;
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
    z-index: 99;
    position: relative;
}

.fr-hero3-srch ul li input {
    height: 60px;
    border-radius: 0;
    color: #777;
    border-left: 2px solid #fe696a !important;
    border: none;
    padding: 25px;
    background-color: #FFF;
}

.fr-hero3-srch ul li .select2-container .select2-selection--single {
    height: 60px;
    border-radius: 0;
    border: none;
}

.fr-hero3-srch ul li .select2-container {
    width: 100% !important;
}

.fr-hero3-content {
    width: 75%;
    margin-bottom: 35px;
}

.fr-hero3-content h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
}

.fr-hero3-content span {
    color: #fe696a;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.fr-hero3-content p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
}

.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 60px;
    padding-left: 20px;
    background-color: #FFF;
}

.fr-hero3-srch {
    overflow: hidden;
    border: 1px solid #EEE;
    position: relative;
    border-radius: 0 7px 7px 0;
}

.fr-hero3-submit {
    position: absolute;
    top: 7px;
    right: 5px;
}

.fr-hero3-submit button {
    font-size: 14px;
    border-radius: 4px;
}

.fr-hero3-submit i {
    margin-right: 5px;
}

.fr-top3-content .heading-panel h3 span {
    font-weight: 500;
}

.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8%;
    right: 40%;
}

.fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: " ";
    position: absolute;
    border-left: 1px #ccc solid;
    top: 28%;
    height: 42%;
    left: 0;
}

.fr-top3-content {
    text-align: center;
}

.fr-top-icons {
    text-align: center;
    position: relative;
    padding: 50px 0;
}

.fr-top-icons::before {
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    border-right: 1px solid #e9e9e9;
    height: 100%;
}

.fr-top-icons::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.fr-top3-category .col-xl-3:nth-child(4n+4) .fr-top-icons::before {
    border-right: none;
}

.fr-top3-category .col-xl-3:nth-last-child(-n+4) .fr-top-icons::after {
    border-bottom: none;
}

.top-style {
    color: #000;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
}

.fr-top-icons span {
    background-color: #f8f8fa;
    padding: 2px 10px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.fr-top-icons p {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background-color: #f5f5f5;
    position: absolute;
    top: 16%;
    left: 50%;
}

.fr-top-icons img {
    position: relative;
    z-index: 9;
    width: 55px;
}

.fr-top3-content .heading-panel {
    margin-bottom: 60px;
}

.fr-top3-content .heading-panel h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.fr-latest2-content-box {
    overflow: hidden;
    position: relative;
    padding: 20px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.fr-latest2-job {
    background: url("../img/background-imgs/background-img-330.png");
    background-position: center center;
    background-size: cover;
    height: auto;
}

.fr-latest2-content-box .fr-latest2-rating ul li::before {
    content: "";
    top: 4px;
    position: absolute;
    height: 70%;
    border-right: 2px solid #e9e9e9;
    right: -14px;
}

.fr-latest2-content-box .fr-latest2-rating ul li::before {
    border-right: none;
}

.fr-latest2-content-box .fr-latest2-rating ul li:last-child {
    margin-right: 0;
}

.fr-latest2-content-box .fr-latest2-rating ul li p {
    font-size: 14px;
    color: #888;
}

.fr-latest2-content-box .fr-latest2-rating ul li span {
    color: #888;
    font-size: 14px;
    margin-left: 5px;
}

.fr-latest2-content-box .fr-latest2-rating ul li p i {
    margin-right: 5px;
    background-color: #DDD;
    color: #fff;
    padding: 3px;
    font-size: 9px;
    border-radius: 20px;
}

.fr-latest2-content-box .fr-latest2-rating ul li p i.verified {
    background-color: #259d00;
}

.fr-latest2-content-box .fr-latest2-rating ul li i {
    color: #fe696a;
    font-size: 14px;
}

.fr-latest2-content-box .fr-latest2-bid i {
    margin-right: 20px;
    font-size: 14px;
    color: #bebebe;
}

.fr-latest2-content-box .fr-latest2-bid .mark_fav.fav i {
    color: #fe696a;
}

.fr-latest2-content-box .fr-latest2-rating .style-text {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    color: #242424;
}

.fr-latest2-content-box .fr-latest2-rating .res-us-exp {
    margin-top: 10px;
}

.fr-latest2-content-box .fr-latest2-rating .res-us-exp a {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0 !important;
    color: #777;
    font-style: italic;
}

.fr-latest2-heading .heading-panel {
    text-align: center;
    margin-bottom: 55px;
}

.fr-latest2-heading .heading-panel h3 {
    font-size: 30px;
}

.fr-latest2-heading .heading-panel h3 span {
    font-weight: 500;
}

.fr-latest2-content-box .fr-latest2-price {
    overflow: hidden;
}

.fr-latest2-content-box .fr-latest2-bid {
    position: relative;
}

.fr-latest2-content-box .fr-latest2-price ul {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.fr-latest2-content-box .fr-latest2-price ul li {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.fr-latest2-content-box .fr-latest2-price ul li:last-child {
    margin-right: 0;
}

.fr-latest2-content-box .fr-latest2-price ul li p.info-in {
    color: #fe696a;
    font-weight: 500;
    font-size: 22px;
}

.fr-latest2-content-box .fr-latest2-price ul li p.info-in i {
    font-size: 12px;
    margin-left: 5px;
    color: #777;
}

.fr-latest2-content-box .fr-latest2-price ul li .info-in {
    font-size: 14px;
    color: #888;
}

.fr-latest2-content-box .fr-latest2-price ul li span {
    font-size: 14px;
}

.fr-latest2-content-box .fr-latest2-price ul li .info-col {
    color: #000;
}

.fr-latest2-content-box .features-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}

.fr-latest2-content-box .features-star::before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
}

.fr-latest2-content-box .features-star i {
    font-size: 14px;
    position: absolute;
    left: 14%;
    top: 14%;
    color: #fff;
}

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

.fr-center-btn .btn-style {
    padding: 8px 30px;
    font-size: 14px;
}

.fr-menu3.sticky {
    border-bottom: none;
}

.fr-left-align {
    float: none !important;
    margin-top: 25px;
}

.fr-rev-2.fr-rev {
    overflow: hidden;
    border-top: none;
    height: auto;
    background-color: #fff;
    padding: 35px 50px;
    border-radius: 25px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    margin-top: 0;
}

.fr-rev-2.fr-rev.section-position {
    margin-top: -80px;
}

.fr-rev-2.fr-rev ul li:nth-child(4n+4) {
    margin-right: 0;
}

.project-sidebar-shortcode .fr-latest2-content-box .fr-latest2-bid {
    position: absolute;
    overflow: hidden;
    background-color: #FFF;
    padding: 35px 30px;
    transition: 0.5s;
    right: -250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.project-sidebar-shortcode .fr-latest2-content-box:hover .fr-latest2-bid {

    right: 0;
    transition: 0.5s;
}


/*LISTING STYLE 2*/
.project-list-2 {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
}

.project-list-2 .top-side {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.project-list-2 .top-side .listing2-project-price {
    position: absolute;
    top: 20px;
    right: 20px;
}

.project-list-2 .top-side .listing2-project-price {
    font-size: 24px;
}

.project-list-2 .top-side .listing2-project-price small {
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer;
}

.project-list-2 .top-side .listing2-project-price span {
    display: block;
    font-size: 12px;
    text-align: right;
}

.project-list-2 .features-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}

.project-list-2 .features-star i {
    color: #fff;
    position: relative;
    padding: 2px;
    font-size: 12px;
    float: left;
}

.project-list-2 .top-side .user-name {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.project-list-2 .top-side .user-name a {
    color: #fe696a;
}

.project-list-2 .top-side .user-name a i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 9px;
}

.project-list-2 .top-side .user-name a i.verified {
    background: #559250;
}

.project-list-2 .top-side h4.project-title {
    font-size: 20px;
    width: 80%;
}

.project-list-2 .top-side h4.project-title a {
    color: #242424;
}

.project-list-2 .top-side h4.project-title a:hover {
    color: #fe696a;
}

.project-list-2 .top-side .project-location {
    color: #888;
    font-size: 14px;
}

.project-list-2 .bottom-side {
    position: relative;
}

.project-list-2 .bottom-side ul.features {
    margin-bottom: 15px;
}

.project-list-2 .bottom-side ul.features li {
    display: inline-block;
    margin-right: 15px;
    color: #888;
    font-size: 14px;
}

.project-list-2 .bottom-side ul.features li i {
    color: #fe696a;
    margin-right: 5px;
}

.project-list-2 .bottom-side ul.features li p {
    display: inline;
}

.project-list-2 .bottom-side p {
    font-size: 14px;
    color: #888;
    line-height: 1.8;
}

.project-list-2 .bottom-side ul.skills {
    position: relative;
    overflow: hidden;
    width: 70%;
}

.project-list-2 .bottom-side ul.skills li {
    display: inline-block;
}

.project-list-2 .bottom-side ul.skills li.hide {
    display: none;
}

.project-list-2 .bottom-side ul.skills.active li.hide {
    display: inline-block;
}

.project-list-2 .bottom-side ul.skills li a {
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #777;
    margin-bottom: 10px;
}

.project-list-2 .bottom-side ul.skills li a:hover {
    background-color: #fe696a;
    color: #FFF;
}

.project-list-2 .bottom-side .view-btn {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    position: relative;
}

.project-list-2 .bottom-side .view-btn .mark_fav {
    padding: 10px;
}

.project-list-2 .bottom-side .view-btn .mark_fav i {
    color: #bebebe;
}

.project-list-2 .bottom-side .view-btn .mark_fav.active {
    color: red;
}

.project-list-2 .bottom-side .view-btn a.btn {
    padding: 10px 20px;
}

.project-list-2 .project-list-2-bottom {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}

.project-list-2 .project-list-2-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


/*NEW GRID AND LIST STYLE*/

.fr3-job-detail .fr3-job-img {
    float: left;
    margin-right: 20px;
}

.fr3-job-detail .fr3-job-img img {
    max-width: 150px;
    border-radius: 4px;
}

.fr3-job-detail .fr3-job-img p {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}

.fr3-job-detail .fr3-job-img p i {
    color: #fe696a;
    margin-right: 5px;
}

.fr3-job-detail .fr3-job-text {
    overflow: hidden;
}

.fr3-job-detail .fr3-job-text span.name a {
    color: #777;
    font-size: 14px;
    vertical-align: middle;
}

.fr3-job-detail .fr3-job-text h3 {
    font-size: 20px;
    color: #242424;
}

.fr3-job-detail .fr3-job-text p.price-tag {
    font-size: 20px;
    color: #fe696a;
    margin-bottom: 10px;
    font-weight: 500;
}

.fr3-job-detail .fr3-job-text p.price-tag span.bottom-text {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.fr3-job-detail .fr3-job-text div.excerpt {
    margin-bottom: 15px;
    font-size: 14px;
}

.fr3-details .fr3-job-detail {
    position: relative;
    overflow: hidden;
}

.fr3-details .fr-job-btn {
    overflow: hidden;
    align-self: center;
    margin-left: auto;
}

.fr3-job-text ul.lists {
    position: relative;
    overflow: hidden;
}

.fr3-job-text ul.lists li {
    color: #777;
    font-size: 14px;
}

.fr3-job-detail .fr3-job-text .follow {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f5f5f5;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #777;
}

.fr3-job-detail .fr3-job-text .follow i {
    margin-right: 5px;
}

.fr3-job-detail .fr3-job-text .follow.active {
    background-color: #fe696a;
    color: #FFF;
}

.fr3-details {
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}

.fr3-details .features-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}

.fr3-details .features-star::before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
}

.fr3-product-img img {
    max-width: 100px;
    border-radius: 50%;
}

.fr3-main-product {
    text-align: center;
}

.fr3-main-product .fr3-product-img {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.fr3-main-product .fr3-product-text {
    overflow: hidden;
}

.fr3-main-product .fr3-product-text p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.fr3-main-product .fr3-product-text p a {
    color: #777;
}

.fr3-main-product .inline-style {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
    margin-top: 10px;
}

.fr3-product-detail-box {
    padding: 20px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
}

.fr3-main-product .fr3-product-text h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 0;
    line-height: 30px;
}

.fr3-main-product .fr3-product-text h3 a {
    color: #242424;
}

.fr3-product-skills a {
    background-color: rgba(255, 180, 19, 0.2);
    color: #242424;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .6s;
    display: inline-block;
}

.fr3-product-skills a:hover {
    color: #242424;
}

.fr3-product-skills a.hide {
    display: none;
}

.fr3-product-skills.active a.hide {
    display: inline-block;
}

.fr3-product-skills {
    margin-top: 10px;
}

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

.fr3-product-price ul li {
    background-color: #f8f8fa;
    width: 45%;
    margin-right: 5%;
    float: left;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fr3-product-price ul li:last-child {
    margin-right: 0;
}

.fr3-product-price {
    overflow: hidden;
    margin-bottom: 15px;
}

.fr3-product-price ul {
    position: relative;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
}

.fr3-product-price p {
    color: #242424;
    margin-bottom: 0;
    font-size: 16px;
}

.fr3-product-price p span.text {
    display: block;
}

.fr3-product-price span.review-count {
    font-size: 14px;
    color: #777;
    display: block;
}

.fr3-product-btn {
    margin-top: 15px;
    text-align: center;
}

.fr3-product-btn .btn {
    padding: 10px 20px;
    font-size: 14px;
    color: #fe696a;
    border-color: #fe696a;
    background-color: transparent;
}

.fr2-text-center p {
    color: #777;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fr2-text-center p svg {
    margin-right: 10px;
}

.fr2-text-center {
    text-align: center;
}

.fr3-product-detail-box .fr3-details .features-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}

.fr3-product-detail-box .fr3-details .features-star::before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
}

.fr3-product-icons .features-star {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 42px;
    height: 42px;
}

.fr3-product-icons .features-star::before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 transparent transparent #E52D27;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.fr3-grid-box {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.fr3-grid-box .features-star::before {
    z-index: 9;
}

.fr3-grid-box .features-star i {
    font-size: 12px;
    position: absolute;
    left: 2%;
    top: 2%;
    color: #fff;
    z-index: 99;
}

.fr3-job-detail .fr3-job-text span.name i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 9px;
    vertical-align: middle;
}

.fr3-job-detail .fr3-job-text span.name i.verified {
    background-color: #559250;
}

.fr3-details .features-star i {
    color: #fff;
    font-size: 12px;
}

.fr3-product-icons .features-star i {
    left: auto;
    right: 7px;

}

.fr3-grid-text p {
    color: #777;
    font-size: 14px;
}

.fr3-grid-text p a {
    color: #777;
}

.fr3-grid-text h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.fr3-grid-text .btn-theme {
    width: 100%;
}

.fr3-grid-text {
    padding: 20px 15px;
    padding-bottom: 10px;
    padding-top: 40px;
}

.fr3-box-img {
    position: relative;
    max-height: 150px;
    height: 150px;
    border-radius: 4px;
}

.fr3-box-user-profile {
    position: absolute;
    bottom: -20%;
    left: 15px;
    background-color: #FFF;
    border-radius: 50%;
    border: 5px solid #FFF;
}

.fr3-box-img .fr3-box-user-profile img {
    max-width: 50px;
    border-radius: 50%;
}

.fr3-grid-text p i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 9px;
    vertical-align: middle;
}

.fr3-grid-text p i.verified {
    background-color: #559250;
}

.fr3-box-img img {
    border-radius: 6px;
}

.fr3-box-icons {
    position: absolute;
    bottom: -20px;
    right: 14px;
}

.fr3-box-icons i {
    background-color: #FFF;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    vertical-align: revert;
}

.fr3-box-icons .following i {
    background-color: #fe696a;
    color: #FFF;
}

.fr3-main-product .fr3-product-text p i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-right: 6px;
    font-size: 9px;
    vertical-align: middle;
}

.fr3-main-product .fr3-product-text p i.verified {
    background-color: #559250;
}

.fr3-product-price p i {
    color: #fe696a;
    margin-right: 5px;
}

.fr-btn-grid a {
    color: #fe696a;
}

.fr-btn-grid {
    color: #fe696a;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}

.res-us-profile img {
    max-width: 80px;
    border-radius: 60px;
}

.res-us-profile {
    float: left;
    margin-right: 15px;
}

.res-us-details {
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    display: flex;
}

.res-us-product {
    overflow: hidden;
    padding-right: 10px;
}

.res-us-inline {
    float: right;
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
    width: 30%;
}

.res-us-inline p {
    display: inline-block;
    font-size: 14px;
}

.res-us-inline li i {
    color: #fe696a;
    margin-right: 5px;
}

.res-us-skills {
    float: left;
    width: 70%;
}

.res-us-product ul li {
    float: left;
    margin-right: 20px;
}

.res-us-product h3 {
    font-size: 20px;
    color: #242424;
    margin-bottom: 4px;
    overflow: hidden;
    margin-top: 4px;
    width: 100%;
}

.res-us-product h3 a {
    color: #242424;
}

.res-us-product ul li span {
    font-size: 14px;
    color: #777;
}

.res-us-product ul li span i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 9px;
}

.res-us-product ul li span i.verified {
    background: #559250;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 9px;
}

.res-us-product p.price {
    font-size: 20px;
    margin: 0;
    color: #fe696a;
    font-weight: 500;
    display: flex;
}

.res-us-product p.price strong {
    font-size: 12px;
    font-weight: normal !important;
    color: #777;
    margin-left: 5px;
}

.res-us-product p.price small {
    margin-left: 5px;
    color: #777;
    font-size: 12px;
}

.res-us-product p.desc {
    font-size: 14px;
    margin-top: 10px;
}

.res-us-exp a {
    background-color: rgba(255, 180, 19, 0.2);
    color: #242424;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    transition: .6s;
}

.res-us-exp a:hover {
    color: #242424;
}

.res-us-exp a.hide {
    display: none;
}

.res-us-exp.skills.active .hide {
    display: inline-block;
}

.res-us-exp.skills.active a {
    margin-bottom: 10px;
}

.res-us-exp {
    margin-top: 15px;
}

.res-us-exp a:last-child {
    margin-right: 0;
}

.res-us-product ul li span img {
    vertical-align: text-top;
    margin-right: 6px;
}

.res-us-inline ul li {
    margin-bottom: 10px;
}

.res-us-inline ul li:last-child {
    margin-bottom: 0;
}

.res-us-inline span {
    font-size: 14px;
    color: #777;
    display: inline-block;
}

.res-us-inline p .btn-theme {
    color: #fff;
    border: none;
    padding: 8px 28px;
    display: block;
    font-size: 14px;
}

.res-us-inline span i.fa-heart {
    background-color: #f5f5f5;
    color: #777;
    padding: 12px 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    margin-right: 10px
}

.res-us-inline span .fav i {
    color: #FFF;
    background-color: #fe696a;
}

.res-us-inline .fr1-top-content {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.res-us-inline .fr1-top-content p {
    display: block;
    width: 100%;
}

.res-us-details .features-star {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
}

.res-us-details .features-star::before {
    content: '';
    border-width: 22px;
    border-style: solid;
    border-color: #E52D27 #E52D27 transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.res-us-details .features-star i {
    color: #fff;
    position: relative;
    padding: 4px 10px;
    font-size: 12px;
    float: right;
}


.fr-latest-img img {
    width: 100%;
}

.fr-latest-details {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 15px;
}

.fr-latest-details .fr-latest-bottom p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.fr-latest-details .fr-latest-bottom {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fr-latest-details .fr-latest-bottom .save_service.active i {
    color: #fe696a;
}

.fr-latest-details .fr-latest-bottom .save_service i {
    display: flex;
    align-self: center;
    color: #DDD;
}

.fr-latest-grid {
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    border-radius: 4px;
}

.fr-latest-details p span {
    color: #fe696a;
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: baseline;
}

.fr-latest-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.fr-latest-content-service {
    position: relative;
}

.fr-latest-content-service .fr-latest-profile {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.fr-latest-content-service .fr-latest-profile .user-image {
    float: left;
    margin-right: 10px;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data {
    display: inline-block;
    line-height: 30px;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name a {
    color: #242424;
    line-height: 30px;
    font-size: 14px;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name a i {
    background-color: #DDD;
    color: #FFF;
    font-size: 8px;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-name a i.verified {
    background-color: #559250;
}

.fr-latest-content-service .fr-latest-profile .fr-latest-profile-data .fr-latest-member {
    color: #777;
}

.fr-latest-content-service p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.fr-latest-content-service p a {
    color: #242424;
}

.fr-latest-content-service p a:hover {
    color: #fe696a;
}

.fr-latest-content-service span.reviews {
    color: #777;
    font-size: 14px;
    display: block;
}

.fr-latest-content-service span.reviews i {
    color: #fe696a;
    margin-right: 5px;
}

.fr-latest-content-service a.queue {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    display: block;
}

.fr-latest-content-service img {
    max-width: 30px;
    border-radius: 50%;
}

.fr-latest-btn span {
    background: #E52D27;
    color: #fff;
    position: relative;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    font-weight: 400;
    display: inline-block;
}

.fr-latest-btn {
    position: absolute;
    top: 10px;
    left: 10px;
}

.extra-features {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
}

.extra-features ul li {
    display: inline-block;
    width: 32%;
}

.extra-features ul li span {
    display: inline-block;
    vertical-align: middle;
}

.extra-features ul li span small {
    display: block;
    font-size: 14px;
    color: #777;
}

.extra-features ul li img {
    border-radius: 50%;
    padding: 8px;
    width: 50px;
    margin-right: 10px;
}

.extra-features ul li:first-child img {
    background-color: #a64ca6;
}

.extra-features ul li:nth-child(2) img {
    background-color: #ff2f2f;
}

.extra-features ul li:nth-child(3) img {
    background-color: #00b800;
}

.related-posts {
    position: relative;
    padding: 30px;
    background-color: #FFF;
    margin-top: 30px;
    border-radius: 4px;
}

.related-posts .fr-top-contents {
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.related-posts .owl-nav {
    position: absolute;
    top: -40%;
    right: 0;
    margin: 0;
}

.related-posts .fr-top-contents {
    margin-bottom: 0;
}

.related-posts .owl-nav i {
    background-color: #fe696a;
    padding: 12px;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.related-posts .owl-nav i:hover {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, 0.9);
    color: #FFF;
}

.white.category-grid-box-1 img {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    object-fit: cover;
}

.category-grid-box-1 .image {
    height: 195px;
}

ins, mark {
    background: #007acc;
    color: #fff;
    padding: .125em .25em;
    text-decoration: none;
}

#review_form_wrapper .comment-reply-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 20px;
}

.main-theme-checkout #order_review_heading {
    font-size: 18px;
    margin: 0;
}

.hero-slider {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    min-height: 750px;
}

.hero-slider .fr-hero3-srch ul li {
    margin-right: 0;
}

.hero-slider .fr-hero3-srch {
    border-radius: 50px;
    background-color: #FFF;
}

.hero-slider .fr-hero3-submit button {
    border-radius: 50px;
    padding: 15px 30px;
}

.hero-slider .fr-hero3-srch ul li input {
    border: none !important;
}

.hero-slider .fr-hero3-srch ul li input.form-control:focus {
    background-color: #FFF;
}

.hero-slider .fr-hero3-submit {
    top: 4px;
    right: 5px;
}

.hero-slider .fr-hero3-text {
    float: right;
    text-align: left;
    margin-right: 0;
    margin-left: 15px;
}

.hero-slider .fr-hero3-video {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-slider .fr-hero3-content h1 {

    font-size: 54px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2em;
    margin-bottom: 20px;
}

/*PRICING 2 SECTION*/
.main-theme-pricing-2-main {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.main-theme-pricing-2-main .main-theme-pricing-price {
    background-color: #fe696a;
    padding: 30px;
    color: #FFF;
    border-radius: 15px;
}

.main-theme-pricing-2-main .main-theme-pricing-price h4 {
    font-size: 20px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 15px;
}

.main-theme-pricing-2-main .main-theme-pricing-price span {
    font-size: 40px;
    color: #FFF;
    line-height: 50px;
    font-weight: 700;
}

.main-theme-pricing-2-main .main-theme-pricing-price span.strike {
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: line-through;
    vertical-align: middle;
}

.main-theme-pricing-2-main .main-theme-pricing-price p {
    color: #FFF;
    font-size: 14px;
}

.main-theme-pricing-2-main .main-theme-price-detail {
    padding: 30px;
}

.main-theme-pricing-2-main .main-theme-price-detail ul {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-theme-pricing-2-main .main-theme-price-detail ul li {
    line-height: 40px;
}

.main-theme-pricing-2-main .main-theme-price-detail ul li i {
    font-size: 18px;
    color: #289918;
    margin-right: 15px;
}

.main-theme-pricing-2-main .main-theme-price-detail ul li i.fa-times {
    color: red;
}

.main-theme-pricing-2-main .main-theme-price-detail .btn {
    width: 100%;
}

.main-theme-pricing-2-main.featured {
    margin-left: -1px;
    margin-right: -1px;
    transform: translateY(-20px);
    z-index: 11;
}

.main-theme-pricing-2-main.black .main-theme-pricing-price {
    background-color: #000;
}

.main-theme-pricing-2-main.black .main-theme-price-detail .btn {
    background-color: #000;
    border-color: #000;
}

.main-theme-pricing-2-main .pricing-badge {
    background-color: #FFF;
    color: #242424;
}

.main-theme-app-one {
    position: relative;
    overflow: hidden;
}

.main-theme-app-one .main-theme-app-box {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.main-theme-app-one .main-theme-app-box h3 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
}

.main-theme-app-one .main-theme-app-box p {
    font-size: 18px;
    line-height: 30px;
}

.main-theme-app-one .main-theme-app-box .main-theme-app-upper {
    text-align: center;
}

.main-theme-app-one .main-theme-app-box .main-theme-app-icons {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.main-theme-app-one .main-theme-app-box .main-theme-app-icons ul {
    display: flex;
    justify-content: space-between;
}

.main-theme-app-one .main-theme-app-box .main-theme-app-icons ul li {
    margin: 0 10px;
}

.main-theme-app-one .main-theme-app-main-img {
    display: flex;
    justify-content: center;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.testimonial-section-fancy .details p {
    font-size: 24px;
    margin: 0 0 1em;
    line-height: 1.8;
}

.testimonial-section-fancy .details h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.testimonial-section-fancy .details h4 + span {
    font-size: 16px;
    color: #fe696a;
    line-height: 1.8;
}

.img-holder {
    position: relative;
}

.img-holder .icons-img {
    position: absolute;
    top: 100px;
    width: 150px;
    opacity: 0.1;
    right: -60px;
    z-index: -9;
}

.about-grid-margin {
    margin-bottom: 6.25rem;
}

.about-grid-margin .about-grid-img {
    position: relative;
}

.about-grid-margin .about-grid-img img {
    -webkit-box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 11px 29px 0 rgba(0, 0, 0, .3);
    border-radius: 3px;
    width: 100%;
}

.about-grid-content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
}

.about-grid-content .subtitle {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #242424;
    line-height: 1.8;
}

.about-grid-content p {
    margin-bottom: 30px;
}

.about-grid-margin .about-grid-img .about-grid-count {
    font-size: 200px;
    color: #f1f1f1;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -86px;
    z-index: -1;
}

.about-grid-margin .about-grid-img .about-grid-count.right {
    right: -86px;
    left: auto;
}

.feature-block {
    z-index: 0;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #ebebeb;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    padding: 3rem;
}

.feature-block:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
}

.feature-block img {
    -ms-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    backface-visibility: hidden;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 80px;
}

.feature-block > h4 {
    margin: 20px 0 15px;
    font-size: 18px;
}

.feature-block p {
    margin-bottom: 0;
    line-height: 1.8;
}

.call-actionz .parallex-text h5 {
    color: #fe696a;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.call-actionz .parallex-text h4 {
    font-size: 40px;
    margin: 0 0 20px;
    color: #fff;
    line-height: 1.5;
}

.call-actionz p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-bottom: 40px;
    font-size: 22px;
    color: #fff;
    line-height: 1.8em;
}

.call-actionz a.btn {
    margin: 0 10px;
}

.our-process-cycle {
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 4px;
}

.our-process-cycle img {
    max-width: 70px;
    margin-bottom: 20px;
}

.our-process-cycle h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.our-process-cycle span {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 30px;
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    background-color: #04b8e5;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.card.agent-1 {
    box-shadow: none;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.agent-1 .card-image {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.agent-1 .card-image .agent-type {
    position: absolute;
    top: 15px;
    left: 15px;
}

.agent-1 .card-image img {
    padding: 15px;
    padding-bottom: 0;
}

.agent-1 .card-body {
    padding: 20px;
}

.agent-1 .card-title {
    margin-bottom: 0;
    font-size: 18px;
}

.dropdown-divider {
    height: 0;
    margin: .7rem 0;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
}

.agent-1 .agent-short-detials .widget-inner-elements:not(:last-child) {
    margin-bottom: 10px;
}

.widget-inner-elements {
    color: #6d7c90;
}

.widget-inner-elements {
    width: 100%;
    display: flex;
    font-size: 15px;
    color: #777;
}

.widget-inner-icon, .widget-inner-text .fa-star {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    color: #fe696a;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f3f6;
    vertical-align: middle;
}

.widget-inner-text {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.widget-inner-text a {
    color: #777;
    vertical-align: middle;
}

.agent-1 .hourly-rate {
    position: relative;
    color: #777;
}

.agent-1 .hourly-rate svg {
    font-size: 20px;
    margin-right: 5px;
}

.agent-1 .hourly-rate p {
    display: inline-block;
}

.agent-1 .card-body .username {
    line-height: 30px;
    font-size: 14px;
    color: #fe696a;
}

.agent-1 .card-body .username i {
    background: #DDD;
    color: #fff;
    padding: 3px;
    border-radius: 10px;
    margin-right: 6px;
    font-size: 9px;
    vertical-align: middle;
}

.agent-1 .card-body .username i.verified {
    background-color: #259d00;
}

.agent-type .badge-agent-type {
    background-color: #E52D27;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0;
}

.commentlist .bypostauthor {
    border-top: 10px solid #e18728;
}

.commentlist li ul.children li.bypostauthor {
    border-top: 10px solid #e18728;
}

.select2-container {
    width: 100% !important;
}

#toast-container div.toast {
    border-radius: 4px;
}

.section-padding-extra {
    padding: 100px 0 100px 0;
    background-image: url("../img/background-imgs/background-img-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-carousel-section {
    background-color: #F5F5F5;
}

.brand-carousel {
    display: block;
}

.brand-carousel .owl-item img {
    display: block;
    width: 130px !important;
    height: 60px;
}

.brand-carousel .owl-item {
    margin-left: 3px;
}

.brand-carousel.owl-loaded {
    padding: 30px 0;
    height: 110px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.fr-about-client .owl-theme .owl-dot.active span {
    display: inline-block;
    width: 22px;
    height: 10px;
    background: #869791;
}

.fr-about-client .owl-theme .owl-dot span:hover {
    background: #869791;
}

.fr-lance-details {
    padding: 80px 0 50px 0;
    background-color: #F5F5F5;
}

.fr-about2-client.fr-about-client {
    background-color: #242424;
}

.fr-about-client::before {
    background: none;
    height: 0;
}

.latest-blog-section {
    padding: 80px 0 80px 0;
    background-color: #F5F5F5;
}

.main-theme-app-one {
    padding: 80px 0 0 0;
}

.fr-latest2-job {
    padding: 50px 0 0 0;
    background-image: url("../img/background-imgs/background-img-330.png");
}

.fr-serv-2.fr-services-content-2.trending-services {
    background-image: url("../img/background-imgs/background-img-999.png");
}

.fr-about-plan {
    padding: 80px 0 50px 0;
}

.fr-about-plan.bg-change {
    padding: 80px 0 130px 0;
    background-color: #F5F5F5;
}

.fr-plan-basics-2 .fr-plan-content button {
    border-color: #fe696a;
}

.brand-carousel-section.down-latest-blog {
    padding: 0 0 120px 0;
}

.fr-hero-2 {
    background-image: url("../img/background-imgs/background-img-7676.png");
}

.fr-explore-cat, .fr-top3-category {
    padding: 80px 0 0;
}

.fr-serv-2.fr-services-content-2.top-selling-services {
    background-image: url("../img/background-imgs/background-img-999.png");
}

.choose-for-you {
    padding: 80px 0 50px 0;
}

.main-theme-app-one .main-theme-app-box h3 {
    font-size: 32px;
}

.our-latest-jobs .fr-latest2-job {
    background: none;
}

.links-heading h3 {
    padding: 80px 0 20px 0;
    font-weight: 700;
}

.advertising-img {
    margin-top: 30px;
}

.advertising-img img {
    width: 100%;
}

.main-theme-advertising-img {
    margin-top: 30px;
}

.main-theme-advertising-img img {
    width: 100%;
}

.hero-slider.logoslider {
    min-height: 583px;
}

.fr-hero-ad.fr-hero {
    background-image: url("../img/background-imgs/background-img-14.png");
}

.fr-latest-jobs.project-sidebar-shortcode {
    padding: 0 0 50px 0;
}

.fr-company-contents {
    background-image: url("../img/background-imgs/background-img-444.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-grids {
    padding: 80px 0 30px 0;
}

.about-grid-margin .about-grid-img .about-grid-count {
    top: -145px;
}

.far {
    font-weight: 300;
}

.fr-project-f-product {
    background-image: url("../img/background-imgs/background-img-cover.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachment-data h6 {
    font-size: 14px;
}

.fr-project-f-des .fr-project-attachments .attacment-box .attachment-data p:hover {
    color: #8e8a8a !important;
}

.fr-product-des-box {
    background-image: url("../img/background-imgs/bg-lines.png");
}

.fr-list-product.bg-img {
    background-image: url("../img/background-imgs/background-img-7575.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-list-product.algorithm.bg-img {
    background-image: url("../img/background-imgs/background-img-1.jpg");
}

.fr-list-product.self-employee.bg-img {
    background-image: url("../img/background-imgs/background-img-7676_1.png");
}

.text-center.text-center-padding {
    padding: 80px 0 80px 0;
}

.testimonial-section-fancy.extra-padding {
    padding: 80px 0 80px 0;
    background-color: #FBFBFB;
}

.project-sidebar.add-change .heading h4 {
    font-size: 20px;
}

.services-filter-2.add-change h4 {
    font-size: 20px;
}

.fr-project-f-product.change-img {
    background-image: url(../img/background-imgs/background-img-7575.png) !important;
}

.project-sidebar .panel-heading a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}

.project-sidebar .panel-heading a.collapsed::before {
    font-family: "Font Awesome 5 free";
    content: "\f077";
}

.service-side .panel-heading a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}

.service-side .panel-heading a.collapsed::before {
    font-family: 'Font Awesome 5 free';
    content: "\f077";
}

.fr-plan-content.add-class h3 {
    align-items: center;
}

.fr-employ-box.fr-employ-box-2 {
    background-image: url("../img/background-imgs/employer-cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.secnd {
    background-image: url("../img/background-imgs/background-img-7575.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.thrd {
    background-image: url("../img/background-imgs/colorfull-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.frth {
    background-image: url("../img/background-imgs/car-wash.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.fifth {
    background-image: url("../img/background-imgs/fammingmove-cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.sixth {
    background-image: url("../img/background-imgs/background-img-7575.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.seventh {
    background-image: url("../img/background-imgs/background-img-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-employ-box.fr-employ-box-2.eight {
    background-image: url("../img/background-imgs/background-img-cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.fr-hero-theme::before {
    background: none;
}

.fr-hero-theme {
    background-image: url("../img/background-imgs/background-img-7575.png");
}

.fr-c-information.padding-bottom-80 {
    background-color: #f0f0f0;
}

.fr-about-buisness.bg-change {
    background-color: #242424;
}

.fr-about-plan.bg-color {
    background-color: #FBFBFB;
}

.blog-sidebar .widget ul li a::before {
    font-family: "Font Awesome 5 Free";
}

.actionbar_space.add-class {
    padding: 80px 0 140px 0 !important;
}

.fr-er-list span a i.fas.fa-long-arrow-alt-right {
    font-weight: 900;
}

.add-section-padding {
    padding: 0 0 20px 0;
    background-color: #F5F5F5;
}

.fr-co-contents.add-position {
    position: relative;
}

.fr-sign-background.add-bg {
    background-image: url("../img/background-imgs/construction-1669957166790-9142.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fr-sign-form .field-icon.change-top {
    top: 26%;
}

p {
    line-height: 30px;
}

h3 {
    line-height: 36px;
}

.fr-hero-theme.freelancer.add-bg-img {
    background-image: url("../img/background-imgs/dean-cover-1.jpg");
}

.fr-hero-details-content .fr-hero-details-information span.title i.add-weight {
    font-weight: 900;
}

.fr-product-progress.sidebar-box ul li:first-child .progress-bar {
    width: 90%;
}

.fr-product-progress.sidebar-box ul li:nth-child(2) .progress-bar {
    width: 30%;
}

.fr-product-progress.sidebar-box ul li:nth-child(3) .progress-bar {
    width: 60%;
}

.fr-product-progress.sidebar-box ul li:last-child .progress-bar {
    width: 88%;
}

.fr-service-container ul li.links:last-child ul li {
    z-index: 999;
}

.fr-her3-elemnt a {
    display: flex;
    align-items: center;
}

.fr-hero-details-information h1 {
    line-height: 54px;
}

.project-price .price {
    color: #000;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 5px;
}

.exer-menu .sb-menu ul li > a {
    color: #242424 !important;
    transition: 0.3s ease-in-out;
}

.exer-menu .sb-menu ul li > a:hover {
    text-decoration: none;
    color: #fe696a !important;
}

.exer-menu .sb-menu ul li.fr-list a {
    color: #ffff !important;
}

.our-latest-jobs .project-list-2 .top-side .listing2-project-price {
    color: #242424 !important;
}

.our-latest-jobs .project-list-2 .features-star i {
    left: 2px;
    top: 4px;
}

.fr-project-details .fr-project-content .fr-project-list h2 {
    font-size: 30px;
}

.fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
    color: #242424 !important;
}

.fr-hero-rating {
    margin-bottom: 40px !important;
}

.post-desc {
    background-color: #F5F5F5;
    padding: 80px 0 130px 0;
}

.post-desc .term-condition-desc {
    padding: 20px 30px 20px 30px;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.modal.forget_pwd {
    z-index: 1050 !important;
}

/*mobile devices*/
@media (min-width: 320px) and (max-width: 575.8px) {
    .fr-main-img {
        display: none;
    }

    .fr-blog-f-details .fr-latest-style-detai ul li:last-child {
        margin-right: 0;
        display: none;
    }

    .fr-blog-f-details .fr-latest-style-detai ul li:nth-child(2) {
        margin-right: 0;
    }

    .fr-blog-f-details .fr-latest-style-detai ul li span {
        margin-left: 0;
    }

    .fr-blog-f-details .fr-latest-style-detai ul li img {
        display: none;
    }

    .fr-blog-f-details .fr-latest-style-detai ul li {
        margin-right: 20px;
    }

    .fr-er-404 .fr-er-content h2 {
        font-size: 22px;
    }

    .fr-bissness-details {
        margin-right: 60px;
    }

    .fr-recent-model li:nth-child(2n+2) {
        margin-right: 0;
    }

    .fr-recent-model li {
        margin-right: 15px;
        width: 45%;
    }

    .fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
        margin-top: 0;
        float: right;
        width: auto;
    }

    .fr-services-content-2 .owl-theme .owl-nav {
        top: -40px;
    }

    .fr3-job-detail .fr3-job-img {
        float: none;
        margin-right: 0;
    }

    .fr3-job-detail .fr3-job-img p {
        text-align: left;
    }

    .fr3-job-detail .fr3-job-img img {
        max-width: 100%;
        width: 100%;
    }

    .services-filter-2 form .filters {
        min-width: auto;
        margin-top: 10px;
    }

    .fr3-job-detail .fr3-job-text div.excerpt {
        display: none;
    }

    .services-filter-2 {
        margin-top: 30px;
    }

    .fr-right-detail-box .fr-right-information {
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonial-section-fancy .details p {
        margin-top: 15px;
        font-size: 20px;
    }

    .img-holder .icons-img {
        right: 0;
    }

    .related-posts {
        padding: 20px;
    }

    .slider-box .fr-slick .slides li iframe {
        min-height: 170px;
    }

    .fr-project-details .fr-project-content .fr-project-style {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 15px;
    }

    .fr-project-details .fr-project-content .fr-project-style i {
        padding: 14px;
    }

    .fr-logos {
        text-align: center;
    }

    .sr img:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .about-grid-margin {
        margin-bottom: 30px;
    }

    .about-grid-content h2 {
        font-size: 20px;
    }

    .about-grid-content .subtitle {
        font-size: 16px;
    }

    .about-grid-content {
        margin-bottom: 30px;
    }

    .about-grid-content p {
        font-size: 14px;
    }

    .fr-serv2 .fr-top-product img {
        width: 100%;
    }

    .fr-top-icons::after {
        border: none;
    }

    .main-theme-app-one .main-theme-app-box h3 {
        font-size: 24px;
    }

    .main-theme-app-one .main-theme-app-box p {
        font-size: 16px;
    }

    .main-theme-app-one .main-theme-app-box {
        width: 100%;
    }

    .agent-1 .card-image img, .agent-1 .card-image a, .fr-latest-content img {
        width: 100%;
    }

    .call-actionz .parallex-text h4 {
        font-size: 24px;
    }

    .call-actionz p {
        width: 100%;
        font-size: 16px;
    }

    .services-filter-2 form {
        flex-direction: column;
    }

    .fr-company-contents .fr-company-products {
        padding-bottom: 0;
    }

    .fr-company-contents {
        background-color: #242424;
    }

    .fr-hero-rating {
        width: 100%;
        margin-bottom: 0;
    }

    .fr-hero .fr-hero-content {
        margin-top: 50px;
    }

    .fr-hero .fr-main-img {
        margin-top: 5px;
    }

    .btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fr-rev-2.fr-rev.section-position {
        margin-top: 0;
    }

    .fr-explore-cat .fr-explore-content {
        position: relative;
        margin-bottom: 20px;
    }

    .featured-pricing {
        margin-left: -1px;
        margin-right: -1px;
        transform: translateY(0px);
        z-index: 11;
    }

    .fr-hero2-form .select2-container .select2-selection--single {
        border-radius: 4px;
    }

    .fr-hero2-form li button {
        height: 50px;
        line-height: normal;
        border-radius: 4px;
        width: 100%;
    }

    .fr-latest2-content-box .fr-latest2-price ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .fr-latest2-content-box {
        padding: 20px;
        flex-direction: column;
    }

    .fr-hero3-text {
        text-align: left;
    }

    .fr-hero3-srch ul li .select2-container .select2-selection--single {
        border-radius: 4px;
    }

    .fr-hero3-submit {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
    }

    .fr-hero3-content {
        width: 100%;
    }

    .hero-slider .fr-hero3-video {
        position: relative;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
        border-left: none;
    }

    .hero-slider .fr-hero3-submit {
        margin-top: 20px;
        position: relative;
        border-radius: 4px;
        top: auto;
        right: auto;
    }

    .hero-slider .fr-hero3-submit .btn {
        border-radius: 4px;
        width: 100%;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #f4f6f9;
    }

    .hero-slider .fr-hero3-srch {
        border-radius: 4px;
        border: none;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-slider {
        position: relative;
        height: auto !important;
    }

    .sb-header.transparent {
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    }

    #main-theme-carousel .carousel-inner {
        display: none;
    }

    .fr-expert .fr-expert-content {
        float: none;
        margin-top: 20px;
    }

    .fr-project-ad-content .button-bid {
        flex-direction: column;
    }

    .fr-project-ad-content .button-bid .bid-text-checkbox {
        margin-bottom: 15px;
    }

    .fr-project-adons ul li:last-child {
        width: 100%;
        text-align: left;
    }

    .fr-project-adons ul li:nth-child(2) {
        width: 90%;
    }

    .fr-project-adons ul li:first-child {
        float: left;
        width: 10%;
    }

    .fr-project-f-des .fr-project-attachments .attacment-box .attachments {
        width: 100%;
    }

    .fr-project-content .fr-project-meta li {
        font-size: 14px;
    }

    .fr-hero-detail.style-1, .fr-services-content-2 {
        padding: 20px 0;
    }

    .fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
        padding: 0;
    }

    .fr-hero-m-jobs-bottom ul li {
        border-right: none;
        text-align: left;
        justify-content: flex-start;
    }

    .fr-hero-m-jobs-bottom ul {
        flex-direction: column;
    }

    .fr-hero-details-content .fr-hero-details-information h1 {
        font-size: 20px;
        line-height: 40px;
    }

    .fr-product-description .main-box {
        padding: 20px;
    }

    .fr-recent-review-box .fr-recent-content p.feedback {
        padding-left: 0;
    }

    .fr-recent-review-box .individual-stars {
        margin-left: 0;
    }

    .fr-menu .sb-menu ul li.fr-list.loggedin {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        margin-right: 15px;
        height: auto;
    }

    .fr-seller-servives .fr-seller-servives-meta {
        flex-direction: column;
        align-content: space-around;
    }

    .fr-seller-servives .fr-seller-servives-meta a .fr-seller-profile {
        display: none;
    }

    .fr-seller-servives .fr-seller-view {
        align-self: flex-start;
    }

    .service-sidebar {
        margin-top: 20px;
    }

    .fr-m-contents .fr-m-main-title h1 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .extra-features ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-service-container ul li.links {
        display: none;
    }

    .fr-service-container ul li.links:last-child {
        float: none;
        display: block;
        padding: 0;
        margin: 0 auto;
    }

    .fr-latest-main-content p {
        line-height: 28px;
        font-size: 14px;
    }

    .fr-latest-blog-container {
        float: none;
        width: 100%;
        margin-top: 45px;
    }

    .fr-user-reviews-2-sm a {
        font-size: 14px;
    }

    .fr-latest-user-reviews .heading-contents-2 h3 {
        font-size: 20px;
    }

    .fr-user-reviews-2-sm .sm-style-2 {
        font-size: 16px;
    }

    .fr-user-reviews-2-sm ul li span {
        font-size: 13px;
    }

    .fr-user-reviews-2-sm p {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-latest-blog-components p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-latest-tags-2 .fr-latest-t-content span {
        font-size: 12px;
    }

    .fr-latest-tags-2 .fr-latest-t-icons {
        float: left;
        margin-top: 30px;
    }

    .fr-user-reviews-2 {
        float: none;
        margin-right: 0;
    }

    .fr-latest-t-content .heading-contents-2 {
        margin-bottom: 20px;
    }

    .fr-latest-t-content .heading-contents-2 h3 {
        font-size: 18px;
    }

    .fr-latest-blog-content {
        margin-bottom: 30px;
    }

    .fr-src-content input {
        height: 45px;
        font-size: 12px;
    }

    .fr-latest-components ul li .fr-cm-details span {
        font-size: 12px;
    }

    .fr-latest-components ul li .fr-cm-details p {
        font-size: 14px;
        line-height: 20px;
    }

    .fr-tag-list a {
        font-size: 12px;
        padding: 4px 16px;
        margin-bottom: 12px;
    }

    .fr-tag-list {
        margin-top: 18px;
    }

    .fr-blog-content img {
        max-width: 110px;
        margin-bottom: 12px;
    }

    .fr-src-content {
        margin-top: 18px;
    }

    .fr-blog-content h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .fr-blog-content p {
        margin-bottom: 16px;
        line-height: 20px;
        font-size: 12px;
    }

    .fr-blog-content ul li i {
        width: 30px;
        height: 30px;
        padding: 8px;
        font-size: 14px;
    }

    .fr-latest-pagination .pagination a {
        font-size: 14px;
    }

    .fr-latest-pagination {
        margin-top: 0;
        float: none;
        overflow: hidden;
    }

    .fr-blog-content {
        margin-top: 30px;
        padding: 40px 20px;
    }

    .fr-latest-container {
        margin-top: 12px;
    }

    .fr-er-404 .fr-er-content h3 {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .fr-static .btn-style {
        border-radius: 0;
        width: 100% !important;
        padding: 13px 30px;
    }

    .fr-er-list span {
        font-size: 14px;
    }

    .fr-er-404 .fr-er-content p {
        padding-bottom: 22px;
        font-size: 14px;
    }

    .fr-static {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .fr-er-404 .form-group {
        margin-bottom: 0;
        margin-left: 0;
    }

    .fr-er-404 .form-group input {
        width: 100%;
        height: 45px;
        font-size: 12px;
        border-radius: 0;
        margin-bottom: 20px;
    }

    .fr-contact {
        margin-top: 50px;
    }

    .fr-co-contents ul li {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .fr-contact-form {
        padding: 25px 15px;
    }

    .fr-contact-form input {
        font-size: 14px;
    }

    .heading-contents-2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .fr-co-contents {
        margin-bottom: 30px;
    }

    .fr-c-about-profile {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .fr-c-about-style {
        margin-top: 0;
    }

    .fr-client-about-details h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .fr-about-client .owl-theme .owl-dots {
        margin-left: 0;
    }

    .fr-c-about-profile img {
        margin-bottom: 10px;
    }

    .fr-c-about-products {
        display: none;
    }

    .fr-about2-client.fr-about-client {
        padding: 50px 0;
    }

    .fr-plan-basics {
        margin-bottom: 30px;
    }

    .fr-plan-content button {
        font-size: 14px;
    }

    .fr-plan-content h3 {
        font-size: 38px;
    }

    .fr-plan-content h2 {
        font-size: 22px;
    }

    .heading-panel-2 h2 {
        font-size: 20px;
    }

    .heading-panel-2 p {
        font-size: 14px;
    }

    .fr-about-i-details i {
        margin-top: 13px;
        font-size: 14px;
    }

    .fr-about-reviews ul li::before {
        display: none;
    }

    .fr-about-reviews ul li .fr-about-icons img {
        width: 60%;
    }

    .fr-about-reviews ul li .fr-about-icons img {
        width: 40px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .fr-about-reviews ul li .fr-about-icons {
        margin-right: 0;
    }

    .fr-buisness-xt ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .fr-buisnes-content p {
        line-height: 24px;
    }

    .fr-buisnes-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .fr-buisnes-content strong {
        font-size: 14px;
    }

    .fr-about-i-details .counter-js span {
        font-size: 20px;
        line-height: normal;
    }

    .fr-about-i-details p {
        display: inline-block;
        margin-top: 0;
        font-size: 14px;
    }

    .fr-about-reviews ul li {
        margin-right: 0;
        width: 50%;
        margin-bottom: 30px;
    }

    .fr-about-conrent h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .fr-serices-content ul li {
        float: none;
    }

    .fr-services2-details .card-body {
        line-height: 24px;
        font-size: 12px;
        padding: 14px 20px;
    }

    .fr-sevices-contact-form h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .fr-services-content-data {
        font-size: 14px;
        line-height: 18px;
    }

    .fr-services-review .form-group input {
        margin-bottom: 20px;
    }

    .fr-services-review .form-row {
        margin-bottom: 20px;
    }

    .fr-reviews-star-rat ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fr-frquntly-qa .btn-link p {
        font-size: 14px;
    }

    .fr-frquntly-qa .btn-link {
        padding: 10px 15px;
    }

    .fr-seller-servives h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .fr-seller-contents ul {
        flex-direction: column;
    }

    .fr-seller-contents ul li {
        margin-bottom: 20px;
    }

    .fr-seller-contents ul li:last-child {
        margin-bottom: 0;
    }

    .fr-seller-contents {
        padding: 16px 20px;
    }

    .fr-seller-servives {
        padding: 20px;
    }

    .fr-seller-servives .fr-seller-details span {
        font-size: 12px;
    }

    .fr-seller-rating span strong {
        font-size: 12px;
    }

    .fr-seller-servives .fr-seller-f-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-seller-servives .fr-seller-details h3 {
        font-size: 16px;
    }

    .fr-seller-servives .fr-seller-profile {
        float: none;
        margin-right: 0;
    }

    .fr-seller-servives .fr-seller-details {
        overflow: hidden;
        float: none;
        width: 100%;
        margin-bottom: 22px;
    }

    .fr-sm-margin .slick-slide {
        margin-right: 12px;
    }

    .fr-m-products-2 ul li span {
        font-size: 14px;
    }

    .fr-m-products-2 ul li img {
        width: 86%;
    }

    .fr-services2-id ul li {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .fr-about-video {
        margin-top: 30px;
    }

    .fr-about-conrent .fr-product-checks ul li {
        width: 100%;
    }

    .fr-services2-id .fr-services2-content span {
        font-size: 14px;
        padding-top: 0;
    }

    .fr-services2-id .fr-services2-content p {
        font-size: 16px;
    }

    .fr-m-products-2 {
        float: none;
    }

    .fr-m-contents .fr-m-main-title h3 {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .fr-m-products ul li p {
        font-size: 12px;
    }

    .fr-m-contents .fr-m-main-title p {
        font-size: 12px;
    }

    .fr-service-container ul li a {
        font-size: 12px;
    }

    .fr-service-container ul {
        display: flex;
    }

    .fr-serices-content ul li:nth-child(2n+1) {
        width: 100%;
    }

    .fr-serices-content ul li:nth-child(2n+2) {
        width: 100%;
    }

    .fr-serices-content ul li:nth-child(2n+3) {
        width: 100%;
    }

    .fr-serices-content ul li input {
        border: 1px solid #e9e9e9 !important;
        height: 42px;
        border-radius: 0;
        font-size: 12px;
        padding: 10px 7px;
    }

    .fr-serices-content ul li .form-group::before {
        border: none;
    }

    .fr-serices-content {
        margin-top: -120px;
    }

    .fr-serices-content ul li .btn-style {
        line-height: inherit;
    }

    .fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 41px;
    }

    .fr-serices-content ul li .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 21px;
        left: 0;
    }

    .fr-serices-content ul li .select2-container .select2-selection--single {
        border: 1px solid #e9e9e9 !important;
        height: 42px;
        border-radius: 0;
    }

    .fr-serices-content p {
        margin-top: 0;
        font-size: 12px;
    }

    .fr-serices-content ul li {
        margin-bottom: 25px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating p {
        text-align: left;
        font-size: 18px;
    }

    .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 12px;
        margin-left: 0;
    }

    .fr-c-details {
        margin-top: 30px;
    }

    .fr-c-social-icons h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .fr-c-detail-box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .fr-expert .fr-expert-content .btn-style {
        padding: 10px 22px !important;
        font-size: 12px !important;
    }

    .fr-expert .fr-expert-details {
        float: none;
    }

    .fr-expert .fr-expert-details h2 {
        font-size: 18px;
    }

    .fr-expert .fr-expert-details p {
        font-size: 14px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details span {
        font-size: 16px;
    }

    .fr-c-social-icons ul li img {
        width: 80%;
    }

    .fr-c-social-icons ul li {
        margin-right: 5px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details p {
        font-size: 14px;
    }

    .fr-c-details .fr-c-container h3 {
        font-size: 14px;
    }

    .fr-c-details .fr-c-container {
        padding: 20px;
    }

    .fr-ca-more-details .fr-c-full-details span {
        font-size: 12px;
    }

    .fr-ca-more-details ul li .fr-c-full-details p {
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets span {
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets i {
        padding: 8px;
        font-size: 16px;
    }

    .fr-employ-content .fr-employer-assets h3 {
        font-size: 16px;
        margin-bottom: 16px;
        margin-top: 4px;
    }

    .fr-employ-content .fr-employer-assets .btn-style {
        font-size: 13px !important;
        padding: 8px 22px !important;
    }

    .fr-employ-content .fr-employer-assets {
        padding: 10px 0 22px;
    }

    .fr-employ-container img {
        margin-top: -52px;
    }

    .fr-employ-container .notify-2 {
        top: -30%;
        margin-left: -3%;
    }

    .fr-employ-content .fr-employ-box .fr-employ-social i {
        height: 30px;
        width: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .fr-sign-social .fr-sign-s-media span {
        margin: 0 auto;
        display: table;
    }

    .fr-sign-assets-2 {
        margin-left: 0;
    }

    .fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
        left: 14%;
    }

    .fr-sigin-requirements .pretty .state label::after {
        top: 7%;
    }

    .fr-sign-in-hero .owl-dots {
        display: none;
    }

    .fr-sign-social .fr-sign-s-media {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fr-sign-main-content {
        background-color: #fff;
    }

    .fr-sign-text {
        overflow: hidden;
        padding: 10px 10px;
    }

    .fr-sign-assets-2 h2 {
        font-size: 16px;
    }

    .fr-sign-content {
        padding: 45px 0;
        border: none;
    }

    .fr-sign-form .form-group label {
        font-size: 12px;
    }

    .fr-sign-form .form-group input {
        font-size: 12px;
    }

    .fr-sigin-requirements span {
        font-size: 12px;
    }

    .fr-sign-background {
        display: none;
        position: relative;
    }

    .fr-sign-user-dashboard {
        margin-top: 0;
    }

    .fr-sign-in-hero .heading-panel {
        margin-bottom: 20px;
    }

    .fr-sign-in-hero .heading-panel h2 {
        font-size: 20px;
    }

    .fr-project-lastest-product .fr-project-place {
        padding: 20px;
    }

    .fr-project-adons ul li .pretty {
        font-size: 14px;
        margin-top: 0;
    }

    .fr-project-adons ul li {
        font-size: 14px;
    }

    .fr-company-contents .fr-company-products-2 {
        padding-bottom: 30px;
    }

    .fr-jobs-price .style-hd {
        font-size: 18px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
        font-size: 16px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details {
        margin-top: 5px;
    }

    .fr-recent-review-box .fr-recent-details-area p {
        line-height: 24px;
        font-size: 14px;
    }

    .fr-expertise-content .heading-contents h3 {
        font-size: 18px;
    }

    .fr-expertise-product .fr-expertise-details h3 {
        font-size: 16px;
        margin-bottom: 0;
    }


    .fr-expertise-product {
        margin-top: 15px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-review-profile img {
        max-width: 60px;
    }

    .fr-recent-model a {
        margin-bottom: 30px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating i {
        margin-right: 6px;
        font-size: 12px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
        font-size: 14px;
    }

    .fr-hero-hire .fr-hero-short-list-2 {
        overflow: inherit;
    }

    .fr-hero-hire .fr-hero-short-list-2 .btn-style {
        padding: 6px 26px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
        margin-right: 0;
        float: none;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li::before {
        right: -10%;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
        margin-bottom: 20px;
        padding: 6px 8px;
    }

    .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
    }

    .fr-hero-details-content .fr-hero-details-products span {
        left: 25%;
    }

    .fr-product-progress {
        margin-top: 30px;
    }

    .fr-product-progress ul li .fr-product-progress-content p {
        font-size: 14px;
    }

    .fr-product-progress ul li .fr-product-progress-content span {
        font-size: 14px;
    }

    .fr-product-des-box p {
        font-size: 14px;
    }

    .fr-product-des-box .mb-style-2 {
        width: 100%;
    }

    .fr-product-des-box .fr-product-logo {
        position: relative;
        right: inherit;
        top: inherit;
        display: none;
    }

    .heading-contents h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .fr-hero-hire-content {
        float: left;
    }

    .fr-hero-hire span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100px;
    }

    .fr-hero-hire p {
        display: inline;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-products {
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }

    .fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100%;
        width: 100%;
    }

    .fr-hero-details-content .fr-hero-details-information span {
        font-size: 20px;
    }

    .fr-hero-short-list {
        float: left;
        text-align: left;
        margin-top: 10px;
    }

    .fr-right-detail-bar p {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
        width: 70%;
    }

    .fr-right-detail-bar .fr-right-srch-detail ul li a {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }

    .fr-right-detail-bar .fr-right-srch-detail ul li {
        float: none;
        margin-right: 0;
    }

    .fr-right-srch-detail ul li .select2-container {
        width: 100% !important;
    }

    .fr-right-srch-detail {
        float: none;
        width: 100%;
    }

    .fr-lance-content3 .fr-lance-price2 p {
        font-size: 18px;
        line-height: 22px;
    }

    .fr-lance-content3 .fr-lance-price2 span {
        font-size: 16px;
    }

    .fr-lance-content3 .fr-lance-price2 {
        top: 28%;
    }

    .fr-lance-content3 .fr-lance-detail-box .fr-lance-usr-details p {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
        margin-bottom: 10px;
        font-size: 14px;
        margin-right: 0;
        padding: 2px 10px;
    }

    .fr-lance-usr-details span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
        margin-bottom: 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
        float: none;
        margin-right: 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
        font-size: 16px;
    }

    .fr-lance-content3 .fr-lance-detail-box .fr-lance-profile .notify-2 {
        padding: 5px 5px;
        top: 18%;
        right: 0;
    }

    .fr-lance-content3 .fr-lance-detail-box {
        float: none;
        overflow: hidden;
        margin-right: 0;
        margin: 0 auto;
        display: table;
    }

    .fr-side-bar-filtered ul li:nth-child(2n+2) {
        width: auto;
        margin-right: 0;
        display: none;
    }

    .fr-side-bar-filtered ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .fr-lance-banner .btn-style {
        padding: 8px 24px;
        font-size: 14px;
    }

    .fr-list-product .fr-list-content .fr-list-srch {
        margin-bottom: 4px;
    }

    .fr-lance-banner p {
        font-size: 14px;
    }

    .fr-lance-banner h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .fr-list-product {
        padding: 60px 0;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
        font-size: 18px;
    }

    .fr-project-bidding .fr-project-assets .fr-project-icon span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-project-lastest-product .fr-project-place h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .fr-project-adons ul li i {
        font-size: 26px;
    }

    .fr-project-apply .btn-style {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-project-bidding .fr-project-box {
        margin-bottom: 20px;
    }

    .fr-project-bidding .fr-project-box h3 {
        font-size: 16px;
    }

    .fr-project-f-profile .fr-project-f-user-details h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .fr-project-bidding .fr-project-assets {
        overflow: hidden;
        width: 100%;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li:last-child {
        margin-right: 0;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
        margin-right: 20px;
    }

    .fr-project-bidding .fr-project-user-details {
        margin-bottom: 10px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-img-box {
        display: none;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details {
        position: relative;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul {
        text-align: left;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
        margin-bottom: 16px;
        margin-right: 0;
    }

    .fr-project-details .fr-project-product ul li {
        margin-bottom: 15px;
        width: 100%;
        float: none;
    }

    .fr-project-details .fr-project-content .fr-project-f-des {
        padding: 20px 16px;
    }

    .fr-project-details .fr-project-content .fr-project-list h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .fr-pagination {
        overflow: hidden;
    }

    .fr-list-side-bar .fr-pagination .pagination {
        float: none;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
        left: 22px;
        width: 80%;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
        line-height: 24px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 12px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-bid {
        display: none;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index {
        margin-top: 10px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-views ul li {
        float: none;
        margin-right: 0;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .heading-panel h2 {
        font-size: 24px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
        font-size: 14px;
    }

    .fr-list-side-bar .fr-right-detail-bar p {
        margin-top: 0;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .fr-right-list {
        overflow: hidden;
    }

    .fr-footer .fr-footer-content ul li a {
        font-size: 14px;
    }

    .fr-jobs-price .style-hd {
        font-size: 18px;
    }

    .fr-jobs-price {
        top: 5%;
    }

    .fr-jobs-price p {
        font-size: 12px;
        line-height: 12px;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li {
        margin-bottom: 14px;
        float: none;
        margin-right: 0;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li i {
        float: left;
        margin-right: 10px;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li .select2-container {
        width: 100% !important;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
        float: none;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-content {
        float: none;
        margin-bottom: 12px;
    }

    .fr-list-side-bar .fr-right-bannner {
        margin-top: 25px;
    }

    .fr-list-side-bar .fr-right-bannner h3 {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .fr-list-side-bar .fr-right-bannner .btn-style {
        padding: 8px 26px;
    }

    .fr-list-side-bar .fr-right-bannner p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .fr-list-side-bar .fr-side-bar-filtered input {
        height: 42px;
    }

    .fr-side-bar-btn span {
        font-size: 14px;
    }

    .fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 14px;
    }

    .fr-list-side-bar .fr-side-bar-filtered ul li {
        float: left;
        width: 44%;
    }

    .fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
        margin-right: 11px;
    }

    .fr-list-side-bar .fr-side-bar-filtered label {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .fr-side-bar-filtered .fr-side-budget span {
        font-size: 14px;
    }

    .fr-list-product .fr-list-content .fr-list-srch h1 {
        font-size: 22px;
        line-height: 30px;
        width: 90%;
    }

    .fr-footer .fr-footer-content .fr-style-8 {
        font-size: 16px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .fr-hero .fr-hero-content .fr-hero-style {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fr-hero-style-p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .fr-hero-style-p2 {
        font-size: 16px;
    }

    .fr-hero .fr-hero-search-bar ul li {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .fr-hero .fr-hero-search-bar ul li input {
        border-radius: 4px;
    }


    .fr-hero .fr-hero-search-bar ul li:last-child {
        width: 100%;
    }

    .fr-hero .fr-hero-search-bar ul li .btn-style {
        padding: 14px 28px;
        border-radius: 4px;
        width: 100%;
    }

    .fr-hero .fr-hero-trending ul li {
        margin-bottom: 12px;
    }

    .fr-hero .fr-hero-trending ul li:first-child {
        float: none;
    }

    .fr-list {
        float: none !important;
        margin-top: 16px;
    }

    .fr-list .style-1 {
        float: none;
    }

    .fr-menu .sb-menu > ul {
        list-style: none;
    }

    .fr-menu .sb-menu ul li.current-menu > a, .sb-menu ul li:hover > a {
        background-color: transparent;
    }

    .fr-list a i {
        font-size: 12px;
    }

    .heading-panel p {
        font-size: 14px;
        line-height: 24px;
    }

    .heading-panel {
        margin-bottom: 25px;
    }

    .fr-explore-cat .owl-nav {
        position: absolute;
        right: 13%;
        top: -21%;
    }

    .fr-explore-cat .fr-explore-style {
        position: relative;
        top: auto;
        right: auto;
        overflow: hidden;
        bottom: 0;
        margin-bottom: 30px;
    }

    .fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
        border-radius: 4px;
    }

    /* latest jobs extra html*/
    .fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details {
        padding: 22px 15px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
        float: left;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-price .style-hd {
        font-size: 20px;
        line-height: 28px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-price {
        top: 18%;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-price p {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
        width: 100%;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-bar {
        padding: 10px 16px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
        font-size: 14px;
    }

    /* latest jobs extra html*/
    .fr-latest-jobs .fr-jobs-dc {
        bottom: 13%;
    }

    .fr-jobs-main-content {
        margin-top: 30px;
    }

    .fr-latest-jobs .owl-nav {
        top: 8%;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
        font-size: 16px;
        line-height: 22px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
        font-size: 20px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-product img {
        width: 100%;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
    }

    .fr-browse-client {
        display: none;
    }

    .fr-footer .fr-footer-content {
        float: none;
    }

    .fr-footer .fr-footer-content ul {
        columns: 1;
    }

    .fr-footer-icons ul {
        columns: auto !important;
    }

    .fr-gt-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-gt-content h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .fr-gt-btn {
        float: left;
        margin-top: 20px;
    }

    .fr-footer .fr-bottom p {
        line-height: 26px;
    }

    .fr-bg-style {
        padding: 26px 20px;
    }

    .fr-company-contents .fr-company-assets {
        height: 246px;
        background-position: 100%;
        background-size: cover;
        margin-top: 0;
        position: absolute;
        top: 2%;
        width: 100% !important;
    }

    .fr-company-contents .fr-company-assets-2 {
        height: 230px;
        background-size: cover;
        width: 100%;
        position: relative;
        top: inherit;
        margin-top: -55%;
    }

    .fr-company-contents .fr-company-products .fr-style-3 {
        font-size: 24px;
    }

    .fr-company-contents .fr-company-products p {
        width: 100%;
        margin-bottom: 12px;
    }

    .fr-company-contents .fr-company-products a {
        font-weight: 500;
        padding: 8px 30px;
        font-size: 14px;
    }

    .fr-company-contents .fr-company-products-2 .fr-style-4 {
        font-size: 24px;
    }

    .fr-company-contents .fr-company-products-2 p {
        line-height: 24px;
        margin-bottom: 12px;
    }

    .fr-company-contents .fr-company-products-2 a {
        font-weight: 500;
        padding: 8px 30px;
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
        padding: 0;
    }

    .sb-header .logo {
        padding: 15px 0;
    }

    /*NEW HOME PAGES CSS*/
    .fr-hero3-srch ul li input {
        background-color: #f4f6f9;
        border-radius: 4px !important;
    }

    .fr-hero-ad {
        height: auto !important;
    }

    .elbow.owl-carousel.owl-drag .owl-item {
        margin-top: 2%;
    }


    .fr-h-star i {
        font-size: 12px;
    }

    .no-top-margin {
        padding-top: 0 !important;
    }

    .fr-rev-2.fr-rev {
        margin-bottom: 50px;
        padding: 35px 15px;
    }

    .fr-latest2-content-box .fr-latest2-price ul li p {
        font-size: 16px;
    }

    .fr-latest2-content-box .fr-latest2-price ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fr-latest2-content-box .fr-latest2-rating .style-text {
        font-size: 18px;
        line-height: 25px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li p i {
        font-size: 12px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li span {
        margin-left: 14px;
    }

    .fr-latest2-content-box .fr-latest2-bid {
        width: 100%;
    }

    .fr-latest2-content-box .fr-latest2-price {
        overflow: hidden;
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .fr-latest2-content-box .fr-latest2-rating {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .fr-latest2-heading .heading-panel h3 {
        font-size: 24px;
    }

    .fr-latest2-heading .heading-panel {
        margin-bottom: 35px;
    }

    .fr-top-icons::before {
        border: none;
    }

    .top-style {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .fr-top-icons {
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .fr-top3-content .heading-panel {
        margin-bottom: 35px;
    }

    .fr-hero3-submit button {
        padding: 12px 30px;
    }

    .fr-her3-elemnt a {
        font-size: 12px;
        margin-right: 5px;
        background-color: rgba(255, 180, 19, 0.2);
        display: inline-block;
        margin-bottom: 5px;
    }

    .fr-her3-elemnt p {
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fr-hero3-video a {
        border: none;
        padding: 0;
    }

    .fr-hero3-text span {
        font-size: 14px;
    }

    .fr-hero3-video i {
        padding: 18px 20px;
        font-size: 22px;
    }

    .fr-hero3-srch {
        border-radius: 0;
        box-shadow: none;
    }

    .fr-hero3-video {
        right: auto;
        margin-top: 25px;
    }

    .fr-top3-content .heading-panel h3 {
        font-size: 20px;
    }

    .fr-her3-elemnt {
        display: block;
    }

    .fr-hero3 {
        background-position: bottom;
        height: 660px;
    }

    .fr-hero3-main {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .fr-hero3-content span {
        font-size: 16px;
    }

    .fr-hero3-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .fr-hero3-srch ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-hero3-srch ul li:last-child {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }

    .fr-hero2-content {
        padding-top: 80px;
        width: 90%;
    }

    .fr-logos img {
        margin-bottom: 25px;
    }

    .fr-hero2-title h1 {
        font-size: 28px;
        margin-bottom: 14px;
        line-height: 36px;
    }

    .fr-hero2-title p {
        line-height: 26px;
        font-size: 14px;
        width: 100%;
    }

    .fr-hero2-form li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-hero2-form .select2-container .select2-selection--single {
        height: 50px;
    }

    .fr-hero2-form li input {
        height: 50px;
        border-radius: 4px;
    }

    .fr-hero2-form .style-bind {
        border-left: none;
    }

    .fr-hero2-form li a {
        height: auto;
        line-height: inherit;
        border-radius: 0;
        font-size: 12px;
        width: 100% !important;
    }

    .fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #888;
        line-height: 52px;
        font-size: 12px;
    }

    .fr-hero2-form li:last-child {
        width: 100%;
    }

    .fr-menu-trans .fr-m-right {
        float: none;
        line-height: inherit;
    }

    .fr-menu-trans .sb-menu.separate-line > ul > li > a {
        padding: 15px 20px;
        color: #000;
        font-size: 12px;
    }

    .fr-menu-trans .fr-m-right .btn-theme {
        font-size: 12px;
    }

    .fr-menu-trans .fr-m-right .btn-style {
        font-size: 12px;
    }

    .fr-menu-trans .fr-m-right a {
        margin-right: 5px;
    }

    .fr-hero2-info a {
        margin-bottom: 10px;
    }

    .fr-about2-texts p {
        width: 100%;
    }

    .fr-hero2-video p {
        font-size: 14px;
    }

    .fr-hero2-video i {
        font-size: 18px;
    }

    .ripple {
        bottom: 20%;
    }

    .fr-hero-2 {
        height: 700px;
    }

    .fr-hero2-video {
        display: none;
    }

    .fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
    }

    .fr-about2-texts h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .fr-about2-texts .btn-style {
        font-size: 14px;
    }

    .fr-about2-img {
        margin-top: 30px;
        float: none;
    }

    .fr-serv2 .heading-contents h3 {
        font-size: 20px;
    }

    .fr-serv2 .heading-contents p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-serv2-btn {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .fr-serv2 .heading-contents {
        margin-bottom: 20px;
        float: none;
    }

    .fr-serv2-btn .btn-style {
        font-size: 12px;
    }

    .fr-blog-center.heading-panel h3 {
        font-size: 22px;
    }

    .no-margin .fr-latest-box {
        margin-bottom: 30px;
    }

    .fr-footer-2-product ul li a {
        font-size: 12px;
    }

    .fr-footer-2-product h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fr-footer2-icons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .fr-footer2-icons ul li i {
        width: 30px;
        height: 30px;
        line-height: 14px;
        font-size: 14px;
    }

    .fr-footer2-content p {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
    }

    .footer-info p {
        font-size: 12px;
        line-height: 24px;
    }

    .fr-latest-details i {
        font-size: 14px;
    }

    .fr-latest-content p {
        font-size: 16px;
    }

    .fr-latest-details p span {
        font-size: 16px;
    }

    .res-us-profile {
        float: none;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .res-us-inline span i {
        padding: 10px 12px;
    }


    .res-us-inline p .btn-theme {
        padding: 7px 24px;
        font-size: 12px;
    }


    .res-us-inline p {
        font-size: 12px;
    }


    .res-us-inline span {
        font-size: 12px;
    }

    .res-us-inline {
        float: none;
        padding-left: 0;
        border-left: none;
        margin-top: 15px;
        display: inline-block;
    }

    .res-us-exp a {
        padding: 4px 12px;
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .res-us-product h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .res-us-product ul li span {
        font-size: 12px;
    }

    .res-us-product ul li {
        margin-right: 7px;
    }

    .res-us-product ul li span i {
        padding: 2px;
    }

    .res-us-product p {
        font-size: 16px;
    }

    .res-us-product span {
        font-size: 14px;
    }

    .res-us-profile img {
        max-width: 65px;
    }

    .res-us-details {
        background: #fff;
        padding: 30px 20px;
    }

    .col-xl-6.no-padding-hero {
        padding-right: calc(var(--bs-gutter-x) / 2);
    }

    .fr-sign-container {
        border-left: none;
    }

    .fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
        margin-top: 0;
        float: left;
    }

    .fr-menu .sb-menu ul li.fr-list {
        height: 50px;
    }

    .service-side {
        margin-bottom: 30px;
    }

    .padding-top-bottom-3 {
        padding-bottom: 60px !important;
    }

    .section-padding {
        padding: 50px 0;
    }

}

/*for md devices*/
@media (min-width: 768px) and (max-width: 991.8px) {
    .fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
        padding: 0;
    }

    .services-filter-2 form .filters {
        min-width: 200px;
    }

    .services-filter-2 {
        margin-top: 30px;
    }

    .slider-box .fr-slick .slides li iframe {
        min-height: 360px;
    }

    .fr-m-contents .fr-m-main-title h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .fr-project-details .fr-project-content .fr-project-style i {
        padding: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-style {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .fr-project-product-features .fr-project-product ul li {
        width: 50%;
    }

    .project-list-2 .bottom-side ul.skills {
        width: 100%;
    }

    .project-list-2 .bottom-side .view-btn {
        display: none;
    }

    .fr-gt-btn {
        float: left;
        margin-top: 15px;
    }

    .about-grid-content {
        margin-bottom: 30px;
    }

    .about-grid-content p {
        font-size: 14px;
    }

    .about-grid-content .subtitle {
        font-size: 16px;
    }

    .about-grid-content h2 {
        font-size: 20px;
    }

    .fr-hero .fr-hero-content {
        margin-top: 160px;
    }

    .fr-hero .fr-main-img {
        margin-top: 80px;
    }

    .elbow.owl-carousel {
        display: none;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-bid {
        margin-top: 15px;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
        border: none;
    }

    .fr-hero3-srch ul li .select2-container .select2-selection--single {
        border-radius: 4px;
    }

    .main-theme-app-one .main-theme-app-box {
        width: 90%;
    }

    .fr-c-about-products {
        display: none;
    }

    .call-actionz .parallex-text h4 {
        font-size: 30px;
    }

    .call-actionz p {
        font-size: 18px;
    }

    .main-theme-pricing-2-main .main-theme-pricing-price h4 {
        font-size: 18px;
    }

    .fr-about-conrent .fr-product-checks ul li {
        width: 100%;
    }

    .hero-slider .fr-hero3-video {
        position: relative;
        margin-top: 20px;
    }

    .hero-slider {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 999;
        min-height: 550px;
    }

    .fr-rev-2.fr-rev.section-position {
        margin-top: 0;
    }

    .fr-c-about-style {
        margin-top: 0;
    }

    .fr-about2-client.fr-about-client {
        padding: 50px 0;
    }

    .featured-pricing {
        transform: translateY(0px);
    }

    .fr-plan-content h2 {
        font-size: 20px;
    }

    .heading-panel.section-left .heading-meta {
        width: 70%;
    }

    .fr-latest2-content-box {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-header.transparent {
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    }

    .fr-project-apply {
        display: none;
    }

    .fr-hero-m-jobs-bottom ul li span small {
        margin-right: 0;
        width: 100%;
        display: block;
    }

    .fr-hero-details-content .fr-hero-details-information h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .fr-hero-detail.style-1 .custom-product {
        padding: 15px;
    }

    .fr-menu .sb-menu ul li.fr-list.loggedin {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        margin-right: 0;
        height: auto;
    }

    .fr-sign-background {
        display: none;
    }

    .service-sidebar {
        margin-top: 20px;
    }

    .fr-latest-blog-components p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-user-reviews-2-sm .sm-style-2 {
        font-size: 16px;
    }

    .fr-user-reviews-2-sm ul li span {
        font-size: 14px;
    }

    .fr-user-reviews-2-sm p {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-user-reviews-2-sm a {
        font-size: 14px;
    }

    .fr-latest-user-reviews .heading-contents-2 h3 {
        font-size: 20px;
    }


    .fr-latest-t-content .heading-contents-2 {
        margin-bottom: 20px;
    }

    .fr-latest-t-content .heading-contents-2 h3 {
        font-size: 18px;
    }

    .fr-latest-tags-2 .fr-latest-t-content span {
        font-size: 13px;
    }

    .fr-latest-tags-2 .fr-latest-t-icons {
        margin-top: 38px;
    }


    .fr-latest-pagination {
        margin-top: 0;
    }

    .fr-tag-list a {
        font-size: 12px;
    }

    .fr-src-content {
        margin-top: 18px;
    }

    .fr-latest-components ul li .fr-cm-details {
        overflow: hidden;
        margin-top: 10px;
    }

    .fr-latest-components ul li .fr-cm-details p {
        font-size: 16px;
    }

    .fr-latest-components ul li .fr-cm-details span {
        font-size: 12px;
    }

    .fr-src-content input {
        height: 45px;
        font-size: 12px;
    }

    .fr-latest-pagination .pagination a {
        font-size: 12px;
    }

    .fr-latest-style ul li .fr-latest-profile span {
        margin-left: 10px;
    }

    .fr-blog-content {
        margin-top: 30px;
    }

    .fr-latest-container span {
        margin-top: 10px;
    }

    .fr-latest-container {
        margin-top: 10px;
    }


    .fr-latest-content h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fr-er-list {
        margin-top: 16px;
    }

    .fr-er-404 .fr-er-content h3 {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .fr-static .btn-style {
        padding: 12px 30px;
    }

    .fr-er-404 .fr-er-content p {
        line-height: 24px;
        padding-bottom: 22px;
        font-size: 14px;
    }

    .fr-er-404 .form-group input {
        height: 45px;
        font-size: 12px;
    }

    .fr-contact {
        margin-top: 50px;
    }

    .fr-contact-form input {
        height: 45px;
        font-size: 14px;
    }

    .fr-co-contents ul li .fr-co-logo {
        margin-right: 10px;
    }

    .fr-co-contents {
        padding: 20px;
        margin-bottom: 30px;
    }

    .fr-plan-basics {
        margin-bottom: 30px;
    }

    .fr-client-about-details h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .fr-client-sm p {
        font-size: 16px;
    }

    .fr-client-sm span {
        font-size: 14px;
    }

    .fr-plan-content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 11px;
    }

    .fr-plan-details {
        margin-top: 20px;
    }

    .fr-plan-details li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fr-plan-content h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .fr-plan-content button {
        font-size: 14px;
    }

    .fr-bissness-details {
        padding: 60px 0;
    }

    .fr-buisness-xt ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .fr-about-video .bla-2 {
        bottom: 6%;
    }

    .fr-about-conrent h2 {
        font-size: 24px;
    }

    .fr-about-conrent strong {
        font-size: 14px;
    }

    .fr-about-reviews ul li {
        margin-bottom: 20px;
        width: 50%;
    }

    .fr-about-i-details .counter-js span {
        font-size: 26px;
    }

    .fr-about-reviews ul li::before {
        display: none;
    }

    .fr-about-i-details p {
        font-size: 14px;
        line-height: 15px;
    }

    .fr-about-i-details i {
        margin-top: 15px;
        font-size: 14px;
    }

    .fr-about-conrent p {
        margin-bottom: 20px;
    }

    .fr-services2-details .card-body {
        line-height: 24px;
        font-size: 14px;
    }

    .fr-sevices-contact-form h3 {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .fr-services-review {
        margin-bottom: 30px;
    }

    .fr-services2-box .fr-services2-sm-1 p {
        font-size: 14px;
    }

    .fr-services-content-data {
        font-size: 14px;
        padding: 15px 25px;
    }

    .fr-reviews-star-rat ul li p {
        font-size: 14px;
    }

    .fr-services-f-details span {
        font-size: 14px;
    }

    .fr-seller-rating span strong {
        font-size: 14px;
    }

    .fr-services-review .form-group input {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-f-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-seller-contents ul li p {
        font-size: 14px;
        line-height: 10px;
    }

    .fr-frquntly-qa .btn-link {
        font-size: 14px;
    }

    .fr-seller-contents ul li span {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-details span {
        font-size: 14px;
    }

    .fr-seller-servives h2 {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .fr-service-container ul li a {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-details h3 {
        font-size: 16px;
    }

    .fr-services2-id .fr-services2-content span {
        font-size: 14px;
        padding-top: 0;
    }

    .fr-service-container ul li.links {
        margin-right: 20px;
        padding-right: 0;
    }

    .fr-m-products-2 ul li img {
        width: 80%;
    }

    .fr-services2-id .fr-services2-content p {
        font-size: 16px;
    }

    .fr-m-products-2 ul li span {
        font-size: 14px;
    }

    .fr-m-products-2 ul li {
        margin-right: 4px;
    }

    .fr-m-contents .fr-m-main-title p {
        font-size: 14px;
    }

    .fr-m-products ul li p {
        font-size: 14px;
    }

    .fr-m-contents .fr-m-main-title h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .fr-serices-content p {
        font-size: 14px;
    }

    .fr-expert .fr-expert-details h2 {
        font-size: 20px;
    }

    .fr-expert .fr-expert-details {
        float: none;
    }

    .fr-expert .fr-expert-details p {
        font-size: 14px;
    }

    .fr-c-details {
        margin-top: 30px;
    }

    .fr-c-social-icons h3 {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .fr-ca-more-details ul li .fr-c-full-details p {
        font-size: 14px;
    }

    .fr-c-social-icons ul li img {
        width: 85%;
    }

    .fr-c-social-icons ul li {
        margin-right: 2px;
    }

    .fr-ca-more-details .fr-c-full-details span {
        font-size: 14px;
    }

    .fr-c-detail-box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .fr-c-details .fr-c-container h3 {
        font-size: 14px;
    }

    .fr-ca-more-details {
        padding: 0 10px;
    }

    .fr-c-details .fr-c-container {
        padding: 20px;
    }

    .fr-c-details .fr-c-followers {
        padding: 15px 20px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details p {
        font-size: 14px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details span {
        font-size: 15px;
    }

    .fr-employ-content .fr-employer-assets span i {
        margin-bottom: 0;
    }

    .fr-side-bar-filtered .form-group {
        margin-bottom: 10px;
    }

    .fr-side-bar-filtered ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .fr-employ-content .fr-employ-box .fr-employ-social i {
        height: 25px;
        width: 25px;
        line-height: 24px;
        font-size: 14px;
        margin-right: 5px;
    }

    .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets h3 {
        font-size: 15px;
        margin-bottom: 11px;
        margin-top: 5px;
        line-height: 22px;
    }

    .fr-employ-content .fr-employer-assets .btn-style {
        padding: 10px 22px !important;
        font-size: 13px !important;
    }

    .fr-employ-content .fr-employer-assets span {
        font-size: 14px;
    }

    .fr-employ-container .notify-2 {
        position: absolute;
        top: -23%;
        margin-left: -3%;
    }

    .fr-employ-content .fr-employer-assets {
        padding: 12px;
    }

    .fr-employ-content .fr-employer-assets i {
        font-size: 14px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .fr-sign-social .fr-sign-s-media span {
        margin: 0 auto;
        display: table;
    }

    .fr-sign-social .fr-sign-s-media .fr-sign-icons::before {
        left: 15%;
    }

    .fr-sign-main-content {
        padding: 10px 14px;
    }

    .fr-sign-social .fr-sign-s-media {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fr-sign-user-dashboard {
        margin-top: 0;
    }

    .fr-sigin-requirements span {
        font-size: 14px;
    }

    .fr-sign-form .form-group label {
        font-size: 14px;
    }

    .fr-sign-assets-2 h2 {
        font-size: 18px;
    }

    .fr-sign-form .form-group input {
        font-size: 14px;
    }

    .fr-sign-assets-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-project-adons ul li .pretty {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
        width: 80%;
    }

    .fr-expertise-product .fr-expertise-details h3 {
        font-size: 16px;
    }

    .fr-expertise-product .fr-expertise-details span {
        font-size: 14px;
    }

    .fr-expertise-product .fr-expertise-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-expertise-content .heading-contents h3 {
        font-size: 20px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
        font-size: 14px;
    }

    .fr-recent-certification ul li .fr-recent-us-profile {
        margin-right: 12px;
    }

    .fr-recent-certification ul li .fr-recent-us-skills p {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-recent-certification {
        padding: 24px 12px;
    }

    .fr-recent-employers {
        padding: 22px 12px;
    }

    .fr-recent-employers ul li span {
        font-size: 14px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating p {
        text-align: left;
        margin-top: 8px;
        line-height: 18px;
    }

    .fr-recent-review-box .fr-recent-details-area p {
        font-size: 14px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
        font-size: 14px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li i {
        font-size: 14px;
    }

    .fr-top-contents .fr-top-grid {
        bottom: -15%;
    }

    .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100px;
    }

    .fr-top-contents .fr-top-details p .style-6 {
        font-size: 14px;
    }

    .fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information span {
        font-size: 20px;
    }

    .fr-product-progress {
        padding: 20px 15px;
    }

    .fr-product-progress ul li .fr-product-progress-content span {
        font-size: 14px;
    }

    .heading-contents h3 {
        font-size: 16px;
    }

    .fr-hero-details-content .fr-hero-details-products {
        margin-right: 18px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li {
        margin-right: 15px;
    }

    .fr-hero-details-content .fr-hero-details-information span i {
        margin-right: 8px;
        padding: 3px;
    }

    .fr-product-des-box p {
        font-size: 14px;
    }

    .fr-hero-hire p {
        font-size: 20px;
    }

    .fr-hero-hire span {
        font-size: 14px;
    }

    .fr-hero-hire .fr-hero-short-list-2 {
        overflow: inherit;
        margin-top: 20px;
    }

    .fr-hero-hire .fr-hero-short-list-2 .btn-style {
        padding: 6px 24px;
    }

    .fr-hero-hire-content i {
        padding: 0
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
        margin-bottom: 6px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
        padding: 4px 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
        font-size: 14px;
        margin-right: 2px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li::before {
        display: none;
    }

    .fr-right-detail-bar .fr-right-srch-detail ul li a {
        display: inline-block;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li::before {
        right: -16%;
    }

    .fr-lance-content3 .fr-lance-price2 {
        top: 22%;
        right: 6%;
    }

    .fr-right-srch-detail {
        float: none;
        overflow: hidden;
        width: 100%;
    }

    .fr-right-content {
        margin-bottom: 12px;
    }

    .fr-right-detail-bar .fr-right-srch-detail ul li {
        float: left;
        margin-right: 8px;
    }

    .fr-lance-content3 .fr-lance-price2 p {
        font-size: 18px;
    }

    .fr-lance-content3 .fr-lance-price2 span {
        font-size: 14px;
    }

    .fr-list-product {
        padding: 60px 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
        margin-bottom: 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
        padding: 2px 12px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .fr-lance-usr-details span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 {
        margin-bottom: 3px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
        font-size: 18px;
        margin-bottom: 4px;
        line-height: 26px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
        margin-right: 25px;
    }

    .fr-lance-content3 .fr-lance-more-details {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .fr-lance-content3 .fr-lance-detail-box {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .fr-lance-banner .btn-style {
        padding: 8px 26px;
    }

    .fr-lance-banner p {
        font-size: 14px;
    }

    .fr-lance-banner h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .fr-project-f-profile .fr-project-f-user-details p {
        font-size: 14px;
    }

    .fr-project-f-profile .fr-project-f-user-details span {
        font-size: 14px;
        margin-top: 3px;
    }

    .fr-project-f-profile .fr-project-f-product img {
        max-width: 90px;
    }

    .fr-project-pckage-details ul li .fr-project-package-list {
        margin-top: 2px;
    }

    .fr-project-f-employers ul li .fr-project-method span {
        font-size: 14px;
    }

    .fr-project-pckage-details ul li .fr-project-package-list p {
        font-size: 14px;
    }

    .fr-project-adons {
        padding: 12px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
        font-size: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
        font-size: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fr-project-apply .btn-style {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-poject-f-detail-box .fr-project-f-content p {
        font-size: 14px;
    }

    .fr-poject-f-detail-box .fr-project-f-content span {
        font-size: 14px;
    }

    .fr-project-details .fr-project-product ul li span {
        font-size: 14px;
    }

    .fr-project-pckage-details {
        padding: 18px 20px;
    }

    .fr-project-details .fr-project-content .fr-project-list h2 {
        width: 100%;
        font-size: 24px;
    }

    .fr-project-details .fr-project-content .fr-project-des p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-project-f-profile .fr-project-f-user-details h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .fr-project-bidding .fr-project-box {
        margin-bottom: 28px;
    }

    .fr-project-f-employers {
        padding: 20px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li::before {
        left: -6%;
    }

    .fr-project-bidding .fr-project-assets {
        margin-top: 6px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
        margin-top: 1px;
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-project-bidding .fr-project-assets .fr-project-icon span {
        font-size: 14px;
    }

    .fr-project-lastest-product .fr-project-place h3 {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details {
        float: none;
        margin-top: 10px;
        overflow: hidden;
        display: inline-block;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li {
        margin-right: 15px;
    }

    .fr-project-details .fr-project-content .fr-project-des h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-bid {
        float: left;
        overflow: hidden;
        margin-top: 10px;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
        float: none;
        margin-top: 12px;
        overflow: hidden;
        display: inline-block;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li {
        float: left;
        margin-right: 26px;
    }

    .fr-gt-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .fr-gt-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 14px;
        margin-left: 3px;
    }

    .fr-list-side-bar .fr-right-bannner p {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }

    .fr-list-side-bar .fr-right-bannner h3 {
        font-size: 22px;
    }

    .fr-list-side-bar .fr-right-bannner .btn-style {
        padding: 8px 26px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li {
        margin-right: 20px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li p {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li span {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
        font-size: 18px;
        width: 90%;
        line-height: 24px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index {
        margin-top: 4px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-product ul li {
        margin-bottom: 10px;
    }

    .fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
        display: none;
    }

    .fr-jobs-price .style-hd {
        font-size: 20px;
        line-height: 30px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-jobs-price p {
        font-size: 14px;
    }

    .fr-jobs-price {
        top: 18%;
    }

    .fr-list-side-bar .fr-side-bar-content .fr-side-bar-detaails .fr-style {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .fr-side-bar-filtered .fr-side-budget span {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .fr-list-product .fr-list-content .fr-list-srch h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .fr-menu .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }

    .fr-list a i {
        margin-right: 3px;
        font-size: 14px;
    }

    .fr-footer .fr-footer-content .fr-style-8 {
        font-size: 16px;
    }

    .fr-menu .sb-menu > ul {
        list-style: none;
    }

    .fr-list {
        float: none !important;
    }

    .fr-footer .fr-footer-content ul li {
        margin-bottom: 10px;
    }

    .fr-gt-details .fr-gt-content p {
        font-size: 14px;
        line-height: 22px;
        width: 80%;
    }

    .fr-gt-details .fr-gt-content h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details span {
        padding: 3px 8px;
    }

    .heading-panel-2 h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .heading-panel-2 p {
        font-size: 14px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details p .style-6 {
        font-size: 14px;
    }

    .fr-browse-client {
        display: none;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        margin-top: 13px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-grid .notify.active {
        padding: 3px 3px;
        height: 10px;
        top: 0;
        right: -1px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-grid .notify {
        padding: 3px 3px;
        height: 10px;
        top: 0;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details p {
        font-size: 14px;
    }

    .fr-company-contents .fr-company-assets {
        background-position: 90%;
    }

    .fr-company-contents .fr-company-products .fr-style-3 {
        font-size: 24px;
    }

    .fr-company-contents .fr-company-products p {
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .fr-company-contents .fr-company-products-2 .fr-style-4 {
        font-size: 24px;
    }

    .fr-company-contents .fr-company-products-2 p {
        margin-top: 2px;
        margin-bottom: 15px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
        bottom: 25px;
        left: 22px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 22px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-icons i {
        padding: 4px;
        font-size: 10px;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
        height: 10px;
        right: 34%;
        padding: 2px 5px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details p {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
        font-size: 15px;
        line-height: 20px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-content {
        padding: 15px 10px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
        padding: 14px 10px;
        margin-top: 30px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span i {
        font-size: 10px;
        margin-right: 4px;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online {
        margin-top: 88px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-btn span {
        font-size: 14px;
        padding: 4px 2px;
    }

    .fr-latest-jobs .owl-nav {
        top: 0;
    }

    .fr-jobs-main-content {
        padding: 10px;
    }

    .fr-jobs-main-content .fr-n-style {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .fr-latest-jobs .owl-nav i {
        font-size: 16px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .fr-hero .fr-hero-srch img {
        width: 60%;
        margin: 0 auto;
        display: table;
    }

    .fr-hero .fr-hero-srch {
        display: none;
    }

    .fr-hero .fr-hero-content {
        margin-top: 0;
        padding: 70px 0;
        padding-bottom: 0;
    }

    .heading-panel h2 {
        font-size: 30px;
    }

    .fr-explore-cat .owl-nav {
        right: 20%;
        top: -38%;
    }

    .fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
        font-size: 14px;
        margin-bottom: 0;
    }

    /*NEW HOME PAGE CSS*/
    .fr-hero2-title h1 {
        font-size: 34px;
    }

    .fr-h-star span {
        font-size: 14px;
    }


    .fr-hero .fr-hero-search-bar ul li input {
        font-size: 14px;
    }

    .fr-hero .fr-hero-search-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .fr-h-star i {
        font-size: 14px;
    }

    .fr-h-star span {
        font-size: 14px;
    }

    .fr-h-info p {
        font-size: 14px;
    }

    .fr-hero-rating {
        width: 100%;
    }

    .fr-hero-vid4 {
        margin-top: 0;
    }


    .fr-rev-2.fr-rev ul li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fr-rev-2.fr-rev ul li:last-child {
        margin-bottom: 0;
    }

    .fr-rev-2.fr-rev ul li:nth-last-child(2) {
        margin-bottom: 0;
    }

    .no-top-margin {
        padding-top: 0 !important;
    }

    .fr-latest2-content-box .fr-latest2-bid .btn-style {
        font-size: 14px;
    }

    .fr-latest2-heading .heading-panel h3 {
        font-size: 26px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li p {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li span {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-price {
        overflow: hidden;
        float: none;
        width: auto;
        margin-top: 15px;
    }

    .fr-latest2-content-box .fr-latest2-rating {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .fr-top-icons span {
        font-size: 14px;
    }

    .top-style {
        font-size: 16px;
        margin-bottom: 13px;
    }

    .fr-top3-category .col-xl-3:nth-child(4n+4) .fr-top-icons::before {
        border-right: 1px solid #e9e9e9;
    }

    .fr-top3-category .col-xl-3:nth-last-child(-n+4) .fr-top-icons::after {
        border-bottom: 1px solid #e9e9e9
    }

    .fr-top3-category .col-md-4:nth-child(3n+3) .fr-top-icons::before {
        border-right: none;
    }

    .fr-top3-category .col-md-4:nth-last-child(-n+3) .fr-top-icons::after {
        border-bottom: none;
    }

    .fr-top3-content .heading-panel h3 {
        font-size: 24px;
    }

    .fr-top3-content .heading-panel {
        margin-bottom: 50px;
    }

    .fr-her3-elemnt p {
        margin-right: 15px;
        font-size: 14px;
        display: inline;
    }

    .fr-hero3-video a {
        border: none;
        padding: inherit;
    }

    .fr-hero3-video i {
        font-size: 20px;
    }

    .fr-her3-elemnt a {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .fr-hero3-text span {
        font-size: 14px;
    }

    .fr-hero3-submit button {
        font-size: 14px;
        padding: 12px 20px;
    }

    .fr-hero3-content p {
        font-size: 14px;
    }

    .fr-hero3-srch ul li input {
        font-size: 14px;
    }

    .fr-hero3-content h1 {
        font-size: 34px;
    }

    .fr-hero3-content span {
        font-size: 16px;
    }

    .fr-hero3-main {
        margin-top: 0;
        padding: 50px 0;
    }

    #main-theme-carousel .carousel-inner {
        display: none;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 32px;
        font-weight: 700;
        margin-top: 0;
    }

    .fr-hero2-content {
        padding-top: 130px;
        width: 100%;
    }

    .fr-hero3-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-hero2-title p {
        line-height: 26px;
        font-size: 14px;
        width: 90%;
    }

    .fr-hero2-form li input {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 62px;
    }

    .fr-hero2-form li a {
        height: auto;
        line-height: inherit;
        border-radius: 0;
        width: 100% !important;
        padding: 14px;
    }

    .fr-hero2-info a {
        font-size: 10px;
    }

    .fr-hero2-info span {
        font-size: 14px;
    }

    .ripple {
        display: none;
    }

    .fr-hero2-video a {
        border: none;
        padding: 0;
    }

    .fr-hero-2 {
        height: 665px;
    }

    .fr-menu-trans .fr-m-right {
        float: none;
    }

    .fr-menu-trans .sb-menu.separate-line > ul > li > a {
        padding: 15px 20px;
        color: #000;
        font-size: 14px;
    }

    .fr-menu-trans .fr-m-right .btn-theme {
        font-size: 14px;
    }

    .fr-menu-trans .fr-m-right .btn-style {
        font-size: 14px;
    }

    .fr-about2-texts h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .fr-about2-texts p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .fr-about2-texts .text-weight {
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
    }

    .fr-about2-texts .btn-style {
        font-size: 14px;
    }

    .fr-about2-texts span {
        font-size: 14px;
    }

    .fr-serv2 .heading-contents h3 {
        font-size: 22px;
        margin-bottom: 8px !important;
    }

    .fr-serv2 .heading-contents p {
        font-size: 14px;
    }

    .fr-serv2-btn .btn-style {
        font-size: 14px;
    }

    .no-margin .fr-latest-box {
        margin-bottom: 30px;
    }

    .fr-footer-2-product ul li a {
        font-size: 14px;
    }

    .fr-footer-2-product h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fr-footer2-content p {
        font-size: 14px;
    }

    .footer-info p {
        font-size: 14px;
    }

    .fr-hero2-content {
        padding-top: 120px;
        width: 90%;
    }

    .res-us-inline {
        border-left: none;
        padding: 0;
    }

    .fr-latest-content p {
        font-size: 16px;
    }


    .res-us-details {
        padding: 30px 20px;
    }

    .res-us-product h3 {
        font-size: 18px;
    }

    .res-us-product ul li span {
        font-size: 14px;
    }

    .res-us-product ul li span i {
        padding: 2px;
        font-size: 10px;
    }

    .res-us-product p {
        font-size: 16px;
    }

    .res-us-product p strong {
        font-size: 14px;
    }

    .res-us-exp a {
        font-size: 14px;
    }

    .res-us-profile img {
        max-width: 65px;
    }

    .res-us-inline p {
        font-size: 14px;
    }

    .res-us-inline span {
        font-size: 14px;
    }

    .res-us-inline p .btn-theme {
        padding: 7px 26px;
        font-size: 14px;
    }

    .res-us-inline span i {
        padding: 12px;
    }

    .res-us-inline .fr1-top-content {
        margin-top: 10px;
    }

    .fr-sign-container {
        border: none;
    }

    .fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
        margin-top: 0;
        float: left;
    }

    .fr-menu .sb-menu ul li.fr-list {
        height: 50px;
    }

    .sb-header .logo img {
        width: 180px;
    }

    .services-filter-2 .heading-area {
        margin-bottom: 20px;
    }

    .service-side {
        margin-bottom: 30px;
    }

    .padding-top-bottom-3 {
        padding-bottom: 90px !important;
    }

    .section-padding {
        padding: 50px 0;
    }

    .fr-list-product.padding-bottom-breadcrumb {
        padding-bottom: 100px;
    }
}

.blog-detial-main-area.post-desc {
    background-color: unset;
    padding: 0;
}

/*for lg devices*/
@media (min-width: 992px) and (max-width: 1199px) {
    .elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 250px auto !important;
    }

    .fr-hero-m-jobs-bottom ul li span small {
        font-size: 16px;
    }

    .slider-box .fr-slick .slides li iframe {
        min-height: 325px;
    }

    .extra-features ul li {
        width: 49%;
        margin-bottom: 20px;
    }

    .fr-m-contents .fr-m-main-title h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .fr-project-details .fr-project-content .fr-project-style {
        position: relative;
        margin-top: 15px;
        top: auto;
        right: auto;
    }

    .fr-project-product-features .fr-project-product ul li {
        width: 50%;
    }

    .about-grid-content h2 {
        font-size: 26px;
    }

    .about-grid-content .subtitle {
        font-size: 16px;
        font-weight: normal;
    }

    .about-grid-content p {
        font-size: 14px;
    }

    .about-grid-content {
        margin-bottom: 30px;
    }

    .btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;
    }

    .elbow.owl-carousel {
        display: none;
    }

    .fr-about-reviews ul li::before {
        border: none;
    }

    .fr-hero3-content p {
        font-size: 14px;
        width: 90%;
    }

    .agent-1 .card-image img, .agent-1 .card-image a, .fr-latest-content img {
        width: 100%;
    }

    .main-theme-app-one .main-theme-app-box {
        width: 80%;
    }

    .agent-1 .card-title {
        font-size: 18px;
    }

    .fr-hero-vid4 {
        margin-top: 30px;
    }

    .fr-hero-rating {
        width: 100%;
    }

    .fr-co-contents ul li .fr-co-logo img {
        width: 30px;
        margin-right: 10px;
    }

    .fr-c-about-profile {
        width: 75px;
        height: 75px;
        margin-top: 60px;
    }

    .fr-c-about-style {
        margin-top: 30px;
    }

    .fr-about2-client.fr-about-client {
        padding: 80px 0;
    }

    .fr-plan-content h2 {
        font-size: 20px;
    }

    .heading-panel.section-left .heading-meta {
        width: 80%;
    }

    .fr-hero3-video {
        position: relative;
        right: auto;
    }

    .sb-header.transparent {
        position: relative;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 32px;
    }

    .fr-project-apply {
        display: none;
    }

    .fr-menu .sb-menu ul li.fr-list.loggedin {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        margin-right: 15px;
        height: auto;
    }

    .fr-about-conrent h2 {
        font-size: 30px;
    }

    .fr-latest-t-content .heading-contents-2 {
        margin-bottom: 20px;
    }

    .fr-user-reviews-2-sm .sm-style-2 {
        font-size: 16px;
    }

    .fr-user-reviews-2-sm ul li span {
        font-size: 14px;
    }

    .fr-user-reviews-2-sm p {
        font-size: 14px;
        line-height: 26px;

    }

    .fr-user-reviews-2-sm a {
        font-size: 14px;
    }

    .fr-latest-user-reviews .heading-contents-2 h3 {
        font-size: 20px;
    }


    .fr-latest-t-icons i {
        height: 32px;
        width: 32px;
        font-size: 14px;
        line-height: 13px;
    }

    .fr-latest-tags-2 .fr-latest-t-icons {
        margin-top: 35px;
    }

    .fr-latest-t-content .heading-contents-2 h3 {
        font-size: 18px;
    }


    .fr-latest-tags-2 .fr-latest-t-content span {
        font-size: 14px;
    }

    .fr-latest-main-content p {
        line-height: 28px;
        font-size: 14px;
    }

    .fr-latest-blog-container {
        float: none;
        width: 100%;
    }

    .fr-latest-blog-components p {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-latest-blog-content {
        margin-bottom: 30px;
    }


    .fr-latest-components ul li .fr-cm-details span {
        font-size: 14px;
    }

    .fr-latest-components ul li .fr-cm-details p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-tag-list {
        margin-top: 18px;
    }

    .fr-tag-list a {
        font-size: 14px;
        padding: 4px 16px;
    }

    .fr-blog-content img {
        margin-bottom: 16px;
    }

    .fr-blog-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .fr-blog-content p {
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 14px;
    }

    .fr-blog-content ul li i {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 13px;
    }

    .fr-src-content {
        margin-top: 18px;
    }

    .fr-src-content input {
        height: 45px;
        font-size: 14px;
    }

    .fr-latest-style ul li .fr-latest-profile span {
        margin-left: 10px;
    }

    .fr-latest-content h3 {
        margin-bottom: 15px;
    }

    .fr-latest-container {
        margin-top: 10px;
    }

    .fr-er-404 .fr-er-content p {
        line-height: 22px;
        padding-bottom: 22px;
        font-size: 14px;
    }

    .fr-er-list span {
        font-size: 14px;
    }

    .fr-static .btn-style {
        padding: 11px 30px;
    }

    .fr-er-list {
        margin-top: 18px;
    }

    .fr-er-404 .fr-er-content h3 {
        font-size: 26px;
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .fr-er-404 .form-group input {
        height: 45px;
        font-size: 14px;
    }

    .fr-contact-form input {
        height: 45px;
        font-size: 14px;
    }

    .fr-co-contents {
        padding: 34px 18px;
    }

    .fr-co-contents ul {
        margin-top: 28px;
    }

    .fr-co-contents ul li .fr-co-logo {
        padding-top: 10px;
        text-align: inherit;
        margin: inherit;
        padding-right: 0;
    }

    .heading-contents-2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .heading-contents-2 p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-co-contents ul li .fr-co-user-details h3 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .fr-co-contents ul li .fr-co-user-details p {
        font-size: 14px;
        line-height: 20px;
    }

    .fr-buisnes-content strong {
        font-size: 14px;
    }

    .fr-plan-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-plan-details li {
        font-size: 14px;
    }

    .fr-client-about-details h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .fr-client-sm p {
        font-size: 16px;
    }

    .fr-client-sm span {
        font-size: 14px;
        margin: 0;
    }

    .fr-plan-content h3 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .fr-plan-content button {
        font-size: 14px;
    }

    .heading-panel-2 h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .heading-panel-2 p {
        font-size: 14px;
    }

    .fr-buisness-xt ul li h3 {
        font-size: 16px;
    }

    .fr-buisness-xt ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-buisnes-content h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .fr-buisnes-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-about-i-details p {
        font-size: 14px;
    }

    .fr-about-i-details .counter-js span {
        font-size: 26px;
    }

    .fr-about-i-details i {
        margin-top: 13px;
    }

    .fr-about-conrent strong {
        font-size: 14px;
    }


    .fr-services-content-data {
        font-size: 14px;
        padding: 15px 25px;
    }

    .fr-top-contents .fr-top-details p {
        font-size: 14px;
    }

    .fr-sevices-contact-form h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .fr-services2-box .fr-services2-sm-1 p {
        font-size: 14px;
    }

    .fr-services2-box .fr-services-list {
        font-size: 14px;
    }

    .fr-frquntly-qa .btn-link {
        font-size: 14px;
        padding: 15px 10px;
    }

    .fr-reviews-star-rat ul li p {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .fr-services-review {
        margin-bottom: 30px;
    }

    .fr-services-review h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .fr-services-f-details span {
        font-size: 14px;
    }

    .fr-services-review .form-group input {
        font-size: 14px;
    }

    .fr-services2-details .card-body {
        line-height: 24px;
        font-size: 14px;
    }

    .fr-seller-servives h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .fr-seller-f-details {
        margin-top: 2px;
    }

    .fr-seller-rating i {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-f-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-seller-servives .fr-seller-details h3 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .fr-seller-rating span strong {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-details span {
        font-size: 14px;
    }

    .fr-m-contents .fr-m-main-title p {
        font-size: 14px;
    }

    .fr-product-checks ul li span {
        font-size: 14px;
    }

    .fr-services2-id .fr-services2-content span {
        font-size: 14px;
        padding-top: 0;
    }

    .fr-services2-id .fr-services2-content p {
        font-size: 16px;
    }

    .fr-m-products-2 ul li span {
        font-size: 14px;
    }

    .fr-m-products ul li p {
        font-size: 14px;
    }

    .fr-m-contents .fr-m-main-title h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .fr-service-container ul li a {
        font-size: 14px;
    }

    .fr-service-container ul li {
        padding-right: 20px;
    }

    .fr-serices-content p {
        font-size: 14px;
    }


    .fr-expert .fr-expert-details {
        float: none;
    }

    .fr-c-detail-box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .fr-c-social-icons ul li img {
        width: 90%;
    }

    .fr-c-details .fr-c-container h3 {
        font-size: 14px;
    }

    .fr-c-details .fr-c-container {
        padding: 20px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details p {
        font-size: 14px;
    }

    .fr-ca-more-details ul li .fr-c-full-details p {
        font-size: 14px;
    }

    .fr-ca-more-details ul li .fr-c-full-details span {
        font-size: 14px;
    }

    .fr-expert .fr-expert-details h2 {
        font-size: 20px;
    }

    .fr-expert .fr-expert-details p {
        font-size: 14px;
    }

    .fr-c-details, .fr-product-des-box {
        margin-top: 30px;
    }

    .fr-side-bar-filtered ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .fr-right-detail-box .fr-right-information {
        padding: 12px 20px;
    }

    .fr-side-bar-filtered .form-group {
        margin-bottom: 12px;
    }

    .fr-employ-content .fr-employer-assets .btn-style {
        padding: 8px 24px !important;
    }

    .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 14px;
        margin: 0;
    }

    .fr-employ-content .fr-employ-box .fr-employ-social i {
        height: 28px;
        width: 28px;
        line-height: 28px;
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets span {
        font-size: 14px;
    }

    .fr-sign-in-hero .heading-panel h2 {
        font-size: 20px;
    }

    .fr-sign-in-hero .heading-panel p {
        font-size: 14px;
    }

    .fr-sign-in-hero .heading-panel {
        margin-bottom: 30px;
    }

    .fr-sign-bundle-content p {
        font-size: 14px;
    }

    .fr-sign-assets-2 h2 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .fr-sign-assets-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-sign-text {
        overflow: hidden;
        padding: 11px 20px;
    }

    .fr-sign-form .form-group label {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .fr-sign-form .form-group input {
        font-size: 14px;
    }

    .fr-sigin-requirements span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information span {
        font-size: 20px;
    }

    .fr-project-adons ul li .pretty {
        font-size: 14px;
        margin-top: 0;
    }

    .fr-recent-model li {
        width: 30%;
    }

    .fr-hero .fr-hero-content {
        margin-top: 50px;
    }

    .fr-hero .fr-main-img {
        margin-top: 5px;
    }

    .fr-expertise-product .fr-expertise-details h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .fr-expertise-content .heading-contents h3 {
        font-size: 20px;
    }

    .fr-expertise-product .fr-expertise-details span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
        font-size: 16px;
        margin-right: 3px;
        vertical-align: inherit;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
        padding: 4px 18px;
    }

    .fr-hero-hire p {
        font-size: 22px;
    }

    .fr-hero-hire span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100px;
    }

    .fr-hero-hire-content i {
        padding: 8px;
    }

    .fr-hero-hire .fr-hero-short-list-2 {
        overflow: inherit;
        margin-top: 20px;
    }

    .fr-hero-hire .fr-hero-short-list-2 .btn-style {
        padding: 8px 26px;
    }

    .fr-hero-details-content .fr-hero-details-products {
        margin-right: 20px;
    }

    .heading-contents h3 {
        font-size: 18px;
    }

    .fr-product-progress ul li .fr-product-progress-content p {
        font-size: 14px;
    }

    .fr-top-contents .fr-top-grid-bar p {
        font-size: 14px;
    }

    .fr-product-progress ul li .fr-product-progress-content span {
        font-size: 14px;
    }

    .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .fr-services-content-2 .fr-top-contents .fr-top-grid-bar p {
        font-size: 13px
    }

    .fr-recent-review-box .fr-recent-details-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
        font-size: 16px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
        font-size: 14px;
    }

    .fr-recent-employers ul li span {
        font-size: 14px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
        font-size: 14px;
    }

    .fr-recent-certification ul li .fr-recent-us-skills p {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-product-des-box p {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 {
        width: 70%;
    }

    .fr-list-product {
        padding: 80px 0;
    }

    .fr-right-srch-detail ul li .select2-container {
        width: 165px !important;
    }

    .fr-lance-content3 .fr-lance-price2 span {
        font-size: 16px;
    }

    .fr-lance-content3 .fr-lance-detail-box .fr-lance-profile img {
        max-width: 90px;
    }

    .fr-lance-content3 .fr-lance-price2 p {
        font-size: 20px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
        margin-bottom: 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
        padding: 2px 12px;
        font-size: 14px;
        margin-right: 2px;
        margin-bottom: 10px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
        font-size: 18px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
        font-size: 14px;
    }

    .fr-lance-banner .btn-style {
        padding: 8px 22px;
    }

    .fr-lance-banner p {
        font-size: 14px;
    }

    .fr-lance-banner h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .fr-project-lastest-product .fr-project-place h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .fr-project-adons ul li:first-child {
        width: 5%;
    }

    .fr-project-adons ul li:nth-child(2) {
        width: 75%;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
        font-size: 14px;
    }

    .fr-project-pckage-details ul li .fr-project-package-list p {
        font-size: 14px;
    }

    .fr-project-pckage-details ul li .fr-project-package-list2 span {
        font-size: 14px;
        display: list-item;
        vertical-align: inherit;
    }

    .fr-project-bidding .fr-project-assets p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px;
    }

    .fr-project-bidding .fr-project-box {
        margin-bottom: 22px;
    }

    .fr-project-bidding .fr-project-box h3 {
        font-size: 16px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets .fr-project-icon span {
        font-size: 14px;
    }

    .fr-poject-f-detail-box .fr-project-f-content p {
        font-size: 14px;
    }

    .fr-poject-f-detail-box .fr-project-f-content span {
        font-size: 14px;
    }

    .fr-project-apply .btn-style {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-project-f-profile .fr-project-f-user-details p {
        font-size: 14px;
    }

    .fr-project-f-profile .fr-project-f-user-details span {
        font-size: 14px;
        margin-top: 0;
    }

    .fr-project-f-profile .btn-style {
        font-size: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-ids p {
        font-size: 13px
    }

    .fr-project-employer-details h3 {
        font-size: 16px;
    }

    .fr-project-employer-details {
        margin-bottom: 0;
    }

    .fr-project-f-employers ul li .fr-project-method span {
        margin-left: 6px;
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets {
        margin-top: 10px;
    }

    .fr-project-f-profile .fr-project-f-user-details h3 {
        font-size: 16px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
        font-size: 18px;
    }

    .fr-list-side-bar .fr-right-bannner h3 {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .fr-list-side-bar .fr-right-bannner p {
        font-size: 14px;
        line-height: 24px;
        width: 70%;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 {
        width: 100%;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li {
        margin-right: 35px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li p {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-list ul li span {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index {
        margin-top: 15px;
    }

    .fr-jobs-price .style-hd {
        font-size: 22px;
    }

    .fr-jobs-price p {
        font-size: 14px;
    }

    .fr-list-side-bar .fr-side-bar-filtered ul li:nth-child(2n+2) {
        margin-right: 3px;
    }

    .fr-list-side-bar .fr-side-bar-filtered ul li {
        margin-right: 0;
        width: 100%;
        float: none;
    }

    .fr-list-side-bar .fr-right-bannner .btn-style {
        padding: 8px 26px;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail ul li .select2-container {
        width: 170px !important;
    }

    .fr-list-product .fr-list-content .fr-list-srch h1 {
        font-size: 30px;
        line-height: 30px;
        width: 90%;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details {
        margin-top: 28px;
    }

    .fr-hero .fr-hero-content .fr-hero-style {
        font-size: 16px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
    }

    .call-actionz .parallex-text h4 {
        font-size: 34px;
    }

    .fr-hero .fr-hero-search-bar ul li .btn-style {
        padding: 10.4px 22px !important;
    }

    .heading-panel h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
        font-size: 14px;
        margin-bottom: 0;
    }

    .fr-explore-cat .owl-nav {
        right: 15%;
        top: -36%;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details a h3 {
        font-size: 18px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-price .style-hd {
        font-size: 20px;
        line-height: 30px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 4px;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-details p {
        width: 100%;
    }

    .fr-latest-jobs .fr-jobs-content .fr-jobs-bar ul li a {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-details .fr-title-style {
        font-size: 16px;
        line-height: 22px;
    }

    .fr-latest-jobs .fr-jobs-box .fr-jobs-m-location p {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec {
        padding: 0;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec .fr-jobs-absolute {
        bottom: 35px;
        left: 19px;
    }

    .fr-jobs-main-content .fr-n-style {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .fr-latest-jobs {
        position: relative;
        overflow: hidden;
    }

    .fr-top-srvices .fr-top-contents .fr-top-product img {
        width: 100%;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
        line-height: 20px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details p .style-6 {
        font-size: 14px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-grid-bar p {
        font-size: 14px;
    }

    .fr-gt-content h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .fr-gt-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec h2 {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .fr-latest-jobs .fr-jobs-recomend .fr-jobs-rec p {
        line-height: 24px;
    }

    .fr-footer .fr-footer-content .fr-style-8 {
        margin-bottom: 10px;
    }

    .fr-menu .sb-menu > ul {
        padding: 0;
        list-style: none;
    }

    .fr-list .style-1 {
        float: none;
    }

    .fr-list {
        float: none !important;
        margin-top: 10px;
    }

    .fr-menu .sb-menu ul li .btn-style {
        padding: 20px;
    }

    .fr-menu .sb-menu {
        float: none;
    }

    .fr-list a i {
        font-size: 14px;
    }

    .fr-menu .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }

    /*NEW HOME PAGE CSS*/
    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .fr-h-star span {
        font-size: 14px;
    }

    .fr-h-info p {
        font-size: 14px;
    }


    .fr-rev-2.fr-rev ul li {
        margin-right: 0;
    }

    .fr-rev-2.fr-rev ul li::before {
        right: 18%;
    }

    .fr-latest2-content-box .fr-latest2-price {
        float: none;
        width: auto;
    }

    .no-top-margin {
        padding-top: 0 !important;
    }

    .fr-latest2-content-box .fr-latest2-bid .btn-style {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-price ul li .info-in {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li p {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-rating {
        width: auto;
    }

    .fr-latest2-content-box .fr-latest2-bid {
        display: none;
    }

    .fr-latest2-heading .heading-panel h3 {
        font-size: 24px;
    }

    .fr-top3-content .heading-panel h3 {
        font-size: 24px;
    }

    .top-style {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .fr-top-icons span {
        font-size: 14px;
    }

    .fr-hero3-video a {
        border: none;
        padding: 0;
    }

    .fr-hero3-text span {
        font-size: 14px;
    }

    .fr-hero3-text p {
        font-size: 14px;
    }

    .fr-her3-elemnt p {
        margin-right: 20px;
        font-size: 14px;
    }

    .fr-hero3-submit button {
        font-size: 14px;
        padding: 12px 20px;
    }

    .fr-hero3-srch ul li input {
        font-size: 14px;
    }

    .fr-hero3-main {
        margin-top: 35px;
        width: 100%;
    }

    .fr-hero3-content {
        width: 100%;
    }

    .fr-her3-elemnt a {
        margin-bottom: 10px;
        font-size: 12px;
        margin-right: 8px;
    }

    .fr-her3-elemnt {
        margin-top: 20px;
    }

    .hero-slider .fr-hero3-video {
        margin-top: 15px;
    }

    .fr-hero3-content p {
        font-size: 14px;
    }

    .fr-hero3-content span {
        font-size: 16px;
    }

    .fr-hero2-content {
        padding-top: 160px;
        width: 70%;
    }

    .fr-hero2-title h1 {
        font-size: 38px;
    }

    .fr-hero2-title p {
        font-size: 14px;
    }

    .fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .fr-hero2-form li a {
        height: auto;
        line-height: inherit;
        border-radius: 4px;
        font-size: 14px;
        padding: 17px 26px;
    }

    .fr-hero2-info span {
        font-size: 14px;
    }

    .ripple {
        bottom: 15%;
    }

    .fr-hero-2 {
        height: 700px;
    }

    .fr-menu-trans .fr-m-right {
        float: none;
    }

    .fr-menu-trans .sb-menu.separate-line > ul > li > a {
        padding: 20px;
        font-size: 14px;
        color: #000;
    }

    .fr-menu-trans .fr-m-right .btn-theme {
        font-size: 14px;
    }

    .fr-menu-trans .fr-m-right .btn-style {
        font-size: 14px;
    }

    .fr-about2-texts p {
        font-size: 14px;
        line-height: 26px;
        width: 85%;
    }

    .fr-about2-texts h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .fr-about2-texts span {
        font-size: 14px;
    }

    .fr-about2-texts .text-weight {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-about2-texts .btn-style {
        font-size: 14px;
    }

    .fr-serv2 .heading-contents h3 {
        font-size: 24px;
    }

    .fr-serv2 .heading-contents p {
        font-size: 14px;
    }

    .fr-footer-2-product ul li a {
        font-size: 14px;
    }

    .fr-footer-2-product h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fr-footer2-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-footer2-icons ul li i {
        width: 30px;
        height: 30px;
        line-height: 14px;
        font-size: 14px;
    }

    .fr-footer2-icons h3 {
        font-size: 16px;
    }

    .footer-info p {
        font-size: 14px;
    }

    .fr-latest-btn span {
        font-size: 10px;
    }

    .fr-latest-content p {
        font-size: 16px;
    }

    .fr-latest-details p span {
        font-size: 16px;
    }

    .fr-latest-details p {
        font-size: 18px;
    }


    .res-us-details {
        padding: 30px 20px;
    }

    .res-us-product h3 {
        font-size: 20px;
    }

    .res-us-product ul li span {
        font-size: 14px;
    }

    .res-us-product ul li span i {
        padding: 2px;
        font-size: 10px;
    }

    .res-us-product p {
        font-size: 16px;
    }

    .res-us-product p strong {
        font-size: 14px;
    }

    .res-us-exp a {
        font-size: 14px;
    }

    .res-us-profile img {
        max-width: 65px;
    }

    .res-us-inline p {
        font-size: 14px;
    }

    .res-us-inline span {
        font-size: 14px;
    }

    .res-us-inline p .btn-theme {
        padding: 7px 26px;
        font-size: 14px;
    }

    .res-us-inline span i {
        padding: 11px 12px;
    }

    .res-us-inline .fr1-top-content {
        margin-top: 10px;
    }

    .fr-sign-container {
        border: none;
    }

    .fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
        float: left;
    }

    .fr-menu .sb-menu ul li.fr-list {
        margin-top: 0;
    }

    .fr-list-product.padding-bottom-breadcrumb {
        padding-bottom: 100px;
    }

    .fr-jobs-main-content {
        padding: 20px;
    }

    .fr-latest-jobs .owl-nav {
        display: none;
    }

}

/*sm devices8 577 and 767*/
@media (min-width: 576px) and (max-width: 767.8px) {
    .fr-blog-f-details .fr-latest-style-detai ul li:first-child {
        display: none;
    }

    .fr-menu .sb-menu ul li.fr-list.loggedin {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        margin-right: 0;
        height: auto;
    }

    .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100px;
    }

    .fr-latest-blog-container {
        float: none;
        width: 100%;
    }

    .fr-latest-tags-2 .fr-latest-t-icons {
        margin-top: 40px;
    }

    .fr-user-reviews-2-sm p {
        font-size: 13px;
        line-height: 24px;
    }

    .fr-user-reviews-2-sm ul li span {

        font-size: 13px;
    }

    .fr-latest-user-reviews .heading-contents-2 h3 {
        font-size: 20px;
    }

    .fr-user-reviews-2-sm a {
        font-size: 14px;
    }

    .fr-user-reviews-2-sm .sm-style-2 {
        font-size: 16px;
    }

    .fr-latest-t-icons i {
        font-size: 13px;
    }

    .fr-latest-t-content .heading-contents-2 {
        margin-bottom: 20px;
    }

    .fr-latest-t-content .heading-contents-2 h3 {
        font-size: 18px;
    }

    .fr-latest-tags-2 .fr-latest-t-content span {
        font-size: 13px;
    }

    .fr-latest-blog-components p {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-latest-blog-content {
        margin-bottom: 30px;
    }


    .fr-tag-list {
        margin-top: 18px;
    }

    .fr-latest-components ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .fr-tag-list a {
        padding: 4px 18px;
        font-size: 14px;
    }

    .fr-latest-components ul li .fr-cm-details {
        margin-top: 10px;
    }

    .fr-latest-components ul li .fr-cm-details span {
        font-size: 14px;
    }

    .fr-latest-components ul li .fr-cm-details p {
        font-size: 16px;
    }

    .fr-src-content {
        margin-top: 18px;
    }

    .fr-latest-pagination .pagination a {
        font-size: 14px;
    }

    .fr-latest-pagination {
        margin-top: 0;
    }

    .fr-src-content input {
        font-size: 14px;
        height: 45px;
    }

    .fr-blog-content {
        margin-top: 30px;
        padding: 50px 60px;
    }

    .fr-latest-container span {
        font-size: 14px;
        margin-top: 8px;
    }

    .fr-latest-sm {
        padding: 15px;
        padding-right: 0;
    }

    .fr-latest-style ul li .fr-latest-profile span {
        font-size: 14px;
        margin-left: 3px;
    }

    .fr-latest-container {
        margin-top: 10px;
    }

    .fr-latest-container p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-latest-content h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fr-latest-style ul li {
        margin-right: 15px;
    }

    .fr-static .btn-style {
        padding: 10px 30px;
        font-size: 14px;
    }

    .fr-er-list span {
        font-size: 14px;
    }

    .fr-er-list {
        margin-top: 20px;
    }

    .fr-er-404 .fr-er-content h3 {
        font-size: 26px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .fr-er-404 .fr-er-content p {
        line-height: 24px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .fr-er-404 .form-group input {
        height: 42px;
        font-size: 14px;
    }

    .fr-contact {
        margin-top: 0;
    }

    .fr-contact-form input {
        height: 45px;
        font-size: 14px;
    }

    .fr-co-contents ul li {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }


    .fr-co-contents {
        margin-bottom: 30px;
    }

    .heading-contents-2 h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .fr-c-about-profile img {
        width: 40%;
    }

    .fr-c-about-profile {
        margin-top: 0;
    }

    .fr-client-about-details h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .fr-client-sm p {
        font-size: 16px;
    }

    .fr-client-sm span {
        font-size: 14px;
    }

    .fr-c-about-style {
        margin-top: 0;
    }

    .fr-plan-content h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .fr-plan-basics {
        margin-bottom: 30px;
        padding: 15px;
    }

    .fr-plan-details li {
        font-size: 14px;
    }

    .fr-plan-content h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .fr-plan-content h3 span.strike {
        font-size: 14px;
    }

    .fr-plan-content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .fr-plan-content button {
        font-size: 14px;
    }

    .fr-buisness-xt ul li {
        width: 47%;
    }

    .fr-buisness-xt ul li h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .fr-buisnes-content p {
        font-size: 14px;
        line-height: 26px;
    }

    .fr-buisnes-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .fr-about-conrent {
        margin-bottom: 30px;
    }

    .fr-about-reviews ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .fr-about-reviews ul li:nth-child( 2n+2) {
        margin-right: 0;
    }

    .fr-about-reviews ul li:nth-child( 2n+2)::before {
        border: none;
    }

    .fr-about-i-details .counter-js span {
        font-size: 28px;
    }

    .fr-about-conrent h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 2px;
        margin-bottom: 13px;
    }

    .fr-about-conrent .fr-product-checks ul li {
        margin-bottom: 10px;
        width: 100%;
    }

    .fr-about-conrent p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .fr-about-conrent strong {
        font-size: 14px;
    }

    .fr-seller-contents ul li p {
        font-size: 14px;
        line-height: 25px;
    }

    .fr-services-review {
        margin-bottom: 30px;
    }

    .fr-top-contents .fr-top-details p {
        font-size: 14px;
    }

    .fr-top-contents .fr-top-grid-bar p {
        font-size: 14px;
    }

    .fr-sevices-contact-form h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .fr-services-content-data {
        padding: 15px 20px;
    }

    .fr-services2-h-style h3 {
        font-size: 16px;
    }

    .fr-services-review .form-row {
        margin-bottom: 0;
    }

    .fr-services-f-details span {
        font-size: 14px;
    }

    .fr-services2-box .fr-services2-sm-1 span {
        font-size: 14px;
    }

    .fr-services2-box .fr-services2-sm-1 p {
        font-size: 14px;
    }

    .fr-services-review h2 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .fr-services-review .form-group input {
        margin-bottom: 30px;
    }

    .fr-reviews-star-rat ul li p {
        font-size: 14px;
    }

    .fr-reviews-star-rat ul li {
        margin-bottom: 20px;
    }

    .fr-services2-details .card-body {
        line-height: 24px;
        font-size: 14px;
    }

    .fr-frquntly-qa .btn-link {
        font-size: 14px;
    }

    fr-seller-contents ul li span {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-details h3 {
        font-size: 16px;
    }

    .fr-product-checks ul li span {
        font-size: 14px;
    }

    .fr-seller-servives .fr-seller-f-details p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-seller-servives h2 {
        font-size: 18px;
    }

    .fr-seller-servives .fr-seller-view {
        float: left;
    }

    .fr-seller-servives .fr-seller-details span {
        font-size: 14px;
    }

    .fr-seller-rating span strong {
        font-size: 14px;
    }

    .fr-services2-id ul li {
        margin-bottom: 10px;
    }

    .fr-service-container ul li a {
        font-size: 14px;
    }

    .fr-services2-id .fr-services2-content p {
        font-size: 16px;
    }

    .fr-services2-id .fr-services2-content span {
        font-size: 14px;
        padding-top: 0;
    }

    .fr-m-products-2 ul li span {
        font-size: 14px;
    }

    .fr-m-products-2 ul li img {
        width: 75%;
    }

    .fr-service-container > ul > li {
        margin-right: 25px;
    }

    .fr-m-products ul li p {
        font-size: 14px;
    }

    .fr-m-contents .fr-m-main-title span {
        font-size: 10px;
    }

    .fr-m-contents .fr-m-main-title h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .fr-m-contents .fr-m-main-title p {
        font-size: 14px;
    }

    .fr-serices-content p {
        font-size: 14px;
    }

    .fr-serices-content ul li .select2-container .select2-selection--single {
        height: 46px;
    }

    .fr-serices-content p {
        font-size: 14px;
    }

    .fr-c-details {
        margin-top: 30px;
    }

    .fr-expert .fr-expert-details {
        float: none;
    }

    .fr-c-detail-box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details span {
        font-size: 18px;
    }

    .fr-c-details .fr-c-followers ul li .fr-c-more-details p {
        font-size: 14px;
    }

    .fr-menu .sb-menu ul li .btn-style {
        padding: 15px !important;
    }

    .fr-ca-more-details ul li .fr-c-full-details p {
        font-size: 14px;
    }

    .fr-ca-more-details .fr-c-full-details span {
        font-size: 14px;
    }

    .fr-c-details .fr-c-followers {
        padding: 20px 40px;
    }

    .fr-c-details .fr-c-container {
        padding: 20px;
    }

    .fr-c-details .fr-c-container h3 {
        font-size: 14px;
    }

    .fr-expert .fr-expert-details h2 {
        font-size: 18px;
    }

    .fr-expert .fr-expert-details p {
        font-size: 14px;
    }

    .fr-employ-container .notify-2 {
        top: -40%;
        margin-left: -3%;
    }

    .fr-employ-content .fr-employ-box .fr-employ-social i {
        height: 28px;
        width: 28px;
        line-height: 27px;
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets span {
        font-size: 14px;
    }

    .fr-employ-content .fr-employer-assets span i {
        font-size: 10px;
        padding: 1px;
        margin-right: 5px;
    }

    .fr-employ-content .fr-employer-assets h3 {
        font-size: 16px;
        margin-bottom: 18px;
        margin-top: 4px;
    }

    .fr-employ-content .fr-employer-assets i {
        padding: 8px;
        font-size: 16px;
    }

    .fr-employ-container img {
        margin-top: -65px;
    }

    .fr-sign-in-hero .owl-dots {
        display: none;
    }

    .fr-sign-background {
        display: none;
        position: relative;
    }

    .fr-sign-user-dashboard {
        margin-top: 0;
    }

    .fr-sign-assets-2 h2 {
        font-size: 18px;
    }

    .fr-sign-assets-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-hero-details-content .fr-hero-details-products {
        margin-right: 20px;
    }

    .fr-hero-details-content .fr-hero-details-information span {
        font-size: 20px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-rating .xm {
        font-size: 14px;
    }

    .fr-recent-review-box .fr-recent-details-area p {
        font-size: 14px;
    }

    .fr-expertise-product .fr-expertise-details p {
        font-size: 14px;
    }

    .fr-expertise-product .fr-expertise-details h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .fr-expertise-product .fr-expertise-details span {
        font-size: 14px;
    }

    .fr-expertise-content .heading-contents h3 {
        font-size: 20px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details h3 {
        font-size: 16px;
        margin-bottom: 1px;
    }

    .fr-recent-review-box .fr-recent-content .fr-recent-location-details ul li span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-deails ul li span {
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li {
        margin-right: 6px;
    }

    .heading-contents h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .fr-product-des-box p {
        font-size: 14px;
    }

    .fr-product-progress ul li .fr-product-progress-content p {
        font-size: 14px;
    }

    .fr-product-progress ul li .fr-product-progress-content span {
        font-size: 14px;
    }

    .fr-product-progress {
        margin-top: 30px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a {
        padding: 6px 18px;
        font-size: 14px;
    }

    .fr-hero-details-content .fr-hero-details-information .fr-hero-m-jobs ul li a span {
        font-size: 16px;
    }

    .fr-hero-hire p {
        font-size: 20px;
    }

    .fr-hero-hire span {
        font-size: 14px;
    }

    .fr-hero-hire .fr-hero-short-list-2 {
        margin-top: 15px;
    }

    .fr-hero-hire-content i {
        padding: 8px;
    }

    .fr-lance-banner {
        margin-bottom: 25px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
        font-size: 18px;
        width: 80%;
    }

    .fr-jobs-price .style-hd {
        font-size: 18px;
    }

    .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 14px;
    }

    .heading-panel-2 h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .heading-panel-2 p {
        font-size: 14px;
    }

    .fr-jobs-price p {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index {
        margin-top: 12px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-company-contents {
        background-color: #242424;
        min-height: 200px;
    }

    .fr-company-contents .fr-company-products p {
        width: 100%;
    }

    .fr-company-contents .fr-company-products .fr-style-3 {
        font-size: 24px;
    }

    .fr-company-contents .fr-company-assets {
        margin-top: -210px;
    }

    .fr-company-contents .fr-company-assets-2 {
        margin-top: -321px;
    }

    .fr-company-contents .fr-company-products-2 .fr-style-4 {
        font-size: 24px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
        font-size: 14px;
    }

    .fr-latest-jobs .fr-jobs-recomend img {
        width: 100%;
    }

    .fr-company-contents .fr-company-products-2 p {
        width: 100%;
    }

    .fr-right-detail-box .fr-right-information .fr-right-bid {
        margin-top: 10px;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
        right: 41%;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online img {
        max-width: 100px;
    }

    .fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
        font-size: 14px;
    }

    .fr-explore-cat .owl-nav {
        right: 0;
        top: -28%;
    }

    .fr-explore-cat .fr-explore-style .btn-style {
        padding: 6px 26px;
        font-size: 14px;
    }

    .fr-explore-cat .fr-explore-style {
        top: -5%;
        right: 3%;
    }

    .fr-hero .fr-hero-content {
        margin-top: 0;
        overflow: hidden;
        padding: 100px 0;
    }

    .heading-panel h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .heading-panel p {
        font-size: 14px;
        width: 70%;
    }

    .fr-hero .fr-hero-search-bar ul li .btn-style {
        padding: 12px 24px !important;
    }

    .fr-hero .fr-hero-srch {
        display: none;
    }

    .fr-hero .fr-hero-search-bar .select2-container .select2-selection--single {
        font-size: 14px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .fr-side-bar-content .fr-side-bar-detaails ul li span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li::before {
        right: -11%;
    }

    .fr-lance-content3 .fr-lance-price2 p {
        font-size: 18px;
    }

    .fr-right-srch-detail {
        float: none;
    }

    .fr-lance-content3 .fr-lance-price2 span {
        font-size: 14px;
    }

    .fr-right-content {
        float: none;
        margin-bottom: 12px;
    }

    .fr-list-product {
        padding: 60px 0;
    }

    .fr-lance-usr-details span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style {
        margin-bottom: 0;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-sm-style a {
        padding: 2px 12px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 p {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-products2 h3 {
        font-size: 16px;
        width: 80%;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li span {
        font-size: 14px;
    }

    .fr-lance-content3 .fr-lance-more-details .fr-lance-s-details2 ul li {
        margin-right: 16px;
    }

    .fr-lance-banner h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .fr-lance-banner p {
        font-size: 14px;
        width: 80%;
    }

    .fr-project-details .fr-project-content .fr-project-list h2 {
        font-size: 22px;
        width: 100%;
    }

    .fr-list {
        float: none !important;
    }

    .fr-list .style-1 {
        float: none;
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 26px;
    }

    .fr-project-apply .btn-style {
        font-size: 14px;
        font-weight: 500;
    }

    .fr-footer .fr-footer-content .fr-style-8 {
        font-size: 16px;
    }

    .fr-footer-details {
        margin-bottom: 20px;
    }

    .fr-gt-content h3 {
        font-size: 20px;
    }

    .fr-gt-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-gt-btn {
        float: none;
        margin-top: 16px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details .h-style2 {
        font-size: 14px;
    }

    .fr-list-product .fr-list-content .fr-list-srch h1 {
        font-size: 24px;
    }

    .fr-project-f-profile .fr-project-f-user-details span {
        font-size: 14px;
        margin-top: 3px;
    }

    .fr-project-f-employers ul li .fr-project-method span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-user-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets .fr-project-icon span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-assets p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-project-f-profile .fr-project-f-user-details p {
        font-size: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills a {
        font-size: 14px;
    }

    .fr-project-details .fr-project-content .fr-project-f-des .fr-project-skills h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fr-project-details .fr-project-content .fr-project-des h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .fr-project-details .fr-project-content .fr-project-des p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .fr-project-details .fr-project-product ul li span {
        font-size: 14px;
    }

    .fr-project-bidding .fr-project-profile .fr-project-content-details ul li:first-child span {
        font-size: 18px;
    }

    .fr-project-details .fr-project-content .fr-project-style {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    .fr-project-details .fr-project-content .fr-project-style i {
        padding: 14px;
    }

    .fr-project-content .fr-project-meta li {
        font-size: 14px;
    }

    .fr-project-product-features .fr-project-product ul li {
        width: 50%;
    }

    .fr-list-product .fr-list-content .fr-list-srch h1 {
        font-size: 30px;
        line-height: 30px;
        width: 90%;
    }

    .fr-project-apply {
        margin-top: 40px;
    }

    .fr-menu .sb-menu ul li > a:hover {
        background-color: transparent;
    }

    .fr-list-side-bar .fr-right-bannner {
        margin-top: 25px;
    }

    .fr-list-side-bar .fr-right-detail-bar .fr-right-srch-detail {
        float: none;
        margin-top: 10px;
        display: inline-block;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-views ul li span {
        font-size: 14px;
    }

    .fr-jobs-price .style-hd {
        font-size: 20px;
    }

    .fr-jobs-price p {
        font-size: 14px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-index {
        margin-top: 13px;
    }

    .fr-right-detail-box .fr-right-information .fr-right-bid {
        display: none;
    }

    .fr-right-detail-box .fr-right-detail-content .fr-right-details2 h3 {
        font-size: 18px;
    }

    .fr-list-side-bar .fr-right-bannner h3 {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .fr-list-side-bar .fr-right-bannner p {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }

    .fr-list-side-bar .fr-right-bannner .btn-style {
        padding: 8px 26px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .fr-menu .sb-menu > ul {
        list-style: none;
    }

    .fr-menu .sb-menu ul li.current-menu > a {
        background-color: transparent;
    }

    .fr-list {
        float: none !important;
    }

    .fr-hero .fr-hero-content .fr-hero-style {
        font-size: 24px;
    }

    .fr-hero .fr-hero-srch {
        display: none;
    }

    .fr-hero .fr-hero-content {
        margin-top: 0;
        overflow: hidden;
        padding: 80px 0;
        padding-bottom: 50px;
    }

    .fr-hero .fr-main-img {
        margin-top: 0;
        padding: 0;
    }

    .heading-panel p {
        font-size: 14px;
        width: 65%;
    }

    .heading-panel h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .fr-explore-cat .owl-nav {
        position: absolute;
        right: 5%;
        top: -32%;
    }

    .fr-explore-cat .fr-explore-content .fr-explore-product .fr-explore-container .fr-heading-style {
        font-size: 14px;
        margin-bottom: 0;
    }

    .fr-jobs-main-content {
        margin-top: 30px;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online img {
        width: 22%;
    }

    .fr-latest-jobs .fr-jobs-box .f-jobs-online .notify {
        right: 42%;
    }

    .fr-latest-jobs .fr-jobs-recomend img {
        width: 100%;
    }

    .fr-company-contents .fr-company-products .fr-style-3 {
        font-size: 22px;
    }

    .fr-company-contents .fr-company-products p {
        width: 90%;
        font-size: 14px;
        line-height: 24px;
    }

    .fr-company-contents .fr-company-products-2 .fr-style-4 {
        font-size: 22px;
    }

    .fr-company-contents .fr-company-products-2 p {
        font-size: 14px;
        line-height: 24px;
    }

    .fr-top-srvices .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
        line-height: 20px;
    }

    .fr-browse-client {
        display: none;
    }

    .fr-gt-details .fr-gt-content h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .fr-gt-details .fr-gt-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .fr-footer .fr-footer-content {
        float: none;
        margin-bottom: 30px;
    }

    .fr-footer .fr-footer-content .fr-style-8 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .fr-footer .fr-footer-content ul li a {
        font-size: 14px;
    }

    /*NEW HOME PAGE CSS*/
    .fr-hero2-title p {
        width: 95%;
        line-height: 26px;
        font-size: 14px;
    }

    .elbow.owl-carousel.owl-drag .owl-item {
        margin-top: 1%;
    }

    .fr-hero-vid4 {
        margin-top: 0;
    }

    .no-top-margin {
        padding-top: 0 !important;
    }

    .fr-rev-2.fr-rev ul li {
        margin-right: 12%;
    }

    .fr-rev-2.fr-rev ul li::before {
        display: none;
    }

    .fr-rev-2.fr-rev {
        margin-bottom: 50px;
    }

    .fr-latest2-content-box .fr-latest2-bid .btn-style {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-price ul li p {
        font-size: 16px;
    }

    .fr-latest2-content-box .fr-latest2-rating {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .fr-latest2-content-box .fr-latest2-price ul li span {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li span {
        font-size: 14px;
        margin-left: 3px;
    }

    .fr-latest2-content-box .fr-latest2-price ul li .info-in {
        font-size: 14px;
    }

    .fr-latest2-content-box .fr-latest2-rating .style-text {
        font-size: 18px;
    }

    .fr-latest2-content-box .fr-latest2-price {
        float: none;
        width: 100%;
    }

    .fr-latest2-content-box .fr-latest2-rating ul li p {
        font-size: 14px;
    }

    .fr-top-icons::before {
        display: none;
    }

    .heading-panel p {
        width: 100% !important;
    }

    .top-style {
        font-size: 18px;
    }

    .fr-top-icons span {
        font-size: 14px;
    }

    .fr-top-icons {
        margin-bottom: 20px;
        padding: 30px 0;
    }

    .fr-top3-content .heading-panel h3 {
        font-size: 22px;
    }

    .fr-hero3-srch ul li input {
        font-size: 14px;
    }

    .fr-hero3-video a {
        border: none;
        padding: 0;
    }

    .fr-hero3-video i {
        font-size: 18px;
    }

    .fr-hero3-text p {
        font-size: 14px;
    }

    .fr-her3-elemnt a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .fr-hero3-srch ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-hero3-submit button {
        font-size: 14px;
    }

    .fr-hero3-srch {
        box-shadow: none;
        border-radius: 0;
    }

    .fr-hero3-srch ul li:last-child {
        width: 100%;
        position: relative;
    }

    .fr-hero3-content p {
        color: #888;
        font-size: 14px;
        line-height: 26px;
    }

    .fr-hero3-content span {
        font-size: 16px;
    }

    .fr-hero3-content h1 {
        font-size: 34px;
    }

    .fr-hero2-title h1 {
        font-size: 32px;
    }

    .fr-hero2-content {
        padding-top: 120px;
        width: 100%;
    }

    .fr-hero2-form li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .fr-hero2-form li input {
        height: 55px;
        font-size: 14px;
        border-radius: 4px;
    }

    .fr-hero2-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 55px;
        border-radius: 4px;
    }

    .fr-hero2-form .select2-container .select2-selection--single {
        height: 55px;
        border-radius: 4px;
    }

    .fr-hero2-form .style-bind {
        border: none;
    }

    .fr-hero2-form li button {
        height: 55px;
        width: 100%;
    }

    .fr-hero2-form li:last-child {
        width: 100%;
    }

    .fr-hero2-form li a {
        height: auto;
        line-height: inherit;
        border-radius: 0;
        width: 100% !important;
        font-size: 14px;
        padding: 14px;
    }

    .fr-hero2-info a {
        font-size: 10px;
        margin-right: 5px;
    }

    .fr-hero2-info span {
        font-size: 14px;
    }

    .fr-hero2-form {
        margin-bottom: 5px;
    }

    .ripple {
        display: none;
    }

    .fr-hero2-video a {
        border: none;
        padding: 0;
    }

    .fr-hero-2 {
        height: 685px;
    }

    .fr-logos img {
        margin: 0 auto;
        margin-bottom: 30px;
        display: block;
    }

    .sr img:last-child {
        margin-right: auto;
    }

    .fr-logos .sr img {
        margin-bottom: 0;
    }

    .fr-menu-trans .fr-m-right {
        float: none;
    }

    .fr-menu-trans .sb-menu.separate-line > ul > li > a {
        padding: 18px 20px;
        color: #000;
        font-size: 14px;
    }

    .fr-menu-trans .fr-m-right .btn-theme {
        font-size: 14px;
    }

    .fr-about2-texts .btn-style {
        font-size: 14px;
    }

    .fr-about2-texts .text-weight {
        font-weight: 500;
        font-size: 14px;
        line-height: 26px;
    }

    .fr-about2-texts p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .fr-about2-texts h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .fr-about2-texts span {
        font-size: 14px;
    }

    .fr-serv2 .heading-contents h3 {
        font-size: 22px;
        margin-bottom: 8px !important;
    }

    .fr-serv2 .heading-contents p {
        font-size: 14px;
    }

    .fr-serv2 .heading-contents {
        width: 70%;
    }

    .no-margin .fr-latest-box {
        margin-bottom: 30px;
    }

    .fr-footer-2-product ul li a {
        font-size: 14px;
    }

    .fr-footer2-icons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .fr-footer-2-product h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fr-footer2-icons h3 {
        font-size: 16px;
    }

    .fr-footer-2-product {
        margin-top: 10px;
    }

    .fr-hero3-main {
        margin-top: 50px;
    }

    .fr-hero3-content {
        width: 100%;
    }

    /*new grids style */
    .res-us-profile {
        float: none;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .res-us-skills {
        float: none;
    }


    .res-us-details {
        text-align: center;
    }

    .res-us-inline span i {
        padding: 10px 12px;
    }


    .res-us-inline p .btn-theme {
        padding: 7px 24px;
        font-size: 14px;
    }


    .res-us-inline p {
        font-size: 14px;
    }


    .res-us-inline span {
        font-size: 14px;
    }

    .res-us-inline {
        float: none;
        padding-left: 0;
        border-left: none;
        margin-top: 15px;
        display: inline-block;
    }

    .res-us-exp a {
        padding: 4px 12px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .res-us-product h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .res-us-product ul li span {
        font-size: 14px;
    }

    .res-us-product ul li {
        margin-right: 7px;
        float: none;
    }

    .res-us-product ul li span i {
        padding: 2px;
    }

    .res-us-product p {
        font-size: 16px;
    }

    .res-us-product span {
        font-size: 14px;
    }

    .res-us-profile img {
        max-width: 65px;
    }

    .res-us-details {
        background: #fff;
        padding: 30px 20px;
    }

    .fr-menu .sb-menu ul li.fr-list .style-1, .fr-menu .sb-menu ul li.fr-list .btn-theme {
        margin-top: 0;
        float: left;
    }

    .fr-menu .sb-menu ul li.fr-list {
        height: 50px;
    }

}

@media (min-width: 1900px) and (max-width: 2900px) {
    .fr-sign-in-hero {
        height: 100vh;
    }

    .fr-sign-container {
        height: 100vh;
    }
}


@media (min-width: 576px) and (max-width: 767.8px) {
    .fr-hero3-content span {
        font-size: 16px;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 32px;
    }

    .fr-hero3-srch ul li input {
        background-color: #f4f6f9;
        border-radius: 4px !important;
    }

    .hero-slider .fr-hero3-srch {
        border-radius: 4px;
        border: none;
    }

    .fr-hero3-srch ul li:last-child {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }

    .fr-hero3-main {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #main-theme-carousel .carousel-inner {
        display: none;
    }

    .hero-slider {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .fr-hero3-main {
        margin-top: 0;
        padding: 50px 0;
    }

    .sb-header.transparent {
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered {
        background-color: #f4f6f9;
    }

    .hero-slider .fr-hero3-submit .btn {
        border-radius: 4px;
        width: 100%;
    }

    .hero-slider .fr-hero3-submit {
        margin-top: 20px;
        position: relative;
        border-radius: 4px;
        top: auto;
        right: auto;
    }

    .fr-latest-content-service p {
        font-size: 16px;
    }

    .call-actionz .parallex-text h4 {
        font-size: 32px;
    }

    .call-actionz p {
        width: 100%;
        font-size: 16px;
    }

    .agent-1 .card-title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .agent-1 .hourly-rate {
        font-size: 14px;
    }

    .widget-inner-elements {
        font-size: 14px;
    }

    .fr-c-about-products {
        display: none;
    }

    .fr-about2-client.fr-about-client {
        padding: 70px 0;
    }

    .fr-about-client .owl-theme .owl-dots {
        margin-left: 22%;
    }

    .fr-latest-box img {
        width: 100%;
    }

    .agent-1 .card-image img, .agent-1 .card-image img a {
        width: 100%;
    }

    .main-theme-app-one .main-theme-app-box {
        width: 100%;
    }

    .main-theme-app-one .main-theme-app-box h3 {
        font-size: 30px;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px;
    }

    .fr-hero3-srch .select2-container--default .select2-selection--single .select2-selection__rendered::before {
        border: none;
    }

    .fr-latest2-content-box {
        flex-direction: column;
        text-align: inherit;
    }

    .fr-latest2-content-box .fr-latest2-price {
        margin-top: 15px;
    }

    .fr-latest2-content-box .fr-latest2-bid {
        width: 100%;
        margin-top: 15px;
    }

    .btn-theme, .post-excerpt .wp-block-button .wp-block-button__link, .post-excerpt .wp-block-search__button, .post-excerpt .wp-block-file .wp-block-file__button, .post-password-form input[type="submit"] {
        padding: 10px 20px;
        font-size: 14px;;
    }

    .elbow.owl-carousel {
        display: none;
    }

    .fr-hero .fr-hero-trending ul li a {
        font-size: 12px;
    }

    .about-grid-margin {
        margin-bottom: 20px;
    }

    .about-grid-content h2 {
        font-size: 22px;
    }

    .about-grid-content .subtitle {
        font-size: 16px;
    }

    .about-grid-content p {
        font-size: 14px;
    }

    .about-grid-content {
        margin-bottom: 20px;
    }

    .fr-hero2-video {
        display: none;
    }

    .main-theme-pricing-2-main .main-theme-pricing-price h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .main-theme-pricing-2-main .main-theme-price-detail ul li {
        font-size: 14px;
    }

    .main-theme-pricing-2-main .main-theme-pricing-price span {
        font-size: 30px;
    }

    .main-theme-pricing-2-main .main-theme-pricing-price {
        padding: 20px;
    }

    .fr-project-f-des .fr-project-attachments .attacment-box .attachments {
        width: 100%;
        margin-right: 0;
    }

    .fr-service-container > ul > li {
        display: none;
    }

    .fr-service-container ul li.links:last-child {
        float: left;
        display: block;
    }

    .fr-m-contents .fr-m-main-title h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .extra-features ul li {
        width: 49%;
        margin-bottom: 20px;
    }

    .slider-box .fr-slick .slides li iframe {
        min-height: 265px;
    }

    .services-filter-2 form .filters {
        min-width: 250px;
    }

    .fr-serices-content {
        padding: 15px;
    }

    .services-filter-2 {
        margin-top: 30px;
    }

    .fr3-job-detail .fr3-job-text div.excerpt {
        display: none;
    }

    .fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-information {
        padding: 0;
    }

    .fr-hero-detail.style-1 .fr-hero-details-content .fr-hero-details-products img {
        max-width: 100px;
    }

    .fr-hero-detail.style-1 .fr-hero-hire .fr-hero-short-list-2 {
        margin-top: 10px;
        width: auto;
        float: right;
    }

    .fr-hero-short-list {
        float: left;
        text-align: left;
    }

    .fr-hero-hire {
        margin-top: 15px;
        float: none;
        position: relative;
        overflow: hidden;
    }

    .fr-recent-model li {
        width: 30%;
    }

    .fr-bissness-details {
        padding: 60px 0;
    }

    .fr-contact {
        margin-top: 50px;
    }

    .elementor-376 .elementor-element.elementor-element-e615248:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-e615248 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 300px auto !important;
    }

    .fr-hero3-content {
        width: 90%;
    }

    .fr-her3-elemnt a {
        font-size: 13px;
    }

    .fr-hero3-content {
        width: 90%;
    }

    .feature-block {
        padding: 1.5rem;
    }

    .fr-about-reviews ul li::before {
        border: none;
    }

    .fr-plan-content h3 {
        font-size: 30px;
    }

    .fr-plan-content h3 span.strike {
        font-size: 14px;
    }

    .fr-top-contents .fr-top-details .fr-style-5 {
        font-size: 16px;
    }

    .fr-hero3-main {
        margin-top: 50px;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 44px;
    }

    .fr-hero3-video i {
        font-size: 14px;
        padding: 15px 15px;
    }

    .sb-header.transparent {
        position: relative;
    }

    .fr-about2-client.fr-about-client {
        padding: 60px 0;
    }

    .fr-c-about-profile {
        width: 85px;
        margin-top: 60px;
        height: 85px;
    }

    .agent-1 .card-title {
        font-size: 17px;
    }

    .agent-1 .hourly-rate {
        font-size: 14px;
    }

    .widget-inner-elements {
        font-size: 14px;
    }

    .fr-hero .fr-hero-content {
        margin-top: 130px;
    }

    .fr-hero .fr-main-img {
        margin-top: 10px;
    }

    .fr-hero .fr-hero-content .fr-hero-style {
        font-size: 16px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 28px;
    }

    .elbow.owl-carousel.owl-drag .owl-item {
        margin-top: 160px;
    }

    .fr-hero2-form .select2-container .select2-selection--single {
        position: relative;
        overflow: hidden;
    }

}

@media (min-width: 1400px) and (max-width: 1679px) {
    .elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 250px auto !important;
    }

    .fr-hero3-main {
        margin-top: 130px;
    }

    .hero-slider .fr-hero3-content h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .fr-hero3-content p {
        font-size: 14px;
        line-height: 28px;
    }

    .fr-hero3-video i {
        font-size: 14px;
        padding: 15px 15px;
    }

    .fr-c-about-profile {
        width: 100px;
        margin-top: 76px;
        height: 100px;
    }

    .fr-about2-client.fr-about-client {
        padding: 80px 0;
    }

    .fr-hero .fr-hero-content {
        margin-top: 210px;
    }

    .fr-hero .fr-main-img {
        margin-top: 100px;
    }

    .fr-hero .fr-hero-content h1 {
        font-size: 42px;
    }

    .fr-hero .fr-hero-content .fr-hero-style {
        font-size: 18px;
    }

    .fr-hero-vid4 {
        margin-top: 35px;
    }
}

@media (min-width: 1680px) and (max-width: 1919px) {
    .fr-hero3-main {
        margin-top: 180px;
    }

    .elementor-1551 .elementor-element.elementor-element-7e711e8:not(.elementor-motion-effects-element-type-background), .elementor-1551 .elementor-element.elementor-element-7e711e8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: 300px auto !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .elbow.owl-carousel.owl-drag .owl-item {
        margin-top: 160px;
    }
}