@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&amp;display=swap');

html {
    height: 100%
}

body {
    font-size: 16px;
    background: #fff;
    color: #373737;
    overflow-x: hidden;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 100%
}

img {
    max-width: 100%
}

p {
    margin-bottom: .5rem
}

a {
    text-decoration: none;
    color: #ed1b24;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    color: #231f20;
    box-shadow: none
}

ul,
li {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.med-text {
    font-weight: 700
}

.bold-text {
    font-weight: 900
}

.italic-text {
    font-style: italic
}

.text-underline {
    text-decoration: underline
}

.form-control:focus {
    outline: none;
    box-shadow: none
}

.form-control::-ms-clear {
    display: none
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #fff;
    border: 1px solid #ed1b24;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ed1b24
}

.btn-pa-primary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    padding: .6rem 1.5rem;
    display: inline-block;
    margin-top: 1rem
}

.btn-pa-primary:hover,
.btn-pa-primary:focus {
    background: #fff;
    color: #231f20;
    border-color: #fff
}

.btn-pa-secondary {
    background: #ed1b24;
    color: #fff;
    border-color: #ed1b24;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    padding: .6rem 2.5rem;
    display: inline-block;

}

.btn-pa-secondary:hover,
.btn-pa-secondary:focus {
    background: #231f20;
    border: 1px solid #231f20;
    color: #fff;

}

.btn-pa-sm {
    background: #ed1b24;
    color: #fff;
    border: 1px solid #ed1b24;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    padding: .6rem 2.5rem;
    display: inline-block;
    margin-top: 1rem
}

.btn-pa-sm:hover,
.btn-pa-sm:focus {
    background: #231f20;
    color: #fff;
    border-color: #231f20
}

.btn-pa-bordered {
    background: transparent;
    color: #231f20;
    border: 1px solid #231f20;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    padding: .6rem 2.5rem;
    display: inline-block;
    margin-top: 1rem
}

.btn-pa-bordered:hover,
.btn-pa-bordered:focus {
    background: #ed1b24;
    color: #fff;
    border-color: #ed1b24
}

.link-pa-primary {
    color: #ed1b24;
    font-weight: 700
}

.link-pa-primary i {
    font-size: .75rem
}

.link-pa-primary:hover,
.link-pa-primary:focus {
    color: #231f20
}

.link-pa-secondary {
    color: #231f20
}

.link-pa-secondary:hover,
.link-pa-secondary:focus {
    color: #ed1b24
}

.link-pa-bordered {
    color: #ed1b24;
    text-decoration: underline;
    font-weight: 700
}

.link-pa-bordered:hover,
.link-pa-bordered:focus {
    color: #231f20;
    text-decoration: underline
}

.pa-red {
    color: #ed1b24
}

.pa-pink {
    color: #e32776
}

.pa-orange {
    color: #ff9015
}

.pa-d-orange {
    color: #ff671d
}

.pa-purple {
    color: #8f4899
}

.pa-white {
    color: #fff
}

.scrollToTop {
    position: fixed;
    background: #ed1b24;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
    font-size: 1.5rem;
    line-height: 0;
    padding: 5px;
    width: 45px;
    height: 45px;
    bottom: 60px;
    right: 30px;
    display: none;
    z-index: 15
}

.scrollToTop:hover,
.scrollToTop:focus {
    background: #231f20;
    color: #fff
}

.has-error {
    border-color: #d50032 !important
}

.has-error::-webkit-input-placeholder {
    color: #d50032
}

.has-error:-moz-placeholder {
    color: #d50032
}

.has-error::-moz-placeholder {
    color: #d50032
}

.has-error:-ms-input-placeholder {
    color: #d50032
}

.pa-form .form-control {
    background-color: #fff;
    height: 50px
}

.pa-form textarea.form-control {
    height: auto;
    min-height: 100px
}

.pa-form select {
    background: url(../images/select-arrow-down.png)no-repeat right 15px center;
    background-color: #fff;
    padding-right: 2rem !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.pa-form select::-ms-expand {
    display: none
}

.pa-form .custom-control-input:checked~.custom-control-label::before {
    border-color: #ed1b24;
    background-color: #ed1b24
}

.pa-form .pa-datepicker {
    background: #f7f7f7 url(../images/icon-calendar.html)97% 50% no-repeat
}

.pa-form .custom-file .custom-file-input {
    height: 50px
}

.pa-form .custom-file .custom-file-label {
    height: 50px;
    line-height: 2;
    overflow: hidden
}

.pa-form .custom-file .custom-file-label::after {
    height: 50px;
    line-height: 2
}

.pa-form .pa-radio,
.pa-form .pa-check {
    padding: .75rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    min-height: 50px;
    vertical-align: middle
}

.pa-form .upload-file {
    margin-bottom: 1.75rem
}

.pa-form .form-terms {
    padding-bottom: 2rem
}

.pa-form .search-group {
    position: relative
}

.pa-error {
    color: #d50032
}

.pa-container {
    width: 100%;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.pa-wrapper {
    padding-top: 0;
    overflow: hidden
}

.inner-wrapper {
    padding-top: 64px
}

.pa-listing {
    margin-bottom: 1.5rem
}

.pa-listing li {
    position: relative;
    padding: 3px 0 3px 1.25rem
}

.pa-listing li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0
}

.order-listing {
    counter-reset: num
}

.order-listing li {
    position: relative;
    padding: 3px 0 3px 2.25rem
}

.order-listing li::before {
    display: inline-block;
    width: 24px;
    text-align: right;
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: num;
    content: counter(num)
}

.pa-heading {
    text-align: center;
    margin-bottom: 2.5rem
}

.pa-heading h3 {
    display: block;
    position: relative;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.pa-heading h3 span {
    display: inline-block;
    position: relative;
    padding: .5rem 1rem;
    background: #231f20;
    color: #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    z-index: 1
}

.pa-heading.purple h3 span {
    background: #8f4899
}

.pa-heading h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 1) 25%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(163, 163, 163, 1)), color-stop(50%, rgba(163, 163, 163, 1)), color-stop(50%, rgba(163, 163, 163, 1)), color-stop(75%, rgba(163, 163, 163, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 1) 25%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 1) 25%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 1) 25%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(163, 163, 163, 1) 25%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 50%, rgba(163, 163, 163, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.pa-heading.purple h3 span {
    background: #8f4899
}

.pa-heading-secondary {
    text-align: center;
    margin-bottom: 2.5rem
}

.pa-heading-secondary h3 {
    display: inline-block;
    position: relative;
    padding: .5rem 1rem;
    background: #231f20;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.inner-heading {
    text-align: center;
    margin-bottom: 2rem
}

.inner-heading h3 {
    font-size: 1.875rem;
    font-weight: 700
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.sub-heading {
    font-size: 1.25rem;
    color: #373737;
    padding-bottom: .75rem;
    border-bottom: 2px solid #373737;
    margin-bottom: 2rem
}

.pa-inner header {
    background: #000
}

.pa-inner .pa-header .navbar-brand .logo-inverse {
    display: inline-block
}

.pa-inner .pa-header .navbar-brand .logo-white {
    display: none
}

.header-menu {
    padding: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.header-menu .nav-inner {
    margin-left: auto;
    margin-right: auto;
}

.header-menu .navbar {
    padding: 0
}

.header-menu .navbar .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 18px 15px;
    margin: 0 3px;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
}

.header-menu .navbar .nav-link:hover,
.header-menu .navbar .nav-link:focus,
.header-menu .navbar .nav-link.active,
.header-menu .navbar .show .nav-link {
    color: #ed1b24 !important;
    border-bottom: 3px solid #ed1b24;
    font-size: 1.1rem;
}

/*.header-menu .navbar .nav-item{position:relative}*/
.header-menu .navbar-nav {
    padding-right: 2rem
}

.header-menu .navbar-nav .btn-collapse {
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: .85rem;
    position: absolute;
    top: 0;
    right: 0
}

.header-menu .navbar-nav .btn-collapse::before {
    content: "\f067";
    display: inline-block;
    color: #fff;
    line-height: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.25rem
}

.header-menu .navbar-nav .btn-collapse.collapsed::before {
    content: "\f068";
    color: #fff
}

.header-menu .header-search {
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    line-height: 0;
    position: absolute;
    top: 12px;
    right: 0;
    display: none
}

.header-menu .header-search:hover,
.header-menu .header-search:focus {
    color: #ed1b24
}

.dropdown-toggle::after {
    content: none
}

.pa-header .navbar-brand {
    max-width: 118px;
    width: 100%;
    padding: 0;
    line-height: 0;
    z-index: 17;
}

.pa-header .navbar-brand .logo-white {
    display: none
}

.pa-header .navbar-brand .logo-inverse {
    display: inline-block
}

.pa-header .navbar-toggler {
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 17
}

.pa-header .navbar-toggler a {
    position: absolute;
    top: 0;
    left: 0
}

.pa-header .navbar-toggler .menu-close {
    display: none
}

.pa-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 15;
    display: none
}

.nav-up {
    margin-top: 0;
    background: #000;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2)
}

.nav-up .header-menu {
    padding: 0
}

/*.nav-up .pa-header .navbar-brand .logo-white{display:none}
.nav-up .pa-header .navbar-brand .logo-inverse{display:inline-block}*/
.nav-up .header-menu .navbar .nav-link,
.pa-inner .header-menu .navbar .nav-link {
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-weight: 500;
}

.nav-up .header-menu .navbar .nav-link:hover,
.nav-up .header-menu .navbar .nav-link:focus,
.nav-up .header-menu .navbar .nav-link.active,
.nav-up .header-menu .navbar .show .nav-link,
.pa-inner .header-menu .navbar .nav-link:hover,
.pa-inner .header-menu .navbar .nav-link:focus {
    color: #ed1b24;
    border-bottom: 3px solid #ed1b24;
}

.nav-up .header-menu .navbar .nav-link.active {
    font-size: 1.2rem;
}

.nav-up .header-menu .header-search,
.pa-inner .header-menu .header-search {
    color: #ed1b24
}

.nav-up .header-menu .header-search:hover,
.nav-up .header-menu .header-search:focus,
.pa-inner .header-menu .header-search:hover,
.pa-inner .header-menu .header-search:focus {
    color: #fff
}

.megamenu-li {
    position: static
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: .5rem 0 1rem;
    background: #fff;
    color: #848383;
    border: 0;
    border-radius: 0;
    margin: 0;
    font-size: .875rem;
    border: 0
}

.megamenu::after {
    content: "";
    background: #fff;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1
}

.megamenu.menu-lg {
    min-width: 375px
}

.megamenu.menu-md {
    min-width: 280px
}

.megamenu .ddl-list {
    text-align: center
}

.megamenu .ddl-links li {
    display: inline-block;
    margin-right: .5rem;
    /*border-bottom:1px solid #ccc*/
}

.megamenu .ddl-links li:last-child {
    margin-right: 0;
    /*border-bottom:0*/
}

.megamenu .ddl-links a .nav-img {
    background: #fff;
    margin-bottom: 2px
}

.megamenu .ddl-links a {
    padding: .75rem;
    font-size: 1rem;
    color: #373737;
    font-weight: 700;
    line-height: 1.2
}

.megamenu .ddl-links a:hover,
.megamenu .ddl-links a:focus {
    background: #231f20;
    color: #fff
}

.search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 10;
    display: none
}

.search-form .search-input {
    position: absolute;
    width: 100%;
    top: 20%;
    padding: 0 15px
}

.search-form .search-input .form-group,
.search-form .search-tags {
    position: relative;
    max-width: 800px;
    margin: 0 auto
}

.search-form .search-input .form-control {
    border: 3px solid #ed1b24;
    border-radius: 3rem;
    height: 70px;
    padding: .375rem 4rem .375rem 2rem
}

.search-form .search-input .pa-btn-search {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ed1b24;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 15px
}

.search-form .search-input .pa-btn-search:hover,
.search-form .search-input .pa-btn-search:focus {
    background: #231f20
}

.search-form .close-search {
    position: relative
}

.search-form .btn-closeSearch {
    font-size: 1.5rem;
    color: #ed1b24;
    position: absolute;
    top: 16px;
    right: 18px
}

.search-form .btn-closeSearch:hover,
.search-form .btn-closeSearch:focus {
    color: #231f20
}

.search-form .search-tags {
    text-align: right;
    margin-top: 1rem
}

.search-form .search-tags .tag {
    display: inline-block;
    font-size: .875rem;
    text-align: center;
    color: #fff;
    background: #ed1b24;
    padding: .5rem 1rem;
    border-radius: 20px;
    margin: .3rem .15rem;
    cursor: pointer
}

.search-form .search-tags .tag:hover,
.search-form .search-tags .tag:focus {
    background: #231f20;
    color: #fff
}

.pa-footer {
    background: #f6f6f6;
    font-size: .875rem;
    color: #a3a3a3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.pa-footer a {
    color: #a3a3a3
}

.pa-footer a:hover,
.pa-footer a:focus {
    color: #231f20;
    text-decoration: underline
}

.pa-footer .link-list li {
    padding: .3rem 0
}

.pa-footer h6 {
    color: #ed1b24;
    font-size: 1rem;
    margin-bottom: 1.25rem
}

.pa-footer .link-list,
.pa-footer .social {
    margin-bottom: 2rem
}

.footer-top {
    padding: 4rem 0
}

.footer-links {
    margin-bottom: 3rem
}

.pa-footer .abt-preeti p {
    line-height: 2;
    margin-bottom: 1.25rem
}

.pa-footer .abt-preeti p.med-text {
    color: #373737;
    font-size: 1rem
}

.footer-copy {
    background: #fff;
    padding: 2.5rem 0 2rem
}

.footer-copy a:after {
    content: "|";
    display: inline-block;
    margin: 0 10px 0 13px
}

.footer-copy a:last-child:after {
    content: none
}

.social a {
    font-size: 1.5rem;
    color: #626262;
    display: inline-block;
    margin-right: 20px
}

.social a:last-child {
    margin-right: 0
}

.social a.fb:hover,
.social a.fb:focus {
    color: #4267b2
}

.social a.tw:hover,
.social a.tw:focus {
    color: #1ab7ea
}

.social a.insta:hover,
.social a.insta:focus {
    color: #e32776
}

.social a.yt:hover,
.social a.yt:focus {
    color: #ed1b24
}

.pa-breadcrumb {
    margin-bottom: 0;
    padding: .75rem 0;
    background: #000
}

.pa-breadcrumb .breadcrumb {
    display: block;
    background: #000;
    border-radius: 0;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 0
}

.pa-breadcrumb .breadcrumb li {
    font-size: .875rem;
    display: inline
}

.pa-breadcrumb .breadcrumb a {
    color: #fff
}

.pa-breadcrumb .breadcrumb a:hover,
.pa-breadcrumb .breadcrumb a:focus {
    color: #ed1b24
}

.pa-breadcrumb .breadcrumb-item.active {
    color: #a3a3a3
}

.pa-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .75rem
}

.inner-menu {
    font-size: .875rem;
    padding: .65rem 0;
    background: #f6f6f6;
    display: none
}

.inner-menu .menu-slider {
    overflow: hidden
}

.inner-menu .view-all {
    padding: 4px 0
}

.menuslider-wrapper {
    position: relative;
    padding: 4px 0;
    box-sizing: border-box
}

.pa-ProductNav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0
}

.js .pa-ProductNav {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: hidden
}

.js .pa-ProductNav::-webkit-scrollbar {
    display: none;
    scrollbar-width: none
}

.pa-ProductNav_Contents {
    float: left;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative
}

.pa-ProductNav_Contents-no-transition {
    -webkit-transition: none;
    transition: none
}

.pa-ProductNav_Link {
    text-decoration: none;
    font-size: .875rem;
    color: #a3a3a3;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.pa-ProductNav_Link::after {
    content: "|";
    color: #a3a3a3;
    display: inline-block;
    margin: 0 .5rem
}

/*.pa-ProductNav_Link:last-child::after{content:none}*/
.pa-Advancer {
    width: 21px;
    height: 21px;
    background: #626262;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    top: 4px;
    bottom: 0;
    opacity: 0;
}

.pa-Advancer:hover,
.pa-Advancer:focus {
    color: #fff;
    background: #ff9015
}

.pa-Advancer:hover {
    cursor: pointer
}

.pa-Advancer_Left {
    left: 0
}

[data-overflowing="both"]~.pa-Advancer_Left,
[data-overflowing="left"]~.pa-Advancer_Left {
    opacity: 1
}

.pa-Advancer_Right {
    right: 0
}

[data-overflowing="both"]~.pa-Advancer_Right,
[data-overflowing="right"]~.pa-Advancer_Right {
    opacity: 1
}

.pa-pagination {
    padding-top: 2rem;
    border-top: 1px solid #c1c1c1
}

.pa-pagination .page-link {
    background: #fff;
    color: #88888d
}

.pa-pagination .page-link:hover,
.pa-pagination .page-link:focus,
.pa-pagination .page-link.active {
    background: #ed1b24;
    color: #fff
}

.pa-controls .owl-nav {
    margin-top: 0
}

.pa-controls .owl-nav button.owl-prev,
.pa-controls .owl-nav button.owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    border: 4px solid #fff;
    color: #fff;
    font-size: 1.75rem;
    position: absolute;
    top: 45%
}

.pa-controls .owl-nav button.owl-prev {
    left: 15px
}

.pa-controls .owl-nav button.owl-next {
    right: 15px
}

.pa-controls .owl-nav button.owl-prev i,
.pa-controls .owl-nav button.owl-next i {
    position: relative;
    top: 0;
    left: 0
}

.pa-controls .owl-nav button.owl-prev i {
    margin-right: .2rem
}

.pa-controls .owl-nav button.owl-next i {
    margin-left: .2rem
}

.pa-controls .owl-nav button.owl-prev:hover,
.pa-controls .owl-nav button.owl-prev:focus,
.pa-controls .owl-nav button.owl-next:hover,
.pa-controls .owl-nav button.owl-next:focus {
    background: #ff9015
}

.pa-controls .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px
}

.mfp-close {
    width: 40px !important;
    height: 32px;
    text-align: center !important;
    padding: 0 !important;
    color: #fff !important;
    background: #ed1b24 !important;
    color: #fff !important;
    right: 0 !important;
    opacity: 1;
    border-radius: 3px 3px 0 0;
    top: -32px !important;
    line-height: 1.3
}

.mfp-close:hover {
    color: #231f20 !important;
    background: #fff !important
}

.mfp-zoom-out-cur {
    cursor: default
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

body.mfp-zoom-out-cur {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

.home-section {
    position: relative
}

.home-slider .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #fff
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
    background: #fff
}

.home-slider .item img {
    width: 100%
}

.home-text {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20%
}

.home-text h2 {
    font-size: 2.75rem
}

.inner-banner {
    position: relative
}

.inner-banner .banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: none
}

.inner-banner .banner-content .banner-text {
    color: #373737;
    max-width: 500px
}

.inner-banner .banner-content .banner-text h2 {
    font-size: 2.5rem;
    font-weight: 700
}

.featured-categories {
    padding: 0 0 5px
}

.featured-list {
    text-align: center;
    padding: 0;
    font-weight: 700;
    background: #c4b4ad
}

.featured-list.gas-stove {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 229, 217, 1) 60%, rgba(255, 229, 217, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 229, 217, 1)), color-stop(100%, rgba(255, 229, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 229, 217, 1) 60%, rgba(255, 229, 217, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 229, 217, 1) 60%, rgba(255, 229, 217, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 229, 217, 1) 60%, rgba(255, 229, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 229, 217, 1) 60%, rgba(255, 229, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffe5d9', GradientType=0);
}

.featured-list.mixer-grinder {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 240, 224, 1) 60%, rgba(255, 240, 224, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(20%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 240, 224, 1)), color-stop(100%, rgba(255, 240, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 240, 224, 1) 60%, rgba(255, 240, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 240, 224, 1) 60%, rgba(255, 240, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 240, 224, 1) 60%, rgba(255, 240, 224, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 240, 224, 1) 60%, rgba(255, 240, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff0e0', GradientType=0);
}

.featured-list img {
    margin-top: 5px
}

.featured-list h3 {
    font-weight: 700;
    font-size: 2.375rem
}

.featured-list p {
    font-size: 1.25rem
}

.featured-list.gas-stove h3 {
    color: #ed1b24
}

.welcome-to .pa-heading-secondary {
    margin-top: -1.5rem
}

.welcome-content {
    text-align: center;
    padding: 3rem 0
}

.welcome-content p {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 2.5rem
}

.welcome-content .welcome-links {
    margin-bottom: 4rem
}

.welcome-content .welcome-links .row {
    margin: 0
}

.welcome-content .welcome-links .col-sm-4 {
    padding: 0
}

.welcome-content .welcome-links a {
    display: block;
    padding: 1rem .5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #373737;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 1rem
}

.welcome-content .welcome-links a i {
    font-size: .875rem;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle
}

.welcome-content .welcome-links a:hover,
.welcome-content .welcome-links a:focus {
    color: #fff;
    background: #ed1b24
}

.count-list {
    padding: 1rem 0
}

.count-list .count-text {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #0a71b6;

}

.count-list .count-text .text-sm {
    font-size: 1.25rem;
    display: block;
    opacity: .6
}

.count-list a {
    color: #bdbec0
}

.count-list a:hover,
.count-list a:focus {
    color: #231f20
}

.privacy-content {
    padding: 2rem 0
}

.privacy-content p {
    margin-bottom: 1.5rem
}

.privacy-content p.heading {
    color: #ed1b24;
    font-weight: 700;
    margin-bottom: .5rem
}

.error-content {
    text-align: center;
    padding: 5rem 0
}

.error-code-text h5 {
    color: #ed1b24;
    font-size: 12.5rem;
    line-height: 1
}

.error-code-text p {
    color: #373737;
    font-size: 3.2rem
}

.reach-us {
    padding: 3rem 0 1rem
}

.reach-us .reachus-content {
    padding-top: 1rem
}

.reachus-list {
    text-align: center;
    margin-bottom: 2rem
}

.reachus-list p {
    font-size: 1.25rem;
    line-height: 1.1;
    color: #1e7ebc;
}

.reachus-list .reachus-thumb {
    margin-bottom: .75rem
}

.reachus-list a {
    color: #bdbec0
}

.reachus-list.reachus-1 a {
    color: #ff9015
}

.reachus-list.reachus-2 a {
    color: #ff671d
}

.reachus-list.reachus-3 a {
    color: #e32776
}

.reachus-list.reachus-4 a {
    color: #c92c99
}

.reachus-list.reachus-5 a {
    color: #8f4899
}

.reachus-list a:hover,
.reachus-list a:focus {
    color: #231f20
}

.support-form,
.support-features {
    padding: 4rem 0 3rem
}

.form-list {
    margin-bottom: 2rem
}

.form-list label.heading {
    font-size: .875rem
}

.form-list-cta {
    text-align: center
}

.form-list-cta .btn-pa-sm {
    margin-top: 0
}

.pa-form-tabs {
    margin-bottom: 2rem
}

.pa-form-tabs a {
    background: transparent;
    color: #231f20;
    border: 1px solid #231f20;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    padding: .6rem 2.5rem;
    display: inline-block;
    margin: 0 5px 5px 0
}

.pa-form-tabs a:hover,
.pa-form-tabs a:focus,
.pa-form-tabs a.active {
    background: #231f20;
    color: #fff;
    border-color: #231f20
}

.s-features-list {
    position: relative;
    text-align: center;
    margin-bottom: 4rem
}

.s-features-list h5 {
    color: #231f20
}

.s-features-list .feature-thumb {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.s-features-list .feature-thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.s-features-list .feature-thumb img {
    width: 100%
}

.s-features-list .feature-caption {
    padding: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.s-features-list:hover h5,
.s-features-list:focus h5 {
    color: #ed1b24
}

.s-features-list:hover .feature-caption,
.s-features-list:hover .feature-caption:focus,
.s-features-list:hover .feature-thumb::after,
.s-features-list:focus .feature-thumb::after {
    opacity: 1
}

.product-detail {
    padding: 3rem 0 0
}

.product-screens {
    background: #fff;
    padding-bottom: 0;
    margin-bottom: 2rem
}

.product-slider .item img {
    width: auto;
    margin: 0 auto
}

.product-content h5 {
    margin-bottom: 1rem
}

.product-content .buy-product {
    padding-bottom: .75rem;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 1rem
}

.product-content .buy-product .quantity {
    min-width: 65px;
    display: none
}

.product-content .buy-product .price {
    font-size: .875rem
}

.product-content .buy-product .price,
.product-content .buy-product .quantity,
.product-content .buy-product .buy-product-cta {
    margin: .5rem 0
}

.desc-listing li {
    position: relative;
    padding: .5rem .5rem .5rem 1rem
}

.desc-listing li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ed1b24;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 0
}

.product-content .product-description {
    font-size: .875rem;
    max-height: 425px;
    overflow: hidden;
    padding: 10px;
    overflow-y: auto
}

.product-content .product-description .desc-listing li strong {
    color: #ed1b24
}

.product-specifications .specification-list {
    margin-bottom: 2rem
}

.similar-products {
    padding: 2rem 0;
    display: block
}

.hmover_logo {
    position: absolute;
    width: 80px !important;
    top: -7px;
    right:7px;
    z-index: 9;
}

.similar-products.dyn {
    display: block
}

.similar-prod-list a h6 {
    font-size: 1.17rem;
    color: #ed1b24;
    margin: 1.3rem 0.8rem 0.5rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.similar-prod-list a p {
    font-size: .875rem;
    color: #231f20
}

.similar-prod-list a:hover h6,
.similar-prod-list a:focus h6 {
    color: #231f20
}

.similar-prod-slider .owl-nav button.owl-prev,
.similar-prod-slider .owl-nav button.owl-next {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 40%
}

.similar-prod-slider .owl-nav button.owl-prev:hover,
.similar-prod-slider .owl-nav button.owl-prev:focus,
.similar-prod-slider .owl-nav button.owl-next:hover,
.similar-prod-slider .owl-nav button.owl-next:focus {
    background: #ff9015;
}

.similar-prod-slider .owl-nav button.owl-prev {
    left: -15px
}

.similar-prod-slider .owl-nav button.owl-next {
    right: -15px
}

.similar-prod-list .btn-pa-secondary,
.similar-prod-list .btn-pa-bordered {
    font-size: .875rem;
    padding: .6rem 1rem;
    margin: 14px 0px 10px 0px;

}

.similar-prod-list .btn-pa-bordered {
    margin-right: .25rem;
    display: none
}

.prod-detail-features {
    padding: 1rem 0
}

.prod-detail-features .proddetail-features-inner {
    padding: 2rem 2rem 0;
    background: #f4f4f4
}

.detail-features-list {
    text-align: center;
    margin-bottom: 2rem
}

.detail-features-list .detail-features-thumb {
    margin-bottom: .75rem
}

.detail-features-list p {
    line-height: 1.2;
}

.detail-features-list.list-1 {
    color: #ff9015
}

.detail-features-list.list-2 {
    color: #ff671d
}

.detail-features-list.list-3 {
    color: #e32776
}

.detail-features-list.list-4 {
    color: #c92c99
}

.detail-features-list.list-5 {
    color: #8f4899
}

.detail-features-list.list-6 {
    color: #7564a0
}

.guidelines-list {
    padding: 1rem 0 .5rem
}

.guidelines-list .guidelines-thumb {
    min-width: 230px;
    max-width: 230px;
    margin-bottom: 1rem
}

.guidelines-list .guidelines-thumb img {
    width: 100%
}

.guidelines-list .guidelines-text h5 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.guidelines-list .guidelines-text p {
    font-size: .875rem
}

.locator-pincode p {
    text-align: center
}

.locator-pincode .btn-pa-secondary {
    min-width: 130px
}

.locator-map iframe {
    width: 100%;
    height: 400px;
    border: 0
}

.locator-map .map-legends {
    padding: 1rem 2rem;
    background: #eeeeee;
    max-width: 500px;
    margin: .75rem auto 0
}

.locator-map .map-legends p {
    position: relative;
    padding: 5px 0 5px 1.5rem;
    display: inline-block;
    margin-right: 1.5rem
}

.locator-map .map-legends p:last-child {
    margin-right: 0
}

.locator-map .map-legends p::before {
    content: url(../images/icon-legend-1.png);
    position: absolute;
    left: 0;
    top: 7px
}

.locator-map .map-legends p.as-centers::before {
    content: url(../images/icon-legend-2.png)
}

/*.product-series{background:#010101;margin:4px 0}
.product-series .product-series-list{border-right:2px solid #fff}*/
.product-series .col-md-6 {
    padding: 0
}

/*.product-series .col-md-6:last-child .product-series-list{border-right:0;border-left:2px solid #fff}*/
.product-series-list {
    padding: 0
}

.product-series-list .product-series-text {
    position: relative
}

.product-series-list .product-series-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.product-series-list .product-series-text p {
    font-size: .875rem;
    color: #656565
}

.product-series-list .product-series-img {
    margin: 2px 2px 1px 1px
}

.all-models {
    padding: 68px 0 0 0;

}

.all-models .pa-heading h3 {
    background: #ECEDEF
}

.all-models .pa-heading h3 span {
    border-color: #ECEDEF
}

.submit-success .modal-body {
    text-align: center
}

.submit-success .modal-body h6 {
    font-size: 1.25rem;
    font-weight: 700
}

.submit-success .modal-body p {
    font-size: 1.125rem;
}

.submit-success .modal-body p span {
    font-weight: 700;
    display: inline-block;
    padding: .5rem 1rem;
    background: #231f20;
    color: #fff;
    margin-top: .5rem
}

.submit-success .success-icon {
    font-size: 5rem;
    color: #82c91e;
    line-height: 0;
    margin-bottom: .75rem
}

.guide-filter {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(40%, rgba(0, 0, 0, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
}

.guide-filter-inner {
    padding: 2rem 4rem 4rem;
    background: rgba(19, 19, 19, 1);
    background: -moz-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19, 19, 19, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 19, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#000000', GradientType=0);
}

.guide-list {
    padding: 2rem 0
}

.guide-list h5 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2rem
}

.guide-list .custom-control {
    margin-bottom: 1.5rem
}

.guide-list label {
    font-size: 1.125rem;
    line-height: 1.3;
    color: #737373
}

.guide-filter .btn-pa-primary {
    margin-top: 0
}

.compare-products {
    padding: 3rem 0
}

.c-product .select-product,
.c-product .selected-product {
    position: relative
}

.c-product .select-product .selectp-form .form-control {
    height: 42px
}

.c-product .close-cproduct {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #c1c1c1;
    font-size: 2rem;
    line-height: .5;
    text-align: center;
    padding: .5rem;
    position: absolute;
    top: 2px;
    right: 2px
}

.c-product .close-cproduct:hover,
.c-product .close-cproduct:focus {
    background: #231f20;
    color: #fff
}

.c-product .thumb {
    margin-bottom: 1rem
}

.c-product .thumb img {
    width: 100%
}

.c-product .selected-product h6 {
    font-size: 1.25rem;
    color: #ed1b24;
    margin: 1.5rem 0 .5rem
}

.c-product .selected-product p {
    font-size: .875rem;
    font-weight: 700;
    color: #231f20
}

.c-product .selected-product-cta {
    margin-top: 1rem
}

.c-product .selected-product-cta .quantity {
    display: inline-block;
    min-width: 80px;
    margin-right: 1rem
}

.c-product .selected-product-cta .btn-pa-secondary {
    font-size: .875rem;
    padding: .6rem 1rem
}

.c-product .cFeature-list {
    padding: 1.5rem 0
}

.c-product .cFeature-list h6 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ea353d;
    padding-bottom: 1rem;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 1rem
}

.c-product .cFeature-list li {
    font-size: .875rem
}

.current-openings {
    padding: 4rem 0
}

.quick-search {
    min-width: 275px;
    max-width: 275px
}

.quick-search .qs-listing {
    max-height: 235px;
    overflow: hidden;
    overflow-y: auto
}

.quick-search .qs-listing .form-check {
    margin-bottom: .5rem
}

.current-openings .co-right {
    margin-top: 2.25rem
}

.qs-list {
    padding-bottom: 1rem;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 1rem
}

.qs-list:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.qs-list .form-group .heading {
    font-weight: 900
}

.qs-list .search-group .form-control {
    padding-right: 2.5rem
}

.qs-list .search-group .btn-search {
    color: #c1c1c1;
    position: absolute;
    top: 12px;
    right: 10px
}

.qs-list .search-group .btn-search:hover,
.qs-list .form-group .btn-search:focus {
    color: #ea353d
}

.co-list {
    padding: 2rem 0 1.5rem;
    border-top: 1px solid #b2b2b2
}

.co-list h5 {
    font-size: 1.25rem;
    color: #e32776;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.co-list .job-info {
    font-size: .975rem;
    margin-bottom: 1.5rem
}

.co-list .job-info span {
    display: inline-block
}

.co-list .job-info span::after {
    content: "|";
    display: inline-block;
    margin: 0 .75rem
}

.co-list .job-info span:last-child::after {
    content: none
}

.co-search-by {
    padding: 2rem 0 1.5rem;
    border-top: 1px solid #b2b2b2
}

.co-search-by .sort-by {
    text-align: right
}

.co-search-by .sort-by .label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    margin-right: .5rem
}

.co-search-by .sort-by .form-group {
    display: inline-block;
    min-width: 145px;
    max-width: 145px
}

.job-description {
    padding: 4rem 0
}

.job-description .heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.job-description .jd-intro,
.job-description .resp-listing {
    margin-bottom: 2rem
}

.job-description .jd-intro p {
    font-weight: 700;
    line-height: 1.5
}

.job-description .resp-listing .bold {
    font-weight: 700;
    margin-bottom: 1rem
}

.job-description .jd-right {
    min-width: 275px;
    max-width: 275px
}

.job-description .jd-right .sub-heading {
    margin-bottom: .5rem
}

.job-description .jd-right .job-details,
.job-description .jd-right .share-job {
    margin-bottom: 2rem
}

.job-description .jd-right .job-details ul li,
.job-description .jd-right .related-jobs ul li {
    padding: .5rem 0;
    border-bottom: 1px solid #b2b2b2
}

.job-description .jd-right .related-jobs ul li {
    padding: 1rem 0 .5rem
}

.job-description .jd-right .related-jobs ul li:last-child {
    border-bottom: 0
}

.job-description .jd-right .related-jobs ul li h6 {
    font-weight: 700;
    color: #e32776
}

.social-share a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    line-height: 2.3;
    margin: 5px;
    color: #fff;
    background: #102c3c
}

.social-share a.facebook {
    background: #306299
}

.social-share a.linked-in {
    background: #127bb6
}

.social-share a.twitter {
    background: #26c4f1
}

.social-share a:hover,
.social-share a:focus {
    background: #e32776
}

.contactus-detail {
    padding: 3rem 0 1rem;
    background: #010101;
    border: 8px solid #fff;
    color: #fff
}

.cont-det-list {
    margin-bottom: 2rem
}

.cont-det-list h4 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #252525;
    margin-bottom: 1rem
}

.cont-det-list p {
    margin-bottom: .75rem
}

.cont-det-list p span {
    color: #757575
}

.cont-det-list a {
    color: #fff
}

.cont-det-list a:hover,
.cont-det-list a:focus {
    text-decoration: underline
}

@media screen and (max-width:1499.98px) {}

@media screen and (max-width:1249.98px) {
    .megamenu .ddl-links li {
        margin-right: 0
    }
}

@media screen and (max-width:1200px) {
    .navbar .extra-nav {
        display: none !important;
    }

    .default_container {
        margin-top: 62px;
    }
}

@media screen and (max-width:1199.98px) {


    .inner-wrapper {
        padding-top: 64px
    }

    header {
        background: #000;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3)
    }

    .pa-header .navbar-brand {
        margin-left: auto;
        padding-top: 0;
        width: 110px;

    }

    .pa-header .navbar-brand .logo-white {
        display: none
    }

    .pa-header .navbar-brand .logo-inverse {
        display: inline-block
    }

    .pa-header .navbar-collapse {
        position: fixed;
        width: 100%;
        height: 100%;
        max-width: 300px;
        background: #393939;
        top: 0;
        left: -300px;
        padding-top: 4rem;
        z-index: 16;
        display: block;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s
    }

    .pa-header .navbar-collapse.open {
        left: 0;
        background: #393939;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    /* .header-menu,
    .nav-up .header-menu {
        padding: 5px 0;
    } */

    .header-menu .nav-inner {
        height: 100%;
        overflow-y: auto
    }

    .header-menu .navbar {
        justify-content: initial
    }

    .header-menu .navbar .nav-item {
        border-top: 1px solid #fff;
        position: relative
    }

    .header-menu .navbar .nav-item::after {
        content: none
    }

    .header-menu .navbar .nav-link {
        color: #fff;
        padding: .75rem 1rem;

    }

    .header-menu .navbar .nav-link:hover,
    .header-menu .navbar .nav-link:focus,
    .header-menu .navbar .nav-link.active,
    .header-menu .navbar .show .nav-link,
    .nav-up .header-menu .navbar .nav-link:hover,
    .nav-up .header-menu .navbar .nav-link:focus,
    .nav-up .header-menu .navbar .nav-link.active,
    .nav-up .header-menu .navbar .show .nav-link,
    .pa-inner .header-menu .navbar .nav-link:hover,
    .pa-inner .header-menu .navbar .nav-link:focus {
        color: #ed1b24;
        border-bottom: 3px solid #ed1b24;
    }

    .header-menu .navbar-nav {
        padding-right: 0
    }

    .header-menu .navbar-nav .btn-collapse {
        display: inline-block
    }

    .header-menu .header-search {
        color: #e32776
    }

    .header-menu .header-search:hover,
    .header-menu .header-search:focus {
        color: #373737
    }

    .megamenu {
        transform: none;
        min-width: auto;
        left: auto;
        top: auto;
        border-radius: 0;
        margin: 0;
        padding: 0
    }

    .megamenu.menu-lg,
    .megamenu.menu-md {
        min-width: auto
    }

    .megamenu::after {
        content: none
    }

    .megamenu .ddl-list {
        text-align: left
    }

    .megamenu .ddl-links li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #ccc
    }

    .megamenu .ddl-links li:last-child {
        border-bottom: 0
    }

    .megamenu .ddl-links a {
        padding: .75rem 1rem
    }

    .megamenu .ddl-links a .nav-img {
        display: none
    }

    .megamenu .ddl-links a br {
        display: none
    }

    .js .pa-ProductNav {
        overflow: auto
    }

    .product-content .product-description {
        max-height: 315px
    }
}

@media screen and (max-width:991.98px) {
    .megamenu .ddl-list {
        text-align: left
    }

    .footer-copy {
        text-align: center
    }

    .home-text {
        top: 10%
    }

    .home-text h2 {
        font-size: 2.25rem
    }

    .reachus-list p {
        font-size: 1.25rem
    }

    .support-form,
    .support-features,
    .current-openings,
    .job-description {
        padding: 3rem 0
    }

    .form-list {
        margin-bottom: 2rem
    }

    .s-features-list {
        margin-bottom: 3rem
    }

    .product-detail {
        padding: 0 0 3rem
    }

    .product-content .product-description {
        max-height: 100%
    }

    /*.product-series .product-series-list{padding:2rem 1.5rem .5rem}
.product-series-list .product-series-img{margin-top:0}*/
    .guide-filter-inner {
        padding: 1rem 2rem 2rem
    }

    .guide-list {
        padding: 1rem 0
    }

    .guide-list h5 {
        font-size: 1.25rem
    }

    .quick-search {
        min-width: 220px;
        max-width: 220px
    }
}

@media screen and (max-width:767.98px) {
    .inner-heading h3 {
        font-size: 1.5rem
    }

    .inner-banner .banner-content .banner-text h2 {
        font-size: 2rem
    }

    .featured-list {
        padding: 0
    }

    .featured-list h3 {
        font-size: 2rem
    }

    .featured-list p {
        font-size: 1rem
    }

    .welcome-content {
        padding: 2rem 0
    }

    .welcome-content .welcome-links {
        margin-bottom: 2rem
    }

    .welcome-content .welcome-links a {
        font-size: 1.125rem
    }

    .count-list {
        padding: 1.5rem 0
    }

    .count-list,
    .count-list .count-text {
        margin-bottom: 26px;
        text-align: center
    }

    .count-list .count-text {
        font-size: 1.75rem;
        margin-top: .75rem
    }

    .count-list .count-text .text-sm {
        font-size: 1.25rem
    }

    .reachus-list p {
        font-size: 1.15rem
    }

    .reachus-list .reachus-thumb img {
        max-width: 50px
    }

    /*.product-series .product-series-list,.product-series .col-md-6:last-child .product-series-list{border:0}
.product-series .product-series-list{border-bottom:4px solid #fff}*/
    .all-models {
        padding: 4rem 0 0
    }

    .current-openings .co-right {
        margin-top: 0
    }

    .quick-search {
        min-width: 100%;
        max-width: 100%
    }

    .co-search-by .sort-by {
        text-align: left;
        margin-top: .5rem
    }

    .co-search-by .sort-by .label {
        display: block;
        margin: 0 0 .5rem
    }

    .co-search-by .sort-by .form-group {
        display: block;
        min-width: auto;
        max-width: 300px
    }

    .job-description .jd-right {
        min-width: 100%;
        max-width: 100%;
        margin-top: 2rem
    }

    .contactus-detail {
        padding: 2rem 0 0
    }
}

@media screen and (max-width:575.98px) {
    .default_container {
        margin-top: 62px;
    }

    .default_container img {
        height: 140px;
    }

    .default_container .banner_text h1 {
        font-size: 1.8rem !important;
    }

    .dlab-team1 .dlab-info {
        bottom: -200px;
    }

    .pa-heading {
        margin-bottom: 1rem
    }

    .pa-header .navbar-toggler .menu-close {
        top: 0
    }

    .search-form .search-input .form-control {
        padding-left: 1.5rem
    }

    .search-form .btn-closeSearch {
        top: 19px
    }

    .pa-controls .owl-nav button.owl-prev,
    .pa-controls .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
        border-width: 3px
    }

    .home-text h2 {
        font-size: 1.25rem
    }

    .inner-banner .banner-content .banner-text {
        max-width: 200px
    }

    .inner-banner .banner-content .banner-text h2 {
        font-size: 1.5rem
    }

    .featured-categories {
        padding: 0 0 5px
    }

    .welcome-content {
        padding: 2rem 0
    }

    .welcome-content .welcome-links .row {
        margin: 0 15px;
    }

    .welcome-content .welcome-links a {
        border-width: 2px
    }

    .footer-top {
        padding: 3rem 0 1rem
    }

    .error-content {
        padding: 2rem 0
    }

    .error-code-text h5 {
        font-size: 8rem
    }

    .error-code-text p {
        font-size: 2.4rem
    }

    .reachus-list p {
        font-size: 1rem
    }

    .reachus-list .reachus-thumb img {
        max-width: 40px
    }

    .prod-detail-features .proddetail-features-inner {
        padding: 2rem 15px 0
    }

    .guidelines-list .guidelines-thumb {
        max-width: 100%
    }

    .guidelines-list .guidelines-text h5 {
        font-size: 1.125rem
    }

    .locator-map iframe {
        height: 300px
    }

    .product-series-list .product-series-text h5 {
        font-size: 1.25rem
    }

    .guide-list .custom-control {
        margin-bottom: 1rem
    }

    .compare-products {
        padding: 2rem 0
    }

    .c-product .selected-product h6 {
        font-size: 1.125rem
    }

    .cont-det-list p span {
        display: block;
        margin-bottom: 4px
    }
}

@font-face {
    font-family: 'Gotham-Book';
    src: url(../fonts/Gotham-Bookd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Book.otf) format("opentype"), url(../fonts/Gotham-Book.woff) format("woff"), url(../fonts/Gotham-Book.ttf) format("truetype"), url(../fonts/Gotham-Book.svg#Gotham-Book) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url(../fonts/Gotham-Mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Medium.otf) format("opentype"), url(../fonts/Gotham-Medium.woff) format("woff"), url(../fonts/Gotham-Medium.ttf) format("truetype"), url(../fonts/Gotham-Medium.svg#Gotham-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(../fonts/Gotham-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Gotham-Bold.otf) format("opentype"), url(../fonts/Gotham-Bold.woff) format("woff"), url(../fonts/Gotham-Bold.ttf) format("truetype"), url(../fonts/Gotham-Bold.svg#Gotham-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}


.footer-social-style1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-style1 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block;
}

.footer-social-style1 li a {
    color: #5c1d34 !important;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    background: #ffffff;
}

.footer-social-style1 li a:hover {
    color: #ffff !important;
    background: #ed1b24;
}

.site-button {
    background-color: #ed1b24;
}

.similar-prod-list {
    overflow: hidden;
    text-align: center;
}

.similar-prod-list img {
    transition: all 0.3s linear;

}

.similar-prod-list img:hover {

    transform: scale(1.1);
}

.fl-page-heading {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fl-page-heading .fl--page-header-content {
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-entry-container {
    position: absolute;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 0;
    padding-left: 145px;
    padding-right: 145px;
}


.header-entry-container:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(18, 24, 32, 0.85);
    clip-path: polygon(0 0%, 87% 0, 100% 100%, 13% 100%);
}

.fl-page-heading .fl--page-header-content .header-entry-container .header-title {
    color: #fff;
}

.rating-star i {
    color: #ffc200;
}



.pro-carausel .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: auto;
}

.pro-carausel #myCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
}

.pro-carausel #thumbCarousel {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.pro-carausel #thumbCarousel .thumb {
    float: left;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.pro-carausel #thumbCarousel .thumb:last-child {
    margin-right: 0;
}

.pro-carausel .thumb:hover {
    cursor: pointer;
}

.pro-carausel .thumb img {
    opacity: 0.5;
}

.pro-carausel .thumb img:hover {
    opacity: 1;
}

.pro-carausel .thumb.active img {
    opacity: 1;
    border: 1px solid #808080;
}


.owl-carousel .item-box {
    margin-bottom: 0;
}


.product-gallery #item-list .ttr-media {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.product-gallery #item-list .ttr-media:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0;
    left: 0;
    opacity: 0.6;
    transform: scale(0);
    transition: all 0.5s;
}

.product-gallery #item-list .ttr-media:hover:before,
.product-gallery #item-list .current .ttr-media:before {
    transform: scale(1);
}

.product-gallery #item-list .ttr-media:after {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: #fff;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    z-index: 1;
}

.product-gallery #item-list .ttr-media:hover:after,
.product-gallery #item-list .current .ttr-media:after {
    transform: scale(1);
}

.demo {
    height: 380px;
}



/* banner default css  */
.default_container {
    position: relative;
    margin-top: 68px;
    z-index: 1;
}

.default_container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004f;
    z-index: 1;
}

.default_container .banner_text {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.default_container .banner_text h1 {
    color: white;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 0;
    font-weight: 500;
    font-size: 3.5em;
}

/* banner default css  */