@define-mixin atSmall {
    @media (min-width:576px) {
        @mixin-content
    }
}

@define-mixin atMedium {
    @media (min-width:768px) {
        @mixin-content
    }
	
}

@define-mixin atLarge {
    @media (min-width:992px) {
        @mixin-content
    }
}

@define-mixin atExtraLarge {
    @media (min-width:1200px) {
        @mixin-content
    }
}

body {
    font-family: 'Roboto', sans-serif;
    background: #000;
    color: #8f8f8f
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif
}

p {
    margin-bottom: 20px
}

a:hover {
    text-decoration: none
}

ul {
    margin: 0 0 0 8px;
    padding: 0;
    list-style-type: square;
}

button {
    cursor: pointer
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.form-control:hover,
.form-control:focus {
    outline: 0;
    box-shadow: none
}

.section-margin {
    margin-top: 10px;
    margin-bottom: 60px
}

@media (min-width:992px) {
    .section-margin {
        margin-bottom: 3rem
    }
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.section-intro__title {
    font-size: .75rem;
    color: #f9cc41;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.section-intro__title.left-border {
    padding-left: 35px;
    position: relative
}

.section-intro__title.left-border:after {
    content: "";
    display: block;
    min-width: 20px;
    height: 2px;
    background: #f9cc41;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.section-intro__subtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2.625rem;
    color: #fff;
    margin-bottom: 1.5rem
}

.section-intro__subtitle.bottom-border {
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative
}

.section-intro__subtitle.bottom-border:after {
    content: "";
    display: block;
    height: 2px;
    min-width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9cc41
}

.section-intro__subtitle.small {
    font-size: 2rem
}

.btn {
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    color: #fff;
    padding: .5rem 1.6rem;
    position: relative;
    background: transparent
}

.btn--rightBorder:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.25rem;
    min-width: 1.25rem;
    height: 2px;
    background: #fff
}

.btn--leftBorder:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.25rem;
    min-width: 1.25rem;
    height: 2px;
    background: #fff
}

.btn:hover {
    background: #f9cc41;
    border-color: #f9cc41;
    color: #262533
}

.btn:hover.btn--rightBorder:after {
    background: #f9cc41
}

.btn:hover.btn--leftBorder:before {
    background: #f9cc41
}

.btn.active {
    background: #f9cc41;
    border-color: #f9cc41;
    color: #262533
}

.btn.active.btn--rightBorder:after {
    background: #f9cc41
}

.btn.active.btn--leftBorder:before {
    background: #f9cc41
}

.btn-dark {
    background: #262533;
    border-color: #262533;
    color: #f9cc41;
    padding: .7rem 1.4rem
}

.btn-dark.btn--rightBorder:after {
    background: #262533
}

.btn-dark.btn--leftBorder:before {
    background: #262533
}

.btn-dark:hover {
    background: #262533;
    color: #f9cc41;
    border-color: #262533
}

.btn-dark:hover.btn--rightBorder:after {
    background: #262533
}

.btn-dark:hover.btn--rightBorder:before {
    background: #262533
}

.about__img {
    position: relative
}

.about__img__date {
    display: inline-block;
    position: absolute;
    bottom: 11%;
    left: 13%;
    background: #f9cc41;
    color: #000;
    padding: .9rem 1.2rem 1rem 1.2rem;
    transition: all .4s
}

.about__img__date h3 {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-bottom: .2rem
}

.about__img__date p {
    margin-bottom: 0;
    font-size: .75rem
}

.about__img__date:hover {
    color: #000;
    opacity: .96
}

.tips-bg {
    background: #f9cc41;
    padding: 90px 0
}

.tips-bg .section-intro__subtitle {
    margin-bottom: 20px;
    color: #fff
}

.tips-bg p {
    margin-bottom: 0;
    color: #fff
}

.tips .btn:hover {
    background: #fff;
    color: #262533
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    border: 0;
    height: 3rem;
    font-size: 13px;
    color: #8f8f8f
}

.form-contact .different-control {
    min-height: 140px
}

.owl-dots button:focus {
    outline: 0;
    box-shadow: none
}

.contact-info h3 {
    font-size: 1rem;
    font-weight: 300;
    color: #fff
}

.contact-info h3 a {
    color: #fff
}

.page-link {
    background: transparent;
    font-weight: 400
}

b,
sup,
sub,
u,
del {
    color: #f9cc41
}

h1 {
    font-size: 21px !important
}

h2 {
    font-size: 19px !important
}

h3 {
    font-size: 18px !important
}

h4 {
    font-size: 17px !important
}

h5 {
    font-size: 16px !important
}

h6 {
    font-size: 15px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5em;
    color: #000;
    font-weight: 500 !important
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #8f8f8f
}

.list-style {
    width: 14px;
    height: 14px
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer
}

.s30 {
    font-size: 35px
}

.s40 {
    font-size: 55px
}

.s60 {
    font-size: 25px;
    line-height: 1em
}

.s100 {
    font-size: 120px;
    line-height: 1em
}

.ff {
    font-family: "Anton", 'sans-serif'
}

.cy {
    color: #000
}

.cw {
    color: #fff
}

.cb {
    color: #000
}

p.cb {

    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.bcy {
    background-color: #ffe267
}

.bcdy {
    background-color: #ffdb60
}

.bgb {
    background-color: #000
}

.midContactHome {
    background: #000;
    color: #fff
}

.midContact {
    background: #ffdb60;
    color: #000
}

.fooSM {
    width: 50px;
    font-size: 1.2em;
    float: left
}

.fooSM:hover {
    color: #ffdb60
}

.paddingL1 {
    padding-left: 1em
}

.paddingL2 {
    padding-left: 2em
}

.paddingL13 {
    padding-left: 1.3em
}

.paddingL3 {
    padding-left: 3em
}

.paddingL10 {
    padding-left: 10px
}

.paddingT20 {
    padding-top: 20px
}

.paddingT40 {
    padding-top: 40px
}

.paddingB40 {
    padding-bottom: 40px
}

.marginR5 {
    margin-left: 1.667%;
    margin-right: 1.667%;
    margin-top: 1%;
    text-align: center
}

.marginR10 {
    margin-right: 10px
}

.marginT5 {
    margin-top: 5px
}

.marginT10 {
    margin-top: 10px
}

.marginT20 {
    margin-top: 20px
}

.marginT30 {
    margin-top: 30px
}

.marginT50 {
    margin-top: 50px
}

.marginB25 {
    margin-bottom: 25px
}

.marginB50 {
    margin-bottom: 50px
}

.homepage2 {
    font-size: 4em !important;
    text-align: center;
    transform: translateY(-76%);
    font-family: 'Anton', sans-serif
}

.marginB-190 {
    margin-bottom: 75px
}

.home-content {
    text-align: center;
    padding: 2em 5px;
    font-family: 'Anton', sans-serif;
    background-color: #000
}

.footerFix {
    font-family: 'Anton', sans-serif;
    color: #fff
}

a {
    color: #495057 !important
}

.about1 {
    font-size: 17px;
    text-align: center;
    font-family: Anton;
    color: #00000082;
}

header.bcdy {
    padding: 40px 0
}

.fAIndex {
    font-family: Anton;
    color: #000
}

.visionContent {
    font-family: 'Roboto', sans-serif;
    font-size: 1.15em
}

.p10 {
    padding-top: 10px
}

.contact1 {
    text-align: center;
    color: #fff;
    font-size: 3em;
    margin: 0;
    font-family: 'Anton', sans-serif
}

.contact2 {
    text-align: center;
    font-family: 'Anton', sans-serif
}

.contact80 {
    width: 80%;
    font-family: 'Roboto';
    color: #fff
}

.slide-right {
    animation: move 3s;
    -webkit-animation: move 3s
}

@keyframes move {
    from {
        margin-left: 100%;
        width: 300%
    }

    to {
        margin-left: 0%;
        width: 100%
    }
}

@-webkit-keyframes move {
    from {
        margin-left: 100%;
        width: 300%
    }

    to {
        margin-left: 0%;
        width: 100%
    }
}

.fFA {
    font-family: 'ANTON'
}

.pLRR {
    padding-right: 0;
    padding-left: 0
}

@media (max-width:768px) {
    #recipeCarousel .carousel-inner .carousel-item > div {
        display: none
    }

    #recipeCarousel .carousel-inner .carousel-item > div:first-child {
        display: block
    }

    #imagesCarousel .carousel-inner .carousel-item > div {
        display: none
    }

    #imagesCarousel .carousel-inner .carousel-item > div:first-child {
        display: block
    }
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex
}

#imagesCarousel .carousel-inner .carousel-item.active,
#imagesCarousel .carousel-inner .carousel-item-next,
#imagesCarousel .carousel-inner .carousel-item-prev {
    display: flex
}

@media (min-width:768px) {

    #recipeCarousel .carousel-inner .carousel-item-right.active,
    #recipeCarousel .carousel-inner .carousel-item-next {
        transform: translateX(33.333%)
    }

    #imagesCarousel .carousel-inner .carousel-item-right.active,
    #imagesCarousel .carousel-inner .carousel-item-next {
        transform: translateX(33.333%)
    }

    #recipeCarousel .carousel-inner .carousel-item-left.active,
    #recipeCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%)
    }

    #imagesCarousel .carousel-inner .carousel-item-left.active,
    #imagesCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%)
    }
}

#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0)
}

#imagesCarousel .carousel-inner .carousel-item-right,
#imagesCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0)
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0
}

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg)
}

.dropdown-toggle::after {
    margin-left: 20px
}

.nav-item:hover,
.dropdown-item:hover {
    background-color: #ffdb60
}

.dropdown-menu {
    top: 95%;
    padding: 0
}

.dropdown-item {
    padding-top: 4px;
    padding-bottom: 5px
}

.navbarStyle {
    font-family: 'Roboto', sans-serif;
    color: black !important;
    font-weight: 700;
    font-size: 13px
}

.navPad {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.nav-item {
    padding-top: 2% !important;
    padding-bottom: 2% !important
}

.iconSlide {
    background-color: #ffdb60;
    padding: 25px
}

.iconSlide2 {
    background-color: #ffdb60;
    padding: 15px
}

.m0 {
    margin: 0px !important
}

.otherProduct {
    text-align: center;
    font-size: 40px;
    font-family: anton, sans-serif;
    color: #ffdb60
}

.otherProductSub {
    text-align: center;
    font-size: 20px;
    font-family: anton, sans-serif;
    color: #ffe267
}

.otherProductTitle {
    text-align: center;
    font-size: 20px;
    font-family: 'ROBOTO', sans-serif;
    color: #ffe267
}

.padFix {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.tAC {
    text-align: center
}

.tAL {
    text-align: left
}

.fS075 {
    font-size: .75em
}

.fS16 {
    font-size: 16px
}

.fS20 {
    font-size: 20px;
    color: white !important;
}

.cN {
    color: #ffe983
}

.tB {
    font-weight: 700
}

.vision {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #000;
    color: #fff;
    font-size: 1.2em
}

.boxG {
    border: 1px solid;
    padding: 5px 10px;
    margin: 4px 6px;
    color: #000;
    background-color: #ffdb60;
}

.boxG:hover {
    box-shadow: 0 1px 2px 0 #000
}

.p0 {
    padding: 0
}

.pL0 {
    padding-left: 0
}

.rates-page-tabs .nav-tabs > li > a {
    border: none;
    text-transform: uppercase;
    color: #7d7d7d
}

.rates-page-tabs .nav-tabs > li > a:hover,
.rates-page-tabs .nav-tabs > li > a:focus {
    color: red;
    background-color: #fff;
    box-shadow: 0 -2px 0 red inset
}

.rates-page-tabs .nav-tabs > li.active > a,
.rates-page-tabs .nav-tabs > li.active > a:focus,
.rates-page-tabs .nav-tabs > li.active > a:hover {
    border: none;
    box-shadow: 0 -2px 0 red inset;
    color: red
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd;
    text-align: left;
    color: #000;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px
}

.rates-page-tabs .panel-group,
.rates-page-tabs .panel-group .panel,
.rates-page-tabs .panel-group .panel-heading,
.rates-page-tabs .panel-group .panel-heading a,
.rates-page-tabs .panel-group .panel-title,
.rates-page-tabs .panel-group .panel-title a,
.rates-page-tabs .panel-group .panel-body,
.rates-page-tabs .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 2px;
    border: 0
}

.rates-page-tabs .panel-group .panel-heading {
    padding: 0;
    background-color: #fff
}

.rates-page-tabs .panel-group .panel-heading a {
    display: block;
    color: #303030;
    font-size: 18px;
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.rates-page-tabs .panel-group .panel-heading a:hover {
    background-color: #ffe983;
    color: #fff
}

.rates-page-tabs .panel-group .panel-heading a.collapsed {
    text-align: left
}

.rates-page-tabs .panel-group .panel-heading a:before {
    content: '-';
    position: absolute;
    left: 14px;
    top: 8px;
    font-size: 26px
}

.rates-page-tabs .panel-group .panel-heading a.collapsed:before {
    content: '+';
    left: 10px;
    top: 10px
}

.rates-page-tabs .panel-group .panel-collapse {
    margin-top: 5px !important
}

.rates-page-tabs .panel-group .panel-body {
    background: #fff;
    padding: 15px
}

.rates-page-tabs .panel-group .panel {
    background-color: transparent
}

.rates-page-tabs .panel-group .panel-body p:last-child,
.rates-page-tabs .panel-group .panel-body ul:last-child,
.rates-page-tabs .panel-group .panel-body ol:last-child {
    margin-bottom: 0
}

[aos="fade"] {
    opacity: 0;
    transition-property: opacity
}

[aos="fade"].aos-animate {
    opacity: 1
}

.fRobo {
    font-family: 'Roboto'
}

.modal-header {
    color: #000;
    background-color: #ffdb60;
    font-family: 'Roboto', sans-serif
}

.modal-form {
    margin: 10px 0
}

.modal-button {
    width: 50%;
    float: left;
    background-color: orange;
    color: #000
}

.errorMessage {
    color: red;
    font-weight: 700;
    text-align: center;
    display: none
}

td,
th {
    border: 1px solid !important;
    /*    width: 10% !important*/
}

th {
    background-color: #ffdb60 !important
}

section.about.section-margin.marginB-190 {
    /*    background-color: #fff*/
}

strong {
    color: #000
}

.sidebar a:hover {
    color: #ffdb60
}

.sidebar h5 {
    background-color: #ffdb60;
    color: #000;
    padding: 10px 5px;
    margin: 16px 0 0
}

.sidebar ul {
    background-color: gainsboro;
    color: #000;
    padding: 5px 40px;
    margin: 0
}

.sidebar li {
    padding: 5px 0
}

h2.otherProductTitle {
    margin: 0 0 20px;
    background-color: #ffdb60;
    color: #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px
}

.type-product img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

p,
th,
td,
li {
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 30px 0 0px !important
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-align: justify */
}

img.img-small {
    margin: 20px 35px;
    border: 3px solid #ff0202;
    float: right
}

h2.type-product {
    font-size: 23px !important;
    font-weight: 700 !important;
    text-align: left;
    margin: 20px 0
}

table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, .05)
}

table {
    border-bottom: 2px solid #000;
    text-align: center;
    background-color: #fff;
    width: 100%;
}

tr:first-child {
    background-color: #ffdb60
}

section.section-margin.products-timex {
    background-color: whitesmoke;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer.footerFix a {
    color: #f8f9fa !important
}

ul.main-sidebar {
    padding: 0
}

.blockquote-list {
    margin-bottom: 20px;
    background: #ffc107ab;
    padding: 20px 24px 21px;
    color: #fff;
    border-radius: 20px;
    box-shadow: inset 0px 0px 12px #00000078;
    font-size: 19px;
    margin-top: 30px;
}

.fa-quote-left:before {
    content: "\f10d"
}

.icon-font-block {
    display: grid;
    width: 100%;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 10px;
    min-height: 110px;
    color: #040404;
    border-radius: 0;
    border: 1px solid #ffc107;
    font-size: 15px
}

.wt-box {
    margin-top: 40px;
    margin-bottom: 20px
}

.icon-font-block .flat-icon {
    padding: 5px 0 0;
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #ffdb60;
    font-weight: 300
}

.input-form {
    background: #f8f9fa;
    padding: 20px;
    border: 10px solid #ffe267;
    height: 500px
}

input.form-control,
textarea.form-control {
    width: 100%;
    border: 1px solid #ffe267;
    margin-bottom: 20px
}

.contact80 {
    width: 80%;
    font-family: 'Roboto';
    color: #fff;
    padding-bottom: 5px
}

.fRobo {
    font-family: 'Roboto';
    color: #ffe267;
    font-size: 20px !important;
}

.btn1 {
    border: 1px solid #ffe267;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500;
    color: #000;
    padding: .5rem 1.6rem;
    position: relative;
    background: transparent
}

.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    padding: 0 !important;
    box-shadow: 0 0 12px 1px #00a82d !important;
    background: #fff;
    border-radius: 100%;
    background: #fff !important
}

.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px
}

.home-content h3 {
    color: whitesmoke
}

.home-black {
    background-color: black !important
}

.home-black span.s100.cy.fFA,
.home-black p {
    color: #FFE268
}

h2.homepage2 {
    font-size: 50px !important
}

.home-content .cy {
    text-align: center
}

#topbar {
    background: #FFE368;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-weight: 600
}

#topbar .contact-info a {
    line-height: 1;
    color: #000 !important
}

#topbar .contact-info a:hover {
    color: #000
}

#topbar .contact-info i {
    color: #000;
    padding: 4px;
    margin-right: 5px
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9
}

#topbar .social-links a {
    color: #000;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9
}

#topbar .social-links a:hover {
    color: #000
}

#topbar .social-links a:first-child {
    border-left: 0
}

table.flags tr {
    background-color: #fff
}

table.flags td {
    padding: 2px
}

.country-flag td {
    /*    text-align: left;*/
    padding: 10px
}

.country-flag a {
    font-size: 13px;
    /*    float: right;*/
}

.country-flag img {
    width: 30px;
    /*    float: left;*/
}

.country-flag tr:first-child {
    background-color: #fff
}

.ml-auto {
    margin: auto !important
}

.error-404-area {
    background: #242424 url(../img/newhome/brightblackbars.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 175px;
    padding-top: 20px;
    position: relative;
    font-size: 60px
}

.error-404-area a:hover {
    color: #00a04f;
    font-size: 60px
}

.error-404-area h3 {
    font-family: 'Poppins';
    font-weight: 600 !important;
    color: #f3f5f3;
    font-size: 40px !important;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center
}

.error-404-area .thm-container {
    position: relative
}

.error-404-area:before {
    content: '';
    background: #242A34;
    opacity: .68;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

h2.dq {
    font-size: 200px !important;
    color: firebrick;
    text-align: center
}

a.d-1 {
    color: #23B46F;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    font-size: 15px
}

.a2 {
    padding-top: 0
}

.img-ab {
    float: right
}

@media (max-width:1023px) {
    .img-ab {
        float: none
    }
}

.table-responsive.abc tr:first-child {
    background: none
}

.main-sidebar h5 a:hover {
    color: #000
}



.modal-img {
    height: 42px;
    padding-right: 8px;
    padding-bottom: 10px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    border-left: #000000 1px solid;
    padding-left: 12px;
    color: #000;
}


.leadbtnclose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.leadbtnclose .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.leadbtnclose .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}


li.dare {
    background: #f9cc41;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 5px;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.li-cake {
    background: #ffdb60;
    padding: 25px;
    border-radius: 12px;
    /*    display: inline-block;*/
}

h4.homepage3.cw.ff {
    font-size: 25px !important;
    font-weight: 555 !important;
    color: #000000;
}

.boxG2 {
    padding: 8px 10px;
    border-radius: 8px;
    margin: 0 auto;
    color: #000;
    background-color: #f9cc41;
    width: 50%;
    text-align: center;

    margin-bottom: 11px;
    /* justify-content: center; */
}


.boxG2:hover {
    box-shadow: 1px 4px 7px #f8f9faa3;
}

li.dareto.boxG2 {
    list-style: none;
}

.s40-1 {
    font-size: 34px;
}

.s100-1 {
    font-size: 70px;
    line-height: 1em;
}

.dare a:hover {
    color: #545b62;
}

.dareto a:hover {
    color: #545b62;
}

.home-content {
    color: #ffe268;
}

.icon {
    width: 17px;
    height: 17px;
    background-size: cover;
    margin-top: 3.5px;
}

.icon-svg {
    background-image: url("../img/svg/gmb.svg");
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
    background-repeat: no-repeat;
}

.icon-svg:hover {

    filter: invert(72%) sepia(86%) saturate(270%) hue-rotate(360deg) brightness(100%) contrast(109%);
}


/*i.icon.icon-svg.ison-chan{
   filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

i.icon.icon-svg.ison-chan:hover{
   filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}*/
/*
.social-list li a .icon-svg:hover{
   filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%); !important;
}*/

.contact0.marginT10.paddingL2 a.fooSM {
    width: 30px;
}

.nav-item .icon {
    width: 15px;
    height: 15px;
    background-size: cover;
    display: block;
    margin-top: 0px;

}

.nav-item .icon-svg {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
    background-repeat: no-repeat;
}

.footer-logo {
    background-color: #ffdb60;
    border-style: inset;
    border-radius: 15px;
    margin-bottom: 30px;

}

.table-view {
    /* width: 70%; */
    margin: 32px auto 32px;
    border: 1px black solid;
    padding: 12px;
    transition: linear 1s;
    padding: 10px 24px 1px 32px;
}

.tocTitle {
    color: #000000;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    transition: linear 1s;


}

.tocHeader {
    display: flex;
    justify-content: space-between;
}

#hidebtn {
    padding: 0px 6px;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    border: 1px solid #e0e0e0;
    transform: translateY(-4px);
    cursor: pointer;
}

.toc-collapse {
    height: 50px !important;
}

.toc-collapse-hide {
    display: none !important;
}

ul.list-ul.my-cs li {
    display: list-item;
}

ul.list-ul.my-cs {
    font-size: 13px;
    list-style-type: square;
    color: #bc5832;
    padding: 10px 14px;
}

.table-view.my-tab {
    padding: 10px 15px;
    /*This here*/
    -webkit-transition: 3s ease-out;
    -moz-transition: 3s ease-out;
    -ms-transition: 3s ease-out;
    transition: 3s ease-out;
    padding-bottom: 36px !important
}

.ann-table ol li span {
    font-size: 16px;
    /* font-style: normal; */
    /* font-weight: 100; */
    font-family: 'Roboto';
}

.ann-table {
    border-style: solid;
    padding: 12px;
    background-image: linear-gradient(45deg, #ffdb60, #ffe2677a);
}

.ann-table span {
    font-size: 22px;
    font-weight: 500;
    color: black;
    /* text-decoration: underline; */
}

.ann-table li {
    /*    text-decoration: underline;*/
}

.ab {
    padding: 10px;
}

b,
strong {
    font-weight: bolder;
    font-weight: 700;
}



.rt {
    padding-top: 7px;
}

.pp {
    margin-top: 131px;
}

.eew {
    margin-top: 48px;
}

ul.li-check.er {
    overflow-y: scroll;
    height: 308px;
}


ul.li-check.er::-webkit-scrollbar {
    width: 6px;
    background: #f8f9fa;
}

.type-productt img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 566px;
    height: auto
}

ul.scroll {
    height: 200px;
    overflow-y: scroll;
}

ul.sidebar h4 {
    padding: 0 10px;
}

ul.main-sidebar h4 {
    padding: 3px 10px;
}

@media only screen and (max-width: 600px) {
    h2#We-Export-Wire-Mesh {
        transform: translateY(-50%) !important;
    }
}

p.otherProductTitle {
    margin: 0px 0px 20px;
    background-color: #ffdb60;
    color: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px;
}


p.rtr {
    font-size: 19px !important;
    font-weight: 600 !important;
    text-align: left;
    margin: 20px 0;
}


caption {
    background-color: #c1bdbd;
    padding: 0 4px;
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    text-align: center;
    color: black;
}


p.vvv {
    line-height: 1.5em;
    color: #000;
    font-weight: 500 !important;
    font-size: 19px;
}

.home-content p {
    color: whitesmoke;
}

p.cy {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

a.hello:hover {
    color: #ffe268;
    text-decoration: underline;
}

figure.snip1157 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: auto;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

figure.snip1157 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
}

figure.snip1157 blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 50px 30px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1157 blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip1157 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}

figure.snip1157 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fafafa;
    margin: 0;
    position: absolute;
}

figure.snip1157 .author {
    /*  position: absolute;*/
    bottom: 45px;
    /*  padding: 0 10px 0 120px;*/
    margin: 40px 0 0 10px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

figure.snip1157 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    /*
    display: none;
    width: 100%;
*/
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    padding: 0 15px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-brand {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 20px 0;
}

.single-brand {
    text-align: center;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-item img {
    display: inline-block;
    /* width: 100%; */
    -webkit-transform-style: preserve-3d;
}

.wrap-team.team-slide.owl-carousel {
    display: flex;
    margin: 0 auto;
    gap: 16px;
}

p.homepage3.cw.ff {
    font-size: 25px !important;
    font-weight: 555 !important;
    color: #000000;
}

.btn.star:hover {
    background: #f9cc41;
    border-color: #f9cc41;
    color: #262533;
    font-weight: 700;
    font-size: 12px !important;
}

i.fa.fa-angle-double-right {
    color: #ffdb60;
}

.about2 h1 {
    font-size: 33px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Anton;
    color: #000000;
    margin-bottom: 21px;
}

@media only screen and (max-width: 600px) {
    .wrap-team.team-slide.owl-carousel {
        display: inline-block;
        margin: 0 auto;
    }
}

/*
.send1 {
    background: white;
    padding-top: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 4px 6px 9px #00000070;
    padding-bottom: 3px;
    border: 3px solid #ffdb60;
}
.send1 .btnz {
    background: #f3f5f3;
    padding: 9px 0px 9px 0px;
    text-align: center;
}

.send1 .btnz {
    display: block;
    margin: 0 auto;
}
a.btnz {
    color: #fff;
    margin-bottom: 20px;
    max-width: fit-content;
    padding: 10px 20px!important;
    border-radius: 10px;
    background: #00a859!important;
}
a.wassup{
	    background: #80808014;
    border: 1px solid #ffdb60;
    padding: 10px;
}
*/
.rev-bt-g {
    border-left: 2px solid #fece08;
    border-top: 2px solid #fece08;
    border-bottom: 2px solid #fece08;
    border-radius: 30px 0 0 30px;
    background-color: white !important;
    align-items: center;
    display: flex !important;
    padding: 12px 18px;
    font-size: 16px;
}

.rev-bt-r {
    padding-left: 19px !important;
    padding-right: 5px !important;
    padding-top: 9px !important;
    padding-bottom: 0px !important;
    background-color: #fece08;
    color: #262533;
    font-weight: 600;
}

.send1 {
    background: #00000012;
    padding-top: 18px;
    margin-bottom: 30px;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: 4px 4px 8px 3px #00000070;
    padding-bottom: 3px;
    border: 4px solid #fece08;
}

.send1 .btnz {
    background: black;
    padding: 9px 0px 9px 0px;
    text-align: center;
}

.send1 .btnz {
    display: block;
    margin: 0 auto;
}

a.btnz {
    color:#fece08 !important;
    margin-bottom: 20px;
    max-width: fit-content;
    padding: 10px 20px !important;
    border-radius: 10px;
    background: white;
    font-size: 16px;
    font-weight: 600;
}

p.paracontent {
    line-height: 1.5em;
    color: #000;
    font-weight: 600 !important;
    font-size: 21px !important;
    padding-top: 20px;
}

li {
    padding-bottom: 10px;
}

p.otherProductTitle {
    margin: 0px 0px 20px;
    background-color: #ffdb60;
    color: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px;
}


ul.vb {
    display: inline-block;
    margin-left: 28px;
}

h3.paracontent {
    line-height: 1.5em;
    color: #000;
    font-weight: 600 !important;
    font-size: 21px !important;
    padding-top: 19px;
}

h4.paracontent {
    line-height: 1.5em;
    color: #000;
    font-weight: 600 !important;
    font-size: 21px !important;
    padding-top: 20px;
}

i.fa.fa-quote-left.font-20 {
    font-size: 39px;
    color: #0000002b;
    /* z-index: -52; */
}

.blockquote-list span {
    font-weight: 600;
}

ul.vb.tb {
    font-size: 14px;
}

a.well:hover {
    color: #ffe267;
}

li.dareto.boxG2 a:hover {
    color: black;
}

.span-part {
    font-size: 23px !important;
    font-weight: 700 !important;
    text-align: left;
    margin: 20px 0;
}


.sidebar a {
    color: #000000 !important;
}
.sidebar a:hover {
    color: #000000d4 !important
}

.copyright a {
    color: black !important;
}
.copyright a:hover {
    color: #000000c9 !important
}

/*  */

.ct{
    color: white;
}
img.new {
    width: 280px !important;
    height: 80px !important;
}
ul.navbar-nav.ml-auto {
    margin: 0px ! important;

}


@media (max-width:425px) {
      img.new {
    width: 200px !important;
    height: 60px !important;
}
    }
@media (min-width:1024px) {
.navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important
;
        align-items: end ! important;
        justify-content: end;
       
        /* flex-basis: auto; */
    }
}
.contact-info.float {
    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
}
#topbar .contact-info .fa-envelope-o {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}
/* SCROLLER */
.country-scroll {
    height: 300px;        /* IMPORTANT: use height, not max-height */
    overflow-y: scroll;
    display: block;
}

.country-scroll table {
    width: 100%;
}

.country-scroll::-webkit-scrollbar {
    width: 5px;
}

.country-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}