:root {--body-font: "Roboto", sans-serif;--heading-font: "Yantramanav", sans-serif;--theme-color: #0b4173;--theme-color2: #93bf3a;--theme-color-light: rgb(17, 110, 99, 0.09);--theme-bg-light: #f2f3f5;--body-text-color: #757f95;--color-white: #ffffff;--color-dark: #19232b;--hero-overlay-color: #000000;--slider-arrow-bg: rgba(255, 255, 255, 0.2);--box-shadow: 0 0 15px 5px rgba(0, 0, 0, 5%);--box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);--transition: all 0.5s ease-in-out;--transition2: all 0.3s ease-in-out;--border-info-color: rgba(0, 0, 0, 0.08);--border-info-color2: rgba(0, 0, 0, 0.05);--border-white-color: rgba(255, 255, 255, 0.08);--border-white-color2: rgba(255, 255, 255, 0.05);--footer-bg: #08345d;--footer-bg2: #c9de98;--footer-text-color: #f5faff;}.loader {width: fit-content;height: fit-content;display: flex;align-items: center;justify-content: center;}.truckWrapper {width: 200px;height: 100px;display: flex;flex-direction: column;position: relative;align-items: center;justify-content: flex-end;overflow-x: hidden;}.truckBody {width: 130px;height: fit-content;margin-bottom: 6px;animation: motion 1s linear infinite;}@keyframes motion {0% {transform: translateY(0px);}50% {transform: translateY(3px);}100% {transform: translateY(0px);}}.truckTires {width: 130px;height: fit-content;display: flex;align-items: center;justify-content: space-between;padding: 0px 10px 0px 15px;position: absolute;bottom: 0;}.truckTires svg {width: 24px;}.road {width: 100%;height: 1.5px;background-color: #282828;position: relative;bottom: 0;align-self: flex-end;border-radius: 3px;}.road::before {content: "";position: absolute;width: 20px;height: 100%;background-color: #282828;right: -50%;border-radius: 3px;animation: roadAnimation 1.4s linear infinite;border-left: 10px solid white;}.road::after {content: "";position: absolute;width: 10px;height: 100%;background-color: #282828;right: -65%;border-radius: 3px;animation: roadAnimation 1.4s linear infinite;border-left: 4px solid white;}.lampPost {position: absolute;bottom: 0;right: -90%;height: 90px;animation: roadAnimation 1.4s linear infinite;}@keyframes roadAnimation {0% {transform: translateX(0px);}100% {transform: translateX(-350px);}}.card-dgn1 {background: var(--color-white);border-radius: 50px 50px 50px 0;box-shadow: var(--box-shadow);padding: 0px;}.card-dgn1-head {background: var(--theme-color2);border-radius: 50px 50px 50px 0;padding: 15px;}.card-dgn1-head .card-dgn1-title {color: #fff;font-size: 2rem;}.card-dgn1-body {padding: 25px 10px 15px 10px;}body::-webkit-scrollbar {width: 8px;}body::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 2px;}body::-webkit-scrollbar-thumb {background: var(--theme-color);border-radius: 2px;}body::-webkit-scrollbar-thumb:hover {background: var(--theme-color2);}.nav-pills .nav-link {color: var(--color-dark);background-color: var(--theme-bg-light);border: 1px solid var(--theme-color2);margin-right: 15px;}.nav-pills .nav-link.active {background-color: var(--theme-color2);}.mega-nav-tab.nav-link {border: 2px solid var(--theme-color2);padding: 8px 5px !important;width: 100%;text-align: center;color: var(--color-white) !important;display: block;margin-bottom: 10px;background-color: var(--theme-color2);border-radius: 30px 30px 30px 0;font-weight: 600 !important;line-height: normal;}.mega-nav-tab.nav-link.active {color: var(--theme-color) !important ;}.mega-tab-content {color: var(--color-white);}.search-filter {width: fit-content;display: flex;align-items: center;justify-content: center;background-color: #fff;border-radius: 27px;overflow: hidden;margin-left: auto;margin-right: auto;}.search-filter .select-cat .form-select {border: none;border-radius: 0px;border-right: 1px solid #969696;font-size: 13px;}.search-filter .type-search .form-control {border: none;border-radius: 0px;min-width: 330px;font-size: 13px;}.search-filter .type-search .form-control::placeholder {font-size: 13px;}.search-filter .search-submit-btn {background-color: var(--theme-color2);color: #fff !important;border-radius: 0px;}.header-top-wrap .theme-btn {font-size: 12px;}.join-now-form {background: var(--color-white);border-radius: 80px 80px 80px 0;box-shadow: var(--box-shadow);}.join-now-form form {padding: 15px;}.join-now-form .enroll-form-header {background: var(--theme-color2);border-radius: 50px 50px 50px 0;padding: 12px 30px;}.join-now-form .enroll-form-header h4 {color: var(--color-white);}.join-now-form .enroll-form-header p {color: var(--color-white);}.join-now-form input[type="number"]::-webkit-inner-spin-button, .join-now-form input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}.join-now-form .form-group {margin-bottom: 14px;}.join-now-form .form-group .form-control {padding: 10px 12px;font-size: 15px;border-radius: 12px;color: #6c757d;background-color: var(--theme-bg-light);border: none;box-shadow: none;}.join-now-form .form-group .form-select {padding: 10px 12px;background-color: var(--theme-bg-light);color: #6c757d;border: none;box-shadow: none;border-radius: 8px;}.custom-dropdown {position: relative;}.custom-dropdown select {display: none;}.dropdown-display {font-size: 15px;border-radius: 12px;color: #6c757d;background-color: var(--theme-bg-light);border: none;box-shadow: none;}.dropdown-display input {border: none;outline: none;flex: 1;}.dropdown-options {position: absolute;top: 100%;left: 0;right: 0;max-height: 200px;overflow-y: auto;border: 1px solid #ccc;background-color: var(--theme-bg-light);display: none;z-index: 1000;}.dropdown-option {display: flex;align-items: center;padding: 8px;cursor: pointer;}.dropdown-option img {width: 20px;height: 15px;margin-right: 10px;}.dropdown-option:hover {background-color: #f0f0f0;}.phone-number {display: flex;align-items: center;gap: 10px;}.phone-number img {width: 20px;height: 15px;}.product-category-slider .event-item {position: relative;background: var(--color-white);border-radius: 50px 50px 50px 0;padding: 20px 20px 20px 20px;margin-bottom: 25px;box-shadow: var(--box-shadow);}.product-category-slider .event-location {margin-bottom: 12px;}.product-category-slider .event-location i {color: var(--theme-color2);}.product-category-slider .event-img {height: 10rem;position: relative;overflow: hidden;border-radius: 40px 40px 40px 0;}.product-category-slider .event-img img {border-radius: 40px 40px 40px 0;box-shadow: var(--box-shadow);height: 100%;width: 100%;object-fit: cover;}.product-category-slider .event-item:hover .event-img img {transform: scale(1.1);}.product-category-slider .event-meta {display: flex;gap: 15px;margin: 14px 0;}.product-category-slider .event-meta i {color: var(--theme-color2);margin-right: 5px;}.product-category-slider .event-info {text-align: center;}.product-category-slider .event-title {margin: 18px auto 10px auto;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}.product-category-slider .event-title:hover {color: var(--theme-color2);}.product-category-slider .event-btn {margin-top: 20px;}.product-category-slider .event-btn .theme-btn {padding: 11px 15px;}.product-category-slider .event-item {box-shadow: none;margin-bottom: 0;}.product-category-slider .owl-dots {text-align: center;margin-top: 40px;}.product-category-slider .owl-dots .owl-dot span {background: var(--theme-color2);border-radius: 50px;margin: 5px;width: 8px;height: 8px;display: inline-block;transition: var(--transition);}.product-category-slider .owl-dots .owl-dot.active span {background-color: var(--theme-color2);width: 20px;}.product-category-slider .owl-nav {width: 100%;opacity: 0;visibility: hidden;transition: var(--transition);margin: 0;}.product-category-slider:hover .owl-nav {display: block;opacity: 1;visibility: visible;}.product-category-slider .owl-nav button {height: 48px;width: 48px;line-height: 45px !important;top: 50%;background: var(--theme-color2) !important;color: var(--color-white) !important;font-size: 25px !important;position: absolute;border: none;margin: 0;padding: 0;transition: var(--transition);border-radius: 100%;margin-top: -24px;}.product-category-slider .owl-nav button:hover {background: var(--theme-color) !important;}.product-category-slider .owl-nav .owl-prev {left: -75px;}.product-category-slider .owl-nav .owl-prev:hover {left: -65px;}.product-category-slider .owl-nav .owl-next {right: -75px;}.product-category-slider .owl-nav .owl-next:hover {right: -65px;}.cta-card-container::before {content: "";position: absolute;background: var(--theme-color);left: 0;top: 0;width: 100%;height: 100%;opacity: 0.7;z-index: 0;}.cta-content-card {position: relative;padding: 40px 40px;margin-top: -20px;z-index: 1;}.cta-content-card::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: var(--theme-color2);border-radius: 80px 80px 80px 0;z-index: -1;}.cta-content-card::after {content: "";position: absolute;left: 8px;top: 8px;bottom: 8px;right: 8px;border: 8px double var(--color-white);border-radius: 70px 70px 70px 0;z-index: -1;}.cta-content-card h1 {color: var(--color-white);font-size: 30px;text-align: center;}.cta-content-card p {color: var(--color-white);margin-top: 15px;margin-bottom: 10px;font-size: 16px;}.cta-content-card .cta-btn .theme-btn {background: var(--color-white);color: var(--color-dark);}.cta-content-card .cta-btn .theme-btn:hover {color: var(--color-white);}.product-slider .event-item {position: relative;background: var(--color-white);border-radius: 50px 50px 50px 0;padding: 20px 20px 20px 20px;margin-bottom: 25px;box-shadow: var(--box-shadow);}.product-slider .event-location {margin-bottom: 12px;}.product-slider .event-location i {color: var(--theme-color2);}.product-slider .event-img {position: relative;overflow: hidden;height: 10rem;border-radius: 40px 40px 40px 0;}.product-slider .event-img img {border-radius: 40px 40px 40px 0;box-shadow: var(--box-shadow);object-fit: fill;height: 100%;width: 100%;}.product-slider .event-item:hover .event-img img {transform: scale(1.1);}.product-slider .event-meta {display: flex;gap: 15px;margin: 14px 0;}.product-slider .event-meta i {color: var(--theme-color2);margin-right: 5px;}.product-slider .event-title {margin: 10px auto 2px auto;font-size: 20px;}.product-slider .event-title a {text-overflow: ellipsis;width: 100%;overflow: hidden;white-space: nowrap;}.product-slider .event-title:hover {color: var(--theme-color2);}.product-slider .product-short-info {padding-top: 8px;line-height: 0.6cm;border-top: 2px dotted #a3a0a0;height: 50px;}.product-slider .product-short-info ul li {list-style-type: disc;margin-left: 16px;color: var(--color-dark);}.product-slider .product-short-info ul li span {font-weight: 600;text-overflow: ellipsis;width: 100%;overflow: hidden;white-space: nowrap;}.product-slider .event-btn {margin-top: 20px;}.product-slider .event-btn .theme-btn {padding: 11px 15px;}.product-slider .event-item {box-shadow: none;margin-bottom: 0;}.product-slider .owl-dots {text-align: center;margin-top: 40px;}.product-slider .owl-dots .owl-dot span {background: var(--theme-color2);border-radius: 50px;margin: 5px;width: 8px;height: 8px;display: inline-block;transition: var(--transition);}.product-slider .owl-dots .owl-dot.active span {background-color: var(--theme-color2);width: 20px;}.product-slider .owl-nav {width: 100%;opacity: 0;visibility: hidden;transition: var(--transition);margin: 0;}.product-slider:hover .owl-nav {display: block;opacity: 1;visibility: visible;}.product-slider .owl-nav button {height: 48px;width: 48px;line-height: 45px !important;top: 50%;background: var(--theme-color2) !important;color: var(--color-white) !important;font-size: 25px !important;position: absolute;border: none;margin: 0;padding: 0;transition: var(--transition);border-radius: 100%;margin-top: -24px;}.product-slider .owl-nav button:hover {background: var(--theme-color) !important;}.product-slider .owl-nav .owl-prev {left: -75px;}.product-slider .owl-nav .owl-prev:hover {left: -65px;}.product-slider .owl-nav .owl-next {right: -75px;}.product-slider .owl-nav .owl-next:hover {right: -65px;}.choose-img2 {position: relative;height: 27rem;}.choose-img2::before {content: "";position: absolute;left: 0px;bottom: 0px;width: 100%;height: 100%;border: 5px solid var(--theme-color2);border-radius: 30% 0 30% 30%;z-index: 3;}.choose-img2::after {content: "";position: absolute;left: 0px;bottom: 0px;width: 100%;height: 100%;border-radius: 30% 0 30% 30%;background-color: #06060699;}.choose-img2 img {border-radius: 30% 0 30% 30%;height: 100%;width: 100%;object-fit: cover;}.choose-img2-info {position: absolute;left: 0px;bottom: 0px;padding: 50px;height: 100%;width: 100%;border-radius: 30% 0 30% 30%;color: #fff !important;z-index: 5;overflow: hidden;display: grid;align-items: end;}.choose-img2-info p {color: #fff !important;}.individual-product-slider .department-item {position: relative;background: var(--color-white);border-radius: 50px 50px 50px 0;padding: 15px;margin-bottom: 25px;border: 1px solid var(--theme-color2);overflow: hidden;box-shadow: var(--box-shadow);height: 22rem;}.individual-product-slider .department-item::before {content: "";position: absolute;right: -10px;top: -10px;width: 80px;height: 80px;border-radius: 50%;border: 10px solid var(--theme-color2);transition: var(--transition);opacity: 0.2;}.individual-product-slider .department-item:hover::before {opacity: 1;}.individual-product-slider .department-icon {margin-bottom: 20px;height: 100px;width: 100px;overflow: hidden;border-radius: 50%;}.individual-product-slider .department-icon img {width: 100% !important;height: 100% !important;object-fit: cover !important;}.department-info {position: relative;height: 10rem;overflow: auto;}.department-info .department-products {font-size: 14px;line-height: 0.65cm;color: var(--body-text-color);font-weight: 600;max-height: 5.4em;overflow: hidden;line-height: 1.8em;white-space: normal;}.department-info .department-products span {padding: 1px 4px;border-right: 2px solid var(--body-text-color);}.department-info .department-products span:first-child {padding-left: 0px;}.department-info .department-products span:last-child {border-right: none;}.department-info .department-products span a {color: var(--body-text-color);}.department-info .department-products span a:hover {color: var(--theme-color2);text-decoration: underline;}.individual-product-slider .department-title {margin-bottom: 10px;max-height: 2.4em;overflow: hidden;line-height: 1.2em;white-space: normal;text-transform: capitalize;}.individual-product-slider .department-title:hover {color: var(--theme-color2);}.individual-product-slider .department-btn {position: absolute;bottom: 20px;}.individual-product-slider .department-btn a {font-size: 14px;font-weight: 500;text-transform: uppercase;}.individual-product-slider .department-btn a:hover {color: var(--theme-color2);}.individual-product-slider .department-btn a i {margin-left: 5px;}.individual-product-slider .department-item {box-shadow: none;margin-bottom: 0;}.individual-product-slider .owl-dots {text-align: center;margin-top: 40px;}.individual-product-slider .owl-dots .owl-dot span {background: var(--theme-color2);border-radius: 50px;margin: 5px;width: 8px;height: 8px;display: inline-block;transition: var(--transition);}.individual-product-slider .owl-dots .owl-dot.active span {background-color: var(--theme-color2);width: 20px;}.individual-product-slider .owl-nav {width: 100%;opacity: 0;visibility: hidden;transition: var(--transition);margin: 0;}.individual-product-slider:hover .owl-nav {display: block;opacity: 1;visibility: visible;}.individual-product-slider .owl-nav button {height: 48px;width: 48px;line-height: 45px !important;top: 50%;background: var(--theme-color2) !important;color: var(--color-white) !important;font-size: 25px !important;position: absolute;border: none;margin: 0;padding: 0;transition: var(--transition);border-radius: 100%;margin-top: -54px;}.individual-product-slider .owl-nav button:hover {background: var(--theme-color) !important;}.individual-product-slider .owl-nav .owl-prev {left: -5px;}.individual-product-slider .owl-nav .owl-prev:hover {left: 5px;}.individual-product-slider .owl-nav .owl-next {right: -5px;}.individual-product-slider .owl-nav .owl-next:hover {right: 5px;}.subcategory {background: var(--theme-bg-light);padding: 30px;margin-bottom: 30px;border-radius: 20px;}.subcategory .subcategory-title {padding-bottom: 10px;margin-bottom: 10px;position: relative;font-size: 22px;color: var(--color-dark);text-transform: capitalize;}.subcategory .subcategory-title::before {position: absolute;content: "";width: 15px;border-bottom: 3px solid var(--theme-color2);bottom: 0;left: 0;}.subcategory .subcategory-title::after {position: absolute;content: "";width: 30px;border-bottom: 3px solid var(--theme-color2);bottom: 0;left: 22px;}.subcategory .subcategory-list {display: flex;border-bottom: 1px solid #ced4da;flex-wrap: wrap;}.subcategory .subcategory-list a {padding: 10px 0;font-weight: 500;margin-right: 15px;transition: var(--transition);}.subcategory .subcategory-list a:last-child {margin-bottom: 0px;}.subcategory .subcategory-list a:hover {padding-left: 10px;color: var(--theme-color2);}.subcategory .subcategory-list a i {margin-right: 0px;transform: rotate(90deg);color: var(--theme-color2);}.dshbrd-opt {height: 35rem;position: relative;box-shadow: var(--box-shadow2);border-radius: 50px 50px 50px 0;}.dshbrd-opt-head h2 {font-size: 27px;color: var(--color-white);}.dshbrd-opt-head {background-color: var(--theme-color2);padding: 18px 15px;text-align: center;border-radius: 50px 50px 50px 0px;}.dshbrd-opt-body {padding: 10px;overflow: auto;height: 30rem;}.dshbrd-opt-body::-webkit-scrollbar {width: 10px;}.dshbrd-opt-body::-webkit-scrollbar-track {width: 10px;border-radius: 5px;box-shadow: inset 2px 2px 2px lightgrey;}.dshbrd-opt-body::-webkit-scrollbar-thumb {background-color: var(--theme-color);transition: var(--transition2);border-radius: 5px;}.dshbrd-opt-body::-webkit-scrollbar-thumb:hover {background-color: var(--theme-color2);cursor: grab;}.dshbrd-opt-body::-webkit-scrollbar-thumb:active {cursor: grabbing;}.dshbrd-opt-item {padding: 8px 10px;border-bottom: 2px solid var(--theme-bg-light);margin-bottom: 5px;transition: var(--transition);color: var(--footer-bg);background-color: var(--color-white);width: 100%;border-radius: 20px 20px 20px 0px;}.dshbrd-opt-item a {font-size: 21px;}.dshbrd-opt-item a i {margin-right: 7px;font-size: 25px;}.dshbrd-opt-item:hover {background-color: var(--theme-color2);color: var(--theme-color2);border-bottom: 2px solid var(--theme-color);}.dshbrd-opt-item:hover a {color: var(--color-white);}.profile-dropdown {position: relative;}.profile-dropdown-menu {position: absolute;top: 110%;right: 0;opacity: 0;visibility: hidden;transform: translateY(20px);transition: all 0.4s ease-in-out;background-color: var(--theme-color);border-top: 4px solid var(--theme-color2);border-radius: 0px;padding: 5px 0;display: block;}.profile-dropdown-menu.profile-dropdown-menu-website {left: -80px;}.profile-dropdown:hover .profile-dropdown-menu {opacity: 1 !important;visibility: visible !important;transform: translateY(0) !important;}.profile-dropdown .profile-dropdown-menu .profile-dropdown-item {color: var(--color-white);border-bottom: 2px solid transparent;padding: 5px 15px;display: block;transition: color 0.3s ease, border-bottom 0.3s ease;}.profile-dropdown .profile-dropdown-menu .profile-dropdown-item:hover {border-bottom: 2px solid var(--theme-color2);color: var(--theme-color2);}.profile-dropdown .profile-dropdown-menu .profile-dropdown-item:focus {border-bottom: 2px solid var(--color-white);background-color: var(--theme-color2);color: var(--color-white);}.headTopStrip {padding: 7px 8px;background-color: #082948;font-size: 13px;text-align: center;color: var(--color-white);}.headTopStrip .upgrade-plan-btn {padding: 2px 8px;font-size: 13px !important;border-radius: 13px 13px 13px 0px;background-color: var(--theme-color2);color: #fff;}.dashboard-area {position: relative;z-index: 1;background-color: var(--theme-bg-light);}.sidebar {background: var(--color-white);padding: 20px;border-radius: 20px;box-shadow: var(--box-shadow);}.sidebar-tabs {border: 2px solid var(--theme-color2);padding: 8px 15px;color: var(--color-dark);display: block;margin-bottom: 15px;border-radius: 50px 50px 50px 0;transition: var(--transition);}.sidebar-tabs {font-size: 16px;font-weight: 500;}.sidebar-tabs i {margin-right: 10px;}.sidebar-tabs:hover {background-color: var(--theme-color2);}.sidebar-tabs:hover {color: var(--color-white);transform: translateX(5px);}.sidebar-tabs.active {background-color: var(--theme-color2);color: var(--color-white);box-shadow: 2px 2px 5px #898989;}.sidebar-tabs.active {color: var(--color-white);}.tab-content-pane {background: var(--color-white);padding: 15px;border-radius: 20px;box-shadow: var(--box-shadow);margin-bottom: 25px;}.breed {width: 100%;border-bottom: 2px solid var(--theme-color);margin-bottom: 10px;}.breed .breed-title {font-size: 25px;font-weight: 600;color: var(--theme-color);}.dashboard-card {margin-top: 25px;position: relative;padding: 20px 25px;background: var(--color-white);border-radius: 50px 50px 50px 0px;box-shadow: var(--box-shadow);z-index: 1;}.dashboard-card .count {position: absolute;right: 30px;top: 10px;font-size: 40px;font-weight: 800;-webkit-text-stroke: 2px var(--theme-color);-webkit-text-fill-color: transparent;}.dashboard-card .dashboard-card-icon {width: 80px;height: 80px;border-radius: 50%;text-align: center;color: var(--color-white);font-size: 60px;background: var(--theme-color);margin-bottom: 25px;box-shadow: 5px 5px 0 var(--theme-bg-light);position: relative;transition: var(--transition);display: flex;align-items: center;justify-content: center;}.dashboard-card:hover .dashboard-card-icon {transform: rotateY(360deg);}.dashboard-card-icon img {width: 45px;filter: brightness(0) invert(1);}.dashboard-card-content {flex: 1;}.dashboard-card-content h4 {color: var(--color-dark);font-size: 22px;font-weight: 600;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}.feature-content a {color: var(--color-dark);}.companyprofile {position: relative;}.companyprofile-form {padding: 5px;border-radius: 10px;background: var(--color-white);}.companyprofile-form h3 {font-size: 23px;padding-bottom: 15px;margin-bottom: 25px;border-bottom: 1px solid var(--border-info-color);}.companyprofile-form .form-group {margin-bottom: 18px;}.companyprofile-form .form-group label {color: #212536;margin-bottom: 5px;}.companyprofile-form .form-control, .companyprofile-form .form-select {padding: 10px 15px;border-radius: 8px;box-shadow: none;}.companyprofile-form .form-control:focus, .companyprofile-form .form-select:focus {border-color: var(--theme-color);}.companyprofile-form .form-check-input {margin-top: 6.5px;box-shadow: none;}.companyprofile-form .form-check-input:focus {border-color: var(--theme-color);}.companyprofile-form .form-check a {color: var(--theme-color);}.companyprofile-form .form-check label {color: #212536;font-weight: 500;}.companyprofile-form label span {color: #ff0000;}.companyprofile-form .form-text {color: #ff0000;}.companyprofile-form .theme-btn {margin-top: 30px;}.companyprofile-form .select2-container {width: 100% !important;}.companyprofile-form .iti--allow-dropdown {width: 100% !important;}.companyprofile-form .select2-selection__rendered {padding: 0px 5px 5px 10px !important;}.companyprofile-form .iti--allow-dropdown > .phone-input {padding-right: 6px;padding-left: 52px;margin-left: 0;}.companyprofile-form input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}.login-form .iti--allow-dropdown {width: 100% !important;}.login-form .iti--allow-dropdown > .phone-input {padding-right: 6px;padding-left: 52px;margin-left: 0;}.contact-form .iti--allow-dropdown {width: 100% !important;}.contact-form .iti--allow-dropdown > .phone-input {padding-right: 6px;padding-left: 52px;margin-left: 0;}.iti--allow-dropdown {width: 100% !important;}.iti--allow-dropdown > .phone-input {padding-right: 6px !important;padding-left: 52px !important;margin-left: 0;}.eye-icon {position: absolute;top: 42px;right: 15px;}.eye-icon:hover i {color: #333;}.tab-data-view {padding: 5px;border-radius: 10px;background: var(--color-white);}.tab-data-view h3 {font-size: 23px;padding-bottom: 15px;margin-bottom: 25px;border-bottom: 1px solid var(--border-info-color);}.tab-data-view .tab-heading {padding-bottom: 15px;margin-bottom: 25px;border-bottom: 1px solid var(--border-info-color);}.remove-btn {background: none;border: none;color: red;font-size: 20px;cursor: pointer;}.buyer-view-area {position: relative;}.buyer-view-card {padding: 25px 25px;border-radius: 50px 50px 50px 0;margin-bottom: 25px;border-right: 5px solid transparent;border-left: 5px solid var(--theme-color2);background: var(--color-white);transition: var(--transition);box-shadow: var(--box-shadow);position: relative;}.ribbon {position: absolute;right: -8px;top: -3px;z-index: 1;overflow: hidden;width: 145px;height: 145px;text-align: right;transform: rotate(90deg);}.ribbon span {font-size: 11px;font-weight: bold;color: #fff;text-transform: uppercase;text-align: center;line-height: 29px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);width: 143px;display: block;background: linear-gradient(var(--theme-color2) 0%, var(--footer-bg2) 100%);box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);position: absolute;top: 25px;left: -33px;background: linear-gradient(var(--theme-color2) 0%, var(--footer-bg2) 100%);animation: 5s grad infinite;transition: background 1s ease;}@keyframes grad {0% {background: #6aaf08;}50% {background: #afd27e;}100% {background: #6aaf08;}}.ribbon span::before {content: "";position: absolute;left: 0px;top: 100%;z-index: -1;border-left: 3px solid #79a70a;border-right: 3px solid transparent;border-bottom: 3px solid transparent;border-top: 3px solid #79a70a;}.ribbon span::after {content: "";position: absolute;right: 0px;top: 100%;z-index: -1;border-left: 3px solid transparent;border-right: 3px solid #79a70a;border-bottom: 3px solid transparent;border-top: 3px solid #79a70a;}.buyer-view-card:hover {border-right-color: var(--theme-color2);border-left-color: transparent;}.buyer-view-card h2 {font-size: 22px;margin-bottom: 10px;padding-right: 50px;}.buyer-view-card h4:hover {color: var(--theme-color);}.buyer-view-card p {color: var(--color-dark);line-height: normal;}.buyerInfo {display: flex;flex-wrap: wrap;margin-top: 15px;}.buyerInfo-small-div {display: flex;align-items: center;margin-bottom: 20px;}.buyerInfo-icon {height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}.buyerInfo-icon i {font-size: 25px;color: var(--theme-color2);}.buyerInfo-title {line-height: normal;font-size: 13px;font-weight: 600;margin-bottom: 5px;color: var(--body-text-color);}.buyerInfo-detail {line-height: normal;font-size: 14px;font-weight: 600;color: var(--color-dark);}.buyerInfo-detail.txt-blr {filter: blur(4px);transition: filter 0.4s ease-in-out;}.table.dataTable {padding-top: 20px;}.table thead th {border: 1px solid var(--color-white) !important;background-color: var(--theme-color) !important;color: var(--color-white) !important;text-align: center !important;}.table tbody td {border: 1px solid var(--theme-color) !important;}.cnt-div {background: var(--color-white);padding: 25px 20px;border-radius: 20px;box-shadow: var(--box-shadow);margin-bottom: 2rem;}.cnt-div .cnt-div-title {position: relative;margin-bottom: 2.5rem;font-size: 2rem;width: fit-content;text-transform: capitalize;}.cnt-div .cnt-div-title::before {content: "";position: absolute;background-color: var(--theme-color2);bottom: -20px;left: 0;width: 30%;height: 8px;border-radius: 2px;transition: var(--transition);}.cnt-div .cnt-div-title::after {content: "";position: absolute;background-color: var(--theme-color2);bottom: -17px;left: 0;width: 100%;height: 2px;border-radius: 1px;}.cnt-div .cnt-div-title:is(:hover, :focus)::before {width: 100%;}.cnt-div-subtitle {position: relative;margin-top: 1.3rem;font-size: 1.4rem;width: fit-content;}.cnt-div-subtitle:first-child {margin-top: 0.5rem;}.product-thumb-card {width: 100%;height: 200px;border-radius: 10px;overflow: hidden;text-align: center;transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;cursor: pointer;margin-bottom: 1rem;border: 1px solid var(--theme-color2);border-bottom: 4px solid var(--theme-color2);padding: 10px;}.product-thumb-card:hover {transform: scale(1.05);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);border: 1px solid var(--theme-color);border-bottom: 4px solid var(--theme-color);}.product-thumb-card .product-thumb-card-img {width: 100%;height: 130px;object-fit: cover;transition: opacity 0.3s;display: flex;align-items: center;justify-content: center;}.product-thumb-card .product-thumb-card-img img {height: 115px;width: 115px;object-fit: contain;}.product-thumb-card:hover img {opacity: 0.8;}.product-thumb-card-title {font-size: 15px;font-weight: 600;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;color: var(--color-dark);}.product-thumb-card-title a {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}.side-filter-widget {background: var(--color-white);padding: 20px;margin-bottom: 30px;border-radius: 20px;box-shadow: var(--box-shadow);}.side-filter-widget.bg-lightgrey {background: var(--theme-bg-light);box-shadow: none;}.side-filter-widget .widget-title {padding-bottom: 10px;margin-bottom: 20px;position: relative;font-size: 22px;color: var(--color-dark);margin-top: 1.5rem;}.side-filter-widget .widget-title:nth-child(1) {margin-top: auto;}.side-filter-widget .widget-title::before {position: absolute;content: "";width: 15px;border-bottom: 3px solid var(--theme-color2);bottom: 0;left: 0;}.side-filter-widget .widget-title::after {position: absolute;content: "";width: 30px;border-bottom: 3px solid var(--theme-color2);bottom: 0;left: 22px;}.side-filter-widget .search-form .form-control {padding: 12px 15px 12px 15px;border-radius: 8px;box-shadow: none;}.side-filter-widget .search-form {position: relative;}.side-filter-widget .search-form .form-control:focus {border-color: var(--theme-color);}.side-filter-widget .search-form button {position: absolute;right: 0;top: 0;font-size: 18px;padding: 8px 18px 6px 18px;background: transparent;border: none;color: var(--theme-color2);}.side-filter-widget .tag-list a {background: var(--theme-bg-light);color: var(--color-dark);padding: 5px 15px;margin-bottom: 10px;margin-right: 10px;border-radius: 10px;display: inline-block;transition: var(--transition);}.side-filter-widget .tag-list a:hover {background-color: var(--theme-color2);color: var(--color-white);}.products-display-card {position: relative;background: var();border-radius: 50px 50px 50px 0;padding: 20px 20px 20px 20px;margin-bottom: 25px;box-shadow: var(--box-shadow);border-left: 5px solid var(--theme-color2);border-right: 5px solid transparent;transition: var(--transition);}.products-display-card:hover {border-right: 5px solid var(--theme-color2);border-left: 5px solid transparent;}.products-dsp-img {overflow: hidden;border-radius: 40px 40px 40px 0;height: 180px;width: 100%;align-self: center;justify-self: center;}.products-dsp-img img {height: 100%;width: 100%;object-fit: cover;}.products-dsp-title {font-size: 22px;}.products-display-card .products-dis-info p {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}.products-display-card .products-dis-info ul {display: flex;flex-wrap: wrap;margin-bottom: 5px;}.products-display-card .products-dis-info ul li:nth-child(1) {padding-left: 0;}.products-display-card .products-dis-info ul li {font-size: 14px;padding: 0px 7px;line-height: normal;border-right: 2px solid var(--body-text-color);}.products-display-card .products-dis-info ul li:nth-child(1) {padding-left: 0;}.products-display-card .products-dis-info ul li:last-child {border-right: none;}.products-display-card .products-dis-info .cmp-name {font-size: 16px;text-decoration: underline;color: var(--theme-color2);}.cmp-info {display: flex;color: var(--color-dark);}.cmp-info span {font-size: 14px;color: var(--body-text-color);}.cmp-info span span {color: var(--color-dark);font-weight: 600;border-right: 2px solid var(--color-dark);padding: 1px 4px;}.cmp-info span span:first-child {padding-left: 0px;}.cmp-info span span:last-child {border-right: none;}.cmp-info i {color: var(--theme-color2);margin-right: 5px;}.products-dsp-btn {margin-top: 10px;}.buyers-dsp-card {padding: 25px 25px;border-radius: 50px 50px 50px 0;margin-bottom: 25px;border-right: 5px solid transparent;border-left: 5px solid var(--theme-color2);background: var(--color-white);transition: var(--transition);box-shadow: var(--box-shadow);position: relative;}.buyers-dsp-card:hover {border-right-color: var(--theme-color2);border-left-color: transparent;}.buyers-dsp-card h2 {font-size: 22px;margin-bottom: 0px;padding-right: 50px;}.buyers-dsp-card h2 a {text-overflow: ellipsis;overflow: hidden;width: auto;white-space: nowrap;}.buyers-dsp-card h4:hover {color: var(--theme-color);}.buyers-dsp-card p {color: var(--body-text-color);line-height: 0.6cm;padding-right: 50px;}.buyers-dsp-Info {display: flex;flex-wrap: wrap;margin-top: 15px;}.buyers-dsp-Info-small-div {display: flex;align-items: center;margin-bottom: 20px;}.buyers-dsp-Info-icon {height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}.buyers-dsp-Info-icon i {font-size: 25px;color: var(--theme-color2);}.buyers-dsp-Info-title {line-height: normal;font-size: 13px;font-weight: 600;margin-bottom: 5px;color: var(--body-text-color);}.buyers-dsp-Info-detail {line-height: normal;font-size: 14px;font-weight: 600;color: var(--color-dark);}.buyers-dsp-Info-detail.txt-blr {filter: blur(4px);transition: filter 0.4s ease-in-out;}.suppliers-dsp-card {padding: 25px 25px;border-radius: 50px 50px 50px 0;margin-bottom: 25px;border-right: 5px solid transparent;border-left: 5px solid var(--theme-color2);background: var(--color-white);transition: var(--transition);box-shadow: var(--box-shadow);position: relative;line-height: 0.6cm;}.suppliers-dsp-card:hover {border-right-color: var(--theme-color2);border-left-color: transparent;}.suppliers-dsp-head {display: flex;align-items: center;margin-bottom: 0.5rem;}.suppliers-dsp-cmp-logo {height: 60px;width: 60px;margin-right: 10px;overflow: hidden;padding: 1px;border: 1px solid var(--footer-bg2);}.suppliers-dsp-cmp-logo img {height: 100%;width: 100%;object-fit: fill;}.suppliers-dsp-cmp-title h2 {font-size: 22px;}.suppliers-dsp-cmp-short {display: flex;flex-wrap: wrap;font-size: 14px;color: var(--body-text-color);}.suppliers-dsp-cmp-short span {margin-right: 10px;}.suppliers-dsp-cmp-short i {color: var(--theme-color2);margin-right: 5px;}.suppliers-dsp-cmp-short-info p {font-size: 14px;color: var(--body-text-color);}.suppliers-dsp-cmp-short-info p span {color: var(--color-dark);font-weight: 600;border-right: 2px solid var(--color-dark);padding: 1px 4px;}.suppliers-dsp-cmp-short-info p span:last-child {border-right: none;}.product-view-card {position: relative;background: var();border-radius: 50px 50px 50px 0;padding: 20px 20px 20px 20px;margin-bottom: 25px;box-shadow: var(--box-shadow);border-left: 5px solid var(--theme-color2);border-right: 5px solid transparent;transition: var(--transition);}.product-view-card:hover {border-right: 5px solid var(--theme-color2);border-left: 5px solid transparent;}.product-view-img {overflow: hidden;border-radius: 40px 40px 40px 0;height: 250px;width: 100%;align-self: center;justify-self: center;}.product-view-img img {height: 100%;width: 100%;object-fit: cover;}.product-view-title {font-size: 22px;margin-bottom: 0.5em;}.product-info-table {box-shadow: var(--box-shadow);}.product-info-table tr {border-bottom: 2px solid var(--body-text-color);box-shadow: 5px 5px 5px lightgrey;}.product-info-table tr :is(td, th) {border: 1px solid var(--body-text-color);padding: 5px 8px;box-shadow: inset 2px 2px 15px 5px rgb(247, 247, 247);}.cat-tag a {background: var(--theme-bg-light);color: var(--color-dark);padding: 5px 15px;margin-bottom: 10px;margin-right: 10px;border-radius: 10px;display: inline-block;transition: var(--transition);}.cat-tag a:hover {background-color: var(--theme-color2);color: var(--color-white);}.productSlider .product-item {position: relative;background: var(--color-white);border-radius: 50px 50px 50px 0;padding: 15px 15px 15px 15px;margin-bottom: 25px;box-shadow: var(--box-shadow);border-bottom: 3px solid var(--theme-color2);}.productSlider .product-img {height: 8rem;position: relative;overflow: hidden;border-radius: 40px 40px 40px 0;}.productSlider .product-img img {border-radius: 40px 40px 40px 0;box-shadow: var(--box-shadow);height: 100%;width: 100%;object-fit: cover;}.productSlider .product-item:hover .product-img img {transform: scale(1.1);}.productSlider .product-info {text-align: center;}.productSlider .product-title {margin: 15px auto 5px auto;font-size: 17px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;transition: var(--transition);}.productSlider .product-title:hover {color: var(--theme-color2);}.productSlider .owl-dots {text-align: center;margin-top: 20px;}.productSlider .owl-dots .owl-dot span {background: var(--theme-color2);border-radius: 50px;margin: 5px;width: 8px;height: 8px;display: inline-block;transition: var(--transition);}.productSlider .owl-dots .owl-dot.active span {background-color: var(--theme-color2);width: 20px;}.productSlider .owl-nav {width: 100%;opacity: 0;visibility: hidden;transition: var(--transition);margin: 0;}.productSlider:hover .owl-nav {display: block;opacity: 1;visibility: visible;}.productSlider .owl-nav button {height: 48px;width: 48px;line-height: 45px !important;top: 50%;background: var(--theme-color2) !important;color: var(--color-white) !important;font-size: 25px !important;position: absolute;border: none;margin: 0;padding: 0;transition: var(--transition);border-radius: 100%;margin-top: -54px;}.productSlider .owl-nav button:hover {background: var(--theme-color) !important;}.productSlider .owl-nav .owl-prev {left: -75px;}.productSlider .owl-nav .owl-prev:hover {left: -65px;}.productSlider .owl-nav .owl-next {right: -75px;}.productSlider .owl-nav .owl-next:hover {right: -65px;}.advertise-tabs {border-bottom: 1px solid var(--theme-color2);margin-bottom: 2rem;}.advertise-tabs .nav-item .nav-link {color: var(--color-dark);transition: all 0.3s ease-in;}.advertise-tabs .nav-item .nav-link.active {background-color: var(--theme-color2);color: var(--color-white);border-bottom: 1px solid transparent;}.advertise-tabs .nav-item .nav-link:hover {border: 1px solid var(--theme-color2);}.advertise-tab-content {text-align: center;}.terms-div .list-circle li {margin-top: 5px;}.terms-div .list-circle i {color: var(--theme-color);margin-right: 8px;}.testimonial-video-div {margin-top: 2rem;}.testimonial-video-card {position: relative;padding: 20px;text-align: center;border-radius: 50px 50px 50px 0;background: var(--color-white);margin-bottom: 30px;transition: var(--transition);border: 1px solid var(--theme-color);border-bottom: 5px solid var(--theme-color);}.testimonial-video-card:hover {box-shadow: var(--box-shadow2);border: 1px solid var(--theme-color2);border-bottom: 5px solid var(--theme-color2);}.testimonial-video-card:hover::before {background: var(--theme-color2);}.testimonial-video-card::before {content: "";position: absolute;left: 50px;right: 50px;top: -10px;height: 10px;border-radius: 10px 10px 0 0;background: var(--theme-color);transition: var(--transition);}.testimonial-video-card iframe {width: 100%;height: 200px;border-radius: 40px 40px 40px 0;}.vis-mis-div {border-bottom: none;}.vis-mis-card {margin-bottom: 25px;border: 1px solid var(--theme-color2);box-shadow: var(--box-shadow);border-radius: 40px 40px 40px 0;padding: 30px 20px;text-align: center;border-bottom: 5px solid var(--theme-color2);}.vis-mis-img {height: 60px;width: 60px;border-radius: 50px;display: flex;align-items: center;justify-content: center;padding: 12px;background-color: var(--theme-color2);margin-left: auto;margin-right: auto;transition: var(--transition);}.vis-mis-img img {width: 100%;height: 100%;}.vis-mis-img:hover {box-shadow: 3px 3px 3px grey;transform: translateY(-3px);background-color: var(--theme-color);}.vis-mis-card h2 {text-align: center;margin-top: 10px;margin-bottom: 5px;}.flag-box {display: flex;align-items: center;position: relative;transition: all ease-in 0.4s;width: fit-content;margin-top: 1rem;}.flag-img {height: 21px;width: 32px;border-radius: 2px;overflow: hidden;margin-right: 10px;}.flag-img img {width: 100%;height: 100%;object-fit: fill;vertical-align: baseline;}.flag-name h2 {font-size: 17px;}.flag-box:hover {background: transparent;color: var(--theme-color2);padding-left: 26px;}.flag-box::before {content: "\279C";position: absolute;left: 5px;font-size: 22px;color: var(--theme-color2);opacity: 0;visibility: hidden;transition: all 0.5s ease-in-out;}.flag-box:hover::before {opacity: 1;visibility: visible;}.sup-cmp-head {display: flex;flex-wrap: wrap;border-bottom: 2px solid var(--theme-color);padding-bottom: 0px;margin-bottom: 10px;}.sup-cmp-img {height: 60px;width: 60px;overflow: hidden;padding: 2px;border: 1px solid var(--body-text-color);margin-right: 15px;margin-bottom: 10px;}.sup-cmp-img img {height: 100%;width: 100%;object-fit: fill;}.sup-cmp-name {font-size: 22px;color: var(--color-dark);font-weight: 600;line-height: 0.7cm;}.featured-product-card {width: 100%;border-radius: 10px;overflow: hidden;text-align: center;transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;cursor: pointer;margin-bottom: 1rem;border: 1px solid var(--theme-color2);border-bottom: 4px solid var(--theme-color2);padding: 10px;}.featured-product-card:hover {transform: scale(1.01);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);border: 1px solid var(--theme-color);border-bottom: 4px solid var(--theme-color);}.featured-product-card .featured-product-card-img {width: 100%;height: 130px;object-fit: cover;transition: opacity 0.3s;display: flex;align-items: center;justify-content: center;}.featured-product-card .featured-product-card-img img {height: 115px;width: 115px;object-fit: contain;}.featured-product-card:hover img {opacity: 0.8;}.featured-product-card-title {font-size: 15px;font-weight: 600;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;color: var(--color-dark);}.featured-product-card-price {font-size: 16px;font-weight: 600;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;color: var(--theme-color2);margin-bottom: 5px;}.Info-small-div {display: flex;align-items: center;margin-bottom: 20px;}.Info-icon {height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}.Info-icon i {font-size: 25px;color: var(--theme-color2);}.Info-title {line-height: normal;font-size: 13px;font-weight: 600;margin-bottom: 5px;color: var(--body-text-color);}.Info-detail {line-height: normal;font-size: 14px;font-weight: 600;color: var(--color-dark);}.Info-detail span {padding: 1px 4px;border-right: 2px solid var(--color-dark);}.Info-detail span:first-child {padding-left: 0px;}.Info-detail span:last-child {border-right: none;}.certificate-img {width: 100%;height: 180px;border-radius: 10px;overflow: hidden;text-align: center;transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;cursor: pointer;margin-bottom: 1rem;border: 1px solid var(--theme-color2);border-bottom: 4px solid var(--theme-color2);padding: 10px;}.certificate-img img {height: 100%;width: 100%;object-fit: fill;}.certificate-img:hover {transform: scale(1.01);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);border: 1px solid var(--theme-color);border-bottom: 4px solid var(--theme-color);}.delivery-terms {position: relative;}.delivery-services {list-style: none;padding: 0;}.delivery-services li {display: flex;align-items: center;padding: 10px 15px;margin: 5px 0;background: #fff;border-radius: 6px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);position: relative;overflow: hidden;}.delivery-services-seller::before {content: "";position: absolute;left: 0;top: 0;width: 5px;height: 100%;border-radius: 3px;background: gray;}.delivery-services-buyer::before {content: "";position: absolute;left: 0;top: 0;width: 5px;height: 100%;border-radius: 3px;background: var(--theme-color2);}.delivery-services-divied::before {content: "";position: absolute;left: 0;top: 0;width: 5px;height: 100%;border-radius: 3px;background: #ff0000;}.circle {width: 14px;height: 14px;border-radius: 50%;margin-right: 10px;}.delivery-services-seller .circle {background: gray;}.delivery-services-buyer .circle {background: var(--theme-color2);}.delivery-services-divied .circle {background: #ff0000;}.cmp-contact {position: relative;}.cmp-contact-info {padding-top: 7px;padding-bottom: 7px;border-bottom: 1px solid rgb(239, 239, 239);line-height: 0.6cm;}.cmp-contact-info .cmp-name {font-size: 18px;}.cmp-contact-info .cmp-name:hover {color: var(--theme-color2);}.cmp-contact-info-title {font-size: 14px;color: var(--body-text-color);font-weight: 600;}.cmp-contact-info-detail {font-size: 15px;color: var(--color-dark);font-weight: 600;}.verified-img {height: 22px;width: 22px;display: flex;align-items: center;justify-content: center;}.verified-img img {height: 100%;width: 100%;filter: drop-shadow(1px 1px 2px rgb(167, 167, 167));}.flag-info-img {height: 16px;width: auto;display: flex;align-items: center;justify-content: center;}.flag-info-img img {height: 100%;width: 100%;filter: drop-shadow(1px 1px 2px rgb(167, 167, 167));}.not-found-div {padding-top: 100px;padding-bottom: 100px;border-radius: 20px;width: 100%;text-align: center;box-shadow: var(--box-shadow);}.not-found-div img {max-width: 200px;width: 45%;margin-bottom: 15px;}.trade-event-area .trade-Event-card {position: relative;background: var(--color-white);border-radius: 50px 50px 50px 0;padding: 20px 20px 20px 20px;margin-bottom: 25px;box-shadow: var(--box-shadow);}.trade-event-area .event-img {height: 12rem;position: relative;overflow: hidden;border-radius: 40px 40px 40px 0;}.trade-event-area .event-img img {border-radius: 40px 40px 40px 0;box-shadow: var(--box-shadow);height: 100%;width: 100%;object-fit: cover;}.trade-event-area .trade-Event-card:hover .event-img img {transform: scale(1.1);}.trade-event-area .event-meta {display: flex;gap: 15px;margin: 10px 0 5px 0;}.trade-event-area .event-meta i {color: var(--theme-color2);margin-right: 5px;}.trade-event-area .event-title {margin-bottom: 5px;}.trade-event-area .event-title a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;font-size: 20px;}.trade-event-area .event-title:hover {color: var(--theme-color2);}.trade-event-area .event-btn {margin-top: 10px;}.event-single-content img {border-radius: 20px;}.event-thumb-img {margin-bottom: 20px;}.event-meta {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}.event-meta .event-meta-left ul {display: flex;align-items: center;gap: 20px;}.event-meta .event-meta-left ul li {font-weight: 500;}.event-meta i {margin-right: 5px;color: var(--theme-color2);}.event-meta a {color: var(--body-text-color);font-weight: 500;}.event-meta a:hover {color: var(--theme-color);}.event-details-title {font-size: 30px;color: var(--color-dark);margin-bottom: 10px;}.event-comments {margin-bottom: 50px;}.event-comments h3 {color: var(--color-dark);}.event-comments-wrapper {margin: 30px 0;}.event-comments-single {display: flex;justify-content: start;align-items: flex-start;margin-top: 50px;}.event-comments-single img {height: 90px;width: 90px;border-radius: 50%;box-shadow: 3px 3px 3px grey;}.event-comments-content {padding: 0 0 0 20px;}.event-comments-content span {font-size: 14px;color: var(--theme-color2);font-weight: 500;}.event-comments-content a {font-weight: 500;margin-top: 5px;color: var(--theme-color2);}.event-comments-content a:hover {color: var(--theme-color);}.event-comments-content h5 {color: var(--color-dark);}.event-comments-reply {margin-left: 50px;}.event-reply-form h3 {margin-bottom: 20px;}.event-reply-form .form-group {margin-bottom: 20px;}.event-reply-form .form-control {padding: 15px 20px;border-radius: 12px;box-shadow: none;transition: var(--transition);}.event-reply-form .form-control:focus {border-color: var(--theme-color2);}.side-filter-widget .recent-event-single {display: flex;justify-content: start;align-items: center;margin-bottom: 20px;}.recent-event-img {width: 60px;height: 60px;overflow: hidden;margin-right: 20px;border-radius: 10px;}.recent-event-img img {width: 100%;height: 100%;object-fit: fill;}.recent-event-bio {width: calc(100% - 80px);line-height: 0.5cm;}.side-filter-widget .recent-event-bio h2 {font-size: 18px;font-weight: 600;text-transform: capitalize;}.recent-event-title {text-overflow: ellipsis;overflow: hidden;width: 100%;white-space: nowrap;}.side-filter-widget .recent-event-bio span {font-size: 14px;color: var(--theme-color2);font-weight: 500;}.side-filter-widget .recent-event-bio span i {margin-right: 5px;}.side-filter-widget .recent-event-bio h2 a:hover {color: var(--theme-color2);}.modal2requirementForm .form-group {margin-bottom: 18px;}.modal2requirementForm .form-group .form-control {padding: 12px 15px;border-radius: 12px;box-shadow: none;transition: var(--transition);}.modal2requirementForm .form-group .form-control:focus {border-color: var(--theme-color2);}.modal2requirementForm .iti--allow-dropdown {width: 100% !important;}.modal2requirementForm .iti--allow-dropdown > .phone-input {padding-right: 6px;padding-left: 52px;margin-left: 0;}.modal2_for_requirment .modal-content {border-radius: 60px 60px 60px 0px;background-color: var(--theme-bg-light);}.modal2_for_requirment .modal-header {padding: 15px 30px;background-color: var(--theme-color2);border-radius: 60px 60px 60px 0px;color: var(--color-white);}.modal2_for_requirment .modal-header h2 {font-size: 22px;color: var(--color-white);}.header-top-contact-info span {color: var(--color-white);font-weight: 600;font-size: 16px;}.header-top-contact-info a {width: fit-content;padding: 5px 15px;color: var(--color-white);font-size: 16px;background: var(--theme-color);text-align: center;margin-left: 5px;border-radius: 50px;transition: all 0.5s ease-in-out;}.header-top-contact-info a:hover {color: var(--theme-color2);}.facebook-widget {padding: 15px;background-color: lightgrey;border-radius: 10px;border-bottom: 5px solid var(--theme-color2);width: fit-content;}.keyfeature-card {transition: transform 0.3s ease, box-shadow 0.3s ease;height: 100%;border: 1px solid var(--theme-color2);border-left: 5px solid var(--theme-color2);border-radius: 50px 50px 50px 0px;padding: 10px;}.keyfeature-card:hover {transform: translateY(-5px);box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);}.keyfeature-icon {font-size: 40px;color: var(--theme-color2);text-align: center;}.keyfeature-title {font-size: 25px;font-weight: 600;margin: 5px auto 10px auto;text-align: center;}.keyfeature-text {text-align: justify;hyphens: auto;word-break: break-word;}.error-message {font-size: 14px;color: red;font-weight: 600;line-height: normal;}.is-invalid {border: 1px solid #dc3545 !important;box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);}.is-valid {border: 1px solid #28a745 !important;box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);}.buyer-country-flag {height: 30px;width: 45px;border: 1px solid var(--footer-bg2);filter: drop-shadow(1px 1px 2px rgb(167, 167, 167));}.buyer-country-flag img {width: 45px;height: 30px;object-fit: fill;vertical-align: baseline;}.buyer-title {width: calc(100% - 60px);}.buyer-title h2 a {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: auto;}.facebook-widget {width: 100%;max-width: 100%;overflow-x:hidden;}.facebook-widget iframe {width: 100% !important;max-width: 100% !important;display: block;}