@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/inner.css);
@import url(../css/cms.css);

/*fonts*/


/*
font-family: 'Montserrat', sans-serif;
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-repeat: repeat;
    background-position: center top;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #002D46;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
}

.ac-loader {
    overflow: hidden;
    vertical-align: middle;
    position: fixed;
    display: table;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ac-loader .ac-loader__container {
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: table-cell;
}

.spinnerr {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #C79A44;
}

a:focus {
    text-decoration: none;
}

 ::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 50px;
}

.fade:not(.show) {
    opacity: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.primary_button {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: #002D46;
    border: 1px solid #C79A44;
    border-radius: 5px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    background: transparent;
    max-width: 150px;
}

.primary_button.disabled {
    background: #eeeeee !important;
    color: #ccc !important;
    border: 1px solid #ccc;
}

.primary_button.disabled i {
    background: #adadad !important;
}

.second-btn {
    background: #C79A44;
    color: #fff;
}

.primary_button i {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 8px;
    line-height: 20px;
    background: #002D46;
    color: #ffffff;
    border-radius: 50px;
    margin-left: 10px;
    text-align: center;
}


/* common select css*/

.detail-radio {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.detail-radio .option {
    background: #fff;
    height: 100%;
    width: 100%;
    max-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none !important;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    border-color: #002D46;
    background: #002D46;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.detail-radio .option span {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    color: #fff;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C79A44;
    border: 2px solid #C79A44;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #D6D6D6;
    background: transparent;
}

@media(min-width:1200px) {
    .primary_button:hover {
        background: #C79A44;
        color: #fff;
    }
    .second-btn:hover {
        background: transparent;
        color: #002D46;
    }
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

button.btn {
    outline: none;
}

.thumbnail_container {
    padding-bottom: 100%;
    position: relative;
    background: #f7f7f7;
}

p {
    color: #002D46;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .5px;
}

.thumbnail_container .thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    line-height: 0;
    background: 0 0;
    border: 0px;
    border-radius: 0px;
}

.thumbnail_container .thumbnail img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 35%;
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}

.owl-carousel .owl-nav button {
    outline: none;
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: -50px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: -50px;
    width: auto;
    cursor: pointer;
    width: 30px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav i {
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #002D46;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-nav {
    opacity: 0;
}

@media(min-width: 1200px) {
    .owl-carousel:hover .owl-nav {
        opacity: 1;
    }
    .owl-carousel .owl-nav i:hover {
        color: #C79A44;
    }
}

@media(max-width: 1440px) {
    .owl-carousel .owl-nav i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}

@media(max-width: 1199px) {
    .owl-carousel .owl-nav {
        opacity: 1;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0%;
        margin: auto;
    }
    .owl-carousel .owl-nav i {
        color: #ffffff;
        background: #002D46;
    }
}

.buorg {
    display: none;
}

.buorg__text {
    background-color: #002D46;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.buorg__text a {
    color: #000;
}

.buorg__text a:hover {
    color: #fff;
}

body #back-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    z-index: 99999;
}

@media(max-width: 767px) {
    body #back-top {
        display: none !important;
    }
}

body #back-top i {
    background-color: #fff;
    box-shadow: 3px 4px 21px 9px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #002D46;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body #back-top:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgb(0 34 53 / 80%);
    -webkit-box-shadow: 0 0 25px rgba(189, 189, 189, .3);
    box-shadow: 0 0 25px rgba(189, 189, 189, .3);
    -webkit-animation: blinks 1.5s infinite;
    animation: blinks 1.5s infinite;
}

@-webkit-keyframes blinks {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blinks {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0;
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1280px;
        width: 100%;
    }
}

.radio {
    padding-left: 20px;
    position: relative;
    display: block;
}

.radio input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.radio input:checked+label::before {
    border-color: #002D46;
}

.radio input:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 6px;
    margin-left: -20px;
    border: 1px solid #002D46;
    border-radius: 50%;
    background-color: #002D46;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox,
.radio {
    z-index: 1;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.radio.disabled label {
    color: #ccc;
}

.radio.disabled label::before {
    opacity: 0.54;
    border-color: #ccc;
}

.checkbox label {
    padding-left: 40px;
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    height: 16px;
    width: 18px;
    left: 20px;
    top: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    vertical-align: 0;
    margin-right: 10px;
    border-radius: 4px;
    margin-left: -10px !important;
    outline: none !important;
}

ul.dots-list li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

ul.dots-list li:before {
    position: absolute;
    content: '';
    background: #000000;
    height: 8px;
    width: 8px;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.btn:focus {
    outline: none;
}

.icon-building {
    font-size: 40px;
    color: #cbb58c;
}

.error,
.required {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: red;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.common-title {
    text-align: center;
    padding-bottom: 50px;
}

.common-title .small_title {
    display: block;
}

.section-title {
    font-size: 36px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

@media(max-width: 1199px) {
    .section-title {
        margin-bottom: 20px;
        font-size: 30px;
    }
}

@media(max-width: 767px) {
    .section-title {
        font-size: 26px;
    }
}

@media(max-width: 479px) {
    .section-title {
        font-size: 26px;
    }
}


/*Header fixed css*/

.fixed .header-section .menu .sub-menu li {
    padding: 0;
}


/*Heder fixed css end*/

.main-header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.main-header .header-top {
    padding: 15px 160px;
    background: #C79A44;
}

.main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-top p {
    margin: 0;
    color: #002D46;
    font-size: 14px;
}

.main-header .header-top p a {
    text-decoration: underline;
    color: #fff;
}

.main-header .header-top .social-link {
    margin-top: 0;
}

.header-section {
    position: relative;
    padding: 5px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .logo {
    margin-right: 50px;
    max-width: 50px;
}

.header-section .menu ul li {
    display: inline-block;
}

.header-section .menu ul li+li {
    margin-left: 50px;
}

.header-section .menu ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #002D46;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 10px;
}

.header-section .menu ul li a.active {
    color: #C79A44;
    position: relative;
}

.header-section .shoping_icon {
    margin-left: 20px;
    position: relative;
}

.header-section .shoping_icon ul {
    display: flex;
}

.header-section .shoping_icon ul li+li {
    margin-left: 10px;
}

.menu ul .sub-menu li+li {
    margin-left: 0;
}

.header-section .shoping_icon ul li a {
    color: #002D46;
    font-size: 25px;
}

.header-section .search-overlay {
    width: 100%;
    min-width: 300px;
    display: none;
    position: absolute;
    z-index: 11;
    top: 40px;
    right: 0;
    padding: 4px 4px;
    background-color: #002D46;
    border-radius: 10px;
}
.header-section .search-overlay input{
    border-radius: 10px;
}
.header-section .search-content {
    position: relative;
    text-align: center;
    margin: auto;
}

.header-section .search-overlay .closebtn {
    position: absolute;
    top: -30px;
    right: -40px;
    font-size: 10px;
    cursor: pointer;
    color: white !important;
    background: #c79a44;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    line-height: 32px;
}

.header-section .search-overlay .closebtn:hover {
    color: #ccc;
}

.header-section .search-overlay .search_from {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.header-section .search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    width: 80%;
    background: white;
    height: 45px;
}

.header-section .search-overlay input[type=text]:hover {
    background: #f1f1f1;
}

.header-section .search-overlay button {
    width: 70px;
    height: 45px;
    background: #002135;
    font-size: 20px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .header-section .shoping_icon ul li a:hover {
        color: #C79A44;
    }
    .fixed.main-header {
        position: fixed;
        -webkit-animation: smoothScroll .5s forwards;
        -khtml-animation: smoothScroll .5s forwards;
        -moz-animation: smoothScroll .5s forwards;
        -ms-animation: smoothScroll .5s forwards;
        -o-animation: smoothScroll .5s forwards;
        animation: smoothScroll .5s forwards;
    }
    .fixed.main-header .header-section .logo img {
        max-width: 50px;
    }
    .fixed.main-header .header-top {
        display: none;
    }
    @keyframes smoothScroll {
        0% {
            -webkit-transform: translateY(-100px);
            -khtml-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }
        100% {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .header-section .menu ul li a:hover {
        color: #C79A44;
    }
    .menu ul .sub-menu {
        display: initial;
        position: absolute;
        padding: 10px 0 0;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 30px;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        list-style: none;
    }
    .menu ul li:hover>.sub-menu {
        top: 40px;
        display: inherit;
        opacity: 1;
        visibility: visible;
    }
    .menu>ul .sub-menu .sub-menu {
        top: 0!important;
        left: 200px;
        padding: 0;
        height: 350px;
        overflow: auto;
    }
    .menu ul .sub-menu li {
        padding: 0;
        margin: 0px;
        width: 200px;
        float: none;
        display: list-item;
        position: relative;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -khtml-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    }
    .menu ul .sub-menu li a {
        display: block;
        padding: 12px 10px;
        font-size: 13px;
        font-weight: 500;
        line-height: 150%;
        color: #002D46;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .menu>ul .sub-menu .dropdown>a:after {
        position: absolute;
        content: '\e90e';
        font-family: icomoon!important;
        right: 8px;
        top: 11px;
        font-size: 10px;
    }
    .menu ul .sub-menu li a.active {
        color: #fff;
        background-color: #b4d51b;
    }
    .menu ul .sub-menu li a:hover {
        color: #fff;
        background-color: #002D46;
    }
    .menu>ul>.dropdown>a:after {
        display: inline-block;
        margin-left: 5px;
        content: "\e917";
        top: 16px;
        right: -10px;
        position: absolute;
        font-family: icomoon!important;
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 1640px) {
    .header-section .menu ul li+li {
        margin-left: 30px;
    }
    .main-header .header-top {
        padding: 15px 50px;
    }
    .header-section {
        padding: 10px 50px;
    }
    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .header-section .logo {
        margin-right: 0;
    }
    .main-header .header-top {
        display: none;
    }
    .header-section .shoping_icon {
        margin: 0 50px 0 0;
    }
    .header-section {
        padding: 10px 20px;
    }
    .header-section .search-overlay {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-section .search-overlay {
        padding: 4px;
    }
}


/*Banner csss*/

.home-banner-02 {
    position: relative;
    z-index: 1;
}

.home-banner-02 .carousel-caption {
    padding: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-shadow: none;
}

.home-banner-02 .carousel-caption .h-b_item {
    position: relative;
    top: 50%;
    left: 5%;
    right: 0px;
    transform: translateY(-50%);
    padding: 0 60px;
    max-width: 850px;
}

.home-banner-02 .carousel-caption .h-b_item .title {
    text-align: left;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 140%;
}

.home-banner-02 .carousel-caption .h-b_item .title span {
    display: block;
    font-weight: 400;
}

.home-banner-02 .carousel-caption .banner-btn {
    margin-top: 40px;
}

.home-banner-02 .carousel-caption .banner-btn .primary_button {
    background: #C79A44;
    color: #fff;
}

.home-banner-02 .carousel-caption .banner-btn .primary_button i {
    background: #fff;
    color: #C79A44;
}

.home-banner-02 .carousel .h-b_fill {
    height: 700px;
    overflow: hidden;
    background-position: center bottom !important;
}

.home-banner-02 .carousel-control {
    width: 40px;
    height: 40px;
    margin: auto;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
}

.home-banner-02 .carousel-indicators li {
    border-radius: 50px;
    height: 15px;
    width: 15px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    display: none;
    position: relative;
}

.home-banner-02 .carousel-indicators li::after {
    position: absolute;
    content: '';
    border: 2px solid #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    left: -5px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.home-banner-02 .carousel-indicators {
    margin: 20px 0;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
}

.home-banner-02 .carousel-indicators li.active {
    background: #C79A44;
}

.home-banner-02 .carousel-indicators li.active::after {
    border: 2px solid #C79A44;
}

.home-banner-02 .carousel-indicators li+li {
    margin-left: 20px;
}

.home-banner-02 .carousel-control i {
    line-height: 40px;
}

@media(min-width:1200px) {
    .home-banner-02 .carousel-caption .banner-btn .primary_button:hover {
        background: #002D46;
    }
    .home-banner-02 .carousel-control {
        opacity: 0;
    }
    .home-banner-02:hover .carousel-control {
        opacity: 1;
    }
}

@media(max-width:1580px) {
    .home-banner-02 .carousel-caption .h-b_item {
        left: 0;
    }
}

@media(max-width:1440px) {
    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 40px;
    }
}

@media(max-width:1199px) {
    .home-banner-02 .carousel-indicators li {
        display: inline-block;
    }
    .home-banner-02 .carousel-control-main {
        display: none;
    }
    .home-banner-02 .carousel-control-main {
        position: absolute;
        bottom: 30px;
        width: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .home-banner-02 .carousel-caption .h-b_item {
        padding: 0 30px;
    }
    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 30px;
    }
    .home-banner-02 .carousel .h-b_fill {
        height: 400px;
    }
}

@media(max-width:479px) {
    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 26px;
    }
}


/*Banner css end*/


/*nav mobile*/

.nav-mobile {
    background: #000;
}

#nav-mobile-btn span {
    display: block;
    background: #002D46;
    height: 3px;
    margin-top: 5px;
    width: 30px;
    position: relative;
}

.nav-mobile.open {
    background-color: #002D46;
}

.nav-mobile>ul li>a {
    font-family: 'Montserrat', sans-serif;
}

.nav-mobile>ul ul {
    border: none;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
    display: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #C79A44;
    background: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .animated {
        animation-duration: 0s;
    }
    header.main-header {
        position: static;
    }
    #nav-mobile-btn,
    .nav-mobile {
        display: block;
        background: transparent;
    }
    .menu {
        display: none;
    }
}


/* common css */

.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}

.thumbnail_container .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(40 52 69 / 70%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h2,
h2.title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002D46;
    letter-spacing: 1.2px;
    position: relative;
}

.form-control {
    border-radius: 0;
    height: 40px;
    border-width: 0 0 1px 0;
    border-color: rgb(0 33 52 / 50%);
    background: transparent;
    box-shadow: none;
}

textarea.form-control {
    height: 90px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

@media (min-width:1200px) {
    .thumbnail_container:hover .mask {
        opacity: 1;
    }
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }
    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #005475;
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 22px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.select-group .dropdown-toggle {
    background: transparent !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}

.select-group .dropdown-toggle:hover {
    border-color: #f1f1f1;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li {
    padding: 10px;
    margin-top: 8px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f5f5f5;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:before {
    left: 10px;
    top: 12px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 0;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: #ffffff;
    color: #002236;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}


/*Inner banner css*/

.inner-banner {
    position: relative;
    z-index: 3;
}

.inner-banner .i-b_fill {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-banner .inner-title-main {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}

.inner-banner .inner-title-main h1 {
    color: #002133;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.no-record-found {
    margin-top: 150px !important;
}

@media(max-width:1199px) {
    .inner-banner .i-b_fill {
        height: 250px;
    }
    .inner-banner .inner-title-main h1 {
        font-size: 36px;
    }
    .no-record-found {
        margin-top: 20px !important;
    }
}

@media(max-width:767px) {
    .inner-banner .i-b_fill {
        height: 180px;
    }
    .jp-breadcrumb {
        display: none;
    }
    .inner-banner .inner-title-main h1 {
        font-size: 28px;
    }
    .no-record-found {
        margin-top: 20px !important;
    }
}

@media(max-width:479px) {
    .inner-banner .inner-title-main h1 {
        font-size: 24px
    }
}


/*Inner banner End*/

.inner-page-conatiner {
    position: relative;
    z-index: 3;
    padding: 50px 0;
}

@media(max-width:1199px) {
    .inner-page-conatiner {
        padding: 30px 0;
    }
}


/* Discover section S*/

.discover_main {
    padding: 30px 0 80px;
}

.discover_main .img_box-main {
    display: flex;
    justify-content: space-between;
}

.discover_main .img_box-main .image {
    position: relative;
    width: 100%;
}

.discover_main .img_box-main .image .thumbnail_container {
    padding-bottom: 96.6%;
    background: transparent;
}

.discover_main .img_box-main .image .img-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.discover_main .img_box-main .image .img-btn a {
    font-size: 18px;
    padding: 20px;
    color: #002D46;
    min-width: 500px;
    text-align: center;
    width: 100%;
    background: #C79A44;
    font-weight: 600;
}

@media(min-width:1200px) {
    .discover_main .img_box-main .image:hover .img-btn a {
        color: #fff;
        background: #002D46;
    }
}

@media(max-width:1200px) {
    .discover_main .img_box-main .image .img-btn a {
        min-width: 100%;
        font-size: 16px;
        padding: 10px 15px;
    }
}

@media(max-width:767px) {
    .discover_main .img_box-main {
        flex-direction: column;
    }
    .discover_main .img_box-main .image {
        margin-top: 20px;
    }
}


/* Discover section E*/


/* category slide section S*/

.category_main {
    padding: 80px 0;
    background: url(../images/common-bg.png) no-repeat;
    background-size: cover;
}

.category_main .owl-carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.category_main .category_slider .category-box {
    box-shadow: 0px 5px 6px #0000002b;
}

.category_main .category_slider .category-box .thumbnail_container {
    padding-bottom: 100%;
}

.category_main .category_slider .category-desc {
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.category_main .category_slider .category-desc a {
    color: #002D46;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

@media(min-width:1200px) {
    .category_main .category_slider .category-box:hover .category-desc {
        background: #002D46;
    }
    .category_main .category_slider .category-box:hover .category-desc a {
        color: #fff;
    }
}

@media(max-width:1200px) {
    .category_main {
        padding: 50px 0 70px;
    }
}

@media(max-width:767px) {
    .category_main {
        padding: 30px 0 70px;
    }
}


/* category slide section E*/


/* About Product Main S*/

.about_product_main {
    padding: 50px 0;
}

.about_product_main .product-content {
    display: flex;
    align-items: center;
}

.about_product_main .product-wrap .product-content:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 50px;
}

.about_product_main .product-wrap .product-content:nth-child(even) .image {
    margin: 0 0 0 40px;
}

.about_product_main .product-content .image {
    width: 40%;
    margin: 0 40px 0 0;
}

.about_product_main .product-content .image img {
    width: 100%;
}

.about_product_main .product-content .desc {
    width: 60%;
}

.about_product_main .product-content .desc .section-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.about_product_main .product-content .desc .desc-btn {
    margin-top: 40px;
}

@media(max-width:767px) {
    .about_product_main .product-content {
        flex-direction: column !important;
    }
    .about_product_main .product-content .image {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .about_product_main .product-content .desc {
        width: 100%;
        margin-top: 30px;
    }
    .about_product_main .product-content .desc .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about_product_main .product-content .desc {
        padding: 0 !important;
    }
}

@media(max-width:479px) {
    .about_product_main .product-content .desc .section-title {
        font-size: 22px;
    }
}


/* About Product Main E*/


/* service main S */

.service_main {
    padding: 50px 0;
    background-image: url(../images/common-bg.png);
}

.service_main .service_desc {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.service_main .service_desc .section-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.service_main .service_desc p {
    font-weight: 600;
    font-size: 20px;
}

.service_main .service_desc .primary_button {
    margin: 25px auto 0;
}

@media(max-width:767px) {
    .service_main .service_desc p {
        font-size: 20px;
    }
    .service_main .service_desc .section-title {
        font-size: 30px;
    }
}

@media(max-width:479px) {
    .service_main .service_desc .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .service_main .service_desc p {
        font-size: 16px;
    }
}


/* service main S */


/* Purchase benifit  S*/

.purchase_benifit {
    padding: 80px 0;
    margin: 0px;
    background: #FFF5E1;
}

.purchase_benifit .box-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.purchase_benifit .box-main .cards {
    text-align: center;
    padding: 0 20px;
}

.purchase_benifit .box-main .cards i {
    font-size: 50px;
}

.purchase_benifit .box-main .cards h3 {
    font-size: 22px;
    font-weight: 600;
    max-width: 180px;
    margin: 15px auto;
}

.purchase_benifit .box-main .cards span {
    font-size: 16px;
    color: #002D46;
}

@media(max-width:1200px) {
    .purchase_benifit {
        padding: 30px 0;
        margin: 0px 0;
    }
    .purchase_benifit .box-main {
        flex-wrap: wrap;
    }
    .purchase_benifit .box-main .cards {
        width: 50%;
        margin-top: 30px;
        padding: 0 50px;
    }
    .purchase_benifit .box-main .cards h3 {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .purchase_benifit .box-main .cards h3 {
        font-size: 18px;
    }
    .purchase_benifit .box-main .cards {
        width: 100%;
        padding: 0;
    }
    .purchase_benifit .box-main .cards span {
        font-size: 14px;
    }
}


/* Purchase benifit  E*/


/* home gallery main S */

.gallery_main {
    padding: 50px 0;
}

.gallery_main .gallery-img {
    display: flex;
    align-items: center;
}

.gallery_main .gallery-img .image .thumbnail_container {
    padding-bottom: 84%;
}

.gallery_main .gallery_title {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    position: relative;
    z-index: 1;
}

.gallery_main .gallery_title:before {
    position: absolute;
    content: '';
    left: -1000px;
    top: 0;
    right: -1000px;
    z-index: -1;
    background: url(../images/gallery_main_bg.png) #fbfbfb;
    height: 100%;
    opacity: .3;
}

.gallery_main .gallery_title h3 {
    color: #002D46;
    font-size: 24px;
    font-weight: 700;
}

.gallery_main .gallery_title i {
    font-size: 60px;
    color: #002D46;
}

.gallery_main .gallery-img {
    position: relative;
    z-index: 1;
}

@media(max-width:1200px) {
    .gallery_main {
        padding: 30px 0;
    }
}

@media(max-width:767px) {
    .gallery_main .gallery_title i {
        font-size: 40px;
    }
    .gallery_main .gallery_title h3 {
        font-size: 20px;
    }
}


/* home gallery main E */


/* Footer css S */

.footer-main .footer-top {
    position: relative;
    padding: 50px 0;
    background: url(../images/common-bg.png) #002236;
    background-blend-mode: multiply;
}

.footer-box .footer-add {
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    display: flex;
    max-width: 220px;
}

.social-link {
    margin-top: 30px;
    display: flex;
}

.social-link li+li {
    margin-left: 10px;
}

.social-link li a {
    font-size: 28px;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-link li a .icon-facebook {
    font-size: 20px;
}

.social-link li a:hover {
    background: #ffffff;
    color: #C79A44;
}

.footer-main .footer-box {
    width: 250px;
}

.footer-logo {
    max-width: 100px;
}

.footer-main .footer-box h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-main .footer-box .menu-link {
    margin-top: 30px;
}

.footer-main .footer-links-main {
    display: flex;
    justify-content: space-between;
}

.footer-main .footer-box .menu-link li {
    display: flex;
}

.footer-main .footer-box .menu-link li+li {
    margin-top: 20px;
}

.footer-main .footer-box .menu-link li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
}

.footer-main .footer-box .menu-link li a.active {
    color: #C79A44;
}

.footer-main .footer-box .menu-link li a i {
    font-size: 30px;
    margin-right: 20px;
}

.footer-bottom {
    background: #011927;
    padding: 15px 0;
}

.f-b-content p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

@media(min-width:1200px) {
    .footer-main .footer-box .menu-link li a:hover {
        color: #C79A44;
    }
}

@media(max-width:1200px) {
    .footer-main .footer-top {
        padding: 30px 0;
    }
}

@media(max-width:991px) {
    .footer-main .footer-links-main {
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-main .footer-box {
        margin-bottom: 40px;
    }
    .footer-main .footer-top {
        padding: 30px 0 0;
    }
}

@media(max-width:567px) {
    .footer-main .footer-box {
        width: 100%;
    }
    .footer-main .footer-box:nth-child(3),
    .footer-main .footer-box:nth-child(4) {
        width: 50%;
    }
}


/* Footer css E */


/* filter select s*/

.list-side-bar {
    margin-top: 60px;
}

.panel-default {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.panel-group .panel {
    border: 0;
    background: transparent;
}

.panel-title {
    line-height: 1 !important;
}

.panel-title a {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 0 !important;
    margin: 0;
    color: #002134;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-heading a:before {
    content: '';
    height: 2px;
    width: 10px;
    float: right;
    background: #002134;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-heading a.collapsed:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 2px;
    background: #002134;
    right: 4px;
    border-radius: 5px;
    top: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-default>.panel-heading {
    color: #282b2f;
    padding: 0;
    background: transparent;
}

.panel-body {
    padding: 20px 0;
}

.panel-body .click-option li+li {
    margin-top: 10px;
}

.panel-body .click-option li a {
    font-size: 14px;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.15;
        position: relative
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    transition: all 0.15s ease-out 0s;
    border: 1px solid #002134;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

.option-input:checked {
    background: #002134;
}

.option-input:checked::before {
    position: absolute;
    content: "";
    display: inline-block;
    text-align: center;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    top: -3px;
    bottom: 0;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

.filters-text {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 12px;
    font-weight: 600;
}

.checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox+.checkbox label {
    margin: 20px 0 0 0;
}

.checkbox label span {
    font-size: 14px;
    line-height: 100%;
}

.filter-span {
    font-size: 17px;
    color: #002D46;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 15px;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #C79A44;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}


/*--- /.price-range-slider ---*/


/* filter select s*/


/* Listing page css S */

.list-pagination {
    text-align: right;
}

.lsit-item-main {
    margin: 30px 0;
}

.listing-main .top-list-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.listing-main .top-list-bar .form-group {
    margin: 0 0 0 20px;
    min-width: 200px;
}

.lsit-item-main .item-list {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border: 1px solid #cca25361;
}

.lsit-item-main .item-list .label {
    position: absolute;
    padding: 5px;
    right: 10px;
    top: 10px;
    z-index: 1;
    background: #C79A44;
    line-height: 100%;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}

.lsit-item-main .item-list .label.label-red {
    background: rgb(255, 0, 0);
}

.lsit-item-main .item-list .label.label-green {
    background: rgb(0, 165, 8);
}

.lsit-item-main .item-list .label.label-orange {
    background: rgb(255, 153, 0);
}

.lsit-item-main .item-list .item-desc {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
    min-height: 240px;
    position: relative;
}

.lsit-item-main .item-list .item-desc .title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    position: relative;
    width: 100%;
    min-height: 40px;
}

.lsit-item-main .item-list .item-desc .heart-list {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #C79A44;
}

.lsit-item-main .item-list .item-desc p {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.lsit-item-main .item-list .item-desc .price-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.lsit-item-main .item-list .item-desc .price-list .price {
    font-size: 16px;
    color: #002236;
    font-weight: 600;
}

.lsit-item-main .item-list .item-desc .price-list .price-old {
    margin-left: 20px;
    text-decoration: line-through;
    color: grey;
}

.lsit-item-main .item-list .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media(min-width:1200px) {
    .item-list:hover .thumbnail_container img {
        transform: scale(1.1);
        transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }
    .item-list:hover .title {
        color: #002D46;
    }
}

@media(max-width:1200px) {
    .panel-heading a.collapsed:after {
        top: 12px;
    }
    .lsit-item-main .item-list .item-desc {
        padding: 15px 10px;
    }
    .lsit-item-main .item-list .item-desc p {
        font-size: 14px;
    }
    .lsit-item-main .item-list .item-desc .price-list .price {
        font-size: 14px;
    }
    .lsit-item-main .item-list {
        margin: 15px 0;
    }
    .panel-title>a,
    .panel-title>a:active {
        font-size: 13px;
        letter-spacing: 0;
        text-align: left;
    }
    .top-pagination {
        display: none;
    }
    .list-side-bar .panel-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .list-side-bar .panel-group .panel {
        width: 48%;
    }
}

@media(max-width:479px) {
    .lsit-item-main .item-list .item-desc .title {
        text-align: left;
        font-size: 11px;
    }
    .lsit-item-main .item-list .item-desc .price-list .price-old {
        font-size: 12px;
    }
    .lsit-item-main .item-list .item-desc p {
        text-align: left;
    }
    .lsit-item-main .item-list .item-desc .price-list .price-old {
        margin-left: 0;
    }
    .lsit-item-main .item-list .item-desc .price-list {
        flex-direction: column;
    }
}


/* Listing page css E */


/* Detail page css s*/

.detail-main {
    display: flex;
    align-items: center;
}

.detail-main .images {
    max-width: 450px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    margin: 0 auto;
}

.detail-main .detail-left {
    width: 60%;
    margin: 0 40px 10px 0;
}

.detail-main .detail-images {
    background: transparent;
}

.navigation-thumbs.owl-carousel .item {
    cursor: pointer;
    background: rgb(181 181 181 / 10%);
}

.navigation-thumbs.owl-carousel .owl-nav {
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 50px;
    width: 0%;
}

.navigation-thumbs.owl-carousel .owl-nav button {
    background: transparent !important;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: 40px;
}

.navigation-thumbs.owl-carousel .owl-nav i {
    background: transparent !important;
    color: #002D46 !important;
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}

.detail-main .right-side {
    display: flex;
    width: 40%;
    flex-direction: column;
}

.detail-main .right-side .title {
    margin: 15px 0 20px;
    font-size: 35px;
}

.detail-main .list-side-bar {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.detail-main .list-side-bar .title {
    color: #002236;
    font-size: 16px !important;
    margin: 0;
}

.detail-main .right-side .title .offer-text {
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
}

.detail-main .detail-label li::before {
    content: none;
}

.detail-main .detail-label li {
    padding: 0;
}

.detail-main .detail-label li i {
    margin-right: 10px;
    font-size: 20px;
}

.add-to-list {
    padding: 20px 0;
    text-align: right;
}

.add-to-list i {
    padding-right: 10px;
}

.detail-main .select-weight-main {
    margin: 20px 0 10px;
    position: relative;
}

.detail-main .select-weight-main ul {
    display: flex;
    align-items: center;
}

.detail-main .select-weight-main ul li {
    margin: 0;
    padding: 5px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    min-width: 55px;
    text-align: center;
}

.detail-main .select-weight-main ul li.active {
    border: 1px solid #002D46;
    color: #002D46;
}

.detail-main .select-weight-main ul li+li {
    margin-left: 8px;
}

.detail-main .select-weight-main ul li::before {
    content: none;
}

.detail-main .price-text {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.price-text .price {
    font-size: 22px;
    color: #C79A44;
    font-weight: 600;
}

.price-text .price-old {
    margin-left: 20px;
    text-decoration: line-through;
    color: grey;
}

.detail-main .right-side .img-btn {
    margin-left: 20px;
}

.detail-main .right-side .share-button {
    margin-top: 20px;
}

.detail-main .right-side .share-button ul {
    display: flex;
    align-items: center;
}

.detail-main .right-side .share-button li {
    padding: 0;
    overflow: visible;
}

.detail-main .right-side .share-button li a {
    font-weight: 500;
}

.detail-main .right-side .share-button li a span {
    font-size: 14px;
    margin-left: 6px;
    vertical-align: 3px;
}

.detail-main .right-side .share-button li a .icon-share {
    font-size: 22px;
}

.detail-main .right-side .img-btn .primary_button {
    background: #C79A44;
    color: #ffffff;
    min-width: 200px;
}

.detail-main .detail-label {
    margin: 30px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-bottom-tab {
    margin-top: 30px;
}

.detail-bottom-tab .panel-body {
    max-height: 100% !important;
    text-align: left;
}

.detail-bottom-tab .panel-body .card-text a {
    font-weight: 600;
    text-decoration: underline;
}

.detail-bottom-tab .panel-body .card-title {
    font-size: 18px;
}

@media(min-width:1200px) {
    .detail-main .right-side .img-btn .primary_button:hover {
        background: #002D46;
    }
    .detail-main .right-side .img-btn .primary_button:hover i {
        background: #C79A44;
    }
    .detail-main .zoom {
        background-position: 50% 50%;
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .detail-main .zoom img:hover {
        opacity: 0;
    }
    .detail-main .zoom img {
        transition: opacity .2s;
        display: block;
        width: 100%;
        margin: 0;
    }
    .detail-main .detail-label li {
        margin-top: 0;
    }
}

.detail_slider_bottom {
    margin-top: 40px;
    padding-bottom: 40px;
}

.detail_slider_bottom .owl-carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.detail_slider_bottom .category-box {
    box-shadow: 0px 5px 6px #0000002b;
}

.detail_slider_bottom .category-box .thumbnail_container {
    padding-bottom: 100%;
}

.detail_slider_bottom .category-desc {
    background: #ffffff;
    padding: 20px;
    text-align: center;
}

.detail_slider_bottom .category-desc a {
    color: #002D46;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

@media(min-width:1200px) {
    .detail_slider_bottom .category-box:hover .category-desc {
        background: #002D46;
    }
    .detail_slider_bottom .category-box:hover .category-desc a {
        color: #fff;
    }
}

@media(max-width:1366px) {
    .detail-main .detail-label li {
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .detail-main .owl-thumbs {
        display: none;
    }
    .detail-main .detail-label {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 20px 0 0 10px;
    }
    .detail-main .detail-label li+li {
        margin-top: 10px;
    }
    .detail-main .right-side .title {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .detail-main .images {
        min-height: 300px;
    }
    .detail-main .right-side .title {
        font-size: 28px;
    }
    .detail-main {
        flex-direction: column;
    }
    .detail-main .detail-left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .detail-main .right-side {
        width: 100%;
        text-align: center;
    }
    .detail-main .right-side .share-button ul {
        justify-content: flex-end;
        margin-right: 20px;
    }
    .price-text {
        justify-content: center;
    }
    .price-text .price {
        font-size: 18px;
    }
}


/* Detail page css s*/


/* cart page css S */

.cart-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart-main .left-cart-main {
    width: 60%;
}

.cart-main .left-cart {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.cart-main .common-title {
    width: 100%;
    display: block;
    text-align: left;
}

.cart-main .left-cart .images {
    width: 50%;
}

.cart-main .left-cart .desc {
    margin: 0 0 0 20px;
    padding-right: 30px;
    position: relative;
    width: 100%;
}

.cart-main .left-cart .desc .title {
    font-size: 18px;
    font-weight: 500;
}

.cart-main .left-cart .desc .close-product {
    position: absolute;
    right: 0;
    top: 0;
    color: #bbbbbb;
}

.cart-main .left-cart .desc .product-id {
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}

.cart-main .left-cart .desc .product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-main .left-cart .desc .product-detail .title {
    font-size: 16px;
}

.cart-main .left-cart .desc .product-detail .price-old {
    margin-left: 20px;
    text-decoration: line-through;
    color: grey;
}

.cart-main .right-cart {
    width: 40%;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    margin: 0 0 0 100px;
    padding: 30px 60px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}

.cart-main .right-cart .title {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.cart-main .right-cart .total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-main .right-cart .total-price span {
    color: #000000;
    font-weight: 500;
}

.cart-main .img-btn {
    padding-top: 20px;
}

.cart-main .img-btn .primary_button:first-child {
    background: #c79a44;
    color: #ffffff;
}

.cart-main .img-btn .primary_button {
    max-width: 350px;
    margin: 15px auto;
}

@media(min-width:1200px) {
    .cart-main .img-btn .primary_button:first-child:hover {
        background: transparent;
        color: #002D46;
    }
}

@media(max-width:1199px) {
    .cart-main .right-cart {
        margin: 0 0 0 20px;
        padding: 20px;
    }
}

@media(max-width:767px) {
    .cart-main {
        flex-direction: column;
    }
    .cart-main .left-cart {
        width: 100%;
    }
    .cart-main .left-cart-main {
        width: 100%;
    }
    .cart-main .common-title {
        padding-bottom: 20px;
    }
    .cart-main .common-title .section-title {
        margin-bottom: 0;
    }
    .cart-main .right-cart {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 20px;
    }
}

@media(max-width:567px) {
  
    .cart-main .left-cart .desc {
        margin: 0;
       margin-left: 13px;
    }
}


/* cart page css E */


/* Login and register page S*/

.login-page .con-form {
    max-width: 550px;
    padding: 40px;
    border-radius: 8px;
    margin: 0 auto;
}

.login-page .ac-login-hr a {
    color: #002236;
    font-weight: 600;
    text-decoration: underline;
}

.login-page .checkbox label span {
    line-height: 140%;
}

@media (max-width: 767px) {
    .login-page .con-form {
        width: 100%;
        padding: 20px 15px;
    }
    .login-page .common-title {
        padding-bottom: 10px;
    }
}


/* Login and register page E*/


/* logo box S */

.common-logo-box {
    max-width: 80px;
    margin: -80px auto 20px;
}

@media (max-width: 767px) {
    .common-logo-box {
        max-width: 60px;
        margin: -50px auto 20px;
    }
}


/* logo box E */

.add-tocart-main .right-cart {
    padding: 30px;
}

.add-tocart-main .right-cart .title {
    font-size: 28px;
    text-align: left;
}

.add-tocart-main .apply-button {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.add-tocart-main .apply-button .form-group {
    margin: 0 20px 0 0;
}

@media(max-width:479px) {
    .add-tocart-main .apply-button {
        flex-direction: column
    }
    .add-tocart-main .apply-button .form-group {
        margin: 0 0 20px 0;
    }
}

.empty-cart-main {
    background: #f9f9f9;
    max-width: 700px;
    padding: 40px;
    box-shadow: 0px 12px 15px rgb(0 0 0 / 16%);
    border-radius: 12px;
    margin: 0 auto;
}

.additional-wrap {
    margin-top: 30px;
}

.additional-info {
    margin-top: 20px;
}

.additional-wrap .additional-link {
    display: flex;
    align-items: center;
}

.additional-wrap .additional-link img {
    max-width: 15px;
    margin-right: 10px;
}

.additional-wrap .additional-link a {
    font-weight: 500;
    font-size: 16px;
}

.additional-wrap .additional-link a i {
    font-size: 16px;
    font-weight: 500;
    vertical-align: -3px;
}

.additional-info .title {
    margin-bottom: 30px;
    font-size: 24px;
}

@media (max-width: 1199px) {
    .additional-info {
        max-width: 100%;
    }
    .additional-info .title {
        margin-bottom: 20px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .detail-radio {
        width: 100%;
        justify-content: center;
    }
    .detail-main .list-side-bar {
        justify-content: center;
    }
}

@media (min-width: 1199px) {
    .inner-title-main {
        margin-bottom: -30px;
        position: relative;
        z-index: 9;
    }
}


/* cookie_section css s */

.cookie_section {
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    bottom: 8px;
    background: #ffffff;
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 5%);
    border: 1px solid rgb(173 173 173 / 20%);
    border-radius: 5px;
}

.cookie_section .c_s_content {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.cookie_section .c_s_content a {
    color: #c79a44;
    font-weight: 500;
}

.cookie_section .c_s_content a.accept_button {
    background: #c79a44;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.cookie_section .c_s_content a:hover {
    color: #002236;
}

.cookie_section .c_s_content a.accept_button:hover {
    background: #002236;
    color: #ffffff;
}


/* cookie_section css e */


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    cursor: default;
    background-color: #002236;
    border-color: #002236;
}

.badge {
    background-color: #c79a44;
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 0;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-family: 'Constantia', sans-serif;
    font-weight: 500;
}

.dash-bord-main .user-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
}

.dash-bord-main .user-profile-img {
    display: flex;
    align-items: center;
}

.dash-bord-main .user-profile-img img {
    margin: 0 20px 0 0;
    max-width: 100px;
}

.user-info-detail .user_name {
    font-size: 20px;
}

.user-info-detail p {
    font-size: 16px;
    margin: 10px 0 0 0;
}

.user-info-detail p i {
    margin: 0 5px 0 0;
}

.dash-bord-main .box-dash {
    text-align: center;
    margin-top: 30px;
    background: #e9e9e9;
    padding: 20px 15px;
    border-radius: 10px;
}

.dash-bord-main .box-dash i {
    font-size: 30px;
}

.dash-bord-main .box-dash h4 {
    font-size: 18px;
    font-weight: 600;
}

.dash-bord-main .box-dash h6 {
    font-size: 16px;
}

.label-title {
    position: relative;
    top: 15px;
    left: 10px;
    z-index: 3;
    font-size: 12px;
    color: #002135;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}

.commingsoon-main {
    background-image: url(../images/comming-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 300px 0;
}

.commingsoon-main .title {
    font-size: 56px;
}

@media (max-width: 767px) {
    .commingsoon-main {
        padding: 200px 0;
    }
    .commingsoon-main .title {
        font-size: 35px;
    }
}

.swal-button {
    background-color: #C79A44;
    color: white;
}

.swal-button:not([disabled]):hover {
    background-color: #002D46;
    color: white;
}

.swal-text {
    color: #002D46;
}

.swal-icon--success {
    content: url("../images/diamond.png");
    height: 70px;
    wiidht: 50px;
    animation: mymove 3s infinite;
}

@keyframes mymove {
    0% {
        top: 0px;
    }
    50% {
        top: 20px;
    }
    100% {
        top: 0px;
    }
}

.swal-icon--success {
    border-color: transparent;
    border-radius: 0%;
}



/* Kashyap Changes Add Css*/
@media (max-width:767px){
                .mobile-show {
                    display: none;
                }
                
                .listing-main .top-list-bar {
                    width: 100%;
                    display: block;
                }
                
                .dataTables_info{
                    padding-left: 10px;
                    display: none
                }
                
                .listing-main .top-list-bar .form-group{
                    
                    margin-left: 0px;
                }
                
                .float-left{
                    display: none;
                }
                
                .filters-text {
                    background: #fff;
                    border: 1px solid #d5d5d5;
                    margin-bottom: 13px;
                    border-radius: 4px;
                    margin-top: -47px;
                    padding: 7px;
                    font-weight: 600;
                }
                .label-title{
                    display: none;
                }
                
                .select-group .dropdown-toggle {
                    background: #f7f7f9 !important;
                    padding: 10px;
                    margin-top: 7px;
                    border-radius: 4px;
                    border: 1px solid #d5d5d5;
                }
                
            }
            
             /*Cart Desgin*/ 
            @media (max-width:767px){
                
               .cart-main .left-cart .desc .product-id {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.cart-main .left-cart .desc .product-detail {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-main .left-cart .desc .title {
    font-size: 18px;
    height: 42px;
    overflow: hidden;
    font-weight: 500;
}


            }
            @media(max-width:767px){
                
                /*Menu Icon*/
                #nav-mobile-btn,
                .nav-mobile {
                    display: block;
                    background: transparent;
                    margin-top: -13px;
                }

                 /*Listing Page Products*/
                .lsit-item-main .item-list .item-desc {
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    justify-content: center;
                    padding: 20px 15px;
                    min-height: 155px;
                    position: relative;
                }

                .lsit-item-main .item-list .item-desc .price-list .price {
                    padding-top: 0px;
                    margin-top: -37px;
                    font-size: 14px;
                }
                
                .navigation-thumbs.owl-carousel .item {
    cursor: pointer;
    background: rgb(181 181 181 / 10%);
}

.navigation-thumbs.owl-carousel .owl-nav {
    opacity: 1;
    top: auto;
    bottom: 0;
    left: auto;
    right: 50px;
    width: 0%;
}

.navigation-thumbs.owl-carousel .owl-nav button {
    background: transparent !important;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: 40px;
}

.navigation-thumbs.owl-carousel .owl-nav i {
    background: transparent !important;
    color: #002D46 !important;
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}


.lsit-item-main .item-list .item-desc .price-list {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-left: -35px;
}

.panel-group .panel{
    margin-top: 5px;
}


            }
            
            
  @media(max-width: 390px) {
    .product-price {
     display: flex;
    flex-direction: column-reverse;
    }
    
    .cart-main .left-cart .desc .product-detail .price-old{
        margin-left: 0px;
    }
    
}



