/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



li, ol, ul {
    list-style: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 32px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}
/* .mega-menu-wrap {
    background: linear-gradient(to bottom, #0094ce 0%, #3f9ec9 50%, #006ba9 100%) !important;
    border-radius: 5px !important;
} */
.mega-menu-wrap {
    background: transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px !important;
    color: #000 !important;
}
.header_menu .hfe-nav-menu {
    padding: 0;
    width: 100%;
    max-width: 820px;
    margin: 0 0 0 auto;
    position: relative;
    background: linear-gradient(to bottom, #0094ce 0%, #3f9ec9 50%, #006ba9 100%);
    border-radius: 5px;
}
ul.social-icons {
    list-style: none !important;
    line-height: 1.4em;
    margin-top: .3em;
    position: relative;
    padding-left: 0px;
}
ul.social-icons li {display: flex;gap: 10px;align-items: center;}
.tag_list li {
    background: #f6f6f7;
    padding: 5px 10px !important;
    border-radius: 20px;
    border: 2px solid #dededf;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #17a2b89e;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu a {
    color: #ffffff;
	  font-family: 'Open Sans';
}
.mega-sub-menu ul{
    padding-left: 0px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #ffffff;
}
ul#quicknav {
    padding: 0px;
}
#quicknav li {
    display: inline-block;
    padding: 0rem 0.2rem;
}
#quicknav li+li::before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
ul#quicknav li a {
    color: #333333 !important;
}

.classtitle {
    width: 100%;
    background: #fff;
    position: relative;
}
.classtitle:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 46%;
    background: #17a2b89e;
    left: 0;
    bottom: 0;
}
.classtitlein {
    width: 96%;
    max-width: 1190px;
    margin: 0 auto;
    position: relative;
}
.classtitle a {
    width: 46%;
    color: #fff;
    font-size: 1rem;
    padding: 0.6rem 0;
    display: block;
}
.classtitle:after {
    position: absolute;
    content: "";
    left: 46%;
    top: 0;
    border-left: 43px solid #2176ae;
    border-top: 43px solid transparent;
}
.product_grid_shadow {
    transition: all 0.3s;
    overflow: hidden;
    clear: both;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .2);
}
.otherclass .classtitle span.icon {
    position: absolute;
    left: 42%;
    color: #fff;
    border-left: 1px #fff solid;
    background: #2176ae;
    width: 40px;
    height: 43px;
    text-align: center;
    top: 0;
    padding-top: 10px;
    cursor: pointer;
}
.product_grid_shadow a {
    color: #333;
}
.otherclass .classtitle:after {
    border: none;
    position: inherit;
    width: 35%;
}
.otherclass .classtitle a {
    color: #fff !important;
}
/* .collapse_item {
    display: none;
} */
.table tr.top {
    background: #005ba4 !important;
    color: #fff;
}
.table tr td {
    vertical-align: middle !important;
    padding: 3px 8px !important;
	text-align: center;
}
#etw_sidebar .etw_hometitle {
    display: block;
    padding: 0.5rem 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    position: relative;
    background: #0070bd;
    text-align: center;
    text-transform: uppercase;
}
#etw_sidebar .etw_hometitle:before {
    content: "";
    position: absolute;
    border-top: 44px solid transparent;
    border-right: 18px solid #81bc3f;
    right: 0;
    bottom: 0;
}
#etw_sidebar .etw_hometitle:after {
    content: "";
    position: absolute;
    border-bottom: 44px solid transparent;
    border-left: 18px solid #81bc3f;
    left: 0;
    top: 0;
}
#etw_sidebar ul>li {
    width: 100%;
    border-top: 1px #eee solid;
}
#etw_sidebar ul li a:hover, #etw_sidebar ul li a.dq {
    color: #0070bd;
}
#etw_sidebar ul>li>a {
    display: block;
    font-size: 1rem;
    color: #666;
    line-height: 1.5rem;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
}
#etw_sidebar ul>li ol {
    padding-top: 5px;
	  padding-left: 0px;
}
#etw_sidebar ul {
    padding: 0px;
}
#etw_productlist {
    border: 1px #eee solid;
}
#etw_sidebar ul>li ol li a {
    color: #666;
    font-size: 16px;
    padding-left: 2.5rem;
    line-height: 1.1rem;
    display: block;
    margin-bottom: 0.6rem;
    padding-right: 0.3rem;
}
.app_list ul.item {
    padding-left: 0px;
}
.app_list ul.item>li {
    list-style: decimal;
    margin: 0 0 0.5rem 14px;
}
.othertitle {
    display: block;
    background: #e9eaed;
    overflow: hidden;
    margin: 0.7rem 0 1rem;
}
.othertitle span {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.3rem 1.5rem;
    background: #005ba4;
    position: relative;
}
.othertitle span:before {
    position: absolute;
    content: "";
    border-top: 42px solid #005ba4;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    right: -35px;
    top: 0;
}