@import url("root_custom.css");
body {
    margin: 0;
    padding: 0;
    font-family: var(--tm-ff); font-weight:400;
}
.bg-sub-primary {
    background: var(--tm-primary);
}
a {
    transition: var(--custom-transition);
    -webkit-transition: var(--custom-transition);
    -o-transition: var(--custom-transition);
    -moz-transition: var(--custom-transition);
    -ms-transition: var(--custom-transition);
}
p {
    font-size: var(--para-fs);
    text-align: justify;
    font-family: var(--tm-ff); font-weight:400;
    font-size: 16px;
    color: #363839;
    margin-bottom: 10px;
}
a,
span,
li {
    font-family: var(--tm-ff); font-weight:400;
}
section {
    padding: 30px 0;
}
.text-tm {
    color: var(--tm-sub-primary) !important;
}
.form-control:focus {
    border-color: #e6b77f;
    box-shadow: none;
}
/*--*/
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--tm-sub-primary);
}
::selection {
    color: #fff;
    background: var(--tm-sub-primary);
}
header {
    /*background: #22252c;*/
    z-index: 9;
    transition: var(--tm-transition);

}
/* header .navbar-brand{

} */

.custom-navbar{
    background: #f5f7f9;
}
header .navbar-brand .logo-brand-name{
    position: relative;
    color: #000;
    font-size: 23px;
    padding-left: 20px;
    margin-bottom: 0;
}
header .navbar-brand .logo-brand-name::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #595959;
}
header .navbar-brand > img {
    transition: all 300ms ease-in-out;
}
header.sticky {
    background-color: #fff;
    position: sticky;
    z-index: 9;
    top: 0;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}
header.inner-header.sticky {
    background-color: #fff;
}
header .navbar-brand > img {
    width: 240px;
    border-radius: 10px;
}
.carousel-caption {
    width: 40%;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    height: unset;
    text-align: left;
    max-width: 570px;
}
.carousel-control-next,
.carousel-control-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto 20px;
}
header .main-navbar-nav.navbar-nav a.nav-link {
    margin: 0px 30px;
    position: relative;
    color: #000;
    padding: 24px 0px !important;
    font-weight: 500;
    font-size: 18px;
    /*text-shadow: 0 0 10px black;*/
}
header .main-navbar-nav.navbar-nav a.nav-link:hover, header .main-navbar-nav.navbar-nav .nav-item:hover a.nav-link { color: #000; }
header .navbar-light .main-navbar-nav a.nav-link {
    color: #22252c !important;
}
header .main-navbar-nav a.nav-link::before { position: absolute; content: ""; height: 3px; width: 100%; left: 0; bottom: 0; background-color: var(--tm-primary); opacity: 0; }
header .main-navbar-nav .nav-item:hover a.nav-link::before,
header .main-navbar-nav .nav-item a.nav-link.active::before { opacity: 1; }
.count-main > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.count-child .count-main {
    color: #e5aa07;
}
.count-child:nth-child(2) .count-main .count-value-wrap {
    color: #2f2f2f;
}
.count-main .count-content > h6 {
    color: #2f2f2f;
    font-family: var(--tm-ff); font-weight:600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.count-value-wrap {
    font-family: var(--tm-ff); font-weight:700;
    font-size: 45px;
    font-weight: 500;
    color: #2f2f2f;
}
/*.count-child .count-main .count-value-wrap { color: #44b400; }*/
.count-child .count-main {
    /*background-color: #00000008;*/
    padding: 10px 15px;
    border-radius: 15px;
}
/* .number-wrap { background-color: #f7f7f7; background-image: url(../images/black-world.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; overflow: hidden; } */

.number-block{
    /* background-color: #b67d0f; */
    background-image: url(../images/counter-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.number-wrap {
    /* background-color: #20a740; */
    /* background-image: url(../images/black-world.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    overflow: hidden;
    /* border-radius: 25px; */
}
/* .number-wrap::before{
    position: absolute;
    content: url(../images/global_map_bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .1;
} */

/* .number-wrap::before { position: absolute; content: ""; height: 100%; width: 100%; left: 0; top:0; background-color: #000; z-index: -1; opacity: 0.2; } */
.count-child:nth-child(2) .count-main {
    /*background-color: #edf7f0;*/
}
.count-main img{
    height: 50px;
    filter: brightness(0) invert(0);
}
.custom-btn {
    border: 0;
    background-color: #2f2f2f;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}
.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
    color: #fff;
    background-color: #2f2f2f; box-shadow: none;
}
.manu-content-desc h3 {
    margin-bottom: 20px;
    font-family: var(--tm-ff); font-weight:700;
    font-size: 40px;
}
.section-heading > h2 {
    font-family: var(--tm-ff); font-weight:700;
    font-size: 40px;
    color: #2f2f2f;
}
.news-content h2 {
    font-family: var(--tm-ff); font-weight:700;
    font-size: 28px;
    color: #2f2f2f;
    margin-bottom: 15px;
}

.news-content h2 a{
    font-family: var(--tm-ff); font-weight:700;
    font-size: 28px;
    color: #2f2f2f;
    margin-bottom: 15px;
    text-decoration: none;
}
.custom-link {
    /* color: #fff; */
    font-size: 15px;
    text-decoration: none;
}
.custom-link i { transition: all 300ms ease-in-out; }
.custom-link:hover {
    /* color: #fff; */
    /*text-decoration: underline;*/
}
.custom-link:hover i { transform: translateX(5px); }
.news-small-wrap {
    margin-bottom: 30px;
}
.news-small-wrap:last-child() {
    margin-bottom: 0;
}
.news-content h5 {
    font-family: var(--tm-ff); font-weight:700;
    margin-bottom: 15px;
}
.news-wrap {
    box-shadow: 10px 0px 20px 10px rgb(0 0 0 / 5%);
}
.news-wrap .thumb img{
    height: 312px;
    width: 100%;
}
.news-big-wrap .news-content {
    /* min-height: 290px; */
}
.news-big-wrap .news-content p{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}
footer {
    /* background-color: #282828; */
    background-color: #5c5c5c;
    padding: 70px 100px 0;
}
.f-listing > li {
    /* color: #fff; */
    color: #fff;
    font-family: var(--ff-light);
    margin-bottom: 10px;
    font-size: 14px;
}
.f-listing > li > a {
    /* color: #fff; */
    color: #fff;
    font-family: var(--ff-light);
    text-decoration: none;
}
.f-listing > li > a:hover {
    text-decoration: underline;
}
.f-listing {
    list-style-type: none;
    padding-left: 0;
}
.social-listing > li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
}
.social-listing {
    padding-left: 0;
}
.social-listing > li > a > img {
    width: 30px;
}
.copyright-wrap {
    border-top: 1px solid #616262;
}
.copyright-wrap p {
    font-family: var(--ff-light);
    font-size: 13px;
    color: #fff !important;
}
.nivida > a > img {
    width: 18px;
    filter: grayscale(1);
}
header .main-navbar-nav .dropdown-menu {

    z-index: 9999999999;
    border-radius: 0;
    border: 0;
    pointer-events: none;
    opacity: 0;
    display: block;
    left: 0;
    box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 10%);
    right:0; margin: auto;
    background-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(3px);
}
header .main-navbar-nav .dropdown-menu.mega-menu { position: fixed !important;
    width: 100%;
    top: 80px !important; }
header .main-navbar-nav .dropdown:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
}
header .nav-item{
    position: relative;
}
header .main-navbar-nav  > .nav-link {
    color: var(--tm-sub-primary) !important;
}
header .main-navbar-nav  .nav-link:hover {
    color: rgba(255,255,255,.85) ;
}

.carousel-caption ul {
    padding-left: 0;
    list-style-type: none;
}
.carousel-caption ul li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-family: var(--ff-light);
}
.carousel-caption ul li::before {
    position: absolute;
    content: "";
    height: 18px;
    filter: invert(1);
    width: 18px;
    background-image: url(../images/arrow-dropright.png);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;

}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    filter: invert(1);
}
.carousel-caption h2 {
    color: var(--tm-sub-primary);
    font-size: 50px;
    font-family: var(--tm-ff); font-weight:700;
}
.carousel-caption p {
    font-family: var(--ff-light);
}
.manu-content-desc {
    margin-left: -80px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: -40px;
}
.home-product-slide .pro-slide-item > .thumb > img {
    opacity: 0.4;
    width: 100%;
}
.home-product-slide .center .pro-slide-item > .thumb > img {
    opacity: 1;
}
.product-model-wrap {
    position: relative;
    overflow: hidden;
    display: flex;

    width: 100%;
    vertical-align: middle;
    height: 600px;
    margin-bottom: 20px !important;
}
#product_main-wrap .product-model-wrap {
    box-shadow: 0 0 10px grey;
}
#product_main-wrap .product-model-wrap > img{
    max-width: 501px;
    padding: 40px;
}
.product-model-wrap > img {
    transition: all 300ms ease-in-out;
    width: 100%;
    height: fit-content;
    margin: auto;
    /* padding: 40px; */

}
#home_pro-m-wrap .product-model-wrap{
    height: unset !important;
}
.product-model-wrap .p-model-info h2 {
    color: #2f2f2f;
    font-family: var(--tm-ff); font-weight:700;
    font-size: 28px;
}
.product-model-wrap:hover > img {
    /*transform: scale(1.1);*/
}
.product-model-wrap .p-model-info {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px 20px;
    z-index: 0;
}
.product-model-wrap .p-model-info h3 {
    /* color: #fff; */
    color: #000;
    font-family: var(--tm-ff); font-weight:700;
    font-size: 28px;
}
.product-model-wrap .p-model-info h4 {
    /* color: #fff; */
    color: #000;
}
.product-model-wrap .p-model-info p {
    /* color: #fff;
    text-align: center;
    font-family: var(--tm-ff); font-weight:400;
    display: none; */
    color: #000;
    text-align: center;
    font-family: var(--tm-ff);
    font-weight: 400;
    /* display: none; */
    /* justify-content: center;
    width: 60%; */
    text-align: center;
    margin: 15px auto;
}
.product-model-wrap .custom-link{
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #000;
}
.product-model-wrap .p-model-info::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+25,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
}
.product-model-wrap.product-model-full-wrap .p-model-info {
    width: auto;
    height: 100%;
    right: 0;
    left: unset;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: left;
}
.product-model-wrap.product-model-full-wrap .p-model-info::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+98 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.product-model-wrap .p-model-info::before {
    opacity: 0;
}
.product-model-wrap .p-model-info ul {
    padding-left: 0;
}
.product-model-wrap .p-model-info ul li {
    list-style-type: none;
    /* color: #fff; */
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.product-model-wrap .p-model-info ul li::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background-image: url(../images/arrow-dropright-black.png);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 3px;
}
.pro-slide-item .product-info-home {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 100%);*/
    /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 2%, rgba(0, 0, 0, 0) 100%);*/
    /* background: #8080807a; */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/
    padding: 100px 50px;
    width: 100%;
    max-width: 100%;
}
.pro-slide-item .product-info-home h3 {
    color: #fff;
    font-family: var(--tm-ff); font-weight:700;
    margin-bottom: 20px;
    display: none;
}
.product-info-home .link-wrap a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.product-info-home .link-wrap a:hover {
    text-decoration: underline;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot > span {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #2f2f2f;
    background-color: #fff;
    margin: 0 3px;
}
.owl-dots .owl-dot.active > span {
    background-color: var(--tm-sub-primary);
    border-color: var(--tm-sub-primary);
}
.carousel-indicators .active {
    background-color: var(--tm-sub-primary);
}
.carousel-indicators [data-bs-target] {
    height: 5px;
}
.carousel-caption > h3 {
    font-size: 25px;
}
.f-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}
.product-menu-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-menu-listing-wrap > span {
    display: inline-block;
    flex: 0 0 auto;
    width: 10%;
    text-align: center;
    padding: 20px 5px 10px;
}
.dropdown-tabs {
    padding-left: 0;
    text-align: center;
    /*margin-bottom: 60px;*/
}
.dropdown-tabs li {
    display: inline-block;
    list-style-type: none;
    margin: 0 15px;
}
.dropdown-tabs li > a {
    text-decoration: none;
    color: #2f2f2f;
    font-family: var(--tm-ff); font-weight:500;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.product-menu-listing-wrap span a {
    text-decoration: none;
    color: #555;
}
.product-menu-listing-wrap span a span {
    display: block;
    color: #555;
    text-decoration: none;
}
.product-menu-listing-wrap > span a img {
    width: 75%;
    height: 95px;
    padding: 10px 0;
    border: 1px solid gray;
    /* background: #dfdfdf; */
    object-fit: contain;
}
header .main-navbar-nav .dropdown-menu {
    padding: 40px 10px;
}
header.sticky  .navbar-nav .nav-link{
    color: #555 !important;
}
.menu-link {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 14px; text-decoration: none; color: #808080; display: inline-block;
    /*text-align: center;*/
}
.dropdown-tabs li.active > a,
.dropdown-tabs li:hover > a,
.dropdown-tabs li > a.active,
.menu-link:hover {
    /*color: var(--tm-sub-primary);*/
     font-weight: 700; color: #101010;
}
.inner-carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px 100px;
    display: flex;
    align-items: center;
}
.inner-carousel-caption h1 {
    color: #2a2a2a;
    font-family: var(--tm-ff); font-weight:600;
    font-size: 60px;
    margin: 0;
}
.inner-carousel-caption h3 {
    color: var(--tm-primary);
    font-family: var(--tm-ff); font-weight:400;
}
.product-model-wrap.product-model-full-wrap .p-model-info {
    max-width: 500px;
}
.product-model-full-wrap.pro-left-content .p-model-info p {
    text-align: left;
}
.product-model-full-wrap.pro-left-content .p-model-info {
    left: 0;
    right: unset;
}
.product-model-full-wrap.pro-left-content .p-model-info::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+14,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 14%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 14%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 14%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.feature-wrap {
    background-repeat: no-repeat;
    background-position: center;
}
.feature-wrap img{
  width: 100%;
}
.product-single-slide-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.feature-wrap {
    padding: 100px;
}
.owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0px 2px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    opacity: 0.4;
    background-color: #fff !important;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 1;
}
.feature-list {
    padding-left: 0;
    margin-bottom: 0;
}
.feature-list > li {
    /* font-size: 18px; */
    font-size: 1.40rem;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--ff-light);
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
    list-style-type: none;
}

.feature-list > li:last-child {
    margin-bottom: 0;
}
.feature-list > li::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/arrow-dropright.png);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
}

.feature-list-sub-poins > li{
    font-size: 18px;
    color: #fff;
    font-family: var(--ff-light);
    margin-bottom: 5px;
    position: relative;
}
.section-heading.text-primary > h2 {
    color: #44b400;
}
.table-custom tr th {
    white-space: nowrap;
    /* color: var(--tm-primary-light); */
    color: #000;
    background-color: rgba(68, 180, 0, 0.1);
    font-weight: 400;
    vertical-align: middle;
    padding: 7px 20px;
    font-size: 15px;
}
.table-custom tr td {
    font-size: 14px;
    padding: 7px 20px;
    vertical-align: middle;
}
.p-model-info.no-gradient h4 {
    color: var(--tm-primary-light);
    font-size: 20px;
}
.p-model-info.no-gradient h3 {
    color: #6a6b6c;
    display: none;
}
.feature-wrap {
    padding: 80px 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.custom-nav-tabs > li > a {
    background-color: transparent;
    /* color: var(--tm-primary-light); */
    color: #ffffff;
    font-size: 18px;
    border: 0;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    font-size: 20px;
}
.custom-nav-tabs > li {
    margin-right: 30px;
}
.custom-nav-tabs > li:last-child {
    margin-right: 0;
}
.custom-nav-tabs > li > a.nav-link.active,
.custom-nav-tabs > li > a.nav-link.active:hover {
    /* color: var(--tm-primary-light); */
    color: #ffffff;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 3px solid #000000 !important;
    font-family: var(--tm-ff); font-weight:500;
}
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
    border: 1px solid transparent !important;
    color: var(--tm-primary-light);
    border-bottom: 3px solid transparent;
}
.custom-tab-content .tab-pane p {
    /* font-size: 22px; */
    font-size: 19px;
    color: #fff;
}
.play-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    height: auto;
    width: auto;
}
.video-wrap::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.download-wrap .custom-btn > img {
    /* width: 130px; */
}
.title {
    font-size: 40px;
    font-family: var(--tm-ff); font-weight:700;
    margin-bottom: 20px;
}
.box-item {
    /* background-color: #000000;
    min-height: 410px;
    height: 100%;
    text-align: center;
    border-left: 5px solid var(--tm-primary-light);
    border-radius: 10px 10px 40px 10px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%); */
    background-color: #149633;
    min-height: 410px;
    height: 100%;
    text-align: center;
    border-left: 5px solid #e0ad13;
    border-radius: 10px 10px 40px 10px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}
.box-item img {
    width: 80px;
}
.box-item h4 {
    font-family: var(--tm-ff); font-weight:700;
    margin-bottom: 20px;
}
.box-item p {
    font-size: 14px;
    font-family: var(--ff-light);
    text-align: center;
    margin-bottom: 0;
}
.news-small-wrap .desc p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.date-info {
    border-left: 3px solid var(--tm-primary-light);
}
.date-info strong {
    color: var(--tm-primary-light);
}
.event-wrap h3 {
    font-family: var(--tm-ff); font-weight:700;
    font-size: 30px;
}
.contact-info-item > p,
.contact-info-item > a {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #2f2f2f;
    display: block;
}
.contact-info-item {
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    min-height: 282px;
}
.contact-info-item .icon > img {
    width: 60px;
}
.contact-form-block h4 {
    line-height: 1.5;
}
.contact-form-block h4 > strong {
    color: var(--tm-primary-light);
}
.custom-form-wrap {
    padding: 40px;
    border-right: 15px;
    background: #edf7f0;
}
.map-wrap iframe {
    height: 600px;
    width: 100%;
    border: 0;
}
.gallery-block a > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.fancy-img {
    position: relative;
    overflow: hidden;
}
.fancy-img::before {
    position: absolute;
    content: "\f00e";
    height: 100%;
    width: 100%;
    left: 0;
    transition: all 400ms ease-in-out;
    bottom: 0%;
    background-color: #2f2f2f;
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    display: grid;
    opacity: 0;
    align-items: center;
    text-align: center;
}
.fancy-img:hover::before {
    opacity: 0.5;
}
.section-heading > p {
    text-align: inherit;
}
.blog-desc > h4 {
    font-family: var(--tm-ff); font-weight:700;
    margin: 20px 0;
}
.blog-desc img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 10px 0;
}
.blog-desc p {
    text-align: inherit;
    margin-top: 10px;
}
.blog-item > img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.navbar-toggler {
    height: 25px;
    width: 30px;
    display: grid;
    align-items: center;
    position: relative;
    padding: 0;
    border: 0;
    outline: 0 !important;
}
.custom-toggler-btn,
.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #2f2f2f;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    background-image: none !important;
}
.navbar-toggler::before,
.navbar-toggler::after {
    transform: rotate(0deg);
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    left: 0;
    top: 0;
    background-color: #2f2f2f;
    margin: auto;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.navbar-toggler::before {
    top: 0;
    bottom: unset;
    transform-origin: left top;
    transform-style: preserve-3D;
}
.navbar-toggler::after {
    top: unset;
    transform-origin: left bottom;
    transform-style: preserve-3D;
    bottom: 0;
}
.mob-dd.active-dd .dropdown-menu.mega-dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.mobile-menu {
    display: none;
}
.mobile-menu .dropdown:hover .dropdown-menu.mega-dropdown {
    display: none;
}
.mobile-menu .navbar-nav {
    background-color: #fff;
}
.mobile-menu .navbar-nav .nav-item .nav-link span:last-child > img {
    width: 15px;
}
.mobile-menu .navbar-nav .nav-item .nav-link span {
    color: #555;
    font-size: 15px !important;
    white-space: nowrap;
    display: inline-block;
    padding: 25px 5px !important;
}
.mobile-menu .register-link .nav-link,
.mobile-menu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #252a36;
    font-size: 15px !important;
    white-space: nowrap;
}
.mobile-menu .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #ccc !important;
}
.mob-dd.active-dd .dropdown-menu.mega-dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.back-to-main {
    display: block;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 20px;
    min-height: 73px;
    box-shadow: none !important;
    outline: 0;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
}
.back-to-main > span {
    color: var(--tm-primary);
    font-family: var(--tm-ff); font-weight:400;
    font-size: 18px !important;
    white-space: nowrap;
    display: inline-block;
    padding: 25px 5px !important;
}
.back-to-main > span:first-child {
    margin-right: 15px;
}
.dropdown-menu.mega-dropdown {
    background-color: #fff;
    height: 93vh;
    overflow-y: auto;
    padding: 0;
    top: 90px;
    box-shadow: none !important;
    position: fixed;
    left: 0;
    width: 100%;
    top: 77px; border:0;
}
.mob-dd.active-dd .dropdown-menu.mega-dropdown {
    display: block !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.sub-dd-content ul {
    padding-left: 0;
}
.sub-dd-content ul li a {
    text-decoration: none;
    color: #2f2f2f;
    padding: 10px 10px;
    display: block;
}
.mobile-menu .dropdown .nav-link > a {
    display: inline-block;
    text-decoration: none;
}
.navbar-toggler[aria-expanded="true"]::before {
    transform: rotate(45deg);
    top: 0;
    width: 33px;
}
.navbar-toggler[aria-expanded="true"]::after {
    transform: rotate(-45deg);
    bottom: 0;
    width: 33px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent !important;
    box-shadow: none;
}
.product-model-wrap .p-model-info h3 {
    /* font-size: 18px; */
    display: none;
}
#home_pro-m-wrap .product-model-wrap .p-model-info h3{
    display: block !important;
}
.product-model-wrap .p-model-info h4 {
    /*font-size: 12px; */
    /*display: none;*/
}
.products_modal_img_wrap .p-model-info h4{
    display: none;
}
.navbar-toggler {
    box-shadow: none !important;
}
.product-model-wrap.before-backdrop .p-model-info::before {
    /* opacity: 0.2; */
    opacity: 0;
}
.sub-dd-content .accordion-button:not(.collapsed) {
    color: var(--tm-primary);
    background-color: #edf7f0;
}
.sub-dd-content .accordion-button {
    box-shadow: none !important;
}
.sub-dd-content .accordion-item {
    border: 0;
}
.sub-dd-content button.accordion-button {
    font-size: 18px;
    padding: 1.5rem 1.25rem;
}
.product-menu-listing-wrap span a {
}
.product_data-table td{
    border-top-style: solid;
    border-top-width: 1pt;
    border-top-color: #b6d889;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #b6d889;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #b6d889;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #b6d889;
}
.product_data-table td .s4{
    font-size: 13px;
    margin: 0;
}
.product_data-table tbody td:nth-child(1) {
    white-space: nowrap;

    background-color: rgba(68, 180, 0, 0.1);
    font-weight: 400;
    padding: 10px 20px;
}
.product_data-table  .s3{
    color: #44B400;
    margin: 0;
}
.product_data-table tbody td:nth-child(1) p{
margin: 0;
}
.data_table-wrap{
    overflow:auto ;
}
.data_table-wrap table{
    min-width: 800px;
    max-width: 100%;
}
.warranty-and-rma-section .warranty-and-rma-text-box .warranty-and-rma-title h4{
    font-size: 30px;
    color: #44B400;
    font-weight: 600;
}
.warranty-and-rma-section  .warranty-and-rma-img img{
    width: 70%;
    height: auto;
}
.manufacturing-section{

}
.manufacturing-section .manufacturing-wrap-box .manufacturing-title h4 {
    font-size: 18px;
    color: #fefffe;
    font-weight: 600;
    background: #20a740;
    width: fit-content;
    padding: 4px 10px;
    position: relative;
    border-radius: 20px 0 0 20px;
}
.manufacturing-section .manufacturing-wrap-box .manufacturing-title h4::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 100%;
    background-color:#20a740 ;
    height: 2px;

}
.manufacturing-section .manufacturing-wrap-box .manufacturing-title h4::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 29px;
    height: 29px;
    border-bottom: solid 0px #20a740;
    border-left: solid 24px #20a740;
    border-right: solid 23px transparent;
    border-top: solid 29px transparent;
}
.manufacturing-img img{
    border-radius: 10px;
    transition: 0.2s;
    position: relative;
}
.manufacturing-img img:hover{
    box-shadow: 0 0 10px gray;
}
.manufacturing-img img::after{
    content: "";
    position: absolute;

}
.manufacturing-section .manufacturing-image-wrap-box .manufacturing-img img{
    width: 100%;
    max-height: 230px;
    object-fit: cover;
}
.event-wrap img{
    width: 100%;
    max-height: 336px;
    object-fit: cover;
}
.blog-details-section .blog-details-img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.blog-details-section .feature-list li,
.blog-details-section .feature-list ul li{
    color: #2f2f2f;
}
.blog-details-section .feature-list > li::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/black-arrow.png);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 5px;
}
.blog-details-section .feature-list > li{
    font-weight: 600;
}
.news-details-section .news-details-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.news-multiple-img img{
    width: 100%;
    height: auto;
}
.product-model-wrap span{
    position: absolute;
    bottom: 30px;
    left: 43%;
}
.product-menu-listing-wrap > span a img{
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  margin-bottom: 15px;
  display: none;
}
.product-menu-listing-wrap > span a:hover img{
    filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  border: 1px solid var(--tm-sub-primary) !important;
}
.product-menu-listing-wrap > span a:hover span{
    color: var(--tm-sub-primary) !important;
}
.thumb{
    text-align: center;
}
.thumb video{
    height: 600px;
    object-fit: cover;
    width: 100%;
}
/* .yt_block{
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    top: 50%!important;
    position: absolute;
    z-index: 0;
    max-width: 100px;
} */
.manufacturing-title h4{
    font-size: 20px;
}
.popup-video.play-video{
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    text-align: center;
    background: #000000c7;
    padding: 17px 30px;
    border-radius: 15px;
    position: absolute;
    top: 50%!important;
    margin: 0 !important;
}
.popup-video.play-video i{
    font-size: 30px;
}
.video-wrap .play-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-table;
    height: auto;
    width: auto;
}
.home-product-slide .owl-item .pro-slide-item { opacity: 0.2; transition: all 400ms ease-in-out; }
.home-product-slide .owl-item.active.center .pro-slide-item { opacity: 1; }
.home-product-slide .pro-slide-item {position: relative;overflow: hidden;}
.dropdown-menu ul { padding-left: 0; list-style-type: none; }
.new-menu-list > li > ul > li > strong > a { font-size: 14px; }
.new-menu-list > li { margin-bottom: 10px;font-size: 14px; }
.new-menu-list > li > strong > a { display: inline-block; margin-bottom: 5px; color: var(--tm-primary); text-decoration: none;  }
.new-menu-list > li > ul > li { margin-bottom: 5px;  }
.new-menu-list > li > ul > li:last-child,.new-menu-list > li:last-child { margin-bottom: 0; }
.new-menu-list > li > ul > li > a { font-size: 13px; text-decoration: none; color: #808080; display: inline-block; font-weight: 300; }
.new-menu-list > li > ul > li > a:hover { font-weight: 700; color: #101010;  }
.accordion-button:not(.collapsed)::after { filter: grayscale(1) brightness(0); }
.pro-slide-item > .thumb > video { pointer-events: none; }
.inner-slider::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background: #000;
    opacity: 0.2; */
}
.home_img_box .product-model-wrap .text_center_pinfo{
    left: 50% !important;
}
/* ----------------- Products Details Page CSS Start ----------------- */


.products_details_wrap_section img{
    width: 100%;
}
/* .products_details_wrap_section img{
    width: 100% !important;
    height: 761px;
    object-fit: cover;
} */
.products_details_wrap_section .products_details_caption{
    /* position: absolute;
    width: 40%;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    height: unset;
    text-align: left;
    right: 0;
    left: 0;
    margin-left: auto; */
    /* max-width: 550px; */
}
.products_details_wrap_section .products_img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.products_modal_img_wrap{
    position: relative;
    /* background-image: url(../images/SunPoS_2070/products_banner_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.products_modal_img_wrap .pro_modal_img img{
    width: 100%;
    height: auto;
}
.products_modal_img_wrap .pro_modal_title h4{
    font-size: 45px;
    margin-bottom: 50px;
    text-transform: capitalize;
    /* letter-spacing: .1rem; */
    font-weight: 600;
    color: #fff;
}
.tab-wise_pro_details_section{
    position: relative;
    /* background-image: url(../images/SunPoS_2070/products_banner_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.tab-wise_pro_details_section .custom-nav-tabs > li > a{
    color: #fff;
    font-size: 22px;
}
.tab-wise_pro_details_section .custom-nav-tabs > li > a.nav-link.active{
    color: #fff;
}
.products_details_wrap_section .feature-list > li{
    color: #000;
}
.products_details_wrap_section .feature-list > li::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background-image: url(../images/arrow-dropright-black.png);
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
}
.products_modal_img_wrap-1{
    position: relative;
    /* background-image: url(../images/SunPoS_2070/products_banner_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.products_modal_img_wrap-1 .pro_modal_img img{
    width: 100%;
    height: auto;
}
.products_modal_img_wrap-1 .pro_modal_title h4{
    font-size: 45px;
    margin-bottom: 50px;
    text-transform: capitalize;
    /* letter-spacing: .1rem; */
    font-weight: 600;
    color: #fff;
}
.tab-wise_pro_details_section .prod_details_tab-title{
    font-size: 45px;
    margin-bottom: 50px;
    text-transform: capitalize;
    /* letter-spacing: .1rem; */
    font-weight: 600;
    color: #fff;
}
.products_details_wrap_section .pro_modal_title h4{
    font-size: 43px;
    margin-bottom: 50px;
    text-transform: capitalize;
    /* letter-spacing: .1rem; */
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.product_detail_main_wrap:nth-child(even) .reverse_box_wrap {
    flex-flow: row-reverse;
}
.product_detail_main_wrap:first-child{
    padding-top: 0;
}
.product_detail_main_wrap {
    border-bottom: 1px solid #d5d5d5;
    padding: 60px 0;
}
.product_detail_main_wrap:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
/* ----------------- Products Details Page CSS END ----------------- */


/* ----------------- Inner Banner Tabing CSS Start ----------------- */
.inner-slider .nav-tabs .nav-link img{
    width: 100px;
    background: #fff;
    padding: 16px;
    border-radius: 5px;
    box-shadow: rgb(237 203 52) 0px 2px 8px 0px;
    border: 2px solid #fff;
}
.inner-slider .nav-tabs .nav-link.active{
    background-color: transparent;
    border-color: transparent;
}
/* .inner-slider .nav-tabs .nav-link.active img{
    border: 2px solid var(--tm-primary);
} */
.inner-slider .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.inner-slider .tab-content .tab-pane img{
    width: 100%;
    height: 371px;
    object-fit: contain;
}
.inner-slider .tab-content{
    text-align: center;
}
.inner-slider .nav-tabs{
    border-bottom: 1px solid transparent;
    margin-top: 20px;
    display: block;
}
.inner-slider .inner_banner_tab{
    display: flex;
    align-items: center;
}
/* ----------------- Inner Banner Tabing CSS End ----------------- */


.inner_banner_wrap_section{
    position: relative;
    background-image: url(../images/SunPoS_2070/pro-top-banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
}
.inner_banner_wrap_section::before{
    display: none !important;
}

.inner_banner_wrap_section .inner-carousel-wrap-box .text-start h1{
    font-size: 43px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.inner_banner_wrap_section .carousel-item img{
    width: 100%;
    height: 430px;
    object-fit: contain;
}
.products_details_wrap_section{
    padding: 0;
}
.products_details_wrap_section .container{
    height: 100%;
}
.products_details_wrap_section .product_detail_main_wrap{
    height: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    flex-direction: column;
}

.products_details_wrap_section .product_main_wrap_section:nth-of-type(odd) .img-moda-wrap-box{
    background-color: rgba(255,255,255,0.60);
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 15px;
    margin-left: auto;
}
.products_details_wrap_section .product_main_wrap_section:nth-of-type(even) .img-moda-wrap-box{
    background-color: rgba(255,255,255,0.60);
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 15px;
}
.products_details_wrap_section .product_main_wrap_section:nth-of-type(even) .products_img{
    margin-left: auto;
}
.products_details_wrap_section .product_main_wrap_section{
    padding: 150px 0;
}
/* .products_details_wrap_section .product_main_wrap_section{
    border-bottom: 2px solid #777;
} */

.products_details_wrap_section .product_main_wrap_section{
    /* background-image: url(../images/SunPoS_2070/pos_2070_black_left.jpg); */
    background-image: url(../images/product-bg-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.products_details_wrap_section .product_detail_main_wrap .feature-list{
    max-height: 370px;
    overflow-y: auto;
}
.products_details_wrap_section .product_detail_main_wrap .feature-list::-webkit-scrollbar-track
{
	background-color: #fff;
}

.products_details_wrap_section .product_detail_main_wrap .feature-list::-webkit-scrollbar
{
	width: 3px;
	background-color: #fff;
    border-radius: 50px;
    height: 50px;
    /* display: none; */
}

.products_details_wrap_section .product_detail_main_wrap .feature-list::-webkit-scrollbar-thumb
{
	background-color: #20a740;
	border: 2px solid #20a740;
}

.products_details_wrap_section .product_detail_main_wrap .feature-list::-webkit-scrollbar{
    /* display: none; */
}
.products_details_wrap_section .product_main_wrap_section:nth-child(2){
    background-image: url(../images/product-bg-image-flip.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.products_details_wrap_section .product_main_wrap_section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    position: relative;
}
/* .products_details_wrap_section .product_main_wrap_section:nth-of-type(odd)::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: .4;
}
.products_details_wrap_section .product_main_wrap_section:nth-of-type(even)::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #d6d6d6;
    left: 0;
    top: 0;
    opacity: .5;
} */
.products_details_wrap_section .product_main_wrap_section:nth-of-type(even) .div-left{
    order: 2;
}
.products_details_wrap_section .product_main_wrap_section:nth-of-type(even) .div-right{
    order: 1;
}

.products_details_wrap_section .pro_modal_title{
    z-index: 1;
    position: relative;
}
.video_wrap_section .video-wrap{
    border-radius: 10px;
}
/* .product_main_wrap_section .product_detail_main_wrap:nth-of-type(odd) .reverse_box_wrap{
    justify-content: right;
}

.product_main_wrap_section .product_detail_main_wrap:nth-of-type(even) .reverse_box_wrap{
    justify-content: left;
} */
.products_details_wrap_section .pro_configration_wrap_section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}
.products_details_wrap_section .pro_configration_main_wrap_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products_details_wrap_section .pro_configration_main_wrap_box .pro_configration_left_box{
    width: 50%;
    padding: 0 20px;
}
.products_details_wrap_section .pro_configration_main_wrap_box .pro_configration_right_box{
    width: 50%;
    padding: 0 30px;
}
.products_details_wrap_section .pro_configration_main_wrap_box .nav-tabs{
    border-bottom: 1px solid #000000;
}
.products_details_wrap_section .pro_configration_main_wrap_box .nav-tabs li a{
    font-size: 17px;
}
.products_details_wrap_section .tab-pane img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    cursor: pointer;
}
.video_wrap_section .carousel-indicators [data-bs-target]{
    background-color: #000 !important;
    width: 12px;
    height: 12px !important;
    border-radius: 50%;
}
.video_wrap_section .carousel-indicators .active{
    background-color: var(--tm-primary) !important;
}
.video_wrap_section .carousel-indicators{
    margin-bottom: -8px;
}
.configration-wrap-section{
    padding: 150px 0;
}
.configration-wrap-section ul{
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr)) !important;
    grid-gap: 5px 40px !important;
    display: grid;
    margin-bottom: 0;
    padding-left: 21px;
}
.configration-wrap-section ul li{
    font-size: 18px;
    font-weight: 600;
}
.configration-wrap-section ul li:first-child{
    padding-top: 0px;
}
.configration-wrap-section ul li{
    padding: 1px;
}
.configration-wrap-section ul li:last-child{
    padding-bottom: 0;
}
.configration-wrap-section .configration-main-wrap_box{
    background-color: rgba(255,255,255,0.60);
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
.configration-wrap-section .configration-main-wrap_box span{
    font-weight: 500;
    font-size: 22px;
    color: #20a740;
    padding-bottom: 20px;
}
.configration-wrap-section .configration-main-wrap_box .configration-wrap-box{
    border: 1px solid #1da842;
    border-radius: 10px;
    padding: 25px 20px;
}
.configration-wrap-section .confrigation-img{
    margin-left: auto;
}
.configration-wrap-section .confrigation-img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.configration-wrap-section .confi-title h2{
    font-size: 43px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
/* Gallery Grid CSS Start */
.galler_grid {
    column-count: 3;
    column-gap: .5em;
    margin: auto;
    width: 100%;
  }

  .galler_grid .gallery_grid__item{
    padding-bottom: 10px;
}
  .galler_grid img {
    height: auto;
    max-width: 100%;
  }

  @media(max-width: 800px) {
      .galler_grid {
        column-count: 3;
    }
  }

  @media(max-width: 600px) {
      .galler_grid {
        column-count: 2;
    }
  }

  @media(max-width: 400px) {
      .galler_grid {
        column-count: 1;
    }
  }
/* Gallery Grid CSS Start */

/* Interface Section CSS Start */
.interface_wrap_section{
    background-image: url(../images/product-bg-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.interface_wrap_section .inter-wrap-text h4{
    font-size: 43px;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.interface-desc{
    list-style-type: none;
    padding-left: 0;
}
.interface-desc li{
    position: relative;
    padding-left: 30px;
    /* font-size: 20px; */
    font-size: 1.25rem;
    font-weight: 600;
}
.interface-desc li::before{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    background-image: url(../images/arrow-dropright-black.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}
.interface-img-wrap img{
    height: 350px;
    width: 100%;
    object-fit: contain;
}
/* Interface Section CSS End */

/* Specification CSS Start */
.specification-wrap-section{
    background-image: url(../images/product-bg-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
.specification-table-wrap{
    background-color: rgba(255,255,255,0.60);
    backdrop-filter: blur(3px);
    padding: 15px;
    border-radius: 15px;
}
.specification-table-wrap .data_table-wrap{
    border: 1px solid #1da842;
    padding: 15px;
    border-radius: 15px;
}
.specification-table-wrap .table-custom tr th,
.specification-table-wrap .table-custom tr td{
    border: 1px solid #828282;
}
/* Specification CSS End */
/* Download wrap section CSS Start */
.donwload-wrap-section{
    background: #f5f7fa;
}
.donwload-wrap-section .download-wrap-icon img{
    width: 70px;
    opacity: .6;
}

.donwload-wrap-section .download-wrap-box-row{
    justify-content: space-between;
}
.donwload-wrap-section .download-wrap-box{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
}
.donwload-wrap-section .download-text-wrap{
    width: 100%;
}

.donwload-wrap-section .download-title{
    margin-bottom: 15px;
    text-align:right !important;
}
.donwload-wrap-section .download-title a{
    text-decoration: none;
    font-size: 21px;
    color: #6f6f6f;
    font-weight: 500;
}
.donwload-wrap-section .download-icon img{
    width: 100%;
}
.download-btn-wrap a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #20a740;
    padding: 7px 17px;
    border-radius: 40px;
    float: right;
    font-size: 16px;
    background: #20a740;
}
.download-btn-wrap a span img{
    width: 22px;
    filter: brightness(0) invert(10);
}
.download-btn-wrap a span{
    margin-right: 10px;
}

/* ------------------ Thank you page css Start ------------------ */

.thank-you-section{
    width: 100%;
    padding: 82px 0 82px 0;
    text-align: center;
    background: #fff;
  }

  .thank-you-section .thank-you-box{
    box-shadow: 0px 10px 35px 0px rgb(7 45 128 / 10%);
    padding: 40px 30px;
      border-radius: 10px;
      background: #fff;
  }
  .thank-you-section img{
      width:76px;
      height:auto;
      margin:0 auto;
      display:block;
      margin-bottom:25px;
  }
  .thank-you-section h4{
    font-size: 18px;
  }
  .thank-you-section h1{
      font-size: 42px;
      margin-bottom: 25px;
      color: #20a740;
  }
  .thank-you-section p{
      font-size: 17px;
      margin-bottom: 27px;
       color:#000;
  }
  .thank-you-section h3.cupon-pop{
      /* font-size: 18px; */
    font-size: var(--xxs-font);
      margin-top: 20px;
      color:#000;
    text-transform: uppercase;
      display:inline-block;
      text-align:center;
      padding:10px 20px;
      border:2px dashed #000;
      clear:both;
      font-weight:normal;
  }
  .thank-you-section h3.cupon-pop span{
      color:#20a740;
  }
  .thank-you-section a{
      display: inline-block;
      margin: 0 auto;
      text-decoration: none;
      color: #000;
      text-transform: uppercase;
      font-size: 15px;
      border-radius: 5px;
  }
  .thank-you-section a i{
      margin-right:5px;
      color:#fff;
  }
  .thank-you-section .theme-btn{
    margin-top: 30px;
  }
  .theme-btn .btn {
    background: #20a740;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
  /* ------------------ Thank you page css End ------------------ */

  /* 404 page css start */
.error404_wrap_section .error404-tille h2{
    font-size: 60px;
    margin-bottom: 25px;
    color: #20a740;
    font-weight: 600;
}
.error404_wrap_section .error404-tille h3{
    font-size: 25px;
    margin-bottom: 15px;
}
.error404_wrap_section .error404_text{
    margin-bottom: 20px;
}
.error404_wrap_section .error404_text p{
    text-align: center;
}
.error404_wrap_section .custom-btn{
    background: #20a740;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
   /* 404 page css End */

   /* ------------ Download List Filter Start ------------ */
   .download-list-filter-box{
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
   }
   .download-list-dropdown{
        width: 100%;
   }
   .download-list-dropdown .form-select{
        padding: 0.6rem 2.25rem 0.6rem 0.75rem;
        border-radius: 0;
   }
   .download-list-filter-box .search-btn .search-button{
        box-shadow: none;
        border: none;
        background: no-repeat;
        background: #20a740;
        border-radius: 0;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        font-size: 18px;
        color: #fff;
        padding: 8px 15px;
   }
   .download-list-filter-box .search-btn button span{
    margin-left: 10px;
   }
   .download-list-filter-box .search-btn button i{
        color: #fff;
        font-size: 25px;
   }
   .download-search-list table tr th,
   .download-search-list table tr td{
        padding: 0.8rem 2rem;
   }
   .download-search-list table tr th{
    font-size: 19px;
    font-weight: 600;
    color: #000;
   }
   .download-search-list table tr{
    vertical-align: middle;
   }
   .download-search-list .main-sub-title a{
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: #555;
}
.download-search-list ul{
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}
.download-search-list ul li{
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
    color: #555;
    padding-left: 20px;
}
.download-search-list ul li span{
    font-weight: 600;
    color: #555;
}
.download-search-list ul li span{
    margin-right: 5px;
}
.download-search-list ul li::before{
    position: absolute;
    content: '-';
    top: -4px;
    left: 0;
    font-weight: 600;
    font-size: 20px;
}
.download-search-list-details-wrap .download-btn a{
    background: #20a740;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
}
.download-search-list .date-wrap p{
    font-weight: 600;
    display: flex;
    align-items: center;
}
.download-search-list .date-wrap p span i{
    font-size: 20px;
}
.download-list-text-wrap p{
    font-size: 18px;
    color: #555;
    font-weight: 500;
}
   /* ------------ Download List Filter End ------------ */

.donwload-com-pro-btn a{
    background-color: #149633;
    padding: 15px 20px;
    width: auto;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
}
.manufactur-vide-wrap video{
    height: 450px;
    width: 100%;
    object-fit: cover;
}

#home_pro-m-wrap{
    padding: 20px 0 0;
}
.home_prod_box{
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.manuf-texet-wrap p{
    text-align: center;
}
.counter-value{
    font-size: 30px;
}
.plus-icon-wrap,
.plus-icon-wrap span{
    font-size: 30px;
}

.mobile-menu .dropdown-item:active{
    color: #fff !important;
    background-color: #149633;
}

.out_pro_title h3{
    font-family: var(--tm-ff);
    font-weight: 700;
    font-size: 40px;
    color: #2f2f2f;
}
.e-waste-management-section .e-waste-management-text-wrap strong{
    font-weight: 400;
    color: #4bb609;
}
.e-waste-management-section .section-heading > h2{
    font-size: 35px;
}
.e-waste-management-section .e-waste-management-text-wrap ul{
    margin-top: 25px;
}
.e-waste-management-section .e-waste-management-text-wrap ul li{
    margin-bottom: 8px;
}
.e-waste-management-section .e-waste-management-text-wrap ul li:last-child{
    margin-bottom: 0;
}