@font-face{font-family:'Dancing Script';font-display:swap;src:url(../fonts/dancingscript-regular.ttf?1685703) format("woff2")}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand-regular.woff2?1702889689148")
      format("woff2"),
    url("../fonts/quicksand-regular.woff?1702889689148")
      format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand-bold.woff2?1702889689148")
      format("woff2"),
    url("../fonts/quicksand-bold.woff?1702889689148")
      format("woff");
  font-weight: 700;
  font-display: swap;
}
.section-header-bar #contactList a {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 13px;
}
.section-header-bar h4{
	overflow: hidden;
    vertical-align: middle; 
    line-height: 30px;
    font-weight: normal;
}
img {
    max-width: 100%;
    height: auto;
}
.htmlstyle h1{text-decoration: line-through; font-size: 25px; color: #f00;}
.htmlstyle h2{font-size: 21px;}
.htmlstyle h3{font-size: 18px; margin-bottom: 6px;}
.htmlstyle h4{font-size: 17px; margin-bottom: 6px;}
.fsize14{font-size: 14px;}
.fsize16{font-size: 16px;}
.fsize20{font-size: 20px;}
.hover-shadow{
	-moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
}
.hover-shadow:hover{ 
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.category-inner h3.category-name {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    color: #646464;
    margin: 14px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
}
.extra-nav {
    float: right;
    padding: 25px 0 34px 0px;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
.extra-nav .site-button-link {
    font-size: 19px; 
    color: #020d26;
    cursor: pointer;
	background: none;
    border: none;
    font-weight: 100;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    margin: 2px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
}
.dlab-quik-search {
    background-color: rgba(0,0,0,0.9) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 9999;
    display: none;
    overflow: hidden;
}
.dlab-quik-search.On form {
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	max-width: 1200px;
	opacity:1;
}
.dlab-quik-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
	top: 50%;
	transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
	opacity:0;
}
.dlab-quik-search .form-control {
	padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none !important;
    color: #fff;
    font-size: 20px;
	border-bottom:2px solid rgba(255,255,255,0.2);
}
.dlab-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dlab-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
	color: #fff;
}
.product-list-wrap {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 6px;
    min-height: 2rem;
}
 .product-list__subcategories {
    border-bottom: 1px solid #eff1f3;
    margin: 0;
    padding: 0 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
}
.product-list__subcategories a {
    
    padding-left: 1.5rem;
    position: relative;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #706c6c;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.product-list__subcategories a:hover{color: #fd2725;
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
    
}
.product-list__subcategories a:before {
    content: "";
    display: block;
    width: 1rem;
     
    position: absolute;
    top: 7px;
    left: 0;
} 
.card-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    border-radius: 8px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e5e4f0;
    box-shadow: 5px 4px 12px 4px rgb(79 37 225 / 3%);
    margin-bottom: 20px;
    width: 100%;
	margin-top: 5px;
}
.card-header { 
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    padding: 1rem 1.5rem;
    padding-right: 42px;
    border-radius: 0;
    font-weight: 600 !important;
    font-size: 17px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	border-top: 1px solid #e5e4f0;
}
.categories-grid-style{
	display: flex;
    align-items: flex-start;
    overflow: hidden;
    overflow-x: scroll!important;
    flex-wrap: nowrap !important;
}
.categories-grid-style::-webkit-scrollbar {
    width: 12px;
}
 
.categories-grid-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.categories-grid-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.elementor-widget-wrap-catbox .card-header{
	padding-bottom: 1.125rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px 12px 0 0;
	box-shadow: rgba(204, 204, 204, 0.22) 7px 9px 0px;
}
.elementor-widget-wrap-catbox .card-header h3{
	text-transform: capitalize;
    font-size: 18px;
}
.categories-grid-style{
	border: 1px solid #dee2e6;
    -webkit-box-shadow: 1px 2px 4px rgba(33,37,41,.05);
    box-shadow: 1px 2px 4px rgba(33,37,41,.05);
    border-radius: 12px;
	background: #fff;
}
.categories-grid-style .category--item{
	padding: 1.25rem;
	margin: 0 5px;
	
	width: 195px;
	display: flex;	
}
.categories-grid-style .category--item .category-inner{width: 168px;}
.categories-grid-style .category--item+.category--item{
	border-left: 1px solid #dee2e6;
}
.categories-grid-style .entry-media{
	border: 1px solid #e9ecef;
    margin-bottom: 0.625rem;
	border-radius: 12px;
}
.categories-grid-style .entry-media img{
	-webkit-transition: all 0.2s cubic-bezier(.28,.12,.22,1);
    transition: all 0.2s cubic-bezier(.28,.12,.22,1);
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.categories-grid-style .category-inner:hover .entry-media{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.07);
}
.categories-grid-style .category-inner:hover .entry-media img {
    opacity: .8;
}
.categories-grid-style .category-inner:hover .category-name {
    color: #ef233c;
}
.block_infos{
	padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(13, 21, 76, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(13, 21, 76, 0.3);
    margin-bottom: 30px;
    background: #fff;
}
.block_infos h3.title{
	font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    color: #121f59;
    text-transform: capitalize;
    padding-bottom: 22px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 30px;
}
#desktop_logo{
	min-height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_logo .logo {
    max-width: 100%;
    padding: 0;
    max-height: 60px;
}

div#menusite-stc {
    background: #fff; 
	margin-bottom: 14px;
	background-image: url(../images/menu_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    background-position: 50% 100%;
	    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 30%);
    box-shadow:0 0 14px 0 rgb(0 0 0 / 10%);
}
#cssmenu,
 #cssmenu ul,
 #cssmenu ul li,
 #cssmenu ul li a,
 #cssmenu #head-mobile {
     border: 0;
     list-style: none;
     line-height: 1;
     display: block;
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
 }
 #cssmenu:after,
 #cssmenu > ul:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
 }
 #cssmenu #head-mobile {
     display: none
 }
 #cssmenu {
     -ms-flex-pack: end;
     justify-content: flex-start;
     position: relative;
     display: block;
     display: -ms-flexbox;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: -10px;
 }
 #cssmenu > ul > li {
     float: left;
     text-align: center;
     margin-left: 1px;
     background: url(../images/nav-line.png)no-repeat right center;
 }
 #cssmenu > ul > li > a {
	padding: 28px 10px;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: center;
    position: relative;
    font-weight: 500;
	text-transform: uppercase;
 }
 #cssmenu .logo {
     position: relative;
     z-index: 123;
     padding: 5px;
     font: 18px verdana;
     color: #6ddb07;
     float: left;
     width: 22%;
 }
 #cssmenu > ul > li:last-child {
     margin-right: 4px;
     background: none;
 }
 #cssmenu > ul > li:hover,
 #cssmenu ul li.active:hover,
 #cssmenu ul li.active,
 #cssmenu ul li.has-sub.active:hover {
     -webkit-transition: background .3s ease;
     -ms-transition: background .3s ease;
     transition: background .3s ease;
 }
 #cssmenu ul li.active a {
     border: none;
 }
 #cssmenu > ul > li.has-sub > a {
     padding-right: 30px
 }
 #cssmenu > ul > li.has-sub > a:after {
     position: absolute;
     top: 39px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #ddd;
     content: ''
 }
 #cssmenu > ul > li.has-sub > a:before {
     position: absolute;
     top: 36px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #ddd;
     content: '';
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu > ul > li.has-sub:hover > a:before {
     top: 29px;
     height: 0
 }
 #cssmenu ul ul {
     position: absolute;
     left: -9999px;
     padding: 0;
     border: 1px solid #e2e2e2;
     background: #fff;
	 z-index: 99;
 }
 #cssmenu ul ul li {
     height: 0;
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul li:hover {}
 #cssmenu li:hover > ul {
     left: auto
 }
 #cssmenu li:hover > ul > li {
     height: auto
 }
 #cssmenu ul ul ul {
     margin-left: 100%;
     top: 0
 }
 #cssmenu ul ul li a {
     border-bottom: 1px solid rgba(150, 150, 150, 0.15);
     padding: 11px 15px;
     width: 211px;
     font-size: 14px;
     text-decoration: none;
     color: #212020 !important;
     font-weight: 400;
     text-align: left
 }
 #cssmenu ul ul li:last-child > a,
 #cssmenu ul ul li.last-item > a {
     border-bottom: 0
 }
 #cssmenu ul ul li:hover > a,
 #cssmenu ul ul li a:hover {
     color: #fa8c39 !important
 }
 #cssmenu ul ul li.has-sub > a:after {
     position: absolute;
     top: 16px;
     right: 11px;
     width: 8px;
     height: 2px;
     display: block;
     background: #ddd;
     content: ''
 }
 #cssmenu ul ul li.has-sub > a:before {
     position: absolute;
     top: 13px;
     right: 14px;
     display: block;
     width: 2px;
     height: 8px;
     background: #ddd;
     content: '';
     -webkit-transition: all .25s ease;
     -ms-transition: all .25s ease;
     transition: all .25s ease
 }
 #cssmenu ul ul > li.has-sub:hover > a:before {
     top: 17px;
     height: 0
 }
 #cssmenu ul ul li.has-sub:hover,
 #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
     background: #404040;
 }
 #cssmenu ul ul ul li.active a {
     border-left: 1px solid #333
 }
 #cssmenu ul li.active a {
	color: rgb(0 0 0);
 }
 #cssmenu > ul > li:hover > a {
     color: rgb(0 0 0);
 }
 #cssmenu > ul > li.has-sub > ul > li.active > a,
 #cssmenu > ul ul > li.has-sub > ul > li.active > a {
     border-top: 1px solid #333
 }
 #cssmenu #nav-top{
	 display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0px;
 }
 @media screen and (max-width:1000px) {
	 .section-header-bar .contactList{text-align:center}
     #cssmenu .logo {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 64px;
         text-align: center;
         padding: 10px 0 0 0;
         float: none
     }
     #cssmenu .logo2 {
         display: none
     }
     #cssmenu .logo img {
         height: 100%
     }
     #cssmenu {
         width: 100%;
         margin-bottom: 0;
         padding-top: 26px;
     }
     #cssmenu ul {
         width: 100%;
         display: none;
         padding: 0;
     }
     #cssmenu ul li {
         width: 100%;
         border-top: 1px solid #d2d2d2;
         overflow: hidden;
     }
     #cssmenu ul li:hover {
         background: #f5f5f5;
     }
     #cssmenu ul ul li,
     #cssmenu li:hover > ul > li {
         height: auto
     }
     #cssmenu ul li a,
     #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         padding: 16px 16px;
     }
     #cssmenu > ul > li {
         float: none
     }
     #cssmenu ul ul li a {
         padding-left: 25px
     }
     #cssmenu ul ul li {
         background: #fff !important;
     }
     #cssmenu ul ul li:hover {
         background: #f7f7f7  !important
     }
     #cssmenu ul ul ul li a {
         padding-left: 35px
     }
     #cssmenu ul ul li a {
         color: #fff;
         background: none
     }
     #cssmenu ul ul li:hover > a,
     #cssmenu ul ul li.active > a {
         color: #fafafa
     }
     #cssmenu ul ul,
     #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left
     }
     #cssmenu > ul > li.has-sub > a:after,
     #cssmenu > ul > li.has-sub > a:before,
     #cssmenu ul ul > li.has-sub > a:after,
     #cssmenu ul ul > li.has-sub > a:before {
         display: none
     }
     #cssmenu #head-mobile {
         display: block;
         padding: 23px;
         color: #ddd;
         font-size: 12px;
         font-weight: 700
     }
     #cssmenu .button {
         width: 55px;
         height: 46px;
         position: absolute;
         right: 0;
         top: 17px;
         cursor: pointer;
         z-index: 12399994;
     }
     #cssmenu .button:after {
         position: absolute;
         top: 22px;
         right: 20px;
         display: block;
         height: 8px;
         width: 20px;
         border-top: 2px solid #428bca;
         border-bottom: 2px solid #428bca;
         content: ''
     }
     #cssmenu .button:before {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         position: absolute;
         top: 16px;
         right: 20px;
         display: block;
         height: 2px;
         width: 20px;
         background: #428bca;
         content: ''
     }
     #cssmenu .button.menu-opened:after {
         -webkit-transition: all .3s ease;
         -ms-transition: all .3s ease;
         transition: all .3s ease;
         top: 23px;
         border: 0;
         height: 2px;
         width: 19px;
         background: #828080;
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg)
     }
     #cssmenu .button.menu-opened:before {
         top: 23px;
         background: #828080;
         width: 19px;
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg)
     }
     #cssmenu .submenu-button {
         position: absolute;
         z-index: 99;
         right: 0;
         top: 0;
         display: block;
         border-left: 1px solid #d4c5c5;
         height: 47px;
         width: 46px;
         cursor: pointer
     }
     #cssmenu .submenu-button.submenu-opened {
         background: #4472c4
     }
     #cssmenu ul ul .submenu-button {
         height: 34px;
         width: 34px
     }
     #cssmenu .submenu-button:after {
         position: absolute;
         top: 22px;
         right: 19px;
         width: 8px;
         height: 2px;
         display: block;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:after {
         top: 15px;
         right: 13px
     }
     #cssmenu .submenu-button.submenu-opened:after {
         background: #fff
     }
     #cssmenu .submenu-button:before {
         position: absolute;
         top: 19px;
         right: 22px;
         display: block;
         width: 2px;
         height: 8px;
         background: #bdbdbd;
         content: ''
     }
     #cssmenu ul ul .submenu-button:before {
         top: 12px;
         right: 16px
     }
     #cssmenu .submenu-button.submenu-opened:before {
         display: none
     }
     #cssmenu ul ul ul li.active a {
         border-left: none
     }
     #cssmenu > ul > li.has-sub > ul > li.active > a,
     #cssmenu > ul ul > li.has-sub > ul > li.active > a {
         border-top: none
     } 
} 

#menusitemega .logo{
	max-width: 100%;
    padding: 0;
    max-height: 60px;
} 


svg {
    overflow: hidden;
    vertical-align: middle;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.can-flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-middle{
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.col-480-1{
	width: calc(100%/1 - 10px );
	margin: 5px;
}

.col-480-2{
	width: calc(100%/2 - 10px );
	margin: 5px;
}

.col-480-3{
	width: calc(100%/3 - 10px );
	margin: 5px;
}

.col-480-4{
	width: calc(100%/4 - 10px );
	margin: 5px;
}

.col-480-5{
	width: calc(100%/5 - 10px );
	margin: 5px;
}

.col-480-6{
	width: calc(100%/6 - 10px );
	margin: 5px;
}

@media (min-width: 768px){ 
	 .col-768-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-768-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-768-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-768-4{
        width: calc(100%/4 - 10px );
        margin: 5px;
     }
     
      .col-768-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-768-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
}

@media (min-width: 992px){
	.col-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		padding-right: 3px;
	}
	.col-1200-1{
        width: calc(100%/1 - 10px );
        margin: 5px;
     }
    
    .col-1200-2{
        width: calc(100%/2 - 10px );
        margin: 5px;
     }
     
     .col-1200-3{
        width: calc(100%/3 - 10px );
        margin: 5px;
     }
     
      .col-1200-4{
        width: calc(100%/4 - 10px );
        margin: 5px;
     }
     
      .col-1200-5{
        width: calc(100%/5 - 10px );
        margin: 5px;
     }
     
      .col-1200-6{
        width: calc(100%/6 - 10px );
        margin: 5px;
     }
}
.third-nav:before {
    width: 1000%;
    height: 100%;
    background: #efefef;
    position: absolute;
    top: 0;
    left: -500%;
    content: '';
    display: block;
}
@media (max-width: 767.98px) {
	.third-nav:before{
		display: none;
	}
}
.brochure-btn{
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(white, #316d13);
    background: #f44336;
    border-radius: 8px;
    box-shadow: 0 2px 8px 1px #c6c6c6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    padding: 5px 13px;
}
.brochure-btn:hover{background: #0091ff;}
#contactList svg{
	animation: play0 1.5s ease infinite;
}
.notice__success {
    font-size: 17px;
    margin: 18px 10px 58px;
    border: 1px solid #eee;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    padding: 38px 10px;
}
#footer .pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 426px;
    height: 696px;
    background-position: left top;
    background-repeat: no-repeat;
}
#footer .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 490px;
    height: 569px;
    background-position: right top;
    background-repeat: no-repeat;
}
.footer-title{
	position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 12px;
    text-transform: capitalize;
    font-size: 19px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.footer-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 35px;
    background-color: #fd5d14;
}
.footer-title:after {
    position: absolute;
    content: '';
    left: 38px;
    bottom: 0px;
    height: 2px;
    width: 3px;
    background-color: #ff000c;
}
.menubeauty ul{
	padding: 0;
	margin: 0;
}
.menubeauty li{ 
    padding: 8px 0px 2px 0px;
}
.menubeauty li a::before {
    content: "\f101";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
}
.menubeauty li:first-child{border: none;}
 
.menubeauty li,
.menubeauty li a{ 
	position: relative;
	color: #fff;
	transition: all 0.5s linear 0s;
	font-size: 14px;	
}
 
.menubeauty li a span{
	--qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-size: 0 calc(100% - 2px);
    transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
    background-position-x: 100%;
    transition: color .2s ease-out,.5s background-size cubic-bezier(.26,.57,.14,.81);
	padding-bottom: 2px;
}
.menubeauty li a:hover span{
	background-size: 100% calc(100% - 2px);
    background-position-x: 0;
}

.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
.panel__line .bl-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
	position: relative;
	color: #232323;
	font-size: 17px;
}
.panel__line .bl-title:after{
	border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
	background-color: #ff5e14;
}
.panel__line .contactList li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #6f6e6e;
	margin-right: 0px;
	font-family: "Roboto",sans-serif;
}
.panel__line .contactList li.ical span {
    color: #cd0117;
}
.box__border{
    margin-bottom: 15px;
    padding: 8px 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(13, 21, 76, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(13, 21, 76, 0.3);
}
.read-more {
    position: relative;
    color: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    background-color: #fd5d14;
    text-decoration: none;
    outline: none !important;
    display: inline-block;
}
.read-more:hover{
	background-color: #0084cf;
}
#footer .flcontact_note {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.company_info {
    padding: 0;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.company_info li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    line-height: 21px;
}

.company_info li:last-child {
    margin-bottom: 0;
}

.company_info .company_name { 
    font-weight: 500;
	padding-left: 0;
	line-height: 28px;
}

.company_info li em {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 24px;
    line-height: 1em;
    color: #fd5d14;
    text-align: left;
    width: 2em;
}
#advcart {
    width: 178px;
    display: block;
    margin: 0px auto;
    position: relative;
    border: 1px dashed #dfdfdf;
    padding: 5px;
    margin-top: 3px;	
}
#cart_shops{
	min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd-cart-link .fa-shopping-cart {
    font-size: 20px;
    line-height: .9em;
    color: #ffffff;
    float: left;
    text-indent: -1px;
    padding: 4px;
    margin: 0 8px 0 0;
    border: 2px solid #4c4c4c;
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #4c4c4c;
}
.linebg {
    background: #fff url(../images/header_line.png) repeat-x 0px 0px;
    width: 100%;
    color: #000;
    padding: 12px 0;
}
#topcontrol {
    bottom: 35px;
    cursor: pointer;
    padding: 4px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    z-index: 9998;
}
#topcontrol:hover span {}
#topcontrol:hover i {
    color: #c83200;
}
#topcontrol span {
    display: block;
    text-align: center;
    position: relative;
}
#topcontrol i {
    font-size: 40px;
    color: #1165d0;
     width: 18px;
    height: 99px;
    line-height: 45px;
    text-align: center;
    animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
    background: url(../images/return_top.png) no-repeat left top;
}
#topcontrol i:hover {
    background: url(../images/return_top.png) no-repeat right top;
    text-decoration: none;
}
#topcontrol i:before {
    content: "";
}
.floating{
	 animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
}
.stcblock {
	border: none;
	position: relative;
}
.stcblock .panel-heading {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    background: #428bca;
    margin-top: 15px;
    -moz-box-shadow: 5px 5px 0 #CCCCCC;
    -webkit-box-shadow: 5px 5px 0 #cccccc;
    box-shadow: 9px 15px 0 #cccccc38;
    margin-bottom: 20px;
    color: #fff;
	background-image: none !important;
}
.tp-services-item{
	position: relative;
	z-index: 4;
	overflow: hidden;
}
.tp-services-item-shape {
    position: absolute;
    right: -20px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -3;
}
.tp-services-item:hover .tp-services-item-shape {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.title_decorate{ 
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
    font-size: 25px;
    padding-bottom: 18px;
}
.title_decorate span{
	position: relative;
    z-index: 1;
}
.title_decorate span:before{
    position: absolute;
    content: "";
    right: 40px;
    bottom: -25px;
    width: 137px;
    height: 17px;
    background-image: url(../images/border.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.hover_1 .oh{position:absolute;content:"";width:25%;height:100%;left:0;background:#0f3567;transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;bottom:-50%;transform:translateY(50%);opacity:0}.hover_1 .oh.ho_2{transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;left:25%;transform:translateY(40%)}.hover_1 .oh.ho_3{transition:.7s ease-in-out;-ms-transition:.7s ease-in-out;-moz-transition:.7s ease-in-out;-o-transition:.7s ease-in-out;left:50%;transform:translateY(20%)}.hover_1 .oh.ho_4{transition:.9s ease-in-out;-ms-transition:.9s ease-in-out;-moz-transition:.9s ease-in-out;-o-transition:.9s ease-in-out;transform:translateY(30%);left:75%}.hover_1_get:hover .hover_1 .oh{opacity:.7;bottom:0;transform:translateY(0%)}
.hover_1_get:hover .latest-post-media img{opacity: 1 !important;}

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1024px){
	.dlab-quik-search.On form {
		max-width: 100%;
		padding: 0 30px;
	}
}

@media screen and (max-width:1000px) {
	.section-header-bar h4{
		 text-align: center;
	 }
	 .extra-nav{
		 position: absolute;
		left: 0;
		top: 8px;
		border-left: none;
		cursor: pointer;
		z-index: 12399994;
	 }
}

@media only screen and (max-width: 600px){
	header{overflow:hidden}
	.dlab-quik-search form{top: 30%;}
	.panel__line{padding: 15px;}
	html, body{position: relative;overflow-x: hidden;}
	.product-list__subcategories {
		grid-template-columns: repeat(2,1fr);
		padding-left: 5px;
	}
	.product-list__subcategories a{
	        padding: 6px 8px;
	}
}

/* effecct */
@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes floating {
     0% {
         -webkit-transform: translateY(-8px)
     }
     50% {
         -webkit-transform: translateY(0)
     }
     100% {
         -webkit-transform: translateY(-8px)
     }
 }
 
 @-moz-keyframes floating {
     0% {
         -moz-transform: translateY(-8px)
     }
     50% {
         -moz-transform: translateY(8px)
     }
     100% {
         -moz-transform: translateY(-8px)
     }
 }