/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a > span {
    color: #323232;
}

#top nav > ul > li#menu-item-45 > a {
    background: #238623;
    padding: 12px 35px !important;
    border-radius: 50px;
    position: relative;
    transition: all 1s;
    border: 1px solid #238623;
    overflow: hidden;
    box-shadow: #238623 0px 2px 8px 0px;
}

#top nav > ul > li#menu-item-45 > a > span {
    color: #fff;
}

#top nav > ul > li#menu-item-45 > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
    transform: scale(0);
}

#top nav > ul > li#menu-item-45 > a:hover:before {
    transform: scale(5);
}

#top nav > ul > li#menu-item-45 > a:hover span {
    color: #238623;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #0B1C30;
}

span.green {
    color: #238623;
}

p {
    color: #323232;
}

#entire-btn {
    background: #238623 !important;
    padding: 12px 35px !important;
    border-radius: 50px !important;
    position: relative;
    transition: all 1s;
    border: 1px solid #238623;
    overflow: hidden;
    font-size: 18px;    
    line-height: 26px;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 1s;
    transform: scale(0);
}

#entire-btn:hover:before {
    transform: scale(8);
}

#entire-btn:hover {
    color: #238623;
    transform: unset !important;
}

#entire-btn.white-bg {
    background: #fff !important;
    border-color: #CBDBF5;
    color: #0B1C30;
    margin-left: 15px;
}

#entire-btn.white-bg:before {
    background: #238623;
}

#entire-btn.white-bg:hover {
    border-color: #238623;
    color: #fff;
}

/* hero section CSS end */

/* explore section CSS start */

#explore .type-blk {
    text-align: center;
}

#explore h2 {
    color: #0B1C30;
}

#explore-inr .nectar-fancy-box {
    padding: unset;
    border-radius: 24px;
    position: relative;
}

#explore-inr .inner {
    bottom: 0;
    left: 0;
    padding: 30px 30px;
}

#explore-inr .long-col .nectar-fancy-box {
    min-height: 520px !important;
    object-fit: cover !important;
}

#explore-inr .pro {
    display: flex;
    gap: 20px;
    align-items: center;
}

#explore-inr .short-col .nectar-fancy-box {
    min-height: 250px !important;
    object-fit: cover !important;
}

#explore-inr .pro img {
    margin: unset;
}

/* explore section CSS end */

/* how section CSS start */

h3, h4 {
    color: #0B1C30;
}

span.number {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}

#how-inr .num-blk {
    display: inline-flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    background: #238623;
    border-radius: 50%;
}

#how-inr .row-bg {
    position: relative;
}

#how-inr .row-bg:before {
    content: '';
    position: absolute;
    background: #D1D5DB;
    height: 2px;
    width: 100%;
    top: 8%;
    left: 0;
}

/* how section CSS end */

/* recent section CSS start */

#recent ul.wpb_tabs_nav {
    position: absolute;
    top: 30px;
    right: 0;
    background: #cbdbf53d;
    padding: 5px;
    border-radius: 12px;
}

#recent .vc_column-inner {
    position: relative;
}

#recent ul.wpb_tabs_nav li a {
    background: transparent;
    border: unset;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    margin-left: 5px;
}

#recent ul.wpb_tabs_nav li.active-tab a {
    background: #fff;
    border-radius: 8px;
    font-weight: bold;
    color: #0B1C30;
}

#recent-inr .vc_column-inner {
    background: #FFFFFF;
    border: 1px solid #e2e8f0e0;
    transition: all 0.5s;
    border-radius: 16px;
    position: relative;
}

#recent-inr img {
    border-radius: 16px 16px 0px 0px;
}

#recent-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#recent-inr .type-blk {
    padding: 20px 20px
}

#recent-inr .hover-wrap {
    margin: unset;
}

#recent-inr span.category {
    font-size: 14px;
    font-weight: 600;
    color: #059669;
}

#recent-inr span.time {
    color: #94A3B8;
    font-size: 14px;
    line-height: 22px;
}

#recent-inr span.bounty {
    font-size: 14px;
    line-height: 22px;
    color: #64748B;
}

#recent-inr p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}

#recent-inr h4 {
    color: #059669;
}

#recent-inr span.currency {
    color: #64748B;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

#recent-inr span.located {
    font-size: 14px;
    line-height: 22px;
    color: #64748B;
}

#recent-inr span.vehicle {
    font-size: 14px;
    line-height: 22px;
    color: #334155;
    font-weight: 500;
}

#recent-inr .cat {
    display: flex;
    justify-content: space-between;
}

#recent-inr .location {
    display: flex;
    justify-content: space-between;
}

#recent-inr .user {
    display: flex;
    gap: 10px;
    position: relative;
}

#recent-inr .user-btn {
    position: absolute;
    right: 0;
    top: 8px;
}

#recent-inr .user-btn a {
    font-size: 14px;
    line-height: 22px;
    background: #ECFDF5;
    padding: 10px 20px;
    border-radius: 50px;
    color: #047857;
    font-weight: bold;
}

#recent-inr span.client {
    font-weight: bold;
    color: #0B1C30;
}

#recent-inr span.title {
    color: #059669;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

#recent-inr .user-icon {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat';
}

#recent-inr .text-blk {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px;
}

#recent-inr .badges {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

#recent-inr .black-badge, #recent-inr .green-badge {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

#recent-inr .black-badge {
    background: #0f172adb;
}

#recent-inr .green-badge {
    background: #059669e0;
}

/* recent section CSS end */

/* testimonial section CSS start */

#testimonial-inr .review {
    display: flex;
    gap: 10px;
}

#testimonial-inr .review h6 {
    margin: unset;
    color: #0B1C30;
}

#testimonial-inr .review .title {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
}

#testimonial-inr .review p {
    color: #0B1C30;
    font-weight: 500;
}

#testimonial-inr ul.stars {
    display: flex;
    gap: 2px;
}

ul {
    margin: unset;
}

ul li {
    list-style: none;
}

#testimonial-inr ul.stars li i {
    color: #238623;
    font-size: 18px;
}

#testimonial-inr .vc_column-inner {
    background: #F4F4F4;
    padding: 30px 30px;
    transition: all 0.5s;
    border-radius: 24px;
}

#testimonial-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#testimonial .type-blk {
    text-align: center;
}

h2 {
    color: #0B1C30;
}

/* testimonial section CSS end */

/* faq section CSS start */

#faq .type-blk {
    text-align: center;
}

#faq h3 a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #0B1C30;
}

#faq .toggle {
    border: 1px solid #CBDBF5;
    background: #fff;
    border-radius: 16px;
    padding: 0px 20px;
    margin-bottom: 20px;
    position: relative;
}

#faq .toggle.open:before {
    rotate: 180deg;
    top: 15%;
}

#faq .toggle:before {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 3%;
    top: 34%;
    rotate: 0deg;
    transition: all 0.5s;
    color: #238623;
    font-size: 30px;
}

#faq .toggle h3 a i {
    display: none !important;
}

/* faq section CSS end */

/* footer CSS start */

h6 {
    color: #0B1C30
}

#footer p, #footer ul li {
    font-size: 14px;
    line-height: 22px;
}

#footer ul li {
    padding-bottom: 10px;
}

#footer ul li, #footer ul li a, #footer p {
    color: #323232;
}

#footer-inr {
    padding-bottom: 50px;
}

#inr-footer {
    border-top: 1px solid #CBDBF5;
    padding: 30px 0;;
}

#inr-footer .right-col {
    text-align: right;
}

#inr-footer .right-col a {
    font-weight: bold;
}

#footer-outer {
    display: none;
}

/* footer CSS end */


/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
}



