/*
==================================================

	Theme Name: 456 Sailing v 1.1.1
	Theme URI: http://www.lpd-themes.com
	Description: 456 Sailing Premium WooCommerce Theme
	Author: lpd-themes
	Author URI: http://support.lpd-themes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.1


================================================== */


@import "assets/css/normalize.css";
@import "assets/css/bootstrap.css";
@import "assets/css/application.css";
@import "assets/css/color.css";
@import "assets/css/font.css";
@import "assets/css/font-weight.css";
@import "assets/menu/menu3d.css";
@import "assets/menu/animate.css";
@import "assets/css/picons-social.css";
#glt-toolbar {
    display: none;
}

#glt-translate-trigger {
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 20px;
    z-index: 200002;
    padding: 6px 20px 3px;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 700;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3) -webkit-box-shadow:0px 0px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    background: linear-gradient(center top, #fbb450, #f89406);
    background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
    background: -webkit-linear-gradient(#fbb450, #f89406);
    background: -moz-linear-gradient(#fbb450, #f89406);
    background: -o-linear-gradient(#fbb450, #f89406);
    background: -ms-linear-gradient(#fbb450, #f89406);
    background: linear-gradient(#fbb450, #f89406);
    background: -o-linear-gradientcenter (center top, #fbb450, #f89406);
    /* For Opera 11.1 to 12.0 */
}

.tool-container {
    background-color: #d0cbcb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
    background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
    background: -ms-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
    background: linear-gradient(to bottom, #d0cbcb 14%, #e9e5e5 100%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0cbcb', endColorstr='#e9e5e5', GradientType=0);
    background-size: 100% 100%;
    border-radius: 3px;
    box-shadow: 0px 0px 15px #000;
    position: absolute;
}

.tool-container.tool-top,
.tool-container.tool-bottom {
    border-bottom: 1px solid #beb8b8;
    /* #B1A9A9 */
}

.tool-items {
    height: 100%;
}

.tool-top .tool-item,
.tool-bottom .tool-item {
    float: left;
    /*border-right: 1px solid #e2dfdf;
	border-left: 1px solid #9f9898;*/
}

.tool-left .tool-item,
.tool-right .tool-item {
    height: 34px;
    border-top: 1px solid #e2dfdf;
    border-bottom: 1px solid #9f9898;
}


.tool-item {
    height: 100%;
    display: block;
    width: 34px;
    text-align: center;
}

.tool-item:first-child {
    border-left: none;
}

.tool-left .tool-item:first-child,
.tool-right .tool-item:first-child {
    border-top: 1px solid transparent;
}

.tool-item:last-child {
    border-right: none;
    border-bottom: none;
}

.tool-item.selected,
.tool-item:hover {
    background: #a79f9f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
    background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
    background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
    background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a79f9f', endColorstr='#e2dfdf', GradientType=0);
}

.tool-top .tool-item:last-child:hover,
.tool-bottom .tool-item:last-child:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tool-top .tool-item:first-child:hover,
.tool-bottom .tool-item:first-child:hover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tool-left .tool-item:last-child:hover,
.tool-right .tool-item:last-child:hover {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tool-left .tool-item:first-child:hover,
.tool-right .tool-item:first-child:hover {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.tool-container .arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: solid;
}

.tool-container.tool-top .arrow {
    border-color: #e9e5e5 transparent transparent;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
    border-color: transparent transparent #e9e5e5;
    left: 50%;
    top: -14px;
    margin-left: -7px;
}

.tool-container.tool-left .arrow {
    border-color: transparent transparent transparent #E9E5E5;
    top: 50%;
    right: -14px;
    margin-top: -7px;
}

.tool-container.tool-right .arrow {
    border-color: transparent #E9E5E5 transparent transparent;
    top: 50%;
    left: -14px;
    margin-top: -7px;
}

.demo-link {
    color: #89CDE4;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 30px;
}

.demo-link:hover {
    text-decoration: none;
    cursor: pointer;
}



#wp-live-chat-header {
    background: url('wp-content/plugins/wp-live-chat-support/images/iconRetina.png') no-repeat;
    background-size: cover;
}

#wp-live-chat-header.active {
    background: url('wp-content/plugins/wp-live-chat-support/images/iconCloseRetina.png') no-repeat;
    background-size: cover;
}

#wp-live-chat-4 {
    background: url('wp-content/plugins/wp-live-chat-support/images/bg/cloudy.jpg') repeat;
    background-size: cover;
}

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#google_language_translator {
    width: auto !important;
}

#google_language_translator {
    color: transparent;
}

body {
    top: 0px !important;
}

#title-breadcrumb {
    background-color: #e1e1e1
}

.lpd-onsale-2,
.lpd-onsale {
    background: #d9534f;
}

.lpd-product-title h3 {
    font-weight: 400;
}

.menu3dmega>ul>li>a,
.menu3dmega>ul>li>span {
    font-weight: 500;
    font-size: 12px;
}

.menu3dmega>ul ul li>a {
    font-weight: 500;
    font-size: 13px;
}

.btn {
    font-weight: ;
}

.form-control,
body {
    font-size: 13px;
}

.tagcloud a,
.tags a,
.cart-icon .count,
.wpml-switcher>.current-lang .language_code,
.fm-item-title,
#footer-meta .sm_label,
.tooltip,
.lpd-product-data,
.lpd-out-of-s,
.lpd-onsale,
.wordpress-456sail .woocommerce #content .quantity,
.wordpress-456sail .woocommerce .quantity,
.wordpress-456sail.woocommerce-page #content .quantity,
.wordpress-456sail.woocommerce-page .quantity,
.wordpress-456sail .woocommerce #content div.product p.price,
.wordpress-456sail .woocommerce #content div.product span.price,
.wordpress-456sail .woocommerce div.product p.price,
.wordpress-456sail .woocommerce div.product span.price,
.wordpress-456sail.woocommerce-page #content div.product p.price .wordpress-456sail.woocommerce-page #content div.product span.price,
.wordpress-456sail.woocommerce-page div.product p.price,
.wordpress-456sail.woocommerce-page div.product span.price,
.wordpress-456sail .woocommerce table.shop_table td.product-subtotal,
.wordpress-456sail.woocommerce-page table.shop_table td.product-subtotal,
.wordpress-456sail .woocommerce table.shop_table td.product-subtotal,
.wordpress-456sail.woocommerce-page table.shop_table td.product-subtotal,
.wordpress-456sail .woocommerce table.shop_table td.product-price,
.wordpress-456sail.woocommerce-page table.shop_table td.product-price,
.wordpress-456sail .woocommerce table.shop_table td.product-price,
.wordpress-456sail.woocommerce-page table.shop_table td.product-price,
.mh_description.mh-font-style,
.mega_header .sub-title,
.mh2-font-style,
.pw-font-style,
.secondary-font-style,
.lpd_header_content.font_type_2,
.vc_progress_bar,
.lpd_icon_header_content.font_type_2,
.lpd-banner h3,
.lpd-module.font-type-2 h3,
#title-breadcrumb h1,
.blog-post-title,
.blog-post-meta .date span.month,
.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title,
.wordpress-456sailing .woocommerce #content div.product p.price,
.wordpress-456sailing .woocommerce #content div.product span.price,
.wordpress-456sailing .woocommerce div.product p.price,
.wordpress-456sailing .woocommerce div.product span.price,
.wordpress-456sailing.woocommerce-page #content div.product p.price,
.wordpress-456sailing.woocommerce-page #content div.product span.price,
.wordpress-456sailing.woocommerce-page div.product p.price,
.wordpress-456sailing.woocommerce-page div.product span.price,
.lpd-testimonial h5,
.lpd-product-category-wrap .lpd-product-category-content h3,
.wordpress-456sailing .vc_separator.separator-style-3 h4,
h3.tw-title,
.feac-title.feac-title-style2 h4,
.total-cart-wrap h2,
#order_review_heading,
.lpd-checkout-accordion .panel-title a,
.lpd-product-title-secondary h3,
#shopping_cart_panel .shopping_cart_title,
.lpd-shopping-cart-title {

    font-family: "Poppins";
}

body {

    font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-family: "Poppins";
}

a {
    color: #005477;
}

#footer-meta .duo-color-bg .color-1,
.header-bottom .duo-color-bg .color-1,
.header-middle .duo-color-bg .color-1 {
    background-color: #005477;
}

.header-bottom .header-bottom-container .col-md-4 {
    background-color: #005477;
}

.cart-icon .count {
    background-color: #005477;
}

.wpml-switcher>.current-lang .language_code {
    background-color: #005477;
}

.cart-dropdown {
    border-color: #005477;
}

.widget.widget_rss ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_login ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover {
    color: #005477;
}

.tagcloud a:hover,
.tags a:hover {
    background-color: #005477;
    border-color: #005477;
}

#footer-meta .footer-meta-container .row>div.the-first-fm-column {
    background-color: #005477;
}

.blog-post-taxo:before {
    background-color: #005477;
}

.blog-post-meta .date span.day {
    color: #005477;
}

.dropcap1 {
    background-color: #005477;
}

.wordpress-456sailing .wpb_toggle:before,
.wordpress-456sailing #content h4.wpb_toggle:before {
    background-color: #005477;
}

.wordpress-456sailing .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:before {
    background-color: #005477;
}

.btn-warning {
    background-color: #005477;
}

.lpd-product-category-wrap:before {
    background-color: #005477;
}

.lpd-module:before {
    background-color: #005477;
}

.lpd-checkout-accordion .panel-title a {
    background-color: #005477;
}

.menu3dmega>ul.menu3dmega-style-1>li.open>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current-menu-item>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_item>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current-page-ancestor>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current-menu-parent>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_item>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_parent>a span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_ancestor>a span {
    background-color: #005477;
}

.menu3dmega>ul.menu3dmega-style-1>li>a:hover span {
    background-color: #005477;
}

.csstransforms3d .menu3dmega-3d-effect a span::before {
    background-color: #005477 !important;
}

.wordpress-456sailing .widget_product_categories ul li a:hover {
    color: #005477;
    text-decoration: underline;
}

.lpd-post-widget .widget-meta {
    background-color: #005477;
}

.lpd-product-thumbnail .wc-forward,
.lpd-product-btn {
    background-color: #005477;
}

.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-color: #005477;
}

.tw-title-wrap {
    background-color: #005477;
}

.lpd-checkout-accordion .panel {
    border-color: #005477;
}

.lpd-checkout-accordion .panel-title a.collapsed:before {
    background-color: #005477;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    background-color: #9f9e9e;
}

.menu3dmega>ul.menu3dmega-style-1>li.open>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current-menu-item>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_item>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current-page-ancestor>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current-menu-parent>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_item>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_parent>a:hover span,
.menu3dmega>ul.menu3dmega-style-1>li.current_page_ancestor>a:hover span {
    background-color: #9f9e9e;
}

.csstransforms3d .menu3dmega-3d-effect .current-menu-item>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_item>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current-page-ancestor>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current-menu-parent>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_item>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_parent>a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_ancestor>a:hover span::before {
    background-color: #9f9e9e !important;
}

.blog-post-meta .date span.month {
    color: #9f9e9e;
}

a:hover,
a:focus {
    color: #0a0a0a;
}

#footer-meta .duo-color-bg .color-2,
.header-bottom .duo-color-bg .color-2,
.header-middle .duo-color-bg .color-2 {
    background-color:
        #0a0a0a;
}

.header-bottom .header-bottom-container .col-md-8 {
    background-color: #0a0a0a;
}

.btn-primary {
    background-color: #0a0a0a;
}

.header-middle-menu li a:hover {
    color: #0a0a0a;
}

.header-top a:hover {
    color: #0a0a0a;
}

.lpd-shopping-cart:hover .cart-icon .count {
    background-color: #0a0a0a;
}

.wpml-switcher:hover>.current-lang .language_code {
    background-color: #0a0a0a;
}

.menu3dmega.skin-123garden>ul ul li>a:hover {
    color: #0a0a0a !important;
}

.ws-dropdown ul li a:hover {
    color: #0a0a0a;
}

.footer.footer-dark-theme .widget.widget_rss ul li a:hover,
.footer.footer-dark-theme .widget.widget_pages ul li a:hover,
.footer.footer-dark-theme .widget.widget_nav_menu ul li a:hover,
.footer.footer-dark-theme .widget.widget_login ul li a:hover,
.footer.footer-dark-theme .widget.widget_meta ul li a:hover,
.footer.footer-dark-theme .widget.widget_categories ul li a:hover,
.footer.footer-dark-theme .widget.widget_archive ul li a:hover,
.footer.footer-dark-theme .widget.widget_recent_comments ul li a:hover,
.footer.footer-dark-theme .widget.widget_recent_entries ul li a:hover {
    color: #0a0a0a;
}

.footer.footer-dark-theme .tagcloud a:hover,
.footer.footer-dark-theme .tags a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

#footer-meta .footer-meta-container .row>div {
    background-color: #0a0a0a;
}

.blog-post-meta .author a:hover {
    color: #0a0a0a;
}

.blog-post-meta .comment:hover {
    color: #0a0a0a;
}

.dropcap2 {
    background-color: #0a0a0a;
}

.wordpress-456sailing .woocommerce .star-rating,
.wordpress-456sailing.woocommerce-page .star-rating {
    color: #0a0a0a;
}

.pw-thumbnail .post-type-icon {
    background-color: #0a0a0a;
}

.lpd-post-widget .widget-meta a:hover {
    color: #0a0a0a;
}

.sticky .blog-post-title a:hover {
    color: #0a0a0a;
}

.lpd-product-thumbnail .wc-forward:hover,
.lpd-product-btn:hover {
    background-color: #0a0a0a;
}

.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-color: #0a0a0a;
}

.tabs-dark-bg a {
    color: #0a0a0a;
}

.lpd-checkout-accordion .panel-title a:before {
    background-color: #0a0a0a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #005477;
}

.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
    border-color: #005477;
}

.wordpress-456sailing .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a {
    border-color: #005477;
}

.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title {
    border-bottom-color: #005477;
}

.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: #005477;
}

.lpd-post-widget:hover .title a {
    color: #005477;
}

.deco-sep-line-50,
.deco-sep-line-100,
.deco-sep-line-150,
.deco-sep-line-200 {
    background-color: #005477;
}

.lpd-progress-bar .progress-bar {
    background-color: #005477;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    border-color: #005477;
}

.border_bootom {
    background-color: #005477;
}

.why_tetoda {
    font-size: 24px;
    text-align: left;
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.header_bg {
    background-color: #363636;
}

.hbc_left_icon {
    background-color: #005477 !important;
}

.hbc_right_icon {
    background-color: #0a0a0a;

}

.certificates_font_color {
    color: black;
}

.best_font_color {
    color: #000;
    font-size: 14px !important;
}

.text_align_center {
    text-align: center;
}

.spice_img {
    font-size: 70px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px;
    border-radius: 500px;
    padding: 20px;
}

.tetoda_international {
    font-weight: 700;
    font-size: 18px;
    color: #555555;
}

.tetoda_international_desc {
    color: #555555;
    font-weight: 500;
    text-align: left;
}

.tetoda_international_font {
    font-size: 24px;
    color: #555555;
    text-align: left;
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal
}

.globa_icon {
    text-align: center;
    padding-top: 76px;
    margin-top: 76px;
}

.global_market {
    text-align: center;
    top: -46px;
}

.global_market_box {
    font-size: 60px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px;
    padding: 15px;
}

.global_market_font {
    font-size: 16px;
    font-weight: 700;
}

.global_market_desc_color {
    color: #959595;
}

.why_bg_img {
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('wp-content/uploads/2016/07/shutterstock_145340113-1.jpg');
    background-attachment: scroll;
    min-width: 1349px;
    left: -104.5px;
    width: 1349px;
}

.aio_icon_img {
    font-size: 100px;
    display: inline-block;
}

.vc-empty-space {
    height: 20px;
}

.vc-custom-heading {
    background: rgb(49, 185, 153);
    min-width: 1349px;
    left: -104.5px;
    width: 1349px;
}

.tetoda_international_gov {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal
}

.dealing_in_spices {
    font-size: 14px;
    color: #959595;
    line-height: 20px;
    text-align: center;
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal
}

.line-only {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 3px;
}

.uvc_headings_line {
    border-style: solid;
    border-bottom-width: 3px;
    border-color: #005477;
    width: 100px;
}

.text_align_left {
    text-align: left;
}

.footer_bg {
    background-color: #363636
}

.footer_font_color {
    color: white;
}

.footer_margin {
    margin-top: 20px
}

.footer_icon_size {
    font-size: 25px !important;
    color: #0a0a0a !important;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


