﻿/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap'); */
@import url('css2-Robotowght300400500700900_swap.css'); 

/*--------------------------------------------------------------------------------------*/
/*Genral-Css-Here
/*--------------------------------------------------------------------------------------*/
body{margin:0; padding:0; box-sizing:border-box; background:#000000;font-family: 'Montserrat', sans-serif;}
a{-webkit-transition: 0.5s ease-out; -moz-transition:0.5s ease-out; -o-transition: 0.5s ease-out; transition:0.5s ease-out; text-decoration: none;}
ul{margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
img{max-width:100%;}
figure {margin: 0; padding: 0;margin-bottom: 0;}
.container {padding: 0px 15px; max-width: 1315px;}
.container-fluid {padding: 0 30px;}

@-moz-keyframes spin{100%{-moz-transform: rotate(360deg);}}
@-webkit-keyframes spin{100%{-webkit-transform: rotate(360deg);}}
@keyframes spin{100%{-webkit-transform: rotate(360deg); transform:rotate(360deg);}}
/*--------------------------------------------------------------------------------------*/
/*Header-Css-Here
/*--------------------------------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Topbar
/*------------------------------------------------------------*/

/* .topbar{background:rgba(32, 38, 41, 1);padding: 8px 0}
.topbar .header_info {display: flex; align-items: center; display: -webkit-flex;}
.topbar .header_info .social_info {margin-left: auto;}
.topbar .header_info .social_info a{font-family: 'Montserrat', sans-serif;color: rgba(255, 255, 255, 0.6); margin-left: 15px; display: inline-block; line-height: 1px;font-size: 14px;}
.topbar .header_info .social_info a:hover{color: #FFF}
.topbar .header_info .header_contact a {font-weight: 500;font-family: 'Montserrat', sans-serif;line-height: 1; color: #fff; font-size: 14px; margin-right: 15px;}
.topbar .header_info .header_contact a span{margin-right: 10px;}
.topbar .header_info .header_contact a:hover{text-decoration: underline;}
.btn {padding: 10px 20px; background: transparent; border: transparent; font-size: 14px; line-height: 21px; color: #FFFFFF; font-family: 'Poppins', sans-serif; font-weight: 500; border-radius: 5.27049px;}
.btn.btn-light:hover {background: #2FB463; color: #FFF;}
.btn.btn-light {border: 1px solid #2FB463; color: #2FB463;}
.btn.btn-success {background: #2FB463; color: #FFF; border: 1px solid #2FB463;}
.btn.btn-success:hover {background: transparent; color: #2FB463;} */
/* header .header_inner .header_btn .btn + .btn {margin-left: 30px;} */
/*------------------------------------------------------------*/
/*Header
/*------------------------------------------------------------*/

header{padding: 15px 0}
/* .header_bar.header_warpp {background: #141414;}
header .header_inner{display: flex; align-items: center; display: -webkit-flex;flex-wrap: wrap;}
header .header_inner .navbar_menu ul {display: flex; align-items: center; display: -webkit-flex;}
header .header_inner .header_btn{margin-left:auto;width: 225px;text-align: right;}
header .header_inner .header_menu{width: calc(100% - 452px); display: flex; align-items: center; justify-content: center; display: -webkit-flex;}
header .header_inner .logo a {display: inline-block;margin-right:25px;}
header .header_inner .logo{max-width: 190px;}
header .header_inner .logo img{width: 100%}
header .header_inner .navbar_menu ul li {margin: 0 17px; position: relative;}
.header_bar.header_warpp .navbar_menu ul li a {color: #fff;}
header .header_inner .navbar_menu ul li a{ font-size: 16px; line-height: 20px;font-weight: 500;font-family: 'Roboto', sans-serif;}
header .header_inner .navbar_menu ul li a:hover{color: #2FB463;}
header .header_inner .header_btn .btn + .btn {margin-left: 30px;}
.header_bar.header_warpp .btn.btn-light {border: none;}
.menu_icon {display: none;}
.close-menu {display: none;}
.header_bar.header_warpp .header_inner {justify-content: space-between;}
header .header_inner .navbar_menu ul li::before {content: ""; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 0.88px; height: 20.17px; background: rgba(217, 217, 217, 0.3);} */
.faq_warp::before {background: none !important;}
.faq_warp {margin-right: 0 !important;}
/* header .header_inner .navbar_menu ul li a{padding: 0 0;} */
/* header.header_bar.header_warpp.header_indicator .header_inner .navbar_menu ul li{position: relative; display: initial; padding: initial; border-right: initial; line-height: initial;} */
.footer_section{margin-top: 0;}

/* lmarket Hero */
.lmarket_hero{display: flex; align-items: center; position: relative; overflow: hidden;}
.lmarket_hero::before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 60%; background: url(../image/lmarket_hero_bg-1.gif) 0 0 no-repeat; background-size: cover;}
.lmarket_hero::after{position: absolute; top: 0; bottom: 0; right: 50%; content: ""; width: 767px; background: url(../image/lmarket_hero_shadow.png) 50% 50% no-repeat;background-size: cover;    background-position: left center;}
.typed-cursor{opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; display: none;}
@keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
.lmarket_hero .lmarket_hero_d{width: 50%; position: relative; padding: 0 15px; z-index: 9;}
.lmarket_hero .lmarket_hero_i{width: 50%; padding: 20px 0 53px; position: relative;}
.lmarket_hero .lmarket_hero_i img{width: 100%;}
.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{width: 642px; max-width: 100%;position: relative;left: 100px;}
.lmarket_hero .lmarket_hero_d h1{font-family: Montserrat; font-size:56px; font-weight: 800; line-height: 64.61px; color: #fff; text-decoration-skip-ink: none;}
.lmarket_hero .lmarket_hero_d h1 .anitext1{color: white; font-size:95px; font-weight: 900; line-height:110px; text-decoration-skip-ink: none; background: #FFCF49; background: linear-gradient(92.65deg, #FFCF49 6.38%, #2FB463 96.92%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 12px; margin-bottom: 20px; position: relative; animation-name: anitext1; animation-duration: 4s; animation-iteration-count: infinite; display: inline-block;}
.lmarket_hero .lmarket_hero_d h1 .anitext2{animation-name: anitext2; animation-duration: 4s; animation-iteration-count: infinite; display: inline-block;}
/* @keyframes anitext1{
0% {margin-bottom: -40px;}
30% {letter-spacing: 10px; margin-bottom: -40px;}
60% {letter-spacing: 0px; margin-bottom: -40px;}
80% {margin-bottom: 20px;}
100% {margin-bottom: 20px;}
}
@keyframes anitext2{
0%, 30%, 60% {opacity: 0;}
80%, 100% {opacity: 1;}
} */
 

/* title_top */
.title_top{margin-bottom: 32px;}
.title_top .t-top{font-family: Roboto; font-size: 16px; font-weight: 700; line-height: 18.75px; letter-spacing: 0.47em; text-decoration-skip-ink: none; color: rgba(255, 207, 73, 1); margin-bottom: 9px; text-transform: uppercase;}
.title_top h3{font-family: Montserrat; font-size: 28px; font-weight: 700; line-height: 31px; text-decoration-skip-ink: none; color: rgba(47, 180, 99, 1);}

.lmarket_faq .title_top{margin-bottom: 32px;}
.lmarket_faq .title_top .span-to-h2{font-family: Roboto; font-size: 16px; font-weight: 700; line-height: 18.75px; letter-spacing: 0.47em; text-decoration-skip-ink: none; color: rgba(255, 207, 73, 1); margin-bottom: 9px; text-transform: uppercase;}
.lmarket_faq .title_top h3{font-family: Montserrat; font-size: 28px; font-weight: 700; line-height: 31px; text-decoration-skip-ink: none; color: rgba(47, 180, 99, 1);}

/* animation1 */
.animation1, .animation2{width: 310px; height: 105px; position: relative; display: flex; flex-wrap: wrap;}
.square-box {border: 0.69px solid #FFFFFF1A; width: 45px; height: 42px; border-radius: 6.22px; background: linear-gradient(180deg, rgba(38, 45, 42, 0.2) 0%, rgba(29, 62, 45, 0.2) 100%); position: relative;}
.square-box::before {position: absolute; left: 4px; top: 5px; content: ""; background: #2FB463; border: 0.69px solid #FFFFFF1A; width: 45px; height: 42px; border-radius: 6.22px; opacity: 0; transition: opacity 1s ease-in-out;}
.animation2 .square-box::before, 
.lmarket_aboutin .lmarket_aboutin_box1 .square-box::before, 
.lmarket_aboutin .lmarket_aboutin_box2 .square-box::before, 
.lmarket_faq .lmarket_faq_box2 .square-box::before{background: #ffc200;}
.square-box2 {margin-left: 20px;}
.square-box3 {margin: 29px 0 0 18px;}
.square-box4 {margin: 29px 0 0 18px;}
.square-box5 {margin: 29px 0 0 18px;}
.square-box6 {margin: -12px 0 0 65px;}
.square-box1::before {animation: fade1 6s infinite;}
.square-box2::before {animation: fade2 6s infinite;}
.square-box3::before {animation: fade4 6s infinite;}
.square-box4::before {animation: fade5 6s infinite;}
.square-box5::before {animation: fade6 6s infinite;}
.square-box6::before {animation: fade3 6s infinite;}
@keyframes fade1{
0%{opacity: 1;}
10%{opacity: 1;}
20%{opacity: 0;}
40%{opacity: 0;}
60%{opacity: 0;}
80%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes fade2{
0%{opacity: 0;}
10%{opacity: 0;}
20%{opacity: 1;}
40%{opacity: 0;}
60%{opacity: 0;}
80%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes fade3{
0%{opacity: 0;}
20%{opacity: 0;}
40%{opacity: 1;}
60%{opacity: 0;}
80%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes fade4{
0%{opacity: 0;}
20%{opacity: 0;}
40%{opacity: 0;}
60%{opacity: 1;}
80%{opacity: 0;}
100%{opacity: 0;}
}
@keyframes fade5{
0%{opacity: 0;}
20%{opacity: 0;}
40%{opacity: 0;}
60%{opacity: 0;}
80%{opacity: 1;}
100%{opacity: 0;}
}
@keyframes fade6{
0%{opacity: 0;}
20%{opacity: 0;}
40%{opacity: 0;}
60%{opacity: 0;}
80%{opacity: 0;}
100%{opacity: 1;}
}

.lmarket_contact div#contact_verification_form_div .h2-to-p {color: #FFF;font-size: 22px;font-weight: 700;padding-bottom: 10px;}

/* lmarket Demand */
/* .lmarket_demand{background: url(../image/demand_bg.png) 50% 0 no-repeat; padding: 88px 0; background-size: cover; position: relative; margin-top: -10px;} */
.lmarket_demand{padding: 88px 0; position: relative; margin-top: -10px;}
.lmarket_demand::before{position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; background: url(../image/demand_bg.png) 50% 0 no-repeat; background-size: cover; animation: lmarket_demand_fade 6s infinite; opacity: 0; transition: opacity 1s ease-in-out;}
@keyframes lmarket_demand_fade{
0%, 100%{opacity: 1;}
50%{opacity: 0.3;}
}
.lmarket_demand .lightbox {position: relative; z-index: 9;}
.lmarket_demand .animation1{position: absolute; right: 76px; top: -50px; content: "";}
.lmarket_demand .animation2{position: absolute; left: -30px; bottom: -85px; content: "";}
/* .lmarket_demand::after{position: absolute; left: 0; bottom: -85px; content: ""; background: url(../live_market_session/box-shape2.png) 50% 0 no-repeat; width: 308px; height: 117px; background-size: contain;} */
.lmarket_hero .lmarket_hero_i{width: 50%; padding: 100px 0 63px; background: #000;}
.lmarket_demand .title_top{margin-bottom: 135px;}
/* .lmarket_demand .title_top .t-top{font-family: Roboto; font-size: 16px; font-weight: 700; line-height: 18.75px; letter-spacing: 0.47em; text-decoration-skip-ink: none; color: rgba(255, 207, 73, 1); margin-bottom: 9px;} */
/* .lmarket_demand .title_top h3{font-family: Montserrat; font-size: 28px; font-weight: 700; line-height: 31px; text-decoration-skip-ink: none; color: rgba(47, 180, 99, 1);} */
.lmarket_demand .lmarket_demand_m{position: relative; height: 684px;}
.lmarket_demand .lmarket_demand_owl{display: none;}
.lmarket_demand .lmarket_demand_item1{position: absolute; width: 244px; /*left: -54px;*/ left: 0px; top: 91px;}
.lmarket_demand .lmarket_demand_item2{position: absolute; width: 239px; left: 342px; top: 0px;}
.lmarket_demand .lmarket_demand_item3{position: absolute; width: 267px; right: 355px; top: 10px;}
.lmarket_demand .lmarket_demand_item4{position: absolute; width: 287px; right: 6px; top: 34px;}
.lmarket_demand .lmarket_demand_item5{position: absolute; width: 249px; left: 29px; top: 374px;}
.lmarket_demand .lmarket_demand_item6{position: absolute; width: 468px; left: 424px; top: 343px;}
.lmarket_demand .lmarket_demand_item7{position: absolute; width: 215px; right: 56px; top: 345px;}
.lmarket_demand .lmarket_demand_item1::before, 
.lmarket_demand .lmarket_demand_item2::before, 
.lmarket_demand .lmarket_demand_item3::before, 
.lmarket_demand .lmarket_demand_item4::before, 
.lmarket_demand .lmarket_demand_item5::before, 
.lmarket_demand .lmarket_demand_item6::before,
.lmarket_demand .lmarket_demand_item6::after, 
.lmarket_demand .lmarket_demand_item7::before{position: absolute; right: 25px; top: 10px; z-index: 9; content: ""; width: 43px; height: 43px; background: url(../image/pin_icon1.png) 0 0 no-repeat; background-size: contain;}
.lmarket_demand .lmarket_demand_item2::before{right: 5px; top: 5px; width: 56px; height: 56px;}
.lmarket_demand .lmarket_demand_item3::before{right: auto; left: -10px; top: 5px; width: 56px; height: 56px;}
.lmarket_demand .lmarket_demand_item4::before{right: auto; left: -4px; top: 4px; width: 33px; height: 33px;}
.lmarket_demand .lmarket_demand_item5::before{right: auto; left: -3px; top: 10px; width: 38px; height: 37px;}
.lmarket_demand .lmarket_demand_item6::before{right: auto; left: -12px; top: 4px; width: 56px; height: 56px;}
.lmarket_demand .lmarket_demand_item6::after{right: 3px; top: 4px; width: 56px; height: 56px;}
.lmarket_demand .lmarket_demand_item7::before{right: 0px; top: 4px; width: 51px; height: 51px;}
.swing_img>img{transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; animation: swing 5s linear infinite; -webkit-animation: swing 5s linear infinite; -moz-animation: swing 5s linear infinite; -o-animation: swing 5s linear infinite; transform-origin: center top; -moz-transform-origin: center top; -webkit-transform-origin: center top;}
.lmarket_demand .lmarket_demand_item6 .swing_img>img{animation: none;}
@-webkit-keyframes swing{
0%{-webkit-transform: rotateZ(-3deg); transform: rotateZ(-3deg);}
50%{-webkit-transform: rotateZ(3deg); transform: rotateZ(3deg);}
100%{transform: rotateZ(-3deg); -webkit-transform: rotateZ(-3deg);}
}
@keyframes swing{
0%{transform: rotateZ(-3deg);}
50%{transform: rotateZ(3deg);}
100%{transform: rotateZ(-3deg);}
}
@-moz-keyframes swing{
0%{transform: rotate(-3deg);}
50%{transform: rotate(3deg);}
100%{transform: rotate(-3deg);}
}

/* lmarket_subscribe */
.lmarket_subscribe{position: relative; padding: 102px 0; overflow: hidden;}
.lmarket_subscribe::before{position: absolute; right: 0; top: -30px; content: ""; background: url(../image/lmarket_subscribe_shadow.png) 50% 0 no-repeat; width: 453px; height: 704px;}
/* .lmarket_subscribe::after{position: absolute; left: 0; top: -32px; content: ""; background: url(../live_market_session/box-shape2.png) 50% 0 no-repeat; width: 308px; height: 117px;} */
.lmarket_subscribe .container {position: relative;}
.lmarket_subscribe .container .animation1 {position: absolute; right: -170px; bottom: 3px; scale: 0.87;}
/* .lmarket_subscribe .container::before{position: absolute; right: -155px; bottom: 27px; content: ""; background: url(../live_market_session/box-shape3.png) 50% 0 no-repeat; width: 155px; height: 43px;} */
.lmarket_subscribe .container .lmarket_subscribe_box1{position: absolute; right: 233px; top: 60px; background: url(../image/subscribe_box1.png) 50% 0 no-repeat; width: 188px; height: 174px;}
.lmarket_subscribe .container .lmarket_subscribe_box2{position: absolute; left: 60px; bottom: 39px; background: url(../image/subscribe_box2.png) 50% 0 no-repeat; width: 362px; height: 122px;}
.lmarket_subscribe .container .lmarket_subscribe_glob{position: absolute; left: 60px; bottom: 39px; background: url(https://www.gettogetherfinance.com/frontend_asset/landing_page/live_market_session/subscribe_glob.png) 50% 0 no-repeat; width: 362px; height: 122px;}
.lmarket_subscribe .lmarket_subscribe_m{overflow: hidden; position: relative;}
.lmarket_subscribe .lmarket_subscribe_m .lmarket_subscribe_glob{position: absolute; left: 0; right: 0; top: 90px; border-radius: 50%; background: url(../image/glob.png) 50% 0 no-repeat; height: 1253px; overflow: hidden; opacity: 0.9; width: 1253px; margin: 0 auto; display: block; background-size: contain; -webkit-animation: spin 20s linear infinite; -moz-animation: spin 20s linear infinite; animation: spin 20s linear infinite;pointer-events: none;}
.lmarket_subscribe .lmarket_subscribe_minner{background: url(../image/lmarket_subscribe_m_bg.png) 50% 0 no-repeat; padding: 58px 60px; background-size: cover; border: #353d39 1px solid; border-radius: 20px;}
.lmarket_subscribe .lmarket_subscribe_month{display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; font-family: Roboto; margin-bottom: 8px;}
/* .lmarket_subscribe .lmarket_subscribe_month.mobile_show{display: none;} */
.lmarket_subscribe_month.desktop_show{display: none;}
.lmarket_subscribe .lmarket_subscribe_month img{margin-right: 10px;}
.lmarket_subscribe .lmarket_subscribe_user{margin-bottom: 50px;}
.lmarket_subscribe .lmarket_subscribe_user ul{display: flex; justify-content: center;}
.lmarket_subscribe .lmarket_subscribe_user ul li{padding: 8px 0;}
.lmarket_subscribe .lmarket_subscribe_user ul li img{border: #fff 1px solid; border-radius: 50%; width: 50px; height: 50px;}
.lmarket_subscribe .lmarket_subscribe_user ul li:nth-child(2){margin-left: -13px;}
.lmarket_subscribe .lmarket_subscribe_user ul li:nth-child(3){margin-left: -13px;}
.lmarket_subscribe .lmarket_subscribe_user ul li:nth-child(4) {margin-left: -13px;}
.lmarket_subscribe .lmarket_subscribe_mid{color: #fff; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 28px; text-align: center; margin: 0 auto; width: 820px; max-width: 100%; margin-bottom: 33px;}
.lmarket_subscribe .lmarket_subscribe_mid h2{font-family: Montserrat; font-size: 36px; font-weight: 700; margin-bottom: 21px;}
.lmarket_subscribe .lmarket_subscribe_price{text-align: center; margin-bottom: 40px;}
.lmarket_subscribe .lmarket_subscribe_price .cut-text{font-size: 18px;    color: rgba(255, 255, 255, 0.6); text-decoration: line-through; margin-left: 10px;}
.lmarket_subscribe .lmarket_subscribe_price .bold-text{font-size: 23px; color: #fff; font-weight: bold;}
.lmarket_subscribe .lmarket_subscribe_btn{text-align: center;}
.lmarket_subscribe .lmarket_subscribe_btn .btn{background: rgba(47, 180, 99, 1); width: 326.18px; height: 56.62px; border-radius: 7px; font-family: Montserrat; font-size: 18px; font-weight: 700; line-height: 24px; letter-spacing: 0.01em; text-align: center; display: inline-flex; justify-content: center; align-items: center; max-width: 100%; animation: zoom-in-zoom-out 2s ease-in-out infinite;border: 0 !important;}
@keyframes zoom-in-zoom-out{
0%, 100% {transform: scale(0.97);}
50% {transform: scale(1);}
}

/* lmarket About */
.lmarket_about{padding: 70px 0 84px; position: relative;}
.lmarket_about::before{position: absolute; right: 8.5%; top: 37.5%; content: ""; background: url(../image/lmarket_about_box1.png) 50% 0 no-repeat; width: 25px; height: 25px; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite;}
.lmarket_about .lmarket_about_inner{padding: 0 34px;}
.lmarket_about .lmarket_about_m{font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 28px; color: #fff;}
.lmarket_about .lmarket_about_m p{margin-bottom: 13px;}

/* lmarket_aboutin */
.lmarket_aboutin{background: url(../image/lmarket_aboutin_bg.png) 100% -74px no-repeat; position: relative; padding: 86px 0 133px;}
.lmarket_aboutin .lmarket_aboutin_phone_image{display: none;}
.lmarket_aboutin::before{position: absolute; left: 0; right: 0; top: 0; content: ""; background: url(../image/line.png) 50% 0 no-repeat; height: 2px; background-size: 100% 100%;}
.lmarket_aboutin::after{position: absolute; left: 0; right: 0; bottom: 0; content: ""; background: url(../image/line.png) 50% 0 no-repeat; height: 2px; background-size: 100% 100%;}
.lmarket_aboutin .lmarket_aboutin_box1 {position: absolute; left: 76px; top: -53px; content: ""; scale: 0.87;}
.lmarket_aboutin .lmarket_aboutin_box2 {position: absolute; right: 47px; top: -32px; content: "";}
/* .lmarket_aboutin .lmarket_aboutin_box1{position: absolute; left: 96px; top: -46px; content: ""; background: url(../live_market_session/box-shape4.png) 50% 0 no-repeat; width: 268px; height: 91px; background-size: contain;} */
/* .lmarket_aboutin .lmarket_aboutin_box2{position: absolute; right: 47px; top: -32px; content: ""; background: url(../live_market_session/box-shape5.png) 50% 0 no-repeat; width: 346px; height: 117px; background-size: contain;} */
.lmarket_aboutin .lmarket_aboutin_m{width: 596px; max-width: 100%;}
.lmarket_aboutin .text_top{font-family: Roboto; font-size: 21px; font-weight: 600; line-height: 31px; text-decoration-skip-ink: none; color: #fff; padding: 23px 0 0 0; margin: 0 0 27px;}

.text_inner_slider_contact ul li{display: flex; padding-bottom: 14px;}
.text_inner_slider_contact ul li img{width: 24px !important; height: 24px; object-fit: contain; margin-top: 4px;}
.text_inner_slider_contact ul li p{font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 30px; color: #FFFFFF; padding-left: 16px; margin: 0;}
.lmarket_aboutin .owl-prev span::before{background-image: url(../image/arrow-right1.png); background-size: contain; font-size: 0; background-repeat: no-repeat; width: 24px; height: 24px; content: ""; position: absolute; top: 50%; left: 33px; right: 0; transform: translateY(-50%);}
.lmarket_aboutin .owl-next span::before{background-image: url(../image/arrow-left.png); background-size: contain; font-size: 0; background-repeat: no-repeat; width: 24px; height: 24px; content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 33px;}
.lmarket_aboutin .owl-nav{background: linear-gradient(102.2deg, rgba(255, 255, 255, 0.2) -3.06%, rgba(223, 222, 222, 0) 100%); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 10px; padding: 11px 30px; max-width: 140px; position: relative; margin-top: 20px;}
.lmarket_aboutin .owl-prev span{font-size: 0;}
.lmarket_aboutin .owl-next span{font-size: 0;}

/* lmarket FAQ */
.lmarket_faq{padding: 90px 0; position: relative;}
.lmarket_faq::before{position: absolute; left: 0; right: 0; top: 0; content: ""; background: url(../image/line.png) 50% 0 no-repeat; height: 2px; background-size: 100% 100%;}
.lmarket_faq .lmarket_faq_box1{position: absolute; left: 82px; top: 26px; background: url(../image/lmarket_faq_box1.png) 50% 0 no-repeat; width: 54px; height: 54px; -webkit-animation:spin 10s linear infinite; -moz-animation:spin 10s linear infinite; animation:spin 10s linear infinite;}
.lmarket_faq .lmarket_faq_box2 {position: absolute; right: 103px; top: 60px; scale: 0.87;}
/* .lmarket_faq .lmarket_faq_box2{position: absolute; right: 133px; top: 68px; background: url(../live_market_session/box-shape6.png) 50% 0 no-repeat; width: 268px; height: 91px; background-size: contain;} */
.lmarket_faq .lmarket_faq_i{padding: 123px 50px 0; text-align: right;}
.lmarket_faq .lmarket_faq_i img{animation: lmarket_faq_fade 3s infinite; opacity: 0; transition: opacity 1s ease-in-out;}
@keyframes lmarket_faq_fade{
0%, 100%{opacity: 1;}
50%{filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(328%) hue-rotate(91deg) brightness(98%) contrast(88%);}
}
.lmarket_faq .title_top{margin-bottom: 46px;}

.lmarket_faq .inner_accodian{max-height: 408px;}
.accodian_qustion .accordion-item {margin-bottom: 30px; border: 0; background: rgba(255, 255, 255, 0.1); box-shadow: 0px px 20px rgba(0, 0, 0, 0.05); border-radius: 5px; color: #fff;}
.accodian_qustion .accordion-item:last-child{margin-bottom: 0}
.accodian_qustion .accordion-item .accordion-button{border-radius: 12px !important; outline: none !important; padding: 17px 50px 17px 20px; font-family: Roboto; font-size: 15px; font-weight: 600; line-height: 23.8px; color: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); background: transparent;}
.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"] {border-radius: 12px 12px 0 0px !important; background: #2FB463; color: #FFF;}
.accodian_qustion .accordion-item .accordion-body {padding: 8px 19px 33px; background: #2fb463; border-radius: 0px 0px 12px 12px; font-weight: 400; font-size: 14px; line-height: 23px; text-transform: capitalize; color: #FFFFFF; font-family: 'Poppins', sans-serif; position: relative;}
.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"]::before {content: ''; width: 34px; height: 2px; background: rgba(255, 255, 255, 0.3); position: absolute; bottom: 5px; z-index: 2;}
.accodian_qustion .accordion-item .accordion-button::after {content: ''; background-image: url(../image/plus-icon2.png); position: absolute; right: 20px; width: 24px; height: 24px; background-size: cover; background-repeat: no-repeat; background-position: center; top: 50%; transform: translateY(-50%);}
.accodian_qustion .row {align-items: center;}
.accodian_qustion_inner_right {padding-left: 78px; height: 100%;}
.accodian_qustion_inner {position: relative;}
.accodian_qustion_inner:before {display: none;content: ""; position: absolute; left: -135px; top: -75px; width: 16px; height: 16px; border: 1px solid #2FB463; transform: rotate(-135.63deg);}
.accodian_qustion .accordion-item .accordion-button[aria-expanded="true"]::after {content: '-'; font-size: 35px; line-height: 17px; background: none;}

/* lmarket Contact */
.lmarket_contact{background: linear-gradient(90deg, rgba(1, 1, 1, 0.3) 0%, rgba(47, 180, 99, 0.3) 52.5%, rgba(0, 0, 0, 0.3) 100%); padding: 80px 0; position: relative;}
.lmarket_contact::before{position: absolute; left: 0; top: -220px; content: ""; background: url(../image/lmarket_contact_shadow.png) 50% 0 no-repeat; width: 454px; height: 704px;}
.lmarket_contact .lmarket_contact_box1{position: absolute; left: 154px; top: 342px; background: url(../image/lmarket_about_box1.png) 50% 0 no-repeat; width: 25px; height: 25px; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite;}
.lmarket_contact .lmarket_contact_box2 {position: absolute; right: 83px; top: 138px; scale: 0.87;}
/* .lmarket_contact .lmarket_contact_box2{position: absolute; right: 113px; top: 145px; background: url(../live_market_session/box-shape7.png) 50% 0 no-repeat; width: 268px; height: 91px; background-size: contain;} */

.lmarket_contact .lmarket_contact_inner{margin: 0 auto; width: 620px; max-width: 100%;}
.lmarket_contact .form-control{background: transparent; border: 0; box-shadow: none; border-bottom: rgba(255,255,255,0.2) 1px solid; border-radius: 0; padding: 0 0; height: 36px; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 24.87px; text-decoration-skip-ink: none; color: rgba(255,255,255,0.6);}
.lmarket_contact .lmarket_contact_r{padding: 10px 0 0 0px;}
.lmarket_contact .form-group{padding-bottom: 18px;}
.lmarket_contact .form-control{background: transparent; border: 0; box-shadow: none; border-bottom: rgba(255,255,255,0.2) 1px solid; border-radius: 0; padding: 0 0; height: 46px; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 24.87px; text-decoration-skip-ink: none; color: rgba(255,255,255,0.6);}
.lmarket_contact .form-group-full{padding: 34px 0 46px;}
.lmarket_contact .form-group-full .btn{width: 250px; height: 57px; border-radius: 7px; background: rgba(47, 180, 99, 1); display: flex; align-items: center; justify-content: center; font-family: Montserrat; font-size: 18px; font-weight: 500; line-height: 24px; letter-spacing: 0.01em; text-decoration-skip-ink: none; margin: 0 auto;box-shadow: none !important;
	outline: none !important;
	border: 0;}

/* lmarket_testimoniale */
.lmarket_testimoniale{padding: 80px 0 77px; position: relative; overflow: hidden;}
.lmarket_testimoniale .lmarket_testimoniale_box1{position: absolute; left: 263px; top: 278px; background: url(../image/lmarket_faq_box1.png) 50% 0 no-repeat; width: 54px; height: 54px; -webkit-animation:spin 10s linear infinite; -moz-animation:spin 10s linear infinite; animation:spin 10s linear infinite;}
.lmarket_testimoniale .lmarket_testimoniale_line1{position: absolute; left: 0; bottom: 167px; content: ""; height: 86px; width: 555px; overflow: hidden; background: url(../image/line-left.png) 50% 0 no-repeat; opacity: 0.3; background-size: contain;}
.lmarket_testimoniale .lmarket_testimoniale_line2{position: absolute; right: 0; bottom: 170px; content: ""; height: 86px; width: 555px; overflow: hidden; background: url(../image/line-right.png) 50% 0 no-repeat; opacity: 0.3; background-size: contain;}
.lmarket_testimoniale .lmarket_testimoniale_shadow{position: absolute; bottom: -100px; right: 0; width: 876px; height: 704px; background: url(../image/lmarket_testimoniale_shadow.png) 50% 50% no-repeat !important;}
.lmarket_testimoniale_item{text-align: center; margin: 0 auto; width: 600px; max-width: 100%; padding: 152px 0 0;}
.lmarket_testimoniale .lmarket_testimoniale_m {position: relative; padding: 72px 57px 0;}
.lmarket_testimoniale .lmarket_testimoniale_glob{position: absolute; left: -10px; right: -10px; top: 50px; border-radius: 50%; background: url(../image/glob.png) 50% 0 no-repeat; background-size: contain; height: 1184px; overflow: hidden; opacity: 0.9; width: 1184px; -webkit-animation: spin 20s linear infinite; -moz-animation: spin 20s linear infinite; animation: spin 20s linear infinite;}
.lmarket_testimoniale .lmarket_testimoniale_img1{position: absolute; left: 0; top: 366px; border-radius: 50%; width: 55px; height: 55px; overflow: hidden;}
.lmarket_testimoniale .lmarket_testimoniale_img2{position: absolute; left: 191px; top: 129px; border-radius: 50%; width: 102px; height: 102px; overflow: hidden;}
.lmarket_testimoniale .lmarket_testimoniale_img3{position: absolute; right: 201px; top: 129px; border-radius: 50%; width: 102px; height: 102px; overflow: hidden;}
.lmarket_testimoniale .lmarket_testimoniale_img4{position: absolute; right: 0; top: 366px; border-radius: 50%; width: 55px; height: 55px; overflow: hidden;}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle {position: absolute; left: 57px; top: 72px; right: 57px; content: ""; border: #00FF1E 1px solid; height: 1171px; border-radius: 50%; opacity: 0.3; 
	/* -webkit-animation: spin 10s linear infinite; -moz-animation: spin 10s linear infinite; animation: spin 10s linear infinite; */
	animation: half_rotate 20s infinite;
}
/* .lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle {position: absolute; left: 57px; top: 72px; right: 57px; content: ""; border: #00FF1E 1px solid; height: 1171px; border-radius: 50%; opacity: 0.3; -webkit-animation: spin 10s linear infinite; -moz-animation: spin 10s linear infinite; animation: spin 10s linear infinite;} */
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle::before {position: absolute; left: -70px; top: 420px; content: ""; width: 150px; height: 150px; 
	/* background: radial-gradient(50% 50% at 50% 50%, rgba(47, 180, 99, 0.5) 0%, rgba(0, 0, 0, 0) 100%); */
	background: url(../image/round-shadow.png) 50% 0 no-repeat;
}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle::before {
	position: absolute;
	left: -136px;
	top: 420px;
	content: "";
	width: 272px;
	height: 272px;
	/* background: radial-gradient(50% 50% at 50% 50%, rgba(47, 180, 99, 0.5) 0%, rgba(0, 0, 0, 0) 100%); */
	background: url(../image/round-shadow.png) 50% 0 no-repeat;
	opacity: 1;
}
@keyframes half_rotate{
0%, 100%{transform: rotate(0deg);}
50%{transform: rotate(180deg);}
}
.lmarket_testimoniale .lmarket_testimoniale_inner {position: relative;}
.lmarket_testimoniale_item .lmarket_testimoniale_i{border-radius: 50%; overflow: hidden; margin: 0 auto 28px; width: 150px; height: 150px;}
.lmarket_testimoniale_item .lmarket_testimoniale_i img{width: 100%; height: 100%; object-fit: cover;}
.lmarket_testimoniale_item .lmarket_testimoniale_d{color: #fff; font-family: Roboto; font-size: 16px; font-weight: 400; line-height: 28px;}
.lmarket_testimoniale_item .lmarket_testimoniale_d .h4-p{font-size: 22px; color: #2FB463; font-family: 'Poppins', sans-serif; margin: 0 0 13px;}
.lmarket_testimoniale_item .lmarket_testimoniale_d .lmarket_testimoniale_rating{margin-bottom: 26px;}
.lmarket_testimoniale_slider.owl-carousel .owl-item img{width: 100%;	height: 100%;object-fit: cover; cursor: pointer;}.lmarket_testimoniale_item .lmarket_testimoniale_i a {
    display: block !important;
    width: 100%;
    height: 100%;
}
.lmarket_testimoniale_item .lmarket_testimoniale_d .lmarket_testimoniale_rating img{width: 106px; margin: 0 auto;}
.lmarket_testimoniale_slider .owl-nav{position: initial;}
.lmarket_testimoniale_slider .owl-prev, .lmarket_testimoniale_slider .owl-next{position: absolute; right: 0; bottom: 0;}
.lmarket_testimoniale_slider .owl-prev, .lmarket_testimoniale_slider .owl-next{position: absolute; bottom: 61px; width: 34px; height: 34px; background: #2FB463 !important; border-radius: 50%; transition: all 0.5s;}
.lmarket_testimoniale_slider .owl-prev{left: 165px; background: #2FB463 url(../image/arrow-left1.png) 50% 50% no-repeat !important;}
.lmarket_testimoniale_slider .owl-next{right: 165px; background: #2FB463 url(../image/arrow-right2.png) 50% 50% no-repeat !important;}
.lmarket_testimoniale_slider .owl-prev:hover, .lmarket_testimoniale_slider .owl-next:hover{background-color: #ffcf49 !important;}
.lmarket_testimoniale_slider .owl-prev span, .lmarket_testimoniale_slider .owl-next span{display: none;}
.lmarket_demand_item1, .lmarket_demand_item2, .lmarket_demand_item3, .lmarket_demand_item7 {
	transform: rotate(-8deg);
}
.lmarket_demand_item4, .lmarket_demand_item5 {
	transform: rotate(8deg);
}
.lmarket_testimoniale_item .show_hide {
	font-size: 14px;
	color: #2FB463;
	font-family: 'Poppins', sans-serif;
	margin: 0;
	cursor: pointer;
}
/* *************************************** */
/* **************** RESPONSIVE CSS *********************** */
/* *************************************** */
@media  (max-width: 1919px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 445px; height: 66px;}
}

@media  (max-width: 1679px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 410px; height: 60px;}
}

@media  (max-width: 1599px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 320px; height: 50px;}
.lmarket_aboutin{background-size: 100% 100%;}
}

@media  (max-width: 1439px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 300px; height: 44px;}
}

@media  (max-width: 1400px){
/* header .header_inner .navbar_menu ul li a {font-size: 14px;}
header .header_inner .navbar_menu ul li {margin: 0 14px; position: relative;} */
.lmarket_hero .lmarket_hero_d h1{font-size:50px; line-height: 52px;}
.lmarket_hero .lmarket_hero_d h1 .t-top{font-size:84px; line-height: 95px;}
}

@media  (max-width: 1399px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 280px; height: 40px;}
.lmarket_contact .lmarket_contact_box2, 
.lmarket_faq .lmarket_faq_box2{right: 20px; width: 160px; height: 54px;}
.animation1, .animation2 {width: 160px; height: 54px;}
.square-box {width: 24px; height: 24px;}
.square-box::before {left: 2px; top: 2px; width: 24px; height: 24px;}
.square-box2 {margin-left: 10px;}
.square-box3,
.square-box4,
.square-box5 {margin: 15px 0 0 10px;}
.square-box6 {margin: -10px 0 0 34px;}
.lmarket_demand .animation1 {right: 20px; top: -20px;}
.lmarket_demand .animation2 {bottom: -25px;}
.lmarket_subscribe .container .animation1 {right: -77px;}
.lmarket_aboutin .lmarket_aboutin_box1 {left: 20px; top: -25px;}
.lmarket_aboutin .lmarket_aboutin_box2 {top: -18px;}
.lmarket_demand::after{width: 160px; height: 54px;}
}

@media  (max-width: 1359px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 250px; height: 35px;}
}

@media  (max-width: 1299px){.container {padding: 0 15px; max-width: 1200px;}
.lmarket_demand .lmarket_demand_item2{left: 282px;}
.lmarket_demand .lmarket_demand_item6{left: 360px;}
.lmarket_subscribe .lmarket_subscribe_m .lmarket_subscribe_glob{height: 1170px; width: 1170px;}
.lmarket_testimoniale .lmarket_testimoniale_glob{height: 1076px; width: 1076px;}
.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 296px; height: 44px;}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle {height: 1056px;}
}

@media  (max-width: 1279px){.lmarket_testimoniale .lmarket_testimoniale_line1, .lmarket_testimoniale .lmarket_testimoniale_line2{width: 250px; height: 35px;}
}


@media  (max-width: 1199px){.container {padding: 0 15px; max-width: 960px;}
/* header .header_inner .navbar_menu ul li a {font-size: 14px;}
header .header_inner .navbar_menu ul li {margin: 0 14px;}
header {padding: 15px 0;}
header .header_inner .header_menu {width: calc(100% - 270px);}
header .header_inner .navbar_menu ul li {margin: 0 10px;}
header .header_inner .navbar_menu ul li::before {right: -10px;} */
.lmarket_testimoniale .lmarket_testimoniale_img1, 
.lmarket_testimoniale .lmarket_testimoniale_img2, 
.lmarket_testimoniale .lmarket_testimoniale_img3, 
.lmarket_testimoniale .lmarket_testimoniale_img4, 
.lmarket_testimoniale .lmarket_testimoniale_line1, 
.lmarket_testimoniale .lmarket_testimoniale_line2{display: none;}
.lmarket_testimoniale .lmarket_testimoniale_m {padding-top: 50px;}
.lmarket_testimoniale_item{padding: 50px 0 0;}
.lmarket_testimoniale .lmarket_testimoniale_box1{left: 60px; top: 100px;}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle{height: 990px;}
.lmarket_testimoniale .lmarket_testimoniale_glob {height: 816px; width: 816px; left: 0; right: 0;}
.lmarket_testimoniale_slider .owl-prev{left: 35px;}
.lmarket_testimoniale_slider .owl-next{right: 35px;}
.lmarket_subscribe .lmarket_subscribe_m .lmarket_subscribe_glob{height: 930px; width: 930px;}
.lmarket_contact .form-group-full{padding: 34px 0 0;}
.lmarket_demand .lmarket_demand_m{height: 624px;}
.lmarket_demand .lmarket_demand_item1{width: 194px;}
.lmarket_demand .lmarket_demand_item2{left: 210px; width: 189px;}
.lmarket_demand .lmarket_demand_item3{width: 217px; right: 290px;}
.lmarket_demand .lmarket_demand_item4{width: 237px; right: 0;}
.lmarket_demand .lmarket_demand_item5{width: 199px;}
.lmarket_demand .lmarket_demand_item6{left: 300px; width: 388px;}
.lmarket_demand .lmarket_demand_item7{width: 165px; right: 26px;}
.lmarket_about .lmarket_about_inner{padding: 0 0;}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle {height: 816px;}
.lmarket_faq .lmarket_faq_i{padding: 175px 0px 0;}
.lmarket_demand .lmarket_demand_item1::before{
	right: 2px;
	top: 7px;
}
}

@media (max-width:991px){.container {padding: 0 15px; max-width: 720px;}
/* header .header_inner {position: relative;}
header .header_inner .header_menu {width: auto;} */
.menu_icon {position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.navbar_menu {display: block; position: fixed; top: 0; bottom: 0; height: 100%; max-width: 320px; width: 100%; background: #FFF; z-index: 99; transition: 0.3s ease-in-out; right: -100%; opacity: 0; visibility: hidden; box-shadow: 0 0 15px rgba(208, 207, 207, 0.3); padding-top: 35px;}
.close-menu {position: absolute; left: 0; width: 35px; height: 35px; background: #2fb463; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 25px; top: 0; cursor: pointer;}
.terding_banner_img img {padding-top: 0;}
.terding_banner {padding-top: 60px; padding-bottom: 187px;}
/* header .header_inner .navbar_menu ul {display: block; border-top: 1px solid #EEE;}
header .header_inner .navbar_menu ul li {margin: 0; border-bottom: 1px solid #EEE;}
header .header_inner .navbar_menu ul li a {display: block; padding: 10px 25px;}
header .header_inner .header_btn {padding-right: 60px; width: auto;}
header .header_inner .header_btn .btn + .btn {margin-left: 0px;} */
.menu-open::before {content: ''; position: absolute; left: 0; right: 0; height: 100%; width: 100%; background: rgb(0, 0, 0, 0.3); z-index: 99; bottom: 0; top: 0; transition: 0.3s ease-in-out;}
.menu-open .navbar_menu {right: 0; opacity: 1; visibility: visible;}
.header_bar.header_warpp .navbar_menu ul li a {color: #000;}
header.header_bar.header_warpp.header_indicator .header_inner .navbar_menu ul li a, .header_btn a#navbarDropdown{margin-right: 30px;}
header.header_bar.header_warpp.header_indicator .dropdown-toggle::after{width: 40px; height: 35px; top: 50% !important; right: 0; border-left: initial !important;  transform: translateY(-50%);}
.lmarket_hero .lmarket_hero_d h1{font-size:36px; line-height:40px;}
.lmarket_hero .lmarket_hero_d h1 .t-top{font-size:64px; line-height:78px;}
.lmarket_demand .lmarket_demand_m{height: 384px;}
.lmarket_demand .lmarket_demand_item1{width: 164px; top: 0;}
.lmarket_demand .lmarket_demand_item2{left: 170px; width: 159px; top: -50px;}
.lmarket_demand .lmarket_demand_item3{width: 167px; right: 190px; top: -40px;}
.lmarket_demand .lmarket_demand_item4{width: 167px; right: 0; top: -30px;}
.lmarket_demand .lmarket_demand_item5{width: 169px; top: 174px;}
.lmarket_demand .lmarket_demand_item6{left: 230px; width: 308px; top: 163px;}
.lmarket_demand .lmarket_demand_item7{width: 125px; right: 6px; top: 156px;}
.lmarket_subscribe .lmarket_subscribe_m .lmarket_subscribe_glob{height: 690px; width: 690px;}
.lmarket_testimoniale .lmarket_testimoniale_m .lmarket_testimoniale_circle, 
.lmarket_testimoniale .lmarket_testimoniale_glob{display: none;}
.lmarket_testimoniale .lmarket_testimoniale_shadow{right: 0; left: 0; margin: 0 auto;}
.lmarket_testimoniale_slider .owl-prev{left: 0;}
.lmarket_testimoniale_slider .owl-next{right: 0px;}
.lmarket_testimoniale .lmarket_testimoniale_m {padding: 50px 0 0;}
.lmarket_faq .lmarket_faq_i{padding: 195px 0px 0;}

}

@media (max-width:767px){.container-fluid {padding: 0 15px;}
/* .header_bar.header_warpp .navbar_menu ul li a {color: #000;}
header .header_inner .logo img {width: 135px; object-fit: cover;} */
.lmarket_contact .lmarket_contact_box2, .lmarket_faq .lmarket_faq_box2, .lmarket_aboutin .lmarket_aboutin_box2{right: 30px; width: 90px; height: 30px;}
.lmarket_hero{flex-direction: column; padding: 54px 0 0;}
.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{margin-left: 0; min-height: 88px;}
.lmarket_hero::before, 
.lmarket_hero::after{display: none;}
.lmarket_hero .lmarket_hero_d{width: 100%; padding: 0 37px; margin-bottom: -20px; position: relative; z-index: 9;}
.lmarket_hero .lmarket_hero_d h1{font-size:36px; line-height:38px;}
.lmarket_hero .lmarket_hero_d h1 .t-top{font-size: 64px; margin-bottom: 16px;}
.lmarket_hero .lmarket_hero_i{width: 100%; padding: 0; background: #000;}
.lmarket_subscribe{padding: 53px 0;}
.lmarket_subscribe .lmarket_subscribe_minner{padding: 43px 28px;}
.lmarket_subscribe .lmarket_subscribe_month.desktop_show{display: none;}
.lmarket_subscribe .lmarket_subscribe_month.mobile_show{display: flex; justify-content: center; margin-bottom: 12px;}
.lmarket_subscribe .lmarket_subscribe_user ul li{padding: 0;}
.lmarket_subscribe .lmarket_subscribe_user ul li img{width: 38px; height: 38px;}
.lmarket_subscribe .lmarket_subscribe_user ul li:nth-child(2){margin-left: -13px;}
.lmarket_subscribe .lmarket_subscribe_user ul li:nth-child(3){margin-left: -13px;}
.lmarket_subscribe .container .lmarket_subscribe_glob{display: none;}
.lmarket_subscribe .lmarket_subscribe_m .lmarket_subscribe_glob{display: none;}
.lmarket_subscribe .lmarket_subscribe_mid h3{margin-bottom: 14px; font-size: 16px; font-weight: 700; line-height: 19.5px;}
.lmarket_subscribe .lmarket_subscribe_mid{margin-bottom: 28px; font-size: 14px; font-weight: 400; line-height: 21px;}
.lmarket_subscribe .lmarket_subscribe_price .bold-text{font-size: 18px;}
.lmarket_subscribe .lmarket_subscribe_price .cut-text{font-size: 16px;}
.lmarket_about{padding: 49px 24px 60px; position: relative;}
.lmarket_about .lmarket_about_v{text-align: center; margin-bottom: 26px;}
.lmarket_about .lmarket_about_m{font-size: 14px; line-height: 21px; text-align: center;}
.title_top{margin-bottom: 18px;}
.title_top h3{font-size: 22px; line-height: 31px;}
.title_top .t-top{font-size: 14px; line-height: 16.41px; letter-spacing: 0.47em; margin-bottom: 16px;}
.lmarket_aboutin .lmarket_aboutin_box1, 
.lmarket_aboutin .lmarket_aboutin_box2{display: none;}
.lmarket_aboutin{padding: 79px 0 44px; background: transparent;}
.lmarket_aboutin .lmarket_aboutin_phone_image{display: block; margin-bottom: 30px;}
.lmarket_aboutin .lmarket_aboutin_phone_image img{width: 100%;}
.lmarket_aboutin .lmarket_aboutin_m .title_top{text-align: center;}
.lmarket_aboutin .text_top{font-size: 16px; font-weight: 500; line-height: 24px; padding: 0px 0 0 0; margin: 0 0 15px;}
.text_inner_slider_contact ul li{padding-bottom: 17px;}
.text_inner_slider_contact ul li p{font-size: 16px; line-height: 24px;}
.lmarket_aboutin .owl-nav{margin: 20px auto 0; display: none;}
.lmarket_testimoniale{padding: 60px 0;}
.lmarket_testimoniale .lmarket_testimoniale_box1{display: none;}
.lmarket_testimoniale_item{padding: 0px 0 0;}
.lmarket_testimoniale_item .lmarket_testimoniale_i{margin: 0 auto 32px; width: 138px; height: 138px;}
.lmarket_testimoniale_item .lmarket_testimoniale_d{font-size: 14px; line-height: 21px;}
.lmarket_testimoniale_slider .owl-prev, .lmarket_testimoniale_slider .owl-next{display: none;}
.lmarket_faq{padding: 58px 0;}
.lmarket_faq .title_top{margin-bottom: 39px; text-align: center;}
.accodian_qustion .accordion-item{margin-bottom: 16px;}
.lmarket_faq .lmarket_faq_i{display: none;}
.lmarket_faq .lmarket_faq_box1,
.lmarket_faq .lmarket_faq_box2{display: none;}
.lmarket_contact{padding: 30px 0;/* background: linear-gradient(90deg, rgba(1, 1, 1, 0.3) 0%, rgba(47, 180, 99, 0.3) 52.5%, rgba(0, 0, 0, 0.3) 100%);*/background: linear-gradient(90deg, rgba(1, 101, 104, 1) 0%, rgba(0, 35, 35, 1) 21%, rgba(0, 0, 0, 1) 42%);}
.lmarket_contact::before{display: none;}
.lmarket_contact .lmarket_contact_box1, 
.lmarket_contact .lmarket_contact_box2{display: none;}
.lmarket_contact .lmarket_contact_inner{padding: 0 17px;}
.lmarket_demand .lmarket_demand_owl{display: block; max-width: 325px; margin: 0 auto;}
.lmarket_demand{padding: 54px 0 0px; margin-top: 0; background: transparent;}
.lmarket_demand::before{display: none;}
.lmarket_demand .lmarket_demand_m{display: none;}
.lmarket_demand .title_top{margin-bottom: 25px;}
.lmarket_subscribe::before{display: none;}
.lmarket_demand::after{display: none;}
.lmarket_demand_owl .owl-dots{display: flex; justify-content: center; padding-top: 11px;}
.lmarket_demand_owl .owl-dots .owl-dot{width: 6px; height: 6px; border-radius: 50%; background: #D9D9D9; margin: 5px;}
.lmarket_demand_owl .owl-dots .owl-dot.active{background: #2FB463;}
.lmarket_testimoniale .lmarket_testimoniale_m {padding: 36px 0 0;}
.header_bar.header_warpp{background: #000;}
}

.lmarket_subscribe .lmarket_subscribe_btn a{border: 0 !important;}
.header_bar.header_warpp {background: transparent; position: absolute; z-index: 99; left: 0; right: 0; width: 100%; top: 40px;}
.header_bar.header_warpp .navbar_menu ul li a{color: #FFF;}
header .header_inner .navbar_menu ul li ul li a{color: #222222 !important;}
header .header_inner .navbar_menu ul li ul li a:hover{color:  #2FB463 !important;}
header .header_inner .navbar_menu ul ul li.bg-green a{color: #FFF !important;}
header .header_inner .navbar_menu ul ul li.bg-green a:hover{color: #FFF !important}
header .header_inner .logo img{filter: grayscale(100%) invert(1);}
@media (max-width:991px){
	.header_bar.header_warpp .navbar_menu ul li a{color: #222222;}
}
.footer_section{background: linear-gradient(90deg, rgba(1, 1, 1, 0.3) 0%, rgba(47, 180, 99, 0.3) 52.5%, rgba(0, 0, 0, 0.3) 100%) !important;border-top: 1px solid rgba(217, 217, 217, .1);}
.testimonial_popup .owl-item {width: 100% !important;}
.testimonial_popup .modal-content {width: 100%;max-width: 600px !important;border-radius: 0;}
.testimonial_popup .modal-dialog {width: 100%;max-width: 600px;border-radius: 0 !important;}
.testimonial_popup .modal-content .modal-header {padding: 0;border: 0;}
.testimonial_popup .modal-content .lmarket_testimoniale_item {width: 100% !important;padding: 0;}
.testimonial_popup .modal-content .modal-header .close {position: absolute;right: 0;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;display: -webkit-flex;padding: 0px;font-size: 32px;text-shadow: none;color: #fff;background: #2fb463;opacity: 1;border-radius: 100px;z-index: 9999999999999999 !important;box-shadow: none !important;outline: none !important;border: 0;
}
.testimonial_popup {padding: 30px !important;}
.testimonial_popup .modal-content .modal-body-testimonial1 {padding: 50px;}
.testimonial_popup .modal-content .modal-body-testimonial1 p {color: #444;}
.lmarket_about_v iframe {width: 400px;height: 400px;object-fit: cover;border-radius: 100%;border: 1px solid rgba(47, 180, 99, 1);}
.lmarket_contact .form-control option {
    color: #000;
    padding: 0 15px !important;
}
.lmarket_contact select.form-control {
    padding: 0 8px;
}
div#contact_verification_form_div h2 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
div#contact_verification_form_div small {
    color: #FFF;
    display: block;
    padding-bottom: 5px;
}
div#contact_verification_form_div label.form-label {
    font-size: 14px;
    color: #FFF;
    margin-top: 5px;
}	
div#contact_verification_form_div .btn {
    width: 100px;
    height: 44px;
    background: rgba(47, 180, 99, 1);
    font-size: 14px;
    border-radius: 0;
    margin-top: 10px;
    color: #FFF;
    margin-right: 10px;
}
div#contact_verification_form_div li.parsley-required {
    color: red;
    font-size: 13px;
    padding-top: 5px;
    font-weight: 700;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
@media (max-width:1199px){
	.lmarket_about_v iframe{width: 350px; height: 350px;}

}
@media (max-width:991px){
	.lmarket_about_v iframe{width: 250px; height: 250px;}

}
@media (max-width:991px){
	.lmarket_hero{padding: 104px 0 0;}
}

.footer_section{background: linear-gradient(90deg, rgba(1, 1, 1, 0.3) 0%, rgba(47, 180, 99, 0.3) 52.5%, rgba(0, 0, 0, 0.3) 100%) !important;border-top: 1px solid rgba(217, 217, 217, .1);}
.select2-container { background: transparent; border: 0; box-shadow: none;border-bottom: rgba(255, 255, 255, 0.2) 1px solid;border-radius: 0;padding: 0 0;height: 46px;font-family: Roboto;font-size: 16px; font-weight: 400;line-height: 24.87px;text-decoration-skip-ink: none;color: rgba(255, 255, 255, 0.6);}
.select2-container span, div .select2-container--bootstrap4 .select2-selection--single { display: block ;height: 46px !important;    background: transparent !important;    box-shadow: none !important; border: 0;    line-height: 46px !important;}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{    height: auto !important;}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{    border-width: 6px !important;border-color: #FFF transparent transparent !important;    opacity: 0.5;}
.select2-search--dropdown .select2-search__field{    height: 31px;border-radius: 0 !important;    padding: 5px 10px !important;}
div .select2-search--dropdown { line-height: normal !important; height: auto !important; padding: 0 !important;}
.select2-container--bootstrap4 .select2-results>.select2-results__options{background: #FFF !important;}
.select2-container--bootstrap4 .select2-results>.select2-results__options li.select2-results__option {height: 35px !important;color: #000;line-height: 24px !important;font-size: 14px !important;padding: 5px 10px;}
.select2-container--bootstrap4 .select2-results>.select2-results__options li.select2-results__option.select2-results__option--highlighted {background: #2fb463;color: #FFF !important;  }
span.select2-selection__clear {padding: 0 !important;width: auto !important;height: auto !important;margin: 0 !important;}
textarea#Subject {
    margin: 13px 0 0;
}input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number'] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}   
#custom-captcha-div {
	margin-top: 15px;
    padding-bottom: 0 !important;
}
#custom-captcha-div #refresh_captcha {
	color: #FFF;
}
#custom-captcha-div #captcha_image {
	height: 46px;
}
#custom-captcha-div #captcha_answer {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	box-shadow: none;
	border-bottom: rgba(255,255,255,0.2) 1px solid;
	border-radius: 0;
	padding: 0 0;
	height: 46px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 24.87px;
	text-decoration-skip-ink: none;
	color: rgba(255,255,255,0.6);
}
.parsley-required, li.parsley-type {
	color: red;
	font-size: 12px;
}
.select2-container span.dropdown-wrapper {
    display: none;
}
@media (max-width:1599px){
.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{left: 50px;}
}
@media (max-width:1399px){
	.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{left: 30px;}
}
@media (max-width:767px){
	.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{left: 0;}
}
@media (max-width:479px){
.lmarket_hero .lmarket_hero_d h1 .t-top{font-size: 44px; margin-bottom: 6px; line-height: 52px;}
.lmarket_hero .lmarket_hero_d h1{font-size: 30px;line-height: 34px;}
.lmarket_hero .lmarket_hero_d{padding: 0 17px;}
}



/*--------------------------------------*/
/*New CSS Update*/
/*--------------------------------------*/
@import url('css2-Poppinsitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css');

.section-heading h2.section-title {font-size:38px;font-weight: 700;line-height: normal;text-decoration-skip-ink: none;background: #FFCF49;background: linear-gradient(92.65deg, #FFCF49 6.38%, #2FB463 96.92%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;position: relative;font-family: "Poppins", sans-serif;display: inline-block;padding-bottom: 5px;margin-bottom: 10px;}
.section-heading h3 {font-size:28px;color: #FFF;font-weight: 500;font-family: "Poppins", sans-serif;padding-bottom: 15px;}
.section-heading  p {font-size: 15px;color: #FFF;font-family: "Poppins", sans-serif; font-weight: 500;max-width:970px;margin: auto;}
.section-heading { text-align: center;padding-bottom: 60px;}

section.sessions-section .p-h3{font-size: 28px; color: #FFF; font-weight: 500; font-family: "Poppins", sans-serif; padding-bottom: 15px; max-width: inherit; line-height: 1.2;}

.sessions-video {max-width: 450px;margin: auto;width: 100%;border-radius: 32px;height: 256px;overflow: hidden; border: 3px solid transparent;background: linear-gradient(#0f1511, #57e787) padding-box, linear-gradient(to bottom, rgba(47, 180, 99, 0.5), rgb(255 207 73)) border-box;}
.sessions-video iframe {height: 100%;width: 100%;object-fit: cover;}
section.sessions-section {
    padding: 60px 0;
    background-image: url(../image/gradient-bg.png);
    background-size: 839px;
    background-repeat: no-repeat;
    background-position: center 145px;
}
section.sessions-section .section-heading {
    padding-bottom: 80px;
}
section.one-line-section {text-align: center;padding: 22px 30px;    position: relative;    background: #000;background: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgb(5 26 13) 100%);}
section.one-line-section p {font-size: 18px;font-weight: 500;font-family: "Poppins", sans-serif;color: #FFF;margin: 0;}
.section-heading h2.section-title span::before {content: '';background: url(../image/heading-border1.png);position: absolute;width: 175px;height: 14px;background-size: contain;right: -20px;bottom: 0;background-repeat: no-repeat;background-position: center;}
section.one-line-section::before {content: '';background: url(../image/border-line.png);position: absolute; height: 2px;width: 100%; left: 0;right: 0; background-size: cover;background-repeat: no-repeat;background-position: center;top: 0;}
section.one-line-section::after {content: '';background: url(../image/border-line.png);position: absolute; height: 2px;width: 100%; left: 0;right: 0; background-size: cover;background-repeat: no-repeat;background-position: center;bottom: 0;}
.lmarket_demand{margin:0;}
section.reasons-section {padding:50px 0 45px;}

.section-heading h2.section-title span.big-border::before {background: url(../image/big-border.png);width: 362px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;bottom: -4px;}
.section-heading h4 {font-size: 15px;font-weight: 700;line-height: normal;text-decoration-skip-ink: none;background: #FFCF49;background: linear-gradient(92.65deg, #FFCF49 6.38%, #2FB463 96.92%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;position: relative; font-family: "Poppins", sans-serif;display: block;letter-spacing: 5px;padding-bottom: 5px;}
.section-heading h2.section-title span.big-change::before {background: url(../image/border-change.png);width: 353px;height: 41px;background-repeat: no-repeat;background-size: contain;background-position: center;bottom: -20px;}

.lmarket_testimoniale .h2-to-p.section-title span::before { content: ''; background: url(../image/heading-border1.png); position: absolute; width: 175px; height: 14px; background-size: contain;  right: -20px; bottom: 0; background-repeat: no-repeat; background-position: center;}
.lmarket_testimoniale .h2-to-p {font-size: 38px; font-weight: 700; line-height: normal; text-decoration-skip-ink: none; background: #FFCF49; background: linear-gradient(92.65deg, #FFCF49 6.38%, #2FB463 96.92%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0; position: relative; font-family: "Poppins", sans-serif; display: inline-block;
    padding-bottom: 5px; margin-bottom: 10px;}
.lmarket_testimoniale .h2-to-p.section-title span.big-border::before {background: url(../image/big-border.png);width: 362px;height: 20px;background-repeat: no-repeat;background-size: contain;background-position: center;bottom: -4px;}
.lmarket_testimoniale .h4-to-h2 {font-size: 15px;font-weight: 700;line-height: normal;text-decoration-skip-ink: none;background: #FFCF49;background: linear-gradient(92.65deg, #FFCF49 6.38%, #2FB463 96.92%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;position: relative; font-family: "Poppins", sans-serif;display: block;letter-spacing: 5px;padding-bottom: 5px;}
.lmarket_testimoniale .h2-to-p.section-title span.big-change::before {background: url(../image/border-change.png);width: 353px;height: 41px;background-repeat: no-repeat;background-size: contain;background-position: center;bottom: -20px;}



.lmarket_subscribe .lmarket_subscribe_minner{box-shadow: inset 0 0 22px #2fb463;}
.shadow-bg img {width: 100%;}
.lmarket_subscribe{padding-bottom: 0;}
section.reasons-section {padding-bottom: 0;}
section.reasons-section .section-heading {padding-bottom: 40px;}
section.reasons-section .owl-stage-outer {padding-top: 200px;}
section.reasons-section .owl-stage-outer .owl-item.active.center{transform: translateY(-180px);transition: 0.5s ease-in-out;}
section.reasons-section .owl-stage-outer .owl-item{transition: 0.5s ease-in-out;}
section.reasons-section .owl-slider .owl-dots {display: none;}
section.reasons-section .owl-slider .owl-nav {display: block !important;}
section.reasons-section .owl-slider  button {position: absolute;top: 50%;transform: translateY(-50%);margin-top: 70px;width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;}
section.reasons-section .owl-slider button.owl-prev {left: -60px;}
section.reasons-section .owl-slider button.owl-next {right: -60px;}
section.reasons-section .owl-stage-outer{background: url(../image/background-graphics.png);background-repeat: no-repeat;background-size: contain;background-position: center 110px;}
section.make .container-fluid {padding: 0;}
section.sessions-section{padding-top: 20px;background-color: #000;position: relative;box-shadow: -180px -110px 140px #000;}
.lmarket_hero{margin-bottom: -90px;}
@media (min-width:1921px){.lmarket_hero .lmarket_hero_d .lmarket_hero_d_inner{margin: auto;}}
@media (max-width:1599px){
section.reasons-section {padding: 50px 0 0;}
.lmarket_subscribe{padding:50px 0;}
section.reasons-section .owl-slider button.owl-prev {left: -50px;}
section.reasons-section .owl-slider button.owl-next{right: -50px;}
}
@media (max-width:1399px){
section.reasons-section .owl-slider button.owl-prev {left: -10px;}
section.reasons-section .owl-slider button.owl-next{right: -10px;}
section.reasons-section {padding: 33px 0 0;}
}
@media (max-width:991px){
section.reasons-section .owl-stage-outer .owl-item.active.center{transform: translateY(-110px);}
section.reasons-section .owl-stage-outer {padding-top: 120px;}
.big-border {display: inline-block;}
.section-heading h2.section-title span.big-border::before {left: 0;right: 0;margin: auto;}
.section-heading h2.section-title{font-size: 30px;}
section.one-line-section p{font-size: 16px;}
.section-heading h3{font-size: 24px;}
.lmarket_hero{margin-bottom: 0px;}
section.sessions-section .p-h3{ font-size: 24px;}
.lmarket_testimoniale .h2-to-p{ font-size: 30px;}
}
@media (max-width:767px){
.section-heading{padding-bottom: 40px;}
section.reasons-section {padding: 33px 0 0;}
section.reasons-section .owl-stage-outer .owl-item.active.center{transform: translateY(0px);}
section.reasons-section .owl-stage-outer {padding-top: 0;}
section.reasons-section .owl-slider button{margin: 0;}
section.sessions-section{background-size: 579px;background-position: center 140px;}
section.reasons-section .owl-stage-outer .owl-item .item {padding: 10px;}
.section-heading h2.section-title span.big-border::before, .section-heading h2.section-title span.big-change::before{width: 222px;}
.section-heading h2.section-title span.big-change::before{right: 0;}
.section-heading h2.section-title {font-size: 28px;}
.lmarket_testimoniale_item {padding: 30px 0 0;}
section.reasons-section .section-heading {padding-bottom: 20px;}
section.sessions-section .section-heading {padding-bottom: 40px;}
section.sessions-section{background-position: center 100%; background-size: 465px;}
.section-heading p{max-width: 340px;font-size: 13px;}
.lmarket_subscribe .lmarket_subscribe_mid h2 { margin-bottom: 14px; font-size: 16px;  font-weight: 700; line-height: 19.5px;}
.lmarket_testimoniale .h2-to-p{ font-size: 28px;}
.lmarket_faq .title_top .span-to-h2{ font-size: 14px; line-height: 16.41px; letter-spacing: 0.47em; margin-bottom: 16px;}

.lmarket_faq .title_top h3{ font-size: 22px; line-height: 31px;}
.lmarket_demand .lightbox {display: none;}
.lmarket_demand .lightbox.d-none {display: block !important;}
}