/*
	Template Name: Trade
    Template URL: http://demo.themeregion.com/trade
	Author: Theme Region
	Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
/* Table of Contents
==================================================
# Global 
# Header
# Main
# Home One
# Home Two
# Services Ad
# Category
# Details
# Ad Details 
# Published Page
# Signin Page
# Create Account
# Post Page
# Myads Page
# Ad Profile
# Delete Page
# About Us 
# Contact Us
# Footer
# Extra
# Custom Fonts
==================================================

*/

/* ==========================================================================
 	Global
 ========================================================================== */
.img-bordered {
	border: 3px solid #E8E8E8;
	padding:2px;
	background: #fff;
}

html,
body {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight:400;
	color: var(--primary-text-color); 
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Hind Siliguri', sans-serif;
	font-weight:normal;
	color: var(--heading-text-color);
}

ul {
	margin:0;
	padding:0;
    list-style:none;
}

a {
	font-family: 'Hind Siliguri', sans-serif;
	color: var(--link-color);
	text-decoration: none;
}
ul.user-menu a {
    color: var(--primary-text-color);
}


img {
	max-width: 100%;
}

section {
  min-width: 100%;
  position: relative;
  width: 100%;
  padding: 50px 0;
}

a:active,
a:focus, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, .form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}



/* ==========================================================================
 	Bootstrap Replace
 ========================================================================== */
.text-primary{
    color: var(--primary-text-color) !important;
}

.btn-outline-primary {
    border: 1px solid var(--primary-color) !important;
    color: 1px solid var(--primary-color) !important;
}

.btn-outline-primary:hover {
    border: 1px solid var(--primary-color) !important;
    color: 1px solid var(--bg-text-color) !important;
    background: var(--primary-color) !important;
}

.pagination a {
    color: var(--primary-text-color);
    padding: 1px 15px;
    background: #e9e9e9;
    margin-right: 4px;
    border-radius: 5px;
}

.pagination a.active {
    background: var(--primary-color);
    color: var(--bg-text-color);
}

 /* ==========================================================================
 	User Page login / Sign up
 ========================================================================== */

#main.user-page {
	padding: 60px 0 80px;
}

.user-account {
	background-color: #fff;
	border-radius: 4px;
	padding: 40px 60px;
}

.user-account h2 {
	font-weight: 700;
	margin-bottom: 55px;
}


.user-account .btn {
	color: #fff;
	padding: 5px 32px 7px;
	margin-top: 10px;	
}

.user-account select {
	height: 44px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
}

.user-account .checkbox label, .forgot-password a{
	color:#b9b9b9;
}

.user-account .checkbox label:hover, .forgot-password a:hover {
	color:#00a651;
}
.user-account .user-option {
	overflow:hidden;
	margin-top:55px;
}


.social-login .btn-google {
    background: #ffffff !important;
    color: #4e4e4e;
    border: 1px solid #bbbbbb;
}

.btn-google .fa-google {
    color: #dc0d14;
}

.form-control:focus {
	border-color: #00a651;
}

.title {
	line-height: 34px;
	color: var(--heading-text-color, #000);
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
}



.online {
	position: relative;
	padding-right: 10px;
}

.online:after {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #38b590;
    content: "";
    top: 8px;
    margin-left: 5px;
}

.section {
	background-color:#fff;
	border-radius:4px;
	padding:15px 15px;
	margin-bottom:20px;
}

.section-title h4{
	font-weight: 500;
}

.form-control {
	box-shadow:none;
	-webkit-box-shadow:none;
	border: 1px solid #e3e3e3;
	color:#000;
}

textarea {
	resize:none;
}

.btn.btn-primary {
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
	background-color: var(--primary-color);
    color: var(--bg-text-color);
	padding:10px 40px 12px;
	border:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.btn.btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--bg-text-color);
}


.navbar-default .navbar-toggle {
	border-color: var(--primary-color);
	margin-top: 5px;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: var(--bg-text-color);
}

.navbar-default .navbar-toggle, 
.navbar-default .navbar-toggle:hover {
	background-color: var(--primary-color);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2525251c;
}


.opstatus {
    color: var(--bottom-header-text-color);
}
.page {
	padding-bottom:0;
}

/* ==========================================================================
 	Header
 ========================================================================== */
.top-header {
    background: var(--bottom-header-bg-color);
    padding: 5px 0px;
    color: var(--bottom-header-text-color);
}
.top-header .contents{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
#header .navbar-default {
    padding: 4px 0;
    background: var(--header-bg-color);
    border-radius: 0px;
 }



.navbar-brand img {
    width: 150px;
    padding: 5px 0px;
}

.navbar {
	margin: 0;
}

.language-change{
    left: unset;
    right: 0;
}
.user-acc-dropdown {
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    display: none;
}

.show-mobile-hide-desktop{
    display: none !important;
}
.user-account-section {
    display: flex;
    justify-content: end;
    gap: 5px;
    text-transform: capitalize;
}

.user-account-section a {
    background: var(--primary-color);
    padding: 5px 15px;
    border-radius: 5px;
    color: var(--bg-text-color);
}

.user-account-section a:hover{
    background: var(--secondary-color);
}

.nav-link {
    color: var(--nav-link-color, #000000);
}


.dropdown-menu{
	border-radius: 0;
}

.navbar-nav .dropdown-menu>li>a {
	padding: 6px 20px;
	font-size:13px;
}

.dropdown-menu>li>a, 
.dropdown-menu>li>a:hover {
	background-color:transparent;
}


.language-dropdown {
	display:inline;
	margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: var(--top-header-bg-color);
    padding: 4px 5px;
    font-size: 24px;
}

.language-dropdown button {
	font-size: 16px;
	color: var(--top-header-text-color);
	line-height: 23px;
	text-transform: capitalize;
	background: transparent;
	text-decoration: none;
	padding: 0px 5px;
	border: none;
}

.language-dropdown button i {
	margin-left: 5px;
}

.language-dropdown button:hover {
	color:#00a651;
}

.language-dropdown li>a {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
}


.language-dropdown i.fa-globe,
.sign-in li i {
	font-size: 14px;
	color: var(--top-header-text-color);
}



.nav-right .dropdown-menu {
    margin: 5px 0 20px;
    text-transform: capitalize;
}
.nav-right .dropdown-menu li a:hover {
	color: #00a651;
	background-color: transparent;
}

.sign-in li a {
   color: #f00;
    font-size: 14px;
}


#header a.btn {
	padding: 5px 25px 7px;
	background-color: #0072bc;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}

#header a.btn:hover {
	background-color: #00a651;
}



.header_top_sec {
    position: relative;
    background: var(--top-header-bg-color);
    line-height: 17px;
}

.wrk_time{
    display:none;
}

.work_time {
    position: absolute;
    background: var(--work-time-bg-color);
    padding: 7px;
    top: 0;
    bottom: 0;
    font-weight: 700;
    color: var(--work-time-text-color);
    z-index: 1;
    
}


.site_notice {
    color: var(--top-header-text-color);
    padding: 8px 0px;
    margin-bottom: -5px;
}

/* ==========================================================================
 	Main
 ========================================================================== */
#main {
	background-color: var(--site-background-color , #f7f7f7);
}

#main.home-default {
	padding-bottom:0;
}

.exchange_start {
    padding: 20px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}


.exchange_start table {
    background: #fff;
}




.category-ad {
	background-color: #fff;
	display: inline-block;
	padding:40px 0px 10px;
	border-radius: 3px;
}

.category-list .category-item {
	width:25%;
	float:left;
	margin-bottom:30px;
}

.category a {
	color: #505050;
	display:block;
}

.banner-form .dropdown-menu {
	min-width:220px;
	padding:15px 0;
}


.category-title {
	color:#505050;
}
.category-quantity {
	color: #b5b5b5;
} 

.category-title {
	display:block;
	font-size: 16px;
}

.category-item:hover .category-quantity,
.category-item:hover .category-title {
	color :#00a651;
}

.featureds {
	background-color: #fff;
	padding: 15px 30px 0;
	overflow: hidden;
	border-radius: 4px;
}

.featured-top {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
    padding-bottom: 5px;
}

.featured-slider {
	margin-right:-15px;
}

.featured {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    background: #f9f9f9;
}

.featured .ad-meta {
	position:inherit;
	width:100%;
}

.featured-image{
	position:relative;
}



a.verified {
	position: absolute;
	top: 0;
	right: 0;
}

a.verified i {
	height: 20px;
	width: 20px;
	background-color: #00a651;
	color: #fff;
	line-height: 25px;
	text-align: center;
}





.tab-manu {
	overflow:hidden;
	border-bottom: 1px solid #f2f2f2
}

.tab-manu h4 {
	float:left;
	margin-bottom: 14px;
}

.tab-manu .nav-tabs {
	float:right;
	border: none;
	border: 1px solid transparent;
}

.tab-manu .nav-tabs li a {
	padding:12px 15px;
	border-bottom:0;
	text-transform:capitalize;
	color:#9c9c9c;
}

.tab-manu .nav-tabs li a:hover,
.tab-manu .nav-tabs li.active a {
	border:1px solid #f2f2f2;
	background-color: #fcfcfc;
	border-bottom: #f2f2f2;
	border-radius: 0;
	color: #00a651;
}

.my-ads .ad-meta .pending {
	color:#f7941d;
}

.section.exchange_rate tr td i {
    color: #05e268;
}



  /* ==========================================================================
 	Ad Profile
 ========================================================================== */

.ad-profile {
	background-color: #fff;
	overflow: hidden;
	padding:0;
}

.user-profile {
	overflow: hidden;
	padding: 0 25px;
}

.user-images {
	float: left;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid #fcfcfc;
}

.favorites-user {
	float: right;
}

.ad-profile .user {
	float: left;
}

.ad-profile .user h2 {
	font-weight: 300;
	color: #2a2a2a;
	margin-top: 30px;
}

.ad-profile .user h2 a {
    font-weight: 700;
    color: #00a651;
    text-transform: capitalize;
}

.ad-profile .user h5 {
	color: #9fa4a4;
	font-size: 16px;
}

.ad-profile .my-ads,
.ad-profile .favorites {
    float: left;
    padding: 30px 40px;
    text-align: center;
    border-left: 1px solid #f5f5f5;
}

.ad-profile .my3-ads {
	 padding: 30px 55px;
}

.ad-profile .favorites-user small {
	display:block;
	font-size: 16px;
	color: #000;
	line-height: 0;
}

.ad-profile .favorites-user a {
	font-size: 48px;
	color: #00a651;
	display:block;
}

.ad-profile .favorites-user small:hover {
	color: #00a651;
}

.ad-profile .user-menu {
	border-top: 1px solid #f5f5f5;
}

.ad-profile .user-menu li {
	padding: 15px 20px;
	float: left;
	border-left: 1px solid #f5f5f5;
}



.user-pro-section .section {
	background-color: #fff;
	padding: 15px 35px;
}

.user-pro-section select, 
.user-pro-section input {
	color: #a0a0a0;
	font-size: 16px;
	height:43px;
}

.user-pro-section .form-group {
	overflow:hidden;
	margin-bottom:30px;
}

.user-pro-section label {
	float:left;
	width:25%;
	font-weight:400;
	color:#000;
	font-size:16px;
}
 
.user-pro-section .form-control {
	float:right;
	width:75%;
}

.user-pro-section .preferences-settings label, 
.user-pro-section .preferences-settings .form-control {
	float:none;
	width:100%;
	margin:5px 0;
	font-size:14px;
}

.user-pro-section h2 {
	margin-bottom: 30px;
	font-weight: 300;
	color: #000;
	text-transform:capitalize;
}

.user-pro-section .preferences-settings h2 {
	margin-bottom:15px;
}

.profile a.btn {
    background-color: #00a651;
    color: #fff;
    padding: 6px 26px 7px;
    border: 1px solid #00a651;	
    margin: 9px 0 0;
    margin-bottom: 30px;
}

.profile a.btn.cancle {
	background-color: #dbdbdb;
	border: 1px solid #dbdbdb;
	margin-left: 10px;
}

.profile a.btn:hover {
	background-color: transparent;
	color: #00a651;
	border: 1px solid #00a651;
}


.contact-info, .feedback {
	min-height:482px;
}
 /* ==========================================================================
 	Footer
 ========================================================================== */

  /* Footer Styles */
  .site-footer {
    padding: 40px 0 20px;
    font-size: 15px;
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .footer-title {
    color: var(--footer-link-color,rgba(255, 255, 255, 0.8));
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
  }
  
  .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin-bottom: 12px;
  }
  
  .footer-links a {
    color: var(--footer-link-color,rgba(255, 255, 255, 0.8));
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
  }
  
  .footer-links i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
  }
  
  .social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .social-link {
    color: var(--footer-link-color,rgba(255, 255, 255, 0.8));
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .social-link:hover {
    color: var(--primary-color);
  }
  
  .social-link i {
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
  }
  
  .footer-bottom a{
    
  }
  
  .footer-info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  
  .language-selector {
    display: flex;
    gap: 10px;
  }
  

.footer-bottom {
 	background-color: #3c3c3c;
 	color: #fff;
 	font-size: 14px;
 	padding: 19px 0 12px;
 	font-weight: 300;
 	border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom a {
    color:#fff;
}

.footer-bottom a:hover {
  	color: var(--primary-color);
  	text-decoration: underline;
}


  /* ==========================================================================
 	Extra
 ========================================================================== */

#scrollUp {
    background-image: url("../images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    text-indent: -9999px;
}



 /* ==========================================================================
 	Custom Fonts
 ========================================================================== */

.found-section .btn.btn-primary {
	padding: 6px 30px;
	font-size: 14px;
	margin-top: 30px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    text-transform: capitalize;
    vertical-align: middle;
}

.table>thead>tr>th {
    text-align: center;
    background: var(--primary-color);
    color: var(--bg-text-color);
    border: none;
}



.whats33{
    position: fixed;
    bottom: 65px;
    right: 20px;
    background: #00d673;
    padding: 5px 15px;
    border-radius: 10px;
    z-index: 200;
    display: flex;
    align-items: center;
    gap: 5px;
}


.btn-primary:hover .excicon, .rotation{
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}



.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered img {
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #dcdcdcee;
    
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.pulse, .online:after {
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.7);
    }
}  

