@charset "UTF-8";

.slick-slider > * {
    display: none;
}

.slick-slider.slick-initialized > * {
    display: block;
}

@media (min-width: 420px) {
    .key-featureslider .slick-slide {
        position: relative;
    }

    .key-featureslider .slick-slide:after {
        position: absolute;
        content: "";
        background: rgba(118, 118, 118, 0.5);
        width: 1px;
        height: 11px;
        right: 0;
        top: 10px;
    }
}

.preheader {
    background-color: #f5f5f4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 4px 0;
}

.preheader .key-featureslider {
    text-align: center;
    width: calc(100% - 1px);
}

.preheader .key-featureslider img {
    display: inline-block;
    margin-right: 10px;
}

.preheader .key-featureslider span {
    font-size: 12px;
    color: #393939;
}

.logo-left {
    padding: 30px 0;
}

.menu-link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    align-items: center;
    height: 100%;
}

.menu-link ul li {
    display: inline-flex;
    position: relative;
    padding: 0 65px 0 0;
    height: 100%;
}

.menu-link ul li a {
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.menu-link ul li:hover > a,
.menu-link ul li.active > a {
    color: #f57921;
}

.menu-link .menu {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.menu-link .menu li.has-sub {
    position: static;
}

.menu-link .menu li:hover > .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0px, 0px, 0px);
}

.menu-link .menu li:hover > i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-link .menu li a {
    letter-spacing: 0.5px;
}

.menu-link .menu .shop-menu a {
    display: flex;
    align-items: center;
}

.menu-link .menu .menudrop {
    z-index: 1;
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: 0px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.menu-link .submenu {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 305px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    transform: translate3d(0px, 10%, 0px);
}

.menu-link .submenu li {
    display: block;
    width: 100%;
    padding: 10px 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-link .submenu li:before {
    content: "";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #000000;
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    -webkit-transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.menu-link .submenu li:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(10px);
}

.menu-link .submenu li:hover {
    padding-left: 25px;
    background-color: #fcfb34;
}

.menu-link .submenu li:hover a {
    color: #000000;
}

.menu-link .megdropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 270px;
    padding: 15px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.menu-link .shp-product-submenu {
    width: 40%;
    margin: 0 auto;
}

.menu-link .menudropdown-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    position: relative;
}

.menu-link .menudropdown-list li {
    width: 265px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.menu-link .menudropdown-list li:hover .item-container {
    opacity: 1;
}

.menu-link .menudropdown-list .item-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0%;
    margin-right: 0%;
}

.menu-link .menudropdown-list li:first-child .item-container {
    opacity: 1;
}

.main-menu {
    clear: both;
    width: 100%;
    display: flex;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1.4s;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    position: relative;
}

.main-menu .container {
    position: static;
}

.headwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    height: 100%;
}

.headwrap .right-header-links ul {
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headwrap .right-header-links ul li {
    padding: 0 20px;
}

.headwrap .right-header-links ul li a {
    position: relative;
    line-height: 100%;
}

.headwrap .right-header-links ul li a i {
    font-size: 18px;
}

.headwrap .right-header-links ul li:not(:last-child) a:before {
    position: absolute;
    content: "";
    border-right: 1px solid rgba(118, 118, 118, 0.5);
    width: 1px;
    right: -20px;
    height: 11px;
    top: 0px;
}

.headwrap .right-header-links ul li:first-child a:before {
    content: none;
}

.headwrap .right-header-links ul li:hover a {
    color: #f57921;
}

.search-wrap {
    padding: 30px 0 20px;
}

.search-wrap .hd-search .form-control {
    border: 1px solid #d7d7d7;
}

.inner-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner-banner .flex-container {
    justify-content: space-between;
}

.brdcrum-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-title {
    color: #ffffff;
    font-family: "Playfair Display";
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.woo_breadcums {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}

.woo_breadcums li {
    list-style: none;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: capitalize;
}

.woo_breadcums li a {
    text-decoration: none;
    position: relative;
    margin-right: 25px;
    display: inline-block;
    color: #f57921;
}

.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: "";
    font-family: "FontAwesome";
    top: 0px;
    right: -18px;
    width: 13px;
}

.woo_breadcums li a:before {
    background-color: #f57921;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 1px;
    width: 100%;
}

.woo_breadcums li a:hover {
    color: #fcfb34;
}

.woo_breadcums li a:hover:before {
    background-color: #fcfb34;
}

.breadcrumb_last {
    display: inline-block;
}

.inpage {
    padding: 50px 0;
}

.mrgb40 {
    margin-bottom: 40px;
}

@media (max-width: 1540px) {
    .menu-link .shp-product-submenu {
        width: 50%;
    }
}

@media (max-width: 1440px) {
    .menu-link ul.menu > li:not(:last-child) {
        padding-right: 30px;
    }

    .menu-link ul.menu > li:last-child {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .logo-left {
        padding: 20px 0;
    }

    .menu-link .menudropdown-list li {
        width: 220px;
    }

    .headwrap .right-header-links ul li {
        padding: 0 15px;
    }

    .headwrap .right-header-links ul li:not(:last-child) a:before {
        right: -10px;
        top: 5px;
    }

    .headwrap .right-header-links ul li:first-child {
        padding: 0 0 0 30px;
    }

    .headwrap .right-header-links ul li a.btn-border {
        width: 34px;
        height: 34px;
        padding: 0;
        text-align: center;
        line-height: 34px;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .headwrap .right-header-links ul li a.btn-border span {
        display: none;
    }

    .headwrap .right-header-links ul li a.btn-border i {
        font-size: 15px;
        margin-right: 0;
        margin-left: 0;
        line-height: 100%;
    }

    .menu-link .menudropdown-list .item-container {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .togglebtn {
        display: none;
    }
}

.togglebtn .line:before,
.togglebtn .line:after {
    content: none;
}

@media (max-width: 992px) {
    .headwrap .right-header-links ul li a {
        font-size: 22px;
    }

    .togglebtn {
        width: 38px;
        height: 38px;
        border: 1px solid #212121;
        display: block;
        position: relative;
        left: 0;
        display: block;
        border-radius: 4px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        border-radius: 100%;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column nowrap;
    }

    .menu-link .menudropdown-list .item-container {
        display: none;
    }

    .logo-left {
        display: inline-block;
        max-width: 170px;
        margin: 0 auto;
    }

    .menu {
        position: fixed;
        top: 145px;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 100;
        background-color: #000000;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        max-width: 450px;
        padding: 0;
        overflow-y: auto;
    }

    #hamburger-icon.active .line {
        background: #f57921;
    }

    .menu-link.active .menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
        overflow-y: scroll;
        height: calc(100% - 145px);
    }

    .menu-link .menu {
        display: block;
    }

    .menu-link .menu > li {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px;
        position: relative;
        border-bottom: 1px solid #212121;
    }

    .menu-link .menu > li a {
        font-size: 16px;
        display: block;
        align-items: inherit;
        padding: 15px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .menu-link .menu li.hidden {
        display: block !important;
    }

    .menu-link .menu .bars {
        display: none !important;
    }

    .menu-link ul.menu li:not(:last-child) {
        padding-right: 0;
    }

    .menu-link .menu li:hover .submenu {
        transform: none;
        visibility: inherit;
        opacity: unset;
        pointer-events: inherit;
    }

    .menu-link .submenu {
        position: static;
        box-shadow: none;
        background-color: #f57921;
        height: auto;
        display: none;
        opacity: unset;
        visibility: inherit;
        transform: none;
    }

    .togglebtn.active {
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 999;
        top: 64px;
        border: 1px solid #f57921;
    }

    .menuhidden {
        position: fixed;
        overflow-y: hidden;
    }

    .menuhidden .overlay.active {
        top: 145px;
    }

    .menu-link .menu .menudrop {
        position: absolute;
        right: 10px;
        margin: 0;
        width: 40px;
        height: 30px;
        line-height: 30px;
    }

    .menu-link .menu .menudrop:before {
        content: "";
    }

    .menu-link .menu .menudrop.openedmenu:before {
        content: "";
    }

    .menu-link .shp-product-submenu {
        width: 100%;
    }

    #hamburger-icon .line {
        display: block;
        background: #000000;
        width: 12px;
        height: 2px;
        position: relative;
        left: 0;
        right: 0;
        border-radius: 2px;
        margin: 0 auto;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }

    #hamburger-icon .line.line-1 {
        top: 13px;
    }

    #hamburger-icon .line.line-2 {
        top: 16px;
    }

    #hamburger-icon .line.line-3 {
        top: 19px;
    }

    #hamburger-icon.active .line-2 {
        opacity: 0;
    }

    #hamburger-icon.active .line-1 {
        transform: translateY(5px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
        -moz-transform: translateY(5px) translateX(0) rotate(45deg);
    }

    #hamburger-icon.active .line-3 {
        transform: translateY(-5px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
    }

    .menu-link .menudropdown-list li {
        width: 100%;
        position: relative;
    }

    .menu-link .submenu li {
        padding: 0;
    }

    .menu-link .submenu li:before {
        top: 12px;
        visibility: visible;
        opacity: 1;
        transform: translateX(20px);
        color: #ffffff;
    }

    .menu-link li.mobile-social {
        background: #050506;
        padding: 20px;
    }

    .menu-link li.mobile-social .menu-heading {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .menu-link li.mobile-social a {
        color: #818286;
        font-size: 26px;
        padding: 0;
        margin: 15px 15px 0 0;
    }

    .menu-link .submenu li {
        padding: 0 0 0 25px;
    }

    .menu-link .submenu li.active {
        background-color: #fcfb34;
    }

    .menu-link .submenu li.active a,
    .menu-link .submenu li.active:before {
        color: #000000;
    }

    .menu-link .menudropdown-list {
        height: auto;
        padding: 0;
    }

    .menu-link .megdropdown-menu {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .bookfree {
        width: 100%;
        padding: 30px;
    }

    .inner-banner {
        padding: 20px 0 5px;
        min-height: auto;
    }

    .brdcrum-wrapper {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        text-align: left !important;
    }

    .woo_breadcums li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    /*.woo_breadcums li a:after {
    right: -10px;
}*/
}

@media (max-width: 580px) {
    .menu {
        max-width: 100%;
    }

    .menu-link.active .menu {
        overflow-y: scroll;
        height: calc(100% - 187px);
    }

    .menu-link .menu {
        top: 187px;
    }

    .menuhidden .overlay.active {
        top: 187px;
    }

    .hide-serach-mobile {
        display: none !important;
    }

    .togglebtn.active {
        left: 15px;
        right: inherit;
        top: 64px;
    }

    .mobile-search {
        display: block !important;
        background: #e9e9e9;
        padding: 15px;
        position: relative;
        width: 100%;
    }

    .mobile-search .form-control {
        height: 34px;
        padding: 6px 15px;
        width: calc(100% - 40px);
        border-radius: 17px 0 0 17px;
    }

    .togglebtn {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 15px;
    }

    .logo-left {
        padding: 15px 0;
        margin-left: 50px;
        max-width: 150px;
    }

    .headwrap .right-header-links ul {
        margin-right: 0;
    }

    .headwrap .right-header-links ul li:first-child {
        padding: 0 0 0 0px;
    }

    .headwrap .right-header-links ul li {
        padding: 0 0 0 15px;
    }

    .headwrap .right-header-links ul li:not(:last-child) a:before {
        content: none;
    }

    .search-form .btnsearch {
        outline: none;
        position: absolute;
        right: 16px;
        top: 15px;
        bottom: 15px;
        border: 0;
        border-left: 1px solid #DBDBDB;
        width: 40px;
        background: #ffffff;
        padding: 0;
        height: 34px;
        border-radius: 0 15px 15px 0;
    }
}

@media (max-width: 480px) {
    body {
        padding-bottom: 35px;
    }

    .fixedbtn {
        width: 50%;
    }

    .fixedbtn a {
        width: 100%;
        padding: 9px 15px;
        font-size: 14px;
    }

    .headwrap .right-header-links ul li a.btn-border {
        width: 50%;
        position: fixed;
        bottom: 0;
        left: auto;
        right: 0;
        background: #fcfb34;
        z-index: 11;
        font-size: 14px;
        border-radius: 0;
        border: 0;
        color: #000000;
        font-weight: 500;
    }

    .headwrap .right-header-links ul li a {
        font-size: 20px;
    }

    .headwrap .right-header-links ul li a.btn-border:after {
        content: none;
    }

    .headwrap .right-header-links ul li a.btn-border span {
        display: block;
        padding-left: 10px;
        color: #000000;
    }

    .headwrap .right-header-links ul li a.btn-border i {
        color: #000000;
    }

    .logo-left {
        max-width: 140px;
    }
}

@media (max-width: 420px) {
    .headwrap .right-header-links ul li {
        padding: 0 0 0 10px;
    }
}
