@import url('root_custom.css');
/*@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap);
*/

body,
html {
    font-family: var(--tm-ff);
    scroll-behavior: smooth;
    /* overflow-x: hidden */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tm-ff); font-weight: 600;
    margin: 0
}

p {
    font-family: var(--tm-ff);
    color: var(--tm-sub-primary)
}

li,
ul {
    list-style: none;font-family: var(--tm-ff);
    padding: 0
}

a {
    text-decoration: none; font-family: var(--tm-ff);
}

a:hover {
    text-decoration: none
}

.form-control:focus,
input:focus {
    outline: 0;
    border-color: #c9c9c9;
    box-shadow: none
}

button:focus {
    outline: 0
}
.bg-red{
    background-color: var(--tm-primary);
}

/*header {
    position: relative;
    z-index: 99999;
    box-shadow: 0 0 20px #00000040
}

.main-header {
    position: relative;
    background: var(--tm-primary);
    z-index: 9
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%)
}

#navbarNav {
    position: relative
}

.navbar-brand {
    padding: 6px 0;
    display: block;
    position: relative;
    transition: all ease-in-out .5s;
    white-space: unset;
    justify-content: center;
    align-items: center
}

.navbar-brand img {
    width: 280px
}

.navbar-nav .nav-item {
    padding: 10px 0
}

.navbar-nav .nav-item .nav-link {
    font-family: var(--tm-ff);
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #fff;
    padding: 10px 24px;
    position: relative;
    transition: all .3s ease-in-out;
    text-transform: capitalize
}

.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #fff
}

.navbar-nav .nav-item:last-child .nav-link:before {
    content: '';
    width: 0;
    height: 100%;
    background: var(--tm-primary);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.nav-item.dropdown.menu-large {
    position: unset
}

.dropdown .nav-link::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    right: 5px;
    top: 11px;
    border: 0
}

.dropdown .dropdown-item {
    font-family: var(--tm-ff);
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: var(--tm-sub-primary);
    padding: 10px 24px;
    position: relative;
    transition: all ease-in-out .5s;
    text-transform: capitalize
}

.dropdown .dropdown-menu {
    display: block;
    position: absolute;
    visibility: hidden;
    display: none;
    min-width: auto;
    width: auto;
    left: 0;
    transform: translateX(0);
    border: 0;
    padding: 10px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    transition: all ease-in-out 1.5s;
    margin-top: 0
}

.dropdown .dropdown-item:hover {
    background: var(--tm-primary);
    color: #fff
}

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible
}

li.dropdown-item {
    padding: 10px 0
}

li.dropdown-item .dropdown-link {
    color: #fff;
    padding-left: 35px;
    padding-right: 15px;
    width: 100%;
    display: block;
    position: relative
}

li.dropdown-item .dropdown-link:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #ec0c5c;
    border-radius: 10px;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto
}

li.dropdown-item:hover .dropdown-link {
    color: #fff;
    text-decoration: none
}

li.dropdown-item:hover .dropdown-link:after {
    border-color: #fff
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

.dropdown-menu .border-left,
.dropdown-menu .border-right {
    border-color: #707070 !important
}

.nav-login .nav-login-btn {
    background: var(--tm-primary);
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 24px;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px
}

.nav-login .nav-login-btn::before {
    background: #ecbb33;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 100%;
    content: "";
    opacity: 0
}*/
/*
.banner {
    padding: 100px 0;
    background: url(../images/banner.png);
    background-size: cover
}*/

.banner-brand {
    padding: 11px 0;
    display: block;
    width: 170px;
    position: relative;
    transition: all ease-in-out .5s;
    white-space: unset;
    justify-content: center;
    align-items: center;
    text-align: center
}

.banner-brand span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: var(--tm-ff);
    margin-top: 5px
}

.banner-brand img {
    filter: invert(1) brightness(100);
    width: 100px
}

.banner-content img {
    width: 125px;
    margin-bottom: 5px
}

.banner-content .navbar-brand span {
    margin-bottom: 35px
}

.banner-content p {
    font-size: 45px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--tm-ff); font-weight: 600;}

.banner-content span {
    font-size: 25px;
    font-family: var(--tm-ff);
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase
}

.read-more {
    border: 2px solid #fff;
    border-radius: 30px;
    letter-spacing: .42px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 35px;
    font-size: 20px;
    line-height: 27px;
    display: inline-flex;
    align-items: center
}

.read-more i {
    font-size: 30px;
    margin-left: 15px
}

.video-icon {
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-content h2 {
    font-size: 30px;
    letter-spacing: .35px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff); font-weight: 600;
    margin-bottom: 15px
}

.about-content p {
    font: normal normal 600 20px/28px var(--tm-ff);
    letter-spacing: .22px;
    color: var(--tm-sub-primary)
}

.TMI p {
    font-size: 20px;
    letter-spacing: .2px;
    color: #fd927e;
    text-align: right;
    font-family: var(--tm-ff);
    font-weight: 500;
    margin-bottom: .8rem
}

.TMI a {
    font-size: 20px;
    letter-spacing: .2px;
    color: var(--tm-sub-primary);
    text-align: right;
    font-family: var(--tm-ff);
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #000;
    margin-bottom: -10px
}

.about-content h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    color: var(--tm-primary);
    position: absolute;
    margin-top: 50px;
    margin-left: -190px;
    letter-spacing: 2px
}

.the-change-logo img.logo {
    filter: invert(1) brightness(100);
    width: 170px
}

.the-change-logo {
    position: absolute;
    top: 52%;
    right: -29%
}

.the-change-logo h4 {
    text-transform: uppercase;
    font-size: 70px;
    color: var(--tm-primary);
    font-family: var(--tm-ff);
}

.content h3 span {
    color: #fff
}

.view-details {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .15px;
    color: var(--tm-sub-primary);
    padding: 1px 0;
    float: right;
    margin: 120px 20px 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
    text-align: right
}

.content {
    position: relative
}

.notification-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 25px;
    width: 100%
}

.notification-content img {
    padding-bottom: 7px
}

.notification-content h4 {
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    font-size: 40px;
    line-height: 53px;
    font-family: var(--tm-ff); font-weight: 600;}

.notification-content p {
    color: var(--tm-sub-primary);
    margin: 0;
    letter-spacing: .3px;
    font-size: 27px;
    line-height: 38px;
    font-family: var(--tm-ff)
}

.notification-content span {
    letter-spacing: .15px;
    color: var(--tm-sub-primary);
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-bottom: 25px
}

.notification-content .link {
    font: normal normal normal 20px/27px var(--tm-ff);
    letter-spacing: .2px;
    margin-top: 30px;
    color: var(--tm-sub-primary);
    display: block
}

.search-section {
    background: #e9e6ff 0 0 no-repeat padding-box
}

.section-title h2 {
    color: var(--tm-sub-primary);
    font-size: 45px;
    line-height: 60px;
    font-family: var(--tm-ff); font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px
}

.section-title h4 {
    color: var(--tm-sub-primary);
    font-size: 42px;
    line-height: 1.5;
    font-family: var(--tm-ff);
    text-align: center;
    margin-bottom: 20px
}

.search-section .section-title h4 {
    color: #fff
}

.search-filter {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 0;
    width: 100%;
    margin: auto
}

.search-filter .form-group {
    position: relative;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 5px;
    height: 50px;
    display: grid;
    align-items: center
}

.search-filter .form-group input[type=search] {
    position: relative;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 5px;
    height: 50px;
    display: grid;
    align-items: center;
    color: var(--tm-sub-primary) !important
}

.search-filter .form-group label {
    font-family: var(--tm-ff);
    font-size: 15px;
    line-height: 1.4;
    color: var(--tm-sub-primary);
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    margin-top: -7px;
    display: inline-block;
    background: #fff
}

.search-filter .btn {
    width: 50px;
    height: 50px;
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 12px 18px;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-filter .btn:active,
.search-filter .btn:focus,
.search-filter .btn:hover {
    background: var(--tm-primary) 0 0 no-repeat padding-box !important;
    box-shadow: none !important
}

.custom-search .inline-form a>img {
    width: 22px
}

.search-filter .form-control {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    height: auto;
    font-size: 15px;
    line-height: 26px;
    color: var(--tm-sub-primary) !important
}

.connect-section .section-title {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000014;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: -45px;
    z-index: 9;
    position: relative;
    margin-left: 210px
}

.connect-section .section-title .connect-title {
    max-width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: baseline
}

.connect-section .connect-title img {
    width: 90px
}

.connect-section .connect-title h2 {
    text-transform: uppercase;
    margin-left: 10px;
    color: var(--tm-primary);
    font-size: 27px;
    line-height: 20px;
    font-family: var(--tm-ff);
    font-weight: 700;
    margin-bottom: 0
}

.connect-section .item {
    position: relative
}

.connect-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    padding: 145px 0;
    width: 82%;
    padding: 165px 0;
    display: block;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.connect-block h3 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-family: var(--tm-ff); font-weight: 600;}

.connect-block p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: var(--tm-ff)
    font-weight: 500;
}

.connect-block span {
    color: #fff;
    font-size: 35px
}

.connect-block q {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--tm-ff);
    margin: 70px 0;
    display: block;
    position: relative
}

.connect-block q::after,
.connect-block q::before {
    content: '';
    background: url(../images/quote.png);
    width: 32px;
    height: 32px;
    background-size: contain;
    position: relative;
    display: inline-block
}

.connect-block q::before {
    margin-right: 7px;
    transform: rotate(180deg)
}

.connect-block q::after {
    margin-bottom: -7px;
    margin-left: 7px
}

a.view {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1.8px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--tm-ff);
    font-weight: 500;
    display: inline-block;
    align-items: center
}

#connect.owl-carousel .owl-item .view img {
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    border: .5px solid #000;
    border-radius: 20px;
    padding: 8px 21px;
    margin-left: 10px
}

#connect.owl-carousel {
    z-index: auto
}

#connect .owl-nav {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 9
}

#connect .owl-nav .nav-button {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50px;
    border: 2px solid var(--tm-primary);
    margin: 0 10px;
    transition: all ease-in-out .5s
}

#connect .owl-nav .nav-button:hover {
    background: var(--tm-primary);
    border-color: #fff
}

#GallerySection .owl-nav .nav-button img,
#connect .owl-nav .nav-button img {
    height: 16px;
    filter: unset;
    transition: all ease-in-out .5s
}

#connect .owl-nav .nav-button:hover img {
    filter: invert(1) brightness(100)
}

.sidebar-title h2 {
    color: var(--tm-sub-primary);
    font-size: 20px;
    line-height: 27px;
    font-family: var(--tm-ff)
}

.ads-btn {
    background: transparent 0 0 no-repeat padding-box;
    border-radius: 20px;
    color: #8d8d8d;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    font-family: var(--tm-ff);
    font-weight: 700;
    pointer-events: none;
    /* margin-top: -30px */
}

.ads-btn:active,
.ads-btn:focus {
    box-shadow: 0 0 0 .2rem rgb(239 99 99 / 30%)
}

.connect-section {
    background: #f4f4f4 0 0 no-repeat padding-box
}

.evets-block {
    background: #fff 0 0 no-repeat padding-box;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    margin-bottom: 15px;
    margin: 1px 5px 12px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -o-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    min-height: 117px;
    display: flex;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.evets-block:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -o-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%)
}

.evets-block span {
    font-size: 15px;
    color: #7e7e7e;
    margin-top: 12px;
    display: block
}

.evets-block:last-child {
    margin-bottom: 0
}

.evets-block h3 {
    font-size: 14px;
    line-height: 18px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    margin: 15px 0 5px
}

.evets-block p {
    font-size: 14px;
    line-height: 19px;
    color: #7e7e7e;
    font-family: var(--tm-ff);
    margin: 0
}

.evets-block img {
    border-radius: 10px
}

.view-more a {
    color: #3568bf;
    font-size: 30px;
    line-height: 40px;
    font-family: var(--tm-ff)
}

.connect-live {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000014;
    border-radius: 20px
}

.connect-live .section-content img.logo {
    width: 130px
}

.connect-live .section-content img {
    margin-bottom: 30px
}

.seminar-expo .filter-logo {
    filter: grayscale(1) contrast(3);
    width: 181px
}

.seminar-expo h2 {
    font: normal normal bold 35px/35px var(--tm-ff);
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    margin-bottom: 30px;
    font-family: var(--tm-ff); font-weight: 600;}

.seminar-expo h3 {
    font-size: 30px;
    font-family: var(--tm-ff);
    font-weight: 500;
    letter-spacing: .3px;
    color: var(--tm-sub-primary);
    margin-bottom: 30px
}

.seminar-expo p {
    color: #7e7e7e;
    font-size: 16px
}

.seminar-expo a {
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 17px
}

.seminar-expo .view img {
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    border: .5px solid #000;
    border-radius: 20px;
    padding: 8px 21px;
    margin-left: 10px;
    margin-bottom: 0
}

.event-card-section {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000014;
    border-radius: 20px;
    padding: 20px 40px
}

.event-cards-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.event-cards-title p {
    margin-bottom: 0
}

.event-cards-title img {
    width: 94px;
    filter: grayscale(1) contrast(3);
    width: 90px
}

.event-cards-title h2 {
    font-size: 27px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #222;
    margin-left: 10px
}

.event-parent .event-child:nth-child(odd) .event1 {
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    display: grid;
    align-items: flex-end;
    text-align: center
}

.event-parent .event-child:nth-child(even) .event1 {
    background: #8075d4 0 0 no-repeat padding-box;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
    display: grid;
    align-items: flex-end;
    text-align: center
}

.event1 h2 {
    font: normal normal bold 32px/32px Source Sans Pro;
    letter-spacing: 0;
    color: #fff
}

.event1 img {
    width: 150px;
    height: 150px;
    object-fit: contain
}

.event1 h3 {
    font: normal normal normal 28px/28px var(--tm-ff);
    letter-spacing: 0;
    color: #fff;
    text-align: center
}

.event1 span {
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    font-family: var(--tm-ff);
    font-weight: 500;
    line-height: 1.2
}

.event1 h5 {
    text-align: center;
    margin-top: 10px;
    font: normal normal normal 34px/36px var(--tm-ff);
    letter-spacing: 0;
    color: #fff
}

.event1 a {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 26px;
    width: auto;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: var(--tm-ff);
    font-weight: 500;
    color: var(--tm-sub-primary);
    margin-top: 20px;
    padding: 10px
}

.community-sec h2 {
    font-size: 33px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #222;
    margin-left: 0
}

.community-sec {
    display: flex;
    align-items: center
}

.community-live-sec {
    background-color: #aadaff
}

.community-sec img {
    filter: grayscale(1) contrast(3);
    width: 90px;
    margin-right: 10px
}

.community-sec a {
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 17px
}

.community-sec .view img {
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    filter: invert(1);
    border-radius: 20px;
    padding: 8px 21px;
    margin-left: 10px;
    margin-bottom: 0;
    display: inline-block
}

.community-sec h2 {
    font: normal normal bold 27px/36px var(--tm-ff);
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    margin-bottom: 30px;
    font-family: var(--tm-ff)
}

.community-sec h3 {
    font: normal normal bold 30px/35px var(--tm-ff);
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    margin-bottom: 37px;
    font-family: var(--tm-ff); font-weight: 600;}

.community-sec p {
    font: normal normal Light 22px/40px var(--tm-ff);
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    margin-bottom: 30px;
    font-family: var(--tm-ff);
    font-weight: 500;
}

.slides-wrap .about-img>img {
    height: 473px
}

.blog-section {
    width: 92%;
    margin: 0 auto
}

.blog-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-title .filter-logo {
    filter: grayscale(1) contrast(3);
    width: 131px
}

.blog-title h2 {
    font: normal normal 300 66px/70px var(--tm-ff);
    letter-spacing: .66px;
    color: var(--tm-sub-primary);
    margin-left: 10px
}

.blog-card {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000014;
    border-radius: 30px;
    padding: 10px;
    margin: 20px
}

.blog-card h5 {
    font-size: 20px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    font-weight: 500;
    margin: 5px 0;
    height: 50px;
    overflow: hidden;
    display: grid;
    align-items: center
}

.blog-card p {
    font-size: 17px;
    color: #b4b4b4;
    font-family: var(--tm-ff);
    height: 55px;
    margin: 5px 0;
    overflow: hidden
}

.blog-card a {
    font-size: 18px;
    font-family: var(--tm-ff);
    font-weight: 500;
    color: var(--tm-primary);
    margin: 5px 0
}

.blog-title a {
    font-size: 18px;
    font-family: var(--tm-ff);
    font-weight: 500;
    color: var(--tm-primary);
    margin: 5px 0
}

.series-love img {
    width: 18px;
    height: 16px
}

#BlogSection .owl-nav {
    position: absolute;
    top: -12%;
    left: 19%;
    z-index: 9
}

#BlogSection .owl-dots {
    display: none
}

.blog-aboutSec #BlogSection .owl-nav {
    position: absolute;
    top: -13%;
    left: 21%;
    z-index: 9
}

#BlogSection .owl-nav .nav-button {
    background: #fff;
    width: 54px;
    height: 54px;
    line-height: 44px;
    border-radius: 50px;
    border: 4px solid var(--tm-primary);
    margin: 0 10px;
    transition: all ease-in-out .5s
}

#BlogSection .owl-nav .nav-button:hover {
    background: var(--tm-primary);
    border-color: #fff
}

#BlogSection .owl-nav .nav-button img {
    height: 24px;
    filter: unset;
    transition: all ease-in-out .5s
}

#BlogSection .owl-nav .nav-button:hover img {
    filter: invert(1) brightness(100)
}

.vcci-video-series .filter-logo {
    width: 90px;
    margin-right: 10px
}

.vcci-video-series {
    background-color: #ebebeb;
    padding: 50px 0
}

.vcci-video-series p {
    font-size: 17px;
    font-family: var(--tm-ff);
    font-weight: 500;
    color: var(--tm-sub-primary);
    margin: 5px 0;
    width: 95%
}

.vcci-video-series h2 {
    font-size: 36px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff)
}

.video-stream a {
    display: inline-block;
    border-radius: 37px;
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.vcci-video-series a i {
    margin-left: 20px
}

.video-stream {
    position: relative;
    min-height: 430px
}

.video-stream-about {
    position: relative;
    height: 100%
}

.video-stream-about a {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 37px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.video-stream>a>img {
    border-radius: 10px
}

.video-stream .play-button {
    position: absolute;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 45%
}

.video-listing {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.video-listing img {
    height: 135px !important;
    object-fit: contain;
}

.company-prodct-listing .category-card .category-zoom:before {
    display: none
}

.video-listing .play-button {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
    left: 40%
}

#videoSeries {
    margin-top: 50px
}

#GallerySection .owl-nav .owl-next,
#GallerySection .owl-nav .owl-prev,
#videoSeries .owl-nav .owl-next,
#videoSeries .owl-nav .owl-prev,
.activity-slide .owl-nav .owl-next,
.activity-slide .owl-nav .owl-prev {
    top: 0;
    bottom: 0;
    margin: auto 5px !important;
    position: absolute
}

#videoSeries .owl-nav .owl-next {
    right: -14px
}

#videoSeries .owl-nav .owl-prev {
    left: -14px
}

#GallerySection .owl-nav .owl-next {
    right: 0
}

#GallerySection .owl-nav .owl-prev {
    left: 0
}

.activity-slide .owl-nav .owl-next {
    right: -5px
}

.activity-slide .owl-nav .owl-prev {
    left: -5px
}

#GallerySection .owl-nav .nav-button,
#videoSeries .owl-nav .nav-button,
.activity-slide .owl-nav .nav-button {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
    border-radius: 50px;
    border: 3px solid var(--tm-primary);
    margin: 0 10px;
    transition: all ease-in-out .5s
}

#GallerySection .owl-nav .nav-button:hover,
#videoSeries .owl-nav .nav-button:hover,
.activity-slide .owl-nav .nav-button:hover {
    background: var(--tm-primary);
    border-color: #fff
}

#GallerySection .owl-nav .nav-button img,
#videoSeries .owl-nav .nav-button img,
.activity-slide .owl-nav .nav-button img {
    height: 20px;
    filter: unset;
    transition: all ease-in-out .5s
}

#GallerySection .owl-nav .nav-button:hover img,
#videoSeries .owl-nav .nav-button:hover img,
.activity-slide .owl-nav .nav-button:hover img {
    filter: invert(1) brightness(100)
}

#videoSeries .video-thumb {
    display: block;
    cursor: pointer
}

#videoSeries .video-thumb::before {
    height: 40px;
    width: 40px;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: none
}

.gallery-section {
    position: relative
}

.gallery-section .filter-logo {
    width: 90px;
    margin-right: 10px
}

.gallery-section h2 {
    font-size: 27px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff)
}

.gallery-section p {
    text-align: left;
    font-size: 23px;
    letter-spacing: .25px;
    color: var(--tm-sub-primary);
    opacity: 1;
    font-family: var(--tm-ff);
    margin-bottom: 0;
    margin-left: 10px;
    line-height: 1;
    padding-top: 10px
}

.home-contact-section h2 {
    font: normal normal bold 35px/41px var(--tm-ff);
    letter-spacing: .5px;
    color: var(--tm-sub-primary);
    opacity: 1;
    text-align: center;
    margin-bottom: 10px
}

.home-contact-section p {
    font: normal normal normal 20px/30px SF UI Display;
    letter-spacing: .2px;
    color: var(--tm-sub-primary);
    text-align: center;
    font-family: var(--tm-ff)
}

.home-contact-section a {
    /*width: 222px;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 70px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    font-family: var(--tm-ff);
    font-weight: 500;
    color: #f5f5f5;
    margin: 0 auto*/
    display: block;
}


@media only screen and (min-width:576px) {
    .container,
    .container-sm {
        max-width: 100%;
        /*width: 540px;*/
        width: 90%;
    }
}

@media only screen and (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        /*width: 720px;*/
        width: 90%;
    }
}

@media only screen and (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        /*width:  960px;*/
        width: 90%;
    }
}

@media only screen and (max-width:1499px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        width: 90%;
        /*width: 1320px;*/
        width: 1326px;
    }
}

@media only screen and (min-width:1520px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 1400px;
        margin: 0 auto;
    }
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-family: var(--tm-ff);
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: var(--tm-primary)
}

.dropdown-select:focus {
    background-color: #fff
}

.dropdown-select:hover {
    background-color: #fff
}

.dropdown-select.open,
.dropdown-select:active {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) inset
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 125ms ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 60%
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto
}

.dropdown-select.open .option {
    cursor: pointer
}

.dropdown-select.wide {
    width: 100%;
    height: 50px;
    display: grid;
    align-items: flex-end
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0
}

.dropdown-select .dd-searchbox {
    width: 90%;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: 0
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12cbc4
}

.dropdown-select .list ul {
    padding: 0
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    transition: all .2s;
    list-style: none;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff)
}

.dropdown-select .option:focus,
.dropdown-select .option:hover {
    background-color: #f6f6f6 !important
}

.dropdown-select .option.selected {
    color: var(--tm-primary);
    font-family: var(--tm-ff)
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.dropdown-select a:hover {
    color: #666
}

.bg-blue {
    background-image: url(../images/bg1.png);

    position: relative;
    /* background-image: url(../images/bg1.png), linear-gradient(#c90c1330, #c90c13); */
    background-size: contain;
    padding: 30px 0;
}
.bg-blue::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #c90c13c9;
}
.category-section-page{
    z-index: 9;
    position: relative;
}
.category-filter {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000029;
    border-radius: 10px;
    padding: 10px
}
.inner_cp-list  .category-card{
    height: 140px !important;
    display: flex;
    align-items: center;
}
.inner_cp-list .category-card .category-zoom{
    background-color: transparent !important;
}
.inner_cp-list .our-prod-img{
    margin: 5px !important;
}
.inner_cp-list  .category-card .category-zoom{
    position: unset !important;
}
.inner_cp-list .owl-carousel{
    max-width: 140px !important;
}
.sidebar-filter {
    display: block
}

.category-filter h6 {
    font-family: var(--tm-ff);
    text-align: left;
    font-size: 15px;
    color: var(--tm-sub-primary);
    margin-bottom: 10px
}

.category-filter input[type=radio]:checked,
.category-filter input[type=radio]:not(:checked) {


    position: absolute;
    left: -9999px
}

.category-filter input[type=radio]:checked+label,
.category-filter input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #555;
    font-family: var(--tm-ff)
}

.category-filter input[type=radio]:checked+label:before,
.category-filter input[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--tm-primary);
    border-radius: 100%;
    background: #fff
}

.category-filter input[type=radio]:checked+label:after,
.category-filter input[type=radio]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--tm-primary);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.category-filter input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.category-filter input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.category-filter input[type=checkbox] {
    width: 20px;
    height: 20px
}

.cate-title-page {
    display: flex;
    align-items: center
}

.cate-title-page h2 {
    font-size: 22px;
    color: var(--text-light);
    font-family: var(--tm-ff)
}

.cate-title-page span {
    font-size: 15px;
    color: #707070;
    margin-left: 10px;
    font-family: var(--tm-ff)
}

.cate-title-page a {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 15px #ee48482B;
    border: 1px solid #ee4848;
    border-radius: 5px;
    font-size: 15px;
    color: #ee4848;
    padding: 10px;
    margin-left: 10px;
    font-family: var(--tm-ff)
}

.view-style {
    border-bottom: 0
}

.view-style .nav-item .nav-link:hover {
    background-color: var(--tm-primary)20
}

.view-style .nav-item .nav-link {
    border: none;
    height: 39px;
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px
}

.view-style .nav-item .nav-link.active {
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    border-radius: 5px;
    color: #fff
}

.view-style .nav-item .nav-link.active img {
    filter: invert(0) brightness(5)
}

.view-style .nav-item .nav-link img {
    padding-right: 10px
}

.category-card {
    background-color: #f6f6f6;
    padding: 5px;
    border-radius: 10px;
    height: 160px;
    width: 100%;
    margin-top: 90px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #72727212;
}

.CategoryProdc.owl-carousel .owl-item img {
    display: block;
    width: 90%;
    box-shadow: 0 0 5px grey;
    background-color: #fff;
    margin: 5px auto;
    border-radius: 4px;
    mix-blend-mode: multiply;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    max-width: 120px
}

.category-text {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #00000017;
    border-radius: 20px 20px 10px 10px;
    padding: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 98%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    z-index: 1
}

.category-zoom {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    background: #c90c130d 0 0 no-repeat padding-box;
    z-index: 0;
    right: 0;
    /* margin: auto */
}

.List-view-card .category-zoom {
    position: relative
}

.List-view-card .category-zoom:before {
    display: none
}

.category-zoom:before {
    /* background: #c90c130d 0 0 no-repeat padding-box; */
    /* box-shadow: 0 0 10px #00000017; */
    /* border-radius: 5px; */
    padding: 10px;
    position: absolute;
    /* bottom: 1px; */
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    content: "";
    height: 100%;
    z-index: -1;
}

.category-card:hover .category-zoom:before {
    /* bottom: -210px */
}

.category-text h6 {
    text-align: left !important;
    font-size: 15px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    text-align: left
}

.category-zoom h6 {
    text-align: left !important;
    font-size: 15px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    text-align: left;
    margin-bottom: 10px
}

.category-zoom span {
    text-align: left !important;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: .65px;
    color: #999;
    display: block
}

.category-card:hover .category-zoom span {
    display: none
}

.List-view-card .category-card:hover .category-zoom span {
    display: block
}

.category-card:hover .companyname {
    display: block !important
}

.category-text span {
    text-align: left !important;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: .65px;
    color: #999;
    display: block;
    opacity: 1
}

.category-text .companyname,
.category-zoom .companyname {
    color: var(--tm-primary);
    font-size: 12px;
    font-family: var(--tm-ff);
    min-height: 36px;
}

.price .actual-price {
    background: #f1efff 0 0 no-repeat padding-box;
    border-radius: 17px;
    font-size: 16px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-primary);
    padding: 5px 15px;
    text-align: left !important;
    display: inline-block
}

.price .real-price {
    text-decoration: line-through;
    color: #d8d8d8;
    margin-left: 15px
}
.List-view-card .category-card a.btn{
    max-width: 200px;
}
.category-card a.btn {
    width: 100%;
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgb(58 48 134 / 19%);
    border-radius: 5px;
    display: flex;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    font-family: var(--tm-ff);
    align-items: center;
    justify-content: space-around;
    margin: 2px 0;
    /* max-width: 210px; */
}

.category-card a.btn img {
    margin-left: 15px;
    width: 12px
}

.category-card:hover .category-text {
    bottom: -400px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.CategoryProdc.owl-carousel .owl-item {
    /* background: #f4f4f4 */
}

.category-card:hover .CategoryProdc.owl-carousel .owl-item img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.category-card.List-view-card:hover .CategoryProdc.owl-carousel .owl-item img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.CategoryProdc .owl-nav {
    display: none
}

.CategoryProdc .owl-dots .owl-dot {
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 10px
}

.CategoryProdc .owl-dots .owl-dot.active {
    background-color: var(--tm-primary)
}

.CategoryProdc .owl-dots {
    display: none
}

.List-view-card .CategoryProdc .owl-dots {
    display: block
}
.category-card:hover{
    border: 1px solid var(--tm-primary);
}
.category-card:hover .CategoryProdc .owl-dots {
    display: block
}

.category-card:hover .CategoryProdc .owl-dots.disabled {
    display: none
}

.offer-sale {
    position: absolute;
    top: -9px;
    left: 10px;
    z-index: 1
}

.cate-fav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.cate-fav i {
    font-size: 25px;
    color: #ccc
}

.cate-fav i:hover {
    color: #ee4848
}

.offer-sale img {
    width: 50px
}

.offer-sale p {
    position: absolute;
    top: 16px;
    color: #fff;
    font-family: var(--tm-ff);
    left: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center
}

.side-bar-links a {
    color: #555;
    font-family: var(--tm-ff);
    display: block;
    line-height: 30px
}

.side-bar-links button.btn {
    color: var(--tm-primary);
    margin-top: 10px;
    font-family: var(--tm-ff)
}

.category-card-list {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px
}

.category-card-list h6 {
    text-align: left !important;
    font-size: 18px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff)
}

.category-card-list span {
    text-align: left !important;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: .65px;
    color: #999;
    display: block;
    opacity: 1
}

.category-card-list .companyname {
    color: var(--tm-primary);
    font-size: 18px;
    font-family: var(--tm-ff)
}

.category-card-list a.btn {
    width: auto;
    height: 42px;
    background: #20aaba 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #20aaba30;
    border-radius: 5px;
    display: flex;
    color: #fff;
    font-family: var(--tm-ff);
    align-items: center;
    justify-content: center;
    margin: 5px 0
}

.category-card-list a.btn img {
    margin-left: 15px
}

.company-card {
    background-color: #fff;
    box-shadow: 0 0 16px #cbc7eb;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 30px
}

.company-card h6 {
    font-size: 18px;
    font-family: var(--tm-ff); font-weight: 600;}

.company-card span {
    text-align: left !important;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: .65px;
    color: var(--tm-sub-primary);
    display: block;
    opacity: 1;
    padding-right: 15px
}

.company-card .company-img {
    width: 100%;
    height: 200px
}

.company-card p {
    text-align: left !important;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: .65px;
    color: #828282;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    opacity: 1;
    padding-right: 15px;
    height: 40px;
    overflow: hidden
}

.company-card button.btn img {
    margin-left: 15px
}

.company-card button.btn {
    height: 42px;
    width: 100%;
    background: #20aaba 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #20aaba30;
    border-radius: 5px;
    display: flex;
    color: #fff;
    font-family: var(--tm-ff);
    align-items: center;
    justify-content: center;
    margin: 5px 0
}

.company-card button.btn.company-profile {
    height: 42px;
    width: 100%;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px var(--tm-primary)3B;
    border: 1px solid var(--tm-primary);
    border-radius: 5px;
    display: flex;
    color: var(--tm-primary);
    font-family: var(--tm-ff);
    align-items: center;
    justify-content: center;
    margin: 5px 0
}

.category-section-page h4 {
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 30px;
    font-family: var(--tm-ff);
    color: var(--tm-sub-primary);
    margin-top: 8px !important
}

.company-gallery img {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff
}

.company-content h3 {
    font-size: 30px;
    font-family: var(--tm-ff);
    letter-spacing: 1.55px;
    color: #fff
}

.company-detailLoca {
    display: flex;
    margin: 15px 0
}

.company-content p,
.company-content span {
    color: #fff;
    font-size: 13px
}

.company-content h5 {
    color: #fff;
    font-family: var(--tm-ff);
    margin-bottom: 10px;
    font-size: 18px
}

.company-info-share span img {
    width: 20px
}

.location-pin {
    color: #f15959;
    font-size: 20px;
    margin-right: 10px
}

.company-content button.btn {
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px rgb(58 48 134 / 19%);
    border-radius: 5px;
    display: flex;
    color: #fff;
    font-family: var(--tm-ff);
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px
}

button.btn.contact_btn_reload {
    max-width: 200px
}

.company-content button.btn img {
    margin-left: 10px
}

.company-profile-nav {
    border-bottom: 0;
    justify-content: center
}

.company-profile-nav .nav-item .nav-link.active {
    background-color: var(--tm-primary);
    color: #fff;
    border-radius: 0
}

.company-profile-nav .nav-item .nav-link {
    background-color: #f6f6f6;
    color: #828282;
    border-radius: 0;
    border: 0
}

.company-profile-nav .nav-item .nav-link.about-border-rad {
    border-radius: 10px 0 0 10px
}

.company-profile-nav .nav-item .nav-link.products-border-rad {
    border-radius: 0 10px 10px 0
}

.company-info-gallery {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px
}

.company-info-card span {
    display: block;
    margin: .5rem 0;
    color: var(--tm-sub-primary);
    font-size: 15px
}

.company-info-card h3 {
    font: normal normal bold 25px/30px SF UI Display;
    letter-spacing: 1.25px;
    color: var(--tm-sub-primary)
}

.companytab-Title h5 {
    letter-spacing: 1px;
    color: var(--tm-sub-primary);
    margin: .5rem 0;
    font-family: var(--tm-ff);
    font-size: 16px
}

.company-factory-tabs .nav-item.nav-link {
    /*letter-spacing: 1px;*/
    font-family: var(--tm-ff);
    font-size: var(--xs-font);
    margin: 0;
    color: #898989;
}

.company-factory-tabs .nav-item.nav-link {
    background: #f3f3f3
}

.company-factory-tabs .nav-item.nav-link:hover {
    background: #d3d3d3;
    color: #343434
}

.company-factory-tabs .nav-item.nav-link.active {
    color: #fff;
    background: var(--tm-primary)
}

.company-info-card .companylocation i {
    color: #f15959
}

.company-info-card .contactNumber {
    color: #20aaba
}

.company-info-card .companywebsite i {
    color: #21a73c
}

.company-info-card .companytime i {
    color: #f3880e
}

.company-info-card .companyhours i {
    color: #903dd8
}

.company-info-card i {
    margin-right: 10px
}

.company-info-share {
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.company-info-share span {
    margin-right: 20px;
    display: inline-block
}

.company-info-share span a {
    display: inline-block
}

.company-info-share span:last-child {
    margin-right: 0
}

#CompanyGallery .owl-nav .owl-next,
#CompanyGallery .owl-nav .owl-prev {
    width: 33px;
    height: 33px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    border-radius: 35px;
    position: absolute;
    top: 35%;
    display: flex;
    align-items: center;
    justify-content: center
}

#CompanyGallery .owl-nav .owl-next {
    right: 0
}

#CompanyGallery .owl-nav .owl-prev {
    left: 0
}

#CompanyGallery .owl-dots {
    display: none
}

#VideoGallery .owl-nav .owl-next,
#VideoGallery .owl-nav .owl-prev {
    width: 33px;
    height: 33px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    border-radius: 35px;
    position: absolute;
    top: 35%;
    display: flex;
    align-items: center;
    justify-content: center
}

#VideoGallery .owl-nav .owl-next {
    right: 0
}

#VideoGallery .owl-nav .owl-prev {
    left: 0
}

#VideoGallery .owl-dots {
    display: none
}

.company-info-details {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
    padding: 10px
}

.company-info-faq {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 10px
}

.company-info-faq h6 {
    letter-spacing: 1px;
    color: var(--tm-sub-primary);
    margin: .5rem 0;
    font-family: var(--tm-ff)
}

.company-information #profile .category-card {
    margin-bottom: 30px
}

.company-filter {
    margin-bottom: 20px
}

.company-filter h5 {
    font-family: var(--tm-ff);
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--tm-sub-primary);
    padding: 10px 0
}

.company-filter a {
    display: flex;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
    align-items: center;
    border-radius: 5px;
    line-height: 1.4
}

.company-filter a:last-child {
    border-bottom: 0
}

.company-filter a img {
    width: 22px;
    margin-right: 15px
}
.evets-sidebar{
    /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  grid-gap: 0rem; */
}
.allProducts-fil {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    align-items: center
}

.allProducts-fil a {
    border-bottom: 0 solid #eee;
    padding: 0
}

.allProducts-fil img {
    width: 70px;
    margin-right: 10px
}

.all-filter-products {
    height: 400px;
    overflow: auto
}

.all-filter-products::-webkit-scrollbar {
    width: 5px;
    height: 1px;
    background-color: #d7d7d7;
    border-radius: 10px
}

.all-filter-products::-webkit-scrollbar-thumb {
    background: var(--tm-primary);
    border: 1px solid #d7d7d7;
    border-radius: 10px
}

.company-prodct-listing .category-card a.btn,
.company-prodct-listing .category-text {
    display: none
}

.company-prodct-listing .CategoryProdc.owl-carousel .owl-item img {
    width: 50%;
    margin-top: 5%
}

.company-prodct-listing .category-card {
    height: 250px;
    margin-bottom: 30px
}

.company-prodct-listing .category-zoom h6 {
    font-size: 15px;
    font-family: var(--tm-ff);
    text-align: center !important;
    margin-top: 10px
}

.company-prodct-listing .category-card:hover .CategoryProdc.owl-carousel .owl-item img {
    width: 50%;
    margin-top: 0
}

.company-prodct-listing .CategoryProdc .owl-dots {
    display: block
}

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px !important
}

.VCCIEnjoy li,
.about-content-sec li,
.list-liul li {
    position: relative;
    padding: 0 0 10px 25px;
    font: normal normal 300 18px/25px var(--tm-ff)
}

.about-content-sec p {
    font: normal normal 300 18px/25px var(--tm-ff)
}

.VCCIEnjoy li::before,
.about-content-sec li::before,
.list-liul li:before {
    position: absolute;
    content: "";
    background-image: url(../images/list-icon.png);
    top: 8px;
    left: 0;
    width: 12px;
    height: 13px
}

.about-content-sec img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
    object-position: top left
}

.about-content-sec h2 {
    font-size: 30px;
    letter-spacing: .35px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff); font-weight: 600;
    margin-bottom: 15px
}

.about-content-sec h6 {
    font-size: 22px;
    font-family: var(--tm-ff);
    margin-bottom: 10px;
    letter-spacing: .22px;
    color: var(--tm-sub-primary)
}

.VCCIEnjoy {
    background-color: #f5f3ff;
    position: relative;
    z-index: 0;
    margin: 50px 0
}

.VCCIEnjoy h5 {
    font-size: 22px;
    font-family: var(--tm-ff);
    margin-bottom: 10px;
    letter-spacing: .22px;
    color: var(--tm-sub-primary)
}

.VCCIEnjoy h6 {
    font-size: 20px;
    font-family: var(--tm-ff);
    margin-bottom: 15px;
    letter-spacing: .22px;
    color: var(--tm-primary)
}

section.p-0.about-content-sec {
    position: relative;
    z-index: 1
}

.vcciactivity-card h6 {
    font-size: 20px;
    color: var(--tm-primary);
    margin-left: 15px;
    font-family: var(--tm-ff)
}

.VCCIActivity h2 {
    font-size: 30px;
    letter-spacing: .35px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff); font-weight: 600;
    margin-bottom: 15px
}

.vcciactivity-card {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 15px var(--tm-primary)36;
    border-radius: 7px;
    width: 100%;
    padding: 15px;
    position: relative;
    margin-bottom: 20px
}

.vcciactivity-card .btn {
    box-shadow: none
}

.vcciactivity-card .btn:after,
.vcciactivity-card .btn:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--tm-sub-primary);
    right: 30px;
    top: 30px;
    transition: .3s ease-in-out
}

.vcciactivity-card .btn.collapsed:after {
    transform: rotate(90deg);
    top: 30px;
    transition: .3s ease-in-out
}

.vcciactivity-card .btn.collapsed:after {
    transform: rotate(270deg);
    top: 30px;
    transition: .3s ease-in-out
}

.vcciactivity-card .btn img {
    width: 30px
}

.executive-committee-sec h2 {
    font-size: 30px;
    letter-spacing: .35px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff); font-weight: 600;
    margin-bottom: 15px
}

.team-member-nav {
    border-bottom: 0;
    justify-content: center
}

.team-member-nav .nav-link.active {
    background: var(--tm-primary);
    color: #fff;
    font-family: var(--tm-ff)
}

.team-member-nav .nav-link {
    border: 0;
    margin: 15px;
    background: #f6f6f6 0 0 no-repeat padding-box;
    border-radius: 10px;
    font-size: 17px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #828282;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.team-member-content h6 {
    text-align: center;
    font-size: 18px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-sub-primary)
}

.get-member-strip {
    background: var(--tm-primary);
    position: relative
}

.get-member-strip h5 {
    text-align: center;
    font-size: 20px;
    width: 75%;
    margin: 0 auto;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 2rem
}

.get-member-strip a {
    background: #ffc400;
    color: var(--tm-primary);
    font-size: 20px;
    font-family: var(--tm-ff);
    box-shadow: 0 3px 6px var(--tm-primary)57;
    border: 2px solid var(--tm-primary);
    border-radius: 10px;
    width: 245px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 43%
}

.get-member-strip a:hover {
    background: var(--tm-primary);
    color: #ffc400;
    border: 3px solid #ffc400
}

.add-quality {
    display: flex;
    align-content: center
}

.add-quality span {
    text-align: left;
    font-size: 20px;
    font-family: var(--tm-ff);
    letter-spacing: 1px;
    color: var(--tm-sub-primary)
}

.add-quality .dropdown-select .current {
    font-size: 15px
}

.add-quality .dropdown-select .dd-search {
    display: none
}

.add-quality button.btn {
    background: #fff;
    color: var(--tm-sub-primary);
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin: 0;
    height: auto
}

.add-quality button.btn.adding {
    border: 1px solid #ebebeb;
    border-radius: 0 5px 5px 0
}

.add-quality button.btn.subtraction {
    border-radius: 5px 0 0 5px
}

.add-quality input[type=text] {
    width: 100px;
    border-radius: 0;
    text-align: center
}

.add-quality .dropdown-select.wide {
    width: 150px;
    height: 37px;
    padding: 0 10px
}

.add-quality .dropdown-select:after {
    top: 47%
}

button.btn.prdct-detail-inquiry {
    background-color: #ef5050;
    box-shadow: 0 3px 6px #20aABA30;
    border-radius: 5px;
    margin-left: 20px
}

.product-detail-note {
    padding: 10px;
    border-radius: 10px;
    background-color: #e5f2fc;
    position: relative
}

.product-detail-note span {
    text-align: left;
    font-size: 12px;
    font-family: var(--tm-ff);
    letter-spacing: .6px;
    color: #396f98;
    display: block
}

.product-detail-note::before {
    position: absolute;
    content: "";
    top: 21px;
    left: -16px;
    width: 0;
    height: 0;
    border-right: 16px solid #e5f2fc;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent
}

.contact-sec-form {
    background: #e5f2fc 0 0 no-repeat padding-box;
    border-radius: 0 0 20px 20px;
    padding: 3rem 2rem 3rem 2rem;
    margin-bottom: 0
}

.form-item-wrap {
    display: inline-block;
    padding: 0 0;
    max-width: 20%
}

.custom-search {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.custom-search .inline-form button.btn {
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 0ms;
    background-color: #f8f9fa !important;
    background-image: -webkit-linear-gradient(top, #f8f9fa, #f8f9fa);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#f8f9fa));
    border: 1px solid #dadce0;
    color: #202124 !important;
    background: #f8f9fa !important;
    height: 40px
}

.custom-search .inline-form a {
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.search-filter .custom-search .form-group input[type=search] {
    padding-right: 50px
}

.resend-otp {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.model-content-form .modal-body .form-group .resend-otp a {
    text-align: right;
    display: block;
    font-size: 15px
}

.model-content-form .modal-body .form-group .resend-otp p {
    text-align: right;
    margin-right: 15px;
    color: #999;
    display: block;
    margin: 0;
    margin-right: 15px;
    font-size: 15px
}

.model-content-form h4 {
    font-size: 17px;
    color: #999;
    font-family: var(--tm-ff);
    margin: 10px 0
}

.model-content-form .modal-dialog {
    max-width: 1000px
}

.model-content-form h3 {
    font-size: 20px;
    font-family: var(--tm-ff);
    margin: 10px 0
}

.contact-information {
    font-family: var(--tm-ff);
    font-size: 18px;
    color: #666
}

.checked-thankyou {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c90c13;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
}

#connect.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
    filter: blur(1px)
}

.live-img img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px
}

.company-info-gallery h6 {
    font-size: 14px;
    font-family: var(--tm-ff);
    color: var(--tm-sub-primary)
}

.video-playlist {
    height: 370px;
    overflow: auto;
    overflow-x: hidden
}

.connect-section .item {
    border-radius: 10px;
    overflow: hidden
}

.video-playlist::-webkit-scrollbar {
    width: 8px;
    height: 1px;
    background-color: #ecbb33;
    border-radius: 10px
}

.video-playlist::-webkit-scrollbar-thumb {
    background: var(--tm-primary);
    border: 2px solid #ecbb33;
    border-radius: 10px
}

.contact-sec-form .contact-radio {
    display: flex;
    align-items: center
}

.contact-sec-form .contact-radio .form-check {
    margin-right: 30px
}

.contact-sec-form .contact-radio .form-check label {
    font-family: var(--tm-ff);
    font-size: 15px;
    color: var(--tm-sub-primary)
}

.contact-radio {
    padding: 15px 0
}

/* .contact-form-sec .form-group label {
    font-family: var(--tm-ff);
    font-size: 15px;
    color: var(--tm-sub-primary)
} */

.contact-sec-form h3 {
    font: normal normal bold 35px/41px var(--tm-ff)
}

.contact-sec-form .form-group input[type=submit] {
    padding: 12px 50px;
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal normal medium 20px/24px SF UI Display;
    letter-spacing: 1px;
    border: none;
    outline: 0;
    color: #fff
}

.side-contact {
    padding: 5rem 0 5rem 0
}

.side-contact p {
    font: normal normal bold 16px/24px SF UI Display;
    margin-bottom: 25px;
    font-family: var(--tm-ff);
}

.side-contact h3 {
    font: normal normal bold 35px/41px var(--tm-ff);
    padding-bottom: 25px
}

.map-custom iframe,
.map-google iframe {
    width: 100%;
    height: 280px
}

.p-v-gallery {
    margin-bottom: 30px
}

.p-v-gallery img {
    border-radius: 15px;
    border: 1px solid #ededed
}

.side-contact h3 {
    font: normal normal bold 35px/41px var(--tm-ff);
    padding-bottom: 25px
}

.photo-gallery-sec h2 {
    font: normal normal bold 35px/41px var(--tm-ff);
    padding-bottom: 25px
}

.search-filter-gallery {
    width: 20%
}

.search-filter-gallery .form-item-wrap {
    width: 100%
}

.search-filter-gallery .form-item-wrap .dd-search {
    display: none
}

.search-filter-gallery .form-group {
    position: relative;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 5px;
    height: 74px;
    display: grid;
    align-items: center
}

.search-filter-gallery .form-group label {
    font-family: "SF UI Display medium";
    font-size: 16px;
    line-height: 26px;
    color: var(--tm-sub-primary);
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

.event-card {
    background-color: #fff;
    position: relative;
    height: 370px;
    margin-bottom: 30px
}

.event-card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: var(--tm-primary);
    height: 160px;
    object-fit: cover
}

.event-text {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 10px #0000001A;
    border-radius: 0 0 10px 10px;
    padding-bottom: 5px
}

.event-text h6 {
    font: normal normal bold 17px/20px var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-sub-primary);
    padding: 5px 15px;
    min-height: 48px;
    font-family: var(--tm-ff)
}

.event-text .event-date {
    background: #bdbdbd 0 0 no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #fff;
    padding: 8px 15px;
    display: block !important;
    margin: 5px 15px
}

.event-text span {
    display: block;
    margin: 5px 15px;
    text-align: left;
    font-size: 13px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: #9c9c9c
}

.event-buttons {
    margin-bottom: 10px
}

.event-buttons a {
    font-size: 15px;
    font-family: var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-primary)
}

.event-buttons .subscribe-event {
    background: #20aaba 0 0 no-repeat padding-box;
    border-radius: 10px 0;
    font: normal normal medium 15px/18px var(--tm-ff);
    letter-spacing: 0;
    color: #fff;
    padding: 13px 35px;
    border: none
}

.event-search .form-group {
    display: flex;
    align-items: center
}

.event-search button.btn {
    width: 50px;
    height: 50px;
    background: #20aaba 0 0 no-repeat padding-box;
    border-radius: 5px;
    outline: 0;
    border: none;
    border-radius: 0 10px 10px 0
}

.event-search .form-group input[type=search] {
    height: 50px;
    border-radius: 10px 0 0 10px
}

.introduction-VCCI {
    background: #1e1753
}

.introduction-VCCI h5 {
    color: #fff;
    width: 70%;
    font-family: var(--tm-ff);
    margin: 0 auto;
    text-align: center
}

.why-partner {
    position: relative;
    z-index: 0
}

.why-partner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #1e1753;
    content: ''
}

.why-partner-text {
    padding-top: 200px
}

.why-partner-text h2 {
    text-align: left;
    font: normal normal bold 55px/70px var(--tm-ff);
    color: var(--tm-sub-primary)
}

.why-partner-text p {
    text-align: left;
    font: normal normal 300 16px/35px var(--tm-ff);
    letter-spacing: .9px;
    color: var(--tm-sub-primary)
}

.join-us-text h2 {
    text-align: left;
    font: normal normal bold 55px/70px var(--tm-ff);
    color: var(--tm-sub-primary)
}

.join-us-text p {
    text-align: left;
    font: normal normal 300 16px/35px var(--tm-ff);
    letter-spacing: .9px;
    color: var(--tm-sub-primary)
}

.benefits-of-industries {
    background: var(--tm-primary)
}

.benefits-of-industries h5 {
    color: #fff;
    font: normal normal bold 25px/30px var(--tm-ff);
    letter-spacing: 0;
    width: 85%
}

.benefits-of-industries p {
    color: #ffc400;
    font: normal normal bold 20px/30px var(--tm-ff);
    letter-spacing: 0;
    margin-top: 10px
}

.benefits-of-industries button.btn {
    background: #ffc400 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px var(--tm-primary)57;
    border: 1px solid var(--tm-primary);
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 20px/30px var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-primary);
    padding: 15px 25px
}

.benefit-cards h6 {
    text-align: left;
    font: normal normal bold 25px/30px var(--tm-ff);
    letter-spacing: 1.75px;
    color: #fff
}

#BenefitsIndustries {
    margin-top: 3rem
}

.benefits-of-industries h2 {
    text-align: left;
    font: normal normal bold 50px/60px var(--tm-ff);
    letter-spacing: 0;
    color: #ffc400;
    margin-top: 3rem
}

.benefit-cards p {
    font: normal normal 300 18px/30px var(--tm-ff);
    letter-spacing: .9px;
    color: #fff;
    margin-top: 15px
}

.benefit-cards a {
    text-align: left;
    font: normal normal bold 20px/24px var(--tm-ff);
    letter-spacing: 0;
    color: #ffc400
}

#BenefitsIndustries .owl-item.active.center {
    width: 800px !important;
    opacity: 1
}

#BenefitsIndustries .owl-item.active {
    width: 800px !important;
    opacity: .2
}

#BenefitsIndustries .owl-item.cloned {
    width: 834px !important
}

#BenefitsIndustries .owl-nav {
    position: absolute;
    top: -25%;
    right: 0
}

#BenefitsIndustries .owl-nav .owl-next,
#BenefitsIndustries .owl-nav .owl-prev {
    color: #fff;
    width: 60px;
    height: 60px;
    border: 3px solid #ffc40060;
    color: #ffc40060;
    border-radius: 60px;
    font-size: 25px;
    margin-right: 15px
}

#BenefitsIndustries .owl-nav .owl-next:hover,
#BenefitsIndustries .owl-nav .owl-prev:hover {
    color: var(--tm-primary);
    width: 60px;
    height: 60px;
    background-color: #ffc400;
    border: 3px solid #ffc400;
    border-radius: 60px;
    font-size: 25px
}

#BenefitsIndustries .owl-dots {
    display: flex;
    align-items: center
}

#BenefitsIndustries .owl-dot {
    width: 100%;
    height: 5px;
    background-color: #ffc40060
}

#BenefitsIndustries .owl-dot.active {
    background-color: #ffc400
}

.join-future {
    padding: 100px 0
}

.join-future h2 {
    text-align: left;
    font: normal normal 300 55px/70px var(--tm-ff);
    color: var(--tm-sub-primary)
}

.join-future h2 b {
    font-family: var(--tm-ff)
}

.join-future p {
    text-align: left;
    font: normal normal 300 16px/40px var(--tm-ff);
    letter-spacing: .9px;
    color: var(--tm-sub-primary);
    width: 60%
}

.make-future.join-future p {
    width: 100%
}

.join-future a {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px var(--tm-primary)57;
    border: 1px solid var(--tm-primary);
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 18px/30px var(--tm-ff);
    color: var(--tm-primary);
    padding: 13px 25px;
    display: inline-block
}

.make-future-img {
    position: relative
}

.make-future-img a {
    position: absolute;
    bottom: 5%;
    left: 25%;
    background: #ffc400 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px var(--tm-primary)57;
    border: 1px solid var(--tm-primary);
    border-radius: 10px;
    text-align: center;
    font: normal normal bold 20px/30px var(--tm-ff);
    letter-spacing: 0;
    color: var(--tm-primary);
    padding: 13px 25px
}

.industrie-counter {
    background: #ffc400 0 0 no-repeat padding-box
}

.counter-value {
    font: normal normal bold 75px/40px var(--tm-ff);
    color: var(--tm-primary)
}

#counter-box span {
    font: normal normal bold 35px/40px var(--tm-ff);
    color: var(--tm-primary)
}

#counter-box p {
    font-size: 15px;
    text-align: center;
    font-family: var(--tm-ff);
    margin-top: 5px;
    color: var(--tm-primary);
    margin-bottom: 0;
    line-height: 17px;
    margin-top: 15px
}

.membership-intro h5 {
    width: 70%;
    font-family: var(--tm-ff);
    margin: 0 auto;
    text-align: center
}

.membership-intro span {
    font: normal normal 300 18px/40px var(--tm-ff);
    letter-spacing: .9px;
    color: #9d9d9d;
    text-align: center;
    display: block
}

.filter-section {
    position: relative
}

.filter-btn {
    background-color: #fff;
    color: var(--tm-primary);
    border: 2px solid var(--tm-primary);
    border-radius: 5px 5px 0 0;
    position: fixed;
    top: 95.3%;
    display: none;
    left: 0;
    z-index: 33;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px var(--tm-primary)7d;
    border-bottom: 0
}

.List-view-card .category-card:hover .CategoryProdc.owl-carousel .owl-item img {
    width: 100%
}

.navbar-toggler {
    margin-right: 15px;
    padding: 0  !important;
    border: 0 !important;
}

.List-view-card .category-card {
    height: 100%;
    /* display: flex; */
    margin:  0 !important;
    padding: 10px;
    align-items: center;
    margin-bottom: 0 !important;
}

.List-view-card .category-card .list-view-items {
    width: 70%
}

.List-view-card .CategoryProdc.owl-carousel .owl-item img {
    width: 100%;
    /* max-width: 220px */
    margin: 10px;
}

.List-view-card .CategoryProdc {
    width: 30%;
    max-width: 230px;
    position: unset !important;
    top: unset !important;
}

.company-factory-tabs {
    border: 0
}

.company-factory-tabs .nav-tabs .nav-link {
    border: 0
}

.company-factory-tabs .nav-link.active {
    border: 0;
    background: var(--tm-primary)
}

#Exhibitors.owl-carousel .owl-item img,
#MediaPartners.owl-carousel .owl-item img,
#SupportedBy.owl-carousel .owl-item img,
#Testimonials.owl-carousel .owl-item img {
    height: 80px;
    object-fit: contain
}

.testimonial-card {
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
    padding: 15px;
    margin: 10px
}

#Exhibitors.owl-carousel .item,
#MediaPartners.owl-carousel .item,
#SupportedBy.owl-carousel .item {
    border: 1px solid #e5e5e5;
    padding: 20px
}

.testi-exi-sup-medi {
    border: 1px solid #e5e5e5;
    padding: 30px
}

.testi-exi {
    margin-top: 70px
}

.vibrant-vcci h2 {
    text-align: left;
    font: normal normal bold 55px/70px var(--tm-ff);
    color: var(--tm-sub-primary)
}

.vibrant-vcci p {
    font: normal normal 300 18px/25px var(--tm-ff)
}

.footer-bottom {
    background-color: #d7d7d7;
    padding: 10px
}

.footer-bottom p {
    color: var(--tm-sub-primary);
    font-size: 15px;
    margin: 0
}

.footer-bottom img {
    filter: grayscale(1) brightness(.5);
    width: 18px
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    margin: 0
}

.footer-bottom ul li a {
    color: var(--tm-sub-primary);
    font-size: 15px;
    margin: 0;
    margin-right: 10px
}

.contact-card-home form {
    background: #fff;
    padding: 15px
}

.home-contact-section .contact-sec-form form {
    text-align: left !important
}

.home-contact-section .contact-sec-form p {
    color: var(--tm-sub-primary)
}

.contact-t-img {
    display: grid;
    align-items: flex-end;
    height: 100%;
    padding: 2rem
}

.contact-sec {
    box-shadow: 0 0 10px #00000010;
    border-radius: 15px;
    overflow: hidden
}

.evets-sidebar .evets-block>img {
    border-radius: 10px;
    /* width: 100px; */
    width: unset !important;
    float: left;
    max-width: 90%;
    height: 95px;
    object-fit: contain;
    /* margin-right: 15px; */
    float: left;
    margin-bottom: 0;
}

.evets-sidebar .evets-block .evet-intro h3 {
    margin-top: 0
}

#home-abt .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between
}

.custom-center-nav .owl-next,
.custom-center-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: #fff !important;
    display: block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff !important;
    border: 2px solid var(--tm-primary) !important
}

.custom-center-nav .owl-next>img,
.custom-center-nav .owl-prev>img {
    height: 20px;
    display: block;
    margin: auto
}

a.view:hover {
    color: var(--tm-primary)
}

.search-section {
    background-image: url(../images/Banner_Industries.jpg);
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-position: center;
    position: relative;
    padding: 3.5rem 5rem
}

.search-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--tm-sub-primary);
    opacity: .5
}

.video-thumb {
    position: relative
}

.video-thumb::before {
    position: absolute;
    content: "\f04b";
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--tm-primary);
    display: grid;
    align-items: center;
    text-align: center;
    z-index: 1
}

.act-box {
    margin-bottom: 30px
}

.act-box:last-child {
    margin-bottom: 0
}

.act-box .act-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    color: var(--tm-primary);
    display: flex;
    align-items: center
}

.act-box .act-content h2::before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 10px;
    height: 23px;
    width: 23px;
    background-color: var(--tm-primary);
    display: grid;
    align-items: center;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    border-radius: 50%;
    text-align: center;
    display: none
}

.act-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font: normal normal 400 15px/18px Nunito Sans
}

.act-content,
.act-content p {
    font: normal normal 400 15px/18px Nunito Sans
}

.act-content ul li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #626262;
    left: 0;
    top: 5px
}

.video-listing {
    position: relative
}

.video-listing::before {
    position: absolute;
    content: "\f04b";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--tm-primary);
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto
}

.custom-search .inline-form button.btn>img {
    width: 15px
}

section#executive_committee_section {
    padding: 100px 0 !important
}

.act-box .act-content h2 img {
    width: 38px;
    margin-right: 20px;
    height: 38px;
    object-fit: contain
}

.bg-light-gray {
    background-color: #f9f9f9
}

section.executive-committee-sec.p-0 {
    padding: 50px 0 50px !important
}

.event-search .btn>img {
    width: 20px
}

.custom-tab-style>li {
    display: inline-block
}

.custom-tab-style>li>a {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: var(--xs-font);
}

.custom-tab-style>li>a>img {
    margin-right: 5px
}

.custom-tab-style>li.active>a {
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    color: #fff
}

.custom-tab-style>li.active>a>img {
    filter: grayscale(1) brightness(9)
}

.custom-tab-style {
    text-align: right
}

.section-heading>h2 {
    letter-spacing: .4px;
    color: var(--tm-sub-primary);
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-size: 38px
}

.event-detail ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: var(--tm-sub-primary)
}

.event-detail ul li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #626262;
    left: 0;
    top: 8px
}

.section-heading h5 {
   /* margin-top: 10px;
    font: normal normal normal 24px/24px Vijaya;
    letter-spacing: 0*/
}

.gallery-img iframe {
    height: 250px
}

.gallery-img img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.search-section .section-title {
    width: 100%;
    margin: 0 auto
}

.click-icon {
    width: 33px
}

.expo-slide .item {
    position: relative
}

.expo-slide .item::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--tm-sub-primary);
    opacity: 0;
    content: "";
    z-index: 0
}

.expo-slide .item .connect-block {
    z-index: 2
}

img.w-100.contact-img {
    width: 80% !important;
    margin: 0 auto;
    max-width: 345px
}

.contact-radio .form-check:first-child {
    padding-left: 0
}

.custom-section {
    padding: 20px 50px
}

.custom-title p {
    font-family: var(--tm-ff)
}

.layout-2 .seminar-expo h2 {
    color: #fff
}

.layout-2 .view,
.layout-2 .view:hover {
    color: #fff
}

.layout-2 .event-parent .event-child:nth-child(even) .event1 {
    background: #0d3678 0 0 no-repeat padding-box
}

.layout-2 .event-parent .event-child:nth-child(odd) .event1 {
    background: #0b6ab0 0 0 no-repeat padding-box
}

.layout-2 .evets-block h3 {
    color: #0d3678
}

.layout-2 #connect .owl-nav .nav-button:hover {
    background: var(--tm-primary)
}

.layout-2 .community-live-sec {
    background-color: #106fd1
}

.layout-2 .community-sec img.filter-logo {
    filter: grayscale(0) brightness(9)
}

.layout-2 .community-sec a.view,
.layout-2 .community-sec a.view:hover,
.layout-2 .community-sec h2,
.layout-2 .community-sec h3,
.layout-2 .community-sec p {
    color: #fff
}

.layout-2 .community-sec h3 {
    color: #ddfa00
}

.layout-2 .evets-block {
    box-shadow: 6px 6px 6px 2px rgb(0 0 0 / 5%)
}

.layout-2.connect-section .connect-title h2 {
    color: var(--tm-sub-primary)
}

.layout-2.connect-section .connect-title img {
    filter: grayscale(1) brightness(0)
}

.layout-2 .connect-block h3 {
    color: #e5fb3f
}

.layout-2 #connect.owl-carousel .owl-item img {
    height: 477px
}

.contact-sec-form,
.layout-2 .contact-sec-form, .map-contact-gradient {
    background: #00adbb;
    background: -moz-linear-gradient(top, #106fd1 0, #03a8b7 60%, #92cb6e 100%);
    background: -webkit-linear-gradient(top, #106fd1 0, #03a8b7 60%, #92cb6e 100%);
    background: linear-gradient(to bottom, #106fd1 0, rgb(3 168 183) 60%, rgb(146 203 110) 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106fd1', endColorstr='#ade788', GradientType=0)
}
.map-contact-gradient { border-right: 1px solid #fff; }
.map-contact-gradient h2 {font: normal normal bold 35px/41px var(--tm-ff);
    letter-spacing: .5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    margin-bottom: 10px;}
.map-contact-gradient {
    background: -moz-linear-gradient(bottom, #106fd1 0, #03a8b7 60%, #92cb6e 100%);
    background: -webkit-linear-gradient(bottom, #106fd1 0, #03a8b7 60%, #92cb6e 100%);
    background: linear-gradient(to top, #106fd1 0, rgb(3 168 183) 60%, rgb(146 203 110) 100%) filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#106fd1', endColorstr='#ade788', GradientType=0)
}
.layout-2 .contact-sec-form .contact-radio .form-check label,
.layout-2.home-contact-section .contact-sec-form h2,
.layout-2.home-contact-section .contact-sec-form p {
    color: #fff
}

.layout-2 .form-group span {
    font-size: 13px
}

.layout-2 .contact-sec-form .form-group input[type=submit],
.layout-2 .contact-sec-form .form-group input[type=submit]:active,
.layout-2 .contact-sec-form .form-group input[type=submit]:focus {
    background: #393185 0 0 no-repeat padding-box;
    color: #fff
}

.layout-2 .bg-ab {
    background-color: #f36b1c;
    background-color: var(--tm-primary)
}

/* .contact-form-sec .form-group label,
.contact-sec-form .contact-radio .form-check label,
.contact-sec-form h3,
.contact-sec-form p,
.layout-2 .seminar-expo p {
    color: #fff
} */

.contact-sec-form .contact-radio .form-check label,
.contact-sec-form h3,
.contact-sec-form p,
.layout-2 .seminar-expo p {
    color: #fff
}

.layout-2 .live-img img {
    height: 473px
}

.activity-slide .community-sec img.filter-logo {
    width: 90px !important
}

.search-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-head-wrap .custom-tab-style {
    margin-bottom: 0
}

.List-view-card .category-zoom {
    padding: 15px 10px 0;
    margin: 0;
    width: 100%;
    background-color: transparent !important;
}

.light-gray-bg {
    background-color: #f4f4f4
}

.gallery-video>a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.gallery-video iframe {
    width: 100%;
    height: 250px
}

.gallery-video {
    position: relative
}

.gallery-video>a::before {
    position: absolute;
    content: "\f04b";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: var(--tm-primary);
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.form-group label.error_message_yns {
    color: var(--tm-primary) !important;
    margin-bottom: 0;
    font-size: 14px !important;
    width: 100%;
    text-align: left;
}
.dropdown-item .inner_menu a{
    display: block;
    border-bottom: 1px solid #f7f7f7;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding: 5px 10px 5px 15px;
}
.dropdown-item .inner_menu a:hover{
    background-color: #c90c13;
    color: #fff;
}
.dropdown-item .inner_menu{
    display: none;
}
.dropdown-item:hover .inner_menu{
    display: block !important;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #d9d9d9;
    padding: 10px 0px;
}
.our-prod-img {
    height: 120px !important;
    object-fit: cover
}

.gallery-thumb-wrap h3,
.gallery-thumb-wrap h4 {
    font-family: var(--tm-ff);
    font-size: 20px;
    color: #fff;
    padding: 10px 5px;
    background: var(--tm-primary)
}

.gallery-bg {
    background-color: #f7f7f7
}

.gallery-thumb>img {
    height: 260px;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.gallery-thumb-wrap {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%)
}

.gallery-thumb-wrap:hover .gallery-thumb>img {
    transform: scale(1.1)
}

.gallery-thumb {
    position: relative;
    overflow: hidden
}

.gallery-thumb-wrap h3 {
    font-size: 16px
}

.sidebar {
    width: 25%;
    float: left;
    margin-top: 3rem;
    padding: 0 15px
}

.fixed-product-content .content {
    float: right;
    width: 58.33%;
    padding-right: 100px
}

.fixed-product-content {
    padding-right: 100px
}

.content {
    float: right;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px
}

.video-thumb .detail-pg-thumb {
    min-height: 270px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 270px
}

.sidebar.fixed {
    position: sticky;
    top: 80px !important
}

section.category-section-page {
    position: relative
}

.custom-btn,
.custom-btn:active,
.custom-btn:focus,
.custom-btn:hover {
    background: var(--tm-primary);
    color: #fff;
    border-color: var(--tm-primary)
}

#connect .owl-nav.disabled,
#home-abt .owl-nav.disabled {
    display: none
}

.tab-custom-block {
    padding-top: 55px
}

.comp-detail-link.active,
.company-filter a.active.btn-link:hover {
    color: #fff !important;
    background-color: var(--tm-primary)
}

.comp-detail-link.active>img {
    filter: invert(1)
}

.company-filter a.btn-link:focus,
.company-filter a.btn-link:hover {
    color: var(--tm-sub-primary);
    text-decoration: none
}

p:empty {
    display: none
}

.gallery-thumb-wrap h4 {
    font-family: var(--tm-ff);
    font-size: 18px
}

.gallery-thumb-wrap h3 {
    padding-top: 0
}

.VCCIEnjoy p {
    font: normal normal 300 18px/25px var(--tm-ff)
}

section.VCCIEnjoy ul {
    width: 32.33%;
    display: inline-block;
    padding: 0 15px 0 0
}

.event-custom-card {
    height: unset
}

.event-custom-card .event-text {
    position: relative
}

.event-buttons>a {
    display: block;
    padding: 10px 15px;
    background-color: var(--tm-primary);
    color: #fff;
    border-radius: 5px;
    text-align: center
}

.event-card.event-custom-card p {
    min-height: 80px
}

.breadcrumb-custom>li a {
    display: inline-block;
    color: var(--tm-primary);
    font-family: var(--tm-ff)
}

.breadcrumb-custom>li {
    padding-right: 25px;
    display: inline-block;
    position: relative
}

.breadcrumb-custom>li:last-child {
    padding-right: 0;
    color: #6a6a6a
}

.breadcrumb-custom {
    display: inline-block
}

.breadcrumb-custom>li::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--tm-primary);
    font-size: 10px;
    right: 5px;
    top: 5px;
    border: 0
}

.breadcrumb-custom>li:last-child::after {
    display: none
}

.footer-navigation .align-items-start {
    align-items: center !important
}

a.navigation {
    font-size: 16px;
    padding: 10px 15px;
    color: #5e5d5d;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    background: #f7f7f7
}

.footer-navigation.col-md-12 {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3
}

.navigation:hover {
    background-color: var(--tm-primary) !important;
    color: #fff
}

.layout-2.connect-section .connect-title h2 span {
    font-size: 14px
}

input.form-control.form_input.error_message_yns {
    border-color: red
}

.member-box>img {
    height: 205px;
    object-fit: cover;
    object-position: top
}

.search-filter span.select2 {
    width: 100% !important
}

.search-filter .select2-container .select2-selection--single {
    height: 50px
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    letter-spacing: .5px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 47px;
    line-height: 55px;
    outline: 0;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #383838;
    min-width: 142px !important;
    width: 142px !important
}

.search-filter .select2-container--default .select2-selection--single {
    border: 0 solid #eee
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 30px
}

.search-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px
}

.search-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 5px 5px
}

.select2-results__option {
    font-family: var(--tm-ff);
    font-size: 14px
}

.map-custom iframe {
    width: 100%;
    height: 260px;
    border: 0
}

.main-header.header-white {
    background-color: #fff !important
}

.search-section.no-bg {
    background-image: none;
    background: #fff;
    padding: 3.5rem 0 1.8rem
}

.search-section.no-bg::before {
    opacity: 0
}

.search-section.no-bg .section-title h4 {
    color: var(--tm-sub-primary)
}

.category-wrap-bg {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.category-wrap-bg:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.no-ads {
    color: grey
}

.modal-video>iframe {
    width: 100%;
    height: 280px
}

.myLandingModal .modal-body {
    height: 590px;
    overflow: auto
}

.sub-heading h3 {
    font-family: var(--tm-ff);
    color: var(--tm-sub-primary);
    font-size: 38px
}

.head-title {
    font-size: 16px;
    color: var(--tm-primary)
}

.head-title .small-lg {
    display: inline-block;
    width: 50px
}

.form-bg {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.form-control:focus,
.wizard button:focus,
.wizard input:focus {
    outline: 0;
    box-shadow: none
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.bg-color {
    background-color: var(--tm-sub-primary)
}

.signup-step-container {
    padding: 150px 0;
    padding-bottom: 60px
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:focus,
.wizard .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd
}

span.round-tab i {
    color: #555
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b
}

.wizard li.active span.round-tab i {
    color: #5bc0de
}

.wizard .nav-tabs>li.active>a i {
    color: #0db02b
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: .1s ease-in-out
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: var(--tm-sub-primary)
}

.wizard .nav-tabs>li a:hover {
    background: 0 0
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px
}

.wizard h3 {
    margin-top: 0
}

.next-step,
.prev-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px
}

.next-step {
    background-color: #0db02b
}

.skip-btn {
    background-color: #cec12d
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.term-check {
    font-size: 14px;
    font-weight: 400
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.footer-link {
    margin-top: 30px
}

.list-content {
    margin-bottom: 10px
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px
}

.list-content a[aria-expanded=true] i {
    transform: rotate(180deg)
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: .5s
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd
}

.list-box {
    padding: 10px
}

.signup-logo-header .logo_area {
    width: 200px
}

.signup-logo-header .nav>li {
    padding: 0
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.list-inline li {
    display: inline-block
}

.pull-right {
    float: right
}

.wizard input[type=checkbox] {
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.wizard input[type=checkbox]::after,
.wizard input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: inline-block
}

.wizard input[type=checkbox]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 2px
}

.wizard input[type=checkbox]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px
}

.wizard input[type=checkbox]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg)
}

.wizard input[type=checkbox]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60
}

@media (max-width:767px) {
    .sign-content h3 {
        font-size: 40px
    }
    .wizard .nav-tabs>li a i {
        display: none
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px
    }
    .signup-logo-header .logo_area {
        margin-top: 0
    }
    .signup-logo-header .header-flex {
        display: block
    }
}

.social-media li {
    margin-right: 15px
}

.social-media li:last-child {
    margin-right: 0
}

.f-title-main>h3>img {
    width: 70px;
    display: inline-block
}

.f-title-main>h3 {
    color: var(--tm-primary);
    font-family: var(--tm-ff); font-weight: 600;}

.msg-sidebar {
    max-height: 512px;
    height: 512px;
    overflow-x: hidden;
    overflow-y: hidden
}

.msg-sidebar .msg-wrap {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 15px;
    padding: 10px;
    margin: 1px 10px 12px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -o-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgb(0 0 0 / 7%);
    /*min-height: 155px;*/
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: flex;
    align-items: center
}

.msg-wrap>img {
    border-radius: 10px;
    width: 72px;
    float: left;
    height: 72px;
    object-fit: contain;
    margin-right: 15px;
    float: left;
    margin-bottom: 0;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%)
}

.msg-wrap .msg-text h4 {
    font-size: 14px;
    line-height: 18px;
    color: var(--tm-sub-primary);
    font-family: var(--tm-ff);
    margin: 0 0 5px
}

.msg-wrap .msg-text p {
    font-size: 13px;
    color: #7e7e7e;
    margin-top: 5px;
    display: block;
    font-family: var(--tm-ff);
    margin-bottom: 0
}

.msg-sidebar::-webkit-scrollbar {
    width: 5px;
    height: 1px;
    background-color: #d7d7d7;
    border-radius: 10px
}

.msg-sidebar::-webkit-scrollbar-thumb {
    background: var(--tm-primary);
    border: 1px solid #d7d7d7;
    border-radius: 10px
}

.no-msg {
    display: flex;
    align-items: center;
    min-height: 90px;
    color: #c9c9c9;
    font-family: var(--tm-ff);
    font-size: 18px;
    letter-spacing: 1px
}

.msg-text>h6 {
    font-family: var(--tm-ff);
    font-size: 14px;
    color: #898989
}

.member-contact {
    min-height: 85vh;
    display: flex;
    align-items: center
}

.member-contact .contact-sec-form {
    background: var(--tm-primary);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}

.loginform-bg {
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    padding: 0;
    border-radius: 20px;
    overflow: hidden
}

.mig-login-logo {
    background-color: var(--tm-primary);
}

.member-contact .contact-form-sec .form-group label {
    color: var(--text-light);
    font-family: var(--tm-ff);
    font-weight: 500;
}

.custom-btn,
.custom-btn:active,
.custom-btn:focus,
.custom-btn:hover {
    background: var(--tm-primary) !important;
    background-color: var(--tm-primary) !important;
    color: #fff;
    border-color: var(--tm-primary) !important
}

.custom-btn:focus {
    box-shadow: 0 0 0 .2rem rgb(58 48 134 / 30%)
}

.sub-heading {
    color: #fff !important
}

.contact-form-sec .sub-heading {
    color: var(--tm-sub-primary)
}

.member-contact .custom-btn {
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: var(--tm-ff);
    font-weight: 500;
    display: inline-block
}

.member-contact .custom-btn,
.member-contact .custom-btn:active,
.member-contact .custom-btn:focus,
.member-contact .custom-btn:hover,
.ty-content-wrap .custom-btn,
.ty-content-wrap .custom-btn:active,
.ty-content-wrap .custom-btn:focus,
.ty-content-wrap .custom-btn:hover {
    background: var(--tm-primary) !important;
    background-color: var(--tm-primary) !important;
    color: #fff !important;
    border-color: var(--tm-primary) !important
}

.member-contact .contact-sec-form {
    border-radius: 20px 20px 20px 20px
}

.company-list li a {
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    color: var(--tm-sub-primary)
}

.company-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

.company-list li::before {
    position: absolute;
    content: "";
    background-image: url(../images/list-icon.png);
    top: 5px;
    left: 0;
    width: 12px;
    height: 13px
}

.company-list li a:hover {
    color: var(--tm-primary);
    text-decoration: underline
}

.member-company-tab .contact-sec-form {
    border-radius: 20px 20px 20px 20px;
    background: unset
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: var(--tm-primary);
    border-color: var(--tm-primary)
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgb(58 48 134 / 50%)
}

.member-company-tab .content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: unset
}

.member-company-tab .nav-pills {
    width: 100%
}

.member-company-tab .nav-item {
    width: auto;
    min-width: 200px
}

.member-company-tab .nav-pills .nav-link {
    font-family: var(--tm-ff);
    font-weight: 500;
    padding-top: 13px;
    text-align: center;
    background: var(--tm-primary);
    color: #fff;
    border-radius: 20px 20px 0 0
}

.member-company-tab .nav-pills .nav-link.active {
    background: #fff;
    color: var(--tm-sub-primary)
}

.member-company-tab .tab-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #fff;
    color: var(--tm-sub-primary);
    border-radius: 0 0 30px 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 30px;
    margin-bottom: 0
}

img.watter_image {
    vertical-align: middle;
    border-style: none;
    height: 100px;
    width: 100px
}

.company-member-tab label {
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 15px;
    color: var(--tm-sub-primary)
}

.company-member-tab .form-control {
    font-size: 14px;
    font-family: var(--tm-ff)
}

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer {
    display: block
}

.company-member-tab td,
.company-member-tab th {
    font-size: 14px
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .paginate_button {
    display: inline-block
}

.paginate_button a {
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 15px;
    color: var(--tm-sub-primary)
}

.reset_filter {
    background: #f7f7f7
}

.member-contact.member-company-tab {
    display: block
}

.reset_filter {
    background-color: #f7f7f7
}

.company-member-tab td a.btn.btn-primary.btn-xs {
    background: var(--tm-primary);
    border-color: var(--tm-primary)
}

.company-member-tab td a.btn.btn-primary.btn-xs:focus {
    box-shadow: 0 0 0 .2rem rgb(58 48 134 / 20%)
}

.paginate_button>a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    margin: 0 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 5px
}

.member-company-tab .box-header {
    margin-bottom: 30px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 10px
}

.custom-btn-default {
    background-color: #d3d3d3;
    padding: 10px 40px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: var(--tm-ff);
    font-weight: 500;
}

.custom-box-comp {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px
}

.box-title {
    font-size: 20px;
    margin-bottom: 0
}

.sub-head {
    font-family: var(--tm-ff);
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--tm-sub-primary) !important
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .paginate_button.disabled a {
    color: #8d8d8d
}

.paginate_button.disabled {
    pointer-events: none
}

.required-msg,
span.mobile_validation {
    color: #e56f6f !important;
    display: block;
    font-family: var(--tm-ff)!important
}

.bg-vcblue {
    background-color: var(--tm-primary)
}

.member-contact .bg-vcblue {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%)
}

.member-contact .form-bg.bg-white {
    position: relative;
    border-radius: 0;
    z-index: 0;
    height: 100%
}

.member-contact .form-bg.bg-white::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #fff;
    right: -5px;
    top: 0;
    z-index: -1
}

.register-left-bar {
    height: 100%;
    display: grid;
    align-items: center
}

.CategoryProdc.CategoryProd {
    z-index: 0;
    position: absolute;
    top: -70px;
    left: 0;
}

h6:empty {
    display: none
}

.custom-btn {
    white-space: nowrap
}

.popup-banner>a {
    display: block
}

.map-custom+a {
    font-size: 18px;
    float: right;
    color: var(--tm-primary)
}

.custom-own-business>a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer
}

::-ms-clear {
    display: none
}

/*.new-search-wrap .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-color: #ccc !important;
    background: #fff !important;
    height: 50px;
    border-right: 1px solid #ccc !important;
    filter: grayscale(1);
    padding-right: 55px
}

.new-search-wrap .btn.btn-new-search {
    width: 70px;
    height: 50px;
    background: var(--tm-primary) 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 12px 18px;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: none;
    outline: 0;
    border-color: var(--tm-primary);
    background: #fff;
    border: 0;
    border: 1px solid #ccc
}

.new-search-wrap .btn.btn-new-search:active,
.new-search-wrap .btn.btn-new-search:focus {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: none !important;
    outline: 0
}

.new-search-wrap .btn.btn-new-search>img {
    width: 15px;
    filter: invert(1)
}*/

.search-filter .btn.btn-lg,
.search-filter .btn.btn-lg:active,
.search-filter .btn.btn-lg:focus {
    width: auto !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 10px !important;
    position: relative !important;
    background: #ddd !important;
    color: var(--tm-sub-primary) !important;
    border-radius: 0 !important;
    display: inline-block !important;
    border: 1px solid #bcbcbc
}

.custom-search .inline-form button.btn.btn-lg,
.search-filter .inline-form button.btn.btn-lg {
    margin-right: 0 !important
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    width: 227px !important;
    min-width: 227px !important
}

.form-item-wrap:last-child {
    margin-right: 0 !important;
    text-align: right
}

.searchinput {
    position: relative
}

.searchinput::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 18px;
    left: 20px;
    filter: invert(1);
    z-index: 1;
    opacity: .5;
    display: none
}

.search-filter span.select2 {
    width: auto !important
}

.user-nav-dd:hover .dropdown-menu {
    display: block
}

.user-nav-dd {
    position: relative
}

.user-nav-dd li.dropdown-item {
    padding: 0
}

.user-nav-dd li.dropdown-item .nav-link {
    padding: 10px 10px
}

.user-nav-dd .nav-link>img,
.user-nav-dd li.dropdown-item .nav-link>img {
    width: 12px !important;
    margin: 0 5px
}

.user-nav-dd li.dropdown-item .nav-link:hover {
    background-color: #f7f7f7
}

.user-nav-dd .dropdown-menu {
    margin: 0
}

.clear-link {
    display: inline-block;
    padding: 10px;
    text-decoration: underline;
    color: var(--tm-sub-primary) !important;
    font-size: 13px;
    letter-spacing: .5px
}

.nav-tabs-custom .nav-tabs .nav-link {
    border: 0;
    padding: 10px 25px;
    background: #f7f7f7;
    margin-right: 1px;
    color: var(--tm-sub-primary);
    border-radius: 5px
}

.nav-tabs-custom {
    border-bottom: 0
}

.nav-tabs-custom .nav-tabs .nav-link.active {
    background-color: var(--tm-primary);
    color: #fff
}

.nav-tabs-custom .nav-tabs {
    border-bottom: 0;
    margin: 10px 0;
}
.nav-tabs-custom .nav-tabs  .nav-item{
    margin: 0 5px 5px 0;
}
.main-menu-wrap .select2-selection__placeholder{
    color: #fff !important;
}
.nav-tabs-custom .tab-content {
    padding-top: 15px;
    padding-bottom: 15px
}
.form-group span.selection::after{
    display: none !important;
}
span.btn.btn-primary.btn-file {
    position: relative;
    white-space: nowrap;
    overflow: hidden
}

.nav-tabs-custom>.form-data {
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%)
}

.box-footer .btn-primary,
.box-footer .btn-primary:active,
.box-footer .btn-primary:focus {
    background-color: var(--tm-primary);
    color: #fff;
    border-color: var(--tm-primary)
}

.box-footer .btn-primary:active,
.box-footer .btn-primary:focus {
    border-color: var(--tm-primary);
    background-color: var(--tm-primary);
    background: var(--tm-primary);
    color: #fff;
    box-shadow: 0 0 0 .2rem rgb(58 48 134 / 34%)
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 2px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #888
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555
}

span.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid #ddd !important
}

.select2-search--dropdown {
    padding: 10px 0 4px !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eaeaea !important;
    border-radius: 5px !important
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    padding-bottom: 10px;
    border-color: #ddd;
    margin-top: -1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 2px !important
}

.col.searchinput {
    position: relative
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.searchinput::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/search.png);
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5
}

.ui-menu-item .ui-menu-item-wrapper a {
    padding: 8px 5px;
    display: block
}

.ui-menu-item .ui-menu-item-wrapper {
    padding: 0
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    border-color: #ddd !important;
    color: var(--tm-sub-primary) !important;
    border-top-color: #f7f7f7 !important;
    border-bottom-color: #f7f7f7 !important
}

.ui-menu-item .ui-menu-item-wrapper .item-main-name {
    font-size: 16px;
    color: var(--tm-primary);
    font-weight: 600;
    white-space: pre-wrap;
    display: block
}

.ui-menu-item .ui-menu-item-wrapper .item-main-name span {
    font-weight: 400
}

.breadcrumb li a {
    color: var(--tm-sub-primary)
}

.breadcrumb li {
    margin-right: 20px;
    position: relative
}

.breadcrumb li::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
    transform: skewX(-15deg)
}

.content-header h1 {
    margin-bottom: 20px
}

.breadcrumb li:last-child::after {
    display: none
}

.breadcrumb li.active {
    color: #898989
}

.breadcrumb li:last-child {
    margin-right: 0
}

.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control.ui-autocomplete-loading,
.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control:focus {
    border-color: #dbdbdb !important
}

.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control.ui-autocomplete-loading,
.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control.ui-autocomplete-loading:hover {
    border: 1px solid #dbdbdb !important;
    background: #fff;
    color: var(--tm-sub-primary);
    box-shadow: none !important;
    border-radius:0 5px 5px 0 !important
}

.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control.ui-autocomplete-loading,
.new-search-wrap .main_search_keyword.ui-autocomplete-input.form-control:focus {
    border-radius:0 5px 5px 0 !important
}

.dataTable a.btn.custom-btn-xs,
.dataTable a.btn.custom-btn-xs:active,
.dataTable a.btn.custom-btn-xs:focus,
.dataTable a.btn.custom-btn-xs:hover {
    margin: 0 1px;
    border-color: var(--tm-primary);
    background-color: var(--tm-primary);
    background: var(--tm-primary)
}

.content-g .box-body .form-group label {
    display: block;
    width: 100%
}

.box-body span.select2.select2-container.select2-container--default.select2-container--above,
.select2-container {
    width: 100% !important;
    z-index: 99999;
    height: 38px
}

.box-body .select2-container .select2-selection--single,
.box-body .select2-container--default .select2-selection--single .select2-selection__arrow,
.box-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 2.2
}

.content-g .box-body .form-control {
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
}

.territory-dd .select2-container--default .select2-selection--single {
    /*border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important*/
}

.territory-dd .select2-container--default .select2-selection--single,
.territory-dd .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    border-right: 0;
    border-color: #dbdbdb;
    height: 50px;
    border: 0;
}
span.selection::after{
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 70px;
    border-top-width: 0px;
    border-left: 16px solid #c2313d;
}
.territory-dd .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff  transparent transparent transparent !important;
}
.territory-dd .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.4;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    padding-left: 40px;
    border-right: 1px solid #c2313d;
    background-color: #c2313d;
    /* border-radius: 5px !important; */
    font-size: var(--xs-font);
    color: #fff;
    /* margin: 0 10px 0 0; */
    display: block;
}

.territory-dd .select2-container,
.territory-dd .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}

.territory-dd {
    position: relative
}

.territory-dd::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    filter: invert(9);
    background-image: url(../images/pin.png);
    left: 15px;
    top: 16px;
    z-index: 999999;
    background-size: contain;
    background-repeat: no-repeat
}

.searchinput .form-control.ui-autocomplete-input.ui-autocomplete-loading {
    border: 1px solid #ccc !important
}

.searchinput .form-control.main_search_keyword.ui-autocomplete-input::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #eee;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto
}

button.btn.btn-default {
    background: #d3d3d3;
    box-shadow: none
}

.image-table .btn.btn-file>input[type=file] {
    color: #fff;
    background-color: var(--tm-primary);
    border-color: var(--tm-primary)
}

.thankyou-block span {
    font-size: 20px;
    color: var(--tm-sub-primary);
    margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600
}

.thankyou-block h1 {
    font-size: 60px;
    color: var(--tm-primary);
    margin-bottom: 10px
}

.thankyou-block p {
    font-size: 20px;
    color: #222;
    letter-spacing: 1px;
    text-align: center;
}

.thankyou-block {
    min-height: 65vh;
    display: flex;
    align-items: center;
    background-color: #f7f7f7
}

.custom-link-btn {
    background: var(--tm-primary);
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    transition: all .3s ease-in-out
}

.custom-link-btn:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    color: #fff !important
}

.form-group small.text-danger {
    display: block;
    text-align: left !important;
    font-size: 14px;
    letter-spacing: 1px
}

.dataTables_wrapper td:last-child {
    white-space: nowrap;
    text-align: center
}

.dataTables_wrapper th.pull-right {
    float: right
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
    content: "\f0d7" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700
}

table.dataTable thead .sorting_asc:after {
    content: "\f0d8" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700
}

th .pull-right.reset_filter {
    float: none
}

.box-default tr td input.form-control {
    min-width: 100px
}

table.table tr th {
    text-align: center 
}

.footer-about-text p {
    text-align: justify
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--tm-primary);;
    border-color: var(--tm-primary);
}

.comp-thumb-wrap {
    background: #fff;
    text-align: center;
    border-radius: 6px
}

.company-gallery .comp-thumb-wrap img {
    border: 0
}

.select2-results__option:nth-child(even) {
    background: #ebebeb
}

.select2-results__option:nth-child(odd) {
    background: #f7f7f7
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--tm-primary);
    color: #fff
}

.territory-dd .select2-selection.select2-selection--single[aria-expanded=true] {
    border-bottom-left-radius: 0 !important
}

.select2-search--dropdown {
    padding: 5px 5px 5px !important
}

.item-main-name {
    padding-left: 20px;
    position: relative
}

.item-main-name::before {
    position: absolute;
    content: "";
    background-image: url(../images/trending_up_arrow.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 5px;
    margin: auto;
    opacity: .5;
    background-size: contain
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0 !important
}

.select2-results__option {
    font-family: var(--tm-ff);
    font-size: 15px;
    color: var(--tm-primary);
    font-weight: 400
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 280px;
    overflow-y: auto
}

.login-bg .sub-heading {
    color: var(--text-light) !important
}
ol.ol-list li {list-style-type: decimal; margin-bottom: 8px;}ol.ol-list{padding-left: 20px;}
ol.ol-list li a:hover { text-decoration: underline; }
body.modal-open, body.overflow-hidden-g { overflow: hidden!important;height: 100vh;}
/*-- Inaugration Modal CSS --*/

.modal-fl {width: 100%;max-width: 100%;margin: 0!important;left: 0;}
.inog-modal .modal-body .inaugrate-img > img { height: 100%; margin: 0 auto; display: block; }
.company-filter .tags-wrap > a { display: inline-block;padding: 5px 10px;border: 1px solid var(--tm-primary);border-radius: 20px;margin-top: 10px;font-size: 14px;background: #fff;color: var(--tm-primary);margin-right: 5px; min-height:unset; }
.company-filter .tags-wrap > a:last-child { border-bottom: 1px solid var(--tm-primary); }
.company-filter .tags-wrap > a:hover {color: #fff;background: var(--tm-primary);}
.msg-wrap-md .msg-wrap > img { width: 250px; height: 250px; margin: auto; margin-right: 30px; position: relative; }
.msg-wrap-md .msg-wrap .msg-text h4 {  font-size: 18px; }
.msg-wrap-md .msg-wrap .msg-text > h6 {  font-size: 16px; margin-bottom: 10px; }
.msg-wrap-md .msg-wrap .msg-text p { font-size: 15px; text-align: justify; }
.modal.inog-modal.show {padding: 0!important;}
.modal-dialog.modal-fl .modal-content { border: 0; border-radius: 0; }
.weblogin-screen { height: 100%;min-height: 100vh;display: flex;align-items: center;justify-content: center; }
.web-login-form { background-color: #fff; border-radius: 15px; }
.inaugrate-img { height: 100vh; display: grid; }
.inaugrate-img >img{
    height: 100%;
    min-height: 90vh;
    object-fit: contain;
    object-position: top;
    max-height: 99vh;
    object-position: center;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.contact-mp-img { height: 100%; width: 100%; object-fit: cover; }
.search-ind-title { /*display: none;*/ position: absolute; width: 85%; margin:auto;position: absolute;
    width: 85%;
    margin: auto;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center!important;
    margin-top: 0!important; color: #393185!important; 
}
.fm-link { color: var(--tm-sub-primary); text-decoration: underline; }
.territory-dd .select2-container--default .select2-selection--single:focus-visible,
.territory-dd .select2-container--default .select2-selection--single:focus { box-shadow: none; outline: 0;}
.message_register {padding: 0 30px;}

.gridlistview .category-zoom > h6 ,.gridlistview .category-zoom > span { display: none; }
.gridlistview.List-view-card .category-zoom > h6 ,.gridlistview.List-view-card .category-zoom > span { display: block; }
.ty-content-wrap .custom-btn:hover { text-decoration: none; }
.ty-content-wrap p { font-size: 16px; text-align: center; }
.contact-form-sec .change_btn { color: var(--tm-primary)!important; text-decoration: none;margin-left: 30px;font-size: 14px;text-decoration: underline; }
.map_start {
    position: relative;
    display: block;
    margin-bottom: 40px;
    height: 100%;
    width: 100%;
}
#map {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}
#map>div {
    width: 100%!important;
    height: 100%!important;
    display: block;
}
.mapview-block .tab-content .footer-navigation { position: absolute;left: 0;bottom: 0;background: #fff;width: 95%;margin: 0 0px 0 15px; }
.list-map-wrap { height: 600px;max-height: 70vh; overflow-y: auto; overflow-x: hidden; padding-bottom: 80px; }
/* width */
.list-map-wrap::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.list-map-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.list-map-wrap::-webkit-scrollbar-thumb {
  background: var(--tm-primary);
}

/* Handle on hover */
.list-map-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search-footer{ position: fixed;bottom: 0px; left: 0;background: #39328b;width: 100%;padding: 10px 0px;font-size: 20px;z-index: 99; }
.search-footer a { color: #fff; display: block; padding: 0 15px; }
.search-footer i {color: #fff;margin-right: 5px;}
.list-map-wrap .category-text .companyname, .list-map-wrap .category-zoom .companyname{ min-height: unset; }
.img_wrapper >img { max-width: 180px; margin: auto;display: block; }
.property_content_wrap > a { margin-top: 5px; }
.property_title, .read-map { color:#333; }
.read-map { margin-top: 5px; display: inline-block; text-decoration: underline!important;color: var(--tm-sub-primary)!important;font-weight: 600; }
.gridlistview.List-view-card .companyname{ min-height: unset; }
.list-view-wrap-item { display: none; }
.list-view-wrap-item > p { font-size: 13px; margin: 5px 0; }
.list-view-wrap-item > p > i { color: var(--tm-primary); margin-right: 7px; }
.List-view-card .list-view-wrap-item { display: block; }
.no-data-wrap p { font-size: 20px; }
.no-data-wrap { min-height: 200px; display: flex; align-items: center; justify-content: center;background: #f7f7f7; padding: 30px; }
.no-data-wrap a { display: inline-block;padding: 10px 20px;border: 1px solid var(--tm-primary);color: #fff;background: var(--tm-primary);border-radius: 5px; }
.img-up > label { font-size: 12px;color: #676767; margin: 0;}
.company-info-gallery .video-stream .video-thumb .detail-pg-thumb{  height: 100%; }
.modal{ z-index: 99999; padding: 0!important;}
.member_body { overflow-x: hidden; }
.member_body .select2-container { height: unset!important; }
.contact-info h5 { font-size: var(--md-font); color: var(--text-light);margin-bottom: 15px; }
.contact-info h5 > span { font-size: var(--xs-font); display: block; }
.contact-info > ul > li p { font-size: var(--xs-font); color: var(--text-light); font-weight: 500; margin-bottom: 5px; display: flex;  }
.contact-info > ul > li p > a { color: var(--text-light); margin-right: 5px; font-size: var(--xs-font); display: block; }
.contact-info > ul > li   a { color: var(--text-light); margin-right: 5px; font-size: var(--xs-font); display: block; }
.contact-info > ul > li p > a:hover { color: var(--tm-primary); }
.contact-info > ul > li p > i { padding-top: 5px; margin-right: 7px; color: var(--tm-primary); }
.contact-form-sec .form-group span { font-size: var(--xxs-font); }
.contact-info ul { margin-bottom: 0px; }
.side-contact.contact-info { padding: 10px 10px 10px 10px !important;
    background: #cc37400f;margin-bottom: 20px; border-radius: 5px; }
.navbar-nav.user-nav-dd .nav-item .nav-link { margin-right: 0px; }
.bai-logo > img {width: 100px;}
.bai-logo { text-align: right; }
.member-card-info { 
    /* position: absolute; content: ""; height: 100%; width: 100%; left: 0; top:0; */
     padding: 30px; }
.profile-info-wrap .mprofile-img { width: 60px; height: 60px; object-fit: cover; border-radius: 7px; }
.profile-edit-btn{display: inline-block;margin-left: 15px;color: var(--tm-primary);border-radius: 10px;text-align: center;font-size: 30px;}
.profile-edit-btn:hover { color: var(--text-light); }
.profile-info-wrap ul> li label { font-weight: 600; }
.member-pic > img {width: 80px;height: 80px;object-fit: cover;border-radius: 50%;}
.bg-member-card {border-radius: 20px;position: relative;overflow: hidden;box-shadow: 0 0 30px rgb(0 0 0 / 10%);padding: 30px;}
.companylocation { max-width: 60%; }
.tab-custom-block {padding-top: 0;}
.member-card-name > p { text-align: left; font-size: var(--xs-font); margin-bottom: 0; }
.member-card-name > h6 { margin-bottom: 10px; }
.main-menu-wrap { display: flex; justify-content: space-between; position: relative;}
.contact_img {
    height: 100%;
    position: relative;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    background-position: center;
    background-size: cover;
    background-image: url(https://lara.nivida.in/BAI/public/frontend/images/21.jpg);
}
.contact_img::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--tm-primary);
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 0;
    border-radius: 10px;
}
.contact_img  img{
    z-index: 9;
}
.tst_wrap ul{
    display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  grid-gap: 10px;
}
.tst_wrap ul li:hover{
    background-color: var(--tm-primary);
    color: #fff !important;
}
.tst_wrap ul li{
    padding: 10px;
    border-radius: 5px;
    transition: 0.2s;
    margin: 0;
    margin-bottom: 0 !important;
    border: 1px solid var(--tm-primary);
    
}
.tst_wrap ul li::before{
    height: 15px !important;
    width: 15px !important;
    left: -8px !important;
    top: -8px !important;
}
.wrapy_bar{
    padding: 20px;
    color: #fff;
    text-align: center;
}
.wrapy_bar p{
    color: #fff;
}
.bai_team-main-wrap .wrapy_inner p{
    font-weight: 600;
}
.bai_team-main-wrap .tst_wrap ul li{
        font-weight: 600;
}
.wrapy_inner p{
    text-align: center;
}
.wrapy_main{

}
.bottom-bar{
 
    max-width: 80%;
    width: 80%;
    margin: auto;
    height: 1px;
    background-color: #ff000026;
}
.gov_links-table{
    width: 100%;
}
.gov_links-table tbody tr td{
    padding: 10px;
    width: 50%;
}
.gov_links-table tbody tr td:nth-child(2){
    text-align: center;
}
.gov_links-table tbody tr{
    transition: 0.2s;
}
.gov_links-table tbody tr:hover{
    background-color:#ff000026 ;
}
.gov_links-table tbody tr th{
    padding: 10px 20px;
    position: relative;
}
.gov_links-table tbody tr th::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 40px;
    height: 20px;
    z-index: -1;
    background-color: #ff000026;
}
.gov_links-table-wrap{
overflow-x: auto;
}
.gov_links-table-wrap .gov_links-table{
    min-width: 600px;
}
.new-search-wrap{
    z-index: 0;
    position: relative;
}
