* {
    border: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}

.with-theme-default,
:root {
    --g-color-black: #000;
    --g-color-white: #fff;
    --g-color-medium-gray-opacity: hsla(0, 0%, 46%, .2);
    --g-color-white-opacity-10: hsla(0, 0%, 100%, .1);
    --g-color-black-opacity-10: rgba(0, 0, 0, .1);
    --g-color-black-opacity-20: rgba(0, 0, 0, .2);
    --g-color-black-opacity-30: rgba(0, 0, 0, .3);
    --g-color-black-opacity-40: rgba(0, 0, 0, .4);
}

ul,
p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #161616;

}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body {
    font-family: "IRANSans";
    font-size: 18px;
    line-height: 2;
    direction: rtl;
    background-color: #161616;
    overflow-x: hidden;
    min-height: 100%;
    width: 100%;
    color: #fff;
}

@media (min-width: 768px) {
 
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
}
.header {
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 100;
    left: 0;
    margin: auto;
    padding: 15px 0;
    top:0;
    background-color: #0000008c;
}

.header-item {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.header-item li {
    list-style: none;
}

.menuTrigger i {
    font-size: 32px;
    vertical-align: middle;
    cursor: pointer;
}



.panel-menu {
    width: 300px;
    background-color: #161616 !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
}

#panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
}

.panel-menu ul li {
    list-style: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    background-color: #161616;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 1.2rem;
    text-align: left;
    direction: ltr;
}

.main-menu a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
}

.panel-menu.isOpen::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    min-height: 100%;
    transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    backdrop-filter: blur(15px);
    background-color: var(--g-color-black-opacity-40);
    opacity: var(--_g-backdrop-opacity);
    pointer-events: var(--_g-backdrop-pointer-events);
    width: 500%;
}

.panel-menu.isOpen,
.subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

.subPanel {
    background-color: #161616 !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
    padding-right: 0 !important;
}

.panel-menu.isOpen,
.subPanel.isOpen {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.body-nav {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -17px;
    height: 92%;
}

#panel-menu {
    height: 100vh;
}

@media screen and (max-width: 767.99px) {
.desc-pro .tbl table {
  margin-top: 20px;
}    
.desc-pro > table td,.tbl-desk table > td {
  display: block !important;
  width: 100% !important;
}
     .tbl table {
  width: 700px !important;
}
      .desc-pro.tbl table td {
  font-size: 14px;
} 
      .desc-pro .tbl table td {
  width: auto !important;
} 
      .desc-pro .tbl table {
  float: none !important;
}

 .desc-pro img {
  max-width: 100% !important;
  height: auto !important;
}   
.desc-pro .tbl table td {
 width: 100% !important;
    float: none !important;
    display: block !important;
}
.desc-pro .tbl table td:nth-child(1) {
    text-align:center !important;
}
    .row.accordion-container {
  margin-top: 20px;
}
          .fp-scroller {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
        .header.sticky-menu {
  background-color: #000;
}
    .owl-product .item a {
    max-width: 300px;
}
     .owl-product .owl-item .item img {
    transform: scale(0.7);
}
    #fp-nav {
  display: none !important;
}
    .btn-lng{
    width: 40px;
}
    .bg-mob{
        -webkit-background-size: cover  !important;
        -moz-background-size: cover  !important;
        -o-background-size: cover  !important;
        background-size: cover  !important;
        height:100%;
    }
    #fullpage {
        padding-top: 67px;
    }
    .footer {
        padding-top: 3rem;
    }
    .product-section,.news-section{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .about-section{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .category-section{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .owl-slide-text {
        padding: 0 5rem !important;
    }
   
    .menu-mob img {
        width: 21px;
    }
    .fp-responsive .fp-section,
    .fp-responsive .fp-slide,
    .fp-responsive .fp-tableCell{
        height: auto !important;
    }


    .menu-mob > span{
        margin-left: 9px;
    }

    .me-auto.menu-mob img {
        transform: scale(0.8);
    }

    .logo img {
        width: 200px;
    }

    .owl-slider .owl-dots .owl-dot span,
    .owl-news .owl-dots .owl-dot span {
        width: 25px;
    }

    .tile-nesw {
        font-size: 30px;
    }

    .owl-slide-animated.main-text-slider.main-tilte.d-block.w-100 {
        font-size: 2rem;
        line-height: 1.5;
    }

    .img-news.position-relative {
        height: 250px;
    }

    .hot-idea {
        margin: 2px 0 !important;
    }

    .t-category-name {
        padding: 0px 10px;
        font-size: 14px;
        bottom: 20px;
    }

    li.hot-ideas-col:nth-child(1) {
        width: 49.5%;
        float: right;
        margin-right:0.5%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(1) a:after {
        padding-bottom: 110%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(2) {
        width: 49.5%;
        float: left;
        margin-right:0.5%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(2) a:after {
        padding-bottom: 110%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(3) {
        width: 49.5%;
        float: right;
        margin-right:0.5%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(3) a:after {
        padding-bottom: 110%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(4) {
        width: 49.5%;
        float: left;
        margin-right:0.5%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(4) a:after {
        padding-bottom: 110%;
    }

    .hot-idea::after {
        content: '';
        display: block;
    }

    .hot-idea img {
        display: block;
        height: 100%;
        left: 50%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        object-fit: cover;
    }

    .hot-idea {
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .owl-slider .item a {
        height: 80vh;
        width: 100vw;
    }

    .owl-slider .item a img {
        height: 100% !important;
        object-fit: contain;

    }

    .owl-product .owl-dots .owl-dot span {
        width: 19px;
    }

    .title-carousel {
        font-size: 17px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .title-footer.lnk-footer.un-link>span {
        display: block;
    }

    .panel-menu {
        width: 100%;
        right: -100%;
    }

    .subPanel {
        width: 100%;
        right: -100%;
    }

    .accordion-container .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: transparent;
        line-height: 40px;

    }

    .service-icon {
        display: block;
        border-bottom: 1px solid #a5a7a961;

    }

    .accordion-container .set>span i {
        position: absolute;
        left: 0;
        top: 17px;
        color: #626263;
        font-size: 10px;
    }

    .accordion-container .content {
        position: relative;
        width: 100%;
        height: auto;
        padding-right: 10px !important;
        display: none;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .panel-menu {
        width: 100%;
    }

    .panel-menu.isOpen::before {
        right: 100%;
    }

    .panel-menu.isOpen,
    .subPanel.isOpen {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);

    }

    .subPanel {
        width: 100%;
        right: -100%;
    }

    .panel-menu.isOpen,
    .subPanel.isOpen {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .body-nav {
        padding: 2rem;
    }

    .subPanel {
        padding: 2rem;
    }
}

.hot-ideas-wrap li img {
    width: 100% !important;
    transition: all 0.2s linear;
}

.hot-ideas-wrap li {
    list-style: none;
}

.hot-ideas-wrap li:hover img {
    filter: none !important;
}

@media screen and (min-width: 768px) {
    .table-responsive.tbl table {
  width: 700px !important;
  margin:auto;
}
    .hot-ideas-wrap li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}
    #section3 {
  padding-top: 40px !important;
}
    .owl-product .item a {
    max-width: 350px;
}
.btn-lng{
    width: 50px;
}
    #fullpage {
        padding-top: 67px;
    }
    .fp-tableCell {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .section{
        min-height: 100vh;
    }


    .owl-slider .owl-item.active {
        height: 100vh !important;
        width: 100vw !important;
    }
    .owl-slider .owl-item,.owl-slider .item{
        height: 100vh !important;

    }
    .owl-slider .item  img{
        height: 100vh !important;
        object-fit: fill;
        width: 100vw !important;
        display:block;

    }
    .owl-slider .owl-dots .owl-dot span,
    .owl-news .owl-dots .owl-dot span {
        width: 60px;
    }

    .owl-slide-animated.main-text-slider.main-tilte.d-block.w-100 {
        font-size: 3rem;
        line-height: 1;
    }

    .hot-idea {
        margin: 8px 0 !important;
    }

    .menu-mob>span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px !important;
    }

    .row-copy {
        margin-top: 50px;
    }

    li.hot-ideas-col:nth-child(1) {
        width: 68.5%;
        float: right;
        margin-left: 1%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(1) a:after {
        padding-bottom: 30.5%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(2) {
        width: 30.5%;
        float: left;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(2) a:after {
        padding-bottom: 135%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(3) {
        width: 33.5%;
        float: right;
        margin-left: 1%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(3) a:after {
        padding-bottom: 56.3%;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(4) {
        width: 34%;
        float: right;
    }

    .hot-ideas-wrap li.hot-ideas-col:nth-child(4) a:after {
        padding-bottom: 55.4%;
    }

    .hot-idea::after {
        content: '';
        display: block;
    }

    .hot-idea img {
        display: block;
        height: 100%;
        left: 50%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        object-fit: cover;
    }

    .hot-idea {
        height: 100%;
        margin: 8px 0 !important;
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
    }

  
.ps-md-50 {
    padding-left: 10% !important;
    padding-right: 9.8% !important;
  }
    .panel-menu {
        width: 300px;
        right: -300px;
    }

    .panel-menu.isOpen::before {
        right: 300px;
    }

    .panel-menu.isOpen,
    .subPanel.isOpen {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);

    }
    .subPanel {
        width: 300px;
        right: -300px;
    }

    .panel-menu.isOpen,
    .subPanel.isOpen {
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);

    }

    .body-nav {
        padding: 5rem;
    }

    .subPanel {
        padding: 5rem;
    }

    .sub-title-main {
        font-size: 2rem;
        padding-left: 99px;
    }
}

.closePanel.close-menu {
    position: absolute;
    background-color: #000;
    top: 10px;
    right: 10px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 100%;
    line-height: 48px;
    cursor: pointer;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
    z-index: 10000000;
}

.arow-menu {
    font-size: 11px;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    opacity: 0;
    position: relative;
    top: -1px;
    transform: translateX(-0.25rem);
}

.openSubPanel:hover .arow-menu {
    opacity: 1;
    transform: translateX(0px);
}

.closeSubPanel i {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.closeSubPanel span {
    font-size: 13px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.closeSubPanel span::after,
.closeSubPanel span::before {
    background: #fff;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.closeSubPanel span::before {
    transform: translateX(-100%);
}

.closeSubPanel:hover>span::before,
.closeSubPanel:focus>span::before {
    animation: 0.8s cubic-bezier(0.5, 0, 0, 1) 0s 1 normal forwards running text-main-slide-out;
}

.closeSubPanel:hover>span::after,
.closeSubPanel:focus>span::after {
    animation: 0.8s cubic-bezier(0.5, 0, 0, 1) 0s 1 normal forwards running text-main-slide-in;
}

@keyframes text-main-slide-in {
    55% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes text-main-slide-out {
    45% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes text-main-slide-in-rtl {
    55% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes text-main-slide-out-rtl {
    45% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}


.container {
    max-width: 1185px;
}



.d-block.text-main {
    color: #a7a7a7;
    line-height: 1.2;
    font-size: 15px;
    text-align: justify;
}

.main-title-main {
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-primary {
    color: #de0000;
    background-color: transparent;
    border-color: #de0000;
    border-radius: 25px;
    padding: .375rem 1.5rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
    box-shadow: 0 0 0 .25rem rgba(255, 0, 0, 0.46) !important;
}

.title-section {
    color: #b4b4b4;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.t-category-name {
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #fff;
    color: #212121;
}

.t-category-name i {
    vertical-align: middle;
}





.title-section span:hover {
    cursor: pointer;
}

.title-section>span::after,
.title-section>span::before {
    background-color: #b4b4b4;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.title-section>span::before {
    transform: translateX(-100%);
}

.title-section span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.title-section>span:focus::before,
.title-section>span:hover::before {
    animation-direction: normal;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: link-slide-in-reversed;
    animation-timing-function: cubic-bezier(.5, 0, 0, 1);
}

.title-section>span:focus::after,
.title-section>span:hover::after {
    animation-direction: normal;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: link-slide-out-reversed;
    animation-timing-function: cubic-bezier(.5, 0, 0, 1);
}

@keyframes link-slide-out {
    55% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes link-slide-in {
    45% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes link-slide-out-reversed {
    55% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes link-slide-in-reversed {
    45% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

.owl-product .owl-prev {
    font-size: 0 !important;
    background: url('../images/arrow.png') !important;
    background-size: 100% !important;
    width: 21px !important;
    height: 10px !important;
    transform: rotate(180deg) !important;
    left: 27% !important;
    position: absolute;
    top: 48%;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.owl-product .owl-next {
    font-size: 0 !important;
    background: url('../images/arrow.png') !important;
    background-size: 100% !important;
    width: 21px !important;
    height: 10px !important;
    right: 27% !important;
    position: absolute;
    top: 48%;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.owl-product .owl-prev:hover {
    transform: rotate(180deg) scaleX(0.64) !important;
}

.owl-product .owl-next:hover {
    transform: scaleX(0.64) !important;
}

.owl-product .item a {
    display: block;
    margin: auto;
    text-decoration: none;
}

.owl-product .owl-item .item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-product .owl-item.active.center .item img {
    transition: all 0.3s linear;
    filter: none !important;
    transform: scale(1);
}

.owl-product .owl-dots .owl-dot span {
    height: 3px;
    margin: 0;
    background-color: #595959;
    border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de0000 !important;
    border-radius: 0 !important;
}

.layer-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #0000006e;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    z-index: 1;
    text-decoration: none;
}

.more-news span {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}

.more-news span i {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
}

.tile-nesw {
    font-family: 'Gobold-Light';
    text-transform: uppercase;
    color: #fff;
}

.owl-news img {
    opacity: 0.3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.img-news.position-relative {
    overflow: hidden;
}

.img-news img {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
}

.owl-news .item:hover .img-news img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-news .item:hover .tile-nesw {
    color: #f00;
    transition: all 0.2s linear;
}

.more-news span:hover {
    background-color: #f00;
    color: #fff;
    transition: all 0.2s linear;
}

.footer {
    background-color: #000000;

}

.lnk-footers li a:hover {
    color: #fff;
    transition: all 0.2s linear;
}

@media screen and (min-width: 768px) {
    .owl-product .owl-item .item img {
    transform: scale(0.9);
}
    .owl-slider {
        height: 100vh !important;
        width:100vw !important;
    }
    .tile-nesw {
        font-size: 38px;
    }

    .img-news.position-relative {
        height: 360px;
    }

    .t-category-name {
        padding: 5px 20px;
        font-size: 22px;
        bottom: 40px;
    }

    .owl-product .owl-dots .owl-dot span {
        width: 74px;
    }

    .category-section {
        padding-top: 50px;
    }

    .set>span i {
        display: none;
    }
}

.title-footer.lnk-footer.un-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.lnk-footers li {
    line-height: 1.5;
    position: relative;
    list-style-type: none !important;
}

.lnk-footers li a {
    color: #666666;
    font-size: 15px;
    position: relative;
    text-decoration: none;
}



.title-carousel {
    color: #fff;
}

.title-carousel.hidden {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
    transition: transform 0.9s ease, opacity 0.9s ease;
}

.owl-product .owl-item.active.center .title-carousel.hidden {
    opacity: 1;
    transform: none !important;
}

.log-footer img {
    width: 250px;
}

.cintact-info li {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.icon-info {
    width: 30px;
}

.icon-info i {
    color: #666666;
    font-size: 16px;
}

.text-info {
    width: calc(100% - 30px);
    color: #666666 !important;
    line-height: 1.5;
}

.text-info a {
    color: #666666;
    text-decoration: none;
}

.text-info strong {
    color: #fff;
    font-size: 16px;
}

.row-copy {
    padding-top: 20px;
    font-size: 12px;
    color: #999;
}

.row-copy strong {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gap {
    padding: 0 15px
}

.linkedin-icon i {
    color: #999;
    font-size: 25px;
}

.linkedin-icon {
    display: inline-block;
}

.owl-news .owl-stage {
    padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
    .menu-mob img{
        width: 23px;
    }
    .logo img {
        width: 300px;
    }
    .row-copy {
        border-top: 1px solid #2d2d2d;
    }

    .title-carousel {
        font-size: 20px;
    }


}



@media screen and (max-width: 991.99px) {

    .header-item {
        display: flex;
        justify-content: space-between;
        position: relative;
        white-space: nowrap;
    }
    .service-icon.active i.fal::before {
        content: "\f077";
    }

    .search-wrapper.expand {
        opacity: 1;
        visibility: visible;
        height: 100%;
        transform: translateY(0);
        transition: transform .25s, opacity .25s;
    }

    .search-wrapper {
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 101;
        box-sizing: border-box;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .menu-mob {
        display: flex !important;
        align-items: center;
    }
}

.select2-results__option {
    padding: 2px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #161616 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f00 !important;
}



.search-wrapper {
    display: none;
}

.search-item {
    position: relative;
}

.search-wrapper.expand {
    display: block !important;
}

.field {
    border-bottom: 1px solid rgb(217, 217, 217);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.field input {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: unset;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: inherit;
    margin: 0;
    outline: none;
    padding: 1rem 1rem .5rem 0;
    width: 100%;
}

.field label {
    box-sizing: border-box;
    color: #7b7777;
    cursor: text;
    font-size: 1rem;
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    top: 12px;
    transform-origin: left;
    transition: all .8s cubic-bezier(.5, 0, 0, 1);
}

.field input:focus+label,
.field.with-text label {
    color: #000;
    opacity: 1;
    transform: translateY(-12px) scale(.6428571429);
}

.field:after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto -1px;
    transition: width .8s cubic-bezier(.5, 0, 0, 1);
    width: 0;
    bottom: 0;
    position: absolute;
}

.field:focus-within:after {
    width: 100%
}

.search-form {
    padding: 1rem;
}

.suggestionsHeader {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 17px;
    font-weight: 600;
}

.suggestionListPopular li i {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.suggestionListPopular li a {
    color: #fff;
    font-size: 14px;
}

.suggestionListPopular li span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.suggestionListPopular li span::after,
.suggestionListPopular li span::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.suggestionListPopular li span::before {
    transform: translateX(-100%);
}

.suggestionListPopular li span:focus::before,
.suggestionListPopular li span:hover::before {
    animation-direction: normal;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: link-slide-in-reversed;
    animation-timing-function: cubic-bezier(.5, 0, 0, 1);
}

.suggestionListPopular li span:focus::after,
.suggestionListPopular li span:hover::after {
    animation-direction: normal;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-name: link-slide-out-reversed;
    animation-timing-function: cubic-bezier(.5, 0, 0, 1);
}

.close-search>span::before {
    transform: translateX(-100%);
}

.close-search>span::after,
.close-search>span::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.close-search>span::before {
    transform: translateX(-100%);
}

.close-search:focus>span::before,
.close-search:hover>span::before {
    animation: text-main-slide-out .8s cubic-bezier(.5, 0, 0, 1) forwards;
}

.close-search:focus>span::after,
.close-search:hover>span::after {
    animation: text-main-slide-in .8s cubic-bezier(.5, 0, 0, 1) forwards;
}

.field.is-border-bottom {
    width: 100%;
}

.close-search {
    background-color: transparent !important;
    margin-left: 10px;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
}

.close-search span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.search-wrapper.expand.close {
    display: block !important;
}

.search-wrapper.close {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .search-wrapper {
        position: absolute;
        min-height: 26.5625rem;
        width: 46.5rem;
        top: 0;
        z-index: 22;
        top: 53px;
        right: 12px;
        box-shadow: 0 8px 24px #0000001a;
        background-color: #000;
    }
}

.select2-results {
    min-width: 100px;
}

.search-item i {
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
}


.owl-slide-text {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: 4;
    color: #fff;
    padding: 0 5%;
}

.owl-slide-animated.main-text-slider.main-tilte.d-block.w-100 {

    font-weight: 700;
    font-family: 'Gobold-Light';
    text-transform: uppercase;
    text-align: center;
}

.owl-slider .owl-dots .owl-dot span,
.owl-news .owl-dots .owl-dot span {
    height: 3px;
}

.owl-slider .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto !important;
    width: 70vw;
}

.lng .dropdown-toggle::after {
    display: none !important;
}
.lng  .dropdown-menu {
    min-width: 50px !important;
    background-color: #000;
    padding: 0 !important;
}
.lng  .dropdown-menu li a{
    color: #fff;
}
.btn-lng{
    padding: 0 !important;
    border:none !important;
    box-shadow: none !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #161616 !important;
}
.btn.btn-primary i {
    vertical-align: middle;
    font-size: 10px;
}
.owl-slider .owl-item.active .main-text-slider{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.owl-dots {
    width: 90vw;
    margin:auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #f00 !important;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}
#fp-nav {
    z-index: 10;
}
.top-content{
    height:60vh;
    position:relative;
}
/******contact us******/
.bg-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.column-inner{
    border-radius: 10px;
    padding: calc((100vw - 180px) * 0.05);
    background-color:#000;
}
.row.row-contact-banner {
    position: relative;
    z-index: 1;
}
.contact-form-section{
    padding-top:4rem;
    padding-bottom:4rem;
}
.frm-contact input[type="text"],.frm-contact textarea {
    background-color: #000 !important;
    border-color: #000 !important;
    box-sizing: none !important;
    color: #6C757D;
}
.form-control:focus {
    color: #fff !important;
    box-shadow: 0 0 0 .25rem rgba(113, 113, 113, 0.09) !important;
}
.frm-contact textarea{
    height: 166px;
}
.btn.btn-send {
    background-color: #000;
    min-width: 100px;
    color:#fff !important;
}
.btn.btn-send:focus{
    box-shadow: 0 0 0 .25rem rgba(113, 113, 113, 0.09) !important;
    color:#fff !important;
}
.inner-section{
    padding-top:73px;
    padding-bottom:50px;
}
.frm-contact select {
    background-color: #000 !important;
    border-color: #000 !important;
    box-sizing: none !important;
    color: #6C757D;
}
@media (min-width: 768px) {
  .me-md-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
  }
  .me-md-auto.menu-mob {
  margin-left: auto !important;
  margin-right: inherit !important;
}
}
.header {
  direction: ltr;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.more-news .fa-chevron-right::before {
  content: "\f053";
}

.btn-primary .fa-chevron-right::before {
  content: "\f053";
}

.item-pro img {
  object-fit: fill;
  max-width: 100% !important;
  max-height: 100% !important;
}
.item-pro {
  display: block;
  height: 164px;
      text-align: center;
}
.title-carousel-mob {
  color: #b4b4b4;
  font-size: 15px;
}
.input-quick-search {
  direction: ltr;
}









/*second-layer-category-style*/
.main-banner {
  height: 380px;
  margin-bottom: 90px;
  overflow: hidden;
  width: 100%;
}
.main-banner__content {
  padding: 115px 0 90px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.main-banner__upper-title{
    color: #F00;
  text-transform: uppercase
}
.main-banner__main-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.parallax-mirror{
    visibility: visible;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 380px;
  width: 100%;
    z-index: 1;
}
.parallax-mirror img {
 position: absolute;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
.product-body{
   background-color: #161616;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.footer {
  z-index: 1;
  position: relative;
}
.menu-sub-industry-wrapper a {
    border-top: 1px solid #f00;
  color: #f00;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  justify-content: center;
  vertical-align: middle;
}
 .menu-sub-industry-wrapper a:last-child {
  border-bottom: 1px solid #f00 !important;
}
.short-description {
color: #fff;
  font-size: 17px;
  line-height: 41px;
  text-align: justify;
}
.title-service {
  line-height: 2.5rem !important;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 35px;
}
@media screen and (min-width: 768px) {
.main-banner__upper-title{
    font-size: 30px;
  line-height: 48px;
}
.main-banner__main-title {
  font-size: 35px;
  line-height: 87px;
}
}
@media screen and (max-width: 767.99px) {
        .hero-des img {
    max-width: 100% !important;
    height: auto !important;
}
    .main-banner__content {
    padding: 194px 0 20px;
  }
    .main-banner__upper-title{
    font-size: 25px;
  line-height: 25px;
}
.main-banner__main-title {
  font-size: 30px;
  line-height: 30px;
}

.short-description img {
  max-width: 100% !important;
  height: auto !important;
}
.product-body{
  padding-bottom: 4rem;
} 
}
@media (min-width: 768px) {
    .product-body{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
   
  .ps-md-0 {
    padding-left: 0 !important;
    padding-right: 7px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
    padding-left: 7px !important;
  }
}
/*second-layer-category-style*/
.w-grid-item-h.p-3.rounded img {
  object-fit: fill;
  width: 100% !important;
  height: 100% !important;
}
.img-section.d-block {
  height: 200px;
  overflow: hidden;
}
.card {
  background-color:#000 !important;
  font-size: 13px;
}
#mobile,#password {
  background-color: #161616;
  border-color: #161616;
  color: #fff !important;
}
#remember {
  background-color: #161616 !important;
  border-color: #2d2c2c !important;
  box-shadow:none !important;
}

.inner-title span {
  display: inline-block;
  border-bottom: 1px solid #f00;
  padding-bottom: 17px;
  position: relative;
}
.inner-title span::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 20%;
  height: 4px;
  margin: auto;
  background-color: #f00;
  bottom: -2px;
}
  .desc-pro  .tbl table {
    background-color: #000 !important;
    width: 100% !important;
    height: auto !important;
}

.desc-pro .tbl table td p{
  text-align: center !important;
}
.desc-pro .tbl table tr{
    height: auto !important;
}
  .desc-pro .tbl table tr:nth-child(1) td{
        background-color: #282828 !important;
  text-align: center !important;
  }
  
    .desc-pro {
  overflow-x: auto !important;
}
.desc-pro img {
  max-width: 100% !important;
  height: auto !important;
}
.bg-white {
  background-color: #000 !important;
}
.desc-pro p {
  font-weight: 300 !important;
}
.desc-pro table td {
  height: auto !important;
}
.hot-idea  .more-news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  font-size: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
.hot-idea .more-news span {
 display: inline-block;
  border: 2px solid #fff;
  border-radius: 46px;
  color: #fff;
  font-size: 23px;
  padding: 0px 20px;
}
}
@media screen and (max-width: 767.99px) {
.hot-idea .more-news span {
display: inline-block;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}
}
.hot-idea::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #0000006e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  position: absolute;
  content: '';
}