/* =====================================================
Template Name   : Clasiad
Description     : Classified Ads and Listing Website Template
Author          : Youtoview
Version         : 1.2
=======================================================*/



@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap";
body {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d7588;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto, sans-serif;
    font-weight: 700;
    color: #3c4559;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6d7588;
    margin: 0
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fc9615;
    padding: 0 25px;
    font-size: 16px;
    height: 50px;
    line-height: 45px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #fc9615;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
}

.main-btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #fc9615;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #fc9615;
    border: 2px solid #fff;
}

.main-btn.main-btn-2:hover {
    background-color: #fc9615;
    color: #fff;
    border: 2px solid #fc9615;
}


.title-box:before{
    position: absolute;
    content: '';
    background: #fc9615;
    margin-top: -8px;
    width: 30px;
    height:5px;
  }


.title-box{
  background: #fff;
  padding:18px 0px;
  border-radius: 12px;
  margin: 0;
  border-left: 4px solid #fc9615;
}

.section_title .title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 3px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_title .title {
        font-size: 36px
    }
}

@media(max-width:767px) {
    .section_title .title {
        font-size: 26px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section_title .title {
        font-size: 30px
    }
}

.pagination_wrapper .pagination li {
    margin: 0 10px
}

@media(max-width:767px) {
    .pagination_wrapper .pagination li {
        margin: 0 6px
    }
}

.pagination_wrapper .pagination li a {
    font-size: 16px;
    color: #6d7588
}

.pagination_wrapper .pagination li .Previous,
.pagination_wrapper .pagination li .next {
    line-height: 44px;
    text-align: center;
    padding: 0 14px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 7px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .pagination_wrapper .pagination li .Previous,
    .pagination_wrapper .pagination li .next {
        line-height: 38px
    }
}

.pagination_wrapper .pagination li .Previous:hover,
.pagination_wrapper .pagination li .next:hover {
    color: #463ce5
}

.pagination_wrapper .pagination li .number {
    width: 50px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .pagination_wrapper .pagination li .number {
        height: 40px;
        line-height: 38px;
        width: 40px
    }
}

.pagination_wrapper .pagination li .number.active,
.pagination_wrapper .pagination li .number:hover {
    background-color: #463ce5;
    border-color: #463ce5;
    color: #fff
}

.slick-slide {
    outline: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #fc9615 #fc9615 #f4f5f7;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #f4f5f7;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #f4f5f7;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

.header_area_custom .header_navbar{
    margin-top: 48px;
}

.header-top{
    position: relative;
    width: 100%;
    background: #fc9615;
    padding: 12px 0px;
}

.header-top-left{
    color: #fff;
}

.header-top-right a{
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-top-right a:hover{
    color: #3C4559;
}


.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff
}

.header_navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    -moz-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    z-index: 99;
    -webkit-animation: sticky 1.5s;
    -moz-animation: sticky 1.5s;
    -o-animation: sticky 1.5s;
    animation: sticky 1.5s
}

.header_area_custom .header_navbar.sticky {
    margin-top: 0px;
    position: fixed;
}

.header_navbar.sticky::before {
    display: none
}

/* =====================================================
   HEADER - TABLET / IPAD 992px - 1199px
   Replica comportamento responsive originale del tema
===================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* NAVBAR */
    .header_navbar .navbar {
        position: relative;
        padding: 15px 0;
    }

    /* HAMBURGER */
    .header_navbar .navbar-expand-lg .navbar-toggler {
        display: block;
        padding: 0;
    }

    /* COLLAPSE */
    .header_navbar .navbar-expand-lg .navbar-collapse {
        display: none !important;

        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
        flex-basis: 100%;

        background-color: #fff;

        z-index: 9999;

        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);

        padding: 5px 12px;
    }

    .header_navbar .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
    }


    /* ==============================================
       MENU PRINCIPALE VERTICALE
    ============================================== */

    .header_navbar .navbar-expand-lg .navbar-nav {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    .header_navbar .navbar-expand-lg .navbar-nav li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .header_navbar .navbar-expand-lg .navbar-nav li a {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    /* niente underline desktop */
    .header_navbar .navbar-nav li a.active,
    .header_navbar .navbar-nav li:hover > a {
        border: none;
        padding-bottom: 0;
        color: #fc9615;
    }

    /* Nasconde freccia desktop */
    .header_navbar .navbar-nav li a > i {
        display: none;
    }


    /* ==============================================
       FRECCIA CALCOLA / SERVIZI
    ============================================== */

    .header_navbar .navbar-nav li a .sub-nav-toggler {
        display: block;

        position: absolute;

        right: 0;
        top: 0;

        background: transparent;
        color: #6d7588;

        font-size: 16px;

        border: 0;

        width: 35px;
        height: 35px;
    }


    /* ==============================================
       SOTTOMENU CALCOLA / SERVIZI
    ============================================== */

    .header_navbar .navbar-nav li .sub-menu {
        position: relative;

        width: 100%;

        top: 0;
        left: 0;

        display: none;

        opacity: 1;
        visibility: visible;

        box-shadow: none;

        transition: none;

        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header_navbar .navbar-nav li .sub-menu li {
        width: 100%;
        margin: 0;
    }

    .header_navbar .navbar-nav li .sub-menu li a {
        display: block;
        padding: 8px 15px;
    }

    .header_navbar .navbar-nav li .sub-menu li .sub-menu {
        top: 0;
        left: 0;
        padding-left: 20px;
    }

    /*
     * IMPORTANTE:
     * su tablet non deve aprirsi automaticamente
     * il submenu per effetto hover desktop.
     */
    .header_navbar .navbar-nav li:hover > .sub-menu {
        top: 0;
    }


    /* ==============================================
       MY ACCOUNT + CTA
       Rimangono nella barra superiore
    ============================================== */

    .header_navbar .navbar_btn {
        display: block !important;

        position: absolute;

        top: 50%;
        right: 70px;

        width: auto;

        margin-right: 0;

        transform: translateY(-50%);

        z-index: 10;
    }

    .header_navbar .navbar_btn > ul {
        display: flex;
        align-items: center;

        margin: 0;
        padding: 0;
    }

    .header_navbar .navbar_btn > ul > li {
        display: inline-block;
        width: auto;
    }

    .header_navbar .navbar_btn > ul > li + li {
        margin-left: 20px;
    }

    .header_navbar .navbar_btn ul li .sign-up {
        display: inline-block;
        white-space: nowrap;
    }


    /* ==============================================
       DROPDOWN MY ACCOUNT
       Torna verticale
    ============================================== */

    .header_navbar .navbar_btn .dropdown .dropdown-menu {
        width: 220px;

        left: 50%;

        transform: translateX(-50%);

        padding: 10px 0;

        background: #fff;

        border-top: 4px solid #fc9615;
    }

    .header_navbar .navbar_btn .dropdown .dropdown-menu ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .header_navbar .navbar_btn .dropdown .dropdown-menu ul li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .header_navbar .navbar_btn .dropdown .dropdown-menu ul li + li {
        margin-left: 0;
    }

    .header_navbar .navbar_btn .dropdown .dropdown-menu ul li a {
        display: block;
        width: 100%;
        padding: 8px 15px;
        white-space: normal;
    }
}
@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.navbar {
    padding: 0;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar {
        padding: 15px 0
    }
}

@media(max-width:767px) {
    .navbar {
        padding: 15px 0
    }
}


.navbar_btn{
    margin-right: 15px;
}

.navbar-brand img {
    max-width: 76%
}

@media(max-width:767px) {
    .navbar-brand {
        width: 130px
    }
}

.navbar-toggler {
    padding: 0
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

@media(max-width:767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
        padding: 5px 12px
    }
}

.navbar-nav li {
    position: relative;
    margin: 0 16px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-nav li {
        margin: 0 15px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li {
        margin: 0
    }
}

@media(max-width:767px) {
    .navbar-nav li {
        margin: 0
    }
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0;
    color: #222;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-nav li a {
        padding: 30px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li a {
        display: block;
        padding: 6px 0
    }
}

@media(max-width:767px) {
    .navbar-nav li a {
        display: block;
        padding: 6px 0
    }
}

.navbar-nav li a i {
    font-size: 13px;
    margin-left: 5px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li a i {
        display: none
    }
}

@media(max-width:767px) {
    .navbar-nav li a i {
        display: none
    }
}



.navbar-nav li a.active {
    color: #fc9615;
    border-bottom:3px solid  #fc9615;
    padding-bottom: 14px;
}

@media(max-width:991px) {
    .navbar-nav li a.active {
        color: #fc9615;
        border: none;
        padding-bottom:0px;
    }
}



.navbar-nav li a .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li a .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #6d7588;
        font-size: 16px;
        border: 0;
        width: 35px;
        height: 35px
    }
}

@media(max-width:767px) {
    .navbar-nav li a .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #6d7588;
        font-size: 16px;
        border: 0;
        width: 35px;
        height: 35px
    }
}

.navbar-nav li a .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px
}

.navbar-nav li:hover>a {
    color: #fc9615;
    border-bottom:3px solid  #fc9615;
    padding-bottom: 14px;
}

@media(max-width:991px) {
    .navbar-nav li:hover>a {
        color: #fc9615;
        border: none;
        padding-bottom:0px;
    }
}

.navbar-nav li .sub-menu {
    position: absolute;
    padding-bottom: 10px;
    padding-top: 10px;
    top: 120%;
    left: 0;
    width: 300px;
    background-color: #fff;
    border-top: 4px solid #fc9615;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    -moz-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s
    }
}

@media(max-width:767px) {
    .navbar-nav li .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s
    }
}

.navbar-nav li .sub-menu li {
    position: relative;
    margin: 0
}

.navbar-nav li .sub-menu li a {
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: block;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 15px;
    font-weight: 400;
    border: none;
}

.navbar-nav li .sub-menu li a i {
    float: right
}

.navbar-nav li .sub-menu li a.active {
    color: #fff;
    background-color: #fc9615
}

.navbar-nav li .sub-menu li:hover>a {
    color: #fff;
    background-color: #fc9615
}

.navbar-nav li .sub-menu li:hover>a .sub-nav-toggler span {
    border-left-color: #fff;
    border-bottom-color: #fff
}

.navbar-nav li .sub-menu li .sub-menu {
    top: -2px;
    left: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li .sub-menu li .sub-menu {
        top: 0;
        left: 0;
        padding-left: 20px
    }
}

@media(max-width:767px) {
    .navbar-nav li .sub-menu li .sub-menu {
        top: 0;
        left: 0;
        padding-left: 20px
    }
}

.navbar-nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li:hover>.sub-menu {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-nav li:hover>.sub-menu {
        top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar_btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:767px) {
    .navbar_btn {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .navbar_btn {
        right: 50px
    }
}

.navbar_btn ul li {
    display: inline-block
}

.navbar_btn ul li+li {
    margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar_btn ul li+li {
        margin-left: 20px
    }
}

.navbar_btn ul li .sign-up {
    padding: 0 20px;
    height: 40px;
    line-height:35px;
    text-align: center;
    border-radius: 50px;
    border:2px solid #fc9615;
    background-color: #fc9615;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 16px;
}

.navbar_btn ul li .sign-up i{
    font-size: 16px;
    margin-right: 8px;
    font-weight: 400;
  }



@media(max-width:767px) {
    .navbar_btn ul li .sign-up {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .navbar_btn ul li .sign-up {
        display: block
    }
}

.navbar_btn ul li .sign-up:hover {
    background-color: #fff;
    color: #fc9615;
}

.navbar_btn .dropdown a {
    padding: 28px 0;
    color: #222;
    font-size: 16px
}

@media(max-width:767px) {
    .navbar_btn .dropdown a {
        font-size: 14px;
        padding: 26px 0
    }
}

.navbar_btn .dropdown a.dropdown-toggle {
    padding-right: 10px
}

.navbar_btn .dropdown a.dropdown-toggle::after {
    width: 7px;
    height: 7px;
    border-left: 1.8px solid #222;
    border-bottom: 1.8px solid #222;
    border-top: 0;
    border-right: 0;
    right: -9px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar_btn .dropdown .dropdown-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 0;
    width: 190px;
    background-color: #fff;
    border-top: 4px solid #fc9615;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    -moz-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 10px 25px 0 rgba(34, 34, 34, .15);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    border-radius: 0;

}

.navbar_btn .dropdown .dropdown-menu ul li {
    display: block
}

.navbar_btn .dropdown .dropdown-menu ul li+li {
    margin-left: 0
}

.navbar_btn .dropdown .dropdown-menu ul li a {
    padding: 8px 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: block;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 15px;
    font-weight: 400
}

.navbar_btn .dropdown .dropdown-menu ul li a i {
    margin-right: 5px
}

.navbar_btn .dropdown .dropdown-menu ul li a.active {
    color: #fff;
    background-color: #fc9615
}

.navbar_btn .dropdown .dropdown-menu ul li:hover>a {
    color: #fff;
    background-color: #fc9615
}

.navbar_transparent::before {
    display: none
}

.navbar_transparent .navbar {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.navbar_transparent .navbar-toggler .toggler-icon {
    background-color: #fff
}

.navbar_transparent .navbar-nav {
    margin-right: 10px
}

.navbar_transparent .navbar-nav li a {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar_transparent .navbar-nav li a {
        color: #3c4559
    }
}

@media(max-width:767px) {
    .navbar_transparent .navbar-nav li a {
        color: #3c4559
    }
}

.navbar_transparent .navbar-nav li a.active {
    color: #fc9615
}

.navbar_transparent .navbar-nav li:hover>a {
    color: #fc9615
}

.navbar_transparent .navbar-nav li:last-child .sub-menu li .sub-menu {
    left: auto;
    right: 100%
}

.navbar_transparent.sticky .navbar-toggler .toggler-icon {
    background-color: #222
}

.navbar_transparent.sticky .navbar-nav li a {
    color: #3c4559
}

.navbar_transparent.sticky .navbar-nav li a.active {
    color: #fc9615
}

.navbar_transparent.sticky .navbar-nav li:hover>a {
    color: #fc9615
}

.navbar_transparent.sticky .navbar-nav li .sub-menu li>a.active {
    color: #fff;
    background-color: #fc9615
}

.navbar_transparent.sticky .navbar-nav li .sub-menu li:hover>a {
    color: #fff;
    background-color: #fc9615
}

.navbar_transparent_2::before {
    display: none
}

.navbar_transparent_2 .navbar {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.header_content {
    position: relative;
    z-index: 5;
    padding-top: 200px;
    padding-bottom: 130px
}



.content_wrapper .title {
    font-size: 60px;
    font-weight: 700;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .content_wrapper .title {
        font-size: 50px
    }
}

@media(max-width:767px) {
    .content_wrapper .title {
        font-size: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .content_wrapper .title {
        font-size: 40px
    }
}

.content_wrapper p {
    color: #fff;
    margin-top: 25px
}

.content_wrapper .header_btn {
    margin-top: 45px
}

.content_wrapper .header_btn li {
    display: inline-block
}

.content_wrapper .header_btn li+li {
    margin-left: 10px
}

.header_search {
    background-color: #fff;
    padding: 20px 10px 20px;
    border-radius: 10px;
    margin-top: 70px
}

.header_search .search_column {
    width: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_search .search_column {
        width: 100%
    }
}

@media(max-width:767px) {
    .header_search .search_column {
        width: 100%
    }
}

.header_search .search_select {
    width: 50%;
    padding: 0 10px;
    position: relative
}

@media(max-width:767px) {
    .header_search .search_select {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search .search_select {
        width: 50%
    }
}

.header_search .search_select i {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3c4559
}

.header_search .search_select .nice-select {
    float: none;
    height: 50px;
    line-height: 50px;
    padding-left: 40px
}

.header_search .search_select .nice-select::after {
    display: none
}

.header_search .search_select .nice-select .current {
    line-height: 50px;
    font-size: 16px;
    color: #222
}

.header_search .search_select .nice-select .list {
    width: 100%;
    border-radius: 3px;
	max-height: 150px;
  overflow-y: auto;
}

.header_search .search_select .nice-select .list .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px
}

.header_search .search_form {
    padding: 0 10px;
    position: relative;
    width: 70%
}

@media(max-width:767px) {
    .header_search .search_form {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search .search_form {
        width: 70%
    }
}

.header_search .search_form input {
    width: 100%;
    height: 50px;
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    transition: all .3s ease;
}

.header_search .search_form input:focus {
    border: 1px solid #999999;
}

.header_search .search_form input::placeholder {
    opacity: 1;
    color: #222
}

.header_search .search_form input::-moz-placeholder {
    opacity: 1;
    color: #222
}

.header_search .search_form input::-moz-placeholder {
    opacity: 1;
    color: #222
}

.header_search .search_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #222
}

.header_search .search_form i {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_search .search_btn {
    width: 30%;
    padding: 0 10px;
    position: relative
}

@media(max-width:767px) {
    .header_search .search_btn {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search .search_btn {
        width: 30%
    }
}

.header_search .search_btn .main-btn {
    width: 100%
}



.header_search_2 {
    background-color: #fff;
    padding: 20px 10px 20px;
    border-radius: 10px;
    margin-top: 70px
}

.header_search_2 .search_column {
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_search_2 .search_column {
        width: 100%
    }
}

@media(max-width:767px) {
    .header_search_2 .search_column {
        width: 100%
    }
}

.header_search_2 .search_select {
    width: 100%;
    padding: 0 10px;
    position: relative
}

@media(max-width:767px) {
    .header_search_2 .search_select {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search_2 .search_select {
        width: 50%
    }
}

.header_search_2 .search_select i {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3c4559
}

.header_search_2 .search_select .nice-select {
    float: none;
    height: 50px;
    line-height: 50px;
    padding-left: 40px
}

.header_search_2 .search_select .nice-select::after {
    display: none
}

.header_search_2 .search_select .nice-select .current {
    line-height: 50px;
    font-size: 16px;
    color: #222
}

.header_search_2 .search_select .nice-select .list {
    width: 100%;
    border-radius: 3px
}

.header_search_2 .search_select .nice-select .list .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px
}

.header_search_2 .search_form {
    padding: 0 10px;
    position: relative;
    width: 100%
}

@media(max-width:767px) {
    .header_search_2 .search_form {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search_2 .search_form {
        width: 70%
    }
}

.header_search_2 .search_form input {
    width: 100%;
    height: 50px;
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    transition: all .3s ease;
}

.header_search_2 .search_form input:focus {
    border: 1px solid #999999;
}

.header_search_2 .search_form input::placeholder {
    opacity: 1;
    color: #222
}

.header_search_2 .search_form input::-moz-placeholder {
    opacity: 1;
    color: #222
}

.header_search_2 .search_form input::-moz-placeholder {
    opacity: 1;
    color: #222
}

.header_search_2 .search_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #222
}

.header_search_2 .search_form i {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_search_2 .search_btn {
    width: 100%;
    padding: 0 10px;
    position: relative
}

@media(max-width:767px) {
    .header_search_2 .search_btn {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_search_2 .search_btn {
        width: 30%
    }
}

.header_search_2 .search_btn .main-btn {
    width: 100%
}




.header_keyword {
    padding: 5px 10px 0
}

.header_keyword .title {
    font-size: 16px;
    font-weight: 400;
    color:#000;
    margin-top: 10px
}

@media(max-width:767px) {
    .header_keyword .tags {
        margin-left: -15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_keyword .tags {
        margin-left: 0
    }
}

.header_keyword .tags li {
    margin-left: 18px;
    display: inline-block;
    margin-top: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_keyword .tags li {
        margin-left: 16px
    }
}

@media(max-width:767px) {
    .header_keyword .tags li {
        margin-left: 15px
    }
}

.header_keyword .tags li a {
    font-size: 16px;
    color: #fc9615;
    border:1px solid #fc9615;
    padding:2px 6px;
    border-radius: 5px;
}

.header_keyword .tags li a:hover {
    background: #fc9615;
    color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_keyword .tags li a {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .header_keyword .tags li a {
        font-size: 14px
    }
}

.page_banner {
    position: relative;
    z-index: 5;
    padding-top: 200px;
    padding-bottom: 125px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page_banner {
        padding-top: 175px;
        padding-bottom: 95px
    }
}

@media(max-width:767px) {
    .page_banner {
        padding-top: 175px;
        padding-bottom: 95px
    }
}

.page_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,.5);
}


.page_banner_content .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page_banner_content .title {
        font-size: 44px
    }
}

@media(max-width:767px) {
    .page_banner_content .title {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page_banner_content .title {
        font-size: 38px
    }
}

.page_banner_content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: 0 0;
    margin-top: 30px
}

.page_banner_content .breadcrumb li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

@media(max-width:767px) {
    .page_banner_content .breadcrumb li {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page_banner_content .breadcrumb li {
        font-size: 16px
    }
}

.page_banner_content .breadcrumb li+li {
    margin-left: 50px
}

@media(max-width:767px) {
    .page_banner_content .breadcrumb li+li {
        margin-left: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page_banner_content .breadcrumb li+li {
        margin-left: 30px
    }
}

.page_banner_content .breadcrumb li+li::before {
    position: absolute;
    content: '\f101';
    font-family: "Font Awesome 5 Pro";
    top: 5px;
    left: -28px;
    color: #fff;
    line-height: 1;
    font-size: 16px
}

@media(max-width:767px) {
    .page_banner_content .breadcrumb li+li::before {
        left: -20px;
        top:2px;
        font-size: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page_banner_content .breadcrumb li+li::before {
        left: -19px;
        font-size: 22px
    }
}

.page_banner_content .breadcrumb li a {
    color: #fff
}

.category_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

.category_btn {
    position: absolute;
    top: -60px;
    right: 30px;
}

@media(max-width:767px) {
    .category_btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 50px
    }
}

.category-column {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .category-column {
        width: 25%
    }
}

@media(max-width:767px) {
    .category-column {
        width: 50%
    }
}

.single_category {
    padding: 40px 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    z-index: 9
}

@media(max-width:767px) {
    .single_category {
        padding: 20px 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_category {
        padding: 40px 30px
    }
}

.single_category::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background-color: #fc9615;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_category .icon i {
    font-size: 70px;
    color: #222;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_category .content .title {
    color: #6d7588;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single_category .content .title {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_category .content .title {
        font-size: 16px
    }
}

.single_category a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5
}

.single_category:hover {
    background-color: #fc9615
}

.single_category:hover::before {
    opacity: .5
}

.single_category:hover .icon i {
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_category:hover .content .title {
    color: #fff
}

.tabs_menu .nav {
    background-color: #fc9615;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    border-radius: 10px;
}

.tabs_menu .nav li {
    display: inline-block
}

.tabs_menu .nav li a {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 16px
}

@media(max-width:767px) {
    .tabs_menu .nav li a {
        font-size: 14px;
        padding: 0 20px;
        height: 40px;
        line-height: 40px
    }
}

.tabs_menu .nav li a.active {
    background-color: #fff;
    color: #3c4559;
}

.single_ads_card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    min-height:250px;
    padding-top:20px;
    padding-bottom:20px;

}

.single_ads_card .ads_card_image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.single_ads_card .ads_card_image .sticker {
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 0 8px 8px 0;
    background-color: #fc9615;
    border:2px solid #fff;
    border-left:0;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    position: relative;

}

.single_ads_card .ads_card_image .sticker.sticker_color-1 {
    background-color: #463ce5
}

.single_ads_card .ads_card_image .sticker.sticker_color-2 {
    background-color: #fc9615
}


.single_ads_card .ads_card_content {

}

.single_ads_card .ads_card_content .meta {
    background: #fff;
    padding:0px 10px 10px 10px;
    position: relative;
    border-radius: 10px;
    margin:-20px 10px  0px 10px;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
}

.single_ads_card .ads_card_content .meta::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fc9615;
    bottom: -1px;
    left: 10px
}

.single_ads_card .ads_card_content .meta p {
    margin-top: 10px
}

.single_ads_card .ads_card_content .meta .like {
    font-size: 16px;
    color: #fc9615;
    margin-top: 10px
}

.single_ads_card .ads_card_content .title a {
    font-size: 16px;
    font-weight: 500;
    color: #463ce5;
    margin-top: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_ads_card .ads_card_content .title a:hover {
    color: #fc9615
}

.single_ads_card .ads_card_content p {
    margin-top: 5px
}

.single_ads_card .ads_card_content p i {
    margin-right: 8px
}

.single_ads_card .ads_card_content .ads_price_date {
    padding-top: 10px;
    padding-right:20px;
}

.single_ads_card .ads_card_content .ads_price_date .price {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_ads_card .ads_card_content .ads_price_date .price {
        font-size: 18px
    }
}

.single_ads_card .ads_card_content .ads_price_date .date {
    margin-top: 10px;
    font-size: 16px;
    color: #d2d2d2
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_ads_card .ads_card_content .ads_price_date .date {
        font-size: 15px
    }
}


.single_ads_card.ads_list .ads_card_image img {
    width: 100%;
    object-position: center
}

@media(max-width:767px) {
    .single_ads_card.ads_list .ads_card_image img {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_ads_card.ads_list .ads_card_image img {
        width: 200px
    }
}

.single_ads_card.ads_list .ads_card_content {
    padding: 10px 30px 20px
}

.published_wrapper {
    position: relative
}

.published_btn {
    position: absolute;
    top: -60px;
    right: 14px
}

@media(max-width:767px) {
    .published_btn {
        position: relative;
        top: 0;
        margin-top: 50px;
        right: 0;
    }
}

.choose_area {
    background-color: #fff;
    position: relative;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .choose_area {
        padding-bottom: 0
    }
}

@media(max-width:767px) {
    .choose_area {
        padding-bottom: 0
    }

    .choose_area .choose-image{
        margin-top: 40px;
    }
}


.choose_content .list {
    padding-top: 30px
}

.choose_content .list li {
    margin-top: 15px;
    position: relative;
    padding-left: 35px
}

.choose_content .list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .choose_content .list li i {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

@media(max-width:767px) {
    .choose_content .list li i {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.choose_content .list li:nth-child(3n+1) i {
    color: #463ce5
}

.choose_content .list li:nth-child(3n+2) i {
    color: #fc9615
}

.choose_content .list li:nth-child(3n+3) i {
   color: #00d1c1
}

.choose_content .main-btn {
    margin-top: 45px
}

.locations_wrapper {
    position: relative
}

.single_locations {
    background-color: #fff;
    overflow: hidden;
    border-radius: 14px;
    padding: 14px 14px 0px 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_locations .locations_image {
    overflow: hidden;
    border-radius: 14px
}

.single_locations .locations_image img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 100%
}

.single_locations .locations_content {
    padding: 20px 0px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_locations .locations_content .title a {
    font-size: 22px;
    font-weight: 700;
    color: #463ce5
}

.single_locations .locations_content .title a i {
    margin-right: 5px
}

.single_locations .locations_content p {
    margin-top: 10px;
    font-size: 14px
}

.single_locations .locations_content .view {
    color: #fc9615;
    font-size: 14px;
    position: absolute;
    bottom: -60px;
    border: 2px solid #fc9615;
    padding: 10px 16px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}


.single_locations .locations_content .view:hover{
    background-color: #fc9615;
    color: #fff;
}

.single_locations .locations_content .view i {
    font-size: 16px;
    margin-left: 5px
}

.single_locations:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    -moz-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8)
}

.single_locations:hover .locations_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.single_locations:hover .locations_content {
    padding-bottom: 80px
}

.single_locations:hover .locations_content .view {
    bottom: 20px
}

.locations_btn {
    position: absolute;
    top: -60px;
    right: 14px
}

@media(max-width:767px) {
    .locations_btn {
        position: relative;
        top: 0;
        margin-top: 50px;
        right: 0px;
    }
}

.counter_area {
    background-color: #fc9615;
}

.counter_wrapper {
    padding: 25px;
    padding-top: 0;
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.single_counter {
    padding-top: 25px;
    text-align: center;
}

@media(max-width:767px) {
    .single_counter {
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_counter {
        width: 33.33%
    }
}

.single_counter .counter_items .counter_icon {
    padding-right: 10px;
}

.single_counter .counter_items .counter_icon img{
    border:3px solid #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_counter .counter_items .counter_icon img {
        width: 30px
    }
}

.single_counter .counter_items .counter_count .count {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin: 20px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_counter .counter_items .counter_count .count {
        font-size: 44px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_counter .counter_items .counter_count .count {
        font-size: 44px
    }
}

@media(max-width:767px) {
    .single_counter .counter_items .counter_count .count {
        font-size: 44px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_counter .counter_items .counter_count .count {
        font-size: 32px;
        line-height: 32px
    }
}

.single_counter p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_counter p {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_counter p {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .single_counter p {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_counter p {
        font-size: 16px
    }
}

.single_services {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    min-height:200px;
}

.single_services::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background-color: #fc9615;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_services .services_icon i {
    color: #fc9615;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 46px
}

.single_services .services_content {
    padding-left: 20px
}

.single_services .services_content .title a {
    font-size: 24px;
    font-weight: 500;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_services .services_content .title a {
        font-size: 18px
    }
}

.single_services .services_content p {
    margin-top: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_services .services_content .more {
    font-size: 16px;
    font-weight: 500;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-top: 10px;
    border:2px solid #3c4559;
    padding: 8px 14px;
    border-radius: 50px;
}

.single_services .services_content .more i {
    margin-left: 5px;
    font-size: 18px
}

.single_services:hover {
    background-color: #fc9615
}

.single_services:hover::before {
    opacity: .5
}

.single_services:hover .services_icon i {
    color: #fff
}

.single_services:hover .services_content .title a {
    color: #fff
}

.single_services:hover .services_content p {
    color: #fff
}

.single_services:hover .services_content .more {
    color: #fff;
    border-color: #fff;
}

.single_pricing {
    background-color: #fff;
    padding: 50px 70px;
    border-radius: 20px;
    margin-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_pricing {
        padding: 50px 40px
    }
}

@media(max-width:767px) {
    .single_pricing {
        padding: 50px 40px
    }
}

.single_pricing .pricing_title {
    margin-top: 25px
}

.single_pricing .pricing_title .title {
    font-size: 24px;
    font-weight: 700;
    color: #fc9615
}

.single_pricing .pricing_title p {
    margin-top: 10px
}

.single_pricing .pricing_content {
    margin-top: 20px
}

.single_pricing .pricing_content ul li {
    line-height: 38px;
}

.single_pricing .pricing_content .price {
    font-size: 24px;
    font-weight: 500;
    color: #3c4559;
    margin-top: 15px
}

.single_pricing .pricing_btn {
    margin-top: 30px
}

.single_pricing.pricing_active {
    background-color: #fc9615;
    padding: 100px 70px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    -moz-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_pricing.pricing_active {
        padding: 80px 40px
    }
}

@media(max-width:767px) {
    .single_pricing.pricing_active {
        padding: 50px 40px
    }
}

.single_pricing.pricing_active::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background-color: #fc9615;
    opacity: .8;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_pricing.pricing_active .pricing_title {
    margin-top: 25px
}

.single_pricing.pricing_active .pricing_title .title {
    color: #fff
}

.single_pricing.pricing_active .pricing_title p {
    color: #fff
}

.single_pricing.pricing_active .pricing_content {
    margin-top: 20px
}

.single_pricing.pricing_active .pricing_content p {
    color: #fff
}

.single_pricing.pricing_active .pricing_content .price {
    color: #fff
}

.single_pricing.pricing_active .pricing_btn {
    margin-top: 30px
}

.single_blog {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_blog .blog_image {
    overflow: hidden;
    border-radius: 10px
}

.single_blog .blog_image img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 100%
}

.single_blog .blog_content {
   padding-top: 20px;
   padding-bottom: 20px;
}

.single_blog .blog_content .title a {
    font-size: 16px;
    font-weight: 500;
    color: #463ce5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_blog .blog_content .title a:hover {
    color: #fc9615
}

.single_blog .blog_content .meta {
    margin-top: 20px
}

.single_blog .blog_content .meta li {
    display: inline-block;
    font-size: 16px;
    color: #6d7588
}

.single_blog .blog_content .meta li+li {
    margin-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_blog .blog_content .meta li+li {
        margin-left: 15px
    }
}

@media(max-width:767px) {
    .single_blog .blog_content .meta li+li {
        margin-left: 15px
    }
}

.single_blog .blog_content .meta li a {
    color: #6d7588;
    margin-left: 5px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_blog .blog_content .meta li a {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .single_blog .blog_content .meta li a {
        font-size: 14px
    }
}

.single_blog:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    -moz-box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8);
    box-shadow: 0 10px 30px 0 rgba(210, 210, 210, .8)
}

.single_blog:hover .blog_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.call_to_action_area {
    background-color: #fff;
}


.call_to_action_content .title {
    font-size: 25px;
    font-weight: 600
}

.call_to_action_content   i{
    border-radius: 50px;
    background: #fc9615;
    padding: 14px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .call_to_action_content .title {
        font-size: 28px
    }
}

.call_to_action_form {
    padding-right: 200px;
    position: relative
}

@media(max-width:767px) {
    .call_to_action_form {
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .call_to_action_form {
        padding-right: 200px
    }
}

.call_to_action_form i {
    position: absolute;
    top: 30px;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.call_to_action_form input {
    width: 100%;
    height: 60px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 0 45px
}

.call_to_action_form .main-btn {
    width: 170px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:767px) {
    .call_to_action_form .main-btn {
        position: relative;
        margin-top: 10px;
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .call_to_action_form .main-btn {
        position: absolute;
        margin-top: 0;
        width: 170px
    }
}

.footer_link .link {
    padding-top: 10px
}

.footer_link .link li {
    margin-top: 10px
}

.footer_link .link li a {
    font-size: 16px;
    font-weight: 400;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer_link .link li a:hover {
    color: #fc9615;
    padding-left: 10px
}

.footer_title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px
}

.footer-socials a{
  font-size: 28px;
  margin-right:10px;
  color: #6D7588;
  transition: all .3s ease-in;
}

.footer-socials a:hover{
    color:#fc9615;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer_title {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .footer_title {
        font-size: 24px
    }
}

.footer_title::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    border-radius: 5px;
    background-color: #fc9615;
    bottom: 0;
    left: 0
}

.footer_copyright {
    background-color:  #fc9615;
}

.copyright p,
.copyright a {
    color: #fff
}

.payment ul li i{
    font-size: 45px;
    color: #fff;
}


.payment ul li {
    display: inline-block
}

.payment ul li+li {
    margin-left: 10px
}

.back-to-top {
    font-size: 24px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 44px;
    line-height: 35px;
    border-radius: 10px;
    background-color: #3C4559;
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fc9615;
    background-color: #fff
}

.about_area {
    background-color: #fff
}

.about_image {
    height: 550px;
    width: 100%;
    border-radius: 10px
}

@media(max-width:767px) {
    .about_image {
        height: 450px
    }
}

.about_content {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about_content {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .about_content {
        padding-left: 0
    }
}

.about_content .title {
    font-size: 50px;
    font-weight: 400
}

@media(max-width:767px) {
    .about_content .title {
        font-size: 34px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_content .title {
        font-size: 40px
    }
}

.about_content .title span {
    font-weight: 700
}

.about_content p {
    margin-top: 25px
}

.about_content .signechar {
    padding-left: 70px;
    margin-top: 40px
}

.about_content .signechar .name {
    font-size: 18px;
    font-weight: 500;
    color: #fc9615;
    position: relative
}

.about_content .signechar .name::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fc9615;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about_content .signechar img {
    margin-top: 15px;
    width: 50%;

}

.about_area_2 {
    background-color: #fff
}

.about_content_2 .title {
    font-size: 46px;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about_content_2 .title {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .about_content_2 .title {
        font-size: 32px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_content_2 .title {
        font-size: 38px
    }
}

.about_content_2 .title span {
    font-weight: 700
}

.about_content_2 p {
    margin-top: 25px
}

.about_content_2 .about_items {
    margin-top: 25px
}

.about_content_2 .about_items .items_title {
    font-size: 30px;
    font-weight: 400
}

@media(max-width:767px) {
    .about_content_2 .about_items .items_title {
        font-size: 24px
    }
}

.about_content_2 .about_items p {
    margin-top: 10px
}

.about_image_2 {
    position: relative
}

.about_image_2 .image_1 {
    padding-left: 70px;
}

@media(max-width:767px) {
    .about_image_2 .image_1 {
        padding-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_image_2 .image_1 {
        padding-left: 50px
    }
}

.about_image_2 .image_1 img {
    width: 100%;
    border-radius: 20px 40px;
    border:4px solid #fc9615;
    padding: 10px;
}

.about_image_2 .image_2 {
    position: relative;
    margin-top: -50px;
    padding-right: 120px
}

@media(max-width:767px) {
    .about_image_2 .image_2 {
        padding-right: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about_image_2 .image_2 {
        padding-right: 70px;
        margin-top: -20px
    }
}

.about_image_2 .image_2 .about_counter {
    background-color: #fc9615;
    padding: 20px;
    border-radius: 10px 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.about_image_2 .image_2 .about_counter .count {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px
}

.about_image_2 .image_2 .about_counter p {
    color: #fff;
    margin-top: 5px
}

.about_image_2 .image_2 img {
    width: 100%;
    border-radius: 20px 40px;
    border:4px solid #fc9615;
    padding: 10px;
}

.single_team {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px
}

.single_team .team_image img {
    width: 100%;
    border-radius: 15px;
}

.single_team .team_content {
    padding: 20px;
    position: absolute;
    bottom: -40px;
    width: 100%;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_team .team_content .team_name a {
    font-size: 16px;
    font-weight: 500;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_team .team_content .team_name a:hover {
    color: #fc9615
}

.single_team .team_content p {
    font-size: 14px;
    margin-top: 5px
}

.single_team .team_content .social li {
    display: inline-block;
    margin: 0 5px;
    padding-top: 10px
}

.single_team .team_content .social li a {
    font-size: 16px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_team .team_content .social li a:hover {
    color: #fc9615
}

.single_team:hover {
    -webkit-box-shadow: 0 15px 40px 0 rgba(210, 210, 210, .35);
    -moz-box-shadow: 0 15px 40px 0 rgba(210, 210, 210, .35);
    box-shadow: 0 15px 40px 0 rgba(210, 210, 210, .35)
}

.single_team:hover .team_content {
    bottom: 0
}

.single_testimonial {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px
}

.single_testimonial .testimonial_author {
    position: relative;
    display: inline-block
}

.single_testimonial .testimonial_author i {
    font-size: 42px;
    color: #fc9615;
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 3px 5px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 8px
}

.single_testimonial .testimonial_author img {
    width: 130px;
    border-radius: 20px;
    border:3px solid #fc9615;
    padding: 8px;
}

.single_testimonial .testimonial_content {
    padding-left: 45px
}

@media(max-width:767px) {
    .single_testimonial .testimonial_content {
        padding-left: 0;
        padding-top: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_testimonial .testimonial_content {
        padding-left: 45px;
        padding-top: 0
    }
}

.single_testimonial .testimonial_content p {
    color: #222;
    font-size: 16px
}

.single_testimonial .testimonial_content .author_name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 20px
}

.single_testimonial .testimonial_content .sub_title {
    font-size: 14px;
    color: #222
}

.testimonial_active .slick-arrow {
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial_active .slick-arrow {
        left: -10px
    }
}

@media(max-width:767px) {
    .testimonial_active .slick-arrow {
        left: -10px
    }
}

.testimonial_active .slick-arrow i {
    color: #6d7588;
    font-size: 28px
}

.testimonial_active .slick-arrow.next {
    left: auto;
    right: -30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial_active .slick-arrow.next {
        left: auto;
        right: -10px
    }
}

@media(max-width:767px) {
    .testimonial_active .slick-arrow.next {
        left: auto;
        right: -10px
    }
}

.categories_story .nice-select {
    float: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    width: 270px;
    border: 1px solid #fc9615;
}

@media(max-width:767px) {
    .categories_story .nice-select {
        padding: 0 15px;
        padding-right: 40px;
        width: auto
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .categories_story .nice-select {
        padding: 0 30px;
        padding-right: 30px;
        width: 270px
    }
}

.categories_story .nice-select::after {
    width: 8px;
    height: 8px;
    right: 25px
}

@media(max-width:767px) {
    .categories_story .nice-select::after {
        font-size: 15px
    }
}

.categories_story .nice-select .current {
    font-size: 16px;
    color: #6d7588;
    line-height: 48px
}

@media(max-width:767px) {
    .categories_story .nice-select .current {
        font-size: 14px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .categories_story .nice-select .current {
        font-size: 16px
    }
}

.categories_story .nice-select .list {
    width: 100%
}

.categories_story .nice-select .list .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px
}
.categories_tab_menu{
    background-color: #fc9615;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    padding: 5px 10px;
    border-radius: 6px;
}

.categories_tab_menu .nav .nav-item+.nav-item {
    margin-left: 20px;
}

.categories_tab_menu .nav .nav-item a {
    font-size: 26px;
    color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    padding: 0px 10px;
    border-radius: 5px;
}

@media(max-width:767px) {
    .categories_tab_menu .nav .nav-item a {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .categories_tab_menu .nav .nav-item a {
        font-size: 26px
    }
}

.categories_tab_menu .nav .nav-item a.active {
    color: #fc9615;
    background-color: #fff;
}

.single_categories {
    background-color: #fff;
    padding: 50px 10px;
    border-radius: 16px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single_categories {
        padding: 25px 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_categories {
        padding: 30px 15px
    }
}

.single_categories::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background-color: #fc9615;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_categories .categories_icon i {
    font-size: 70px;
    color: #fc9615;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single_categories .categories_icon i {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_categories .categories_icon i {
        font-size: auto
    }
}

.single_categories .categories_content .title {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_categories .categories_content .title {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .single_categories .categories_content .title {
        font-size: 16px
    }
}

.single_categories .categories_content p {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-top: 5px
}

.single_categories a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.single_categories:hover {
    background-color: #fc9615
}

.single_categories:hover::before {
    opacity: .7
}

.single_categories:hover .categories_icon i {
    color: #fff
}

.single_categories:hover .categories_content .title {
    color: #fff
}

.single_categories:hover .categories_content p {
    color: #fff
}

.single_list {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #fc9615;
}

.single_list .list_title_icon .icon {
   font-size: 45px;
   text-align: center;
   color: #fc9615;
}

.single_list .list_title_icon .list_title {
    padding-left: 15px
}

.single_list .list_title_icon .list_title .title {
    font-size: 22px;
    font-weight: 500
}

@media(max-width:767px) {
    .single_list .list_title_icon .list_title .title {
        font-size: 18px
    }
}

.single_list .categories_list_wrapper {
    padding-top: 15px
}

.single_list .categories_list_wrapper .list li {
    margin-top: 10px
}

.single_list .categories_list_wrapper .list li a {
    font-size: 16px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single_list .categories_list_wrapper .list li a:hover {
    color: #fc9615
}

.product_sidebar .sidebar_title {
    border-bottom: 0px;
    padding: 15px 0;
    position: relative
}

.product_sidebar .sidebar_title::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fc9615;
    border-radius:0 10px 10px 0;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar .sidebar_title::before {
        left: -15px
    }
}

.product_sidebar .sidebar_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #fc9615
}

.sidebar_categories {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar_categories {
        padding: 10px 15px
    }
}

.sidebar_categories .sidebar_categories_content {
    padding: 0px;
}

.sidebar_categories .accordion .card {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 15px
}

.sidebar_categories .accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background: 0 0
}

.sidebar_categories .accordion .card .card-header a {
    font-size: 14px;
    font-weight: 400;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_categories .accordion .card .card-header a img {
    margin-right: 5px
}

.sidebar_categories .accordion .card .card-body {
    padding: 0
}

.sidebar_categories .accordion .card .card-body .sidebar_categories_list {
    padding-left: 0px
}

.sidebar_categories .accordion .card .card-body .sidebar_categories_list li {
    margin-top: 8px
}

.sidebar_categories .accordion .card .card-body .sidebar_categories_list li a {
    font-size: 14px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_categories .accordion .card .card-body .sidebar_categories_list li a:hover {
    color: #fc9615
}

.sidebar_price_range {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px
}

.sidebar_price_range .price_range_content {
    padding-bottom: 15px
}

.sidebar_price_range .range-slider .irs-min,
.sidebar_price_range .range-slider .irs-max,
.sidebar_price_range .range-slider .irs-from,
.sidebar_price_range .range-slider .irs-to,
.sidebar_price_range .range-slider .irs-single {
    display: none
}

.sidebar_price_range .range-slider .irs-line {
    background-color: rgba(94, 109, 119, .15);
    width: 100%;
    height: 10px;
    border-radius: 50px
}

.sidebar_price_range .range-slider .irs-bar {
    height: 10px;
    background-color: #463ce5
}

.sidebar_price_range .range-slider .irs-handle {
    height: 20px;
    width: 20px;
    border: 0;
    background-color: #fc9615;
    top: 30px;
    cursor: pointer
}

.sidebar_price_range .extra-controls {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px
}

.sidebar_price_range .extra-controls .js-input-from,
.sidebar_price_range .extra-controls .js-input-to {
    width: 50%;
    border: 0;
    background: 0 0;
    font-size: 16px;
    color: #6d7588
}

.sidebar_price_range .extra-controls .js-input-to {
    /* text-align: right */
}

.sidebar_discount {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px
}

.sidebar_discount .discount_content {
    padding-bottom: 10px;
    padding-top: 5px
}

.sidebar_discount .discount_content .discount_radio li {
    margin-top: 10px
}

.sidebar_discount .discount_content .discount_radio li input[type=radio] {
    display: none
}

.sidebar_discount .discount_content .discount_radio li input[type=radio]+label {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #6d7588;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_discount .discount_content .discount_radio li input[type=radio]+label::before {
    position: absolute;
    content: '';
    background: 0 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    top: 0;
    left: 0;
    border: 3px solid #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_discount .discount_content .discount_radio li input[type=radio]:checked+label {
    border-color: #fc9615
}

.sidebar_discount .discount_content .discount_radio li input[type=radio]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615
}

.sidebar_discount .discount_content .discount_radio li span {
    font-size: 14px;
    color: #6d7588
}

.sidebar_rating {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px
}

.sidebar_rating .rating_content {
    padding-top: 5px;
    padding-bottom: 10px
}

.sidebar_rating .rating_content .rating_checkbox li {
    margin-top: 10px;
    position: relative
}

.sidebar_rating .rating_content .rating_checkbox li input[type=checkbox] {
    display: none
}

.sidebar_rating .rating_content .rating_checkbox li input[type=checkbox]+label {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #6d7588;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_rating .rating_content .rating_checkbox li input[type=checkbox]+label::before {
    position: absolute;
    content: '';
    background: 0 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    top: 0;
    left: 0;
    border: 3px solid #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_rating .rating_content .rating_checkbox li input[type=checkbox]:checked+label {
    border-color: #fc9615
}

.sidebar_rating .rating_content .rating_checkbox li input[type=checkbox]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615
}

.sidebar_rating .rating_content .rating_checkbox li span i {
    font-size: 14px;
    color: #ffab53
}

.sidebar_rating .rating_content .rating_checkbox li .count {
    font-size: 14px;
    color: #6d7588;
    position: absolute;
    top: 0;
    right: 0
}

.product_select .nice-select {
    float: none;
    height: 50px;
    line-height: 40px;
    padding: 0 10px;
    width: 200px;
    border: 1px solid #fc9615;
    margin-left: 0px;
    margin-top: 10px
}

.product_select .nice-select:nth-of-type(1) {
    margin-left: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_select .nice-select {
        padding: 0 15px;
        width: 185px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product_select .nice-select {
        padding: 0 15px;
        width: 185px
    }
}

@media(max-width:767px) {
    .product_select .nice-select {
        padding: 0 15px;
        padding-right: 40px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product_select .nice-select {
        padding: 0 15px;
        padding-right: 30px;
        width: 32%;
        margin-left: 10px
    }
}

.product_select .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_select .nice-select::after {
        right: 15px
    }
}

@media(max-width:767px) {
    .product_select .nice-select::after {
        font-size: 15px
    }
}

.product_select .nice-select .current {
    font-size: 16px;
    color: #6d7588;
    line-height: 48px
}

@media(max-width:767px) {
    .product_select .nice-select .current {
        font-size: 14px;
        line-height: 38px
    }
}

.product_select .nice-select .list {
    width: 100%
}

.product_select .nice-select .list .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px
}

.product_tab_menu .nav .nav-item+.nav-item {
    margin-left: 30px
}

.product_tab_menu {
    background-color: #fc9615;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    padding: 5px 10px;
    border-radius: 6px;
}

.product_tab_menu .nav .nav-item a {
    font-size: 26px;
    color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(106, 209, 151,0.4);
    padding: 0px 10px;
    border-radius: 5px;
    color:#fc9615 !important;
}

@media(max-width:767px) {
    .product_tab_menu .nav .nav-item a {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product_tab_menu .nav .nav-item a {
        font-size: 26px
    }
}

.product_tab_menu .nav .nav-item a.active {
    color: #fc9615;
    background-color: #fff;
}

.product_details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px
}

.product_image .tab-pane {
    position: relative
}

.product_image .tab-pane .sticker {
    position: absolute;
    top: 20px;
    left: 20px
}

.product_image .tab-pane .sticker li {
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius:0 8px 8px 0;
    background-color: #fc9615;
    display: inline-block;
    border: 2px solid #fff;
}

.product_image .tab-pane .sticker li {
    margin-left: -40px
}

.product_image .tab-pane .sticker li:nth-child(3n+1) {
    background-color: #fc9615
}

.product_image .tab-pane .sticker li:nth-child(3n+2) {
    background-color: #463ce5
}

.product_image .tab-pane .sticker li:nth-child(3n+3) {
    background-color: #fc9615
}

.product_image img {
    width: 100%;
    border-radius: 10px
}

.product_image .nav {
    margin-left: -10px;
    margin-right: -10px
}

.product_image .nav .nav-item {
    width: 25%;
    margin-top: 20px;
    padding: 0 10px
}

@media(max-width:767px) {
    .product_image .nav .nav-item {
        width: 50%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product_image .nav .nav-item {
        width: 25%
    }
}

.product_image .nav .nav-item a {
    display: block
}

.product_image .nav .nav-item a img {
    width: 100%
}

.product_details_meta {
    padding-top: 25px
}

.product_details_meta .product_price {
    padding-top: 10px
}

.product_details_meta .product_price .price {
    font-size: 50px;
    font-weight: 700;
    color: #463ce5;
    line-height: 55px
}

@media(max-width:767px) {
    .product_details_meta .product_price .price {
        font-size: 36px;
        line-height: 40px
    }
}

.product_details_meta .product_price p {
    display: inline-block;
    margin-left: 10px
}

.product_details_meta .product_date {
    padding-top: 15px
}

.product_details_meta .product_date .meta li {
    display: inline-block;
    font-size: 16px;
    color: #6d7588
}

.product_details_meta .product_date .meta li+li {
    margin-left: 30px
}

@media(max-width:767px) {
    .product_details_meta .product_date .meta li+li {
        margin-left: 0;
        margin-top: 8px
    }
}

.product_details_meta .product_date .meta li i {
    margin-right: 10px
}

.product_details_meta .product_date .meta li a {
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

.product_details_meta .product_date .meta li a+a {
    margin-left: 20px
}

.product_details_meta .product_date .meta li a+a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6d7588;
    left: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_details_title {
    padding-top: 10px
}

.product_details_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #3c4559;
    border-bottom: 1px solid rgba(210, 210, 210, .4);
    position: relative;
    padding: 10px 0
}

.product_details_title .title::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fc9615;
    border-radius: 0 10px 10px 0;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_details_title .title::before {
        left: -15px
    }
}

.product_details_features .details_features_wrapper {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px
}

.product_details_features .details_features_wrapper .single_features {
    background-color: rgba(188, 193, 206, .15);
    padding: 7px 10px;
    margin: 10px 5px 0;
    border-radius: 6px;
    border:2px solid #fc9615;
}

.product_details_features .details_features_wrapper .single_features .features_title {
    font-size: 14px;
    color: #3c4559;
    line-height: 24px;
    font-weight: 400
}

.product_details_features .details_features_wrapper .single_features p {
    font-size: 14px;
    color: #6d7588;
    display: inline-block;
    line-height: 24px;
    margin-left: 10px
}

.product_details_description {
    padding-top: 15px
}

.product_details_description p {
    margin-top: 20px
}

.product_rating {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 25px
}

.product_rating .product_rating_top_bar {
    position: relative
}

.product_rating .product_rating_top_bar .product_rating_star {
    position: absolute;
    bottom: 10px;
    right: 0
}

.product_rating .product_rating_top_bar .product_rating_star ul li {
    font-size: 16px;
    color: #ffc400;
    display: inline-block
}

.single_rating_author .rating_author .author_image img {
    border-radius: 50%;
    border:2px dashed #fc9615;
    padding: 3px;
}

.single_rating_author .rating_author .author_content {
    padding-left: 30px;
    position: relative
}

@media(max-width:767px) {
    .single_rating_author .rating_author .author_content {
        padding-left: 20px
    }
}

.single_rating_author .rating_author .author_content .author_name {
    font-size: 20px;
    font-weight: 700;
    color: #3c4559
}

@media(max-width:767px) {
    .single_rating_author .rating_author .author_content .author_name {
        font-size: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_rating_author .rating_author .author_content .author_name {
        font-size: 20px
    }
}

.single_rating_author .rating_author .author_content .date {
    font-size: 16px;
    color: #6d7588;
    margin-top: 5px
}

.single_rating_author .rating_author .author_content .rating_star {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .single_rating_author .rating_author .author_content .rating_star {
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_rating_author .rating_author .author_content .rating_star {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.single_rating_author .rating_author .author_content .rating_star li {
    font-size: 16px;
    color: #ffc400;
    display: inline-block
}

.single_rating_author .rating_description {
    padding-top: 15px
}

.product_rating_form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 25px
}

.product_rating_form .product_rating_form_wrapper {
    margin-left: -10px;
    margin-right: -10px
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper {
    width: 30%;
    padding: 0 10px
}

@media(max-width:767px) {
    .product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper {
        width: 100%
    }
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating {
    padding: 0px 25px
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating p {
    font-size: 16px;
    color: #6d7588
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating p i {
    margin-right: 8px
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li {
    margin-top: 10px;
    position: relative
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li input[type=radio] {
    display: none
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li input[type=radio]+label {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #6d7588;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li input[type=radio]+label::before {
    position: absolute;
    content: '';
    background: 0 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    top: 0;
    left: 0;
    border: 3px solid #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li input[type=radio]:checked+label {
    border-color: #fc9615
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li input[type=radio]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615
}

.product_rating_form .product_rating_form_wrapper .product_details_rating_wrapper .product_details_rating .rating_radio li span i {
    font-size: 16px;
    color: #ffab53
}

.product_rating_form .product_rating_form_wrapper .product_details_form {
    width: 70%;
    padding: 0 10px
}

@media(max-width:767px) {
    .product_rating_form .product_rating_form_wrapper .product_details_form {
        width: 100%
    }
}

.product_rating_form .product_rating_form_wrapper .product_details_form .single_form {
    margin-top: 20px;
    position: relative
}

.product_rating_form .product_rating_form_wrapper .product_details_form .single_form textarea,
.product_rating_form .product_rating_form_wrapper .product_details_form .single_form input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid #bcc1ce
}

.product_rating_form .product_rating_form_wrapper .product_details_form .single_form i {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 16px;
    color: #6d7588
}

.product_rating_form .product_rating_form_wrapper .product_details_form .single_form textarea {
    resize: none;
    padding: 0 25px;
    padding-top: 15px;
    height: 175px
}

.related_product {
    position: relative
}

.related_product .related_product_btn {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:767px) {
    .related_product .related_product_btn {
        position: relative;
        margin-top: 50px;
        text-align: center
    }
}

.product_sidebar_owner {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_owner {
        padding: 0 15px 25px
    }
}

.product_sidebar_owner .product_owner_wrapper .author_image img {
    width: 80px;
    border-radius: 50%;
    border:2px dashed #fc9615;
    padding: 3px;

}

.product_sidebar_owner .product_owner_wrapper .owner_author .author_content {
    padding-left: 15px
}

.product_sidebar_owner .product_owner_wrapper .owner_author .author_content .author_name {
    font-size: 18px;
    font-weight: 500;
    color: #3c4559
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_owner .product_owner_wrapper .owner_author .author_content .author_name {
        font-size: 16px
    }
}

.product_sidebar_owner .product_owner_wrapper .owner_author .author_content p {
    color: #6d7588;
    font-size: 14px;
    margin-top: 5px
}

.product_sidebar_owner .product_owner_wrapper .owner_address {
    padding-top: 20px
}

.product_sidebar_owner .product_owner_wrapper .owner_address .address_icon i {
    color: #3c4559
}
.product_sidebar_owner .product_owner_wrapper .store_icon i {
    color: #3c4559
}

.product_sidebar_owner .product_owner_wrapper .owner_address .address_content {
    padding-left: 20px
}

.product_sidebar_owner .product_owner_wrapper .owner_address .address_content p {
    font-size: 14px;
    color: #6d7588
}

.product_sidebar_owner .product_owner_wrapper  .store_content {
    padding-left: 20px
}

.product_sidebar_owner .product_owner_wrapper .store_content p {
    font-size: 14px;
    color: #6d7588
}

.product_sidebar_owner .product_owner_wrapper .store_content a {
    font-size: 14px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.product_sidebar_owner .product_owner_wrapper .owner_address .address_content a {
    font-size: 14px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-top: 10px
}

.product_sidebar_owner .product_owner_wrapper .owner_address .address_content a:hover {
    color: #fc9615
}

.product_sidebar_owner .product_owner_wrapper .store_content  a:hover {
    color: #fc9615
}

.product_sidebar_owner .product_owner_wrapper .owner_call {
    padding-top: 15px
}

.product_sidebar_owner .product_owner_wrapper .owner_call .main-btn {
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_owner .product_owner_wrapper .owner_call .main-btn {
        font-size: 14px;
        padding: 0 15px
    }
}

.product_sidebar_owner .product_owner_wrapper .owner_call .main-btn i {
    margin-right: 5px
}

.product_sidebar_contact {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_contact {
        padding: 0 15px 25px
    }
}

.product_sidebar_contact .sidebar_contact_form .single_form {
    margin-top: 20px
}

.product_sidebar_contact .sidebar_contact_form .single_form textarea,
.product_sidebar_contact .sidebar_contact_form .single_form input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #bcc1ce;
    color: #6d7588;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product_sidebar_contact .sidebar_contact_form .single_form textarea:focus,
.product_sidebar_contact .sidebar_contact_form .single_form input:focus {
    border-color: #fc9615
}

.product_sidebar_contact .sidebar_contact_form .single_form textarea {
    resize: none;
    height: 100px;
    padding-top: 10px
}

.product_sidebar_contact .sidebar_contact_form .single_form .main-btn {
    width: 100%
}

.product_sidebar_contact .sidebar_contact_form .single_form .main-btn i {
    margin-right: 8px
}

.product_sidebar_action {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_action {
        padding: 0 15px 25px
    }
}

.product_sidebar_action .sidebar_action_items .single_action {
    margin-top: 20px
}

.product_sidebar_action .sidebar_action_items .single_action a {
    text-align: center
}

.product_sidebar_action .sidebar_action_items .single_action a i {
    font-size: 20px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product_sidebar_action .sidebar_action_items .single_action a span {
    font-size: 14px;
    color: #6d7588;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.product_sidebar_action .sidebar_action_items .single_action a:hover i {
    color: #fc9615
}

.product_sidebar_action .sidebar_action_items .single_action a:hover span {
    color: #fc9615
}

.product_sidebar_map {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_map {
        padding: 0 15px 25px
    }
}

.product_sidebar_map .gmap_canvas {
    margin-top: 20px
}

.product_sidebar_map .gmap_canvas iframe {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 0
}

.product_sidebar_tips {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product_sidebar_tips {
        padding: 0 15px 25px
    }
}

.product_sidebar_tips .sidebar_tips .tips_list li {
    position: relative;
    font-size: 14px;
    color: #6d7588;
    margin-top: 15px;
}

.product_sidebar_tips .sidebar_tips .tips_list li span {
    width: 18px;
    height: 18px;
    border: 1px solid #5e6d77;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0
}

.product_sidebar_tips .sidebar_tips .tips_list li span::before {
    width: 100%;
    height: 100%;
    border: 3px solid #5e6d77;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    border-radius: 50%
}

.blog_details {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px
}

.blog_details .blog_details_image {
    position: relative
}

.blog_details .blog_details_image .sticker {
    position: absolute;
    top: 20px;
    left: 20px
}

.blog_details .blog_details_image .sticker li {
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius:0  6px  6px 0;
    background-color: #463ce5;
    display: inline-block;
    border:2px solid #fff;
}

.blog_details .blog_details_image .sticker li {
    margin-left: -40px;
}

.blog_details .blog_details_image .sticker li:nth-child(3n+1) {
    background-color: #463ce5
}

.blog_details .blog_details_image .sticker li:nth-child(3n+2) {
    background-color: #463ce5
}

.blog_details .blog_details_image .sticker li:nth-child(3n+3) {
    background-color: #fc9615
}

.blog_details .blog_details_image img {
    width: 100%;
    border-radius: 10px
}

.blog_details .blog_details_image p {
    font-size: 14px;
    color: #6d7588;
    margin-top: 10px;
    text-align: center
}

.blog_details .blog_details_image p a {
    color: #6d7588
}

.blog_details .blog_details_content {
    margin-top: 25px
}

.blog_details .blog_details_content .title {
    font-size: 28px;
    font-weight: 700
}

@media(max-width:767px) {
    .blog_details .blog_details_content .title {
        font-size: 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_details .blog_details_content .title {
        font-size: 28px
    }
}

.blog_details .blog_details_content .blog_date {
    padding-top: 15px
}

.blog_details .blog_details_content .blog_date .meta li {
    display: inline-block;
    font-size: 14px;
    color: #6d7588;
    text-transform: uppercase
}

.blog_details .blog_details_content .blog_date .meta li+li {
    margin-left: 30px
}

@media(max-width:767px) {
    .blog_details .blog_details_content .blog_date .meta li+li {
        margin-left: 0;
        margin-top: 8px
    }
}

.blog_details .blog_details_content .blog_date .meta li i {
    margin-right: 10px
}

.blog_details .blog_details_content .blog_date .meta li a {
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative
}

.blog_details .blog_details_content .blog_date .meta li a+a {
    margin-left: 20px
}

.blog_details .blog_details_content .blog_date .meta li a+a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6d7588;
    left: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog_details .blog_details_content p {
    margin-top: 20px
}

.blog_details .blog_details_content .title_2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px
}

@media(max-width:767px) {
    .blog_details .blog_details_content .title_2 {
        font-size: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_details .blog_details_content .title_2 {
        font-size: 24px
    }
}

.blockquote {
    padding: 50px 70px
}

@media(max-width:767px) {
    .blockquote {
        padding: 20px
    }
}

@media(max-width:767px) {
    .blockquote {
        padding: 20px 40px
    }
}

.blockquote p {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: #3c4559;
    line-height: 46px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blockquote p {
        font-size: 26px;
        line-height: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blockquote p {
        font-size: 26px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .blockquote p {
        font-size: 18px;
        line-height: 30px
    }
}

.blockquote .name {
    font-size: 22px;
    font-weight: 400;
    padding-left: 100px;
    position: relative;
    color: #3c4559;
    margin-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blockquote .name {
        font-size: 26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blockquote .name {
        font-size: 26px
    }
}

@media(max-width:767px) {
    .blockquote .name {
        font-size: 18px;
        padding-left: 60px
    }
}

.blockquote .name::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #fc9615;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .blockquote .name::before {
        width: 40px
    }
}

.blog_details_tips .title {
    font-size: 30px;
    font-weight: 700
}

@media(max-width:767px) {
    .blog_details_tips .title {
        font-size: 20px
    }
}

.blog_details_tips .tips_list li {
    position: relative;
    margin-top: 25px;
    color: #6d7588;
    font-size: 16px;
    padding-left: 35px
}

@media(max-width:767px) {
    .blog_details_tips .tips_list li {
        padding-left: 28px
    }
}

.blog_details_tips .tips_list li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 14px
}

@media(max-width:767px) {
    .blog_details_tips .tips_list li i {
        top: 5px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px
    }
}

.blog_details_tips .tips_list li:nth-child(3n+1) i {
    background-color: #463ce5
}

.blog_details_tips .tips_list li:nth-child(3n+2) i {
    background-color: #fc9615
}

.blog_details_tips .tips_list li:nth-child(3n+3) i {
    background-color: #00d1c1
}

.blog_details_title {
    padding-top: 10px
}

.blog_details_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #3c4559;
    border-bottom: 1px solid rgba(210, 210, 210, .4);
    position: relative;
    padding: 10px 0
}

.blog_details_title .title::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fc9615;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog_details_title .title::before {
        left: -15px
    }
}

.blog_details_tag {
    padding-top: 30px
}

.blog_details_tag .details_tag {
    padding-top: 10px
}

.blog_details_tag .details_tag .tags li {
    margin-top: 10px;
    display: inline-block
}

.blog_details_tag .details_tag .tags li+li {
    margin-left: 10px
}

.blog_details_tag .details_tag .tags li a {
    font-size: 16px;
    font-weight: 400;
    color: #3c4559;
    background-color: rgba(188, 193, 206, .15);
    padding: 6px 15px;
    border-radius: 50px;
}

.blog_details_tag .details_tag .tags li a:hover{
    background-color: #fc9615;
    color: #ffffff;
}

.blog_details_comment {
    padding: 0 20px 20px;
    background-color: #fff;
    border-radius: 10px
}

.blog_details_comment .details_comment .comment li .single_comment {
    margin-top: 30px
}

.blog_details_comment .details_comment .comment li .single_comment .comment_author img {
    border-radius: 50%;
    border:2px dashed #fc9615;
    padding: 3px;
}

.blog_details_comment .details_comment .comment li .single_comment .comment_content {
    padding-left: 30px
}

@media(max-width:767px) {
    .blog_details_comment .details_comment .comment li .single_comment .comment_content {
        padding-left: 0;
        padding-top: 25px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .blog_details_comment .details_comment .comment li .single_comment .comment_content {
        padding-left: 30px;
        padding-top: 0
    }
}

.blog_details_comment .details_comment .comment li .single_comment .comment_content .title {
    font-size: 20px;
    font-weight: 700
}

.blog_details_comment .details_comment .comment li .single_comment .comment_content .date {
    font-size: 14px;
    margin-top: 5px
}

.blog_details_comment .details_comment .comment li .single_comment .comment_content p {
    margin-top: 15px
}

.blog_details_comment .details_comment .comment li .single_comment .comment_content .replay {
    font-size: 14px;
    color: #fc9615;
    margin-top: 15px
}

.blog_details_comment .details_comment .comment li .comment_replay {
    padding-left: 110px
}

@media(max-width:767px) {
    .blog_details_comment .details_comment .comment li .comment_replay {
        padding-left: 0
    }
}

.blog_details_form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 25px
}

.blog_details_form .single_form {
    margin-top: 20px;
    position: relative
}

.blog_details_form .single_form textarea,
.blog_details_form .single_form input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid #bcc1ce;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog_details_form .single_form textarea:focus,
.blog_details_form .single_form input:focus {
    border-color: #fc9615
}

.blog_details_form .single_form i {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 16px;
    color: #6d7588
}

.blog_details_form .single_form textarea {
    resize: none;
    padding: 0 25px;
    padding-top: 15px;
    height: 175px
}

.sidebar_search {
    background-color: #fff;
    padding: 0 20px 25px;
    border-radius: 10px
}

.sidebar_search .search_form {
    position: relative;
    margin-top: 20px
}

.sidebar_search .search_form input {
    height: 50px;
    width: 100%;
    border: 1px solid #bcc1ce;
    border-radius: 5px;
    padding: 0 15px;
    color: #6d7588
}

.sidebar_search .search_form button {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 32px;
    width: 32px;
    border: 0;
    background: 0 0;
    padding: 0;
    color: #6d7588
}

.blog_sidebar_categories {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .blog_sidebar_categories {
        padding: 10px 15px
    }
}

.blog_sidebar_categories .sidebar_categories_content {
    padding: 15px 0
}

.blog_sidebar_categories .accordion .card {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin-top: 15px
}

.blog_sidebar_categories .accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background: 0 0
}

.blog_sidebar_categories a {
    font-size: 14px;
    font-weight: 400;
    color: #6d7588;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.blog_sidebar_categories a:hover{
    color:#fc9615;
}

.blog_sidebar_categories .accordion .card .card-header a img {
    margin-right: 5px
}

.blog_sidebar_categories .accordion .card .card-body {
    padding: 0
}

.blog_sidebar_categories .accordion .card .card-body .sidebar_categories_list {
    padding-left: 30px
}

.blog_sidebar_categories .accordion .card .card-body .sidebar_categories_list li {
    margin-top: 8px
}

.blog_sidebar_categories .accordion .card .card-body .sidebar_categories_list li a {
    font-size: 14px;
    color: #6d7588;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.blog_sidebar_categories .accordion .card .card-body .sidebar_categories_list li a:hover {
    color: #fc9615;
}

.sidebar_post {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px;
}

.sidebar_post .blog_post .single_post .post_thum img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center
}

.sidebar_post .blog_post .single_post .post_content {
    padding-left: 15px;
}

.sidebar_post .blog_post .single_post .post_content .title a {
    font-size: 14px;
    font-weight: 500;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sidebar_post .blog_post .single_post .post_content .title a:hover {
    color: #fc9615;
}

.profile_user {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px
}

.profile_user .user_author {
    border:2px solid #fc9615;
    padding: 10px;
    border-radius: 10px;
}

.profile_user .user_author .author img {
    border-radius: 50%;
    background: #fc9615;
    border:2px dashed #fff;
    padding: 2px;
    width: 70px;
}

.profile_user .user_author .user_content {
    padding-left: 15px
}

.profile_user .user_author .user_content .author_name {
    font-size: 18px;
    font-weight: 600;
    color: #3c4559
}

.profile_user .user_author .user_content p {
    color: #3c4559;
    font-size: 14px
}

.profile_user .user_list li {
    margin-top: 15px
}

.profile_user .user_list li a {
    font-size: 16px;
    color: #3c4559;
    position: relative;
    padding: 10px 0
}

.profile_user .user_list li a::before {
    position: absolute;
    content: '';
    top: 20px;
    left: -20px;
    width: 12px;
    height: 4px;
    border-radius: 0px 10px 10px 0px;
    background-color: #fc9615;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.profile_user .user_list li a i {
    margin-right: 8px
}

.profile_user .user_list li a.active,
.profile_user .user_list li a:hover {
    color: #fc9615
}

.profile_user .user_list li a.active::before,
.profile_user .user_list li a:hover::before {
    opacity: 1
}

.post_title {
    padding-top: 10px
}

.post_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #3c4559;
    border-bottom: 1px solid rgba(210, 210, 210, .4);
    position: relative;
    padding: 10px 0
}

.post_title .title::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fc9615;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .post_title .title::before {
        left: -15px
    }
}

.account_delete,
.order_details_form,
.sidebar_post_form,
.post_form {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.account_delete .single_form,
.order_details_form .single_form,
.sidebar_post_form .single_form,
.post_form .single_form {
    margin-top: 20px
}

.account_delete .single_form ul li,
.order_details_form .single_form ul li,
.sidebar_post_form .single_form ul li,
.post_form .single_form ul li {
    display: inline-block
}

.account_delete .single_form ul li+li,
.order_details_form .single_form ul li+li,
.sidebar_post_form .single_form ul li+li,
.post_form .single_form ul li+li {
    margin-left: 15px
}

.account_delete .single_form textarea,
.account_delete .single_form input,
.order_details_form .single_form textarea,
.order_details_form .single_form input,
.sidebar_post_form .single_form textarea,
.sidebar_post_form .single_form input,
.post_form .single_form textarea,
.post_form .single_form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #bcc1ce;
    color: #6d7588;
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.account_delete .single_form textarea::placeholder,
.account_delete .single_form input::placeholder,
.order_details_form .single_form textarea::placeholder,
.order_details_form .single_form input::placeholder,
.sidebar_post_form .single_form textarea::placeholder,
.sidebar_post_form .single_form input::placeholder,
.post_form .single_form textarea::placeholder,
.post_form .single_form input::placeholder {
    opacity: 1;
    color: #6d7588
}

.account_delete .single_form textarea::-moz-placeholder,
.account_delete .single_form input::-moz-placeholder,
.order_details_form .single_form textarea::-moz-placeholder,
.order_details_form .single_form input::-moz-placeholder,
.sidebar_post_form .single_form textarea::-moz-placeholder,
.sidebar_post_form .single_form input::-moz-placeholder,
.post_form .single_form textarea::-moz-placeholder,
.post_form .single_form input::-moz-placeholder {
    opacity: 1;
    color: #6d7588
}

.account_delete .single_form textarea::-moz-placeholder,
.account_delete .single_form input::-moz-placeholder,
.order_details_form .single_form textarea::-moz-placeholder,
.order_details_form .single_form input::-moz-placeholder,
.sidebar_post_form .single_form textarea::-moz-placeholder,
.sidebar_post_form .single_form input::-moz-placeholder,
.post_form .single_form textarea::-moz-placeholder,
.post_form .single_form input::-moz-placeholder {
    opacity: 1;
    color: #6d7588
}

.account_delete .single_form textarea::-webkit-input-placeholder,
.account_delete .single_form input::-webkit-input-placeholder,
.order_details_form .single_form textarea::-webkit-input-placeholder,
.order_details_form .single_form input::-webkit-input-placeholder,
.sidebar_post_form .single_form textarea::-webkit-input-placeholder,
.sidebar_post_form .single_form input::-webkit-input-placeholder,
.post_form .single_form textarea::-webkit-input-placeholder,
.post_form .single_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #6d7588
}

.account_delete .single_form textarea:focus,
.account_delete .single_form input:focus,
.order_details_form .single_form textarea:focus,
.order_details_form .single_form input:focus,
.sidebar_post_form .single_form textarea:focus,
.sidebar_post_form .single_form input:focus,
.post_form .single_form textarea:focus,
.post_form .single_form input:focus {
    border-color: #fc9615
}

.account_delete .single_form textarea,
.order_details_form .single_form textarea,
.sidebar_post_form .single_form textarea,
.post_form .single_form textarea {
    resize: none;
    height: 180px;
    padding-top: 10px
}

.account_delete .single_form .nice-select,
.order_details_form .single_form .nice-select,
.sidebar_post_form .single_form .nice-select,
.post_form .single_form .nice-select {
    float: none;
    height: 50px;
    line-height: 50px;
    border-color: #bcc1ce
}

.account_delete .single_form .nice-select.open,
.order_details_form .single_form .nice-select.open,
.sidebar_post_form .single_form .nice-select.open,
.post_form .single_form .nice-select.open {
    border-color: #fc9615
}

.account_delete .single_form .nice-select::after,
.order_details_form .single_form .nice-select::after,
.sidebar_post_form .single_form .nice-select::after,
.post_form .single_form .nice-select::after {
    width: 8px;
    height: 8px;
    border-color: #bcc1ce
}

.account_delete .single_form .nice-select .current,
.order_details_form .single_form .nice-select .current,
.sidebar_post_form .single_form .nice-select .current,
.post_form .single_form .nice-select .current {
    line-height: 40px;
    font-size: 16px;
    color: #6d7588
}

.account_delete .single_form .nice-select .list,
.order_details_form .single_form .nice-select .list,
.sidebar_post_form .single_form .nice-select .list,
.post_form .single_form .nice-select .list {
    width: 100%;
    border-radius: 3px
}

.account_delete .single_form .nice-select .list .option,
.order_details_form .single_form .nice-select .list .option,
.sidebar_post_form .single_form .nice-select .list .option,
.post_form .single_form .nice-select .list .option {
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    margin-left: 0
}

.account_delete .single_form input[type=radio],
.account_delete .single_form input[type=checkbox],
.order_details_form .single_form input[type=radio],
.order_details_form .single_form input[type=checkbox],
.sidebar_post_form .single_form input[type=radio],
.sidebar_post_form .single_form input[type=checkbox],
.post_form .single_form input[type=radio],
.post_form .single_form input[type=checkbox] {
    display: none
}

.account_delete .single_form input[type=radio]+label,
.account_delete .single_form input[type=checkbox]+label,
.order_details_form .single_form input[type=radio]+label,
.order_details_form .single_form input[type=checkbox]+label,
.sidebar_post_form .single_form input[type=radio]+label,
.sidebar_post_form .single_form input[type=checkbox]+label,
.post_form .single_form input[type=radio]+label,
.post_form .single_form input[type=checkbox]+label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fc9615;
    border-radius: 3px
}

.account_delete .single_form input[type=radio]+label::before,
.account_delete .single_form input[type=checkbox]+label::before,
.order_details_form .single_form input[type=radio]+label::before,
.order_details_form .single_form input[type=checkbox]+label::before,
.sidebar_post_form .single_form input[type=radio]+label::before,
.sidebar_post_form .single_form input[type=checkbox]+label::before,
.post_form .single_form input[type=radio]+label::before,
.post_form .single_form input[type=checkbox]+label::before {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    background: 0 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
    font-size: 14px
}

.account_delete .single_form input[type=radio]:checked+label,
.account_delete .single_form input[type=checkbox]:checked+label,
.order_details_form .single_form input[type=radio]:checked+label,
.order_details_form .single_form input[type=checkbox]:checked+label,
.sidebar_post_form .single_form input[type=radio]:checked+label,
.sidebar_post_form .single_form input[type=checkbox]:checked+label,
.post_form .single_form input[type=radio]:checked+label,
.post_form .single_form input[type=checkbox]:checked+label {
    border-color: #fc9615
}

.account_delete .single_form input[type=radio]:checked+label::before,
.account_delete .single_form input[type=checkbox]:checked+label::before,
.order_details_form .single_form input[type=radio]:checked+label::before,
.order_details_form .single_form input[type=checkbox]:checked+label::before,
.sidebar_post_form .single_form input[type=radio]:checked+label::before,
.sidebar_post_form .single_form input[type=checkbox]:checked+label::before,
.post_form .single_form input[type=radio]:checked+label::before,
.post_form .single_form input[type=checkbox]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.account_delete .single_form span,
.order_details_form .single_form span,
.sidebar_post_form .single_form span,
.post_form .single_form span {
    font-size: 14px;
    display: contents
}

.account_delete .single_form .main-btn,
.order_details_form .single_form .main-btn,
.sidebar_post_form .single_form .main-btn,
.post_form .single_form .main-btn {
    width: 100%
}

.account_delete .single_form .main-btn i,
.order_details_form .single_form .main-btn i,
.sidebar_post_form .single_form .main-btn i,
.post_form .single_form .main-btn i {
    margin-right: 8px
}

.account_delete .post_upload_file,
.order_details_form .post_upload_file,
.sidebar_post_form .post_upload_file,
.post_form .post_upload_file {
    margin-top: 20px
}

.account_delete .post_upload_file label,
.order_details_form .post_upload_file label,
.sidebar_post_form .post_upload_file label,
.post_form .post_upload_file label {
    display: block;
    text-align: center;
    padding: 30px;
    border: 2px dashed rgba(210, 210, 210, .7);
    border-radius: 10px
}

.account_delete .post_upload_file label span,
.order_details_form .post_upload_file label span,
.sidebar_post_form .post_upload_file label span,
.post_form .post_upload_file label span {
    display: block
}

.account_delete .post_upload_file label span:nth-of-type(1),
.order_details_form .post_upload_file label span:nth-of-type(1),
.sidebar_post_form .post_upload_file label span:nth-of-type(1),
.post_form .post_upload_file label span:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500;
    color: #6d7588
}

.account_delete .post_upload_file label span:nth-of-type(2),
.order_details_form .post_upload_file label span:nth-of-type(2),
.sidebar_post_form .post_upload_file label span:nth-of-type(2),
.post_form .post_upload_file label span:nth-of-type(2) {
    font-size: 14px;
    color: #6d7588;
    margin-top: 10px
}

.account_delete .post_upload_file label span:nth-of-type(3),
.order_details_form .post_upload_file label span:nth-of-type(3),
.sidebar_post_form .post_upload_file label span:nth-of-type(3),
.post_form .post_upload_file label span:nth-of-type(3) {
    display: inline-block;
    margin-top: 10px
}

.account_delete .post_upload_file label span:nth-of-type(4),
.order_details_form .post_upload_file label span:nth-of-type(4),
.sidebar_post_form .post_upload_file label span:nth-of-type(4),
.post_form .post_upload_file label span:nth-of-type(4) {
    color: #6d7588;
    font-size: 14px;
    margin-top: 15px
}

.account_delete .post_upload_file label input[type=file],
.order_details_form .post_upload_file label input[type=file],
.sidebar_post_form .post_upload_file label input[type=file],
.post_form .post_upload_file label input[type=file] {
    display: none
}

.dashboard_content {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.single_dashboard_box {
    margin-top: 30px;
    border:2px solid #fc9615;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_dashboard_box {
        display: block !important
    }
}

.single_dashboard_box .box_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    background-color: #fc9615;
    color: #fff;
    font-size: 20px
}

.single_dashboard_box .box_content {
    padding-left: 15px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_dashboard_box .box_content {
        padding-left: 0;
        padding-top: 15px
    }
}

.single_dashboard_box .box_content .title a {
    font-size: 18px;
    font-weight: 500;
    color: #3c4559;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_dashboard_box .box_content .title a {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .single_dashboard_box .box_content .title a {
        font-size: 16px
    }
}

.single_dashboard_box .box_content .title a:hover {
    color: #fc9615
}

.ads_table table {
    margin-bottom: 0
}

.ads_table table thead tr {
    border-top: 1px solid rgba(210, 210, 210, .7);
    border-bottom: 1px solid rgba(210, 210, 210, .7)
}

.ads_table table thead tr th {
    padding: 10px 0;
    vertical-align: middle;
    border: 0
}

.ads_table table thead tr th.checkbox {
    padding-right: 15px
}

.ads_table table thead tr th.photo {
    padding-right: 50px;
    padding-left: 10px
}

.ads_table table thead tr th.title {
    min-width: 145px
}

.ads_table table thead tr th.category {
    padding-right: 60px;
    padding-left: 10px
}

.ads_table table thead tr th.status {
    min-width: 90px
}

.ads_table table thead tr th.price {
    padding-right: 30px;
    padding-left: 10px
}

.ads_table table thead tr th.action {
    padding-right: 80px;
    padding-left: 10px
}

.ads_table table tbody tr {
    border-bottom: 1px solid rgba(210, 210, 210, .7)
}

.ads_table table tbody tr:last-child {
    border-bottom: 0
}

.ads_table table tbody tr td {
    padding: 15px 0;
    vertical-align: middle;
    border: 0
}

.ads_table .table_checkbox input[type=checkbox] {
    display: none
}

.ads_table .table_checkbox input[type=checkbox]+label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fc9615;
    border-radius: 3px
}

.ads_table .table_checkbox input[type=checkbox]+label::before {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    background: 0 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
    font-size: 14px
}

.ads_table .table_checkbox input[type=checkbox]:checked+label {
    border-color: #fc9615
}

.ads_table .table_checkbox input[type=checkbox]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.ads_table .table_photo img {
    width: 85px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.ads_table .table_title {
    padding-right: 10px
}

.ads_table .table_title .titles {
    font-size: 16px;
    font-weight: 500;
    color: #3c4559
}

.ads_table .table_title p {
    font-size: 14px;
    line-height: 20px
}

.ads_table .table_category p {
    color: #3c4559
}

.ads_table .table_status span {
    font-size: 14px;
    text-transform: uppercase;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #fff
}

.ads_table .table_status .active {
    background-color: #fc9615
}

.ads_table .table_status .inactive {
    background-color: #f4f5f7;
    color: #3c4559
}

.ads_table .table_status .sold {
    background-color: #3c4559
}

.ads_table .table_status .expired {
    background-color: #fc9209
}

.ads_table .table_status .deleted {
    background-color: #f91942
}

.ads_table .table_price span {
    font-size: 16px;
    font-weight: 500;
    color: #3c4559
}

.ads_table .table_action ul li {
    display: inline-block;
    margin: 0 5px
}

.ads_table .table_action ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #f4f5f7;
    font-size: 14px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: #fc9615
}

.ads_table .table_action ul li:hover:nth-child(1) a {
    background-color: #fc9615;
    color: #fff
}

.ads_table .table_action ul li:hover:nth-child(2) a {
    background-color: #3c4559;
    color: #fff
}

.ads_table .table_action ul li:hover:nth-child(3) a {
    background-color: #f91942;
    color: #fff
}

.my_ads {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.my_ads_menu .ads_menu {
    padding-top: 20px
}

.my_ads_menu .ads_menu li {
    display: inline-block;
    margin-top: 10px
}

.my_ads_menu .ads_menu li+li {
    margin-left: 10px
}

.my_ads_menu .ads_menu li a {
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    border: 1px solid rgba(210, 210, 210, .7);
    color: #fc9615;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
    font-size: 14px
}

.my_ads_menu .ads_menu li a.active,
.my_ads_menu .ads_menu li a:hover {
    background-color: #fc9615;
    color: #fff;
    border-color: #fc9615
}

.offers_messages_content {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.inbox_chat_wrapper {
    height: 500px;
    overflow-y: auto
}

.single_chat {
    margin-top: 20px
}

.single_chat .chat_author img {
    width: 70px;
    border-radius: 10px;
    padding: 3px;
    border:2px solid #fc9615;
}

.single_chat .chat_content {
    padding-left: 15px
}

.single_chat .chat_content .name {
    font-size: 16px;
    font-weight: 500;
    color: #3c4559
}

.single_chat .chat_content .sub_title {
    font-size: 14px;
    font-weight: 500;
    color: #fc9615
}

.single_chat.chat_online .chat_author {
    position: relative
}

.single_chat.chat_online .chat_author::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 7px;
    left: 7px;
    background-color: #fc9615
}

.inbox_massage_wrapper {
    height: 400px;
    overflow-y: auto
}

.incoming_msg {
    margin-top: 20px
}

.incoming_msg .incoming_msg_img img {
    width: 40px;
    border-radius: 50%
}

.incoming_msg .incoming_msg_content {
    padding-left: 10px
}

.incoming_msg .incoming_msg_content p {
    background-color: #f4f5f7;
    font-size: 14px;
    padding: 10px;
    width: 60%;
    border-radius: 10px;
}

@media(max-width:767px) {
    .incoming_msg .incoming_msg_content p {
        width: 90%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .incoming_msg .incoming_msg_content p {
        width: 60%
    }
}

.incoming_msg .incoming_msg_content span {
    font-size: 14px;
    margin-top: 5px;
    color: #6d7588
}

.outgoing_msg {
    margin-top: 20px
}

.outgoing_msg .outgoing_msg_content {
    display: inline-block;
    float: right;
    width: 60%
}

@media(max-width:767px) {
    .outgoing_msg .outgoing_msg_content {
        width: 90%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .outgoing_msg .outgoing_msg_content {
        width: 60%
    }
}

.outgoing_msg .outgoing_msg_content p {
    background-color: #fc9615;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}

.outgoing_msg .outgoing_msg_content span {
    font-size: 14px;
    margin-top: 5px;
    color: #6d7588
}

.massage_type {
    margin-top: 20px;
    position: relative
}

.massage_type textarea {
    width: 100%;
    height: 80px;
    resize: none;
    padding: 10px 15px 0;
    border: 1px solid #fc9615;
    padding-right: 60px;
    font-size: 14px;
    color: #6d7588;
    border-radius: 10px;
}

@media(max-width:767px) {
    .massage_type textarea {
        padding-right: 45px
    }
}

.massage_type button {
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    background-color: #fc9615;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px
}

@media(max-width:767px) {
    .massage_type button {
        width: 35px;
        height: 35px;
        font-size: 16px
    }
}

.payments_content {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.payments_title .title {
    font-size: 16px;
    font-weight: 700;
    color: #3c4559
}

.order_details_table {
    margin-top: 20px
}

.order_details_table table thead tr th {
    border-bottom: 0
}

.order_details_table table tbody tr td p {
    font-size: 14px
}

.order_details_table table tbody tr td .price {
    font-size: 16px;
    color: #3c4559
}

.order_details_table table tfoot tr td p {
    font-size: 14px
}

.order_details_table table tfoot tr td .price {
    font-size: 16px;
    color: #3c4559
}

.order_details_table .radio input[type=radio] {
    display: none
}

.order_details_table .radio input[type=radio]+label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fc9615;
    border-radius: 3px
}

.order_details_table .radio input[type=radio]+label::before {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    background: 0 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
    font-size: 14px
}

.order_details_table .radio input[type=radio]:checked+label {
    border-color: #fc9615
}

.order_details_table .radio input[type=radio]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.order_details_table .radio span {
    font-size: 16px;
    color: #3c4559
}

.order_details_form {
    padding: 0
}

.order_details_form .form_table table {
    margin-bottom: 0
}

.order_details_form .form_table table tbody tr th {
    font-size: 16px;
    text-transform: uppercase;
    color: #3c4559;
    vertical-align: middle;
    border-top: 0;
    padding: 0
}

.order_details_form .form_table table tbody tr td {
    font-size: 30px;
    text-align: right;
    color: #3c4559;
    vertical-align: middle;
    border-top: 0;
    padding: 0
}

.order_details_form .details_form {
    border: 1px solid rgba(210, 210, 210, .7);
    border-radius: 10px;
    padding: 15px 30px 30px;
    margin-top: 20px
}

.privacy_setting_content {
    background-color: #fff;
    padding: 0 20px 20px;
    border-radius: 10px
}

.privacy_title .title {
    font-size: 16px;
    font-weight: 700;
    color: #3c4559
}

.privacy_list_wrapper {
    padding: 15px 20px 20px;
    border: 1px solid rgba(210, 210, 210, .7);
    border-radius: 10px;
    margin-top: 20px
}

.privacy_list_wrapper ul li {
    margin-top: 5px
}

.privacy_list_wrapper .main-btn {
    margin-top: 30px;
    height: 40px;
    line-height: 35px
}

.single_privacy_list {
    position: relative
}

.single_privacy_list .list_checkbox {
    position: absolute;
    top: -2px;
    left: 0
}

.single_privacy_list .list_checkbox input[type=checkbox] {
    display: none
}

.single_privacy_list .list_checkbox input[type=checkbox]+label {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fc9615;
    border-radius: 3px
}

.single_privacy_list .list_checkbox input[type=checkbox]+label::before {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    background: 0 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
    font-size: 12px
}

.single_privacy_list .list_checkbox input[type=checkbox]:checked+label {
    border-color: #fc9615
}

.single_privacy_list .list_checkbox input[type=checkbox]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.single_privacy_list .list_content {
    padding-left: 25px
}

.single_privacy_list .list_content p {
    font-size: 14px
}

.account_delete {
    padding: 15px 20px 20px;
    border: 1px solid rgba(210, 210, 210, .7);
    border-radius: 10px;
    margin-top: 20px
}

.account_delete .single_form textarea {
    height: 90px
}

.account_delete .single_form .main-btn {
    height: 40px;
    line-height: 35px;
    width: auto
}

.faq_accordion {
    padding: 20px;
    padding-top: 5px;
    border-radius: 10px
}

.faq_accordion .accordion .card {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: 0 0;
    margin-top: 15px;
}

.faq_accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}

.faq_accordion .accordion .card .card-header a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #3c4559;
    padding: 15px 20px;
    padding-right: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

@media(max-width:767px) {
    .faq_accordion .accordion .card .card-header a {
        font-size: 16px
    }
}

.faq_accordion .accordion .card .card-header a::before {
    position: absolute;
    content: "\f106";
    font-family: "font awesome 5 pro";
    font-weight: 300;
    right: 20px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.faq_accordion .accordion .card .card-header a.collapsed::before {
    content: "\f107"
}

.faq_accordion .accordion .card .card-body {
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
}

.sign_in_form {
    padding: 20px;
    padding-top: 0;
    background-color: #fff;
    border-radius: 10px
}

.sign_title {
    padding-top: 10px
}

.sign_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #3c4559;
    border-bottom: 1px solid rgba(210, 210, 210, .4);
    position: relative;
    padding: 10px 0
}

.sign_title .title::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 3px;
    background-color: #fc9615;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.login-divider{
    font-size: 26px;
    margin:20px auto;
    font-weight: bold;
}

.social-login-btn .main-btn{
    background-color: #fff;
    border-color: #fc9615;
    color: #fc9615;
}

.social-login-btn .main-btn:hover{
    background-color: #fc9615;
    color: #fff;
}




@media only screen and (min-width:992px) and (max-width:1199px) {
    .sign_title .title::before {
        left: -15px
    }
}

.sign_form_wrapper .single_form {
    margin-top: 20px;
    position: relative
}

.sign_form_wrapper .single_form textarea,
.sign_form_wrapper .single_form input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid #bcc1ce;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.sign_form_wrapper .single_form textarea:focus,
.sign_form_wrapper .single_form input:focus {
    border-color: #fc9615
}

.sign_form_wrapper .single_form i {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 16px;
    color: #6d7588
}

.sign_form_wrapper .single_form textarea {
    resize: none;
    padding: 0 25px;
    padding-top: 15px;
    height: 175px
}

.sign_form_wrapper .single_form .sign_checkbox input[type=checkbox] {
    display: none
}

.sign_form_wrapper .single_form .sign_checkbox input[type=checkbox]+label {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border: 0;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fc9615;
    border-radius: 3px
}

.sign_form_wrapper .single_form .sign_checkbox input[type=checkbox]+label::before {
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    background: 0 0;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
    font-size: 14px
}

.sign_form_wrapper .single_form .sign_checkbox input[type=checkbox]:checked+label {
    border-color: #fc9615
}

.sign_form_wrapper .single_form .sign_checkbox input[type=checkbox]:checked+label::before {
    background-color: #fc9615;
    border-color: #fc9615;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sign_form_wrapper .single_form .sign_checkbox span {
    font-size: 14px;
    display: contents
}

.sign_form_wrapper .single_form .sign_forgot a {
    font-size: 14px;
    color: #fc9615
}

.error_content .error {
    font-size: 180px;
    line-height: 135px;
    color: #fc9615;
    font-weight: 700
}

@media(max-width:767px) {
    .error_content .error {
        font-size: 100px;
        line-height: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .error_content .error {
        font-size: 140px;
        line-height: 100px
    }
}

.error_content p {
    font-size: 20px;
    font-weight: 500;
    color: #3c4559;
    margin-top: 30px
}

@media(max-width:767px) {
    .error_content p {
        font-size: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .error_content p {
        font-size: 18px
    }
}

.error_content .error_search {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 550px;
    width: 100%
}

@media(max-width:767px) {
    .error_content .error_search {
        margin-top: 30px
    }
}

.error_content .error_search input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid rgba(210, 210, 210, .7);
    border-radius: 5px;
    background: 0 0;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .error_content .error_search input {
        height: 50px;
        padding: 0 25px
    }
}

.error_content .error_search input:focus {
    border-color: #fc9615
}

.error_content .error_search button {
    height: 60px;
    width: 60px;
    border-radius: 5px;
    background-color: #fc9615;
    top: -1px;
    right: -1px;
    color: #fff;
    border: 0;
    position: absolute;
    cursor: pointer;
    font-size: 20px
}

@media(max-width:767px) {
    .error_content .error_search button {
        width: 50px;
        height: 50px;
        font-size: 16px
    }
}

.contact_map {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff
}

.contact_map .gmap_canvas iframe {
    width: 100%;
    height: 400px
}

.contact_form {
    padding: 20px;
    padding-top: 0;
    border-radius: 10px;
    background-color: #fff
}

.contact_title {
    padding-top: 10px
}

.contact_title .title {
    font-size: 18px;
    font-weight: 700;
    color: #3c4559;
    border-bottom: 1px solid rgba(210, 210, 210, .4);
    position: relative;
    padding: 10px 0
}

.contact_title .title::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background-color: #fc9615;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact_title .title::before {
        left: -15px
    }
}

.form-message {
    margin-left: 15px
}

.form-message.error{
    font-size: 16px;
    color: #f91942;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f4f5f7
}
.form-message.success {
    font-size: 16px;
    color: #fc9615;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f4f5f7
}

.form-message.error {
    color: red
}
.errore{
	 color: red;
}

.contact_form_wrapper .single_form {
    margin-top: 20px;
    position: relative
}

.contact_form_wrapper .single_form textarea,
.contact_form_wrapper .single_form input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid #bcc1ce;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.contact_form_wrapper .single_form textarea:focus,
.contact_form_wrapper .single_form input:focus {
    border-color: #fc9615
}

.contact_form_wrapper .single_form i {
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 16px;
    color: #6d7588
}

.contact_form_wrapper .single_form textarea {
    resize: none;
    padding-top: 10px;
    height: 175px
}

.contact_info {
    padding: 20px;
    padding-top: 0;
    border-radius: 10px;
    background-color: #fff
}

.contact_info p {
    padding-top: 20px
}

.single_info {
    margin-top: 20px
}

.single_info .info_icon i {
    font-size: 18px;
    color: #fc9615;
    padding-top: 4px
}

.single_info .info_content {
    padding-left: 15px
}

.single_info .info_content p {
    padding-top: 0
}
.nascosto{
	display: none;
	visibility: hidden;
}
.thumb-60 {
  width: 60px;
  height: 60px;
  overflow: hidden;          /* taglia ciò che esce */
  border-radius: 8px;        /* opzionale */
}

.thumb-60 img {
   width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
  display: block;
}
.newsletter-message {
    margin-top: 10px;
    font-size: 14px;
}

.newsletter-message.success {
    color: #2e7d32;
}

.newsletter-message.error {
    color: #c62828;
}
.blog_excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-top: 8px;
}
.offset-btop-20,.indenth2{
	margin-top:20px;
	Margin-bottom:20px;
}
.justify{
	text-align:justify;
}
.icon-styled {
  display: inline-block;
  text-align: center;
}
.response, .color-main {
  border-color: #fdd224;
  color: #fdd224;
}
.fs-77 {
  font-size: 77px;
}
.thank_you_box {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.thank_you_icon i {
    font-size: 64px;
    color: #ff9522; /* arancione EdiliziaPoint */
}

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

.thank_you_subtitle {
    font-size: 18px;
    color: #666;
}

.thank_you_content p {
    font-size: 16px;
    line-height: 1.6;
}
.company-logo {

    height: 140px;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #eee !important;
    border-radius: 6px;
    padding-top:20px;
    padding-botto:20px;


}

.company-logo img {

    max-width: 90%;
    max-height: 90%;
    object-fit: contain;

}

.company-buttons {

    display: flex;
    gap: 10px;
    margin-top: 10px;

}

.company-buttons .btn {

    flex: 1;

}

.company-description {

    font-size: 14px;
    color: #555;

}
.autocomplete-box {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    display: none;
}

.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.autocomplete-item:hover {
    background: #f5f5f5;
}
.company-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
}

.company-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* LOGO */

.company-list .company-logo-wrap {
    width: 100%;
    height: auto;
    min-width:280px;
    min-height:100px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin-top:1px !important;
}
 .company-box .company-logo-wrap {
     width: 100%;
     height: 100px;
     min-width:280px;
     min-height:100px;
     background: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 30px;
     margin-top: 40px;
 }

.company-logo-wrap img {
    max-width: 100%;
    max-height:100%;
    object-fit: contain;
}
/* TESTO */
.company-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.company-title a {
    color: #222;
    text-decoration: none;
}

.company-description {
    font-size: 14px;
    color: #666;
    min-height: 60px;
}

.company-meta {
    font-size: 13px;
    color: #888;
}

.company-distance {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* BOTTONI */
.company-actions {
    padding: 15px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.company-actions .btn {
    flex: 1;
    font-size: 13px;
    padding: 8px;
}

/* LIST VIEW */
.company-list .company-box {
    flex-direction: row;
}

.company-list .company-logo-wrap {
    width: 200px;
    min-width:180px;
    height:auto;
}

.company-list .company-actions {
    flex-direction: column;
}
.company-card {
    margin-bottom: 20px;
}

.company-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.company-box:hover {
    transform: translateY(-5px);
}

/* BOTTONI GRID */
.company-actions {
    padding: 15px;
    display: flex;
    gap: 6px;
}

.company-actions .btn {
    flex: 1;
    font-size: 13px;
    padding: 8px;
}
.company-box.company-list {
    flex-direction: row;
    align-items: center;
}

/* LOGO A SINISTRA */
.company-box.company-list .company-logo-wrap {
    width: 30%;
    height: auto;;
    flex-shrink: 0;
}

/* CONTENUTO */
.company-box.company-list .card-body {
    flex: 1;
}

/* BOTTONI A DESTRA */
.company-box.company-list .company-actions {
    width: 220px;
    flex-direction: column;
    gap: 8px;
}
.pagination {
    width: 100%;
    justify-content: center !important;
}
.badge-premium {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 2;
}
.distance-badge {
    display: inline-block;
    background: #e3f2fd;
    color: #0d6efd;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}
.company-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.company-actions .btn {
    text-align: left;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 12px;
}

.company-actions .btn:hover {
    transform: translateY(-2px);
}
.premium-card {
    border: 2px solid #ffc107;
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}
.company-distance {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}
.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    /* centra il testo */
    position: relative;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px;
}

/* icona a sinistra ma fuori dal centro */
.btn-flex i {
    position: absolute;
    left: 12px;
    font-size: 14px;
}

/* testo centrato perfetto */
.btn-flex span {
    margin: 0 auto;
}
.company-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #eee;
}

.card {
    border-radius: 12px;
    border: 1px solid #eee;
}

.btn {
    font-weight: 600;
}

.rating {
    font-size: 14px;
    color: #f39c12;
}
.company-hero {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.company-logo-wrap {
    min-width: 260px;
    height: auto;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.company-cta {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* BASE */
.btn-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s ease;
    overflow: hidden;
}

/* ICONA SINISTRA */
.btn-cta i {
    position: absolute;
    left: 15px;
    font-size: 16px;
}

/* TESTO CENTRATO */
.btn-cta span {
    width: 100%;
    text-align: center;
}

/* COLORI */
.btn-call {
    background: #28a745;
    color: #fff;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.btn-preventivo {
    background: #ff9800;
    color: #fff;
}

.btn-site {
    background: #222;
    color: #fff;
}

/* HOVER ANIMATION */
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* EFFETTO CLICK */
.btn-cta:active {
    transform: scale(0.97);
}

/* EFFETTO LUCE */
.btn-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.btn-cta:hover::after {
    left: 100%;
}
.company-logo{
    min-width:250px;
    height:auto;
}
.flex-grow-1{
    padding-left:20px;
}
.company-contact-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.company-contact-box .form-control {
    border-radius: 8px;
    min-height: 48px;
}

.company-contact-box textarea.form-control {
    min-height: 140px;
}
.company-gallery-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .3s;
}

.company-gallery-thumb:hover {
    transform: scale(1.03);
}
.company-cta-sticky {
    position: sticky;
    top: 100px;
    z-index: 10;
}

/* mobile */
@media(max-width:991px) {

    .company-cta-sticky {
        position: relative;
        top: auto;
    }

}

.company-gallery-thumb {

    width: 100%;
    height: 220px;
    object-fit: cover;

    border-radius: 12px;

    margin-bottom: 10px;

    transition: .3s;
    cursor: pointer;

}
.lg-toolbar .lg-close {

    display: block !important;

    opacity: 1 !important;

    visibility: visible !important;

    color: #fff !important;

    font-size: 28px !important;

}
.company-social-box a {

    margin-right: 10px;

    margin-bottom: 10px;

}
.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}
.ads_card_image {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ads_card_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.company-actions .btn {
    margin-right: 10px;
}

.company-actions .btn:last-child {
    margin-right: 0;
}
.card-preventivo {
    transition: all .25s ease;
    cursor: pointer;
}

.card-preventivo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15) !important;
}
.is-invalid {
    border: 2px solid #dc3545 !important;
}

.nice-select.is-invalid {
    border: 2px solid #dc3545 !important;
    background: #fff5f5 !important;
}
.request-step {
    display: none;
}

.request-step.active {
    display: block;
}
.window-request-page .card {
    border-radius: 14px;
    overflow: hidden;
}

.window-request-page .card-body {
    min-height: 420px;
}

.window-request-page .request-step {
    display: none;
}

.window-request-page .request-step.active {
    display: block;
}

.window-request-page .request-actions {
    margin-top: 35px;
}

.window-request-page .progress-line {
    width: 100%;
    height: 6px;
    background: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
}

.window-request-page .progress-line span {
    display: block;
    width: 20%;
    height: 100%;
    background: #ff8a00;
    border-radius: 10px;
    transition: width .3s ease;
}
.upload-area {
    margin-top: 20px;
    padding: 45px 25px;
    border: 2px dashed #ddd;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    transition: all 0.3s ease;
}

.upload-area:hover,
.upload-area.dragover {
    border-color: #f7941d;
    background: #fff8f1;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
    color: #f7941d;
}

.upload-content h4 {
    margin-bottom: 8px;
    font-weight: 600;
}

.upload-content p {
    margin-bottom: 18px;
    color: #777;
}

.upload-btn {
    border: 0;
    border-radius: 6px;
    padding: 10px 22px;
    background: #f7941d;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.upload-btn:hover {
    opacity: .9;
}

#uploadedFiles {
    margin-top: 15px;
}

.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
}

.uploaded-file i {
    margin-right: 8px;
    color: #f7941d;
}
/* ============================================================
   EDILIZIAPOINT
   MARKETPLACE LEADS
============================================================ */

.marketplace-leads {
    background: #f8f9fb;
}


/* ============================================================
   INTESTAZIONE
============================================================ */

.marketplace-leads .section_title {
    margin-bottom: 0;
}

.marketplace-leads .section_title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.marketplace-leads .section_title p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    max-width: 720px;
    margin-bottom: 0;
}


/* ============================================================
   BOX CREDITI
============================================================ */

.marketplace-credit-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 16px 18px;

    display: flex;
    align-items: center;
    gap: 12px;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.04);
}

.marketplace-credit-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 102, 0, 0.10);
    color: #ff6600;

    font-size: 20px;
}

.marketplace-credit-content {
    flex: 1;
    line-height: 1.3;
}

.marketplace-credit-content span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 3px;
}

.marketplace-credit-content strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

.marketplace-credit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ff6600;
    color: #fff !important;

    padding: 8px 14px;
    border-radius: 5px;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.2s ease;
}

.marketplace-credit-button:hover {
    background: #e85d00;
    color: #fff;
}


/* ============================================================
   SIDEBAR
============================================================ */

.marketplace-leads .product_sidebar {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;

    padding: 10px;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
}

.marketplace-leads .sidebar_categories,
.marketplace-leads .sidebar_discount,
.marketplace-leads .sidebar_filter_box {
    margin-top: 0;
    margin-bottom: 28px;
}

.marketplace-leads .sidebar_title {
    margin-bottom: 15px;
}

.marketplace-leads .sidebar_title .title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;

    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/* ============================================================
   ACCORDION CATEGORIE
============================================================ */

.marketplace-leads .sidebar_categories_content .card {
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background: transparent;
}

.marketplace-leads .sidebar_categories_content .card:last-child {
    border-bottom: 0;
}

.marketplace-leads .sidebar_categories_content .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.marketplace-leads .sidebar_categories_content .card-header a {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    padding: 12px 0;

    font-size: 14px;
    font-weight: 600;

    color: #333;
}

.marketplace-leads .sidebar_categories_content .card-header a:hover {
    color: #ff6600;
}

.marketplace-leads .sidebar_categories_content .card-header a>i {
    width: 22px;
    color: #ff6600;
}

.marketplace-count {
    margin-left: auto;
    padding-right: 18px;

    color: #999;
    font-size: 12px;
    font-weight: 400;
}


/* ============================================================
   SOTTOCATEGORIE
============================================================ */

.marketplace-leads .sidebar_categories_content .card-body {
    padding: 3px 0 12px 10px;
}

.marketplace-leads .sidebar_categories_list {
    margin: 0;
    padding: 0;
}

.marketplace-leads .sidebar_categories_list li {
    list-style: none;
}

.marketplace-leads .sidebar_categories_list li a {
    display: flex;
    align-items: center;

    padding: 6px 0;

    font-size: 13px;
    color: #666;
}

.marketplace-leads .sidebar_categories_list li a:hover {
    color: #ff6600;
}

.marketplace-leads .sidebar_categories_list li a i {
    margin-right: 7px;
    font-size: 11px;
}

.marketplace-leads .sidebar_categories_list li a span {
    margin-left: auto;
    color: #aaa;
    font-size: 11px;
}


/* ============================================================
   CAMPI FILTRI
============================================================ */

.marketplace-filter-field label {
    display: block;

    font-size: 12px;
    font-weight: 600;

    color: #555;

    margin-bottom: 6px;
}

.marketplace-filter-field .form-control {
    width: 100%;
    height: 42px;

    border: 1px solid #ddd;
    border-radius: 5px;

    background: #fff;

    padding: 0 12px;

    font-size: 13px;
    color: #555;

    box-shadow: none;
}

.marketplace-filter-field input.form-control {
    padding: 0 12px;
}

.marketplace-filter-field .form-control:focus {
    border-color: #ff6600;
    box-shadow: none;
}


/* ============================================================
   RADIO DISPONIBILITÀ
============================================================ */

.marketplace-leads .discount_radio {
    margin: 0;
    padding: 0;
}

.marketplace-leads .discount_radio li {
    list-style: none;
    position: relative;

    display: flex;
    align-items: center;

    min-height: 30px;

    font-size: 13px;
    color: #555;
}

.marketplace-leads .discount_radio li span {
    cursor: pointer;
}


/* ============================================================
   AZIONI FILTRI
============================================================ */

.marketplace-filter-actions {
    text-align: center;
}

.marketplace-filter-actions .main-btn {
    width: 100%;

    border: 0;
    border-radius: 5px;

    padding: 11px 15px;

    font-size: 14px;
    font-weight: 600;
}

.marketplace-reset-filter {
    border: 0;
    background: transparent;

    margin-top: 12px;

    font-size: 12px;
    color: #888;

    cursor: pointer;
}

.marketplace-reset-filter:hover {
    color: #ff6600;
}


/* ============================================================
   TOPBAR
============================================================ */

.marketplace-leads .product_topbar {
    border-bottom: 1px solid #e9e9e9;
}

.marketplace-leads .product_select {
    gap: 10px;
}

.marketplace-leads .product_select .nice-select {
    min-width: 155px;
    height: 42px;
    line-height: 40px;

    border: 1px solid #ddd;
    border-radius: 5px;

    font-size: 13px;
    background: #fff;
}

.marketplace-leads .product_select .nice-select .list {
    width: 100%;
}


/* ============================================================
   GRID / LIST BUTTONS
============================================================ */

.marketplace-leads .product_tab_menu .nav {
    gap: 7px;
}

.marketplace-leads .product_tab_menu .nav-item {
    margin: 0;
}

.marketplace-leads .product_tab_menu .nav-link,
.marketplace-leads .product_tab_menu a {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ddd;
    border-radius: 5px;

    background: #fff;

    color: #777;

    font-size: 17px;

    transition: all 0.2s ease;
}

.marketplace-leads .product_tab_menu a:hover,
.marketplace-leads .product_tab_menu a.active {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
}


/* ============================================================
   INFO RISULTATI
============================================================ */

.marketplace-results-info {
    margin-top: 22px;

    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;

    padding: 13px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.marketplace-results-info strong {
    font-size: 14px;
    color: #222;
}

.marketplace-results-info span {
    font-size: 12px;
    color: #777;
    text-align: right;
}


/* ============================================================
   CARD GRID
============================================================ */

.marketplace-lead-card {
    position: relative;

    height: calc(100% - 30px);

    background: #fff;

    border: 1px solid #e6e6e6;
    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.035);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.marketplace-lead-card:hover {
    transform: translateY(-3px);

    border-color: #ddd;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


/* ============================================================
   TESTATA CARD
============================================================ */

.marketplace-card-top {
    min-height: 47px;

    padding: 11px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #fafafa;

    border-bottom: 1px solid #eee;
}

.marketplace-category {
    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 600;

    color: #555;
}

.marketplace-category i {
    margin-right: 6px;
    color: #ff6600;
}

.marketplace-lead-id {
    display: inline-block;

    font-size: 11px;
    font-weight: 600;

    color: #999;

    background: #f0f0f0;

    border-radius: 4px;

    padding: 3px 7px;
}


/* ============================================================
   CONTENUTO CARD
============================================================ */

.marketplace-lead-card .ads_card_content {
    padding: 20px 20px 18px;
}

.marketplace-lead-card .title {
    font-size: 19px;
    line-height: 1.35;

    font-weight: 700;

    margin: 0 0 14px;
}

.marketplace-lead-card .title a {
    color: #222;
}

.marketplace-lead-card .title a:hover {
    color: #ff6600;
}


/* ============================================================
   META CARD

   Bologna | Inserita oggi | Acquistata 2/5
============================================================ */

.marketplace-lead-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    column-gap: 22px;
    row-gap: 9px;

    margin-bottom: 16px;
}

.marketplace-lead-meta span {
    display: inline-flex;
    align-items: center;

    white-space: nowrap;

    font-size: 12px;
    line-height: 1.4;

    color: #777;
}

.marketplace-lead-meta span i {
    width: 17px;

    margin-right: 5px;

    color: #ff6600;

    text-align: center;
}


/* ============================================================
   DESCRIZIONE
============================================================ */
.marketplace-detail {
            background: #fff;
            padding: 40px;
            border-radius: 18px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
        }

.marketplace-description {
    min-height: 48px;

    font-size: 13px;
    line-height: 1.65;

    color: #666;

    margin: 0 0 18px;
}


/* ============================================================
   DISPONIBILITÀ
============================================================ */

.marketplace-availability {
    margin: 4px 0 18px;
}

.marketplace-progress {
    width: 100%;
    height: 5px;

    overflow: hidden;

    background: #ececec;

    border-radius: 10px;

    margin-bottom: 7px;
}

.marketplace-progress span {
    display: block;

    height: 100%;

    background: #ff6600;

    border-radius: 10px;
}

.marketplace-availability small {
    display: block;

    font-size: 11px;
    color: #777;
}


/* ============================================================
   ULTIMA DISPONIBILITÀ
============================================================ */

.marketplace-last-lead {
    border-color: #ffb78a;
}

.marketplace-alert-badge {
    display: inline-flex;
    align-items: center;

    padding: 5px 9px;

    margin-bottom: 12px;

    border-radius: 4px;

    background: #fff3eb;

    color: #e85d00;

    font-size: 11px;
    font-weight: 600;
}

.marketplace-alert-badge i {
    margin-right: 5px;
}

.marketplace-last {
    color: #e85d00 !important;
    font-weight: 600;
}

.marketplace-last i {
    margin-right: 5px;
}


/* ============================================================
   FOOTER CARD
============================================================ */

.marketplace-card-footer {
    padding-top: 16px;

    border-top: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}

.marketplace-lead-price {
    display: flex;
    flex-direction: column;
}

.marketplace-credit-price {
    display: block;

    font-size: 18px;
    line-height: 1.2;

    font-weight: 700;

    color: #ff6600;
}

.marketplace-euro-price {
    display: block;

    margin-top: 3px;

    font-size: 11px;
    line-height: 1.3;

    color: #888;
}


/* ============================================================
   PULSANTE VEDI RICHIESTA
============================================================ */

.marketplace-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    white-space: nowrap;

    padding: 9px 14px;

    border-radius: 5px;

    background: #ff6600;

    color: #fff !important;

    font-size: 12px;
    font-weight: 600;

    transition: all 0.2s ease;
}

.marketplace-view-btn:hover {
    background: #e85d00;
    color: #fff !important;
}


/* ============================================================
   LIST VIEW
============================================================ */

.marketplace-list-card {
    background: #fff;

    border: 1px solid #e6e6e6;
    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.035);

    transition:
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.marketplace-list-card:hover {
    border-color: #ddd;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.07);
}

.marketplace-list-card .ads_card_content {
    width: 100%;
    padding: 20px 22px;
}


/* ============================================================
   TESTATA LIST
============================================================ */

.marketplace-list-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 10px;
}

.marketplace-list-top>div:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;
}


/* ============================================================
   PREZZO LIST
============================================================ */

.marketplace-list-price {
    min-width: 130px;

    display: flex;
    flex-direction: column;

    text-align: right;
}

.marketplace-list-price strong {
    font-size: 18px;
    line-height: 1.2;

    font-weight: 700;

    color: #ff6600;
}

.marketplace-list-price small {
    margin-top: 3px;

    font-size: 11px;

    color: #888;
}


/* ============================================================
   TITOLO LIST
============================================================ */

.marketplace-list-card .title {
    margin: 4px 0 12px;

    font-size: 20px;
    line-height: 1.35;

    font-weight: 700;
}

.marketplace-list-card .title a {
    color: #222;
}

.marketplace-list-card .title a:hover {
    color: #ff6600;
}


/* ============================================================
   META LIST

   QUESTO CREA LO SPAZIO TRA:
   Località
   Data
   Numero acquisti
============================================================ */

.marketplace-list-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    column-gap: 34px;
    row-gap: 10px;

    margin: 0 0 14px;
}

.marketplace-list-meta span {
    display: inline-flex;
    align-items: center;

    white-space: nowrap;

    font-size: 12px;
    line-height: 1.4;

    color: #777;
}

.marketplace-list-meta span i {
    width: 18px;

    margin-right: 6px;

    color: #ff6600;

    text-align: center;
}


/* separatore visivo desktop */

.marketplace-list-meta span+span {
    position: relative;
}

.marketplace-list-meta span+span::before {
    content: "";

    position: absolute;

    left: -17px;
    top: 50%;

    width: 1px;
    height: 14px;

    background: #e4e4e4;

    transform: translateY(-50%);
}


/* ============================================================
   TESTO LIST
============================================================ */

.marketplace-list-card>.ads_card_content>p {
    font-size: 13px;
    line-height: 1.65;

    color: #666;

    margin-bottom: 16px;
}


/* ============================================================
   FOOTER LIST
============================================================ */

.marketplace-list-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-top: 14px;

    border-top: 1px solid #eee;
}

.marketplace-available {
    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 600;

    color: #555;
}

.marketplace-available i {
    margin-right: 7px;

    color: #35a853;

    font-size: 7px;
}


/* ============================================================
   PAGINAZIONE
============================================================ */

.marketplace-leads .pagination_wrapper {
    margin-top: 45px;
}

.marketplace-leads .pagination {
    flex-wrap: wrap;
    gap: 5px;
}

.marketplace-leads .pagination li {
    margin: 0;
}

.marketplace-leads .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    padding: 0 12px;

    border: 1px solid #ddd;
    border-radius: 5px;

    background: #fff;

    font-size: 12px;

    color: #555;
}

.marketplace-leads .pagination li a:hover,
.marketplace-leads .pagination li a.active {
    background: #ff6600;
    border-color: #ff6600;

    color: #fff;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

    .marketplace-credit-box {
        margin-top: 25px;
    }

    .marketplace-leads .product_sidebar {
        margin-bottom: 25px;
    }

    .marketplace-leads .product_topbar {
        padding-top: 0;
    }

    .marketplace-leads .product_select {
        padding-top: 15px;
    }

    .marketplace-leads .product_tab_menu {
        margin-top: 15px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .marketplace-leads {
        padding-top: 45px;
        padding-bottom: 70px;
    }

    .marketplace-leads .section_title h2 {
        font-size: 26px;
    }

    .marketplace-credit-box {
        flex-wrap: wrap;
    }

    .marketplace-credit-content {
        min-width: calc(100% - 60px);
    }

    .marketplace-credit-button {
        width: 100%;
        margin-top: 5px;
    }


    /* TOPBAR */

    .marketplace-leads .product_select {
        width: 100%;
        display: block !important;
    }

    .marketplace-leads .product_select .nice-select {
        width: 100%;
        margin: 0 0 10px;
    }

    .marketplace-leads .product_tab_menu {
        width: 100%;
    }


    /* RISULTATI */

    .marketplace-results-info {
        display: block;
    }

    .marketplace-results-info strong {
        display: block;
        margin-bottom: 6px;
    }

    .marketplace-results-info span {
        display: block;
        text-align: left;
    }


    /* GRID META */

    .marketplace-lead-meta {
        display: block;
    }

    .marketplace-lead-meta span {
        display: flex;
        margin-bottom: 8px;
    }


    /* FOOTER GRID */

    .marketplace-card-footer {
        align-items: flex-end;
    }


    /* LIST */

    .marketplace-list-top {
        display: block;
    }

    .marketplace-list-price {
        text-align: left;
        margin-top: 12px;
    }

    .marketplace-list-meta {
        display: block;
    }

    .marketplace-list-meta span {
        display: flex;
        margin-bottom: 8px;
    }

    .marketplace-list-meta span+span::before {
        display: none;
    }

}


/* ============================================================
   MOBILE PICCOLO
============================================================ */

@media (max-width: 480px) {

    .marketplace-lead-card .ads_card_content {
        padding: 17px;
    }

    .marketplace-card-top {
        padding: 10px 15px;
    }

    .marketplace-card-footer {
        display: block;
    }

    .marketplace-view-btn {
        width: 100%;
        margin-top: 14px;
    }

    .marketplace-list-card .ads_card_content {
        padding: 17px;
    }

    .marketplace-list-bottom {
        display: block;
    }

    .marketplace-list-bottom .marketplace-view-btn {
        margin-top: 14px;
    }

}
.form-control .current{
    margin-top:0px;
}
.marketplace-purchased-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    color: #198754;
}

.marketplace-purchased-label i {
    font-size: 18px;
}
.navbar-brand{
    width:250px !important;
}
/* =========================================
   CONTENUTO ARTICOLO BLOG
   ========================================= */

.blog_article_content {
    font-size: 16px;
    line-height: 1.8;
}

.blog_article_content p {
    margin: 0 0 20px 0;
}

.blog_article_content h2.title {
    margin-top: 40px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.blog_article_content h3.title {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.35;
}

.blog_article_content ul,
.blog_article_content ol {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 30px;
}

.blog_article_content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.blog_article_content li:last-child {
    margin-bottom: 0;
}

.blog_article_content strong {
    font-weight: 600;
}

.blog_article_content a {
    text-decoration: underline;
}
/* =====================================================
   RICERCA IMPRESE
===================================================== */

.company-search-page #companies-container {
    width: 100%;
    box-sizing: border-box;
}

.company-search-page .company-card {
    width: 100%;
    box-sizing: border-box;
}

.company-search-page .company-logo-wrap img {
    max-width: 100%;
    height: auto;
}
/* =====================================================
   HOME SEARCH - INTRO / CTA
===================================================== */

.header-search-intro {
    margin-bottom: 18px;
}

.header-search-intro h2 {
    margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
}

.header-search-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #6d7588;
}


/* =====================================================
   HOME SEARCH - TABLET
   768px - 1199px
===================================================== */

@media (min-width: 768px) and (max-width: 1199.98px) {

    /* Le colonne diventano 50% */
    .header_search #searchForm > .row > .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    /* Campi sempre larghi quanto la colonna */
    .header_search #searchForm .form-control {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Riga pulsanti */
    .header_search #searchForm > .row > .col-md-3.mt-10 > .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .header_search #searchForm > .row > .col-md-3.mt-10 > .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header_search #searchForm .btn {
        white-space: nowrap;
    }

    /* Quick links */
    .header_search .header_keyword {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .header_search .header_keyword .title {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .header_search .header_keyword .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 10px;
        margin: 0;
    }

    .header_search .header_keyword .tags li {
        margin: 0;
    }
}
@media (max-width: 767.98px) {

    .company-list .company-actions {
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important;

        padding: 20px 28px 28px;
        margin: 0;

        display: block;
    }

    .company-list .company-actions .btn {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}
@media (max-width: 767.98px) {

    .company-list .company-logo-wrap {
        width: 100% !important;
        min-height: 220px;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 20px !important;
    }

    .company-list .company-logo-wrap img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;

        object-fit: contain !important;
        object-position: center !important;

        margin: 0 auto !important;
    }

}
@media (min-width: 992px) {

    .company-list .company-logo-wrap {
        width: 100% !important;
        height: 100% !important;
        min-height: 150px;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 12px !important;
    }

    .company-list .company-logo-wrap img {
        width: 100% !important;
        max-width: 180px !important;
        height: 120px !important;

        object-fit: contain !important;
        object-position: center !important;

        display: block;
        margin: auto !important;
    }

}
@media (min-width: 992px) {

    .company-list .company-actions .btn {
        width: 100% !important;
        max-width: none !important;
    }

}
/* ==========================================
   FIX RICERCA IMPRESE - LIST VIEW
========================================== */

.company-box.company-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: auto !important;
    min-height: 190px;
}

/* LOGO */

.company-box.company-list .company-logo-wrap {
    width: 260px;
    min-width: 260px;
    height: auto;
    min-height: 190px;
    margin-top: 0 !important;
    padding: 25px;
    flex-shrink: 0;
}

.company-box.company-list .company-logo-wrap img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: contain;
}

/* CONTENUTO */

.company-box.company-list .card-body {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 25px;
}

/* AZIONI */

.company-box.company-list .company-actions {
    width: 230px;
    min-width: 230px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
}

.company-box.company-list .company-actions .btn {
    width: 100%;
    margin: 0 !important;
    flex: none;
}

/* MOBILE */

@media (max-width: 767px) {

    .company-box.company-list {
        flex-direction: column;
    }

    .company-box.company-list .company-logo-wrap {
        width: 100%;
        min-width: 0;
        height: 150px;
        min-height: 150px;
    }

    .company-box.company-list .company-actions {
        width: 100%;
        min-width: 0;
    }
}
/* RICERCA IMPRESE - LISTA */
.company-search-list .ads_card_image {
    width: 280px;
    min-width: 280px;
    height: 220px;
    padding: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-search-list .ads_card_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-search-list .ads_card_content {
    flex: 1;
    min-width: 0;
}
