/*Fonts path*/
/*Fonts path end*/
/*************** background opacity and gradient *******************/
/*************** Shadow *******************/
/*************** Transform *******************/
/*************** Transition *******************/
/*************** Animation *******************/
/*************** Media Query *******************/
/* Branding Theme CSS For All Themes */
.zoom:hover {
  background: #a4ce39;
  background: rgba(164, 206, 57, 0.75);
}

/***** Header tag CSS *****/
.page-header {
  color: #058040;
}
.page-header h1 small {
  color: #757575 !important;
}

.page-section-header {
  color: #a4ce39;
}
.page-section-header span {
  color: #111111;
}

.page-sub-header {
  color: #111111;
}

.table .thead-light th, .table .thead th, .table thead th {
  color: #111111 !important;
  background: transparent;
  border-bottom-color: #111111;
}

/***** Anchor tag css ******/
a {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #058040;
  text-decoration: none;
}

/***** Button ******/
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: normal;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}

.btn-primary {
  background: #058040;
  border-color: #058040;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #034f27;
  border-color: #034f27;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #058040;
  border-color: #058040;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff;
}

.btn-info {
  background: #a4ce39;
  border-color: #a4ce39;
  color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background: #86aa2a;
  border-color: #86aa2a;
  color: #ffffff;
}
.btn-info.disabled, .btn-info:disabled {
  background: #a4ce39;
  border-color: #a4ce39;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff;
}

.btn-secondary {
  background: #757575;
  border-color: #757575;
  color: #ffffff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background: #5c5c5c;
  border-color: #5c5c5c;
  color: #ffffff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background: #757575;
  border-color: #757575;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff;
}

.btn-success {
  background: #a4ce39;
  border-color: #a4ce39;
  color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
  background: #86aa2a;
  border-color: #b7d862;
  color: #ffffff;
}
.btn-success.disabled, .btn-success:disabled {
  background: #a4ce39;
  border-color: #a4ce39;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: #ffffff;
}

/***** Outline Button ******/
.btn-outline-primary {
  background: transparent;
  border-color: #058040;
  color: #058040;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: #058040;
  color: #ffffff;
  border-color: #058040;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #757575;
  color: #757575;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background: #757575;
  color: #ffffff;
  border-color: #757575;
}

.btn-outline-info {
  background: transparent;
  border-color: #a4ce39;
  color: #a4ce39;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background: #a4ce39;
  color: #ffffff;
  border-color: #a4ce39;
}

/***** Link Button ******/
.btn-link {
  color: #111111;
  word-break: break-word;
}
.btn-link:hover, .btn-link:focus {
  color: #058040;
}
.btn-link:disabled, .btn-link.disabled {
  color: #058040;
}

/***** Border Color *****/
.border-primary {
  border-color: #058040 !important;
}

.border-info {
  border-color: #a4ce39 !important;
}

.border-secondary {
  border-color: #757575 !important;
}

/**** loader ****/
.loading {
  border-color: transparent #a4ce39;
}

#loading-text {
  color: #a4ce39;
}

/***** Text Color *****/
.text-primary {
  color: #058040 !important;
}

.text-info {
  color: #a4ce39 !important;
}

.text-secondary {
  color: #757575 !important;
}

.card-title a.btn-link {
  color: #a4ce39 !important;
}
.card-title a.btn-link:hover {
  color: #058040 !important;
}

.card-title a:not(.btn) {
  color: #111111 !important;
}
.card-title a:not(.btn):hover {
  color: #058040 !important;
}

.card-header {
  background: #e9edeb;
}

.card-header .card-title {
  color: #111111;
}

/***** background-Color *****/
.bg-primary {
  background-color: #058040 !important;
}

.bg-info {
  background-color: #a4ce39 !important;
}

.bg-secondary {
  background-color: #757575 !important;
}

.bg-light {
  background: #e9edeb !important;
}

/* Badge CSS */
.badge-primary {
  background: #058040;
}

.badge-info {
  background: #a4ce39;
}

/***** Text-Color with Anchor Tag *****/
a.text-primary:hover, a.text-primary:focus {
  color: #034f27 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #86aa2a !important;
}

/***** Dropdown-color *****/
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background-Color: #e9edeb;
  color: #058040 !important;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #058040 !important;
}
.bootstrap-select .dropdown-toggle small {
  color: #058040 !important;
}

/***** Radio button color *****/
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a4ce39;
  border-color: #a4ce39;
  box-shadow: none;
}

/***** Checkbox color *****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a4ce39;
  border-color: #a4ce39;
  box-shadow: none;
}

/***** Input border-color on focus *****/
.form-control:focus {
  border-color: #a4ce39;
}

.form-group .input-valid ~ .col-form-label {
  color: #a4ce39;
}

/**** pagination ****/
.page-item.active .page-link, .page-item:hover .page-link, .page-item.active:hover .page-link {
  background: #058040;
  border-color: #058040;
  color: #ffffff;
}

/**** search dropdown****/
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #e9edeb;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong, .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #a4ce39 !important;
}
.tt-dropdown-menu .tt-suggestion a {
  color: #111111 !important;
}
.tt-dropdown-menu .tt-suggestion a strong {
  color: #111111;
}
.tt-dropdown-menu .tt-suggestion a:hover {
  color: #a4ce39 !important;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
  color: #a4ce39 !important;
}

/**** Account Page CSS ****/
.account-links a:hover .cicon {
  color: #058040;
}

.account_dashboard_box .h4 {
  color: #a4ce39;
}
.account_dashboard_box:hover {
  background: #e9edeb;
}

.bar {
  background-color: #058040;
}

#sitemap ul li a:hover {
  color: #058040;
}

.form-control:focus + .input-group-append .input-group-text {
  border-color: #a4ce39;
}
.form-control:focus ~ .col-form-label {
  color: #a4ce39;
}

input:focus + .input-group-append .input-group-text {
  border-color: #a4ce39;
}

#designer_template_category li a:hover, #designer_template_category li a.p_act {
  color: #058040;
}

/*Breadcrumb CSS*/
.breadcrumb_container .breadcrumb li a:hover {
  color: #058040;
}
.breadcrumb_container .breadcrumb li.active .a {
  color: #058040;
}

.media-filter li a {
  border-color: #757575;
  color: #757575;
}
.media-filter li a:hover, .media-filter li a.selected {
  background: #757575 !important;
  color: #ffffff !important;
}
.media-filter .media-boxes-drop-down-header {
  border: 1px solid #757575;
}

#disp_product_price.text-dark, #disp_total_price.text-dark {
  color: #a4ce39 !important;
}

#order-billing-details .card-header, .order_history .card-header {
  background: transparent !important;
}

#myaccount_menu li a {
  color: #686868 !important;
}
#myaccount_menu li.active a, #myaccount_menu li:hover a {
  color: #058040 !important;
}

.treeview li .act {
  color: #058040 !important;
}
.treeview li a:hover {
  color: #058040 !important;
}

#category_list a {
  color: #686868;
}
#category_list a:hover, #category_list a.act {
  color: #058040 !important;
}

/* Date Picker CSS */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #a4ce39;
}

/***** Fonts *****/
@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "emerald";
  src: url("../fonts/emerald.woff2") format("woff2"), url("../fonts/emerald.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "emerald";
  src: url("../fonts/emerald.eot?i9j3ag");
  src: url("../fonts/emerald.eot?i9j3ag#iefix") format("embedded-opentype"), url("../fonts/emerald.ttf?i9j3ag") format("truetype"), url("../fonts/emerald.woff?i9j3ag") format("woff"), url("../fonts/emerald.svg?i9j3ag#emerald") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "emerald" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Icons */
.icon-budget-oriented:before {
  content: "\e900";
}

.icon-call-us:before {
  content: "\e901";
}

.icon-emergency-print:before {
  content: "\e902";
}

.icon-fast-service:before {
  content: "\e903";
}

.icon-mail-us:before {
  content: "\e904";
}

.icon-money-back-guarantee:before {
  content: "\e905";
}

.icon-preready-print:before {
  content: "\e906";
}

.icon-quality-work:before {
  content: "\e907";
}

.icon-satisfaction:before {
  content: "\e908";
}

.icon-shopping-cart:before {
  content: "\e909";
}

.icon-trusted-company:before {
  content: "\e90a";
}

.icon-user-login:before {
  content: "\e90b";
}

/* Common CSS */
body {
  font-family: "poppinsregular", sans-serif;
  color: #111111;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn-info, .btn-primary, .btn-success, .btn-secondary, .btn-danger .btn-outline-info, .btn-outline-primary, .btn-outline-success, .btn-outline-secondary, .btn-outline-danger {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.badge {
  font-weight: normal;
}

.btn-group .btn-outline-primary {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.btn-group .btn-primary {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.page-sub-header {
  border-bottom: 1px solid #111111;
  width: 100%;
}
.page-sub-header h2, .page-sub-header h3, .page-sub-header h4, .page-sub-header h5 {
  font-family: "poppinsmedium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.py-100 {
  padding: 6rem 0;
}

strong {
  font-family: "poppinssemibold", sans-serif;
  font-weight: normal;
}

/* Top Menu CSS */
.navbar {
  z-index: 999;
}
.navbar .navbar-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
  font-family: "poppinsmedium", sans-serif;
  padding: 1rem 1.5rem;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #111111 !important;
}
.navbar .navbar-nav .nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: transparent;
  margin: auto;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #058040 !important;
}
.navbar .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-nav .nav-item.active > .nav-link:before {
  height: 5px;
  background: #058040;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
  color: #058040 !important;
  background: #f9f9f9;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.navbar .navbar-nav .nav-item.show > .nav-link:before {
  height: 5px;
  top: 0;
  bottom: auto;
  background: #058040;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  min-width: 230px;
  background: #f9f9f9;
  border: 0;
  box-shadow: none;
  margin: 0 !important;
  padding: 1rem !important;
  border-radius: 0 0 8px 8px !important;
  -moz-border-radius: 0 0 8px 8px !important;
  -webkit-border-radius: 0 0 8px 8px !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  margin: 0 !important;
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  padding: 0.5rem 1rem !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
  padding: 0.5rem 0.8rem;
  border: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #058040 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:last-child > .all-product {
  border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a {
  color: #058040;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li.active > a:after {
  color: #058040;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled > li .dropdown-menu li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns {
  padding: 1rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card {
  background: transparent;
  margin: 0;
  padding: 0.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav {
  border-left: 1px solid #a4ce39;
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  background: #a4ce39;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li {
  margin-left: 1rem;
  padding-left: 0;
  border: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-family: "poppinsregular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a strong {
  font-size: 16px;
  font-size: 1rem;
  color: #a4ce39;
  font-family: "poppinsmedium", sans-serif;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a:before {
  content: normal;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a:hover strong {
  color: #058040;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover a {
  color: #058040 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login {
  background: #f9f9f9;
  min-width: 400px;
}
.navbar .navbar-nav .nav-item .dropdown-menu.login .card {
  background: #e9edeb;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav li:hover a:before {
  display: none;
}
.navbar .navbar-nav .nav-item.position-static > .dropdown-menu {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  padding: 0 !important;
}
.navbar .navbar-nav .nav-item.position-static > .dropdown-menu:before {
  content: normal;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: 0 1px 1px 1px #e0dede;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu:before {
  content: normal;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu img {
  max-width: 100%;
  height: auto;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled {
  border-right: 1px solid #ccc;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu {
  padding-left: 0;
  border-left: 0;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu a {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-family: "poppinsmedium", sans-serif;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .all-product {
  font-family: "poppinsmedium", sans-serif;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .all-product:before {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 999;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled {
  border-right: none;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled li a {
  border: 0;
  color: #333 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .list-unstyled li a:hover {
  color: #058040 !important;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu:hover a:before {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #f8f8f8;
  width: 1px;
  z-index: 9999;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .dropdown-menu {
  border-radius: 0 0 8px 0 !important;
  -moz-border-radius: 0 0 8px 0 !important;
  -webkit-border-radius: 0 0 8px 0 !important;
  border: 0;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu .list-unstyled > .dropdown-submenu .dropdown-menu:before {
  content: normal;
}
.navbar .navbar-nav .nav-item.megamenu > .dropdown-menu.straight {
  border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  padding: 1rem !important;
}
.navbar .navbar-brand {
  max-width: 200px;
}
.navbar.sticky-header {
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.top-header .top_header .contact_info ul li a strong {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "poppinssemibold", sans-serif;
  color: #a4ce39;
}
.top-header .top_header .top_bar ul .list-inline-item {
  margin-right: 1rem;
}
.top-header .top_header .top_bar ul .list-inline-item a {
  display: inline-block;
}
.top-header .top_header .top_bar ul .list-inline-item .navbar-text {
  padding: 0;
}
.top-header .navbar-brand {
  width: 100%;
  max-width: 150px;
}
.top-header .search_dynamic {
  width: 100%;
  min-width: 300px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top-header .search_dynamic .input-group {
  width: 100%;
  min-width: 300px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top-header .search_dynamic .input-group .twitter-typeahead {
  width: 100%;
  min-width: 300px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top-header .search_dynamic .input-group .twitter-typeahead:after {
  line-height: 3;
  padding: 0 1rem;
  color: #058040;
}
.top-header .search_dynamic .input-group .twitter-typeahead .typeahead {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.top-header .search_dynamic .input-group .twitter-typeahead .tt-dropdown-menu {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.top-header .search_dynamic .input-group .twitter-typeahead .tt-dropdown-menu .tt-dataset .tt-suggestion:first-child {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}
.top-header .search_dynamic .input-group .twitter-typeahead .tt-dropdown-menu .tt-dataset .tt-suggestion:last-child {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}

.top-nav-cms .btn {
  position: relative;
  background: #a4ce39;
  color: #ffffff;
}
.top-nav-cms .btn .badge {
  border: 1px solid #fff;
}
.top-nav-cms .btn:hover {
  background: #058040;
}
.top-nav-cms .btn .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-family: "poppinsregular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* Nav Tab CSS */
#InfoTab .nav-tabs {
  border: 0;
  margin-bottom: 0 !important;
}
#InfoTab .nav-tabs > li > a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "poppinsmedium", sans-serif;
  padding: 0.8rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #686868;
  border: 1px solid transparent;
  margin-right: 0.3rem;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  background: #e9edeb;
}
#InfoTab .nav-tabs > li > a.active, #InfoTab .nav-tabs > li > a:hover {
  color: #058040;
  background: #ffffff;
  border-top-color: #e9edeb;
  border-left-color: #e9edeb;
  border-right-color: #e9edeb;
  border-bottom-color: transparent;
}
#InfoTab .nav-tabs > li:last-child > a {
  margin-right: 0;
}
#InfoTab .tab-content {
  border: 1px solid #e9edeb;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
}

.nav-customtabs .nav-item .nav-link {
  color: #686868;
  font-size: 16px;
  font-size: 1rem;
  font-family: "poppinsmedium", sans-serif;
}
.nav-customtabs .nav-item .nav-link.active, .nav-customtabs .nav-item .nav-link:hover {
  color: #a4ce39;
  background: transparent;
}
.nav-customtabs .nav-item .nav-link.active:after, .nav-customtabs .nav-item .nav-link:hover:after {
  background: #a4ce39;
}

.tab-content {
  padding: 1rem 0;
}

/*****Sidebar Product Category CSS *****/
.accordion-menu .list-group-item:last-child, .accordion .list-group-item:last-child {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}
.accordion-menu .list-group-item > a, .accordion .list-group-item > a {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #111111 !important;
  /* &:before { @include pseudo($pos: absolute, $content: ''); left: 0; width: 3px; height: 30px; top: 0; bottom: 0; margin: auto; background-color: transparent; } */
}
.accordion-menu .list-group-item > a:after, .accordion .list-group-item > a:after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 10px;
}
.accordion-menu .list-group-item > a[aria-expanded=true]:after, .accordion .list-group-item > a[aria-expanded=true]:after {
  content: "\f106";
}
.accordion-menu .list-group-item > a:hover, .accordion-menu .list-group-item > a[aria-expanded=true], .accordion .list-group-item > a:hover, .accordion .list-group-item > a[aria-expanded=true] {
  color: #058040 !important;
  /*  &:before { background-color: $list-toggle; } */
}
.accordion-menu .list-group-item .list-unstyled li, .accordion .list-group-item .list-unstyled li {
  padding-left: 0.5rem;
}

.sidebar .list-group-item ul li a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #686868 !important;
}
.sidebar .list-group-item ul li a:before {
  top: auto;
}
.sidebar .list-group-item ul li:hover > a, .sidebar .list-group-item ul li.active > a {
  color: #058040 !important;
}
.sidebar #cssmenu .list-group .list-group-item > a {
  color: #686868 !important;
}
.sidebar #cssmenu .list-group .list-group-item:hover {
  background: #f9f9f9;
}
.sidebar #cssmenu .list-group .list-group-item:hover > a {
  color: #058040 !important;
  padding-left: 1.5rem !important;
  background: #f9f9f9;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled {
  background: #f9f9f9;
  border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li {
  background: #f9f9f9;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:first-child {
  border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-radius: 0 15px 0 0;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:last-child {
  border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -webkit-border-radius: 0 0 15px 0;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:last-child > a {
  border: 0;
}
.sidebar #cssmenu .list-group .list-group-item .list-unstyled li:hover > a, .sidebar #cssmenu .list-group .list-group-item .list-unstyled li.active > a {
  color: #058040 !important;
  padding-left: 1.5rem !important;
}

#straightmenu .list-group li:last-child {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
}
#straightmenu .list-group li > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#straightmenu .list-group li > a:before {
  top: 5px !important;
}
#straightmenu .list-group li > .all-product {
  font-size: 16px;
  font-size: 1rem;
}
#straightmenu .list-group li .list-unstyled {
  padding-left: 0.5rem;
}
#straightmenu .list-group li .list-unstyled li a {
  font-size: 14px;
  font-size: 0.875rem;
}
#straightmenu .list-group li .list-unstyled li a.active {
  color: #058040 !important;
}
#straightmenu .list-group li .list-unstyled li a:hover {
  color: #058040 !important;
}
#straightmenu .list-group-item a:hover, #straightmenu .list-group-item a.active {
  color: #058040 !important;
}

.sidebar .facebook_login {
  margin-bottom: 1rem;
}
.sidebar .card {
  -webkit-box-shadow: 0 0 5px 0px #e9edeb;
  -moz-box-shadow: 0 0 5px 0px #e9edeb;
  box-shadow: 0 0 5px 0px #e9edeb;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: #e9edeb;
}
.sidebar .card .card-header {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  border: 0;
}
.sidebar .card .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "poppinsmedium", sans-serif;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) {
  padding: 0 !important;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) > a {
  padding: 0.5rem 1rem 0.5rem 2rem !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: #111111 !important;
  display: block;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item) > a:before {
  left: 15px !important;
  top: 8px !important;
}
.sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item):hover > a, .sidebar #straightmenu.card .card-body .without_cat .list-group > li:not(.list-group-item).active > a {
  color: #058040 !important;
}

#category_list .card {
  -webkit-box-shadow: 0 0 5px 0px #e9edeb;
  -moz-box-shadow: 0 0 5px 0px #e9edeb;
  box-shadow: 0 0 5px 0px #e9edeb;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: #e9edeb;
}
#category_list .card .card-header {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  border: 0;
}
#category_list .card .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "poppinsmedium", sans-serif;
}

#filter_color.card, #filter_orientation.card {
  -webkit-box-shadow: 0 0 5px 0px #e9edeb;
  -moz-box-shadow: 0 0 5px 0px #e9edeb;
  box-shadow: 0 0 5px 0px #e9edeb;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: #e9edeb;
}
#filter_color.card .card-header, #filter_orientation.card .card-header {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  border: 0;
}
#filter_color.card .card-header .card-title, #filter_orientation.card .card-header .card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "poppinsmedium", sans-serif;
}

/* Action Button CSS */
.browse_design, .upload_design, .custom_design, .hire_designer, .quote_design, .ico_quote_design {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
  background: #e9edeb;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
.browse_design .btn-img-text, .upload_design .btn-img-text, .custom_design .btn-img-text, .hire_designer .btn-img-text, .quote_design .btn-img-text, .ico_quote_design .btn-img-text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5rem !important;
  border: 2px dotted transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.browse_design .btn-img-text i, .upload_design .btn-img-text i, .custom_design .btn-img-text i, .hire_designer .btn-img-text i, .quote_design .btn-img-text i, .ico_quote_design .btn-img-text i {
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 46px;
  font-size: 2.875rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.browse_design .btn-img-text .h4, .upload_design .btn-img-text .h4, .custom_design .btn-img-text .h4, .hire_designer .btn-img-text .h4, .quote_design .btn-img-text .h4, .ico_quote_design .btn-img-text .h4 {
  font-family: "poppinsmedium", sans-serif;
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
}
.browse_design:hover, .upload_design:hover, .custom_design:hover, .hire_designer:hover, .quote_design:hover, .ico_quote_design:hover {
  background: #f9f9f9;
}

.browse_design .btn-img-text .h4 {
  color: #a4ce39;
}
.browse_design .btn-img-text i {
  background: #a4ce39;
  color: #ffffff;
}
.browse_design:hover .btn-img-text {
  border-color: #a4ce39;
}

.upload_design .btn-img-text .h4 {
  color: #058040;
}
.upload_design .btn-img-text i {
  background: #058040;
  color: #ffffff;
}
.upload_design:hover .btn-img-text {
  border-color: #058040;
}

.custom_design .btn-img-text .h4 {
  color: #058040;
}
.custom_design .btn-img-text i {
  background: #058040;
  color: #ffffff;
}
.custom_design:hover .btn-img-text {
  border-color: #058040;
}

.hire_designer .btn-img-text .h4 {
  color: #a4ce39;
}
.hire_designer .btn-img-text i {
  background: #a4ce39;
  color: #ffffff;
}
.hire_designer:hover .btn-img-text {
  border-color: #a4ce39;
}

.quote_design .btn-img-text .h4 {
  color: #111111;
}
.quote_design .btn-img-text i {
  background: #111111;
  color: #ffffff;
}
.quote_design:hover .btn-img-text {
  border-color: #111111;
}

.ico_quote_design .btn-img-text .h4 {
  color: #111111;
}
.ico_quote_design .btn-img-text i {
  background: #111111;
  color: #ffffff;
}
.ico_quote_design:hover .btn-img-text {
  border-color: #111111;
}

.btn-title-text.browse_design, .btn-title-text.upload_design, .btn-title-text.custom_design, .btn-title-text.ico_hire_designer, .btn-title-text.ico_quote_design, .btn-title-text.quote_product {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
.btn-title-text.browse_design:hover, .btn-title-text.upload_design:hover, .btn-title-text.custom_design:hover, .btn-title-text.ico_hire_designer:hover, .btn-title-text.ico_quote_design:hover, .btn-title-text.quote_product:hover {
  -webkit-box-shadow: 0 0 5px 1px #73797D;
  -moz-box-shadow: 0 0 5px 1px #73797D;
  box-shadow: 0 0 5px 1px #73797D;
}
.btn-title-text .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.btn-title-text.browse_design {
  background: #a4ce39 !important;
  border: 1px solid #a4ce39 !important;
}
.btn-title-text.browse_design a .h4, .btn-title-text.browse_design a i {
  color: #ffffff !important;
}
.btn-title-text.browse_design:hover {
  background: transparent !important;
}
.btn-title-text.browse_design:hover a .h4, .btn-title-text.browse_design:hover a i {
  color: #a4ce39 !important;
}
.btn-title-text.upload_design {
  background: #058040 !important;
  border: 1px solid #058040 !important;
}
.btn-title-text.upload_design a .h4, .btn-title-text.upload_design a i {
  color: #ffffff !important;
}
.btn-title-text.upload_design:hover {
  background: transparent !important;
}
.btn-title-text.upload_design:hover a .h4, .btn-title-text.upload_design:hover a i {
  color: #058040 !important;
}
.btn-title-text.custom_design {
  background: #058040 !important;
  border: 1px solid #058040 !important;
}
.btn-title-text.custom_design a .h4, .btn-title-text.custom_design a i {
  color: #ffffff !important;
}
.btn-title-text.custom_design:hover {
  background: transparent !important;
}
.btn-title-text.custom_design:hover a .h4, .btn-title-text.custom_design:hover a i {
  color: #058040 !important;
}
.btn-title-text.hire_designer {
  background: #a4ce39 !important;
  border: 1px solid #a4ce39 !important;
}
.btn-title-text.hire_designer a .h4, .btn-title-text.hire_designer a i {
  color: #ffffff !important;
}
.btn-title-text.hire_designer:hover {
  background: transparent !important;
}
.btn-title-text.hire_designer:hover a .h4, .btn-title-text.hire_designer:hover a i {
  color: #a4ce39 !important;
}
.btn-title-text.quote_product {
  background: #111111 !important;
  border: 1px solid #111111 !important;
}
.btn-title-text.quote_product a .h4, .btn-title-text.quote_product a i {
  color: #ffffff !important;
}
.btn-title-text.quote_product:hover {
  background: transparent !important;
}
.btn-title-text.quote_product:hover a .h4, .btn-title-text.quote_product:hover a i {
  color: #111111 !important;
}

/***** Footer CSS *****/
.help-block {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .help-block {
    text-align: start;
  }
}

#footersubscribe_sidebar .custom-control.custom-checkbox {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  #footersubscribe_sidebar .custom-control.custom-checkbox {
    text-align: start !important;
  }
}

.fotter_bottom h3 {
  color: #058040;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "poppinsmedium", sans-serif;
  margin-bottom: 1rem;
}
.fotter_bottom ul {
  padding: 0;
  margin: 0;
}
.fotter_bottom ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.fotter_bottom ul li a {
  padding: 0.3rem 0;
  display: inline-block;
  color: #111111;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.fotter_bottom ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
}
.fotter_bottom ul li a:hover, .fotter_bottom ul li a:focus {
  padding-left: 1rem;
  color: #058040;
}
.fotter_bottom ul li a:hover:before, .fotter_bottom ul li a:focus:before {
  width: 10px;
  background: #058040;
}
.fotter_bottom ul li a i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.fotter_bottom ul.bottom-links li a i {
  display: none;
}
.fotter_bottom .contact_us li a {
  padding-left: 1.5rem;
}
.fotter_bottom .contact_us li a:before {
  display: none;
}
.fotter_bottom .contact_us li a:hover {
  padding-left: 1.5rem;
}
.fotter_bottom .social_icon ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
.fotter_bottom .social_icon ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #a4ce39;
  color: #ffffff;
}
.fotter_bottom .social_icon ul li a i {
  position: static;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
}
.fotter_bottom .social_icon ul li a:before {
  display: none;
}
.fotter_bottom .social_icon ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted transparent;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fotter_bottom .social_icon ul li a:hover, .fotter_bottom .social_icon ul li a:focus {
  background: transparent;
  color: #a4ce39;
}
.fotter_bottom .social_icon ul li a:hover:after, .fotter_bottom .social_icon ul li a:focus:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  -ms-animation: spinAround 9s linear infinite;
  -o-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border-color: #a4ce39;
}
.fotter_bottom .footer_subscribe .card .card-body {
  padding: 0;
}
.fotter_bottom .footer_subscribe .card .card-body .form-row > .col, .fotter_bottom .footer_subscribe .card .card-body .form-row > [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.fotter_bottom .footer_subscribe .card .card-body h3 {
  color: #111111;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5rem !important;
  font-family: "poppinsregular", sans-serif;
}
.fotter_bottom .footer_subscribe .card .card-body .input-group {
  width: 100%;
  max-width: 330px;
}
.fotter_bottom .footer_subscribe .card .card-body .input-group .form-control {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.fotter_bottom .footer_subscribe .card .card-body .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.fotter_bottom .footer_subscribe .card .card-body .input-group .input-group-append button {
  background: transparent;
  color: #111111;
  border: 0;
}
.fotter_bottom .footer_subscribe .card .card-body .input-group .input-group-append button:hover {
  color: #058040;
}

/**** bottom links ****/
.bottom-links .list-inline-item {
  display: block;
  padding: 0;
  margin: 0;
}
.bottom-links .list-inline-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #111111;
  padding: 0.3rem 0;
  display: inline-block;
}
.bottom-links .list-inline-item a.active, .bottom-links .list-inline-item a:focus, .bottom-links .list-inline-item a:hover {
  color: #058040;
  padding-left: 1rem;
}
.bottom-links .list-inline-item a.active:before, .bottom-links .list-inline-item a:focus:before, .bottom-links .list-inline-item a:hover:before {
  background: #058040;
  width: 10px;
}

/* Product Hover Effect*/
.product-box .btn-info {
  overflow: hidden;
  padding: 0;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  color: transparent;
  font-family: "poppinsmedium", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -500px;
}
.product-box .btn-info i {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 50px;
  text-indent: 0;
}
.product-box .btn-info:hover, .product-box .btn-info:focus {
  color: #ffffff;
  width: auto;
  padding: 0 3rem 0 1rem;
  text-indent: 0;
}
.product-box .hover-box-shadow {
  margin-bottom: 2.5rem !important;
  position: relative;
  background: transparent;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: #e9edeb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-box .hover-box-shadow .card-body {
  padding: 1rem !important;
}
.product-box .hover-box-shadow .card-body h3 {
  color: #111111 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "poppinsmedium", sans-serif;
}
.product-box .hover-box-shadow .card-body .card-text {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
}
.product-box .hover-box-shadow .card-footer {
  padding: 0 !important;
  position: absolute;
  bottom: -24px;
  left: 20px;
}
.product-box .hover-box-shadow:hover {
  background: #e9edeb;
  border-color: #058040;
}
.product-box .hover-box-shadow:hover .card-footer .btn-info {
  min-width: 160px;
  text-indent: 0;
  width: auto;
  padding: 0 3rem 0 1rem;
  color: #ffffff;
  background: #058040;
  border-color: #058040;
}
.product-box .hover-box-shadow .thumbnail {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}
.product-box .hover-box-shadow .thumbnail img {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}
.product-box .hover-box-shadow.title-top h3 {
  margin: 1rem 0 !important;
  color: #111111 !important;
  font-family: "poppinsmedium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.product-box .hover-box-shadow.title-top .thumbnail {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.product-box .hover-box-shadow.title-top .thumbnail img {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.flip3d .card-header {
  background: #a4ce39 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flip3d .card-header .card-title {
  color: #ffffff;
}
.flip3d .card-header .card-title:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.slideup:hover {
  border-color: #058040;
}
.slideup .card-body {
  background: #058040 !important;
}
.slideup .card-body .btn-info {
  overflow: hidden;
  padding: 0;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  color: transparent;
  font-family: "poppinsmedium", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -500px;
}
.slideup .card-body .btn-info i {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 50px;
  text-indent: 0;
}
.slideup .card-body .btn-info:hover, .slideup .card-body .btn-info:focus {
  color: #ffffff;
  width: auto;
  padding: 0 3rem 0 1rem;
  text-indent: 0;
}

.slide-hover .card-title {
  background: #a4ce39 !important;
}
.slide-hover .card-title:after {
  background: #86aa2a;
}
.slide-hover .card-body .btn-info {
  overflow: hidden;
  background: #058040;
  border-color: #058040;
  padding: 0;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  color: transparent;
  font-family: "poppinsmedium", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -500px;
}
.slide-hover .card-body .btn-info i {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 50px;
  text-indent: 0;
}
.slide-hover .card-body .btn-info:hover, .slide-hover .card-body .btn-info:focus {
  background: #058040 !important;
  border-color: #058040 !important;
  color: #ffffff;
  width: auto;
  padding: 0 3rem 0 1rem;
  text-indent: 0;
}
.slide-hover:hover .card-text {
  background: #a4ce39;
  background: rgba(164, 206, 57, 0.8);
}

.triangle-slide-overlay .zoom .btn-info {
  position: relative;
  overflow: hidden;
  background: #058040;
  border-color: #058040;
  padding: 0;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  color: transparent;
  font-family: "poppinsmedium", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -500px;
}
.triangle-slide-overlay .zoom .btn-info span {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 50px;
  text-indent: 0;
}
.triangle-slide-overlay .zoom .btn-info:hover, .triangle-slide-overlay .zoom .btn-info:focus {
  background: #058040 !important;
  border-color: #058040 !important;
  color: #ffffff;
  width: auto;
  padding: 0 3rem 0 1rem;
  text-indent: 0;
}
.triangle-slide-overlay .zoom:hover {
  background: #a4ce39;
  background: rgba(164, 206, 57, 0.8);
}

.card-footer .carousel-control-next, .card-footer .carousel-control-prev {
  width: 7%;
}

.popover.show {
  max-width: 350px !important;
}

#top-banner .carousel-control-prev-icon {
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cccccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#top-banner .carousel-control-next-icon {
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cccccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.navbar-bg-outside {
  z-index: 1;
}

#top-banner .carousel-control-prev, #top-banner .carousel-control-next, .carouselimages .carousel-control-prev, .carouselimages .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #058040;
  margin: auto;
}
#top-banner .carousel-control-next, .carouselimages .carousel-control-next {
  right: 20px;
}
#top-banner .carousel-control-prev, .carouselimages .carousel-control-prev {
  left: 20px;
}

#shopping-cart .card-header .card-title a {
  color: #111111 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#shopping-cart .card-header .card-title a:hover {
  color: #058040 !important;
}

#shopping_accordion .card-title a, #price_calculator .card-title a {
  color: #111111 !important;
  font-size: 18px;
  font-size: 1.125rem;
}

.Login_Popup .card {
  border: 0;
}
.Login_Popup .card .card-body {
  padding: 0.5rem !important;
}

.facebook_login {
  padding: 0 0.5rem 0 0;
  vertical-align: top;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0.5rem;
}
.facebook_login i {
  font-size: 18px;
  font-size: 1.125rem;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  color: #3b5998;
}

.btn-animation-primary {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  border: 2px dashed #058040;
  background: #058040;
  color: #ffffff;
  padding: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border: 0;
}
.btn-animation-primary:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted transparent;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}
.btn-animation-primary:hover, .btn-animation-primary:focus {
  background: #ffffff;
  color: #058040;
  border: 0;
}
.btn-animation-primary:hover:before, .btn-animation-primary:focus:before {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  -ms-animation: spinAround 9s linear infinite;
  -o-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border-color: #058040;
}

.btn-animation-info {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  border: 2px dashed #a4ce39;
  background: #a4ce39;
  color: #ffffff;
  padding: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border: 0;
}
.btn-animation-info:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted transparent;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}
.btn-animation-info:hover, .btn-animation-info:focus {
  background: #ffffff;
  color: #a4ce39;
  border: 0;
}
.btn-animation-info:hover:before, .btn-animation-info:focus:before {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  -ms-animation: spinAround 9s linear infinite;
  -o-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  border-color: #a4ce39;
}

/* CMS Header */
.CMS_Heading h2, .CMS_Heading h1 {
  font-family: "poppinsmedium", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #111111;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.CMS_Heading h2:after, .CMS_Heading h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 5px;
  background: #058040;
  margin: auto;
}
.CMS_Heading p {
  font-size: 16px;
  font-size: 1rem;
}

.cms-header-block .ops-services {
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cms-header-block .ops-services h3 {
  font-family: "poppinsmedium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.cms-header-block .ops-services span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cms-header-block .ops-services:hover {
  background: #058040;
}
.cms-header-block .ops-services:hover span, .cms-header-block .ops-services:hover h3 {
  color: #ffffff;
}

/* CMS Middle Footer */
#testimonial_sidebar .carousel-inner .star-list {
  display: flex;
  justify-content: center;
}

.testimonial_home {
  background: url(../images/testimonial_bg.jpg) fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 550px;
}
.testimonial_home .card {
  background: transparent;
  border: 0;
  margin: 0 !important;
}
.testimonial_home .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.testimonial_home .card .card-header .card-title {
  font-family: "poppinsmedium", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem !important;
}
.testimonial_home .card .card-header .card-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 5px;
  background: #058040;
  margin: auto;
}
.testimonial_home .card .card-body {
  padding: 0;
}
.testimonial_home .card .card-body blockquote {
  margin: 0;
}
.testimonial_home .card .card-body blockquote small {
  font-family: "poppinsmedium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.testimonial_home .card .card-footer {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 2rem;
  position: relative;
}
.testimonial_home .card .card-footer a {
  color: #ffffff;
}
.testimonial_home .card .card-footer .float-right {
  display: none;
}
.testimonial_home .card .card-footer .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial_home .card .card-footer .carousel-controls .carousel-control-prev, .testimonial_home .card .card-footer .carousel-controls .carousel-control-next {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: auto;
  height: 50px;
  line-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 0.5rem;
}
.testimonial_home .card .card-footer .carousel-control-prev-icon {
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.testimonial_home .card .card-footer .carousel-control-next-icon {
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.category_tabs .nav-pills {
  width: 50%;
}
.category_tabs .nav-pills .nav-item {
  margin: 1.5rem 0;
}
.category_tabs .nav-pills .nav-item .nav-link {
  font-family: "poppinsmedium", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  background: #d2d2d2;
  color: #058040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: relative;
  border: 1px dashed transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category_tabs .nav-pills .nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -50px;
  width: 50px;
  background: transparent;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category_tabs .nav-pills .nav-item .nav-link i {
  font-size: 8px;
  font-size: 0.5rem;
}
.category_tabs .nav-pills .nav-item .nav-link.active, .category_tabs .nav-pills .nav-item .nav-link:hover {
  color: #a4ce39;
  background: #ffffff;
  border-color: #111111;
}
.category_tabs .nav-pills .nav-item .nav-link.active {
  border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
}
.category_tabs .nav-pills .nav-item .nav-link.active:before {
  border-color: #111111;
  background: #ffffff;
}
.category_tabs .tab-content {
  background: #ffffff;
  border: 1px dashed #111111;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.category_tabs .tab-content .tab-pane {
  padding: 2rem;
}
.category_tabs .tab-content .tab-pane .cat_prod {
  background: #f5f5f5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.category_tabs .tab-content .tab-pane .cat_prod h3 {
  font-family: "poppinssemibold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #058040;
}
.category_tabs .tab-content .tab-pane .cat_prod p {
  line-height: 25px;
}
.category_tabs .tab-content .tab-pane .cat_img {
  max-width: 200px;
}
.category_tabs .tab-content .tab-pane .cat_img a {
  width: 100%;
}
.category_tabs .tab-content .tab-pane .cat_img a img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.Our_Client_Slider {
  position: relative;
}
.Our_Client_Slider .portNav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: none;
  z-index: 99;
}
.Our_Client_Slider .portNav.left-nav {
  right: 100%;
}
.Our_Client_Slider .portNav.right-nav {
  left: 100%;
}
.Our_Client_Slider .inner_box {
  max-width: 130px;
  min-height: 130px;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.Our_Client_Slider .inner_box:hover {
  background: #e9edeb;
}
.Our_Client_Slider .inner_box img {
  margin: 0 auto;
  max-width: 80px;
}

@-webkit-keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-content {
  padding: 0 0 1rem 0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #e9edeb;
  -webkit-box-shadow: 0 0 5px 0px #e9edeb;
  -moz-box-shadow: 0 0 5px 0px #e9edeb;
  box-shadow: 0 0 5px 0px #e9edeb;
  margin: 0;
}

.body-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home_page_body .body-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home_page_body .main-content {
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0 -1rem;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  font-size: 0.75rem;
}

.page-header {
  border: 0;
  padding: 1rem 1rem;
  margin: 0 -1rem 1rem;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  background: #e9edeb;
}
.page-header h1, .page-header h2, .page-header h3 {
  font-family: "poppinsmedium", sans-serif;
  padding: 0 !important;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-header .btn i {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.28rem;
}

.popover {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.popover .popover-body {
  overflow: inherit;
}
.popover .popover-header {
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
}

.search_template_box .btn, .form-inline .btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.popup_page_inner .page-header {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
}

.fancybox-content {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.fancybox-content .page-header {
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item:first-child .page-link {
  border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
}

#related-product .card {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.account_dashboard_box {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.breadcrumb_container .breadcrumb li span, .breadcrumb_container .breadcrumb li a {
  font-size: 12px;
  font-size: 0.75rem;
}

#price_calculator .card-header {
  border-color: #a4ce39 !important;
}
#price_calculator .card-header .card-title {
  font-family: "poppinsmedium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #a4ce39;
}

.inner-banner {
  background: url(../images/inner-banner.jpg) fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 270px;
}
.inner-banner .inner-block {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.inner-banner .inner-block h4 {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "poppinsmedium", sans-serif;
}

.fancybox-caption .btn:hover, .fancybox-caption .btn:focus {
  text-decoration: none;
}

.Login_Popup .card-body .dropdown-item-text {
  margin-top: 1rem;
  padding-top: 1rem !important;
  border-top: 1px solid #e9ecef;
}

#shipping .page-sub-header {
  margin-bottom: 1rem !important;
}

#quote_details .fa-angle-left {
  padding-right: 0.25rem;
}
#quote_details .quote-history .page-sub-header {
  border: 1px solid #dee2e6 !important;
  background: #e8e8e8;
  padding: 1rem 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#quote_details .quote-history .page-sub-header h3 {
  margin: 0;
}
#quote_details .quote-history .card {
  border: 1px solid #dee2e6 !important;
  padding: 1rem 0.5rem !important;
  border-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #058040;
  background-color: #058040;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1600px) {
  .category_tabs .nav-pills .nav-item .nav-link {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .Our_Client_Slider .portNav.left-nav {
    right: 95%;
  }
  .Our_Client_Slider .portNav.right-nav {
    left: 95%;
  }
  .top-header .navbar-brand {
    max-width: 150px;
  }
  .fotter_bottom .social_icon ul li {
    margin: 0 0.2rem;
  }
  .category_tabs .tab-content .tab-pane {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    padding: 0.8rem 1.2rem;
  }
  .py-100 {
    padding: 3rem 0;
  }
  .CMS_Heading h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cms-header-block .ops-services h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .testimonial_home {
    min-height: auto;
  }
  .testimonial_home .card .card-header .card-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .category_tabs .tab-content .tab-pane {
    padding: 1rem;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .category_tabs .tab-content .slick-dots {
    left: 0;
    right: 0;
    bottom: -40px;
  }
  .category_tabs .tab-content .slick-dots li button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .category_tabs .tab-content .slick-dots li button:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .CMS_Heading h1 {
    font-size: 1.8rem;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
    padding-left: 1.5rem;
  }
  .popover.show {
    max-width: 100% !important;
  }
  .user-info .btn-outline-secondary {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
  .cms-header-block .ops-services span {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .navbar .navbar-nav .nav-item > .nav-link:before {
    right: auto;
    left: 5px;
    bottom: 0;
    top: 0;
    height: 0;
    width: 3px;
    margin: auto;
  }
  .navbar .navbar-nav .nav-item.active > .nav-link, .navbar .navbar-nav .nav-item:hover > .nav-link, .navbar .navbar-nav .nav-item.show > .nav-link {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .navbar .navbar-nav .nav-item.active > .nav-link:before, .navbar .navbar-nav .nav-item:hover > .nav-link:before, .navbar .navbar-nav .nav-item.show > .nav-link:before {
    height: 25px;
    top: 0;
    bottom: 0;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 1rem 0 !important;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .CMS_Heading h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .CMS_Heading p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .testimonial_home {
    min-height: auto;
  }
  .testimonial_home .card .card-header .card-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .testimonial_home .card .card-body blockquote {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .testimonial_home .card .card-body blockquote small {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .category_tabs .nav-pills {
    width: 100%;
  }
  .category_tabs .nav-pills .nav-item .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .category_tabs .nav-pills .nav-item .nav-link.active, .category_tabs .nav-pills .nav-item .nav-link:hover {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .category_tabs .nav-pills .nav-item .nav-link:before {
    display: none;
  }
  .category_tabs .tab-content .tab-pane {
    padding: 0;
  }
  .category_tabs .tab-content .tab-pane .cat_prod {
    text-align: center;
  }
  .category_tabs .tab-content .tab-pane .cat_prod h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .category_tabs .tab-content .tab-pane .cat_img {
    margin: 0 auto;
  }
  .category_tabs .tab-content .tab-pane .cat_img a {
    width: 100%;
    max-width: 100%;
  }
  .category_tabs .tab-content .tab-pane .cat_img a img {
    max-width: 100%;
  }
  .Our_Client_Slider .portNav {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .Our_Client_Slider .portNav.left-nav {
    right: 88%;
  }
  .Our_Client_Slider .portNav.right-nav {
    left: 88%;
  }
  .Our_Client_Slider .inner_box {
    max-width: 100px;
    min-height: 100px;
  }
  .Our_Client_Slider .inner_box img {
    max-width: 70px;
  }
  .btn-animation-primary:before, .btn-animation-info:before {
    width: 40px;
    line-height: 43px;
    height: 40px;
  }
  .body-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home_page_body .body-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .home_page_body .main-content {
    margin: 0 -0.8rem;
  }
  .fotter_bottom .footer_subscribe .card .card-body .input-group {
    max-width: 100%;
  }
  .cms-header-block .ops-services {
    padding: 1.5rem;
  }
  .page-header h1, .page-header h2, .page-header h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .inner-banner {
    min-height: auto;
  }
  .inner-banner .inner-block h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #top-banner .carousel-control-next, .carouselimages .carousel-control-next {
    right: 5px;
  }
  #top-banner .carousel-control-prev, .carouselimages .carousel-control-prev {
    left: 5px;
  }
  #top-banner .carousel-control-next, #top-banner .carousel-control-prev, .carouselimages .carousel-control-next, .carouselimages .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  #top-banner .carousel-control-next span, #top-banner .carousel-control-prev span, .carouselimages .carousel-control-next span, .carouselimages .carousel-control-prev span {
    width: 10px;
  }
  #top-banner .carousel-indicators, .carouselimages .carousel-indicators {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=theme.css.map */
