*{
    outline: none !important;
}
.pos-title{
    font-size: 16px;
    padding: 10px;
    color: #f1f1f1;
    background-image: linear-gradient(to left, rgba(245, 246, 252, 0.31), #333 60%);
}
.shadow-p{
    box-shadow: 0 0 10px #333;
}
.w-100{
    width: 100px;
}
.mobile-prew{
    display: none;
}
table.tableizer-table thead th{
    border-bottom: 2px solid #f1f1f1;
    color: #f1f1f1;
}
table.tableizer-table td{
    color: #aaa;
}
.p-back .fa{
        position: relative;
    top: 8px;
}
.pr-3{
    padding-right: 30px;
}
.pt-3{
    padding-top: 1rem;
}
.filter-block{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    text-align: center;
}
.product-filter{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.product-type{
    background-color: #f4f8fc;
    border-radius: 0;
    color: #333;
    border: none;
    border-bottom: 2px solid #333;
    font-size: 16px;
}
.products-img{
    width: 100%;
    height: 385px !important;
    object-fit: cover;
}
.media-block .content-article {
    font-size: 1.14rem;
    margin-bottom: 0;
}
.media-block .post-heading {
    margin-bottom: 15px;
}

.media-block .post-heading h2 a {
    font-weight: 400;
}
.media-block .post-heading h2 {
    font-size: 1.3rem;
    margin-bottom: .3em;
    word-wrap: break-word;
}
.mt-1{
    margin-top: 3px !important;
}
.export-box{
    box-shadow: -20px 20px 10px #c5c5c5;
}
.white-block{
    position: relative;
    display: block;
    padding: 35px;
}
.text-black{
    color: #333 !important;
}
.thm-red{
    color: #d64444 !important;
}
.cata-hover .cata-img{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) scale(1.06);
    -moz-transform: translate3d(0, 0, 0) scale(1.06);
    transform: translate3d(0, 0, 0) scale(1.06);
    -webkit-transition: transform .35s cubic-bezier(.4, .12, .4, .85);
    -moz-transition: transform .35s cubic-bezier(.4, .12, .4, .85);
    transition: transform .35s cubic-bezier(.4, .12, .4, .85);
}
.cata-hover:hover .cata-img{
    /*left: 20px;*/
    -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
    -moz-transform: translate3d(3%, 0, 0) scale(1.06);
    transform: translate3d(3%, 0, 0) scale(1.06);
    
}
.portfolio-item .portfolio-image{
    background-color: #333;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #f9b503 !important;
}
.w-20{
    width: 20%;
}
#help-button {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 80px;
    border-radius: 0 44px 44px 0; 
    left: 0;
    background-color: #2db742;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.2s linear;
}
#help-button a{
    display: block; 
}
#help-button i {
    color: #ffffff;
    line-height: 40px;
    font-size: 25px;
    position: relative;
    left: 10px;
    top: 2px;
    transition: all 0.2s ease;
}
#help-button:hover{
    width: 60px;
}
#help-button:hover i{
    left: 28px;
}
.h-contact-p{
	display: inline-block;
	margin-right: 5px;
}
.fixed-header .menu-wrapper .menu > li.current-menu-item > a{
	color: rgb(255, 215, 12);
}
.text-gray{
	color: #f1f1f1;
}
.bold{
    font-weight: 900;
}
.bg-gray{
	background-color: #f7f8f9;
}
.bg-darkgray{
	background-color: #333;
}
.about-us-text b {
    color: #333333;
    /*#d64444*/
    font-weight: 900;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
}
.cursive{
    font-family: 'Pacifico';
    text-transform: capitalize;
    font-weight: 100;
}
.pt-80{
    padding-top: 80px;
}
.pb-3{
    padding-bottom: 30px;
}
.pb-9{
    padding-bottom: 80px;
}
.mt-80{
    margin-top: 80px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
/*footer css here*/

.footer-social{
    padding-bottom: 20px;
}
.footer-social ul li{
    display: inline-block;
}
.footer-social ul li a{
    padding: 10px;
    margin: 0 5px;
}
.footer-social ul li a>img:hover{
    transform: scale(1.3);
}
.footer-social ul li a>img{
    width: 40px;
}
.footer-bottom .f-head{
    padding-bottom: 20px;
}
/*mega menu*/
.item-design-dropdown .nav-sublist-dropdown.mega-menu{
    width: 60rem;
    padding: 1.43em;

}
.item-design-dropdown .nav-sublist-dropdown.mega-menu ul li a:hover{
    color: #9b9b9b;
    background-color: #f7f7f7;
}
.item-design-dropdown .nav-sublist-dropdown.mega-menu ul li a{
    color: #9b9b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.78em 0;
}
.item-design-dropdown .nav-sublist-dropdown.mega-menu ul{
    list-style: none;
}
.item-design-dropdown .nav-sublist-dropdown.mega-menu .list-header h5{
    color: #d64444;
}
/*mega menu end*/

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img{
    border-radius: 0;
}
.ibox-block:hover .ibox-symbol i {
    background-color: #ffffff;
    color: #333333;
    box-shadow: inset 20px 20px 8px -5px #ffd70c;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom: 40px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #f9b503;
}
::-webkit-scrollbar-track {
    background: #fff;
}
.side-shadow{
    box-shadow: 60px 60px 20px -50px #333333b8;
}
#google_translate_element {
    width: 50px !important;
    padding: 0px;
    margin: auto;
    display: inline-block;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0 !important;
}
.goog-te-gadget>div>img {
    background-image: url(../img/google.png) !important;
    background-repeat: no-repeat !important;
    width: 35px;
    max-width: -moz-available;
    height: 35px;
    background-size: 35px 35px;
    background-position: center center !important;
    outline: none !important;
}
#google_translate_element span a span:first-child {
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    border:0 !important;
}
.goog-te-menu-value img{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.et-header-overlap .header-wrapper .header-social{
    display: none;
}
.global-header-xstore .fixed-header .header-social{
    position: relative;
    display: block;
    width: 40%;
    text-align: right;
    float: right;
}
.global-header-xstore .fixed-header .header-social ul{
    list-style: none;
}
.global-header-xstore .fixed-header .header-social ul li{
    display: inline-block;
}
.global-header-xstore .fixed-header .header-social ul li a{
    color: #ddd;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
}
.thm-shadow{
    box-shadow: 10px 10px 50px #000;
}
@media only screen and (max-width: 1280px){
    .item-design-dropdown .nav-sublist-dropdown.mega-menu{
        width: 55rem;
    }
}
@media only screen and (max-width: 991px){
    .et-header-full-width .header-wrapper .header-right{
        display: none;
    }
}
@media only screen and (max-width: 420px){
    #rev_slider_27_1_forcefullwidth, #rev_slider_27_1_wrapper{
        height: 275px !important;
    }
    .tech-section .alignnone{
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .vc_custom_1530260924519 .pb-9{
        padding-bottom: 0px;
    }
    .vc_custom_1530262695603{
        padding-left: 0px !important;
        margin-bottom: 120px;
    }
    .vc_col-sm-12.choose-block{
        display: block !important;
    }
    .vc_col-sm-12.w-20{
        width: 100%;
    }
    .ibox-block{
        margin-bottom: 30px;
    }
    .ibox-block .ibox-symbol{
        display: block;
        width: 100%;
    }
    .ibox-block.box-4657 .ibox-symbol i, .ibox-block.box-4828 .ibox-symbol i{
        margin-bottom: 20px;
    }
    .vc_column-inner.vc_custom_1462367858662 .wpb_wrapper{
        text-align: justify;
    }
    .vc_column-inner.vc_custom_1462367858662 h2{
        text-align: left !important;
    }
    .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{
        padding-top: 0px;
    }
    .pb-9 {
        padding-bottom: 20px;
    }
    .mb-80 {
        margin-bottom: 30px !important;
    }
    .mt-80 {
        margin-top: 30px !important;
    }
    .vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner .wpb_wrapper h2, .vc_column-inner.vc_custom_1464337880758 h2{
        font-size: 25px !important;
    }
    .vc_row.vc_row-flex.vc_custom_1458310868491 {
        padding: 35px 0px;
    }
    .vc_column-inner.vc_custom_1464341195373, .vc_column-inner.vc_custom_1458568497582{
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .vc_column-inner.vc_custom_1464337876029 .wpb_text_column.wpb_content_element p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .elementor-5202 .elementor-element.elementor-element-273f53f0{
        width: 375px !important;
        left: -15px !important;
    }
    .products-img{
        height: auto !important;
    }
    .elementor-5202 .elementor-element.elementor-element-606fea5 > .elementor-element-populated{
        padding: 0px;
    }
    .elementor-5084 .elementor-element.elementor-element-7b5581a3,
    .elementor-5084 .elementor-element.elementor-element-78449628{
        width: 100% !important;
        left: 0 !important;
    }
    .content p a.btn{
        margin-bottom: 5px;
    }
    .elementor-5084 .elementor-element.elementor-element-78449628{
        padding: 30px 0px 0px 0px;
    }
    .elementor-5084 .elementor-element.elementor-element-48562f02 .elementor-heading-title{
        font-size: 30px;
    }
    .elementor-5084 .elementor-element.elementor-element-7b5581a3{
        background-image: none !important;
    }
    .mobile-prew{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .next-product{
        text-align: center;
    }
    .elementor-5084 .elementor-element.elementor-element-78449628 > .elementor-container{
        min-height: 470px;
    }
    .event-photos .zoom{
        padding-bottom: 10px;
    }
    .mpr-0{
        padding-right: 0px;
    }
}

