.social_media {
    display: flex;
}

.social_media li {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.social_media li a {
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    color: #8f8f8f;
    font-size: 18px;
}

.social_media li a:hover {
    color: #fff;
    background-color: #8f8f8f;
}

.widget ul li {
    padding-bottom: 11px;
    font-size: 16px;
}

.address li a {
    display: flex;
}

.address li a span i {
    width: 35px;
    font-size: 20px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.widget ul li a {
    transition: all .5s ease;
}

.widget ul li a:hover {
    letter-spacing: 1px;
}

.footer-bottom {
    background-color: #0d1820;
}

.footer-bottom .container {
	display: flex;
	border-top: 1px solid #212e37;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	max-width: 1200px;
}

.card-icons,
.jml-copyright {
    width: 100%;
}

.jml-copyright {
    margin-bottom: 0;
    font-size: 14px;
    color: #767676;
    text-align: center;
}

.jml-copyright a{
    color: #767676;
}

.card-icons ul {
    margin: 0;
    display: flex;
}

.card-icons ul li {
    list-style: none;
    padding-bottom: 0;
}

.card-icons ul li a {
    display: block;
    line-height: 10px;
    margin-right: 5px;
}

.card-icons ul li a img {}

footer.site-info {
    display: none;
}

.jml-sub-title {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 5px;
}

.jml-sub-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    right: -48px;
    bottom: 7px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
}

.textalign-center {
    text-align: center;
}

.short-description {
    margin-top: 5px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: #777;
}

.jml-main-title {
    font-size: 60px;
    color: #0d1820;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px;
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}

.introduced {
    position: relative;
    z-index: 2;
}

.introduced .wpb_single_image img {
    border-radius: 5px;
}

.mission-lists {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}

.mission-lists .vc_col-sm-8 {
    background-color: #fff;
}

.mission-lists .vc_col-sm-8 .vc_col-sm-6 {
    border-right: 1px dashed #333;
}

.mission-lists .vc_col-sm-8 .vc_col-sm-6 .vc_column-inner {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 25px !important;
    padding-left: 15px !important;
}

.mission-lists .vc_col-sm-8 .vc_col-sm-6:last-child {
    border-right: 0px dashed #333;
}

.mission-lists .vc_col-sm-8 .vc_col-sm-6 .vc_custom_heading {
	text-align: center;
	max-width: 135px;
	font-weight: 500;
	font-size: 16px;
	color: #0d1820;
	margin: auto;
}

.mission-lists .vc_icon_element-icon,
.home-paralax-area .vc_icon_element-icon {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-btn {
    display: flex;
}

.video-btn i {
    font-size: 50px;
    border: 1px solid #0d1820;
    background-color: #0d1820;
    border-radius: 50%;
    color: #fff;
}

.video-btn a {
    display: inline-block;
}

.video-btn span {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding-top: 12px;
    padding-left: 10px;
}

.counter-area {
    top: -35px !important;
    z-index: 1;
}

.counter-area .counter-item {
    display: flex;
}

.counter-area .counter-item h3 {
    font-weight: 700;
    font-size: 75px;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.counter-area .counter-item p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    padding-left: 90px;
    padding-top: 20px;
}

.post-items {
    text-align: left;
}

.post-items .post-item {
    width: calc( 100% / 3);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.post-items .post-item .post_wrap {
    margin: 15px !important;
    background-color: #edfffb;
    border-radius: 4px;
    box-shadow: 0 0 17px 0 hsl(0deg 0% 87% / 35%);
    transition: all .5s ease;
}

.post-items .post_content {
    padding: 38px 20px 30px;
}

.post-items .post_content h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: Montserrat, sans-serif;
    color: #0d1820;
    min-height: 50px;
}

.post-items .post_content .short_desc .readmore-btn {
    display: block;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient( 90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 15px;
}

.post-items .post_content .short_desc .readmore-btn i {
    background: linear-gradient( 90deg, #10c317 23%, #15d09a 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 0;
    transition: all .5s ease;
}

.post-items .post_content .short_desc .readmore-btn:hover i {
    left: -3px;
}

.post-items .post_wrap .post_img img {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.post-items .post_wrap .post_img {
    min-height: 230px;
    position: relative;
}

.post-items .post_wrap .post_img .post-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 70px;
    text-align: center;
    transition: all .5s ease;
    background-color: #fff;
    bottom: -15px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .8313725490196079);
}

.post-items .post_wrap .post_img .post-icon i {
    border-radius: 50%;
    font-size: 50px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease;
    line-height: 70px;
}

.post-items .post_wrap:hover {
    transform: translateY(-10px);
}

.post-items .post_wrap:hover .post_img .post-icon {
    transform: rotateY(1turn);
}

.home-paralax-area .vc_custom_heading {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
}

.home-paralax-area p {
    color: #dfdfdf;
    font-size: 15px;
    margin-bottom: 15px;
}

.home-paralax-area .vc_btn3 {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #fff !important;
    background-color: transparent !important;
    background-image: none;
    text-transform: uppercase;
}

.home-paralax-area .vc_btn3:hover {
    color: #12ca59 !important;
}

.home-paralax-area .vc_icon_element-inner {
    width: 80px !important;
    height: 80px !important;
}

.home-paralax-area .vc_icon_element-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
    transform: rotate(35deg);
}

.home-paralax-area .vc_col-sm-4:hover .vc_icon_element-inner:before {
    transform: rotate(200deg);
}

.home-paralax-area .vc_col-sm-4:hover .vc_icon_element-inner:after {
    transform: rotate(-200deg);
}

.home-paralax-area .vc_icon_element-inner:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease;
    transform: rotate(55deg);
    opacity: .5;
}

.home-paralax-area .vc_icon_element-icon::before {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-paralax-area .vc_icon_element-icon {
    z-index: 1;
}

.address-area {
    overflow: visible !important;
}

.address-area .icon_list {
    margin-top: -38px;
}

.address-area .icon_list ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.address-area .icon_list ul li {
    list-style: none;
    display: inline-block;
}

.address-area .icon_list ul li a {
    position: relative;
    background-color: #fff;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    height: 70px;
    width: 70px;
    display: block;
    color: #0d1820;
}

.address-area .icon_list ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 70px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease;
}

.address-area .icon_list ul li a i {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.address-area .icon_list ul li a:hover {
    color: #fff;
}

.address-area .icon_list ul li a:hover:before {
    opacity: 1;
    width: 70px;
}

.quote-area {
    bottom: 0;
    margin-bottom: -100px;
    box-shadow: 0 0 20px 0 hsl(0deg 0% 87% / 57%);
    border-radius: 4px;
}

.quote-area .vc_column-inner {
    padding: 0px !important;
}

.quote-area .vc_column-inner .wpb_single_image {
    margin: 0px !important;
}

.quote-area .quote-img .wpb_single_image .vc_figure,
.quote-area .quote-img .wpb_single_image .vc_figure .vc_single_image-wrapper,
.quote-area .quote-img .vc_single_image-wrapper img {
    width: 100%;
}

.quote-area .quote-img .vc_single_image-wrapper img {
    border-radius: 0px !important;
}

.quote-area .quote-content .vc_column-inner {
    padding: 25px !important;
}

.quote-area .quote-content .vc_custom_heading {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 12px;
}

.quote-area .quote-content p {
    font-size: 15px;
    margin-bottom: 18px;
}

.read-more-container .read-more {
    position: relative;
    border-radius: 4px;
}

.jml_btn .vc_btn3,
.jml-submit.jml_btn,
.read-more-container .read-more,.searchandfilter ul li input[type="submit"],.jml_loan_form .jml_loan_submit {
    color: #fff !important;
    position: relative !important;
    background-color: #0d1820 !important;
    z-index: 1;
    padding: 10px 50px 12px !important;
    font-size: 17px;
    display: inline-block;
    border: 0px solid !important;
}

.jml_btn .vc_btn3:before,
.jml-submit.jml_btn:before,
.read-more-container .read-more:before,.jml_loan_form .jml_loan_submit:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    z-index: -1;
    border-radius: 4px;
    transition: all .5s ease;
}

.jml_btn .vc_btn3:hover:before,
.jml-submit.jml_btn:hover:before,
.read-more-container .read-more:hover:before,.searchandfilter ul li input[type="submit"]:hover,.jml_loan_form .jml_loan_submit:before:hover {
    width: 0;
}

.jml_btn .vc_btn3 i {
    display: inline-block !important;
    font-size: 22px !important;
    position: relative !important;
    top: 13px !important;
    margin-right: 25px;
}

.team-area .team-item {
    width: calc( 100% / 4);
    float: left;
    text-align: center;
}

.team-area .team-item .team_wrap {
    padding: 15px;
}

.team-area .team_img img {
	border: 2px dashed #12ca59;
	border-radius: 50%;
	width: 267px;
	height: 266px;
}

.team-social-icon {
    margin: 0;
    padding: 0;
    text-align: center;
}

.team-social-icon li {
    display: inline-block;
    list-style: none;
}

.team-social-icon li a {
    width: 30px;
    height: 30px;
    line-height: 33px;
    display: block;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 50%;
}

.team-social-icon li a i {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.team_content h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #08104d;
    margin-top: 10px;
}

.team_content p {
    display: block;
    font-size: 15px;
    color: #64677c;
}

.fact_area .vc_col-sm-8 {
    width: 60%;
}

.fact_area .vc_col-sm-4 {
    width: 40%;
}

.fact_area .help-item .help-short-desc p {
    font-family: Poppins, sans-serif;
    color: #777;
    font-size: 16px;
    margin-top: 5px;
    max-width: 640px;
}

.help-list ul {
    margin: 0;
}

.help-list ul li {
	display: flex;
	margin-bottom: 15px;
}

.help-list .help-icon {
	width: 55px;
	height: 55px;
	background-color: #233644;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 10px 25px 0 #091117;
}

.help-list .help-icon i {
	font-size: 35px;
	width: 55px;
	background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 52px;
}

.help-list .help-inner {
	padding-left: 30px;
	line-height: 28px;
	display: table;
	width: auto;
	height: 55px;
}

.help-list .help-inner h4 {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: auto;
}

.help-list .help-inner p {
    margin-bottom: 0;
    font-size: 15px;
    color: #b2bac0;
    max-width: 285px;
}

.fact_area .vc_btn3-container .vc_general.vc_btn3 {
    background-color: transparent !important;
    background-image: none;
}

.fact_area .vc_btn3-container .vc_general.vc_btn3,
.fact_area .vc_btn3-container .vc_general.vc_btn3 i {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.fact_area .vc_btn3-container .vc_general.vc_btn3:hover {
    padding-right: 40px;
    transition: all .5s ease;
}

.jml-newsletter .wpforms-form {
    display: flex;
}

.jml-newsletter .wpforms-form .wpforms-field-container input[type="email"] {
    height: 55px;
    border: 0;
    border-radius: 0;
    padding-left: 25px;
    font-size: 14px;
    border-radius: 4px;
}

.jml-newsletter .wpforms-submit-container .jml-submit.jml_btn,
.jml-contact-form .jml-submit,.jml_contact_form #jml_cf_submit {
    height: 55px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

.jml-newsletter .jml_newsletter_field input[type="submit"],.jml_contact_form #jml_cf_submit {
	background: linear-gradient(90deg, #10c317 23%, #15d09a 64%) !important;
	color: #fff !important;
	text-transform: uppercase;
}

#jml_tabs ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#jml_tabs ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 30px;
    width: 14%;
    padding-left: 15px;
    padding-right: 15px;
    flex: 14%;
}

#jml_tabs ul li a .tab-title {
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    padding: 20px 30px 20px;
    position: relative;
    z-index: 1;
}

#jml_tabs ul li a .tab-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    border-radius: 4px;
    opacity: 0;
    z-index: -1;
}

#jml_tabs ul li.ui-tabs-active a .tab-title::before {
    opacity: 1;
}

#jml_tabs ul li.ui-tabs-active a .tab-title i,
#jml_tabs ul li.ui-tabs-active a .tab-title span {
    color: #fff;
}

#jml_tabs ul li a .tab-title i {
    display: block;
    color: #0d1820;
    font-size: 50px;
    margin-bottom: 15px;
    transition: all .5s ease;
}

#jml_tabs ul li a .tab-title span {
    display: block;
    color: #0d1820;
    font-weight: 500;
    font-size: 16px;
    transition: all .5s ease;
}

#jml_tabs .tab-content {
    padding: 35px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .5882352941176471);
    text-align: left;
}

#jml_tabs .tab-content .tab-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#jml_tabs .tab-content .tab-inner .tab-col {
    flex: 0 0 50%;
    max-width: 50%;
}

#jml_tabs .tab-content .tab-inner .tab-content-txt .txt {
    padding-left: 30px;
}

#jml_tabs .tab-content .tab-inner .tab-content-txt .txt h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

#jml_tabs .tab-content .tab-inner .tab-content-txt ul {
    display: block;
    text-align: left;
}
#jml_tabs .tab-content .tab-inner .tab-content-txt ul li{
    width: 100%;
    padding-left: 0px;
    list-style-type: none;
    display: block;
    color: #444;
    margin-bottom: 12px;
    font-size: 16px;
}

#jml_tabs .tab-content .tab-inner .tab-content-txt ul li i{
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 3px;
    background: linear-gradient(90deg,#10c317 23%,#15d09a 64%);
        background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#jml_tabs .tab-content img {
    width: 100%;
}

.site-header {
    background-color: #ffffff;
    color: #3a3a3a;
    box-shadow: 0 20px 20px 0 hsla(0, 0%, 86.7%, .3215686274509804);
}

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0 20px 20px 0 hsla(0, 0%, 86.7%, .3215686274509804);
}

/*.wpb_single_image .vc_figure,*/
/*.wpb_single_image .vc_single_image-wrapper,*/
/*.wpb_single_image img {*/
/*    width: 100%;*/
/*}*/

.dark-bg .n2-ss-layer-row {
    padding: 15px;
}

.jml-banner {
    position: relative;
}

.jml_slider_bottom {
    position: absolute;
    bottom: 0;
    width: 94%;
    text-align: left;
    margin: auto;
    left: 0;
    right: 0;
}

.jml_slider_bottom .jml-left-box,
.jml_slider_bottom .jml-right-box {
    width: 50%;
    float: left;
}

.jml_slider_bottom .jml-left-box {
    background-color: rgba(0, 0, 0, 0.7);
}

.jml_slider_bottom .jml-right-box {
    background-color: #ffffff;
}

.jml_slider_bottom ul {
    margin: 0;
    display: flex;
    padding: 35px 25px;
}

.jml_slider_bottom ul li {
    display: flex;
    width: 50%;
}

.jml_slider_bottom ul li h4 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #d9d9d9;
}

.jml_slider_bottom .jml-icon {
    width: 65px;
    text-align: center;
    color: #888;
}

.jml_slider_bottom .jml-icon i {
    font-size: 50px;
}

.jml_slider_bottom .jml-left-box .ob-mtitle {
    font-size: 16px;
    color: #d9d9d9;
}

.jml_slider_bottom .jml-left-box .ob-stitle {
    font-size: 16px;
    color: #d9d9d9;
}

.jml_slider_bottom .jml-right-box .ob-mtitle {
    font-size: 16px;
    color: #5d5d5d;
}

.jml_slider_bottom .jml-right-box .ob-stitle {
    color: #5d5d5d;
}

.jml_slider_bottom .jml-right-box .jml-icon i {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab_area #wpsm_accordion_300 .wpsm_panel-default>.wpsm_panel-heading.acc-a,.faq_area #wpsm_accordion_885 .wpsm_panel-default>.wpsm_panel-heading.acc-a  {
    background-color: transparent !important;
}

.tab_area #wpsm_accordion_300 .ac_open_cl_icon,.faq_area #wpsm_accordion_885 .ac_open_cl_icon {
    color: #fff !important;
    float: right !important;
    padding: 0px !important;
    line-height: 35px !important;
    position: relative;
    content: "+";
    width: 35px;
    height: 35px;
    right: 10px !important;
    top: 12px;
    text-align: center;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    border-radius: 50%;
    font-size: 26px;
}

.tab_area #wpsm_accordion_300 .wpsm_panel+.wpsm_panel,.faq_area #wpsm_accordion_885 .wpsm_panel+.wpsm_panel {
    margin-top: 15px;
}

.contact_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(13, 24, 32, .1765194154) 15%, rgba(13, 24, 32, .8900025614) 67%);
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.loan_section {
    position: relative;
}

.loan_section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .386992) 80%);
}

.blog .site-main {
    margin: 70px 0;
}

.blog .entry-header .entry-title a {
    color: #0d1820;
}

.nav-links .page-numbers {
    border: 1px solid;
    text-align: center;
    padding: 5px !important;
    min-width: 25px;
    display: inline-block;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #15d09a;
}

.jml-single-blog-item {
    display: flex;
    flex-wrap: wrap;
}

.jml-single-blog-item .jml-post-image {
    flex: 40%;
}

.jml-single-blog-item .jml-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jml-single-blog-item .jml-post-content {
    flex: 60%;
}

.jml-single-blog-item .jml-post-content-wrap {
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 30px;
}

.jml-single-blog-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .5882352941176471);
}

.entry-meta a:hover {
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.searchandfilter ul {
    margin-left: 0px;
}

.searchandfilter ul li {
    display: block !important;
    color: #fff;
    margin-bottom: 30px;
}

.searchandfilter ul li ul li {
    display: inline-block !important;
    margin-bottom: 0px;
    font-size: 17px;
    color: #fff;
    margin-left: 5px;
}

.searchandfilter ul li input[type="text"],
.searchandfilter ul li input[type="submit"] {
    height: 55px;
    padding: 10px 15px !important;
    border-radius: 4px;
    border: 0px solid !important;
    width: 50%;
}

.searchandfilter ul li input[type="text"] {
    width: 100%;
}


.searchandfilter ul li input[type="submit"],.jml_loan_form .jml_loan_submit,.jml_cf7 .jml_cf7_submit{
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    border-radius: 4px;
    transition: all .5s ease;
}

.searchandfilter ul li input[type="submit"]:hover{
    width: 50%;
}

.testimonial-area {
    display: flex;
}

.testimonial-area .single-testimonial {
    text-align: center;
    padding: 15px 15px;
}

.testimonial-area .single-wrap {
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .6392156862745098);
    padding: 30px;
    text-align: left;
}

.testimonial-area .client-img {
    position: relative;
    width: 130px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    float: left;
}

.testimonial-area .client-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .6392156862745098);
    width: 100px !important;
    height: 100px;
}

.testimonial-area .client-content {
    padding-left: 15px;
    width: 300px;
    text-align: left;
    margin-left: 15px;
    float: left;
}

.testimonial-area .client-content .client-txt{
	min-height:140px;
}

.testimonial-area .client-header h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
}

.testimonial-area .client-header p {
    display: block;
    font-size: 15px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px !important;
}

.testimonial-area .client-img i {
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    position: absolute;
    bottom: 0;
    right: 25px;
}

.testimonial-area .client-txt p {
    color: #777;
    line-height: 1.7;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"] {
    height: 55px;
}

.single-post .site-content {
    margin: 40px 0;
}

.single-post .site-content .no-featured-image-padding .featured-image {
    margin-left: 0px;
    margin-right: 0px;
}

.single-post .site-content .inside-right-sidebar {
    margin-top: 45px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .5882352941176471);
    padding: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

#right-sidebar .widget ul li a {
    color: #333;
}

.single-post .site-content .inside-article {
    padding: 15px;
}

#mobile-header {
    box-shadow: 0 20px 20px 0 hsla(0, 0%, 86.7%, .3215686274509804);
}

.oxilab-flip-box-1,.oxilab-flip-box-back-1 {
	border-color: #0d1820 !important;
	background-color: #0d1820 !important;
}

.oxilab-flip-box-back-1-data .oxilab-heading,.oxilab-flip-box-back-1-data .oxilab-info,.oxilab-flip-box-1-data .oxilab-heading,.oxilab-flip-box-1-data .oxilab-info {
	color: #fff !important;
}

.oxilab-flip-box-1-data .oxilab-icon-data {
	background-color:transparent !important;
}

.oxilab-flip-box-back-1-data .oxilab-button {
	padding: 10px 0px 10px 0px !important;
}

.oxilab-flip-box-back-1-data .oxilab-button-data {
	background-color: #555;
	font-size: 14px;
	padding: 10px 10px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-ms-border-radius: 15px !important;
	-o-border-radius: 15px !important;
	border-radius: 15px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.oxilab-flip-box-back-1-data .oxilab-button-data:hover {
	background-color: #555 !important;
	color: #ffffff;
}

#section_calculator, .calculator_blocks {
	padding: 30px !important;
}

.calculator_blocks_left .vc_col-sm-8 .vc_column-inner, .calculator_blocks_right .vc_col-sm-8 .vc_column-inner {
	min-height: 130px;
}

.calculator_blocks_left .vc_col-sm-4 .vc_column-inner,.calculator_blocks_right .vc_col-sm-4 .vc_column-inner {
	padding-top: 35px;
}

.calculator_blocks_left .vc_col-sm-8 .vc_column-inner .wpb_text_column,.calculator_blocks_right .vc_col-sm-8 .vc_column-inner .wpb_text_column{
    margin-bottom:15px !important;
}

.calculator_blocks_left .vc_col-sm-8 .vc_column-inner, .calculator_blocks_right .vc_col-sm-8 .vc_column-inner,.calculator_blocks_left .vc_col-sm-4 .vc_column-inner, .calculator_blocks_right .vc_col-sm-4 .vc_column-inner {
    padding-top: 15px !important;
}

#jml_about_overlay .wpb_single_image img {
	background-color: #fff;
	padding: 15px;
	width: 200px;
}

.tth_box .vc_column-inner .wpb_wrapper {
	border: 1px solid #ccc;
	padding: 15px;
	margin: 15px 0;
	border-radius: 4px;
}

.tth_box .vc_column-inner .wpb_wrapper .wpb_wrapper{
    border:0px solid #333;
    padding: 0px;
	margin: 0px;
	border-radius: 0px;
}

.vc_color-info.vc_message_box {
	color: #0d1820 !important;
	border-color: #ccc !important;
	background-color: transparent !important;
}

.vc_color-info.vc_message_box .vc_message_box-icon {
	color: #0d1820 !important;
}

.error404 #page{
    margin:60px auto;
}

.search .page-title{
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
}

.read-more-container {
	margin-top: 15px;
}

#jml_about_overlay a{
    background: linear-gradient(90deg, #10c317 23%, #15d09a 64%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.jml-contact-form .jml_cf7_group{
    display:flex;
    flex-wrap:wrap;
}
.jml-contact-form .jml_cf7_group .jml_cf7_field{
    width:49%;
    margin-right:2%;
    margin-bottom:20px;
}
.jml-contact-form .jml_cf7_group .jml_cf7_field:last-child{
    margin-right:0;
}
.jml-contact-form .jml_cf7_group .jml_cf7_field input{
    min-height:55px;
}
.jml-contact-form .jml_cf7_group textarea,.jml-contact-form .jml_cf7_group .jml_cf7_field_textarea{
    width:100%;
}
.jml_cf7 .jml_cf7_submit{
    display:inline-block;
}

.jml-newsletter .jml-newsletter-wrap {
	display: flex;
	flex-wrap: wrap;
}
.jml-newsletter .jml_newsletter_field {
	width: 50%;
}

.jml-newsletter .jml_newsletter_field input {
	min-height: 55px;
	border: 0px solid transparent;
}
.jml-newsletter .jml_newsletter_field input[type="email"] {
	background-color:#fff;
}
.jml-newsletter .jml_newsletter_field input[type="email"]:focus {
	box-shadow: none;
	outline: none;
}

.jml_contact_form .jml_contact_form_group {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.jml_contact_form .jml_contact_form_group label {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}
.jml_contact_form .jml_contact_form_field{
    width:49%;
    margin-right:2%;
}
.jml_contact_form .jml_contact_form_field:last-child{
    margin-right:0;
}
.jml_contact_form .wpcf7-form-control-wrap,.jml_contact_form .wpcf7-form-control-wrap input{
   width:100%; 
   min-height:55px;
}
.jml_contact_form .jml_contact_form_group textarea {
	margin-bottom: 15px;
}
.jml_contact_form .jml_contact_form_group input:focus{
    box-shadow:none;
    outline:none;
}
.jml_contact_form .wpcf7-form-control-wrap input,.jml_contact_form .wpcf7-form-control-wrap textarea{
    border-radius:4px;
}


.display_hide{
	display:none;
}
.jml_contact_info{
	
}

.jml_contact_info h4{
	color:#fff;
	font-size:24px;
}
.jml_contact_info ul{
	margin-left:15px;
}

.jml_contact_info ul li {
	color: #fff;
	line-height: 28px;
}
.jml_contact_info ul li a{
	color:#fff;
}



@media screen and (max-width: 1200px) {
    .testimonial-area .client-content {
        width: 55%;
    }
    #jml_tabs ul li {
        width: 13%;
        flex: 13%;
    }
    #section_calculator, .calculator_blocks {
    	margin: 0px !important;
    }
    .team-area .team_img img {
    	height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .testimonial-area .client-content {
        width: 50%;
    }
    #jml_tabs ul li {
        width: 10%;
        flex: 10%;
    }
}

@media screen and (max-width: 991px) {
    .jml_slider_bottom {
        position: relative;
    }
    .jml_slider_bottom .jml-left-box,
    .jml_slider_bottom .jml-right-box {
        width: 100%;
        float: none;
    }
    .fact_area .help-item .vc_custom_1613555162710 {
        padding-left: 15px !important;
    }
    .fact_area .vc_col-sm-8 {
        width: 100%;
    }
    .fact_area .vc_col-sm-4,
    .fact_area .vc_col-sm-4 .vc_column-inner {
        display: block !important;
        height: 500px;
        width: 100%;
    }
    #jml_tabs ul li a .tab-title {
        padding: 15px;
    }
    #jml_tabs ul li a .tab-title span {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .video-btn a {
        display: inline-block;
    }
    .video-btn span {
        padding-top: 0px;
    }
    .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
        font-size: 3em !important;
    }
    .mission-lists .vc_col-sm-8 .vc_col-sm-3 .vc_custom_heading {
        min-height: 72px;
    }
    .counter-area .vc_col-sm-3 {
        width: 50%;
        float: left;
    }
    .jml_post {
        padding: 0px;
    }
    .post-items .post-item {
        width: calc( 100% / 1);
    }
    .tab_area #wpsm_accordion_300 .wpsm_panel-title a {
        font-size: 14px !important;
    }
    .footer-bottom .container {
        display: block;
    }
    .card-icons,
    .jml-copyright {
        width: 100%;
    }
    .card-icons ul {
        display: block;
        text-align: center;
    }
    .card-icons ul li {
        display: inline-block;
    }
    .jml-copyright {
        text-align: center;
    }
    .blog .entry-header .entry-title {
        font-size: 19px;
    }
    #jml_tabs ul li {
        width: 100%;
        flex: 100%;
    }
    #jml_tabs .tab-content .tab-inner .tab-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #jml_tabs .tab-content img {
        margin-bottom: 30px !important;
    }
    #jml_tabs .tab-content .tab-inner .tab-content-txt p {
        padding-left: 0px;
    }
    #jml_tabs ul {
        margin-bottom: 30px;
    }
    .jml-newsletter .wpforms-submit-container .jml-submit.jml_btn {
        font-size: 14px;
        padding: 7px 15px !important;
    }
    #jml_about_overlay .wpb_single_image img{
        width:auto;
    }
    #jml-team .jml-main-title{
        text-align:center !important;
    }
    
}

@media screen and (max-width: 767px) {
    .jml_slider_bottom ul {
        display: block;
    }
    .jml_slider_bottom ul li {
        margin-bottom: 15px;
    }
    .jml_slider_bottom ul li:last-child {
        margin-bottom: 0px;
    }
    .mission-lists {
        position: relative;
    }
    .video-btn {
        width: 60%;
        margin: 30px auto;
        display: block;
        text-align: center;
    }
    .video-btn span {
        color: #000;
        display: block;
    }
    .mission-lists .vc_col-sm-8 .vc_col-sm-3 {
        border-right: 0px dashed #333;
    }
    .mission-lists .vc_col-sm-8 .vc_col-sm-3 .vc_column-inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .jml-team .wpb_wrapper {
        text-align: center;
    }
    .jml_btn.vc_btn3-right {
        text-align: center !important;
        margin-top: 15px;
    }
    .team-area .team-item {
        width: calc( 100% / 2);
    }
    .jml-single-blog-item .jml-post-image,
    .jml-single-blog-item .jml-post-content {
        flex: 100%;
    }
    .jml-newsletter .wpforms-form {
        display: block;
    }
    .jml-newsletter .wpforms-form .wpforms-submit-container {
        text-align: center;
    }
    .jml-contact-form {
        padding: 15px !important;
    }
    .calculator_blocks_left .vc_col-sm-8 .vc_column-inner, .calculator_blocks_right .vc_col-sm-8 .vc_column-inner {
    	min-height: auto;
    }
    .calculator_blocks_left .vc_col-sm-4 .vc_column-inner, .calculator_blocks_right .vc_col-sm-4 .vc_column-inner {
    	padding-top: 0px !important;
    }
    .calculator_blocks_left .vc_col-sm-8 .vc_column-inner .vc_custom_heading,.calculator_blocks_left .vc_col-sm-8 .vc_column-inner .wpb_text_column,.calculator_blocks_right .vc_col-sm-8 .vc_column-inner .vc_custom_heading,.calculator_blocks_right .vc_col-sm-8 .vc_column-inner .wpb_text_column{
        text-align:center !important;
    }
    .mission-lists .vc_col-sm-8 .vc_row.wpb_row {
    	display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    
}

@media screen and (max-width: 575px) {
    .counter-area .vc_col-sm-3 {
        width: 100%;
        float: none;
    }
    .counter-area .counter-item h3 {
        font-size: 50px;
        position: relative;
        width: 65px;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .counter-area .counter-item p {
        padding-left: 20px;
        padding-top: 0;
        vertical-align: middle;
        position: relative;
        display: table-cell;
        height: auto;
    }
    .jml_slider_bottom ul li {
        width: 100%;
    }
    .jml-main-title {
        font-size: 36px !important;
    }
    .counter-area .counter-item {
        display: table;
        width: 100%;
        height: 100%;
    }
    .team-area .team-item {
        width: calc( 100% / 1);
    }
    .address-area .icon_list {
        margin-top: -25px;
    }
    .address-area .icon_list ul li a {
        font-size: 30px;
        height: 50px;
        width: 50px;
    }
    .address-area .icon_list ul li a:hover:before {
        height: 50px;
        width: 50px;
    }
    .address-area .icon_list ul li a i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .testimonial-area .client-img {
        border-right: 0px solid #ccc;
        float: none;
        margin: 0 auto;
    }
    .testimonial-area .client-content {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        padding: 10px 0 0 0;
    }
    .jml-newsletter .wpforms-form {
        display: block;
    }
    .jml_btn .vc_btn3,
    .jml-submit.jml_btn,
    .read-more-container .read-more {
        padding: 10px 30px 12px !important;
    }
    .tab_area #wpsm_accordion_300 .ac_open_cl_icon {
        line-height: 25px !important;
        width: 25px;
        height: 25px;
        right: 5px !important;
        top: 15px;
        font-size: 16px;
    }
    .jml-contact-form.home .wpforms-field {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .jml-contact-form .wpforms-field {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .jml_contact_form .jml_contact_form_field:first-child {
    	margin-bottom: 15px;
    }
    .jml_contact_form .jml_contact_form_field {
    	width: 100%;
    	margin-right: 0;
    }
    .jml-newsletter .jml_newsletter_field,.jml-newsletter .jml_newsletter_field #jml_newssubmit {
    	width: 100%;
    }
    .jml-contact-form .jml_cf7_group {
    	display: block;
    }
    .jml-contact-form .jml_cf7_group .jml_cf7_field {
    	width: 100%;
    	margin-right: 0;
    }
    
    .jml-contact-form {
    	padding: 0px !important;
    }
    
    .jml_loan_form .jml_form_field_type .wpcf7-list-item {
    	width:100%;
    	margin-left:0px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}