/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased
}

a {
    color: #000;
    transition: all 0.3s ease-in-out !important
}

a:hover {
    color: black;
    text-decoration: none
}

li {
    list-style: none
}

.bootstrap-select {
    width: 100% !important;
    margin-bottom: 15px
}

.bootstrap-select.open>.btn-default.dropdown-toggle {
    color: #0096ff;
    background-color: white;
    border-color: rgba(0, 150, 255, 0.1)
}

.bootstrap-select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    opacity: 0
}

.bootstrap-select .dropdown-toggle .filter-option {
    vertical-align: middle;
    letter-spacing: 0.01em;
    line-height: 26px;
    color: #0096ff
}

.bootstrap-select .dropdown-toggle .caret {
    right: 15px;
    border: none;
    width: 13px
}

.bootstrap-select .dropdown-toggle .caret:before {
    content: '\63';
    font-family: "acro";
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.bootstrap-select .btn {
    width: 100%;
    text-align: left;
    position: relative;
    border: none;
    outline: none !important;
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: #0096ff;
    font-weight: 500;
    border: solid 2px rgba(0, 150, 255, 0.1);
    border-radius: 3px
}

.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:active {
    outline: none !important
}

.bootstrap-select .btn:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    color: #9b9b9b
}

.bootstrap-select .btn.btn-default {
    border-radius: 4px;
    letter-spacing: 0;
    color: white;
    background: #e53127;
    font-size: 16px;
    padding: 14px 37px;
    border-color: #e53127;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.bootstrap-select .btn.btn-default:hover {
    background: #e53127;
    border-color: #e53127;
    color: white
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    border: solid 2px rgba(0, 150, 255, 0.1);
    border-radius: 0;
    background: white;
    top: 94%
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    display: block;
    border: none;
    border-radius: 0;
    background: none
}

.bootstrap-select .dropdown-menu.inner li:after {
    content: '';
    width: calc(100% - 24px);
    margin-left: 12px;
    display: block;
    height: 1px;
    background: #ebebeb
}

.bootstrap-select .dropdown-menu.inner li:last-child:after {
    display: none
}

.bootstrap-select .dropdown-menu.inner li a {
    display: block;
    color: #0096ff;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 12px
}

.bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu.inner li a:focus,
.bootstrap-select .dropdown-menu.inner li a:active {
    background: rgba(0, 150, 255, 0.1);
    color: #0096ff
}

.bootstrap-select .dropdown-menu.inner li.selected a {
    background: rgba(0, 150, 255, 0.1);
    outline: none
}

.bootstrap-select .dropdown-menu.inner li.selected:after {
    display: none
}

.bootstrap-select .dropdown-menu.open {
    border-top: solid 1px rgba(79, 83, 183, 0.1)
}

.ad-underline {
    text-decoration: underline
}

.alert {
    border: none;
    color: white;
    font-weight: 500;
    padding: 17px 20px
}


.alert-success {
    background-color: #e6ffec;
    color: #155724;
}

.alert-danger {
    background-color: #ffeaeb;
    color: #bb0b10;
}

header.sh-header {
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

.sh-topbar {
    background: #f2f3fe;
    padding: 5px 0
}

.sh-topbar .sh-topbar-right {
    display: flex;
    justify-content: flex-end
}

.sh-topbar .sh-topbar-right ul.sh-topbar-social {
    padding: 0;
    margin: 0;
    display: flex;
    width: 120px;
    justify-content: space-between;
    align-items: center
}

.sh-topbar .sh-topbar-right .sh-calltoaction {
    border-left: 1px solid #0000002e;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 0
}

.sh-topbar .sh-topbar-right .sh-calltoaction button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    font-size: 13px;
    margin: 0;
    color: #000 !important
}

.sh-topbar .sh-topbar-right .sh-calltoaction button svg.feather.feather-phone {
    width: 18px;
    margin-top: -2px;
    margin-right: 10px;
    color: black
}

.sh-topbar .sh-topbar-right .sh-calltoaction button svg.feather.feather-chevron-down {
    width: 20px;
    margin-top: -3px;
    transition: all 0.2s
}

.sh-topbar .sh-topbar-right .sh-calltoaction button:after {
    display: none
}

.sh-topbar .sh-topbar-right .sh-calltoaction .show button svg.feather.feather-chevron-down {
    width: 20px;
    transform: rotate(180deg);
    margin-top: -3px;
    transition: all 0.2s
}

.sh-topbar .sh-topbar-right .sh-calltoaction li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.sh-topbar .sh-topbar-right .sh-calltoaction li a {
    margin-left: 4px;
    font-size: 14px;
    font-weight: 600
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show {
    height: auto;
    z-index: 9999999;
    width: 450px;
    right: 0;
    left: auto !important;
    border: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    transform: none !important;
    top: 40px !important;
    padding: 30px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul {
    margin: 0;
    padding: 0
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li {
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: inline-block
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a {
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 15px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a span {
    width: 48px;
    height: 48px;
    background-color: #007bff14;
    color: #81140e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: -10px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a span img {
    max-width: 48px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a span svg {
    width: 30px;
    height: 24px;
    font-weight: 300;
    color: #007bff
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a strong {
    width: 80%;
    margin-left: 20px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a strong h5 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li a strong p {
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 3px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li:last-child a {
    border-bottom: none;
    padding-bottom: 10px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show ul li:first-child a {
    padding-top: 0px
}

.sh-topbar .sh-topbar-right .sh-calltoaction .dropdown-menu.show:after {
    content: "";
    left: auto;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: -1;
    right: 50px
}

.sh-topbar .sh-topbar-left p {
    font-size: 13px
}

.sh-topbar .sh-topbar-left p a {
    font-weight: 400;
    font-size: 13px;
    color: #0072ff;
    text-decoration: none;
    border-radius: 2px;
    padding-left: 4px
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    z-index: 9999;
    background-color: #fff
}

@media (max-width: 1500px) {
    .navbar {
        padding: 10px
    }
}

.navbar .sh-menu-wrap {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 667px) {
    .navbar .sh-menu-wrap {
        width: 100%
    }
}

.navbar .navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

.navbar .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    outline: none !important;
    transition: all 0.2s linear;
    color: #1e1f20;
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.navbar .navbar-nav .nav-item .nav-link:after {
    width: 0;
    left: 50%;
    bottom: -15px;
    content: "";
    height: 3px;
    background-color: #007bff;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out
}

@media (max-width: 1450px) {
    .navbar .navbar-nav .nav-item .nav-link:after {
        bottom: -11px
    }
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #007bff
}

.navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 80%;
    transition: all 0.3s ease-in-out
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link:hover:after {
        width: 100%
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 0;
        padding-bottom: 0px;
        padding-top: 10px
    }
}

.navbar .navbar-nav .nav-item.dropdown svg.feather.feather-chevron-down {
    width: 20px;
    transition: all 0.2s
}

.navbar .navbar-nav .nav-item.dropdown .nav-link::after {
    border: none
}

.navbar .navbar-nav .nav-item.dropdown .nav-link::before {
    display: none
}

.navbar .navbar-nav .nav-item.dropdown.sp-no-link .nav-link {
    transition: all 0.2s linear;
    border: 1px solid #e53127;
    margin-left: 5px;
    border-radius: 50px;
    padding-right: 15px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    color: #e53127
}

.navbar .navbar-nav .nav-item.dropdown.sp-no-link .nav-link svg.feather.feather-chevron-down {
    width: 20px;
    transition: all 0.2s
}

.navbar .navbar-nav .nav-item.dropdown.sp-no-link .nav-link::after {
    display: none
}

.navbar .navbar-nav .nav-item.dropdown.sp-no-link .nav-link::before {
    display: none
}

.navbar .navbar-nav .nav-item.show .nav-link {
    color: #007bff
}

.navbar .navbar-nav .nav-item.show .nav-link:after {
    width: 100%
}

.navbar .navbar-nav .nav-item.show .nav-link svg.feather.feather-chevron-down {
    transform: rotate(179deg);
    margin-top: -3px;
    transition: all 0.2s
}

.navbar .navbar-nav .nav-item.show .nav-link::before {
    transform: rotate(-180deg);
    transition: all 0.2s linear;
    top: 7px
}

.navbar .navbar-nav .nav-item.show.sp-no-link .nav-link {
    color: #ffffff !important;
    background: #e53127 !important
}

.navbar .navbar-nav .nav-item.show.sp-no-link .nav-link svg.feather.feather-chevron-down {
    transform: rotate(179deg);
    margin-top: -3px;
    transition: all 0.2s
}

.navbar .navbar-nav .nav-item.show.sp-no-link .nav-link::before {
    transform: rotate(-180deg);
    transition: all 0.2s linear;
    top: 7px
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    padding: 15px
}

.navbar .navbar-nav .nav-item .dropdown-menu:after {
    content: "";
    left: 19px;
    top: -4px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: -1
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        border: none;
        box-shadow: none;
        margin-top: 0;
        padding: 15px;
        background-color: #f5f5f5
    }
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item,
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    display: block;
    width: 100%;
    padding: 3px 0;
    clear: both;
    font-weight: 400;
    color: #212529 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent !important;
    border: 0;
    font-size: 16px
}

.navbar .navbar-nav .nav-item.sh-link-btn .nav-link {
    padding: 5px 20px;
    border-radius: 30px;
    margin-top: 2px;
    color: #e53127;
    border: 1px solid #e5312754
}

.navbar .navbar-collapse {
    justify-content: flex-end
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        justify-content: flex-end;
        position: absolute;
        left: 0;
        width: 100%;
        top: 60px;
        background-color: #fff;
        padding: 0;
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
    }

    .navbar .navbar-collapse .navbar-nav {
        padding: 20px
    }
}

.navbar .navbar-toggler {
    position: relative;
    margin-right: 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px
}

@media (max-width: 767.98px) {
    .navbar .navbar-toggler {
        width: 32px
    }
}

.navbar .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #1e1f20;
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out !important
}

@media (prefers-reduced-motion: reduce) {
    .navbar .navbar-toggler span {
        transition: none
    }
}

.navbar .navbar-toggler span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

.navbar .navbar-toggler span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px
}

.navbar .navbar-toggler span:nth-child(1),
.navbar .navbar-toggler span:nth-child(2) {
    top: 8px
}

.navbar .navbar-toggler span:nth-child(3),
.navbar .navbar-toggler span:nth-child(4) {
    top: 17px
}

.navbar .navbar-toggler span:nth-child(5),
.navbar .navbar-toggler span:nth-child(6) {
    top: 26px
}

.navbar .navbar-toggler span:nth-child(1),
.navbar .navbar-toggler span:nth-child(3),
.navbar .navbar-toggler span:nth-child(5) {
    left: 3px
}

.navbar .navbar-toggler span:nth-child(2),
.navbar .navbar-toggler span:nth-child(4),
.navbar .navbar-toggler span:nth-child(6) {
    left: auto;
    right: 3px
}

.navbar .navbar-toggler.open span:nth-child(1),
.navbar .navbar-toggler.open span:nth-child(6) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .navbar-toggler.open span:nth-child(2),
.navbar .navbar-toggler.open span:nth-child(5) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar .navbar-toggler.open span:nth-child(1) {
    left: 5px;
    top: 7px
}

.navbar .navbar-toggler.open span:nth-child(1) {
    left: 5px;
    top: 13px
}

.navbar .navbar-toggler.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 13px
}

.navbar .navbar-toggler.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.navbar .navbar-toggler.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.navbar .navbar-toggler.open span:nth-child(5) {
    left: 5px;
    top: 23px
}

@media (max-width: 767.98px) {
    .navbar .navbar-toggler.open span:nth-child(5) {
        top: 19px
    }
}

.navbar .navbar-toggler.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 23px
}

@media (max-width: 767.98px) {
    .navbar .navbar-toggler.open span:nth-child(6) {
        top: 19px
    }
}

.navbar .navbar-toggler:focus {
    border: none;
    outline: 0
}

.container {
    max-width: 1280px
}

.sh-search-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 10px
}

@media (max-width: 991px) {
    .sh-search-bar {
        display: inline-block;
        margin-right: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width: 667px) {
    .sh-search-bar {
        margin-top: 15px
    }
}

.sh-search-bar i.fa.fa-search {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.5
}

.sh-search-bar input[type="text"] {
    min-width: 380px;
    border: 1px solid #00000026;
    height: 40px;
    margin: 0;
    padding-left: 48px;
    border-radius: 4px
}

@media (max-width: 1200px) {
    .sh-search-bar input[type="text"] {
        min-width: 300px
    }
}

@media (max-width: 667px) {
    .sh-search-bar input[type="text"] {
        min-width: 100%
    }
}

.sh-search-bar input[type="text"]:focus {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    outline: none !important
}

.sh-search-bar input[type="text"]::placeholder {
    color: #000;
    opacity: 0.5
}

.sh-top-margin {
    margin-top: 70px
}

@media (max-width: 1500px) {
    .sh-top-margin {
        margin-top: 60px
    }
}

@media (max-width: 667px) {
    .sh-top-margin {
        margin-top: 115px
    }
}

section.sh-inner-header {
    height: 70px;
    background-color: #ea595115;
    box-shadow: inset 0 -2px 5px 0 rgba(0, 0, 0, 0.03)
}

@media (max-width: 1500px) {
    section.sh-inner-header {
        height: 60px
    }
}

section.sh-inner-header nav.sh-breadcrumb {
    height: 70px;
    display: flex;
    align-items: center
}

@media (max-width: 1500px) {
    section.sh-inner-header nav.sh-breadcrumb {
        height: 60px
    }
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb a {
    color: #000;
    font-weight: 500;
    opacity: 0.7
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb a:hover {
    color: #0096ff
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb .breadcrumb-item.active {
    color: #000000;
    font-weight: 600
}

section.sh-product-listing {
    display: inline-block;
    width: 100%;
    padding: 40px 0
}

ul.sh-left-filter {
    margin: 0;
    padding: 20px;
    border: 1px solid #00000026;
    border-radius: 6px
}

@media (max-width: 991px) {
    ul.sh-left-filter {
        position: absolute;
        left: -1000px;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        border: none;
        border-radius: 0;
        top: 50px;
        transition: all 0.3s ease-in-out
    }
}

ul.sh-left-filter.sh-list-active {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    top: 50px;
    transition: all 0.3s ease-in-out
}

ul.sh-left-filter li {
    list-style: none;
    position: relative;
    margin-bottom: 1px;
    margin-top: 1px
}

ul.sh-left-filter li span.sh-category-main {
    display: flex;
    justify-content: space-between
}

ul.sh-left-filter li a {
    color: #000;
    font-size: 14px
}

ul.sh-left-filter li.sh-category-1 {
    padding-bottom: 10px
}

ul.sh-left-filter li.sh-category-1:last-child {
    padding-bottom: 0
}

ul.sh-left-filter li.sh-category-1 ul {
    padding-left: 20px;
    position: relative
}

ul.sh-left-filter li.sh-category-1 ul li a {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px
}

ul.sh-left-filter li.sh-category-1 ul li a:hover {
    color: #0096ff
}

ul.sh-left-filter li.sh-category-1 ul li label.form-check-label {
    font-size: 14px;
    position: relative;
    top: -1px
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul .form-check {
    padding: 0
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li {
    margin-bottom: 5px;
    margin-top: 5px
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label {
    font-size: 18px !important;
    margin-left: 0;
    display: flex;
    align-items: center
}

@media (max-width: 1100px) {
    ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label {
        font-size: 14px !important
    }
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label span:last-child {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 500
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label .fa {
    color: #ffb100;
    margin-left: 5px
}

@media (max-width: 1100px) {
    ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label .fa {
        margin-left: 0px
    }
}

ul.sh-left-filter li.sh-category-1 ul.sh-star-ul li label.form-check-label .fa.fa-star-o {
    opacity: 0.3;
    color: #000
}

ul.sh-left-filter li.sh-category-1>a {
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #e3f7ff 0%, #f1fafe 100%);
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: 600
}

ul.sh-left-filter li.sh-category-1>span {
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #e3f7ff 0%, #f1fafe 100%);
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
    font-weight: 600
}

ul.sh-left-filter li.sh-category-1>span a.sh-reset-link {
    color: #007bff !important;
    text-decoration: underline;
    font-weight: 500
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 100%;
    margin-bottom: 0 !important;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500
}

.styled-checkbox+label:hover {
    color: #0096ff;
    padding-left: 2px
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    right: 0;
    border-radius: 4px;
    transition: all 0.3s ease-in-out
}

.styled-checkbox:checked+label:before {
    background: #007bff30;
    transition: all 0.3s ease-in-out
}

.styled-checkbox:checked+label:after {
    position: absolute;
    right: 6px;
    top: 4px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #007bff;
    font-size: 13px;
    font-weight: 100;
    line-height: normal;
    transition: all 0.3s ease-in-out
}

.sh-price-checkbox .styled-checkbox+label {
    padding-left: 30px
}

.sh-price-checkbox .styled-checkbox+label:before {
    left: 0;
    border: 1px solid #00000026;
    top: 2px
}

.sh-price-checkbox .styled-checkbox:checked+label:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #007bff;
    font-size: 13px;
    font-weight: 100;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    left: 4px
}

.sh-price-checkbox .styled-checkbox:checked+label:before {
    background: transparent;
    transition: all 0.3s ease-in-out
}

.footer {
    width: 100%;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: px;
    border-top: 2px solid #efefef
}

.footer .logo_container {
    position: absolute;
    top: -10px;
    left: 0
}

.copyright a {
    color: #ffb021
}

.footer_about_text {
    padding-top: 49px
}

.footer_social {
    margin-top: 22px
}

.footer_social ul li {
    display: inline-block
}

.footer_social ul li:not(:last-child) {
    margin-right: 24px
}

.footer_social ul li a i {
    font-size: 16px;
    color: #ff6600;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_social ul li a i:hover {
    color: #ffae00
}

.container.footerLinks {
    padding-top: 10px;
    padding-bottom: 10px
}

.copyright {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0;
    background-color: #000118;
    padding: 10px;
    text-align: center
}

.footer_title {
    font-size: 18px;
    font-weight: 600;
    color: #44425a
}

.footer_list {
    margin-top: 15px
}

.footer_list li:not(:last-child) {
    margin-bottom: 0
}

.footer_list li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative
}

.footer_list li a.active,
.footer_list li a:hover {
    color: #0096ff;
    padding-left: 2px
}

.footer_contact_info {
    padding-right: 70px;
    margin-top: 26px
}

.footer_contact_item:not(:last-child) {
    margin-bottom: 23px
}

.footer_contact_title {
    font-size: 14px;
    font-weight: 500;
    color: #ff6600
}

.footer_contact_line {
    font-size: 14px;
    font-weight: 500;
    color: #6c6a74;
    margin-top: 3px
}

.footer .footerLinks {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer .footerLinks {
        flex-wrap: wrap
    }
}

.footer .footerLinks .footer_col {
    width: 40%;
    padding-right: 0px
}

@media (max-width: 767px) {
    .footer .footerLinks .footer_col {
        width: 100%
    }
}

.footer .footerLinks .footer-listing {
    width: 60%
}

@media (max-width: 767px) {
    .footer .footerLinks .footer-listing {
        width: 100%
    }
}

.footer .footerLinks .footer-listing h6 {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .footer .footerLinks .footer-listing h6 {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .footer .footerLinks .footer-listing h6 {
        margin-bottom: 0;
        margin-top: 15px
    }
}

.footer .footerLinks .footer-listing ul {
    margin: 0px;
    padding: 0px
}

.footer .footerLinks .footer-listing ul li {
    margin-bottom: 4px
}

.footer .footerLinks .footer-listing ul li a {
    color: #424242;
    font-size: 14px;
    font-weight: 400
}

.footer .footerLinks .footer-listing ul li a:hover {
    color: #0096ff;
    padding-left: 2px
}

.footer .address {
    margin-top: 20px
}

.footer .address p {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 400
}

.footer .address p span {
    font-size: 14px;
    font-weight: 700;
    color: #424242;
    font-weight: 400
}

.footer .address p a {
    color: #0096ff;
    font-size: 14px;
    font-weight: 400
}

.footer .footerLinks .footer-listing .social-media h6 {
    margin-bottom: 0px
}

.social-media {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.social-media ul {
    display: flex
}

.footer .footerLinks .footer-listing .social-media ul li {
    margin-bottom: 0px
}

.social-media ul li a {
    display: inline;
    margin: 0px 10px
}

.social-media ul li a i {
    font-size: 30px
}

.sh-product-inner {
    border: 1px solid #00000026;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
    height: 320px;
    transition: all 0.3s ease-in-out
}

@media (max-width: 1199px) {
    .sh-product-inner {
        height: auto !important
    }
}

.sh-product-inner:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #00000040
}

.sh-product-inner .sh-product-img {
    width: 100%;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px
}

.sh-product-inner .sh-product-img img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    object-position: center;
    height: auto
}

.sh-product-inner .sh-product-content h4 {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px
}

.sh-product-inner .sh-product-content p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 45px;
    overflow: hidden
}

.sh-product-inner .sh-product-content a {
    color: #007bff !important;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px
}

.sh-product-inner .sh-product-content a:hover {
    color: #000000 !important;
    text-decoration: none
}

.sh-product-inner .sh-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px
}

@media (max-width: 1100px) {
    .sh-product-inner .sh-product-footer {
        flex-wrap: wrap
    }
}

.sh-product-inner .sh-product-footer .fa {
    color: #ffb100;
    margin-left: 2px;
    font-size: 18px
}

.sh-product-inner .sh-product-footer .fa.fa-star-o {
    opacity: 0.3;
    color: #000
}

.sh-product-inner .sh-product-footer .sh-review-star span {
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 2px;
    position: relative;
    top: -2px
}

.sh-product-inner .sh-product-footer a.btn.btn-primary {
    background-color: #007bff;
    border: 1px solid #007bff;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px
}

@media (max-width: 1100px) {
    .sh-product-inner .sh-product-footer a.btn.btn-primary {
        margin-top: 6px;
        width: 100%
    }
}

.sh-product-inner .sh-product-footer a.btn.btn-primary:hover,
.sh-product-inner .sh-product-footer a.btn.btn-primary:focus {
    background-color: #e53127;
    border: 1px solid #e53127;
    outline: none !important
}

.sh-product-inner span.sh-new {
    position: absolute;
    top: 10px;
    right: -30px;
    background-color: #e53127;
    width: 100px;
    text-align: center;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

h2.sh-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    position: relative
}

h2.sh-title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    height: 2px;
    background-color: #d9d9d9;
    border-radius: 10px
}

h2.sh-title span {
    background-color: #fff;
    padding-right: 20px
}

nav.sh-pagination {
    margin-top: 0px;
    padding-top: 25px;
    border-top: 1px dashed #ccc
}

nav.sh-pagination li a.page-link {
    margin-left: 10px;
    padding: 10px 15px;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 14px
}

nav.sh-pagination li a.page-link:hover {
    background-color: #0096ff;
    color: #fff;
    border: 1px solid #0096ff
}

.social-media ul li a i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #00000026;
    line-height: 35px;
    border-radius: 4px;
    margin-right: -10px
}

.social-media ul li a:hover {
    color: #0096ff;
    padding-left: 0 !important
}

a.sh-play-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #000;
    border-radius: 30px;
    width: 70px;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e18f;
    text-transform: uppercase
}

a.sh-play-btn span {
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px
}

a.sh-play-btn i.fa.fa-play {
    color: #e53127;
    position: relative;
    top: -1px
}

a.sh-play-btn:hover {
    background-color: #e53127;
    border: 1px solid #e53127;
    color: #fff
}

a.sh-play-btn:hover i.fa.fa-play {
    color: #fff
}

button.sh-button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: -20px;
    min-width: 130px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width: 992px) {
    button.sh-button {
        display: none
    }
}

ul.sh-results {
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding: 15px;
    border-radius: 4px;
    display: none;
    left: 0;
    border: 1px solid #00000026;
    top: 35px;
    animation: displayList 699ms cubic-bezier(0.6, 0.18, 0.5, 0.99) forwards;
    transition: height 359ms cubic-bezier(0.27, 0.7, 0, 0.99);
    z-index: 9999
}

ul.sh-results li a {
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
    opacity: 0.8
}

ul.sh-results li a:hover {
    color: #000;
    padding-left: 2px;
    opacity: 1
}

.sh-search-bar input[type="text"]:focus+.sh-results {
    animation: displayList 699ms cubic-bezier(0.6, 0.18, 0.5, 0.99) forwards;
    display: inline-block;
    transition: height 399ms cubic-bezier(0.27, 0.7, 0, 0.99)
}

.sh-video-modal .modal-dialog {
    max-width: 700px;
    overflow: hidden
}

.sh-video-modal .modal-dialog .modal-body {
    padding: 0;
    height: 394px;
    overflow: hidden;
    border-radius: 4px
}

.sh-video-modal .modal-dialog .modal-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    border: none
}

.sh-video-modal .modal-dialog .modal-content {
    border: none
}

.sh-video-modal .modal-dialog .modal-header button.close {
    padding: 10px 20px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    top: 0;
    outline: none !important;
    box-shadow: none !important
}

.sh-bg-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sh-share-btn {
    padding: 10px;
    background: linear-gradient(90deg, #a3e5ff 0%, #d2f1ff 100%);
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #007bff
}

@media (max-width: 1450px) {
    .sh-share-btn {
        padding: 6px
    }
}

.sh-share-btn:hover {
    transform: scale(1.02);
    border: 1px solid transparent
}

.sh-text-share-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: arial;
    font-size: 14px;
    transition: 1s 0.2s;
    z-index: 99999;
    font-weight: 600
}

.sh-text-share-btn .fa {
    margin-right: 10px
}

.sh-share-btn:hover .sh-text-share-btn {
    left: -100%
}

.sh-share-items {
    display: flex;
    list-style: none;
    margin: 0;
    font-size: 18px;
    padding: 0
}

.sh-share-items li {
    padding: 0 10px
}

.sh-share-items li a {
    color: #000;
    display: inline-block;
    transform: scale(0)
}

.sh-share-items li a:hover {
    color: #0096ff !important;
    transition: all 0.3s !important
}

.sh-share-btn:hover ul li a {
    transform: scale(1)
}

.sh-share-items li:nth-child(5) a {
    transition: 0.5s 0.3s
}

.sh-share-items li:nth-child(4) a {
    transition: 0.5s 0.45s
}

.sh-share-items li:nth-child(3) a {
    transition: 0.5s 0.6s
}

.sh-share-items li:nth-child(2) a {
    transition: 0.5s 0.75s
}

.sh-share-items li:nth-child(1) a {
    transition: 0.5s 0.9s
}

section.sh-product-detail-section {
    padding-bottom: 20px;
    overflow: hidden
}

section.sh-product-detail-section .sh-product-detail {
    padding: 30px 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail {
        padding: 20px 0
    }
}

section.sh-product-detail-section .sh-product-detail .sh-product-d-img {
    text-align: center;
    height: 160px;
    border: 1px solid #00000026;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail .sh-product-d-img {
        height: 140px
    }
}

@media (max-width: 991px) {
    section.sh-product-detail-section .sh-product-detail .sh-product-d-img {
        height: 140px;
        margin-bottom: 20px
    }
}

section.sh-product-detail-section .sh-product-detail .sh-product-d-img img {
    max-width: 80%;
    max-height: 80%
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title {
    position: relative
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 40px
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 {
        font-size: 24px
    }
}

@media (max-width: 480px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 {
        max-width: 100%
    }
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 a {
    position: absolute;
    right: 5px;
    color: #17af17;
    font-size: 28px;
    top: 2px
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 a {
        font-size: 24px
    }
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title .sh-bg-box {
    position: absolute;
    right: 0;
    justify-content: flex-end;
    top: 0;
    max-width: 170px
}

@media (max-width: 991px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title .sh-bg-box {
        right: 15px
    }
}

@media (max-width: 480px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title .sh-bg-box {
        right: 15px;
        position: relative;
        right: 0;
        justify-content: flex-start;
        margin-top: 15px
    }
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title span.sh-tag {
    background-color: #007bff1f;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 70px;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title span.sh-tag {
        padding: 2px 15px;
        font-size: 13px
    }
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 10px
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail .sh-detail-title p {
        font-size: 14px;
        margin-top: 5px;
        font-weight: 500;
        margin-bottom: 5px
    }
}

section.sh-product-detail-section .sh-product-detail.sticky {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 70px;
    padding: 10px 0
}

@media (max-width: 1450px) {
    section.sh-product-detail-section .sh-product-detail.sticky {
        top: 60px
    }
}

@media (max-width: 1199px) {
    section.sh-product-detail-section .sh-product-detail.sticky {
        position: relative;
        z-index: 1;
        top: auto
    }
}

section.sh-product-detail-section .sh-product-detail.sticky .sh-product-d-img {
    height: 100px
}

section.sh-product-detail-section .sh-product-detail.sticky h2 {
    font-size: 22px;
    margin-bottom: 10px
}

section.sh-product-detail-section .sh-product-detail.sticky h2 a {
    font-size: 24px;
    top: 0px
}

section.sh-product-detail-section .sh-product-detail.sticky span.sh-tag {
    padding: 2px 15px;
    font-size: 13px;
    display: none
}

section.sh-product-detail-section .sh-product-detail.sticky p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 5px
}

section.sh-product-detail-section .sh-product-detail.sticky .sh-detail-button {
    height: 100px
}

section.sh-product-detail-section .sh-product-detail.sticky .sh-detail-button a.btn.btn-primary {
    font-size: 12px;
    padding: 3px 15px
}

section.sh-product-detail-section .sh-product-detail.sticky .sh-share-btn {
    padding: 3px
}

.sh-detail-button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 100px
}

@media (max-width: 991px) {
    .sh-detail-button {
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
        height: auto !important;
        display: inline-block
    }
}

.sh-rating .fa {
    color: #ffb100;
    margin-left: 2px;
    font-size: 18px
}

.sh-rating span {
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 2px;
    position: relative;
    top: -2px
}

.sh-detail-button a.btn.btn-primary {
    background-color: #D9001B;
    border: 1px solid #D9001B;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff
}

.sh-detail-button a.btn.btn-primary:hover {
    background-color: transparent;
    border: 1px solid #D9001B;
    color: #D9001B
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 14px 15px;
    margin: 0 4px -1px 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border: solid 1px #c80032 !important;
    position: relative
}

.resp-tabs-list li:after {
    content: '';
    right: 0px;
    top: 50%;
    position: absolute;
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px 0
}

.resp-tab-active {
    background: #c80032 !important;
    border: none !important;
    color: #FFF !important;
    margin-bottom: -1px !important;
    padding: 14px 14px 14px 14px !important;
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border-top: none;
    text-align: center;
    padding: 30px;
    border: 1px solid #00000026;
    border-radius: 6px;
    margin-top: 4px
}

@media (max-width: 480px) {
    .resp-tab-content {
        padding: 15px
    }
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 100%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 10px !important;
    cursor: pointer;
    border: solid 1px #007bff !important;
    background: none !important;
    float: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out
}

.resp-vtabs .resp-tabs-list li.resp-tab-active,
.resp-vtabs .resp-tabs-list li:hover {
    background-color: #0096ff !important;
    color: #fff !important
}

.resp-vtabs .resp-tabs-list li.resp-tab-active:after,
.resp-vtabs .resp-tabs-list li:hover:after {
    border-left: 12px solid #0096ff;
    right: -9px;
    transition: all 0.3s ease-in-out
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active {
    background: #DBDBDB
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border-top: none;
    text-align: center
}

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block;
        background-color: transparent !important;
        padding: 15px !important;
        border-radius: 4px;
        border: 1px solid #007bff !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        color: #000 !important;
        font-weight: 500 !important;
        font-size: 14px
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.sh-product-detail-2 {
    padding: 30px 0
}

@media (max-width: 1450px) {
    .sh-product-detail-2 {
        padding: 20px 0
    }
}

.sh-product-detail-2 .nav.nav-tabs.sh-tabs {
    border: none !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 70px;
    background: linear-gradient(90deg, #e3f7ff 0%, #f1fafe 100%);
    padding: 10px 10px
}

@media (max-width: 667px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs {
        border-radius: 6px
    }
}

@media (max-width: 667px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs li.nav-item {
        width: 33%
    }
}

@media (max-width: 480px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs li.nav-item {
        width: 50%
    }
}

.sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link {
    border: none;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    min-width: 200px;
    color: #000;
    text-align: center
}

@media (max-width: 1450px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link {
        min-width: 150px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link {
        min-width: 100px
    }
}

@media (max-width: 667px) {
    .sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link {
        width: 100%
    }
}

.sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link:hover,
.sh-product-detail-2 .nav.nav-tabs.sh-tabs .nav-link.active {
    color: #fff;
    background-color: #007bff;
    border-color: transparent;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.sh-product-detail-2 .sh-overview-detail h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-top: 25px
}

@media (max-width: 1200px) {
    .sh-product-detail-2 .sh-overview-detail h2 {
        font-size: 22px
    }
}

.sh-product-detail-2 .sh-overview-detail h2:first-child {
    margin-top: 0
}

.sh-product-detail-2 .sh-overview-detail h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 6px;
    background-color: #d8001b;
    border-radius: 90px
}

.sh-product-detail-2 .sh-overview-detail p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width: 1450px) {
    .sh-product-detail-2 .sh-overview-detail p {
        font-size: 14px
    }
}

.sh-product-detail-2 .sh-overview-detail p:last-child {
    margin-bottom: 0
}

.sh-product-detail-2 .sh-overview-detail li {
    list-style: initial;
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 5px;
    font-weight: 500
}

@media (max-width: 1450px) {
    .sh-product-detail-2 .sh-overview-detail li {
        font-size: 14px
    }
}

.sh-product-detail-2 .sh-overview-detail ul {
    padding-left: 25px
}

.sh-product-detail-2 .sh-overview-detail ol {
    padding-left: 25px
}

.sh-product-detail-2 .sh-overview-detail ol li {
    position: relative;
    list-style: none
}

.sh-product-detail-2 .sh-overview-detail ol li:after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    left: -20px;
    font-size: 20px;
    top: -1px;
    opacity: 1
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns {
    display: flex;
    flex-wrap: wrap
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns a {
    padding: 8px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 200px;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #c1ddf1
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns a:hover {
    background-color: #0096ff;
    border: 1px solid #0096ff;
    color: #fff
}

.sh-product-detail-2 .sh-price-bar {
    max-width: 60%;
    margin: 0 auto;
    background: linear-gradient(90deg, #e3f7ff 0%, #f1fafe 100%);
    padding: 25px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 60px
}

@media (max-width: 667px) {
    .sh-product-detail-2 .sh-price-bar {
        max-width: 100%
    }
}

.sh-product-detail-2 .sh-price-bar h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000
}

.sh-product-detail-2 .sh-price-bar a.btn.btn-primary {
    max-width: 120px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    background-color: #d9001b;
    border-color: #d9001b;
    border-radius: 4px;
    color: #fff
}

.sh-product-detail-2 .sh-price-bar a.btn.btn-primary:hover {
    background-color: transparent;
    border-color: #d9001b;
    color: #d9001b
}

.sh-product-detail-2 .sh-price-bar .sh-inner-price {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px dashed #0000001f;
    border-radius: 6px;
    background: #fff
}

.sh-product-detail-2 .sh-price-bar .sh-inner-price h4 {
    margin-bottom: 3px;
    font-size: 18px;
    color: #00000090;
    font-weight: 500
}

.sh-product-detail-2 .sh-price-bar .sh-inner-price h6 {
    font-size: 14px;
    color: #00000070;
    margin-bottom: 0
}

.sh-product-detail-2 .sh-price-bar .sh-inner-price h2 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

.sh-product-detail-2 .sh-price-bar ul {
    text-align: left
}

.sh-product-detail-2 .sh-price-bar ul li {
    font-weight: 500;
    list-style: inside;
    font-size: 14px;
    margin-bottom: 5px
}

.sh-product-detail-2 .sh-price-bar .content {
    display: none
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    border: none;
    padding: 0;
    min-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #00a4ff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn span.sh-btn_2 {
    display: inline-block
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn span.sh-btn_1 {
    display: none
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn.collapsed span.sh-btn_2 {
    display: none
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn.collapsed span.sh-btn_1 {
    display: inline-block
}

.sh-product-detail-2 .sh-price-bar button.btn.btn-info.sh-expand-btn i.fa {
    font-size: 23px;
    margin-left: 10px;
    position: relative;
    top: 2px
}

.sh-product-detail-2 .sh-price-bar .sh-open-details {
    width: 100%
}

.sh-product-detail-2 .sh-price-bar .sh-open-details .sh-inner-price {
    margin: 0 auto
}

.sh-product-detail-2 .tab-pane {
    min-height: 600px
}

.sh-rating-block {
    background: #fff;
    padding: 20px;
    border: 1px solid #00000026;
    border-radius: 6px
}

.sh-rating-block .sh-rating-wrap-1 ul li {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 10px
}

.sh-rating-block .sh-rating-wrap-1 ul li>span {
    font-weight: 500;
    margin-right: 10px;
    font-size: 18px
}

.sh-rating-block .sh-rating-wrap-1 ul li .sh-rating {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.sh-rating-block .sh-rating-wrap-1 ul li .sh-rating span {
    opacity: 0.7
}

.sh-rating-block .sh-rating-wrap-1 ul li .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    width: 80%;
    margin-left: 10px
}

.sh-rating-block .sh-rating-wrap-1 {
    width: 100%;
    padding: 0 20px
}

.sh-rating-block ul {
    padding-left: 0
}

.sh-rating-block .col-12.col-md-4 {
    border-right: 1px solid #00000026;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 667px) {
    .sh-rating-block .col-12.col-md-4 {
        border-right: none;
        border-bottom: 1px solid #00000026;
        height: auto;
        padding: 15px
    }
}

.sh-rating-block .col-12.col-md-4:last-child {
    border: none
}

.sh-rating-block .sh-review-block-1 {
    text-align: center
}

.sh-rating-block .sh-review-block-1 span.sh-rating.sh-rating-1 .fa {
    font-size: 27px
}

.sh-rating-block .sh-review-block-1 h2 {
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 40px;
    font-size: 60px
}

.sh-rating-block .sh-review-block-1 h2 span {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 500
}

.sh-rating-block .sh-review-login {
    text-align: center
}

.sh-rating-block .sh-review-login h4 {
    font-size: 20px;
    color: #000
}

.sh-rating-block .sh-review-login a.btn.btn-primary {
    background-color: #0096ff;
    border: 1px solid #0096ff;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff
}

.sh-rating-block .sh-review-login a.btn.btn-primary:hover {
    background-color: transparent;
    border: 1px solid #0096ff;
    color: #0096ff
}

.sh-user-review-main {
    margin-top: 30px
}

.sh-user-review-main ul {
    padding: 0
}

.sh-user-review-main ul li {
    display: flex;
    justify-content: space-between
}

.sh-user-review-main ul li .sh-user-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px
}

@media (max-width: 480px) {
    .sh-user-review-main ul li .sh-user-img {
        width: 70px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 15px
    }
}

.sh-user-review-main ul li .sh-user-img img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.sh-user-review-main ul li .sh-review-text {
    width: 90%;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    margin-left: 10px
}

.sh-user-review-main ul li .sh-review-text:after {
    position: absolute;
    content: '';
    left: -11px;
    top: 15px;
    border-right: 15px solid #f5f5f5;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent
}

.sh-user-review-main ul li .sh-review-text h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.sh-user-review-main ul li .sh-review-text small {
    display: inline-block;
    width: 100%;
    opacity: 0.8;
    margin-bottom: 5px
}

.sh-user-review-main ul li .sh-review-text p {
    padding-bottom: 0;
    font-weight: 500
}

@media (max-width: 480px) {
    .sh-user-review-main ul li .sh-review-text p {
        font-size: 14px
    }
}

.sh-video-wrap {
    overflow: hidden;
    height: 470px;
    border: 1px solid #00000026;
    border-radius: 6px;
    padding: 20px
}

@media (max-width: 667px) {
    .sh-video-wrap {
        padding: 10px;
        height: auto
    }
}

.sh-vendor-block {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    border-radius: 6px;
    border: 1px solid #00000026;
    width: auto;
    max-width: 60%;
    margin: 0 auto
}

@media (max-width: 1040px) {
    .sh-vendor-block {
        max-width: 100%
    }
}

@media (max-width: 667px) {
    .sh-vendor-block {
        flex-wrap: wrap
    }
}

.sh-vendor-block .sh-vendor-image {
    background-color: #fff;
    border-radius: 50%;
    width: 140px;
    overflow: hidden;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    border: 2px solid #007bff
}

.sh-vendor-block .sh-vendor-image img {
    max-width: 80%;
    max-height: 80%
}

@media (max-width: 667px) {
    .sh-vendor-block .sh-vendor-image {
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.sh-vendor-block .sh-vendor-text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sh-vendor-block .sh-vendor-text h2 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 500
}

.sh-vendor-block .sh-vendor-text p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    opacity: 0.9
}

.sh-vendor-block .sh-vendor-text ul {
    padding-left: 50px;
    margin: 0
}

.sh-vendor-block .sh-vendor-text ul li {
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px
}

.sh-vendor-block .sh-vendor-text ul li i.fa {
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    width: 25px
}

.sh-vendor-block .sh-vendor-text ul li a {
    color: #000
}

@media (max-width: 667px) {
    .sh-vendor-block .sh-vendor-text {
        width: 100%
    }
}

.modal-backdrop.show {
    opacity: 0.8 !important;
    background-color: #031520 !important
}

.sh-form-popup {
    z-index: 999999
}

.sh-form-popup .modal-dialog {
    max-width: 700px
}

.sh-form-popup .modal-dialog .modal-content {
    border: none;
    border-radius: 10px;
    padding: 25px
}

.sh-form-popup .modal-dialog .modal-header {
    padding: 0px 0px;
    border: none
}

.sh-form-popup .modal-dialog .modal-header button.close {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 28px;
    opacity: 1;
    text-shadow: none
}

.sh-form-popup .modal-dialog .modal-header .modal-title {
    line-height: 1.5;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px
}

.sh-form-popup .modal-dialog .modal-body {
    padding: 0
}

.sh-form-popup .modal-dialog .modal-body .form-group label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 1;
    color: #000
}

.sh-form-popup .modal-dialog .modal-body .form-control {
    border-radius: 4px;
    height: 45px
}

.sh-form-popup .modal-dialog .modal-body button.btn {
    padding: 8px 20px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500
}

section#registration-form {
    width: 100%
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px
}

.banner-slider .slider.slider-nav {
    max-width: 16%
}

.banner-slider .slider.slider-for {
    width: 100%;
    float: left
}

.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
    height: 610px;
    overflow: hidden
}

.slider-banner-image {
    height: 500px
}

.banner-slider .slider.slider-nav {
    padding: 20px 0 0
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus {
    border: 0;
    outline: 0
}

.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0
}

.slider-nav .slick-slide {
    text-align: center
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px
}

.slick-arrow {
    display: none
}

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

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none
    }

    .banner-slider .slider.slider-for {
        padding-right: 0
    }

    .banner-slider .slider.slider-nav {
        height: auto
    }

    .slider-banner-image {
        height: 500px
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0
    }

    .slider-nav .slick-slide span {
        padding: 5px 0
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }

    .slick-prev {
        left: 0;
        right: unset
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px
    }

    .bid-tag {
        padding: 10px 0 15px
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none
    }
}

@media screen and (max-width: 767px) {
    .slider-banner-image {
        height: 400px
    }

    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px
    }

    .slick-prev.slick-arrow {
        background-position: center 10px
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 340px
    }
}

@media screen and (max-width: 480px) {
    .slider-banner-image {
        height: 280px
    }
}

section.sh-slider-section .container {
    position: relative
}

section.sh-slider-section .sh-offer-wrapper {
    position: absolute;
    left: 15px;
    top: -640px;
    width: 50%;
    background-color: #fff;
    padding: 30px 30px 0;
    border-radius: 10px;
    box-shadow: 0px -10px 25px rgba(0, 54, 110, 0.1)
}

@media (max-width: 1800px) {
    section.sh-slider-section .sh-offer-wrapper {
        top: -560px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .sh-offer-wrapper {
        top: 0;
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
        box-shadow: none
    }
}

@media (max-width: 470px) {
    section.sh-slider-section .sh-offer-wrapper {
        margin-top: 0;
        padding: 15px;
        margin-bottom: 0
    }
}

section.sh-slider-section .sh-offer-wrapper h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px
}

@media (max-width: 1650px) {
    section.sh-slider-section .sh-offer-wrapper h2 {
        font-size: 22px
    }
}

section.sh-slider-section .sh-offer-wrapper h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 80px;
    left: 0;
    background-color: #007fff;
    border-radius: 40px;
    display: inline-block
}

section.sh-slider-section .sh-offer-block {
    transition: all 0.3s ease-out 0s;
    background: rgba(49, 67, 239, 0.07);
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    border: 1px solid #110a450f
}

section.sh-slider-section .sh-offer-block img.sh-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
    opacity: 0
}

@media (max-width: 1650px) {
    section.sh-slider-section .sh-offer-block {
        padding: 5px 15px 10px
    }
}

section.sh-slider-section .sh-offer-block .sh-icon-box img {
    max-height: 64px;
    margin-bottom: 10px
}

section.sh-slider-section .sh-offer-block:hover {
    background: rgba(49, 67, 239, 0.15)
}

section.sh-slider-section .sh-offer-block:hover img.sh-bg-img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    left: 0px;
    opacity: 0.2
}

section.sh-slider-section .sh-offer-block:hover .sh-icon-box img {
    -webkit-animation: toTopFromBottom 0.9s forwards;
    -moz-animation: toTopFromBottom 0.9s forwards;
    animation: toTopFromBottom 0.9s forwards
}

section.sh-slider-section .sh-offer-block h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #000;
    font-weight: 600
}

section.sh-slider-section .sh-offer-block p {
    margin-bottom: 10px;
    line-height: normal;
    height: 35px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400
}

@media (max-width: 1650px) {
    section.sh-slider-section .sh-offer-block p {
        margin-bottom: 5px
    }
}

section.sh-slider-section .sh-offer-block a {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

section.sh-slider-section .sh-offer-block a i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-weight: 500;
    transition: all 0.4s
}

section.sh-slider-section .sh-offer-block a:hover {
    color: #e53127
}

section.sh-slider-section .sh-offer-block a:hover i {
    margin-left: 8px;
    transition: all 0.4s
}

section.sh-slider-section .sh-offer-block.sh-offer-2 {
    background: rgba(253, 91, 3, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-2:hover {
    background: rgba(253, 91, 3, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-3 {
    background: rgba(233, 15, 42, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-3:hover {
    background: rgba(233, 15, 42, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-4 {
    background: rgba(0, 80, 32, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-4:hover {
    background: rgba(0, 80, 32, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-5 {
    background: rgba(58, 13, 99, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-5:hover {
    background: rgba(58, 13, 99, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-6 {
    background: rgba(43, 32, 14, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-6:hover {
    background: rgba(43, 32, 14, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-7 {
    background: rgba(0, 80, 32, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-7:hover {
    background: rgba(0, 80, 32, 0.15)
}

section.sh-slider-section .sh-offer-block.sh-offer-8 {
    background: rgba(17, 24, 51, 0.07)
}

section.sh-slider-section .sh-offer-block.sh-offer-8:hover {
    background: rgba(17, 24, 51, 0.15)
}

section.sh-slider-section .slick-prev,
section.sh-slider-section .slick-next {
    height: 40px;
    width: 40px;
    background: #e53127;
    transition: all 0.5s;
    color: #fff;
    top: 47%;
    border-radius: 50%;
    transition: all 0.5s
}

section.sh-slider-section .slick-prev:before,
section.sh-slider-section .slick-next:before {
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 1;
    color: #FFF;
    opacity: 1
}

section.sh-slider-section .slick-prev:hover,
section.sh-slider-section .slick-next:hover {
    background: #0096ff;
    transition: all 0.5s;
    color: #fff
}

section.sh-slider-section .slick-prev:hover:before,
section.sh-slider-section .slick-next:hover:before {
    transition: all 0.5s;
    color: #fff
}

section.sh-slider-section .slick-next {
    right: -50px
}

@media (max-width: 1300px) {
    section.sh-slider-section .slick-next {
        right: -40px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .slick-next {
        display: none !important
    }
}

section.sh-slider-section .slick-next:hover {
    right: -50px
}

@media (max-width: 1300px) {
    section.sh-slider-section .slick-next:hover {
        right: -40px
    }
}

section.sh-slider-section .slick-next:before {
    content: "\f105";
    margin-right: -3px
}

section.sh-slider-section .slick-prev {
    left: -50px
}

@media (max-width: 1300px) {
    section.sh-slider-section .slick-prev {
        left: -40px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .slick-prev {
        display: none !important
    }
}

section.sh-slider-section .slick-prev:hover {
    left: -50px
}

@media (max-width: 1300px) {
    section.sh-slider-section .slick-prev:hover {
        left: -40px
    }
}

section.sh-slider-section .slick-prev:before {
    content: "\f104";
    margin-left: -3px
}

section.sh-slider-section .slick-dots {
    bottom: -5px
}

section.sh-slider-section .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 3px
}

section.sh-slider-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #007bff
}

section.sh-slider-section .slick-dots li button:before {
    display: none
}

section.sh-slider-section .slick-dots li.slick-active button {
    background: #007bff
}

.sh-icon-box {
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0
}

@media (max-width: 1650px) {
    .sh-icon-box {
        height: 64px
    }
}

.sh-icon-box .sh-featured-icon {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 0;
    left: 0;
    line-height: 64px;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 99
}

.sh-icon-box .iconcircle {
    width: 74px;
    height: 74px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    background-blend-mode: multiply;
    transform: translate(0px, 0px);
    animation-fill-mode: forwards
}

.sh-inner-l-wrap .sh-icon-box {
    height: 64px
}

.sh-offer-block:hover .iconcircle,
.sh-inner-l-wrap:hover .iconcircle {
    background: rgba(123, 123, 123, 0.25)
}

.sh-offer-block:hover .iconcircle:first-child,
.sh-inner-l-wrap:hover .iconcircle:first-child {
    animation: 1.8s circle-1 ease-in-out infinite
}

.sh-offer-block:hover .iconcircle:nth-child(2),
.sh-inner-l-wrap:hover .iconcircle:nth-child(2) {
    animation: 2.5s circle-2 ease-in-out infinite
}

.sh-offer-block:hover .iconcircle:nth-child(3),
.sh-inner-l-wrap:hover .iconcircle:nth-child(3) {
    animation: 2.7s circle-3 ease-in-out infinite
}

.sh-offer-block:hover .iconcircle:nth-child(4),
.sh-inner-l-wrap:hover .iconcircle:nth-child(4) {
    animation: 2.4s circle-4 ease-in-out infinite
}

.sh-offer-block:hover .iconcircle:nth-child(5),
.sh-inner-l-wrap:hover .iconcircle:nth-child(5) {
    animation: 3.2s circle-5 ease-in-out infinite
}

@keyframes circle-1 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(15px, 15px)
    }
}

@keyframes circle-2 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(10px, -15px)
    }
}

@keyframes circle-3 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(-5px, -25px)
    }
}

@keyframes circle-4 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(-15px, 20px)
    }
}

@keyframes circle-5 {
    0% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(15px, 20px)
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.sh-main-slider {
    position: relative
}

.sh-main-slider .slick-slide>div {
    padding-bottom: 38.611111%;
    background-size: cover;
    max-height: 640px;
    min-height: 640px;
    position: relative;
    height: auto
}

@media (max-width: 1199px) {
    .sh-main-slider .slick-slide>div {
        max-height: 350px;
        min-height: 350px;
        padding-bottom: 28.611111%
    }
}

.sh-main-slider .slick-slide>div:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #110a45;
    background: -moz-linear-gradient(95deg, #110a45 38%, transparent 100%);
    background: -webkit-linear-gradient(95deg, #110a45 38%, transparent 100%);
    background: linear-gradient(95deg, #110a45 38%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#110a45", endColorstr="#000000", GradientType=1)
}

.sh-main-slider .sh-main-slider-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    -webkit-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
    text-align: center;
    max-width: 500px;
    width: 100%;
    text-align: left
}

@media (max-width: 1650px) {
    .sh-main-slider .sh-main-slider-caption {
        -moz-transform: translate(15%, -50%);
        -ms-transform: translate(15%, -50%);
        -webkit-transform: translate(15%, -50%);
        transform: translate(15%, -50%)
    }
}

@media (max-width: 1400px) {
    .sh-main-slider .sh-main-slider-caption {
        -moz-transform: translate(12%, -50%);
        -ms-transform: translate(12%, -50%);
        -webkit-transform: translate(12%, -50%);
        transform: translate(12%, -50%)
    }
}

@media (max-width: 1199px) {
    .sh-main-slider .sh-main-slider-caption {
        left: 0
    }
}

@media (max-width: 470px) {
    .sh-main-slider .sh-main-slider-caption {
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        padding: 20px
    }

    .sh-main-slider .sh-main-slider-caption .btn.btn-default {
        font-size: 14px;
        padding: 10px 20px
    }
}

.sh-main-slider .sh-main-slider-caption h2 {
    font-size: 52px;
    color: white;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700
}

@media (max-width: 1450px) {
    .sh-main-slider .sh-main-slider-caption h2 {
        font-size: 37px
    }
}

@media (max-width: 1199px) {
    .sh-main-slider .sh-main-slider-caption h2 {
        font-size: 20px
    }
}

.sh-main-slider .sh-main-slider-caption h2 span {
    display: inline-block;
    width: auto;
    font-size: 30px;
    background-color: white;
    color: #1d1b65;
    padding: 5px 10px
}

@media (max-width: 1199px) {
    .sh-main-slider .sh-main-slider-caption h2 span {
        font-size: 20px
    }
}

@media (max-width: 470px) {
    .sh-main-slider .sh-main-slider-caption h2 span {
        font-size: 16px;
        margin-top: 5px
    }
}

.sh-main-slider .sh-main-slider-caption h5 {
    color: white;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 400
}

@media (max-width: 1450px) {
    .sh-main-slider .sh-main-slider-caption h5 {
        max-width: 60%;
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .sh-main-slider .sh-main-slider-caption h5 {
        font-size: 16px
    }
}

.sh-main-slider .sh-main-slider-caption h6 {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: -10px
}

.sh-main-slider .sh-main-slider-caption h6 strong {
    color: #0096ff;
    font-weight: 700
}

.sh-main-slider .sh-main-slider-caption h5 strong.sh-bg-c-1 {
    background-color: #ffecaf;
    color: #000;
    padding: 5px
}

section.sh-slider-section .sh-main-slider ul.slick-dots {
    bottom: -15px;
    right: 20px;
    width: auto;
    left: auto
}

@media (max-width: 1650px) {
    section.sh-slider-section .sh-main-slider ul.slick-dots {
        bottom: 20px
    }
}

section.sh-slider-section .sh-main-slider ul.slick-dots li button {
    border: 2px solid #fff
}

section.sh-slider-section {
    height: 640px;
    margin-top: 70px
}

@media (max-width: 1550px) {
    section.sh-slider-section {
        height: 560px;
        margin-top: 70px
    }
}

@media (max-width: 1450px) {
    section.sh-slider-section {
        margin-top: 60px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section {
        height: auto
    }
}

section.sh-slider-section .sh-main-slider {
    position: relative;
    height: 600px;
    margin-bottom: 0
}

@media (max-width: 1550px) {
    section.sh-slider-section .sh-main-slider {
        height: 560px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .sh-main-slider {
        height: 350px
    }
}

section.sh-slider-section .sh-main-slider .slick-list {
    height: 640px
}

@media (max-width: 1550px) {
    section.sh-slider-section .sh-main-slider .slick-list {
        height: 560px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .sh-main-slider .slick-list {
        height: 350px
    }
}

section.sh-slider-section .sh-main-slider .slick-list .slick-slide>div {
    height: 640px;
    padding-bottom: 0;
    background-position: right
}

@media (max-width: 1550px) {
    section.sh-slider-section .sh-main-slider .slick-list .slick-slide>div {
        height: 560px;
        min-height: 560px
    }
}

@media (max-width: 1199px) {
    section.sh-slider-section .sh-main-slider .slick-list .slick-slide>div {
        height: 350px;
        min-height: 350px
    }
}

.btn.btn-default {
    border-radius: 4px;
    letter-spacing: 1px;
    color: white;
    background: #e53127;
    font-size: 14px;
    padding: 14px 37px;
    border-color: #e53127;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase
}

.btn.btn-default:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #e53127
}

section.sh-slider-section .sh-offer-wrapper {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 25px;
    width: 100%;
    max-width: 620px
}

@media (max-width: 1199px) {
    section.sh-slider-section .sh-offer-wrapper {
        max-width: 100%
    }
}

section.sh-slider-section .sh-offer-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0
}

.sh-offer-wrapper-main {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 105px;
    width: 50%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 1550px) {
    .sh-offer-wrapper-main {
        height: 560px;
        margin-top: 70px
    }
}

@media (max-width: 1450px) {
    .sh-offer-wrapper-main {
        margin-top: 77px
    }
}

@media (max-width: 1199px) {
    .sh-offer-wrapper-main {
        width: 100%
    }
}

.sh-offer-wrapper-main .container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0
}

@media (max-width: 767px) {
    .sh-offer-wrapper-main .container {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .sh-offer-wrapper-main {
        position: relative;
        margin-top: 0;
        height: auto
    }
}

section.sh-slider-section .sh-main-slider ul.slick-dots li.slick-active button {
    background-color: #fff
}

section.sh-filter-form {
    padding: 30px 0;
    background-color: #eeeff1a6
}

section.sh-filter-form h2 {
    font-size: 22px;
    font-weight: 500;
    color: #000
}

section.sh-story-section {
    padding: 0 0 80px;
    min-height: 750px;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    position: relative
}

section.sh-story-section .sh-story-tabs {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1)
}

section.sh-story-section .sh-story-tabs:after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #b6b6b6 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

section.sh-story-section .tab-content {
    padding: 0;
    margin-top: 0
}

section.sh-story-section #material-tabs {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs {
        position: relative;
        display: inline-block;
        padding: 0;
        text-align: center;
        white-space: nowrap;
        display: flex;
        justify-content: flex-start;
        overflow: auto
    }
}

section.sh-story-section #material-tabs>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 16px;
    color: #000000;
    min-width: 190px;
    text-align: center;
    font-weight: 500
}

@media (max-width: 991px) {
    section.sh-story-section #material-tabs>a {
        padding: 20px 15px;
        font-size: 14px;
        min-width: 145px
    }
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs>a {
        min-width: 50%;
        padding: 20px 15px;
        width: 50%
    }
}

section.sh-story-section #material-tabs>a.active {
    font-weight: 600;
    outline: none
}

section.sh-story-section #material-tabs>a:not(.active):hover {
    background-color: inherit;
    color: #000000
}

section.sh-story-section #material-tabs1 {
    position: relative;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 250px;
    margin-bottom: 45px
}

@media (max-width: 667px) {
    section.sh-story-section #material-tabs1 {
        flex-wrap: wrap
    }
}

section.sh-story-section #material-tabs1:after {
    content: "";
    width: 90%;
    top: 50%;
    height: 15px;
    background-color: #eeeff1;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    left: 50%
}

@media (max-width: 667px) {
    section.sh-story-section #material-tabs1:after {
        display: none
    }
}

section.sh-story-section .sh-c-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2)
}

@media (max-width: 991px) {
    section.sh-story-section .sh-c-img {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 667px) {
    section.sh-story-section .sh-c-img {
        width: 50px;
        height: 50px
    }
}

section.sh-story-section .sh-c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    filter: blur(1px)
}

section.sh-story-section .sh-c-img:after {
    content: "";
    left: 50%;
    top: 50%;
    animation: pulse 2s infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    border-radius: 50%;
    opacity: 1
}

section.sh-story-section #material-tabs1>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 20px 35px;
    font-size: 16px;
    color: #000000;
    min-width: 190px;
    text-align: center;
    font-weight: 500
}

@media (max-width: 667px) {
    section.sh-story-section #material-tabs1>a {
        min-width: 25%
    }
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs1>a {
        min-width: 50%;
        padding: 10px 0;
        width: 50%
    }
}

section.sh-story-section #material-tabs1>a span {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 20px;
    top: -20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #000;
    opacity: 0.05;
    z-index: -1;
    transition: all 0.3s ease-in-out
}

section.sh-story-section #material-tabs1>a strong {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 75px;
    transition: all 0.3s ease-in-out
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs1>a strong {
        top: 60px
    }
}

section.sh-story-section #material-tabs1 .active {
    transition: all 0.3s ease-in-out
}

section.sh-story-section #material-tabs1 .active .sh-c-img {
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.3s ease-in-out
}

section.sh-story-section #material-tabs1 .active .sh-c-img img {
    filter: blur(0)
}

section.sh-story-section #material-tabs1 .active strong {
    top: 100px;
    transition: all 0.3s ease-in-out;
    font-weight: 600
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs1 .active strong {
        top: 60px
    }
}

section.sh-story-section #material-tabs1>a.active {
    font-weight: 600;
    outline: none
}

section.sh-story-section #material-tabs1>a.active:after {
    content: "";
    background: url(../images/arrow-line.png);
    position: absolute;
    left: 10px;
    top: 90px;
    width: 23px;
    height: 100px;
    opacity: 0.5;
    background-size: 100% !important;
    background-repeat: no-repeat;
    z-index: -1
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs1>a.active:after {
        display: none
    }
}

section.sh-story-section #material-tabs1>a.active span {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: -40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: #000;
    opacity: 0.05;
    z-index: -1;
    transition: all 0.3s ease-in-out
}

@media (max-width: 480px) {
    section.sh-story-section #material-tabs1>a.active span {
        left: 40px;
        top: -20px;
        font-size: 60px
    }
}

section.sh-story-section #material-tabs1>a:not(.active):hover {
    background-color: inherit;
    color: #000000
}

section.sh-story-section .sh-red-bar {
    position: absolute;
    z-index: 10;
    bottom: -2px;
    height: 5px;
    background: #e53127;
    display: block;
    left: 0;
    transition: left .7s ease;
    -webkit-transition: left .7s ease;
    border-radius: 30px
}

@media (max-width: 480px) {
    section.sh-story-section .sh-red-bar {
        display: none
    }
}

section.sh-story-section #tab1-tab.active~span.sh-red-bar {
    left: 0;
    width: 200px
}

@media (max-width: 991px) {
    section.sh-story-section #tab1-tab.active~span.sh-red-bar {
        width: 145px
    }
}

section.sh-story-section #tab2-tab.active~span.sh-red-bar {
    left: 200px;
    width: 200px
}

@media (max-width: 991px) {
    section.sh-story-section #tab2-tab.active~span.sh-red-bar {
        left: 25%;
        width: 145px
    }
}

section.sh-story-section #tab3-tab.active~span.sh-red-bar {
    left: 400px;
    width: 200px
}

@media (max-width: 991px) {
    section.sh-story-section #tab3-tab.active~span.sh-red-bar {
        left: 50%;
        width: 145px
    }
}

section.sh-story-section #tab4-tab.active~span.sh-red-bar {
    left: 600px;
    width: 200px
}

@media (max-width: 991px) {
    section.sh-story-section #tab4-tab.active~span.sh-red-bar {
        left: 75%;
        width: 145px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 49, 39, 0.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(229, 49, 39, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 49, 39, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 49, 39, 0.4);
        box-shadow: 0 0 0 0 rgba(229, 49, 39, 0.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(229, 49, 39, 0);
        box-shadow: 0 0 0 20px rgba(229, 49, 39, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 49, 39, 0);
        box-shadow: 0 0 0 0 rgba(229, 49, 39, 0)
    }
}

.sh-story-product-list-inner {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    transition: transform 0.5s;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.sh-story-product-list-inner .sh-s-p-front,
.sh-story-product-list-inner .sh-s-p-back {
    width: 100%;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    padding: 0
}

.sh-story-product-list-inner .sh-s-p-front {
    display: flex;
    justify-content: flex-start;
    transform: translateY(0px);
    margin-bottom: 15px;
    transition: transform 0.5s;
    align-items: center
}

@media (max-width: 470px) {
    .sh-story-product-list-inner .sh-s-p-front {
        flex-wrap: wrap
    }
}

.sh-story-product-list-inner .sh-s-p-front .sh-story-p-text {
    width: 60%;
    padding-left: 20px
}

@media (max-width: 470px) {
    .sh-story-product-list-inner .sh-s-p-front .sh-story-p-text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }
}

.sh-story-product-list-inner .sh-s-p-front .sh-story-p-text h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px
}

.sh-story-product-list-inner .sh-s-p-front .sh-story-p-text p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500
}

.sh-story-product-list-inner .sh-s-p-front .sh-story-p-img {
    width: 220px;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    overflow: hidden
}

@media (max-width: 470px) {
    .sh-story-product-list-inner .sh-s-p-front .sh-story-p-img {
        width: 100%;
        text-align: center
    }
}

.sh-story-product-list-inner .sh-s-p-front .sh-story-p-img img {
    max-width: 100%
}

.sh-story-product-list-inner .sh-s-p-back p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 5px
}

.sh-story-product-list-inner .sh-s-p-back span.sh-cate-label {
    background: #007bff1f;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 0px;
    margin-bottom: 5px
}

.sh-story-product-list-inner .sh-s-p-back .sh-rating {
    font-size: 14px;
    font-weight: 500
}

.sh-story-product-list-inner .sh-s-p-back .sh-rating label {
    margin-bottom: 0
}

.sh-story-product-list-inner .sh-s-p-back .sh-rating span {
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 0px;
    position: relative;
    top: 2px;
    margin-right: 10px
}

.sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00000020;
    padding-top: 5px;
    margin-top: 10px;
    align-items: center
}

.sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info a.btn.btn-primary {
    width: auto;
    padding: 10px 15px;
    background-color: #e53127;
    border: 1px solid #e53127;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    transition: all 0.2 ease-in-out
}

.sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info a.btn.btn-primary:hover {
    background-color: #fff;
    color: #e53127;
    transition: all 0.2 ease-in-out
}

section.sh-story-section #material-tabs1>a:nth-child(2).active:after {
    transform: rotate(38deg)
}

section.sh-story-section #material-tabs1>a:nth-child(3).active:after {
    transform: rotate(38deg)
}

section.sh-story-section #material-tabs1>a:nth-child(4).active:after {
    background: url(../images/arrow-line-1.png);
    left: auto;
    right: 15px;
    background-repeat: no-repeat
}

.sh-btn-bottom a.btn.btn-primary {
    width: auto;
    padding: 10px 30px;
    background-color: #fff;
    border: 1px solid #e53127;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    color: #e53127;
    transition: all 0.2 ease-in-out;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)
}

.sh-btn-bottom a.btn.btn-primary:hover {
    background-color: #e53127;
    color: #fff;
    transition: all 0.2 ease-in-out
}

.shape-group-2 {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.shape-group-2 .shape.shape-1 {
    bottom: 0;
    right: 135px
}

.shape-group-2 .shape.shape-2 {
    right: 200px;
    top: 0
}

.shape-group-2 .shape.shape-3 {
    right: 515px;
    top: 125px
}

.shape-group-2 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.shape-group-2 .shape {
    position: absolute;
    z-index: -1
}

section.sh-product-section.sh-product-list-main {
    padding: 90px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: linear-gradient(90deg, #110a45 0%, #110a45 75%, #110a45 100%)
}

section.sh-product-section.sh-product-list-main:after {
    content: "";
    background: url(../images/bg-2.png);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.4
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 {
    width: 100%
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev,
section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next {
    height: 40px;
    width: 40px;
    background: #ffffff0f;
    transition: all 0.5s;
    color: #fff;
    top: 47%;
    border-radius: 50%;
    transition: all 0.5s
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev:before,
section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    color: #FFF;
    opacity: 1
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev:hover,
section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next:hover {
    background-color: #fff;
    color: #e53127
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev:hover:before,
section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next:hover:before {
    color: #e53127
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev {
    left: -30px
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-prev:before {
    content: "\f104";
    margin-left: -3px
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next {
    right: -30px
}

section.sh-product-section.sh-product-list-main .sh-product-slider-1 .slick-next:before {
    content: "\f105";
    margin-right: -3px
}

section.sh-product-section.sh-product-list-main .sh-product-inner {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 320px;
    transition: all 0.3s ease-in-out;
    margin: 20px 15px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15)
}

section.sh-product-section.sh-product-list-main .sh-product-inner:hover {
    border: none
}

section.sh-product-section.sh-product-list-main .sh-product-inner .sh-product-footer a.btn.btn-primary {
    background-color: #e53127;
    border: 1px solid #e53127
}

section.sh-product-section.sh-product-list-main .sh-product-inner .sh-product-footer a.btn.btn-primary:hover {
    background-color: transparent;
    color: #e53127;
    border: 1px solid #e53127
}

section.sh-product-section.sh-product-list-main h2.sh-title-2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 15px
}

@media (max-width: 480px) {
    section.sh-product-section.sh-product-list-main h2.sh-title-2 {
        flex-wrap: wrap;
        font-size: 26px
    }
}

section.sh-product-section.sh-product-list-main h2.sh-title-2 small {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    opacity: 0.5;
    letter-spacing: 0px;
    font-weight: 400
}

section.sh-product-section.sh-product-list-main h2.sh-title-2 a.btn.btn-primary {
    width: auto;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    border: 1px solid #fff
}

@media (max-width: 480px) {
    section.sh-product-section.sh-product-list-main h2.sh-title-2 a.btn.btn-primary {
        margin-top: 10px
    }
}

section.sh-product-section.sh-product-list-main h2.sh-title-2 a.btn.btn-primary:hover {
    background-color: #e53127;
    border: 1px solid #e53127
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-front {
    flex-wrap: wrap
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-front .sh-story-p-img {
    width: 100%;
    text-align: center
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-front .sh-story-p-text {
    width: 100%;
    padding-left: 0;
    margin-top: 15px
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-front .sh-story-p-text h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info {
    flex-wrap: wrap
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info .sh-rating span {
    padding-left: 0;
    margin-right: 0
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-back .sh-p-footer-info .sh-rating label {
    display: none
}

.sh-story-product-list .col-12.col-md-6.col-xl-3 .sh-story-product-list-inner .sh-s-p-back span.sh-cate-label {
    background: #007bff1f;
    padding: 3px 9px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 0px;
    margin-bottom: 5px
}

section.sh-product-section.sh-product-list-main .sh-product-inner {
    border-radius: 10px
}

.sh-testimonial-section {
    padding: 90px 0 110px;
    position: relative;
    overflow: hidden
}

.sh-testimonial-section h2.sh-title-2 {
    font-size: 36px;
    font-weight: 700;
    color: #262626;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    margin-top: -15px
}

@media (max-width: 480px) {
    .sh-testimonial-section h2.sh-title-2 {
        font-size: 26px
    }
}

.sh-testimonial-section small {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    opacity: 0.5;
    letter-spacing: 0px;
    font-weight: 400
}

.shape-group-1 .shape.shape-1 {
    top: 140px;
    left: 315px;
    opacity: 0.1;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms
}

.shape-group-1 .shape.shape-2 {
    top: 300px;
    right: 0;
    opacity: 0.5
}

.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0;
    opacity: 0.5
}

.shape-group-1 .shape.shape-4 {
    bottom: 60px;
    right: 230px;
    opacity: 0.1;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms
}

.shape-group-1 .shape {
    position: absolute;
    z-index: -1
}

.sh-testi-slider {
    margin: 0 -10px
}

.sh-testi-slider .slick-slide {
    padding: 0 15px;
    position: relative;
    margin-top: 30px
}

.sh-testi-slider .slick-slide:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(0deg, #ffffff 0%, #d5dde9 50%, #ffffff 100%)
}

.sh-testi-info {
    padding: 0;
    margin-top: 0;
    border-top: 3px solid transparent;
    font-size: 15px
}

.sh-testi-info:hover {
    border-top: 3px solid #e53127
}

.sh-testi-info strong img {
    margin-bottom: 10px
}

.sh-testi-info p {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    min-height: 145px;
    max-height: 145px;
    overflow: hidden;
    font-weight: 300
}

@media (max-width: 1199px) {
    .sh-testi-info p {
        min-height: 130px;
        max-height: 130px
    }
}

.sh-testi-info span {
    font-weight: 700;
    margin-top: 45px;
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 22px;
    position: relative;
    padding-left: 0px;
    padding-top: 5px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    height: 90px
}

.sh-testi-info span:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -9px;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
    border-radius: 5px
}

.sh-testi-info span small {
    font-size: 13px;
    line-height: normal;
    margin-top: 5px
}

.sh-testi-slider .slick-dots li {
    margin: 0 10px
}

.sh-testi-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 30px;
    height: 4px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #00000010;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #00000010;
    font-size: 0;
    border-radius: 30px
}

.sh-testi-slider .slick-dots li.slick-active button:before {
    background-color: #2f3336
}

.sh-testi-slider .shape-group-1 .shape.shape-2 {
    top: 150px;
    right: 0;
    opacity: 0.3
}

.sh-testi-slider ul.slick-dots {
    bottom: -60px
}

.sh-launch-step {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    background-color: transparent
}

.sh-launch-step {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 5px;
    margin-top: 40px;
    text-align: center
}

.sh-launch-step h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #262626
}

.sh-launch-step p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    font-weight: 300
}

.sh-launch-step p strong {
    font-weight: 700
}

@media (max-width: 1199px) {
    .sh-launch-step p {
        font-size: 14px;
        line-height: 21px
    }
}

.sh-launch-step .sh-launch-icon {
    width: 100%;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px
}

.sh-launch-step .sh-launch-icon img {
    max-height: initial;
    max-width: initial;
    object-fit: contain;
    object-position: center;
    height: auto
}

section.sh-testimonial-section.sh-step-section {
    background: linear-gradient(359deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    border-top: 1px solid #00000005
}

section.sh-testimonial-section.sh-step-section h2.sh-title-2 {
    text-align: center;
    display: inline-block !important
}

.shape-group-9 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-9 .shape.shape-1 {
    top: 0;
    left: 32%;
    opacity: 0.05
}

@media (max-width: 1199px) {
    .shape-group-9 .shape.shape-1 {
        left: 15%
    }
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: 0.5;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
    opacity: 0.3
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    -webkit-animation: movingleftright2 infinite 25000ms;
    animation: movingleftright2 infinite 25000ms;
    opacity: 0.3
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    -webkit-animation: movingleftright1 infinite 25000ms;
    animation: movingleftright1 infinite 25000ms;
    opacity: 0.3
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    -webkit-animation: movingleftright2 infinite 30000ms;
    animation: movingleftright2 infinite 30000ms;
    opacity: 0.3
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    -webkit-animation: movingleftright3 infinite 30000ms;
    animation: movingleftright3 infinite 30000ms;
    opacity: 0.1
}

@media only screen and (max-width: 767px) {
    .shape-group-9 .shape.shape-6 {
        display: none
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30000ms;
    animation: movingleftright1 infinite 30000ms
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

section.sh-partner-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    border-top: none;
    background: #051037 !important;
    z-index: 9
}

section.sh-partner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/carst.svg);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .1;
    background-attachment: fixed
}

section.sh-partner-section h2.sh-title-2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 0;
    height: 100%
}

@media (max-width: 991px) {
    section.sh-partner-section h2.sh-title-2 {
        justify-content: center;
        text-align: center
    }
}

@media (max-width: 480px) {
    section.sh-partner-section h2.sh-title-2 {
        font-size: 26px
    }
}

section.sh-partner-section h2.sh-title-2 small {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    opacity: 0.5;
    letter-spacing: 0px;
    font-weight: 400
}

@media (max-width: 991px) {
    section.sh-partner-section .sh-btn-bottom.mt-3 {
        text-align: center;
        margin-bottom: 45px
    }
}

section.sh-partner-section .shape-group-1 .shape.shape-1 {
    opacity: 0.1
}

section.sh-partner-section .shape-group-1 .shape.shape-2 {
    opacity: 0.1
}

section.sh-partner-section .shape-group-1 .shape.shape-3 {
    opacity: 0.1
}

section.sh-partner-section .shape-group-1 .shape.shape-4 {
    opacity: 0.1
}

ul.sh-brand-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative
}

ul.sh-brand-logo-wrap:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 95%;
    height: 100%;
    background-color: #ffffff2e;
    z-index: -1;
    border-radius: 10px
}

ul.sh-brand-logo-wrap li {
    width: 25%;
    border-right: 1px solid #00000010
}

@media (max-width: 667px) {
    ul.sh-brand-logo-wrap li {
        width: 50%
    }
}

ul.sh-brand-logo-wrap li:nth-child(1),
ul.sh-brand-logo-wrap li:nth-child(2),
ul.sh-brand-logo-wrap li:nth-child(3),
ul.sh-brand-logo-wrap li:nth-child(4),
ul.sh-brand-logo-wrap li:nth-child(5),
ul.sh-brand-logo-wrap li:nth-child(6),
ul.sh-brand-logo-wrap li:nth-child(7),
ul.sh-brand-logo-wrap li:nth-child(8) {
    border-bottom: 1px solid #00000010
}

ul.sh-brand-logo-wrap li:nth-child(4) {
    border-right: none
}

ul.sh-brand-logo-wrap li:nth-child(8) {
    border-right: none
}

ul.sh-brand-logo-wrap li:nth-child(12) {
    border-right: none
}

@media (max-width: 667px) {

    ul.sh-brand-logo-wrap li:nth-child(5),
    ul.sh-brand-logo-wrap li:nth-child(6),
    ul.sh-brand-logo-wrap li:nth-child(7),
    ul.sh-brand-logo-wrap li:nth-child(8),
    ul.sh-brand-logo-wrap li:nth-child(12),
    ul.sh-brand-logo-wrap li:nth-child(9),
    ul.sh-brand-logo-wrap li:nth-child(10),
    ul.sh-brand-logo-wrap li:nth-child(11) {
        border-bottom: 1px solid #00000010
    }
}

@media (max-width: 667px) {

    ul.sh-brand-logo-wrap li:nth-child(2),
    ul.sh-brand-logo-wrap li:nth-child(4),
    ul.sh-brand-logo-wrap li:nth-child(6),
    ul.sh-brand-logo-wrap li:nth-child(8),
    ul.sh-brand-logo-wrap li:nth-child(10) {
        border-right: none
    }
}

ul.sh-brand-logo-wrap li a {
    height: 115px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center
}

ul.sh-brand-logo-wrap li a img {
    max-width: 100%;
    max-height: 90px
}

p.sh-no-c-text {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px
}

p.sh-no-c-text span {
    text-transform: capitalize;
    background-color: #f5f5f5;
    padding: 10px;
    min-width: 250px;
    font-weight: 500;
    border-radius: 30px;
    color: black
}

@media (max-width: 470px) {
    section.sh-slider-section .sh-offer-wrapper .col-6.col-sm-6.col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

section.sh-story-section-2 {
    padding: 90px 0 70px;
    z-index: 1;
    position: relative
}

section.sh-story-section-2 h2 {
    font-size: 40px;
    color: #262626;
    font-weight: 700;
    text-transform: capitalize
}

section.sh-story-section-2 h2 strong {
    font-weight: 300
}

section.sh-story-section-2 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #007bff
}

section.sh-story-section-2 .sh-ste-block {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 20px
}

section.sh-story-section-2 .sh-ste-block:before {
    content: "";
    background: linear-gradient(304deg, #ffffff 0%, #78b3ff 50%, #007bff 100%);
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    position: absolute;
    opacity: 0.2
}

section.sh-story-section-2 .sh-ste-block:after {
    content: "";
    background: linear-gradient(304deg, #ffffff 0%, #78b3ff 50%, #007bff 100%);
    left: 0;
    top: -10px;
    width: 100%;
    height: 2px;
    position: absolute;
    border-radius: 10px;
    opacity: 0.2
}

section.sh-story-section-2 .sh-ste-block ul {
    padding: 0;
    display: flex;
    justify-content: space-between
}

section.sh-story-section-2 .sh-ste-block ul li {
    font-size: 13px;
    position: relative;
    font-weight: 500
}

section.sh-story-section-2 .sh-ste-block ul li svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: -31px;
    opacity: 0.5
}

section.sh-story-section-2 p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 300
}

section.sh-story-section-2 .nav-tabs {
    border-bottom: none
}

section.sh-story-section-2 .nav-tabs .nav-link {
    border: none;
    background-color: #f5f5f5;
    border-radius: 60px;
    padding: 12px 15px;
    margin-right: 10px;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center
}

@media (max-width: 1450px) {
    section.sh-story-section-2 .nav-tabs .nav-link {
        padding: 9px 15px;
        font-size: 13px
    }
}

section.sh-story-section-2 .nav-tabs .nav-link span {
    border: 1px solid #26262638;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 16px;
    margin-right: 8px;
    margin-left: -5px
}

section.sh-story-section-2 .nav-tabs .nav-link span svg {
    color: #007bff;
    margin-top: 0px;
    margin-left: 2px;
    width: 20px;
    height: 20px
}

section.sh-story-section-2 .nav-tabs .nav-link svg {
    display: none
}

section.sh-story-section-2 .nav-tabs .nav-link.active,
section.sh-story-section-2 .nav-tabs .nav-link:hover {
    background-color: #007bff;
    color: #fff
}

section.sh-story-section-2 .nav-tabs .nav-link.active svg,
section.sh-story-section-2 .nav-tabs .nav-link:hover svg {
    display: inline-block
}

section.sh-story-section-2 .nav-tabs .nav-link.active span,
section.sh-story-section-2 .nav-tabs .nav-link:hover span {
    background-color: #fff;
    border: none
}

ul.sh-inner-ll-1 {
    padding: 0;
    margin: 0;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

ul.sh-inner-ll-1 li {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    cursor: pointer;
    padding: 5px;
    transition: all 0.2s;
    position: relative
}

ul.sh-inner-ll-1 li svg {
    margin-right: 10px
}

@media (max-width: 1450px) {
    ul.sh-inner-ll-1 li svg {
        width: 20px;
        height: 20px
    }
}

ul.sh-inner-ll-1 li.active,
ul.sh-inner-ll-1 li:hover {
    transition: all 0.2s;
    color: #e53127;
    border-color: #e53127
}

ul.sh-inner-ll-1 li.active:after,
ul.sh-inner-ll-1 li:hover:after {
    content: "";
    border-top: 10px solid #e53127;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px
}

ul.sh-inner-ll-1 li.active svg,
ul.sh-inner-ll-1 li:hover svg {
    margin-right: 10px;
    transition: all 0.4s;
    color: #e53127
}

ul.sh-inner-ll-1 h4 {
    margin-bottom: 0;
    font-size: 20px
}

@media (max-width: 1450px) {
    ul.sh-inner-ll-1 h4 {
        font-size: 16px
    }
}

.sh-about-content {
    padding-right: 50px;
    position: relative;
    z-index: 99
}

.sh-about-content .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 50%;
    margin-bottom: 10px
}

.sh-right-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    position: relative;
    z-index: 9
}

.sh-right-products:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 20px;
    width: 200px;
    height: 200px;
    background-color: #ffc3bf3b;
    border-radius: 50%;
    z-index: -1
}

.sh-right-products .sh-product-inner {
    border: none;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    width: 48%;
    height: 260px;
    text-align: center;
    background-color: #fff;
    position: relative
}

.sh-product-inner.sh-product-inner-1 {
    width: 48%;
    align-items: center;
    height: 260px;
    margin-top: 0;
    backdrop-filter: blur(5px);
    background-color: white;
    border: 1px solid #fff
}

.sh-right-products .sh-product-inner .sh-product-img {
    margin-bottom: 0
}

.sh-right-products .sh-product-inner.sh-product-inner-2 {
    margin-top: -5px;
    width: 48%;
    margin-bottom: 0
}

.sh-right-products .sh-product-inner .sh-product-content h4,
.sh-right-products .sh-product-inner .sh-product-content p {
    text-align: center
}

body {
    overflow-x: hidden
}

ul.shape-group-1.list-unstyled+svg {
    position: absolute;
    top: 355px;
    transform: rotate(270deg);
    filter: opacity(0.2);
    left: 280px
}

.sh-hide-show-block {
    display: none
}

.sh-hide-show-block:first-child {
    display: inline-block
}

a.sh-btn-1 {
    position: absolute;
    right: 60px;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    z-index: 99;
    color: #007bff;
    transition: all 0.2s ease-in-out
}

a.sh-btn-1:hover {
    color: #0096ff
}

a.sh-btn-1 svg {
    width: 18px;
    margin-top: -2px
}

ul.list-unstyled {
    margin: 0
}

footer.footer.pt-4.pb-4 {
    padding: 60px 0 !important
}

.sh-btn-bottom a.btn.btn-primary svg.feather.feather-arrow-right {
    width: 18px;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: -10px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: '';
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #007fff;
    border-top-color: #ccdef4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sh-hide-show-block-1 .sh-right-products .sh-product-inner {
    width: 295px;
    height: 255px;
    padding: 15px;
    overflow: visible;
    border-radius: 15px;
    padding-top: 5px
}

.sh-hide-show-block-1 .sh-right-products .sh-product-inner-1 {
    width: 295px;
    background: transparent;
    height: 255px;
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    top: 90px
}

.sh-hide-show-block-1 .sh-right-products .sh-product-inner-2 {
    width: 295px;
    margin-top: -45px;
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    background-color: #ffffffa8
}

ul.shape-group-1.list-unstyled+svg {
    position: absolute;
    top: 335px;
    transform: rotate(180deg);
    filter: opacity(0.2);
    left: 250px
}

section.sh-story-section-2 {
    padding: 90px 0 70px;
    background: linear-gradient(271deg, #f5f5f5 0%, #ffffff 61%, #ffffff 100%)
}

.sh-main-slider .sh-main-slider-caption.sh-last-step ul {
    padding: 0
}

.sh-main-slider .sh-main-slider-caption.sh-last-step ul li {
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 0px
}

@media (max-width: 1550px) {
    .sh-main-slider .sh-main-slider-caption.sh-last-step ul li {
        padding: 10px;
        font-size: 14px
    }
}

.sh-topbar-social li a:hover {
    color: #007bff
}

section.sh-inner-header.sh-top-margin {
    margin-top: 0
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2 {
    background: #a4e2c9 url(../images/banner-2.jpg);
    height: 150px;
    background-position: right;
    background-size: 710px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 100px
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #110a45;
    background: -moz-linear-gradient(95deg, #110a45 38%, transparent 100%);
    background: -webkit-linear-gradient(95deg, #110a45 38%, transparent 100%);
    background: linear-gradient(95deg, #110a45 38%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#110a45", endColorstr="#000000", GradientType=1)
}

.sh-case-study-image {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 300px;
    background-color: #fff;
    margin-top: 65px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative
}

.sh-case-study-image:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -10px;
    transform: translate(-50%, 0);
    width: 90%;
    height: 100%;
    background-color: #2d46a021;
    z-index: -1;
    border-radius: 4px
}

section.sh-case-study-details {
    padding: 130px 0 90px;
    position: relative
}

section.sh-case-study-details strong {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    color: #000;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative
}

section.sh-case-study-details strong:after {
    content: "";
    left: 0;
    bottom: 7px;
    height: 4px;
    position: absolute;
    width: 120px;
    background: linear-gradient(304deg, #ffffff 0%, rgba(0, 112, 255, 0.22) 100%);
    border-radius: 10px
}

section.sh-case-study-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px
}

section.sh-case-study-details hr.space.m {
    display: none
}

.sh-masking-img {
    position: absolute;
    overflow: hidden;
    top: 155px;
    left: -50px;
    transform: rotate(235deg);
    z-index: -1
}

.sh-right-products .sh-product-inner-1 .sh-product-img {
    background-color: #fff;
    border-radius: 15px
}

.sh-hide-show-block-1 .sh-right-products .sh-product-inner a.sh-play-btn {
    margin-left: -20px;
    top: 5px
}

.sh-hide-show-block-1 .sh-right-products .sh-product-inner-2 a.sh-play-btn {
    margin-left: 0;
    top: 10px
}

.sh-left-inner-bar {
    position: relative
}

.sh-left-inner-bar>span {
    position: absolute;
    left: -45px;
    top: 27%;
    width: 40px;
    height: 40px;
    background-color: #fadad8;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #72201c
}

.sh-left-inner-bar>span:after {
    content: "";
    right: -3px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-color: #fadad8;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 5px;
    z-index: -1
}

.tab-content {
    position: relative;
    width: 100%
}

.tab-content span.sh-tab-1 {
    position: absolute;
    left: -60px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fadad8;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #72201c;
    z-index: 1
}

.tab-content span.sh-tab-1:after {
    content: "";
    right: -3px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-color: #fadad8;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 5px;
    z-index: -1
}

.sh-tab-imags {
    position: relative
}

.sh-tab-imags span.sh-tab-2 {
    position: absolute;
    left: -60px;
    top: 46%;
    width: 40px;
    height: 40px;
    background-color: #fadad8;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #72201c;
    z-index: 1
}

.sh-tab-imags span.sh-tab-2:after {
    content: "";
    right: -3px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-color: #fadad8;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 5px;
    z-index: -1
}

.navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu {
    width: 1245px;
    transform: translate(-51%, 0);
    left: -10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3)
}

.navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu::after {
    left: 55%
}

.sh-mega-inner-menu h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
    border-radius: 0;
    color: #000000;
    border-bottom: 1px solid #00000015;
    padding-bottom: 5px;
    margin-top: 10px
}

.sh-mega-inner-menu ul {
    padding: 0;
    margin: 0
}

.sh-mega-inner-menu ul li a {
    padding-bottom: 7px;
    display: inline-block;
    font-size: 14px;
    line-height: normal
}

.sh-mega-inner-menu .row {
    flex-wrap: wrap
}

.sh-mega-inner-menu .row .col {
    min-width: 20%;
    max-width: 20%
}

.sh-mega-inner-menu ul li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    transition: all 0.2s;
    color: #0073ef !important;
    padding-left: 2px
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px
}

#button {
    display: inline-block;
    background-color: #e53127;
    border: 1px solid #e53127;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(229, 49, 39, 0.48);
    z-index: 999;
    cursor: pointer
}

#button:hover {
    background-color: #fff;
    color: #e53127
}

#button.show {
    opacity: 1;
    visibility: visible
}

.sh-mega-inner-menu ul li a.sh-blue-active {
    color: #007bff
}

a.sh-scroll-down {
    position: absolute;
    right: 180px;
    top: -50px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #00000020;
    padding: 2px 10px;
    border-radius: 30px;
    z-index: 99;
    padding-left: 15px;
    animation: down 2.5s infinite;
    -webkit-animation: down 2.5s infinite;
    display: none
}

a.sh-scroll-down:hover {
    background-color: #0096ff;
    color: #fff
}

@media (max-width: 1650px) {
    a.sh-scroll-down {
        top: -41px
    }
}

@media (min-width: 1650px) {
    a.sh-scroll-down {
        display: none
    }
}

a.sh-scroll-down svg {
    width: 18px;
    margin-left: 5px;
    margin-top: -3px
}

@keyframes down {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translateY(5px)
    }

    40% {
        transform: translate(0)
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translateY(5px)
    }

    40% {
        transform: translate(0)
    }
}

.justify-content-center.sh-btn-bottom {
    margin-top: 10px;
    padding-top: 10px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 10%, #e3e5fb 50%, #ffffff 90%, #ffffff 100%);
    padding-bottom: 10px;
    margin-bottom: -17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.justify-content-center.sh-btn-bottom a.btn.btn-primary {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000
}

.justify-content-center.sh-btn-bottom a.btn.btn-primary:hover {
    color: #0096ff
}

.innerPage-cstdetails .img-blob.blob2 img {
    width: 100%
}

section.innerPage-cstdetails.sh-cstdetails-2 h4 {
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px
}

section.innerPage-cstdetails.sh-cstdetails-2 {
    background-color: #110a45;
    color: #fff
}

section.innerPage-cstdetails.sh-cstdetails-2 strong {
    color: #fff
}

section.innerPage-cstdetails.sh-cstdetails-1 {
    padding-bottom: 220px
}

section.innerPage-cstdetails .img-blob.blob2 {
    text-align: center;
    margin-bottom: 30px;
    height: 350px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px
}

.innerPage-cstdetails .img-blob.blob2 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px
}

section.innerPage-cstdetails.sh-cstdetails-2 .img-blob.blob2 {
    margin-top: -220px
}

section.innerPage-cstdetails.sh-cstdetails-2 {
    background-color: #051037;
    color: #fff;
    position: relative;
    z-index: 99
}

section.innerPage-cstdetails.sh-cstdetails-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/carst.svg);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .1;
    background-attachment: fixed
}

section.innerPage-cstdetails.sh-cstdetails-1 {
    position: relative;
    z-index: 99
}

section.innerPage-cstdetails .img-blob.blob2 {
    text-align: center;
    margin-bottom: 30px
}

section.innerPage-cstdetails.sh-cstdetails-2 p {
    line-height: 28px;
    opacity: 0.8
}

.sh-cstdetails-2 .sh-light-bg {
    background-color: #00000038;
    padding: 15px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 4px;
    width: 100%
}

section.innerPage-cstdetails.sh-cstdetails-1 h6 {
    color: #0072ff;
    font-size: 21px;
    margin-top: 20px
}

section.innerPage-cstdetails.sh-cstdetails-2 h6 {
    color: #0072ff;
    font-size: 21px;
    margin-top: 20px
}

section.innerPage-cstdetails.sh-cstdetails-1 ul {
    padding-left: 0;
    margin-top: 10px
}

section.innerPage-cstdetails.sh-cstdetails-2 ul {
    padding-left: 0;
    margin-top: 10px
}

section.innerPage-cstdetails.sh-cstdetails-1 ul.sh-ii-list li {
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 10px;
    display: list-item
}

section.innerPage-cstdetails.sh-cstdetails-2 ul.sh-ii-list li {
    list-style: auto;
    margin-left: 20px;
    opacity: 0.8;
    margin-bottom: 10px;
    display: list-item
}

label.sh-middle-label {
    background-color: #fadad8;
    color: #72201c;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    border-radius: 40px;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    justify-content: center
}

.sh-inner-header-type-2 h2 {
    color: white
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2 {
    background: #110a45;
    height: 150px;
    background-position: right;
    background-size: 710px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 100px;
    display: flex;
    align-items: center;
    text-align: center
}

.innerPage-cstdetails {
    padding: 50px 0
}

.innerPage-cstdetails strong {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    color: #000;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
    line-height: 36px
}

.innerPage-cstdetails strong:after {
    content: "";
    left: 0;
    bottom: 7px;
    height: 4px;
    position: absolute;
    width: 120px;
    background: linear-gradient(304deg, #ffffff 0%, rgba(0, 112, 255, 0.22) 100%);
    border-radius: 10px
}

.innerPage-cstdetails p {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px
}

.innerPage-cstdetails .img-blob.blob1 img {
    -webkit-mask-image: url(../images/blob/blob1.svg) !important;
    mask-image: url(../images/blob/blob1.svg) !important
}

.innerPage-cstdetails .img-blob img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: auto;
    width: 4.5rem;
    max-width: 100%;
    -webkit-mask-size: auto auto
}

section.sh-product-detail-section .sh-product-detail.sticky+.content {
    margin-top: 100px
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title .sh-bg-box {
    z-index: 1
}

section.sh-product-detail-section .sh-product-detail .sh-detail-title h2 {
    max-width: 100%;
    font-size: 20px;
    padding-right: 150px;
    text-overflow: unset;
    white-space: unset
}

.sh-product-inner {
    cursor: pointer
}

.sh-product-inner .sh-product-footer a.btn.btn-primary {
    background-color: #e53127;
    border: 1px solid #e53127
}

.sh-product-inner .sh-product-footer a.btn.btn-primary:hover {
    background-color: #0096ff;
    border: 1px solid #0096ff
}

.sh-product-inner .sh-product-footer a.btn.btn-primary:focus {
    background-color: #0096ff;
    border: 1px solid #0096ff
}

.sh-product-detail-2 #Resources .sh-overview-detail .sh-tags-btns a {
    color: #fff;
    background-color: #0096ff;
    border: 1px solid #0096ff;
    position: relative;
    transition: all 0.2
}

.sh-product-detail-2 #Resources .sh-overview-detail .sh-tags-btns a:hover {
    background-color: #0096ff;
    border: 1px solid #0096ff;
    color: #fff;
    transition: all 0.2
}

.sh-product-detail-2 #Resources .sh-overview-detail .sh-tags-btns a:hover:after {
    position: absolute;
    background-color: #0096ff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "\f019";
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.2
}

.sh-product-detail-2 #Resources .sh-overview-detail .sh-tags-btns a[disabled] {
    opacity: 0.5
}

.sh-product-detail-2 #Resources .sh-overview-detail .sh-tags-btns a[disabled]:hover:after {
    display: none
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns.category_tags a {
    padding: 8px;
    display: inline-block;
    min-width: auto;
    margin: 0 5px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    border: 1px solid #c1ddf1;
    line-height: normal
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns.category_tags a:hover {
    color: #fff
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.sh-product-detail-2 .sh-overview-detail .sh-tags-btns a {
    padding: 5px;
    display: inline-block;
    min-width: 195px;
    margin: 0 5px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: 1px solid #c1ddf1
}

.ipo-logo-changes .esds-logo {
    position: absolute;
    right: 10px;
    top: 8px
}

.ipo-logo-changes .top_bar_login {
    margin-right: 10%
}

section.sh-inner-header {
    background-color: #D9001B
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb a {
    color: #fff
}

section.sh-inner-header nav.sh-breadcrumb ol.breadcrumb .breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

@media (max-width: 1200px) {
    .ipo-logo-changes .top_bar_login {
        margin-right: 15%
    }

    .esds-logo img {
        max-width: 80px
    }
}

@media (max-width: 575px) {
    .ipo-logo-changes .top_bar_login {
        margin-right: 0
    }

    .header_content {
        flex-direction: unset !important
    }
}

.sh-ii-list li ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.sh-ii-list li ol li {
    width: 47%;
    margin: 0 !important;
    padding: 0px 10px;
    border-left: 3px solid #e6372d;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    list-style: none !important
}

.innerPage-cstdetails p {
    line-height: 26px
}

section.innerPage-cstdetails.sh-cstdetails-2 p {
    line-height: 26px
}

section.sh-case-study-details p {
    line-height: 26px
}

section.sh-case-study-details {
    padding: 70px 0 70px
}

@media (max-width: 1650px) {

    html,
    body {
        overflow-x: hidden !important
    }

    .navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu {
        width: 1220px;
        left: -5px
    }
}

@media (max-width: 1140px) {
    .navbar .sh-menu-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .sh-search-bar {
        margin-bottom: 10px
    }

    .navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu {
        width: 950px;
        transform: translate(-39%, 0);
        left: 0 !important
    }

    .navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu::after {
        left: 44%
    }

    .sh-hide-show-block-1 .sh-right-products .sh-product-inner-2 {
        width: 100%
    }

    .sh-hide-show-block-1 .sh-right-products .sh-product-inner-1 {
        width: 100%;
        margin-top: 0;
        top: 0
    }

    .sh-hide-show-block-1 .sh-right-products .sh-product-inner {
        width: 100%
    }

    section.sh-story-section-2 .sh-ste-block ul li {
        width: 100%
    }

    section.sh-story-section-2 .sh-ste-block ul {
        flex-wrap: wrap
    }
}

@media (max-width: 991px) {
    .sh-topbar .sh-topbar-left p {
        font-size: 10px
    }

    .sh-topbar .sh-topbar-left p a {
        font-size: 10px
    }
}

.blockquote {
    border-left: 5px solid #ddd;
    background: #f2f2f2;
    padding: 15px
}

.underline {
    background: #ddd;
    height: 1px;
    width: 100%
}

.title-section {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px
}

.text-dark {
    color: #000;
    font-weight: 500
}

.listing {
    margin: 0px;
    padding: 0px;
    margin-left: 25px
}

.listing li {
    list-style: circle;
    padding-left: 5px;
    margin: 10px 0
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 {
    background: #404bc1 url(../images/banner.jpg);
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 667px) {
    section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 {
        padding-top: 110px;
        padding-bottom: 60px
    }
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 h2 {
    text-align: left;
    font-weight: 400
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 33px;
    opacity: 0.8
}

@media (max-width: 667px) {
    section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_3 span {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    float: left;
    color: #000
}

.sp-p-inner-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px
}

.sp-p-inner-blocks .sp-i-b-1 {
    width: 32%;
    min-height: 250px;
    padding: 15px;
    background-color: #54839f38;
    margin-bottom: 30px;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 667px) {
    .sp-p-inner-blocks .sp-i-b-1 {
        width: 100%
    }
}

.sp-p-inner-blocks .sp-i-b-1 h3 {
    font-size: 20px;
    color: #002954;
    margin-bottom: 15px;
    border-radius: 6px;
    margin-top: 5px;
    font-weight: 600
}

.sp-p-inner-blocks .sp-i-b-1.sp-i-b-2 {
    width: 49%
}

@media (max-width: 667px) {
    .sp-p-inner-blocks .sp-i-b-1.sp-i-b-2 {
        width: 100%
    }
}

.sp-pricing-tab h2 {
    font-size: 26px;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.sp-pricing-tab h2:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    position: absolute;
    width: 120px;
    background: linear-gradient(304deg, #ffffff 0%, rgba(0, 112, 255, 0.43) 100%);
    border-radius: 10px
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-im-block-1 {
    padding-bottom: 50px
}

section.innerPage-cstdetails.sh-cstdetails-2.sp-im-block strong {
    margin-top: 0;
    margin-bottom: 10px
}

section.innerPage-cstdetails.sh-cstdetails-2.sp-im-block p {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 4px;
    font-weight: 400
}

.sp-im-block-inn {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

@media (max-width: 667px) {
    .sp-im-block-inn {
        flex-wrap: wrap
    }
}

.sp-im-block-inn .sh-light-bg {
    max-width: 32%;
    background-color: #fff;
    color: #000;
    border-radius: 6px
}

@media (max-width: 667px) {
    .sp-im-block-inn .sh-light-bg {
        max-width: 100%
    }
}

section.innerPage-cstdetails.sh-cstdetails-2 .sp-im-block-inn .sh-light-bg h4 {
    color: #000;
    font-weight: 400
}

section.innerPage-cstdetails.sh-cstdetails-2 .sp-im-block-inn .sh-light-bg p {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    opacity: 1
}

section.innerPage-cstdetails.sh-cstdetails-2.sp-im-block label {
    background-color: #ffa19c;
    padding: 15px 50px;
    border-radius: 30px;
    margin: 0 auto;
    display: table;
    color: #380000;
    font-weight: 600
}

@media (max-width: 667px) {
    section.innerPage-cstdetails.sh-cstdetails-2.sp-im-block label {
        padding: 15px 15px;
        border-radius: 6px
    }
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-im-block-1.sp-leadership-section {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 20px
}

.sh-leadership-block {
    position: relative
}

.sh-leadership-block img.img-fluid {
    border-radius: 20px
}

.sh-leadership-block .sh-leadership-info {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffffc7;
    width: 80%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    backdrop-filter: blur(8px);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden
}

.sh-leadership-block .sh-leadership-info img {
    max-width: 32px;
    position: absolute;
    right: 10px;
    top: 10px
}

.sh-leadership-block .sh-leadership-info h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0
}

.sh-leadership-block .sh-leadership-info p {
    font-size: 14px;
    font-weight: 400;
    background-color: #ca1d2e;
    color: #fff;
    z-index: 9;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 5px;
    margin-left: -20px;
    max-width: initial;
    width: auto;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 4px
}

.sh-leadership-block {
    position: relative;
    margin-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 {
    background: #404bc1;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 180px
}

@media (max-width: 667px) {
    section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 {
        padding-top: 110px;
        padding-bottom: 60px
    }
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 h2 {
    text-align: left;
    font-weight: 400
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 p {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 39px;
    opacity: 0.8
}

@media (max-width: 667px) {
    section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%
    }
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 span {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    float: left;
    color: #000
}

section.sh-inner-header.sh-top-margin.sh-inner-header-type-2.sh_h_t_4 h4 {
    font-size: 24px;
    color: #ffd400;
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-top: 30px
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-ab-block-1 .col-md-6>span {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px)
}

@media (max-width: 991px) {
    section.innerPage-cstdetails.sh-cstdetails-1.sp-ab-block-1 .col-md-6>span {
        margin-top: 0
    }
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-ab-block-1 .col-md-6>span h5 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #000
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-ab-block-1 .col-md-6>span.sh-mission-block {
    margin-top: 0px
}

.sh-mission-block h5 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 90px;
    margin-bottom: 10px;
    color: #000
}

@media (max-width: 991px) {
    .sh-mission-block h5 {
        margin-top: 0
    }
}

.sh-mission-block p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px
}

@media (max-width: 991px) {
    .sh-mission-block p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.sh-leadership-wrapper {
    padding: 30px 0;
    position: relative
}

.sh-leadership-wrapper h2 {
    font-size: 24px;
    font-weight: 400;
    color: #000
}

.sh-leadership-wrapper a {
    background-color: #007bff;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 5px;
    border-top-left-radius: 3px
}

.sh-leadership-wrapper:after {
    content: "";
    background: linear-gradient(304deg, #ffffff 0%, #78b3ff 50%, #007bff 100%);
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    position: absolute;
    opacity: 0.2
}

.sh-leadership-wrapper:before {
    content: "";
    background: linear-gradient(304deg, #ffffff 0%, #78b3ff 50%, #007bff 100%);
    left: 0;
    top: 10px;
    width: 100%;
    height: 2px;
    position: absolute;
    opacity: 0.2
}

section.innerPage-cstdetails.sh-cstdetails-1.sp-ab-block-1 {
    padding-bottom: 60px
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages p {
    line-height: 30px;
    margin-bottom: 20px
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages b.policy_heading {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #000
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages b.policy_heading2 {
    display: inline-block;
    color: #000;
    font-size: 16px;
    position: relative;
    bottom: -15px
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages ul.policy_ul {
    padding-left: 20px
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages ul.policy_ul li {
    list-style: disc;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000
}

section.innerPage-cstdetails.sh-cstdetails-1.sh-cms-pages {
    padding-bottom: 60px
}

section.sh-login-page {
    height: 100vh;
    background: url(../images/blueBg.png) top center no-repeat;
    position: relative;
    z-index: 9;
    background-size: cover;
}

/* section.sh-login-page:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/blueBg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .1;
    background-attachment: fixed
} */

section.sh-login-page .sh-login-logo-section {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center
}

section.sh-login-page .sh-login-logo-section p {
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    opacity: 0.9
}

section.sh-login-page .sh-login-logo-section p strong {
    opacity: 1
}

section.sh-login-page form.sh-login-form {
    border-radius: 0px;
    background-color: transparent !important;
    padding: 0;
    position: relative
}



section.sh-login-page form.sh-login-form:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 85%;
    height: 100%;
    background-color: #ffffff2e;
    z-index: -1;
    border-radius: 10px
}

section.sh-login-page form.sh-login-form span {
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 4px;
    padding: 10px;
    background-color: #ffffff00;
    border: solid 1px #ffffff4d;
}
section.sh-login-page form.sh-login-form span svg.feather {
    color: #FFF;
    width: 30px;
    height: 24px
}

section.sh-login-page form.sh-login-form input.form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important
}

section.sh-login-page form.sh-login-form label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500
}

/* section.sh-login-page form.sh-login-form h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    color: #030416
} */

section.sh-login-page form.sh-login-form input.btn.btn-primary {
    border-radius: 4px;
    letter-spacing: 1px;
    color: #000;
    background: #FFF;
    font-size: 14px;
    padding: 10px 40px;
    border-color: #FFF;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px
}

section.sh-login-page form.sh-login-form input.btn.btn-primary:focus,
section.sh-login-page form.sh-login-form input.btn.btn-primary:active {
    box-shadow: none !important;
    background: #FFF
}

section.sh-login-page form.sh-login-form input.btn.btn-primary:hover {
    background: #FFF;
    color: #000
}

section.sh-login-page form.sh-login-form .sh-login-links {
    float: right;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500
}

section.sh-login-page form.sh-login-form .sh-login-links a:hover {
    color: #FFF
}

section.sh-login-page form.sh-login-form .sh-login-links-2 {
    text-align: center;
    border-top: none !important;
    padding-top: 0px !important;
}

.blueBg {
    border-radius: 18px;
    /* border: 1px solid #ffffff; */
    background: linear-gradient(124deg, rgba(0, 200, 255, 0.70) 33.44%, rgba(0, 49, 208, 0.70) 95.49%);
    box-shadow: 0px 94.371px 94.371px 0px rgba(0, 0, 0, 0.25), 0px 37.749px 75.497px 0px rgba(0, 0, 0, 0.50);
    /* padding: 35px; */
    width: 100%;
    overflow: hidden;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(15px, 0px);
}

section.sh-login-page section.login_section:after {
    display: none !important;
}

section.sh-login-page form.sh-login-form:after {
    display: none !important;
}

.sh-login-form {
    color: #FFF;
}


section.sh-login-page form.sh-login-form .sh-login-links-2 a {
    color: #FFF;
    font-weight: 500
}


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

/* .text-info a {
    color: #e53127;
    font-weight: 500
}

.text-info a:hover {
    color: #FFF
} */
section.sh-login-page form.sh-login-form .sh-login-links-2 a:hover {
    color: #FFF
}

.sh-contact-details {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 9
}

.sh-contact-details .sh-contact-inner-d {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.sh-contact-details .sh-contact-inner-d h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
    margin: 0
}

.sh-contact-details .sh-contact-inner-d h2 span,
.sh-contact-details .sh-contact-inner-d h2 a {
    display: inline-block;
    width: 100%;
    font-size: 16px
}

iframe {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    z-index: -1;
    border-radius: 8px;
    height: 260px
}

.sh-contact-details .sh-contact-inner-d svg.feather {
    height: 40px;
    margin-right: 20px;
    width: 27px;
    color: #0474ff
}

.sh-contact-details .sh-contact-inner-d svg.feather.feather-map-pin {
    width: 36px
}

button.sp-newsletter-wrap {
    position: fixed;
    right: 20px;
    bottom: 95px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    outline: none !important;
    text-align: center;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-animation: ripple-white 2s linear infinite;
    animation: ripple-white 2s linear infinite;
    -webkit-transition: .5s
}

button.sp-newsletter-wrap img {
    width: 64px;
    left: -13px;
    position: relative;
    top: 0px
}

.modal-content.sp-newsletter-block {
    transform: translateY(170px) translateX(170px) scale(0);
    position: fixed;
    bottom: 170px;
    right: 10px;
    z-index: 99;
    width: 450px;
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out
}

.modal-content.sp-newsletter-block.sp-active {
    transform: translateY(0px) translateX(0px) scale(1);
    z-index: 9999;
    transition: all 0.3s ease-in-out
}

div#newsletter_page button.sp-close {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    background-color: #fff;
    width: 40px;
    height: 40px;
    font-size: 26px;
    border-radius: 50px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    color: #007bff;
    transition: all 0.2s linear;
    transition: all 0.3s ease-in-out
}

div#newsletter_page input {
    margin-top: 15px;
    height: 50px
}

div#newsletter_page button.btn.btn-primary.submit_email {
    padding: 10px 15px
}

button.sp-newsletter-wrap span {
    position: absolute;
    right: 75px;
    min-width: 170px;
    top: 15px;
    background-color: #007bff;
    height: 45px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    color: #ffffff;
    display: none
}

button.sp-newsletter-wrap:hover span {
    display: flex
}

.modal-content.sp-newsletter-block#newsletter_page button.sp-close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    background-color: #e53127;
    width: 40px;
    height: 40px;
    font-size: 26px;
    border-radius: 50px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transition: all 0.2s linear;
    border: 1px solid #e53127
}

.modal-content.sp-newsletter-block#newsletter_page button.sp-close:hover {
    background-color: #fff;
    color: #e53127;
    border: 1px solid #e53127
}

body.sp-overlay::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    opacity: 0.8 !important;
    background-color: #031520 !important
}

.modal-content.sp-newsletter-block .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px
}

.modal-content.sp-newsletter-block.sp-active:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -7px;
    right: 27px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(45deg)
}

.modal-content.sp-newsletter-block .form-group input {
    margin: 0 !important;
    height: 46px !important;
    margin-right: 10px !important
}

.sp-newsletter-wrap2 {
    position: absolute;
    top: 153px;
    right: 380px;
    transform: rotate(-90deg);
    border: none;
    background-color: #e53127;
    z-index: 999;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: none !important;
    box-shadow: 0 0 10px 0 #00000020;
    width: 185px;
    transition: all 0.2s linear
}

.sp-newsletter-block2 {
    z-index: 99999;
    position: fixed;
    top: 0;
    height: 400px;
    width: 500px;
    right: -450px;
    transition: all 0.2s linear
}

.sp-newsletter-block2.sp-active {
    right: 0;
    transition: all 0.2s linear
}

.sp-newsletter-block2 div#newsletter_page {
    transform: none !important;
    bottom: auto;
    right: 0;
    top: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    transition: all 0.2s linear
}

.sp-newsletter-block2 div#newsletter_page::after {
    display: none
}

.sp-newsletter-block2 div#newsletter_page button.sp-close {
    display: none
}

/*! CSS Used keyframes */
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 49, 39, 0.05), 0 0 0 10px rgba(229, 49, 39, 0.05);
        box-shadow: 0 0 0 0 rgba(229, 49, 39, 0.05), 0 0 0 10px rgba(229, 49, 39, 0.05)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(229, 49, 39, 0.05), 0 0 0 20px rgba(229, 49, 39, 0.05);
        box-shadow: 0 0 0 10px rgba(229, 49, 39, 0.05), 0 0 0 20px rgba(229, 49, 39, 0.05)
    }
}

ul.sh-social-media {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start
}

ul.sh-social-media li a {
    font-size: 14px;
    position: relative;
    background-color: #2a2a2a;
    border: 2px solid #2a2a2a;
    color: #fff;
    padding: 0;
    margin: 0 4px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px
}

ul.sh-social-media li a:hover {
    background-color: #fff;
    color: #2a2a2a
}

.footer .address p {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    color: #000;
    padding-left: 30px;
    line-height: 19px;
    margin-bottom: 20px
}

.footer .address p svg.feather {
    position: absolute;
    left: 0;
    width: 20px;
    opacity: 1;
    height: 20px;
    color: #2a2a2a;
    top: 0
}

.footer .address p a {
    color: #000
}

.footer .footerLinks .footer-listing h6 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.sh-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: -40px
}

.sh-copyright p.sh-copyright-text {
    font-size: 14px;
    color: #000000
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form h3 {
    width: 100%
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group {
    max-width: 48%;
    width: 48%
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group.sh-checkbox-wrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .sh-login-links-2 {
    width: 100%
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group.sh-checkbox-wrapper .input-group.chkgrp {
    align-items: center
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group.sh-checkbox-wrapper .input-group.chkgrp input#lbl_checkbox {
    transform: scale(1.5);
    margin-left: 4px;
    margin-right: 7px
}

.sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group.sh-checkbox-wrapper .input-group.chkgrp a.text-info {
    color: #e53127 !important;
    font-weight: 500;
}

@media (max-width: 767px) {
    section.sh-login-page .sh-login-logo-section {
        height: auto;
        margin-top: 20px
    }

    .sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group {
        max-width: 100%;
        width: 100%
    }

    .sh-login-logo-section.sh-register-logo-section form.sh-login-form .form-group {
        max-width: 100%;
        width: 100%
    }

    section.sh-login-page {
        height: auto;
        padding-bottom: 40px
    }

    section.sh-login-page .sh-login-logo-section {
        padding-right: 0 !important
    }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        justify-content: flex-end;
        position: absolute;
        left: 0;
        width: 100%;
        top: 60px;
        background-color: #fff;
        padding: 0;
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
    }

    .navbar .navbar-collapse .navbar-nav {
        padding: 20px
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 0;
        padding-bottom: 0px;
        padding-top: 10px;
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 5px;
        position: relative;
        display: flex;
        justify-content: space-between
    }

    .navbar .navbar-nav .nav-item.dropdown svg.feather.feather-chevron-down {
        width: 20px;
        transition: all 0.2s
    }

    .navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu {
        width: 100%;
        transform: none;
        left: 0 !important;
        margin-top: 20px;
        box-shadow: none
    }

    .navbar .navbar-nav .nav-item.mega-dropdown .dropdown-menu {
        max-height: 480px;
        overflow: auto
    }

    .sh-mega-inner-menu .row {
        flex-wrap: wrap
    }

    .sh-mega-inner-menu .row .col {
        min-width: 100%;
        max-width: 100%
    }
}

.help-block,
.required,
.error {
    color: #F00;
    font-size: 14px;
    margin-bottom: 0;
}

section.sh-login-page form.sh-login-form button.btn.btn-primary {
    border-radius: 4px;
    letter-spacing: 1px;
    color: #000;
    background: #FFF;
    font-size: 14px;
    padding: 10px 40px;
    border-color: #FFF;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px;
}

section.sh-login-page section.login_section button.btn.btn-primary {
    border-radius: 4px;
    letter-spacing: 1px;
    color: #000;
    background: #FFF;
    font-size: 14px;
    padding: 10px 40px;
    border-color: #FFF;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px;
}

section.sh-login-page section.login_section {
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 0 !important;
    position: relative;
}

section.sh-login-page section.login_section:after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 85%;
    height: 100%;
    background-color: #ffffff2e;
    z-index: -1;
    border-radius: 10px
}

section.sh-login-page section.login_section span {
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 4px;
    padding: 10px;
    background-color: #ffffff00;
    border: solid 1px #ffffff4d;
}



::-webkit-input-placeholder {
    color: #FFF !important;
}

::-moz-placeholder {
    color: #FFF !important;
}

::-ms-placeholder {
    color: #FFF !important;
}

::placeholder {
    color: #FFF !important;
}






section.sh-login-page section.login_section span svg.feather {
    color: #FFF;
    width: 30px;
    height: 24px
}

section.sh-login-page section.login_section input.form-control {
    background-color: transparent !important;
    border: none;
    box-shadow: none !important
}

section.sh-login-page section.login_section label {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500
}

section.sh-login-page section.login_section h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    color: #030416
}

section.sh-login-page section.login_section input.btn.btn-primary {
    border-radius: 4px;
    letter-spacing: 1px;
    color: white;
    background: #e53127;
    font-size: 14px;
    padding: 10px 40px;
    border-color: #e53127;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 50px
}

section.sh-login-page section.login_section input.btn.btn-primary:focus,
section.sh-login-page section.login_section input.btn.btn-primary:active {
    box-shadow: none !important;
    background: #e53127
}

section.sh-login-page section.login_section input.btn.btn-primary:hover {
    background: #fff;
    color: #e53127
}

section.sh-login-page section.login_section .sh-login-links {
    float: right;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500
}

section.sh-login-page section.login_section .sh-login-links a:hover {
    color: #e53127
}

section.sh-login-page section.login_section .sh-login-links-2 {
    text-align: center;
    border-top: none !important;
    padding-top: 0px !important;
}

section.sh-login-page section.login_section .sh-login-links-2 a {
    color: #FFF;
    font-weight: 500
}

.sh-login-form a,
.sh-login-links-2 a {
    color: #FFF;
    font-weight: 500
}


.sh-login-form a:hover {
    color: #FFF;
}

section.sh-login-page section.login_section .sh-login-links-2 a:hover {
    color: #FFF
}

.sh-login-logo-section.sh-register-logo-section section.login_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.sh-login-logo-section.sh-register-logo-section section.login_section h3 {
    width: 100%
}

.sh-login-logo-section.sh-register-logo-section section.login_section .form-group {
    max-width: 48%;
    width: 48%
}

.sh-login-logo-section.sh-register-logo-section section.login_section .form-group.sh-checkbox-wrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px
}

.sh-login-logo-section.sh-register-logo-section section.login_section .sh-login-links-2 {
    width: 100%
}

.sh-login-logo-section.sh-register-logo-section section.login_section .form-group.sh-checkbox-wrapper .input-group.chkgrp {
    align-items: center
}

.sh-login-logo-section.sh-register-logo-section section.login_section .form-group.sh-checkbox-wrapper .input-group.chkgrp input#lbl_checkbox {
    transform: scale(1.5);
    margin-left: 4px;
    margin-right: 7px
}

.sh-login-logo-section.sh-register-logo-section section.login_section .form-group.sh-checkbox-wrapper .input-group.chkgrp a.text-info {
    color: #007bff !important
}

