@charset "UTF-8";
/*
Theme Name: LTL
Theme URI: https://www.benworldwide.com/
Author: Benworldwide
Author URI: https://www.benworldwide.com/
Description: https://www.benworldwide.com/
Text Domain: LTL
*/
@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@200;300;400;500;600;700&family=Lato:wght@100;300;400;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-family: 'KoHo', sans-serif;
    font-size: 50px;
    font-weight: 300;
}

h2 {
    font-family: 'KoHo', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #1d2859;
}

h3 {
    font-family: 'KoHo', sans-serif;
    font-size: 28px;
}

h4 {
    font-family: 'KoHo', sans-serif;
}

h5 {
    font-family: 'KoHo', sans-serif;
}

h6 {
    font-family: 'KoHo', sans-serif;
}

a {
    font-family: 'Lato', sans-serif;
    color: rgba(0,0,0,1);
    transition: 0.4s;
}

a:hover {
    font-family: 'Lato', sans-serif;
    color: #93c13e;
    text-decoration: none;
    transition: 0.4s;
}

ul {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #6b6b6b;
    list-style-image: url(/wp-content/uploads/2021/12/flash.png);
    padding-left: 20px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #6b6b6b;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.submenu-expand {
    display: none;
}
li.mobile-parent-nav-menu-item {
    display: none !important;
}
.cart_num {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 12px;
    color: #fff;
    background: #93c13e;
    text-align: center;
    width: 18px;
    border-radius: 50%;
}

.logo-header {
    text-align: center;
}

.top-txt {
    text-align: right;
}

.tel-top {
    padding-right: 12px;
}

.header {
    height: 35px;
}

.main-navigation ul {
    list-style-type: none;
}

.main-navigation ul {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}

.main-navigation ul li a {
    margin: 7px;
    font-size: 12px;
    text-transform: none;
    color: #fff !important;
    font-weight: 400;
    padding: 0;
    font-family: 'KoHo', sans-serif;
    text-transform: uppercase;
}
.main-navigation ul li a {
    margin-left: 10px;
}
.main-navigation ul li ul li a {
	padding: 0 5px;
}
.main-navigation ul li a:hover {
    color: #7bc24e !important;
}
.main-navigation li.menu-item-63 a {
    background: #e25e00;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 22px;
    margin-left: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.main-navigation li.menu-item-63 a:hover {
    background: #93c13e;
    color: #fff !important;
}
.icons_top {
    padding-top: 28px;
    text-align: right;
}
a.top_link {
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 75%);
    font-size: 13px;
    font-weight: 400;
}
img.shop_cart {
    margin-left: 22px;
    margin-right: 20px
}
.second-section-header.sticky {
    position: fixed;
    width: 100%;
    background: #fff !important;
    z-index: 9999;
    top: 0px;
    padding: 0px;
    transition: all .4s ease;
    margin: 0px;
    height: auto;
}

.second-section-header.sticky .logo-header img {
    width: 200px;
    margin: 0px;
    transition: all .4s ease;
}

.main-navigation ul li.current-menu-item a {
    color: #93c13e !important;
}

.main-navigation {
    text-align: right;
    padding: 0px 0px;
}

.nav-bar-main {
    position: relative;
    top: 0px;
    width: 100%;
    background: #f2f2f2;
    padding: 0px;
    z-index: 1;
}

.nav-bar-main p {
    color: #000;
    text-align: right;
    display: inline-block;
    margin: 6px 0px;
    font-size: 12px;
    font-weight: 300;
}

.nav-bar-main .top-bar-2 {
    display: block;
    text-align: right;
}

.nav-bar-main .top-bar-2 p {
    margin: 6px 10px;
}

.top-bar-2 a {
    color: #fff;
}

.top-bar-2 a:hover {
    color: #dcdcdc;
}

.logo-header img {
    width: 230px;
    margin: 0;
    padding: 10px 0px;
}

.second-section-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,1);
}

.main-navigation ul li ul.sub-menu li.current-menu-item a {
    color: #7ac250 !important;
    font-weight: 700;
}

/*****submenu*****************/

.main-navigation ul ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 7%;
    top: -10px;
    bottom: 0;
    color: #d4d4d4 !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d4d4d4;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: auto;
    color: #000;
    margin: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    float: left;
    top: 31px;
    left: -34px;
    background-color: #4c4c4c;
    width: 151px;
    height: 33px;
}

/*.main-navigation ul li a:hover, .header-menu ul li.current-menu-item a {
    color: #a9a9a9;
}*/

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 6px 0px;
    width: auto;
}

.main-navigation li:hover ul.sub-menu {
    line-height: 1.0;
    opacity: 1;
    visibility: visible;
    display: block;
    box-shadow: 1px 2px 7px rgba(0,0,0,0.4);
    margin-top: 0px;
    border-radius: 5px;
    margin-left: 44px;
    background: #d4d4d4;
}

.main-navigation ul li ul.sub-menu {
    float: left;
    height: auto;
    list-style: none;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 35px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

.main-navigation li:hover ul.sub-menu li a:hover {
    color: #8771ff;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #fff !important;
}

.main-navigation ul li ul.sub-menu li a:hover {
    width: 100%;
}

.main-navigation ul li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bab707;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-navigation ul li ul.sub-menu li {
    border-top: 0px solid gray;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 9px 0px;
    width: 180px;
    text-align: left;
    height: 40px;
    background: #1d2859;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: 0.4s;
}
.main-navigation ul li ul.sub-menu li:hover {
    background: rgb(159, 159, 159);
    height: auto;
    transition: 0.4s;
}
.main-navigation ul li ul.sub-menu li:hover a {
    color:#fff;
    transition: 0.4s;
}
.main-navigation li:hover ul.sub-menu li a {
    -moz-transition: color 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
    border-bottom: 2px solid transparent;
}

    .hm_shffl {
        margin-top: 25px;
    }

/*****submenu over************/

.wh_header {
    position: absolute;
    z-index: 999999;
    width: 100%;
    background: #fff;
    box-shadow: 10px 1px 10px #0000001a;
}
.main-menu-more {
    display: none;
}
.logo_header {
    padding-left: 15%;
}
.main-navigation {
    text-align: right;
    background: #1d2859;
    padding: 7px 11% 20px 0;
    border-bottom-left-radius: 80px;
}
.logo_header img {
    padding: 20px 0px;
}
.social_m .fa {
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    padding: 6px 7.5px;
    border-radius: 50px;
    background: #1d2859;
    border: 1px solid #1d2859;
    color: #fff;
    transition: 0.4s;
}
.social_m .fa-facebook {
    padding: 7px 6px;
}
.social_m .fa:hover {
    transition: 0.4s;
    background: #7bc24e;
}
.social_m {
    text-align: right;
    padding-top: 7px;
    padding-right: 10%;
    padding-bottom: 7px;
}
.txt_top_section {
    padding-top: 100px;
}
.txt_top_section h1 {
    color: #7bc24e;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.txt_top_section h2 {
    color: #1d2859;
}
.txt_top_section h2 span {
    font-weight: 600;
}
.line_ img {
    padding-top: 20px;
}
.txt_top_section p {
    padding-top: 30px;
}
.number_section h3 {
    color: #157498;
    font-size: 80px;
    margin: 0;
}
.number_section p {
    font-size: 19px;
    color: #157498;
}

.main_btn a {
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    background: #7bc24e;
    padding: 12px 10px;
    display: block;
    width: 220px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s;
}
.main_btn a:hover {
    background: #1d2859;
    transition: 0.4s;
}
.spc_btm {
    padding-bottom: 40px;
}
.product_box {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    margin-top: 57px;
    transition: 0.4s;
    height: 390px;
}
.product_section {
    padding: 100px 0;
    background-size: cover !important;
    background-position: center bottom !important;
    height: 1100px;
}

.txt_w h2, .txt_w p {
    color: #fff;
}
.txt_w h2 {
    font-weight: 500;
}
#home_s .owl-item .product_box img {
    display: block;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    top: -50px;
    z-index: 999;
}
#home_s {
    padding-top: 50px;
}

.hide_section {
    opacity: 0;
    height: 0;
    transition: 0.4s;
}
.product_box:hover {
    height: 454px;
    transition: 0.4s;
}
.product_box:hover .hide_section {
    opacity: 1;
    height: auto;
    transition: 0.4s;
}

.product_box h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 80px;
}
.hide_section a {
    font-size: 14px;
    text-transform: uppercase;
    color: #7bc24e;
    font-weight: 700;
    font-family: 'KoHo', sans-serif;
}

.service_section {
    height: auto;
    background-size: contain !important;
    background-position: left bottom !important;
    padding: 0px 0 80px 0;
    background-repeat: no-repeat !important;
}
.spc_btm .main_btn {
    padding-bottom: 50px;
}

.bg_map {
    height: auto;
    background-position: center !important;
    background-size: cover !important;
}
.bg_map img {
    width: 100%;
}

.nav-tabs .nav-link {
    font-size: 25px;
    border: 1px solid #7bc24e;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    height: 90px; 
    width: 405px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #7bc24e;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.nav-tabs .nav-link.active .tab_cu_sec h3 {
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
    padding-top: 3px;
}
.tab_cu_sec h3 {
    font-size: 22px;
    color: #1d2859;
    padding-left: 30px;
    padding-top: 3px;
}
.tab_cu_sec {
    padding: 17px 40px;
}
.z_sec {
    position: relative;
    left: -45px;
    z-index: 2;
    background: #fff;
}
.tab_cu_sec img {
    width: 60px;
}
.nav-link {
    display: block;
    padding: 0;
}
.tab_cu_content h2 {
    font-weight: 600;
    font-size: 40px;
    padding-top: 40px;
    margin-bottom: 10px;
}
.bdr_trans {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #1d2859;
    padding: 30px;
    border-radius: 20px;
}
.bdr_trans h4 {
    color: #1d2859;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.bdr_trans p {
    color: #1d2859;
    line-height: 1.3;
    margin: 0;
}
.bdr_trans img {
    width: 40px;
    padding-bottom: 25px;
}
.nav-tabs {
    border-bottom: 0;
}
.map_section {
    padding-top: 100px;
}
.map_section .main_btn a {
    margin: 0 0 0 auto;
}

.txt_wd_sec {
    padding: 200px 0;
}
.world_section {
    background-size: cover !important;
    background-position: top center !important;
	margin-top: -68px;
    position: relative;
}
.lg_txt, .lg_txt_btn {
    text-align: right;
}
.lg_txt h4 {
    font-size: 85px;
    color: #fff;
    margin: 0;
}
.lg_txt p {
    font-size: 20px;
    color: #fff;
}
h2.txt_wd_sec_h {
    text-align: right;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.lg_txt_btn a {
    margin: 40px 0 0 auto;
}
.__img_logo img {
    height: 96px;
    width: auto;
    border-radius: 10px;
}
.slider_logos {
    padding: 100px 0;
    background-size: cover !important;
    margin-top: -110px;
    background-position: top center !important;
    height: 500px;
    background-repeat: repeat !important;
    margin-bottom: 100px;
}
.slider_logos h2 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 28px;
}
p.link_fake {
    margin:0;
    color: #7bc24e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
}
.bg_backg__ {
    height: 190px;
    background-size: cover !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.__co {
    border: 1px solid #dddddd;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 39px;
}
.arrow_img {
    position: relative;
}
.arrow_img img {
    width: 45px !important;
    position: absolute !important;
    top: 17px !important;
}
.line_sm img {
    width: 100px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog_listing h2 {
    font-weight: 500;
    padding-bottom: 40px;
}

.video_sec {
    margin-top: 80px;
    padding: 0px 0;
    background-size: cover !important;
    background-position: bottom !important;
}
.txt_play h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.txt_play h2 span {
    font-weight: 700;
}
.txt_play img {
    width: 50px;
}
.txt_play p a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    color: #77b94d;
    margin-top: 20px;
}

.bottom_section {
    height: 1000px;
    background-size: cover !important;
    background-position: top !important;
    padding-top: 20%;
}
.btm_txt h2 {
    font-size: 25px;
    font-weight: 700;
    color: #7bc24e;
    text-transform: uppercase;
}
.btm_txt h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1d2859;
}
.btm_btn a {
    margin: 30px auto;
}

.slider_btn a {
    text-align: center !important;
    font-weight: 700 !important;
    font-family: 'KoHo', sans-serif;
}

.about_section {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 9999;
    position: relative;
	background-position: left bottom !important;
}

.product_btn a {
    background: #fff0;
    border: 1px solid #7bc24e;
    color: #7bc24e;
    margin: 0 0 0 auto;
}

.inq_btn a {
    margin: 0 0 0 auto;
}

#home_s .item {
    height: 484px;
}
#home_s .owl-nav {
    margin-top: 10px;
    position: absolute;
    left: 100px;
    bottom: -44px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff0;
    outline: none;
}
.owl-theme .owl-nav [class*=owl-] {
    outline: none;
}

.txt_nav h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

#logo_slider .owl-prev img {
    position: absolute;
    left: -55px;
    top: 31px;
}
#logo_slider .owl-next img {
    position: absolute;
    right: -55px;
    top: 31px;
}
#blog_s .owl-nav {
    position: absolute;
    top: -107px;
    right: 20%;
}
.txt_box h3 {
    color: #1d2859;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

/*h3.aos-init.aos-animate{*/
/*    color:#ffffff;*/
/*}*/
/*p.aos-init.aos-animate{*/
/*     color:#000000;*/
/*}*/

/* footer */

.site-footer .newsletter_box {
    padding: 65px 140px;
    background-size: cover !important;
    border-radius: 15px;
    position: absolute;
    top: -98px;
    width: 98%;
}
.site-footer form input.nwsl {
    width: 98%;
    border: 0;
    padding: 12px 26px;
    outline: none;
    display: inline-block;
    margin-right: 10px;
}
.newsletter_box .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 49%;
}
.site-footer .newsletter_box h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.site-footer .newsletter_box p {
    color: #fff;
    margin-bottom: 25px;
}
.site-footer input.btn_nws {
    background: #1e2859;
    padding: 12px 10px;
    display: block;
    width: 185px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    margin: 20px 20px 0px auto;
    outline: none;
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    transition: 0.4s;
}
.site-footer input.btn_nws:hover {
    background: #1e2859ad;
    transition: 0.4s;
}
.footer_nav {
    padding-top: 350px;
}

.footer_links ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    transition: 0.4s;
}
.footer_links ul li a:hover {
    color: #7bc24e;
    transition: 0.4s;
}
.footer_links ul {
    list-style: none;
    column-count: 2;
    padding: 0;
}
.footer_links h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer_txt p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.footer_txt h5 {
    color: #7bc24e;
    font-size: 25px;
    font-weight: 300;
}
.site-footer .social_m {
    text-align: left;
    padding-top: 7px;
    padding-right: 0;
}
.site-footer .social_m .fa {
    background: #7bc24e;
    border: 1px solid #7bc24e;
    color: #fff;
    margin-right: 3px;
    transition: 0.4s;
}
.site-footer .social_m .fa:hover {
    background: #1e2859;
    transition: 0.4s;
}
.cp_txt {
    padding-top: 100px;
}
.cp_txt p, .cp_txt a {
    font-size: 12px;
    color: #fff;
    padding-bottom: 20px;
}
.tel__ {
    padding-top: 26px;
}

/* inner pages */
.main_banner {
    height: 700px;
    background-size: cover !important;
    background-position: right center !important;
}
.main_banner h1 {
    padding-top: 385px;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}
.breadcrumb {
    background-color: #fff0;
    padding: 0;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
}

.breadcrumb li, .breadcrumb a {
    letter-spacing: 2px;
    font-size: 12px;
}

.awwrd_section, .vision_mission {
    padding-top: 60px;
    padding-bottom: 60px;
}
.awwrd_section h2 {
    color: #fff;
    font-weight: 500;
}
.awwrd_section p {
    color: #fff;
}
.vision_mission h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
}
.vision_mission p {
    color: #fff;
}
.vision_mission ul {
    list-style-image: url(/wp-content/uploads/2021/12/flash-1.png);
    padding-left: 20px;
    color: #fff;
}
.second_sec {
    padding-top: 80px !important;
}

.box_vl {
	border: 1px solid #1d2758cc;
    padding: 45px;
    border-radius: 20px;
    width: 95%;
    background: #1d2758cc;
    height: 388px;
}
.box_vl h4 {
    margin-bottom: 20px;
	color: #fff;
}
.box_vl p {
	color: #fff;
}

.product_txt {
    padding: 95px 0;
}
.product_txt_ h2 {
    font-size: 40px;
}
.news_box h3 {
    text-align: left;
    color: #1d2859;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.news_box img {
    margin: 0;
}

p._brouchure {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff82;
    margin-bottom: 5px;
    padding-right: 10px;
    transition: 0.4s;
    display: inline-block;
}
p._brouchure:hover {
    transition: 0.4s;
    font-weight: 500;
    color: #7bc24e;
}
.txt_section_application {
    position: absolute !important;
    z-index: 999;
    top: 14%;
    left: 10%;
}

#powerTip {
    background-color: #1d2859;
    color: #fff;
}
#powerTip p {
    color: #fff !important;
}
#powerTip a {
    color: #fff !important;
    font-size:20px;
}
.spc_top {
    padding-top: 0px;
}

.spc_ab_d {
    padding-bottom: 400px;
}

/*contact*/
.contactus input {
    border: 1px solid #1e2859;
    border-radius: 0;
    height: 50px;
    margin-bottom: 20px !important;
}
.contactus textarea {
    border: 1px solid #1e2859;
    border-radius: 0;
    height: 150px;
}
.contactus .wpcf7-submit {
    background: #1e2859;
    padding: 12px 10px px;
    display: block;
    width: 185px;
    color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    margin: 20px 0px 0px;
    outline: none;
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
}
.contactus label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #6b6b6b;
}
.navigation_mob {
    display: none;
}

.section-banner-b #custom-bg {
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 80px;
}
.blog__ {
    padding-bottom: 150px;
}
.blog__ .entry-footer {
    display: none;
}
.title_ h1 {
    margin-bottom: 30px;
}

.error-404 {
    padding-top: 300px;
    text-align: center;
    padding-bottom: 200px;
}
.error-404 .main_btn a {
    margin: 0 auto;
}
p.link-more {
    display: none;
}
.blog__ .nav-links {
    display: none;
}

/**/
.box-journey {
    margin: 0;
    background: #1e2859;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}
.box-journey-2 {
    margin: 0;
    background: #157498;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}
.box-journey-3 {
    margin: 0;
    background: #7ac250;
    color: #fff;
    padding: 50px;
    border-radius: 10px;
}
.arrow-side {
    margin:0 !important;
}
.arrow-side {
    position: absolute;
    width: 68px;
    right: -11px;
    top: 4px;
}
.arrow-side-2 {
    position: absolute;
    width: 68px;
    left: -11px;
    top: 4px;
}

/* about page parallax */
.parallax-imgs{
    display: flex;
    background-color: #FFB571;
    height: 1300px;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background-size: cover !important;
    background-position: bottom !important;
  
}
#layer-1,#layer-3,#layer-4,#layer-5 {
    display: none;
}
.layer {
    position: absolute;
    height: 153%;
    width: 227%;
    bottom: -44%;
    left: -59%;
    z-index: 0;
}

.layer img{
  object-fit:cover
}

.scroll-indicator{
  position:absolute;
  top:0;
  display:flex;
  justify-content:center;
  align-items: center;
  width:100%;
  height:50vh;
}

.extra-content{
  position:relative;
  display:flex;
  flex-direction:column;
  width:100%;
  height:100vh;
  justify-content:center;
  align-items:center;
  color:white;
  background-color:black;
  z-index:10;
  text-align: center
}
.values_sec {
    position: relative;
}
.div_vss {
    background: #fff0;
    padding: 40px 40px 0px 40px;
    position: relative;
    top: 100px;
    z-index: 999;
}
.div_vss ul {
    padding-bottom: 40px;
}
.home_slider {
    position: relative;
}
.btn_wt {
    position: absolute;
    bottom: -85px;
    z-index: 999;
}

/* calculator */
.calculator {
    margin-top: 50px;
    background: #157299;
    padding: 50px;
    border-radius: 14px;
}
.calculator h1 {
    text-transform: none;
    font-size: 30px;
    text-align: left;
    font-weight: 500;
    color: #fff;
}
.calculator .col-form-label {
    color: #fff;
}
.calculator .input-wrapper {
  padding: 20px 0px;
}
.calculator div.button {
  text-align: center;
  display: flex;
}
.calculator .form-control {
    border-radius: 0;
    border: 0px solid #1d2859;
    height: 46px;
}
.txt-title-cal {
    margin-top: 80px;
}
.frm_cu__ {
    text-align: right !important;
}

/*# sourceMappingURL=style.css.map */

.payback_cal {
    padding: 150px 0;
}
.frm_cu {
    text-align: left;
}

button.btn_cal {
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    background: #7bc24e;
    padding: 12px 10px;
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s;
}
input.btn_clear {
    font-family: 'KoHo', sans-serif;
    font-weight: 700;
    background: #1d2859;
    padding: 12px 10px;
    display: inline-block;
    width: 220px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s;
}

/* new changes */
.mt_btn a {
    margin-top: 15px;
}

.value-box {
    background: #fff;
    padding: 25px;
    border: 1px solid #157498;
    height: 420px;
    margin: 0px !important;
    transition: 0.4s;
}
.value-box:hover {
    transform: scale(1.05);
    transition: 0.4s;
}
.value-box h4 {
    color: #1e2859; 
}
.value-box p {
    color: #000;
}
.logo-section {
    background: #7ac25036;
    padding: 20px 20px 0px 20px !important;
    border: 18px solid #fff;
}
/**/
#button {
  display: inline-block;
  background-color: #7bc24e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.mobs {
    display: none;
}
   
#clt-2021 {
	display: none;
}
    
@media only screen and (max-width: 1080px) {
	.about_section {
		z-index: 999;
	}
    .btn_wt {
        position: absolute;
        bottom: 0;
        z-index: 999;
    }
    .menu-deskt .footer_links ul {
        column-count: 1;
    }
    .wh_header {
        position: fixed;
    }
    ul#menu .menu-deskt {
        padding: 20px;
    }
    /*--------------------------------------------------------------
    ## Menus hamburger menu
    --------------------------------------------------------------*/
    .logo_menu_ img {
        width: 150px;
        margin-bottom: 20px;
    }
    .navigation_mob {
        display: block;
    }
    #menuToggle .footer_links ul a {
        font-family: 'KoHo', sans-serif;
        font-weight: 500;
        border-top: 0px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d826;
        color: #fff;
    }
    
    #menuToggle #menu li {
        padding: 0px 0;
        font-size: 22px;
        padding-left: 0px !important;
    }
    
    #menuToggle .mob_accordion {
        display: block;
        width: 100%;
        padding: 0px 20px;
        background: #011d31;
    }
    
    #menuToggle  .mob_accordion button.btn-link {
        font-family: 'Rubik', sans-serif;
        color: #c39f63;
    }
    .navigation_mob h5 {
        color: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #d8d8d826;
    }
    .navigation_mob .card-header {
        padding: 0;
    }
    .navigation_mob .btn-link {
        font-size: 17px;
        color: rgb(255, 255, 255);
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 0px;
        text-decoration: none;
    }
    .navigation_mob .card-body {
        padding: 0;
    }
    #menuToggle .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #5c2f12;
        background-clip: unset;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 0px;
        border: 0px !important;
    }
    
    #menuToggle .mob_accordion .card {
        border-top: 0px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d840 !important;
    }
    
    #menuToggle .mob_accordion button.btn-link {
        background: #011d31;
    }
    
    #menuToggle .footer_links ul a {
        padding: 10px 0px !important;
        width: 100%;
        font-size: 15px;
        display: block;
        text-transform: none;
        letter-spacing: 3px;
    }
    
    #menuToggle .footer_links_p ul {
        padding: 0px;
        background: #011d31;
        margin: 0px;
    }
    
    #menuToggle .mob_accordion .footer_links_p ul a {
        line-height: 36px;
        color: #fff;
    }
    
    #menuToggle .contact_top a {
        font-size: 13px;
        font-weight: 600;
        color: #7bc24e;
        margin-top: 1px !important;
        position: relative;
    }
    #menuToggle .contact_top p {
        margin: 0;
    }
    
    #menuToggle .contact_top {
        padding-top: 20px;
        padding-bottom: 32px;
    }
    
    #menuToggle .social_box_hdr {
        padding-top: 40px;
        text-align: center;
    }
    
    #menuToggle .social_box_hdr img {
        padding: 0px 15px;
    }
    #menuToggle
    {
      display: block;
      position: fixed;
      top: 11px;
      right: 20px;
      z-index: 999999999;
      -webkit-user-select: none;
      user-select: none;
    }
    
    #menuToggle input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0; /* hide this */
      z-index: 2; /* and place it over the hamburger */
      -webkit-touch-callout: none;
    }
    
    /*
     * Just a quick hamburger
     */
     ul.nav_mob {
        padding-left: 20px;
     }
     .navigation_mob .fa-plus  {
        font-weight: 200;
        font-size: 14px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 15px;
     }
    #menuToggle span
    {
      display: block;
      width: 25px;
      height: 2px;
      margin-bottom: 6px;
      position: relative;
      background: #fff;
      border-radius: 0px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    
    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #ffffff;
      width: 29px;
      position: relative;
      top: 0px;
      right: -10px;
    }
    
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      opacity: 1;
      transform: rotate(-45deg) translate(0, -1px);
    }
    
    #menu {
        position: fixed;
        width: 104%;
        height: 100vh;
        margin: 0;
        padding: 15px;
        overflow-y: scroll;
        right: -11px;
        top: 0px;
        background: #585858;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu li
    {
      padding: 10px 0;
      font-size: 22px;
      padding-left: 10px !important;
    }
    
    #menu li:hover {
        width: 100%;
        background: #5959551f;
    }
    
    #menuToggle input:checked ~ ul
    {
      transform: scale(1.0, 1.0);
      opacity: 1;
    }
    
    .menu-deskt h4 {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        letter-spacing: 1px;
        color: #595955;
        padding-left: 10px;
    }
    
    .menu-deskt h4::after {
        content: "";
        position: absolute;
        /* bottom: 0; */
        left: 17.9%;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #595955;
        width: 30px;
        /* top: 43px; */
        margin-top: -9px;
        opacity: 25%;
    }
    /*end*/
    
    
    .main-navigation ul {
        display: none;
    }
    .nav-tabs .nav-link {
        width: 340px;
    }
    .nav-tabs .nav-link.active .tab_cu_sec h3 {
        font-size: 18px;
    }
    .tab_cu_sec h3 {
        font-size: 18px;
    }
    .slider_logos {
        background-size: cover !important;
        height: 500px;
    }
    #blog_s .owl-nav {
        right: 3%;
    }
    .footer_txt h5 {
        font-size: 22px;
    }
    .site-footer .social_m .fa {
        margin-right: -3px;
    }
    .site-footer .newsletter_box {
        width: 96%;
    }
    .logo_header {
        padding-left: 0%;
    }
    .social_m {
        text-align: right;
        padding-top: 20px;
        padding-right: 20px;
    }
    .txt_wd_sec .row {
        width: 100%;
    }
}

@media (min-width:767px) and (max-width:977px) {
	.txt_top_section h2 {
		color: #1d2859;
		font-size: 32px;
	}
	.txt_top_section h1 {
		font-size: 20px;
	}
	.txt_section_application {
		position: relative !important;
		z-index: 999;
		top: 14%;
		margin-top: 40px;
		left: 10%;
		width: 75% !important;
	}
}

@media only screen and (max-width: 977px) {
    .page-id-104 .product_txt h2 {
        font-size: 35px;
    }
    .page-id-104 .main_banner {
        background-position: center center !important;
    }
    .number_section h3 {
        font-size: 50px;
    }
    .about_section {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .product_btn a {
        margin: 13px 0 0 0;
    }
    #home_s .owl-nav {
        left: 24px;
        bottom: -44px;
    }
    .footer_links ul {
        column-count: 1;
    }
    .footer_nav {
        padding-top: 270px;
        text-align: center;
    }
    .footer_links h4 {
        padding-top: 40px;
    }
    .site-footer .social_m {
        text-align: center;
    }
    .site-footer .social_m .fa {
        margin-right: 5px;
    }
    .site-footer form input.nwsl {
        width: 98%;
        margin-bottom: 20px;
    }
    .site-footer button.btn_nws {
        margin: 0px 20px 0px 0;
    }
    .logo_header {
        padding-left: 0;
    }
    .social_m {
        text-align: right;
        padding-top: 20px;
        padding-right: 20px;
    }
    .product_section {
        height: 1200px;
    }
    .menu_exlinks p._brouchure {
        margin: 0;
        font-family: 'KoHo', sans-serif;
        font-weight: 700;
        background: #7bc24e;
        padding: 12px 10px;
        display: inline-block;
        width: 220px;
        text-align: center;
        color: #fff;
        border-top-left-radius: 75px;
        border-bottom-right-radius: 75px;
        text-transform: uppercase;
        font-size: 16px;
        transition: 0.4s;
        margin-bottom: 10px !important;
    }
	.site-footer .newsletter_box {
		padding: 30px 36px;
	}
    .desk {
        display: none;
    }
    .mobs {
        display: block;
    }
	.btn_wt {
		position: absolute;
		bottom: -30px;
		z-index: 999;
	}
}
@media (min-width:600px) and (max-width:700px) {
	.product_box h3 {
		padding: 0px 10px;
	}
	.product_box {
		height: 276px;
	}
	.product_box:hover {
		height: 334px;
		transition: 0.4s;
	}
	.product_section {
		height: 1100px;
	}
}
@media only screen and (max-width: 610px) {

    .txt-title-cal {
        margin-top: 0px;
    }
    .frm_cu__ {
        text-align: center !important;
    }
    .second_sec {
        padding-top: 100px !important;
    }
    .menu_exlinks p._brouchure {
        margin: 0;
        font-family: 'KoHo', sans-serif;
        font-weight: 700;
        background: #7bc24e;
        padding: 12px 10px;
        display: inline-block;
        width: 220px;
        text-align: center;
        color: #fff;
        border-top-left-radius: 75px;
        border-bottom-right-radius: 75px;
        text-transform: uppercase;
        font-size: 16px;
        transition: 0.4s;
        margin-bottom: 10px !important;
    }
    .menu_exlinks {
        padding-top: 20px;
    }
    .menu_exlinks p._brouchure {
        display: block;
    }
    .frm_cu, .frm_mob {
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
        color: #6b6b6b;
    }
    .payback_cal {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    #menuToggle span {
        background: #1e2859;
    }
    #menuToggle {
        top: 23px;
    }
    div#powerTip {
        position: fixed;
        top: 50%!important;
        left: 0!important;
        width: 100% !important;
        height: 9% !important;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .home div#powerTip {
        position: fixed;
        top: 22%!important;
        left: 0!important;
        width: 100% !important;
        height: 9% !important;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .parallax-imgs {
        height: 950px;
    }
    .section-banner-b #custom-bg {
        height: 300px;
        margin-bottom: 60px;
    }
    .title_ h1 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .main_banner h1 {
        padding-top: 285px;
    }
    .main_banner {
        height: 300px;
        background-position: right !important;
    }
    .bg_mob_h {
        height: 400px;
    }
    .product_txt {
        padding: 30px 0;
    }
    .point_style img {
        width: 22px !important;
    }
    .txt_section_application {
        position: relative !important;
        padding-right: 100px !important;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .txt_section_application {
        position: relative !important;
    }
    .wh_header #site-navigation {
        display: none;
    }
    h2 {
        font-size: 30px;
    }
    .txt_top_section h1 {
        font-size: 15px;
    }
    .main-navigation {
        text-align: right;
        background: #1d2859;
        padding: 0;
        border-bottom-left-radius: 80px;
    }
    .nav-tabs .nav-link {
        width: 380px;
    }
    .z_sec {
        left: 0;
    }
    .nav-tabs .nav-link.active .tab_cu_sec h3 {
        font-size: 18px;
        position: relative;
        width: 100%;
        top: -54px;
        left: 46px;
    }
    .tab_cu_sec h3 {
        font-size: 18px;
        position: relative;
        top: -45px;
        left: 50px;
    }
    .bdr_trans {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .map_section .main_btn a {
        margin: 0 0 0 0;
    }
    .tab_cu_content h2 {
        font-weight: 600;
        font-size: 30px;
    }
    .txt_bl h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .map_section {
        padding-top: 50px;
    }
    h2.txt_wd_sec_h {
        text-align: center;
        font-size: 30px;
    }
    .lg_txt, .lg_txt_btn {
        text-align: center;
    }
    .lg_txt_btn a {
        margin: 40px auto;
    }
    #blog_s .owl-nav {
        position: relative;
        top: 0;
        right: 0;
    }
    .txt_play h2 {
        font-size: 30px;
        color: #fff;
        margin-bottom: 20px;
    }
    .site-footer .newsletter_box {
        width: 92%;
        padding: 30px 20px;
    }
    #logo_slider .owl-next img {
        position: absolute;
        right: 4px;
        top: 117px;
    }
    #logo_slider .owl-prev img {
        position: absolute;
        left: 4px;
        top: 117px;
    }
    .video_sec {
        margin-top: 40px;
        padding: 89px 0;
    }
    .bottom_section {
        height: 653px;
        padding-top: 50px;
    }
    .footer_nav {
        padding-top: 330px;
        text-align: center;
    }
    .txt_wd_sec .row {
        width: 100%;
    }
    .about_section {
        background: #fff !important;
    }
    .txt_top_section {
        padding-top: 40px;
        text-align: center;
    }
    .logo_header img {
        padding: 10px 0px;
        width: 150px;
    }
    .social_m {
        display: none;
        text-align: center;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .number_section {
        text-align: center;
    }
    .main_btn a {
        margin: 0 auto;
    }
    .product_section, .txt_section_application, .blog_listing h2, .product_txt, .contact_details  {
        text-align: center;
    }
    .contact_details .wpb_single_image.vc_align_left {
        text-align: center;
    }
    .page-id-163 .product_txt  {
        text-align: left;
    }
    .arrow-side, .arrow-side-2 {
        display: none;
    }
    .inq_btn a {
        margin: 0 0 0 auto !important;
    }
    .service_section {
        background: #fff !important;
    }
    .layer {
        display: none;
    }
    .contactus .wpcf7-submit {
        margin: 20px auto;
    }
    .site-footer button.btn_nws {
        margin: 0 auto;
    }
    .site-footer .newsletter_box {
        text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    .nav-tabs .nav-link {
        width: 325px;
    }
    .tab_cu_sec {
        padding: 17px 48px;
    }
}


@media only screen and (min-width: 1400px) {
    .social_m {
        padding-right: 10%;
    }
}

@media only screen and (min-width: 1600px) {
    .txt_section_application {
        position: absolute !important;
        z-index: 999;
        top: 10%;
        left: 10%;
    }

    .layer {
        position: absolute;
        height: 153%;
        width: 160%;
        bottom: -44%;
        left: -36%;
        z-index: 0;
    }
    .social_m {
        padding-right: 16%;
    }
    .slider_logos {
    	height: 569px;
    	padding: 148px 0;
    }
    .main_banner {
        background-position: center center !important;
    }
    .main-navigation ul li a {
        margin-left: 10px;
        font-size: 13px;
    }
    #home_s .owl-nav {
        margin-top: 10px;
        position: absolute;
        left: 178px;
    }
    .logo_header {
        padding-left: 30%;
    }
    .txt_wd_sec {
        padding: 300px 0;
    }
    .bottom_section {
        height: 1200px;
        background-size: cover !important;
        background-position: top !important;
        padding-top: 20%;
    }
    .main-navigation {
        padding: 20px 17% 20px 0;
    }
}
@media only screen and (min-width: 1850px) {
	.slider_logos {
		height: 679px;
    	padding: 194px 0;
    	margin-top: -219px;
    	background-size: cover !important;
	}
}