@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Objective-Light';
    src: url('../objective/Objective-Light.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../objective/Objective-Light.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../objective/Objective-Light.woff') format('woff'),  /* Newer browsers */
         url('../objective/Objective-Light.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../objective/Objective-Light.svg#Objective-Light') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Objective-Regular';
    src: url('../objective/Objective-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../objective/Objective-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../objective/Objective-Regular.woff') format('woff'),  /* Newer browsers */
         url('../objective/Objective-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../objective/Objective-Regular.svg#Objective-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Objective-Medium';
    src: url('../objective/Objective-Medium.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../objective/Objective-Medium.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../objective/Objective-Medium.woff') format('woff'),  /* Newer browsers */
         url('../objective/Objective-Medium.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../objective/Objective-Medium.svg#Objective-Medium') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'Objective-Bold';
    src: url('../objective/Objective-Bold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../objective/Objective-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../objective/Objective-Bold.woff') format('woff'),  /* Newer browsers */
         url('../objective/Objective-Bold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../objective/Objective-Bold.svg#Objective-Bold') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'Objective-Regular';
	font-size:14px;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}

.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.vError
{
	border:red 1px solid !important
}
.form-error , .form-error *
{
    color: red;
    font-size: 10px !important;
    padding-top: 5px;
    display: inline-block;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}

.txt-right
{
	text-align:right;
}
.font-light , .font-light *
{
	 font-family: 'Objective-Light';
}
.font-medium 
{
	font-family: 'Objective-Medium';
}
.font-bold
{
	font-family: 'Objective-Bold';
}
.font-regular
{
	font-family: 'Objective-Regular';
}

.font-10, .font-10 *
{
	font-size:0.65rem
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}

.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}

.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 23px;
    right: 11px;
	z-index: 999999999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #92C03E;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px
}
.px-100
{
	padding-right: 100px;
	padding-left: 100px
}
.ai-fs
{
	align-items:flex-start
}
.line-height2
{
	line-height:2rem
}
.line-height-normal
{
	line-height:22px
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blue
{
	color:#92C03E
}
footer .blue
{
	color:#999899
}
.blue1
{
	color:#999899
}
.grey
{
	color:#999899;
}
header
{
	background-color:#FFF
}
.top_header ul li a
{
	color:#92C03E;
	font-size:1.25rem
}
.top_header ul li a:hover , .top_header ul li a.active
{
	color:#CACBCA
}
.top_header ul li{
padding:0 30px;
}

.h-login
{
	background:#F2F2F2;
	border-radius:15px;
	padding:7px 20px 5px 20px;
}
.h-login:hover
{
	background:#92C03E;
	color:#F2F2F2
}

.h-signup
{
	background:#92C03E;
	border-radius:15px;
	padding:7px 20px 5px 20px;
	line-height:16px;
}.h-signup:hover
{
	background:#F2F2F2;
	color:#92C03E
}

.h-cart
{
	background:#F2F2F2;
	border-radius:15px;
	border:1px solid #92C03E;
	padding:7px 20px 5px 20px;
}
.h-cart:hover
{
	background:#92C03E;
	color:#F2F2F2
}
header nav
{
	background:#92C03E
}
header nav a
{
	color:#FFF;
	text-transform:uppercase;
	font-size:1.125rem;
	padding:25px 20px 22px 20px;
	display: inline-block;
	position:relative;transition:all 0.5s ease-in-out;
}
header nav li a:hover
{
	color:inherit
}
header nav a:before
{
	transition:all 0.5s ease-in-out;
}
header nav a.active:before , header nav a:hover:before
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:7px;
	background:#F2F2F2;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

footer
{
	background:#FFF
}
.footer_menu a
{
	text-transform:uppercase;color:#999899;
	font-size:1rem;transition:all 0.5s ease-in-out;
}
.footer_menu a:hover , .footer_menu a.active
{
	color:#92C03E
}
iframe
{
	display:none
}

footer input[type='text'] , header form input[type='text'] {
    border-radius: 50px;
	border:1px solid #999899;
    background-color: transparent;
    height: 40px;
    width: 100%;
    background:transparent;
}
footer button[type='submit'] , header form button[type='submit'] {
    border-radius: 50px;
    background: transparent;
    color: #FFF;
    font-size: 18px;
    height: 40px;
    position: absolute;
    top: 0.15rem;
    right: 15px;
    width: 25px;

}
footer input::placeholder  , header form input::placeholder { 
  color: #999899;
  opacity: 1; 
}

footer input:-ms-input-placeholder , header form input:-ms-input-placeholder  { 
  color: #999899;
}

footer input::-ms-input-placeholder , header form input::-ms-input-placeholder { 
  color: #999899;
}

.input_search {
    width: 0 !important;
    height: 0;
    padding: 20px 0!important;
    border: 0 ;transition: 0.3s ease-in 0s;
}
header form input[type='text'] {
	border:0
}
.input_search.active {
    width: 200px !important;    border: 1px solid #999899;text-indent:15px;margin-left:10px;
}
.footer_box{
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
position:relative;
}
.footer_box:before
{
	background:rgba(0,0,0,0.6);
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:50%;
	height:100%
}
.footer_box a:first-child , .companies_check a:first-child
{
	background:#92C03E;
	color:#FFF;
	border-radius:25px;
	padding:15px 20px 12px 20px;
}
.footer_box a:first-child:hover ,  .companies_check a:first-child:hover {
	background:#FFF;
	color:#92C03E;	
	transform:translateY(-5px)
}
.footer_box a:nth-child(2)
{
	background:#FFF;
	color:#92C03E;
	border-radius:25px;
	padding:15px 20px 12px 20px;
}

.companies_check a:nth-child(2) , .back
{
	background:#F2F2F2;
	color:#92C03E;
	border-radius:25px;
	padding:15px 20px 12px 20px;
}
.footer_box a:nth-child(2):hover ,  .companies_check a:nth-child(2):hover  , .back:hover
{
	background:#92C03E;
	color:#FFF;
	transform:translateY(-5px)
}
.radius-25
{
	border-radius:25px;
}
.radius-l-25
{
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;;
}
.radius-r-25
{
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}



.radius-top-25
{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	

}
.radius-bottom-25
{
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}
.bg_grey
{
	background:#F1F1F1
}
.bg_grey1
{
	background:#DDDDDD
}
.bg_grey2
{
	background:#CACBCA
}



.bg1_before:before
{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	background:#92C03E;
	content:'';
}
.bg_blue
{
	background:#92C03E
}
.bg_blue1
{
	background:#92C03E
}
.bg_blue2
{
	background:#93AFC0
}
.bg2_before:before
{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:100%;
	background:#DDDDDD;
	content:'';
}
.bg_mix
{

	background:linear-gradient(190deg, #92C03E, #2c3a12);
	/*background: radial-gradient(circle, rgba(255,232,21,1) 0%, rgba(235,131,107,1) 40%);*/
}
.bg_mix1
{

	background:linear-gradient(190deg, #92C03E, #2c3a12);
	/*background: radial-gradient(circle, rgba(255,232,21,1) 0%, rgba(235,131,107,1) 40%);*/
}
.forms-style input[type=text] , .forms-style input[type=password] , .forms-style select , .forms-style input[type=number] , .forms-style textarea
{
	border-radius:15px;
	border:0;
	 font-family: 'Objective-Light';
	 font-size:14px;
	 color:#999899;
}
.forms-style input[type=text]
{line-height:6
}

.forms-style textarea
{
	background:#FFF;
	height:100px;
}
.forms-style input[type=password]
{
	font-size:26px;line-height:1px !important
}
.forms-style input::placeholder , .forms-style select::placeholder , .forms-style textarea::placeholder  { 
  color: #999899;
  opacity: 1;     font-size: 14px;
}

.forms-style input:-ms-input-placeholder , .forms-style select::-ms-input-placeholder , .forms-style textarea::-ms-input-placeholder{ 
  color:  #999899;    font-size: 14px;
}

.forms-style input::-ms-input-placeholder, .forms-style select::-ms-input-placeholder  , .forms-style textarea::-ms-input-placeholder { 
  color: #999899;    font-size: 14px;
}
.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 25px;
}
.fixed_wp
{
	position:fixed;
    bottom: 20px;
    right: 15px;
	z-index:500
}
.fixed_wp span{
	font-size:40px;
	color:#25D366;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
.forms-style input[type=submit]
{
    border-radius: 25px;
    background: #92C03E;
    color: #FFF;
    display: inline-block;
    width: auto;
    padding: 5px 50px 0px 50px
}
.forms-style input[type=submit]:hover
{

    background: #FFF;
    color: #92C03E;
	transform:translateY(-5px)
}

.signin-click
{
    background: #FFF;
    color: #92C03E;	
	border-radius: 25px;
	display: inline-block;
    width: auto;
    padding: 20px 75px;
}
.signin-click:hover
{
    background: #92C03E;
    color: #FFF;
	transform:translateY(-5px)
}
.mini-logo{
	position:absolute;
	bottom:50px;
	left:100px;
	z-index:50;
	max-width:70px;
}
.p-100
{
	padding:100px
}
.dashboard_content
{
	border-top-left-radius:50px;
	position:relative;
	padding-right:0
}
.dashboard_content:after
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    z-index: 50;
    background:#F2F2F2;
	content:''
}
.dashboard-menu a
{
	font-family: 'Objective-Medium';
	font-size:22px;
	color:rgba(255,255,255,0.8);
}
.dashboard-menu a.active
{

	color:rgba(255,255,255,1);
	font-family: 'Objective-Bold';
}
.dashboard-menu li
{
	padding:20px 0
}
.dashboard-menu li img
{
	margin-right:25px;
	max-width:30px;
}
.readonly
{
	opacity:0.5
}
.add_s
{
	background:#92C03E;
	color:#FFF;
	border-radius:50px;
	padding-right:15px;	
}
.add_s:hover
{
	background:#92C03E;
	color:#FFF;

}
.bg_white
{
	background:#FFF
}
.services_listing_box
{
	box-shadow: 0 5px 5px #D2D2D2
}
.services_listing_img
{
	width:135px;
	height:135px;
}
.services_listing_info
{
	border-right:1px solid #D5D5D5
}
.services_drop
{
	border:1px solid #92C03E;
	background:#92C03E94;
	color:#FFF;
	border-radius:15px;
}
.services_drop a
{

	color:#FFF;
	display:inline-block;
	width:100%;
}
.services_drop_action
{
	display:none
}
.services_drop .font-12
{
	font-size:8px !important
}
.cur{cursor:pointer}
.pt-100{padding-top:100px;}

.dashboard-form input , .dashboard-form select , .dashboard-form textarea
{
	border:0;
	border-bottom:1px solid #92C03E;	
	color:#92C03E;
	background:transparent;
	padding:0
}
.dashboard-form textarea
{
	height:100px;
	resize:none
}
.dashboard-form input::placeholder , .dashboard-form textarea::placeholder , .barter_filter select::placeholder { 
  color: #92C03E;
  opacity: 1; 
}

.dashboard-form input:-ms-input-placeholder , .dashboard-form textarea:-ms-input-placeholder , .barter_filter select:-ms-input-placeholder { 
  color: #92C03E;
}

.dashboard-form input::-ms-input-placeholder  , .dashboard-form textarea:-ms-input-placeholder , .barter_filter selectms-input-placeholder { 
  color: #92C03E;
}
.dashboard-form select
{
	
	background:  url(../images/icons/ionic-ios-arrow-down.svg) 95% no-repeat;
	padding-right:35px;
}

.userphoto {
    width: 135px;
    height: 135px;
    border-radius: 25px;

    position: relative;
    margin-right: 0;
    display: inline-block;
	
}
.userphoto label {
position: absolute;
    top: 0;
    right: 0;
	width:100%;
	height:100%;
    /* transform: translateX(-50%); */
    z-index: 10;
}
.userphoto label img{
margin: 10px 10px 0 0 ;float:right
}
.userphoto input {
    display: none;
}
#output{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-100
{
	height:100%
}
.btn_remove
{
	background:none;
	color:#92C03E;
	font-size:22px;
}
.bb2
{
	border-bottom:1px solid #E2E7EA;
}


.status
{
	padding:5px 10px;
	
}
.status-success
{
	border:1px solid #00BF78;
	background:#84E0BE;

}
.status-pending
{
	border:1px solid #AAAAAA;
	background:#D4D4D4;

}
.request_type
{
	position:absolute;
	top:20px;
	right:0;
	width:88px;
	height:27px;
	padding-left:10px;
}
.request_type.t_products
{
	background:url('../images/icons/products_bg.png')
}
.request_type.t_services
{
	background:url('../images/icons/services_bg.png')
}
.barter_filter select
{
	background-color:#FFF;
	border:0;
	padding-right:50px;background-position: 90% center;
	color:#92C03E;
	font-size:14px;
	border-radius:15px;
}
.lightblue
{
	color:#999899;
}
.over1
{
	overflow:inherit !important
}
.companies-bb
{
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
}

.categories_box .bg_overlay:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: rgba(97,143,14,0.5);
    height: 100%;
    content: '';
}
.categories_content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    z-index: 500;
}
.categories_box h4:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100px;
	border-top:1px solid #FFF;
    height: 1px;
    content: '';
}

.categories_box a:hover
{
	color:#92C03E
}
.breadcrumbs
{

padding: 20px;
    background: #F6F7F8;
    border-radius: 15px;
}
.breadcrumbs li
{
	display:inline-block;
	background:url('../images/right.svg') no-repeat right center;
	padding-right:20px;
	margin-right:0;
	background-size:15px 15px
}
.breadcrumbs li:last-child
{
	background:none;
	padding-right:0;
	margin-right:0
}
.breadcrumbs li a
{
	color:#92C03E
}
#img-s
{
	display:inline-block !important;
	border:0 !important;
	opacity:0
}
.services_list .services_list_box
{
	border:3px solid #F6F7F8
}
.services_list .colw-25 .bg_hover
{
	border-bottom:3px solid #F6F7F8
}.bb-3
{
	border-bottom:3px solid #F6F7F8;
}
.services_list_hover{
position:absolute;transition:all 0.5s ease-in-out;
top:0;
left:0;
z-index:50;
width:100%;
height:100%;
background:rgba(255,255,255,0.8);
opacity:0
}
.services_list_box:hover .services_list_hover
{
	opacity:1
}
.request_barter
{
	background:#F2F2F2
}
.request_barter:hover
{
	background:#F6F7F8;

}


.products_listing h2:before
{
	content:'';
	position:absolute;
	bottom:-5px;
	left:0;
	width:75px;
	height:1px;
	border-bottom:1px solid #92C03E;
}
.products_listing .bg_grey
{
	max-width:320px;
}
.products_listing .bg_grey.serv
{
	min-height:90px;
}
.out_logo
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:50;
	width:60px;

}
.p_logo
{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:50;
	width:60px;
	background:rgba(255,255,255,0.4);
	border-radius:50%;
}
.p_logo img
{

}
.bg_hover:hover .p_logo img
{
	transform:scale(1);
	
}
.pagination 
{
    padding: 0;
    background: #F6F7F8;
    border-radius: 25px;
	text-align:center;
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.pagination li{
display:inline-block;
margin:0 20px;
}
.pagination li a{
	color:#92C03E;
	font-family: 'Objective-Medium';
}
.pagination li.active{
	background:#92C03E;
	border-radius:50%;
	color:#FFF;
	width:40px;
	height:40px;
	display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.slick-track .slick-slide > div, .slick-track .slick-slide .card, .slick-track .slick-slide .card > div {
    height: 100%;
}


.products_slick .slick-track , .products_slick_nav .slick-track
{
    display: flex !important;
}

.products_slick .slick-slide , .products_slick_nav .slick-slide
{
    height: inherit !important;
}
.products_slick_nav img
{
	max-height:200px;
}
.products_slick_nav .card
{
	border:2px solid #E5E8EA;

}
.products_slick_nav .slick-slide
{

	margin-right:15px;
}.fa-upload
{
	font-size:12px;
	color:#92C03E;
}


.p_logo_inner
{

	z-index:50;

	border:1px solid #F6F7F8;
	border-radius:50%;
}
.p_logo_inner img
{
	width:150px;
}
.products_items select
{
	width:150px;
	height:40px;
	width:150px;
}
.products_items input[type='number']
{
	width:150px;
	height:40px;
	background:#F2F2F2;
	border-radius:25px;
	border:0
}
.bg_lightgrey
{
	background:#FAFAFB
}
.br-15
{
	border-radius:15px;
}
.w-100
{
	width:100% !important
}
.products_height{
height:180px;
}

.test_slick
{
	margin-bottom:0 !important
}



#topBar {

  width: 100%;
  padding: 0 15px;

  z-index: 1000;
  background: #92C03E;
  height: 4rem;
  font-size: 1.2rem;
  box-shadow: 0 0px 10px rgba(0,0,0,.25);
}

#topBar ul li{
  position: relative;
  display: inline-block;
}

#topBar>ul>li {
  float: left;
}

#topBar a {
  display: inline-block;
  padding: 1.4rem 1.8rem;
  line-height: 1.2rem;
  color: #FFF;
  transition: .2s ease-out;
}

#topBar a:hover, li.active {
/*background: #F2F2F2;color:#92C03E;*/
}
#topBar li.active > a
{
	/*color:#92C03E;*/
}
ul.subMenu {
  box-sizing: border-box;
  position: absolute;
  top: 99%;
  left: 0;
  width: 150%;
  z-index:500
}
ul.subMenu a:hover:before
{
	
}
ul.subMenu li {
  width: 100%;
  background: #92C03E;
}

#topBar ul.subMenu li a {
  width: 100%;
padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top: 1px solid rgba(255,255,255,.1);
 
}

#topBar ul.subMenu li a:hover, #topBar ul.subMenu li.active>a {
  background: #F2F2F2;color:#92C03E;
  padding-left: 1.1rem;
  
  
  
}

ul.subMenu ul.subMenu{
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
}
.circle
{
	background:#FFF;
	width:145px;
	height:145px;
	border-radius:50%;
	box-shadow: 5px 10px 10px #d2d2d2
}

.circle:before
{
	position:absolute;
	top:50%;
	left:150%;
	width:180px;
	height:3px;
	background:#92C03E;
	content:''
}
.how_works .colw-33:nth-child(3) .circle:before
{
	display:none
}
.how_works .colw-33:last-child .circle:before
{
	display:none
}
.about_parallax
{
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
.about_parallax:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50;
	content:'';
	background:rgba(0,0,0,0.6)
}
.home_search input[type=radio]
{
	border-radius:50% !important;
	
}
.home_search  input[type=radio]:checked
{
	background:#92C03E;border:0
}
.home_search input , .home_search select
{
	border-radius:50px  !important;
}
.home_search select{
    background: #fff url(../images/s.svg) 100% no-repeat;
}


.contact-form input[type=text], .contact-form textarea {
    border: 0;
    border-bottom: 1px solid #92C03E;
    padding-left: 0;
    background: transparent;
    font-size: 14px;
	color:#92C03E
}

.contact-form button {
    background: #92C03E;
    border-radius: 25px;
    color: #FFF;
    padding: 15px 60px;
    transition: all 0.5s ease-in;
}
.contact-form button:hover
{
	background:#FFF;color:#92C03E;
	transform: translateY(-5px);
}

.contact-form  input::placeholder , .contact-form  textarea::placeholder{ 
  color: #92C03E;
  opacity: 1; 
}

.contact-form  input:-ms-input-placeholder , .contact-form  textarea:-ms-input-placeholder { 
  color: #92C03E;
}

.contact-form  input::-ms-input-placeholder , .contact-form  textarea:-ms-input-placeholder { 
  color: #92C03E;
}
.contact_links .icons {
    font-size: 30px;
}

.contact-form input.vError, .contact-form textarea.vError
{
	border:0 !important;
	border-bottom:1px solid red !important
}
.banners .main_bg:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1366px;
    height: 100%;
    background: url(../img/line.svg) no-repeat left top;
    z-index: 50;
    content: '';
    margin: 0 auto;
    transform: translate(-50%, 0);
}
.z-100
{
	z-index:100
}
.line2
{
	position:relative
}
.line2:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 780px;
    background: url(../img/line2.svg) no-repeat left top;
    z-index: 10;
    background-size: contain;

}
.main_bg {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
	background-size:cover;
	background-repeat:no-repeat
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index: 50;
    content: '';
}
.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 10vh;
}
.view_more
{
	
	background:#555453;border-radius:25px;
	padding:15px 60px;transition: all 0.5s ease-in;
}
.view_more:hover
{
	background:#000;
	transform: translateY(-5px);
}


.banners  .slick-dots li
{
	width:50px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:50px;
	height:5px;border-radius:25px;
	background:#F2F2F2;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#626262;
}
.banners .slick-dots {
    bottom: 3vh;
}
.banners{
margin-bottom:-5px !important
}
.h-240
{
	height:240px;
}
.home_search .type_2
{
	display:none
}

.terms_agree a
{
	color:#92C03E
}
.fam
{
	
    cursor: pointer;
}
div.tooltip {
    color: #cccccc;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    padding:10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: 3px 3px 15px 0 rgb(0 0 0 / 35%);
    border-radius: 2px;
    max-width: 280px;
}

div.tooltip.top-left:before, div.tooltip.top-right:before, div.tooltip.top-center:before {
    border-top-color: rgba(0, 0, 0, 0.85);
    border-width: 11px;
    margin-left: -11px;
}
div.tooltip.top-center:after, div.tooltip.top-center:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div.tooltip.top-left:after, div.tooltip.top-right:after, div.tooltip.top-center:after {
    border-top-color: rgba(0, 0, 0, 0.85);
    border-width: 10px;
    margin-left: -10px;
}
.wlc_msg
{
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 50;
}
.installation_fees input[type=radio]
{
	border: 1px solid #92C03E;
}


#submit_form label
{
    font-size: 14px;
    color: #999899;
    padding-bottom: 5px;
    display: inline-block;
}
.bg_black
{
	background:#000
}
.status_drop{
border:0
}
.border-1
{
	    border: 1px solid #ccc !important;
}
.jc-fe
{
	justify-content:flex-end
}


.registered_slick .slick-track
{
    display: flex !important;
}

.registered_slick .slick-slide
{
    height: inherit !important;
}
.registered_slick  .slick-slide 
{
	    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:50%;
	z-index:60;

	background:none
}
.latest_arrow img
{
	width:30px;
}
.leftLst
{
	left:-35px;transform: rotate(-180deg);
}
.rightLst
{
	right:-35px;
}
.checkout_box textarea
{
	background:#f5f5f5
}

.remind_me
{
	background:red;
	color:#FFF
}
.remind_me:hover
{
	background:FFF;
	color:red
}
.m-mob{display:none}


.txt-cntr
{
	text-align:center;
}
.bg1
{
	background:#92C03E
}
.white
{
	color:white
}
.w-auto
{
	width:auto !important
}
.dashboard_slide .forms-style input[type=submit]
{
	    padding: 5px 25px 0px 25px;
}
@media all and (max-width: 960px){
	.logo_box img{width:120px;}
.home_search .font-20{font-size:1rem}
	.wlc_msg{position:relative;top:auto;left:auto;display:inline-block;margin-bottom:25px;}
.flex-row-m{flex-direction:column}
.footer_menu ul li{padding:15px 0}
.mb-25-m{margin-bottom:25px;}
h1, h2, h3, h4, h5, h6{line-height:initial}
.footer_box:before{width:100%}
.ai-fs-m{align-items:center}
.ml-0-m{margin-left:0}
.w-100-m{width:100%}.mr-0-m{margin-right:0}.pl-0-m{padding-left:0}
.contact-form .pr-35 , .contact-form .px-50 , .register-m .pr-15 , .form-group.pr-15 , .pr-0-m , .form-group .pr-20 ,#dynamic_field .pr-20{padding-right:0}
.contact-form .pl-35 , .contact-form .px-50 , .register-m .pl-15, .form-group.pl-15 , .form-group .pl-20 ,#dynamic_field .pl-20{padding-left:0}
.pb-50-m{padding-bottom:50px;}
.services_listing_box .flex-row{flex-direction:column}
.services_listing_box .flex-row span{padding-top:10px}
.services_list  .px-30 ,  .p-0-m{padding-left:0 !important;padding-right:0 !important }
.products_details .pl-50{padding-left:0}
.circle:before , .dashboard_content:after{display:none}
.login-m , .register-m{margin:0 25px;border-radius:25px;}
.register-m{width:calc(100% - 50px);padding-right:25px;padding-left:25px;}
.font-50, .font-50 * {font-size: 2rem;}.font-36, .font-36 * {font-size: 2rem;}
.py-25-m{padding:25px 0}
.dashboard_content{padding-right:25px;padding-left:25px;border-radius:25px;}
.jc-sb-m{justify-content:space-between}
.services_listing_info{border:0}
.services_listing_img {background:none}
.image-uploader .uploaded .uploaded-image{width:100% !important;height:auto !important;margin-bottom:0 !important}
.image-uploader .uploaded .uploaded-image img{position:relative !important;max-width:100%;object-fit: none !important;height:auto!important}
.services_listing_img{height:auto}
.barter_filter .pr-20{padding-right:0;width:100%;margin-bottom:25px;}
.mt-25-m{margin-top:25px;}
.ai-fs-m{align-items:flex-start}
.stat_m{overflow: scroll;}
.acc_m{width:100%;padding:5px 0}
.main_bg{height:auto;padding:50px 0}
.colw-50.fr{float:left !important;}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}

#topBar{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #92C03E;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}
#topBar a{padding:1.4rem 0}
	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}.line2:before{display:none}
	.trigger{top:40px;}
	ul.subMenu ,ul.subMenu ul.subMenu{position:relative;top:auto;left:auto}
	ul.subMenu li{padding-left:0}
	.fixed_wp{bottom:5px;right:5px;}.fixed_wp img{max-width:40px;}
	.banners .slick-dots {bottom: 2vh;}
	.categories_box{justify-content:space-between;}
	.categories_box .colw-25{width:48%}
	.categories_box .py-25{padding-top:10px;padding-bottom:10px;}
	.categories_box .px-35{padding-left:10px;padding-right:10px;}
	.categories_box .font-20 *{font-size:1rem}
	.how_works .rightLst{right:0}
	.how_works .leftLst{left:0}
	
	.how_works .rightLst , .test_slick .rightLst{right:-10px}
	.how_works .leftLst , .test_slick .leftLst{left:-10px}	
	
	.how_works , .registered_slick {margin-bottom:0 !important}
	.py-100 {	padding-top:6.25rem;padding-bottom:6.25rem}
	.how_works .colw-33 {padding-bottom:0 !important}
	.mini-logo{position:relative;bottom:auto;left:auto;display:none}
	.signin-page .py-100{padding-top:20px;padding-bottom:20px;}
	.form-error, .form-error *{line-height:1}
	.forgot-page{float:right;}
	.signin-page .pt-10{padding-top:0}
	.signin-page .mt-30{margin-top:20px;}
	.forms-style input[type=text]{line-height:initial}
	header nav a{text-transform:capitalize}
	#topBar ul.subMenu li a{padding:10px;}.radius-top-25 {border-top-left-radius: 15px;border-top-right-radius: 15px;}
	.acc_m .colw-40{padding-bottom:15px;}
	.products_items input[type='number']{width:100px}
	.m-none{display:none !important}
	.m-mob{display:inline-block}
	.pt-0-m{padding-top:0}
	.signin-page .pt-50{padding-top:25px;}
	.h-signup{max-width:50%}
	.bg_mix1 .py-100{padding-top:0;padding-bottom:0}
	.p-100 {padding:4rem 2rem;}
	.dashboard_content  .pb-50{padding-bottom:0}
	.m-mob-s{display:none !important}
}.ai-c
{
	align-items:center
}
.jc-fs
{
	justify-content: flex-start;
}