:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
*, ::after, ::before { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.15; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgb(33, 37, 41); text-align: left; background-color: rgb(255, 255, 255); }
[tabindex="-1"]:focus { outline: 0px !important; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0.5rem; }
p { margin-top: 0px; margin-bottom: 1rem; }
dl, ol, ul { margin-top: 0px; margin-bottom: 1rem; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
a { color: rgb(0, 123, 255); text-decoration: none; background-color: transparent; }
a:hover { color: rgb(0, 86, 179); text-decoration: underline; }
figure { margin: 0px 0px 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
button { border-radius: 0px; }
button:focus { outline: -webkit-focus-ring-color auto 5px; }
button, input, optgroup, select, textarea { margin: 0px; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="reset"], [type="submit"], button, html [type="button"] { appearance: button; }
::-webkit-file-upload-button { font: inherit; appearance: button; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; }
.h1, h1 { font-size: 2.5rem; }
.h2, h2 { font-size: 2rem; }
.h3, h3 { font-size: 1.75rem; }
.h4, h4 { font-size: 1.5rem; }
.img-fluid { max-width: 100%; max-height: 260px; }
.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px){.container { max-width: 540px; }}
@media (min-width: 768px){.container { max-width: 720px; }}
@media (min-width: 992px){.container { max-width: 960px; }}
@media (min-width: 1200px){.container { max-width: 1140px; }}
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }
@media (min-width: 576px){.col-sm-6 { flex: 0 0 50%; max-width: 50%; }}
@media (min-width: 768px){.col-md-3 { flex: 0 0 25%; max-width: 25%; }.col-md-6 { flex: 0 0 50%; max-width: 50%; }.col-md-12 { flex: 0 0 100%; max-width: 100%; }}
@media (min-width: 992px){.col-lg-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }.col-lg-3 { flex: 0 0 25%; max-width: 25%; }.col-lg-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }.col-lg-12 { flex: 0 0 100%; max-width: 100%; }}
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce){.form-control { transition: none; }}
.form-control:focus { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(128, 189, 255); outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.form-control::-webkit-input-placeholder { color: rgb(108, 117, 125); opacity: 1; }
.form-control::placeholder { color: rgb(108, 117, 125); opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: rgb(233, 236, 239); opacity: 1; }
.form-group { margin-bottom: 1rem; }
.btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce){.btn { transition: none; }}
.btn:focus, .btn:hover { text-decoration: none; }
.btn.focus, .btn:focus { outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.btn.disabled, .btn:disabled { opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active { background-image: none; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 98, 204); border-color: rgb(0, 92, 191); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(84, 91, 98); border-color: rgb(78, 85, 91); }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(30, 126, 52); border-color: rgb(28, 116, 48); }
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; }
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(17, 122, 139); border-color: rgb(16, 112, 127); }
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; }
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(211, 158, 0); border-color: rgb(198, 149, 0); }
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; }
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(189, 33, 48); border-color: rgb(178, 31, 45); }
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; }
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(218, 224, 229); border-color: rgb(211, 217, 223); }
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; }
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(29, 33, 36); border-color: rgb(23, 26, 29); }
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-color: rgb(0, 123, 255); }
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: rgba(0, 123, 255, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(108, 117, 125); border-color: rgb(108, 117, 125); }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: rgba(108, 117, 125, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(40, 167, 69); border-color: rgb(40, 167, 69); }
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: rgba(40, 167, 69, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(23, 162, 184); border-color: rgb(23, 162, 184); }
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: rgba(23, 162, 184, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(255, 193, 7); border-color: rgb(255, 193, 7); }
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: rgba(255, 193, 7, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(220, 53, 69); border-color: rgb(220, 53, 69); }
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: rgba(220, 53, 69, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle { color: rgb(33, 37, 41); background-color: rgb(248, 249, 250); border-color: rgb(248, 249, 250); }
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: rgba(248, 249, 250, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle { color: rgb(255, 255, 255); background-color: rgb(52, 58, 64); border-color: rgb(52, 58, 64); }
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: rgba(52, 58, 64, 0.5) 0px 0px 0px 0.2rem; }
.collapse:not(.show) { display: none; }
.dropdown, .dropleft, .dropright, .dropup { position: relative; }
.dropdown-toggle::after { display: inline-block; width: 0px; height: 0px; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-width: 0.3em 0.3em 0px; border-style: solid solid none; border-color: currentcolor transparent; }
.dropdown-menu { position: absolute; top: 100%; left: 0px; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0px; margin: 0.125rem 0px 0px; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255, 255, 255); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }
.dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: rgb(33, 37, 41); text-align: inherit; white-space: nowrap; background-color: transparent; border: 0px; }
.dropdown-item:focus, .dropdown-item:hover { color: rgb(22, 24, 27); text-decoration: none; background-color: rgb(248, 249, 250); }
.dropdown-item.active, .dropdown-item:active { color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(0, 123, 255); }
.dropdown-item.disabled, .dropdown-item:disabled { color: rgb(108, 117, 125); background-color: transparent; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:focus, .nav-link:hover { text-decoration: none; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; }
.navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }
.navbar-brand:focus, .navbar-brand:hover { text-decoration: none; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0px; margin-bottom: 0px; list-style: none; }
.navbar-nav .nav-link { padding-right: 0px; padding-left: 0px; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; }
.navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: center center / 100% 100% no-repeat; }
@media (max-width: 991.98px){.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0px; padding-left: 0px; }}
@media (min-width: 992px){.navbar-expand-lg { flex-flow: row; justify-content: flex-start; }.navbar-expand-lg .navbar-nav { flex-direction: row; }.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; }.navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }.navbar-expand-lg .navbar-toggler { display: none; }}
.card-text:last-child { margin-bottom: 0px; }
.page-link:not(:disabled):not(.disabled) { cursor: pointer; }
@-webkit-keyframes progress-bar-stripes { 
  0% { background-position: 1rem 0px; }
  100% { background-position: 0px 0px; }
}
@keyframes progress-bar-stripes { 
  0% { background-position: 1rem 0px; }
  100% { background-position: 0px 0px; }
}
.media-body { flex: 1 1 0%; }
.close:not(:disabled):not(.disabled) { cursor: pointer; }
.rounded { border-radius: 0.25rem !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.fixed-top { position: fixed; top: 0px; right: 0px; left: 0px; z-index: 1030; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.text-center { text-align: center !important; }
@media print{*, ::after, ::before { text-shadow: none !important; box-shadow: none !important; }a:not(.btn) { text-decoration: underline; }img, tr { break-inside: avoid; }h2, h3, p { orphans: 3; widows: 3; }h2, h3 { break-after: avoid; }body { min-width: 992px !important; }.container { min-width: 992px !important; }.navbar { display: none; }}
#pricing-table, .adverts-search-suggestion, .page-header .breadcrumb-wrapper, a.back-to-top i, h1 { text-align: center; }
.blog-post-item .post-thumb figure, .classiser-search-bar, .product-filter .Show-item .woocommerce-ordering label, .search-two .search-inner > .row, .services-tow-area > .row, ol, p, ul { margin: 0px; }
.btn-common, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: rgb(123, 189, 232); }
body { background: rgb(255, 255, 255); font-size: 14px; font-weight: 400; font-family: "Open Sans", sans-serif; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased; color: rgb(51, 51, 51); line-height: 25px; backface-visibility: hidden; }
h1, h2, h3, h4 { font-family: Montserrat, sans-serif; }
h1 { font-size: 24px; font-weight: 300; }
h2, h3, h4 { font-size: 36px; font-weight: 700; }
a { transition: 0.2s linear; }
.btn, .category-box, .featured-box .feature-content .listing-bottom .btn-verified, .featured-box .feature-content .listing-bottom .btn-verified i { transition: 0.2s linear; }
a.back-to-top:focus, a.back-to-top:hover, a:hover { text-decoration: none; }
p { font-weight: 400; font-family: "Open Sans", sans-serif; font-size: 14px; }
ol, ul { list-style: none; padding: 0px; }
ol li, ul li { list-style: none; }
.section-titile-bg, .section-title { font-weight: 700; text-align: center; }
#content, #editor, #google-map-area, #subscribe-form .form-group, .blog-post-item, .btn-common, .classiser-search-bar .inputwithicon, .details-box .product-img, .loader, .login-area .login-form .input-icon, .navbar-brand, .page-header, .post-thumb, .search-bar .inputwithicon, .section-sub, .section-title, .widget-search #search-form { position: relative; }
.section-title { font-size: 30px; color: rgb(51, 51, 51); line-height: 52px; padding-bottom: 15px; margin-bottom: 30px; text-transform: uppercase; }
.section-sub::before, .section-title::before { position: absolute; content: ""; height: 1px; width: 45px; left: 50%; bottom: 10px; transform: translateX(-50%); background-color: rgb(123, 189, 232); }
.btn, .btn-border { padding: 7px 20px; }
.btn { font-size: 14px; cursor: pointer; font-weight: 400; transition: 0.2s linear; display: inline-block; }
.btn:active, .btn:focus { box-shadow: none; outline: 0px; color: rgb(255, 255, 255); }
.btn-common { color: rgb(255, 255, 255); z-index: 1; border-radius: 50px; transition: 0.2s ease-in-out; }
.btn-common:hover { color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 22px; }
.btn-rm, .tg-btn { text-transform: capitalize; }
button:focus { outline: 0px !important; }
#color-style-switcher .bottom a.settings, #copyright p a:hover, #hero-area .contents span.year, #sidebar .categories-list li a:hover, #sidebar .posts-list .widget-content a:hover, #sidebar .tagcloud a:hover, .blog-post .post-content .post-title a:hover, .categories-list-ad .categories-list li a:hover, .category-box .category-content li a:hover, .category-box .category-header h4:hover, .chat-message-box .memessage .description a:hover, .checkbox a:hover, .contact-footer li span a:hover, .dashboard-sections .contentbox h2 a:hover, .description-info .short-info ul li a span, .description-info .short-info ul li a:hover, .details-box .ads-details-info .details-meta span a:hover, .error-content .description a:hover, .featured-box .feature-content h4 a:hover, .featured-box .feature-content ul.address li a:hover, .icon-check, .icon-close, .login-area .forgetpassword:hover, .login-area .form-links a:hover, .media-content-list .media-body h4 a:hover, .offers-user-online .offerer .user-name h4 a, .page-sidebar .categories-list li a:hover, .post-meta a:hover, .product-item .product-title a:hover, .reply-link:hover, .search-two .search-inner .search-suggestion .search-suggestion-items ul li a:hover, .services-item .services-content h3 a:hover, .services-tow-area .service-two-item-wrapper .services-item-two .services-content .service-two-btn, .services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a:hover, .sidebar-box .navdashboard ul li a.active i, .sidebar-box .navdashboard ul li a:focus i, .sidebar-box .navdashboard ul li a:hover i, .special-product .product-text .icon-footer a:hover, .testimonial-item .content h3 a, footer .menu li a:hover { color: rgb(123, 189, 232); }
.bg-drack, .cta, .featured-lis, .inner-box, .testimonial, .trending-cat { background: rgb(250, 250, 250); }
.bg-white, .menu-bg, .product-item { background: rgb(255, 255, 255); }
a.back-to-top { display: none; position: fixed; bottom: 18px; right: 15px; text-decoration: none; }
a.back-to-top i { display: block; font-size: 22px; width: 40px; height: 40px; line-height: 40px; color: rgb(255, 255, 255); background: rgb(123, 189, 232); border-radius: 50px; transition: 0.2s ease-in-out; box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px, rgba(0, 0, 0, 0.28) 0px 4px 8px; }
.owl-carousel .item { margin: 5px; }
#list-view .featured-box, .adverts-search-suggestion .adverts-search-suggestion-items, .bottom-card li, .login-area .checkbox, .owl-carousel .owl-controls .owl-page, .page-header .breadcrumb-wrapper .breadcrumb li, .sign-in li, .sign-in li .nav-link, .tg-btn { display: inline-block; }
@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.section-padding { padding: 60px 0px; }
#google-map-area, .section-padding2 { padding-top: 60px; }
@-webkit-keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fadeIn { animation-name: fadeIn; }
#roof .quick-contacts span a, .featured-box .feature-content .product a, .featured-box .feature-content h4 a { color: rgb(51, 51, 51); }
.navbar, .navbar-brand, .search-two .search-inner > .row > div { padding: 0px; }
.navbar-brand img, .navbar-brand-flag img { height: auto; width: 100%; }
.navbar-brand-flag { position: absolute; padding: 0px; }
.dropdown-item.active, .dropdown-item:active, .indigo { background: 0px 0px; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 14px; color: rgb(255, 255, 255); padding: 0px 20px; letter-spacing: 0.5px; margin-top: 20px; margin-bottom: 20px; border-radius: 30px; line-height: 37px; text-transform: uppercase; background: 0px 0px; font-weight: 400; transition: 0.3s ease-in-out; }
.navbar-expand-lg .navbar-nav li .active > a, .navbar-expand-lg .navbar-nav li a:focus, .navbar-expand-lg .navbar-nav li a:hover { color: rgb(123, 189, 232); outline: 0px; }
#editor .popover, #tg-photogallery, .dropdown-toggle::after, .mobile-menu, .navbar-toggler, .note-Top, .slicknav_menu, .tg-fileuploadlabel input[type="file"].fileinput { display: none; }
.dropdown-menu { margin: 0px; padding: 10px; display: none; position: absolute; z-index: 99; min-width: 190px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background-color: rgb(255, 255, 255); white-space: nowrap; border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 25px 0px; animation: 0.4s ease 0s 1 normal none running fadeIn; }
.sign-in li .nav-link, .tg-btn { font-size: 14px; border-radius: 30px; }
.dropdown-menu::before { position: absolute; top: -8px; left: 22px; display: block; content: ""; width: 0px; height: 0px; border-style: solid; border-width: 0px 9px 8px; border-color: transparent transparent rgb(255, 255, 255); box-sizing: border-box; }
.dropdown:hover .dropdown-menu { display: block; position: absolute; text-align: left; top: 100%; animation: 0.4s ease 0s 1 normal none running fadeIn; background: rgb(255, 255, 255); }
.dropdown .dropdown-menu .dropdown-item { width: 100%; padding: 6px 12px; margin-bottom: 2px; border-radius: 4px; font-size: 14px; color: rgb(102, 102, 102); text-decoration: none; display: inline-block; float: left; letter-spacing: 0.5px; clear: both; position: relative; outline: 0px; transition: 0.3s ease-in-out; }
.dropdown .dropdown-item.active, .dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover { background: rgb(123, 189, 232); color: rgb(255, 255, 255) !important; }
.tg-btn { color: rgb(255, 255, 255); padding: 3px 15px; margin-left: 10px; position: relative; background: rgb(123, 189, 232); text-align: center; }
.tg-btn:hover { color: rgb(255, 255, 255) !important; box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 22px; }
.tg-btn i { margin-right: 3px; }
#sidebar .categories-list li a i, .categories-list-ad .categories-list li a i, .details-box .ads-btn a, .details-box .ads-btn a i, .details-box .ads-details-info .details-meta span a i, .details-box .advertisement li i, .featured-box .feature-content .product a i, .featured-box .feature-content ul.address li i, .page-sidebar .categories-list li a i, .product-item .product-content a i, .sign-in .dropdown .dropdown-menu .dropdown-item i, .sign-in li, .sign-in li .nav-link i { margin-right: 5px; }
.sign-in { display: inline-table; }
.sign-in li .nav-link { color: rgb(123, 189, 232); font-weight: 400; padding: 3px 14px; background: rgb(255, 255, 255); margin-top: 20px; margin-bottom: 20px; }
.sign-in li .nav-link:hover { color: rgb(2, 171, 85) !important; }
#pricing-table #active-tb, #pricing-table .table:hover, .product-item .carousel-thumb:hover, .services-item:hover, .sidebar-box .navdashboard ul li a.active, .sidebar-box .navdashboard ul li a:focus, .sidebar-box .navdashboard ul li a:hover, .slicknav_btn { border-color: rgb(123, 189, 232); }
.adstatusactive, .category-icon-item .icon-box:hover, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .slicknav_menu .slicknav_icon-bar { background: rgb(123, 189, 232); }
@media screen and (max-width: 991px){.navbar-header { width: 100%; }.navbar-brand { position: absolute; padding: 0px 15px; top: 0px; }.navbar-brand img { width: 100%; padding-top: 18px; }.navbar-brand-flag { position: absolute; padding: 0px 5px; top: 0px; }.navbar-brand-flag img { width: 100%; padding-top: 5px; }.slicknav_menu { display: block; }}
@media screen and (max-width: 768px){.navbar-header { width: 100%; }.navbar-brand { position: absolute; padding: 0px 15px; top: 0px; }.navbar-brand img { width: 100%; padding-top: 18px; }.navbar-brand-flag { position: absolute; padding: 0px 5px; top: 0px; }.navbar-brand-flag img { width: 100%; padding-top: 5px; }.slicknav_menu { display: block; }}
#hero-area, #hero-area-two { color: rgb(255, 255, 255); overflow: hidden; position: relative; }
#hero-area .overlay { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(54, 59, 77, 0.66); }
#hero-area .contents { padding: 160px 0px 210px; }
#hero-area .contents .head-title { color: rgb(255, 255, 255); font-size: 50px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }
#hero-area .contents p { font-size: 16px; color: rgb(255, 255, 255); font-weight: 400; line-height: 26px; }
#content .contact-form, #content .information, .search-bar { margin-top: 40px; }
.search-bar .search-form { width: 100%; float: left; }
.search-bar .search-inner { background: rgba(128, 128, 128, 0.5); overflow: hidden; border-radius: 50px; margin: 0px; border: 0px; padding: 10px; width: 100%; float: left; position: relative; }
.search-bar .form-group { margin: 5px; float: left; width: 27.33%; padding: 0px 0px 0px 52px; background: rgb(255, 255, 255); border-radius: 50px; }
.search-bar .form-group .form-control { position: relative; z-index: 1; }
.search-bar .form-group .form-control, .search-bar .form-group .select select { border: 0px; height: 50px; border-radius: 50px; font-size: 15px; line-height: 30px; padding: 10px 15px 15px 0px; background: rgb(255, 255, 255); }
.classiser-search-bar .form-group .form-control, .classiser-search-bar .form-group .select select:focus, .search-bar .form-group .form-control, .search-bar .form-group .select select:focus { outline: 0px; box-shadow: none; }
.classiser-search-bar .select, .search-bar .select { color: rgb(102, 102, 102); float: left; width: 100%; position: relative; text-transform: uppercase; }
.classiser-search-bar .select::after, .search-bar .select::after { top: 7px; right: 15px; z-index: 2; color: rgb(102, 102, 102); display: block; content: ""; position: absolute; text-align: center; font-size: inherit; line-height: 40px; font-family: LineIcons; }
.search-bar .select select { z-index: 1; width: 100%; position: relative; appearance: none; }
.search-bar .select select option { color: rgb(102, 102, 102); }
.classiser-search-bar .inputwithicon i, .search-bar .inputwithicon i { top: 0px; z-index: 2; color: rgb(123, 189, 232); position: absolute; left: 20px; font-size: 20px; line-height: 50px; }
.search-bar .btn-common { top: 15px; right: 15px; padding: 0px; z-index: 2; width: 157px; border-radius: 50px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; line-height: 50px; text-align: center; position: absolute; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; transition: 0.4s ease-in-out; }
.search-bar .btn-common i { font-size: 20px; vertical-align: middle; }
.counter-section .counter .icon, .form-group, .mb-30, .media-content-list li, .search-two, .widget_search { margin-bottom: 30px; }
.category-icon-item .icon-box .icon, .close-account p, .product-item p, .services-tow-area .service-two-item-wrapper .services-item-two .services-content h3, .single-cta h4, .text-sub, .tg-checkbox { margin-bottom: 10px; }
.featured-box { width: 100%; background: rgb(255, 255, 255); box-shadow: rgba(198, 198, 198, 0.3) 0px 2px 18px 0px; margin-bottom: 15px; margin-top: 15px; }
.featured-box figure { margin: 0px; width: 100%; float: left; position: relative; }
.featured-box .feature-content { display: inline-block; padding: 0px 20px 10px; }
.featured-box .feature-content .product { width: 100%; float: left; font-size: 13px; line-height: 18px; list-style: none; margin: 0px 0px 12px; padding: 15px 0px 10px; border-bottom: 1px solid rgb(238, 238, 238); }
.featured-box .feature-content h4 { font-size: 16px; line-height: 20px; text-transform: uppercase; }
.featured-box .feature-content ul.address { margin-bottom: 10px; display: inline-block; }
.featured-box .feature-content ul.address li { float: left; width: 50%; line-height: 30px; color: rgb(153, 153, 153); }
.chat-message-box .memessage .description a, .checkbox a, .featured-box .feature-content ul.address li a, .login-area .form-links a, .search-btn i { color: rgb(153, 153, 153); }
#copyright p a, .blog-post-item .post-item-content .post-title a, .box-hover i, .box:hover h4, .box:hover strong, .categories-icon .icon-box:hover h4, .featured-box .feature-content .listing-bottom .btn-verified:hover i { color: rgb(255, 255, 255); }
.product-item .carousel-thumb { display: block; position: relative; z-index: 99; overflow: hidden; transition: 0.4s; }
.product-item .product-content { padding: 15px 15px 0px; position: relative; }
.product-item .product-content a { color: rgb(153, 153, 153); font-size: 14px; font-weight: 400; margin-right: 5px; }
.product-item .product-title { margin: 0px; overflow: hidden; font-size: 14px; padding: 10px 0px; position: relative; text-overflow: ellipsis; white-space: nowrap; }
.product-item .product-title a { color: rgb(72, 72, 72); font-weight: 700; font-size: 14px; }
.product-item .card-text { width: 100%; display: inline-block; margin-top: 15px; padding: 15px 0px; border-top: 1px solid rgb(241, 241, 241); }
#new-products .owl-controls .owl-buttons { position: relative; top: -215px; left: 0px; }
#new-products .owl-controls .owl-buttons div.owl-prev { float: left; margin-left: -45px; }
#new-products .owl-controls .owl-buttons div.owl-next { float: right !important; margin-right: -45px; }
.owl-theme .owl-controls .owl-buttons div { width: 40px; height: 40px; text-align: center; box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px 0px, rgba(0, 0, 0, 0.15) 0px 2px 5px 0px; transition: 0.4s ease-in-out; display: block !important; background: rgb(123, 189, 232) !important; opacity: 1 !important; border-radius: 50px !important; }
.owl-theme .owl-controls .owl-buttons div:hover { box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 11px 0px, rgba(0, 0, 0, 0.15) 0px 4px 15px 0px; opacity: 0.8 !important; }
.owl-theme .owl-controls .owl-buttons div i { color: rgb(255, 255, 255); font-size: 16px; line-height: 40px; }
.categories-icon .icon-box, .categories-icon .icon-box .icon i { transition: 0.3s ease-out; }
.categories-icon .icon-box { text-align: center; padding: 15px; margin-bottom: 15px; border-radius: 4px; transition: 0.3s ease-out; }
#about .intro-desc, #comments .comments-list .media .info-body .media-heading, .categories-icon .icon-box .icon, .form-dashboard .privacy-box .dashboardholder ul li { margin-bottom: 15px; }
.categories-icon .icon-box h4 { font-size: 16px; color: rgb(72, 72, 72); font-weight: 500; transition: 0.3s ease-out; }
.categories-icon .icon-box:hover { background: rgb(123, 189, 232); box-shadow: rgba(216, 216, 216, 0.75) 0px 16px 20px 0px; }
.btns-actions .btn-action, .dashboard-sections .dashboardbox, .dashboardtable tbody tr, .footer-social li a { transition: 0.4s ease-in-out; }
.adstatus { width: 80px; color: rgb(255, 255, 255); display: block; font-size: 13px; font-weight: 500; line-height: 30px; border-radius: 30px; text-align: center; text-transform: uppercase; }
.adstatusexpired { background: rgb(252, 146, 9); }
.post-meta, footer .menu li { padding-bottom: 10px; }
#content .contact-title::before, .block-title::before { content: ""; height: 3px; width: 40px; background: rgb(123, 189, 232); position: absolute; left: 0px; bottom: 0px; z-index: 1; }
.form-control { display: block; width: 100%; line-height: 26px; font-size: 14px; box-shadow: none; color: rgb(132, 132, 132); background: rgb(255, 255, 255); padding: 7px 19px; border: 1px solid rgb(229, 229, 229); border-radius: 50px; font-weight: 400; transition: 0.5s; }
.form-control:focus { border-color: rgb(123, 189, 232); outline: 0px; box-shadow: none; }
.block-title { font-size: 20px; font-weight: 500; color: rgb(255, 255, 255); margin-bottom: 20px; padding-bottom: 25px; position: relative; }
footer .footer-Content { background-color: rgb(26, 28, 29); padding: 60px 0px; color: rgb(183, 195, 200); }
footer .footer-Content .footer-logo img { width: 80%; }
.textwidget { font-size: 14px; font-weight: 300; line-height: 24px; }
.textwidget p, footer .menu li a { color: rgb(183, 195, 200); font-size: 15px; }
footer .menu { padding-left: 0px; }
.footer-social li { display: inline-block; margin-right: 12px; }
.footer-social li a { background-color: rgb(123, 189, 232); border-radius: 50%; color: rgb(255, 255, 255); height: 32px; line-height: 32px; text-align: center; width: 32px; display: inline-block; transition: 0.4s ease-in-out; }
.footer-social li .facebook:hover, .social-icon .facebook:hover { background-color: rgb(59, 89, 152); }
#copyright { background-color: rgb(17, 18, 18); padding: 20px 0px 10px; color: rgb(255, 255, 255); }
#copyright p { line-height: 34px; }
.counter-section { background: url("../img/hero-area.webp"); overflow: hidden; position: relative; }
.counter-section::before { content: ""; position: absolute; top: 0px; bottom: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.counter-section .counter { padding: 30px 0px; }
.counter-section .counter .icon i { font-size: 60px; color: rgb(123, 189, 232); }
.counter-section .counter .counterUp { color: rgb(255, 255, 255); font-size: 42px; font-weight: 700; margin-bottom: 10px; }
.counter-section .counter p { font-size: 18px; color: rgb(255, 255, 255); font-weight: 400; }
.select::after, .search-bar .select::after { pointer-events: none; }
.search-bar .search-inner { overflow: visible; display: flow-root; }
#hero-area { overflow: visible; }
@media (min-width: 992px) and (max-width: 1199px){.section-title { font-size: 24px; }.navbar-expand-lg .navbar-nav .nav-link { padding: 0px 10px; }.search-bar .form-group { width: 26.33%; }.sign-in li .nav-link, .tg-btn { padding: 3px 10px; }#hero-area .contents .head-title, .counter-section .counter .counterUp { font-size: 30px; }.description h4, .featured-box .feature-content h4, .services-item .services-content h3 a, .single-cta h4, .subscribes p, .testimonial-item .content h2 { font-size: 15px; }.details-box .ads-details-info .list-specification li, .featured-box .feature-content ul.address li a { font-size: 11px; }.categories-icon .icon-box h4 { font-size: 13px; }.sign-in li { margin-right: 0px; }}
@media (max-width: 991px){.search-bar .form-group { width: 26.33%; }.section-title { position: relative; margin-bottom: 10px; font-size: 22px; }}
@media (min-width: 768px) and (max-width: 991px){.search-bar .form-group { width: 48%; }.search-bar .btn { padding: 0px; margin: 0px; width: 48%; position: relative; }.search-bar .search-inner { border-radius: 4px; }.search-bar .btn-common { top: 5px; right: 0px; }#hero-area .contents .head-title { font-size: 30px; }#hero-area .contents p, #hero-area-two .contents p, .counter-section .counter p, .featured-box .feature-content h4, .services-item .services-content h3 a { font-size: 14px; }#hero-area-two .contents .head-title, .counter-section .counter .counterUp { font-size: 26px; }.counter-section .counter .icon i { font-size: 45px; }.featured-box .feature-content ul.address li a, .futere-ad-widget .ctl-content-wrapper .ctl-content p { font-size: 13px; }#new-products .owl-controls .owl-buttons { top: -240px; }#new-products .owl-controls .owl-buttons div.owl-prev { margin-left: -10px; }#new-products .owl-controls .owl-buttons div.owl-next { margin-right: -10px; }.blog-post-item, .categories-wrap, .product-item, .single-cta, .widget_search { margin-bottom: 30px; }.footer-Content .widget { margin-bottom: 20px; margin-top: 20px; }footer .footer-Content .footer-logo img { width: 60%; }}
@media (max-width: 767px){#hero-area .contents, .search-bar { display: inline-block; }#comments h3, #hero-area .contents .head-title, .section-title, .services-item .services-content h3 a, .single-cta h4, .testimonial-item .content h2 { font-size: 15px; }#list-view .list-box figure, .search-bar .form-group, .subscribe-inner .form-inline { width: 100%; }.search-bar .btn { padding: 0px; margin: 0px; width: 100%; position: relative; }.search-bar .search-inner { border-radius: 4px; }.search-bar .btn-common { top: 2px; right: 0px; }#hero-area .contents { padding: 100px 0px; width: 100%; }#hero-area-two .contents p, .featured-box .feature-content h4 { font-size: 14px; }.counter-section .counter .icon i { font-size: 48px; }.counter-section .counter .counterUp { font-size: 28px; }#categories-icon-slider, .blog-post-item, .product-item, .single-cta, .special-product, .widget_search { margin-bottom: 30px; }#pricing-table .title h3, .block-title, .description h4, .details-box .ads-details-info h2, .subscribe-inner .subscribe-title { font-size: 18px; }.featured-box .feature-content ul.address li a { font-size: 12px; }.featured-box .feature-content ul.address li i { margin-right: 2px; }.footer-Content .widget { margin-top: 20px; margin-bottom: 20px; }#copyright .float-right { float: left !important; }footer .footer-logo img { width: 68%; }#new-products .owl-controls .owl-buttons { top: -245px; }#new-products .owl-controls .owl-buttons div.owl-prev { margin-left: -12px; }#new-products .owl-controls .owl-buttons div.owl-next { margin-right: -12px; }}
@media (min-width: 320px) and (max-width: 480px){.search-bar .form-group { width: 100%; }footer .footer-logo img { width: 50%; }#copyright p { line-height: 20px; margin-bottom: 10px; }}
@media (min-width: 576px){.col-sm-6 { flex: 0 0 50%; max-width: 50%; }.col-sm-12 { flex: 0 0 100%; max-width: 100%; }}
@media (min-width: 768px){.col-md-6 { flex: 0 0 50%; max-width: 50%; }.col-md-12 { flex: 0 0 100%; max-width: 100%; }}
@media (min-width: 992px){.col-lg-3 { flex: 0 0 25%; max-width: 25%; }.col-lg-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }.col-lg-12 { flex: 0 0 100%; max-width: 100%; }}
.fade { transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce){.fade { transition: none; }}
.fade:not(.show) { opacity: 0; }
.nav { display: flex; flex-wrap: wrap; padding-left: 0px; margin-bottom: 0px; list-style: none; }
.nav-tabs { border-bottom: 1px solid rgb(222, 226, 230); }
.nav-tabs .nav-item { margin-bottom: -1px; }
.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230); }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.pagination { display: flex; padding-left: 0px; list-style: none; border-radius: 0.25rem; }
.page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: rgb(0, 123, 255); background-color: rgb(255, 255, 255); border: 1px solid rgb(222, 226, 230); }
.page-link:hover { z-index: 2; color: rgb(0, 86, 179); text-decoration: none; background-color: rgb(233, 236, 239); border-color: rgb(222, 226, 230); }
.page-link:focus { z-index: 2; outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.page-item:first-child .page-link { margin-left: 0px; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link { z-index: 1; color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); border-color: rgb(0, 123, 255); }
.page-item.disabled .page-link { color: rgb(108, 117, 125); pointer-events: none; cursor: auto; background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230); }
.d-flex { display: flex !important; }
.flex-column { flex-direction: column !important; }
.justify-content-center { justify-content: center !important; }
@media (min-width: 768px){.flex-md-row { flex-direction: row !important; }}
@media print{*, ::after, ::before { text-shadow: none !important; box-shadow: none !important; }a:not(.btn) { text-decoration: underline; }img, tr { break-inside: avoid; }h2, h3, p { orphans: 3; widows: 3; }body { min-width: 992px !important; }.container { min-width: 992px !important; }.navbar { display: none; }}
.navbar li.active a.nav-link { background: rgb(123, 189, 232); border-radius: 30px; color: rgb(255, 255, 255) !important; }
.contents-ctg { padding: 110px 0px 160px; }
#list-view .featured-box figure { float: left; width: 49%; }
#list-view .featured-box .feature-content { float: left; text-align: left; padding: 0px 15px 10px 30px; width: 49.667%; }
.product-filter { margin-bottom: 10px; background: rgb(250, 250, 250); display: inline-block; width: 100%; padding: 10px 15px; line-height: 20px; }
.product-filter .nav-tabs { float: right; margin-right: 10px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; }
.product-filter .nav-tabs .nav-link { font-size: 22px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 2px 10px; border-radius: 4px; color: rgb(153, 153, 153); background: 0px 0px; }
.product-filter .nav-tabs .nav-item.show .nav-link, .product-filter .nav-tabs .nav-link.active { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; color: rgb(123, 189, 232); }
.product-filter .short-name { display: inline-block; color: rgb(153, 153, 153); }
.product-filter .short-name span { float: left; margin-right: 5px; }
.pagination-bar { margin-top: 35px; }
.page-item .page-link { margin-right: 10px; padding: 10px 15px; border-radius: 60px; color: rgb(123, 189, 232); }
.page-link.active, .page-link:focus, .page-link:hover { background-color: rgb(123, 189, 232); color: rgb(255, 255, 255); box-shadow: none; }
.page-item:first-child .page-link, .page-item:last-child .page-link { border-radius: 60px; }
@media (min-width: 992px) and (max-width: 1199px){.navbar-expand-lg .navbar-nav .nav-link { padding: 0px 10px; }.search-bar .form-group { width: 26.33%; }.sign-in li .nav-link, .tg-btn { padding: 3px 10px; }.description h4, .featured-box .feature-content h4, .services-item .services-content h3 a, .single-cta h4, .subscribes p, .testimonial-item .content h2 { font-size: 15px; }.details-box .ads-details-info .list-specification li, .featured-box .feature-content ul.address li a { font-size: 11px; }.sign-in li { margin-right: 0px; }}
@media (max-width: 991px){.search-bar .form-group { width: 26.33%; }}
@media (min-width: 768px) and (max-width: 991px){.search-bar .form-group { width: 48%; }.search-bar .btn { padding: 0px; margin: 0px; width: 48%; position: relative; }.search-bar .search-inner { border-radius: 4px; }.search-bar .btn-common { top: 5px; right: 0px; }.contents-ctg { padding: 100px 0px 200px; }#hero-area .contents p, #hero-area-two .contents p, .counter-section .counter p, .featured-box .feature-content h4, .services-item .services-content h3 a { font-size: 14px; }.featured-box .feature-content ul.address li a, .futere-ad-widget .ctl-content-wrapper .ctl-content p { font-size: 13px; }.footer-Content .widget { margin-bottom: 20px; margin-top: 20px; }footer .footer-Content .footer-logo img { width: 60%; }}
@media (max-width: 767px){#hero-area .contents, .search-bar { display: inline-block; }#list-view .list-box figure, .search-bar .form-group, .subscribe-inner .form-inline { width: 100%; }.search-bar .btn { padding: 0px; margin: 0px; width: 100%; position: relative; }.search-bar .search-inner { border-radius: 4px; }.search-bar .btn-common { top: 2px; right: 0px; }.contents-ctg { padding: 110px 0px 80px; }#hero-area-two .contents p, .featured-box .feature-content h4 { font-size: 14px; }#pricing-table .title h3, .block-title, .description h4, .details-box .ads-details-info h2, .subscribe-inner .subscribe-title { font-size: 18px; }.featured-box .feature-content ul.address li a { font-size: 12px; }.featured-box .feature-content ul.address li i { margin-right: 2px; }#list-view .featured-box figure { width: 100%; margin-bottom: 10px; }#list-view .featured-box .feature-content { padding: 10px; width: 100%; }.product-filter .short-name { display: block !important; }.footer-Content .widget { margin-top: 20px; margin-bottom: 20px; }#copyright .float-right { float: left !important; }.pagination .page-item .page-link { padding: 7px 14px; }footer .footer-logo img { width: 68%; }}
b, strong { font-weight: bolder; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0px; }
@media (min-width: 992px){.col-lg-3 { flex: 0 0 25%; max-width: 25%; }.col-lg-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }.col-lg-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }}
.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgb(233, 236, 239); border-radius: 0.25rem; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.owl-carousel .owl-controls .owl-page span { background: rgb(255, 255, 255); border-radius: 2px; display: block; height: 12px; margin: 5px 7px; opacity: 0.5; width: 12px; }
.page-header { padding: 115px 0px 45px; }
#hero-area-two .overlay, .page-header::before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(54, 59, 77, 0.88); }
.page-header .breadcrumb-wrapper .product-title { font-size: 30px; line-height: 38px; font-weight: 700; letter-spacing: 1px; color: rgb(255, 255, 255); }
.page-header .breadcrumb-wrapper .breadcrumb { font-size: 14px; color: rgb(123, 189, 232); border-radius: 0px; background: 0px 0px; padding: 5px 0px; z-index: 1; }
.page-header .breadcrumb-wrapper .breadcrumb li a { color: rgb(255, 255, 255); padding-right: 5px; }
.blog-post .cat-meta, .description-info .short-info ul li, .form-dashboard .privacy-box .dashboardholder ul, .futere-ad-widget .ctl-content-wrapper .icon, .head-faq { margin-bottom: 20px; }
.details-box .ads-details-info h2 { font-size: 26px; font-weight: 700; line-height: 36px; }
.details-box .ads-details-info .details-meta span { display: inline-block; margin: 11px 0px 16px; }
.blog-post .meta .meta-part, .details-box .advertisement li { display: inline-block; margin-right: 10px; }
.blog-post .post-content .post-title a, .details-box .advertisement li a, .testimonial-item .content h2 a { color: rgb(72, 72, 72); }
.details-box .ads-btn .btn-reply { background: rgb(13, 121, 191); }
.details-box .social-link a { display: inline-block; color: rgb(255, 255, 255); margin-right: 5px; border-radius: 4px; background: rgb(250, 250, 250); width: 32px; height: 32px; line-height: 32px; text-align: center; }
.details-box .social-link .twitter { background: rgb(85, 172, 238); }
.details-box .social-link .facebook { background: rgb(59, 89, 152); }
.details-box .social-link .google { background: rgb(221, 75, 57); }
.details-box .social-link .linkedin { background: rgb(0, 123, 181); }
.details-box .owl-pagination { position: absolute; width: 100%; left: 0px; bottom: -65px; }
.details-box .owl-theme .owl-controls { display: inline-block; width: 100%; text-align: center; }
.owl-theme .owl-controls .active .item-link { border-bottom: 4px solid rgb(123, 189, 232); }
.description-info { margin-top: 50px; background: rgb(255, 255, 255); }
.description-info .description, .description-info .short-info { background: rgb(250, 250, 250); padding: 30px; }
.description-info .short-info h4 { font-size: 18px; margin-bottom: 20px; }
.description-info .short-info ul li i { font-size: 18px; margin-right: 10px; }
.description-info .short-info ul li a { color: rgb(72, 72, 72); font-size: 16px; }
.owl-pagination { position: absolute; width: 100%; left: 0px; bottom: -40px; }
.owl-theme .owl-controls .owl-page { display: inline-block; zoom: 1; }
.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 2px 4px; opacity: 1; border-radius: 30px; background: rgb(255, 255, 255); border: 2px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px; transition: 0.4s ease-in-out; }
@media (min-width: 992px) and (max-width: 1199px){.navbar-expand-lg .navbar-nav .nav-link { padding: 0px 10px; }.sign-in li .nav-link, .tg-btn { padding: 3px 10px; }#pricing-table .title h3, .details-box .ads-details-info h2 { font-size: 20px; }.sign-in li { margin-right: 0px; }}
@media (min-width: 768px) and (max-width: 991px){.ads-details-info { margin-top: 80px; }.footer-Content .widget { margin-bottom: 20px; margin-top: 20px; }footer .footer-Content .footer-logo img { width: 60%; }}
@media (max-width: 767px){#pricing-table .title h3, .block-title, .description h4, .details-box .ads-details-info h2, .subscribe-inner .subscribe-title { font-size: 18px; }.details-box .owl-pagination, .product-filter .Show-item { display: none; }.footer-Content .widget { margin-top: 20px; margin-bottom: 20px; }#copyright .float-right { float: left !important; }footer .footer-logo img { width: 68%; }.details-box .ads-details-info .details-meta span { margin: 5px 0px; }.details-box .advertisement li { display: inline; margin-right: 0px; }}
@media (min-width: 320px) and (max-width: 480px){.details-box .owl-pagination { display: none; }footer .footer-logo img { width: 50%; }#copyright p { line-height: 20px; margin-bottom: 10px; }.page-header .breadcrumb-wrapper .product-title { text-align: left; }}