/*----------------------------------------------------*/

/*font Variables*/

/*Color Variables*/

/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/*---------------------------------------------------- */

/*----------------------------------------------------*/

s p {
    color: #232323;
    margin-top: 0;
    margin-bottom: 1rem;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #949597; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #950f35; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cb1549; 
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.2;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-30 {
    padding-top: 30px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

body {
    line-height: 27px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #797979;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}


.mt-25 {
    margin-top: 25px;
}
.call_now_mob {
    padding-top: 12px;
    text-align: left;
    padding-left: 0px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

.area-padding-top-service {
    padding-top: 100px;
}

.area-padding-top {
    padding-top: 40px;
}

.area-padding-bottom {
    padding-bottom: 100px;
}

.background_one {
    background: #f7f7f7;
}

.border-bottom {
    border-bottom: 1px solid #e8edf1;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}

/* form control */

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #1b1a1a;
}

label.error {
    font-size: 14px;
    font-weight: 400;
    color: #c29701;
    margin-bottom: 0;
    margin-top: 7px;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 55px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 3px;
}

.form-control:focus {
    background-color: #f4f4f4;
    border-color: #c29701;
}

textarea.form-control {
    min-height: 105px;
    padding-top: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
    background: 0 0;
}

.label-radio input:checked:focus ~ .radio-indicator,
.label-radio:hover input:not([disabled]):checked ~ .radio-indicator {
    background: 0 0;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #c29701;
}

.label-radio input:checked ~ .radio-indicator:after {
    display: block;
}

.nice-select {
    width: 100%;
    margin-bottom: 30px;
}

.nice-select .current {
    line-height: 55px;
    color: #9b9b9b;
}

@media (min-width: 320px) and (max-width: 767px) {
    .form-group,
    .nice-select {
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------new style----------------------------------------*/
.thanku h3 {
    color: #000;
    font-size: 35px;
    margin-top: 20px;
}
.thanku {
    padding: 100px 0px;
    text-align: center;
}
.order_id {
    background-color: #eee;
    padding: 4px 20px;
    font-size: 14px;
    border-radius: 20px;
}
.thanku .fa {
    font-size: 55px;
    color: green;
    border: 3px solid green;
    border-radius: 50%;
    padding: 25px;
}
.filter-items li {
    margin: 5px;
}
.filter-items li a {
    font-size: 13px;
    color: #403535;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0px 30px;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
    padding: 15px;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.top_header {
    padding: 5px 0px;
    border-bottom: 1px solid #e8e8e8;
}
.cart {
    text-align: right;
}

.login {
    text-align: right;
    padding: 15px;
}
.login a {
    color: #333;
    font-size: 13px;
}
.cart {
    font-size: 13px;
}
.top_phone a {
    color: #333;
    font-size: 13px;
}
.login li {
    display: inline-block;
    padding: 0px 13px;
    color: #333;
}
.mesr {
    font-size: 12px;
    color: #646464;
}
.top_phone .fa {
    font-size: 20px;
}
.pdt_details {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 1px 3px #dfdfe0;
    margin: 10px 0px;
    min-height: 365px;
}
.pdt_details h4 {
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 500;
    color: #333;
}
.pdt_details h5 {
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    font-weight: 500;
    color: #27979b;
}
.top_phone li {
    list-style: none;
    display: inline-block;
}
.shop_area {
    margin-top: 50px;
}
.call_us {
    font-size: 12px;
    font-weight: 800;
    color: #911338;
}
.top_phone a {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.top_phone {
    /*border: 1px solid #e2e2e2;*/
    text-align: center;
    margin-top: 5px;
}
.login .cart-count {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 22px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #911338;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 10px;
}
.top_phone .fa {
    font-size: 35px;
    padding-top: 10px;
    color: #000;
}
.login .fa {
    font-size: 25px;
}
.login .fa:hover {
    color: #911338;
}

/*@import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}*/

.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

/*.container{
  padding: 1em 0;
  float: left;
  width: 50%;
}*/
/*@media screen and (max-width: 640px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container{
    width: 33.33333%;
  }
}
*/
.container .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    /*width: 90%;*/
    /*max-width: 400px;*/
    margin: auto;
    overflow: hidden;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;

    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 0.3;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 70%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
.shop_btn {
    color: #fff;
    padding: 1px 13px;
    border: 1px solid #fff;
    font-size: 12px;
}
/*------------------------------side bar---------------------------*/
.layout {
    z-index: 1;
}
.shop_section {
    margin: 40px 0px;
}
.layout .header {
    /*box-shadow: 1px 1px 4px #9aa0b9;*/
    display: flex;
    align-items: center;
    /*padding: 20px;*/
}
.layout .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.layout .footer {
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 20px;
}
.layout.rtl .header {
    box-shadow: -1px 1px 4px #9aa0b9;
}

.sidebar {
    color: #b3b8d4;
    overflow-x: hidden !important;
    position: relative;
    /*border-bottom: 2px solid #e8e8e8;*/
}
.shop_section h2 {
    font-size: 15px;
}
.sidebar .image-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    z-index: 1;
    display: none;
}
.sidebar .image-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sidebar.has-bg-image .image-wrapper {
    display: block;
}
.sidebar .sidebar-layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.sidebar .sidebar-layout .sidebar-header {
    height: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid rgba(83, 93, 125, 0.3);
}
.sidebar .sidebar-layout .sidebar-header > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar .sidebar-layout .sidebar-content {
    flex-grow: 1;
    /*padding: 10px 0;*/
}
.sidebar .sidebar-layout .sidebar-footer {
    height: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(83, 93, 125, 0.3);
    padding: 0 20px;
}
.sidebar .sidebar-layout .sidebar-footer > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes swing {
    0%,
    30%,
    50%,
    70%,
    100% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
}
.layout .sidebar .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.layout .sidebar .menu .menu-item a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    color: #b3b8d4;
}
.layout .sidebar .menu .menu-item a .menu-icon {
    font-size: 1.2rem;
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    transition: color 0.3s;
}
.layout .sidebar .menu .menu-item a .menu-icon i {
    display: inline-block;
}
.layout .sidebar .menu .menu-item a .menu-title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    transition: color 0.3s;
    text-transform: uppercase;
    color: #403535;
}
.layout .sidebar .menu .menu-item a .menu-prefix,
.layout .sidebar .menu .menu-item a .menu-suffix {
    display: inline-block;
    padding: 5px;
    opacity: 1;
    transition: opacity 0.3s;
}
.layout .sidebar .menu .menu-item a:hover .menu-title {
    color: #8f1437;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon {
    color: #dee2ec;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon i {
    animation: swing ease-in-out 0.5s 1 alternate;
}
.layout .sidebar .menu .menu-item a:hover::after {
    border-color: #dee2ec !important;
}
.layout .sidebar .menu .menu-item.sub-menu {
    position: relative;
}
.layout .sidebar .menu .menu-item.sub-menu > a::after {
    content: "";
    transition: transform 0.3s;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    color: #8b1a39;
}
.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
    padding-left: 20px;
    display: none;
    overflow: hidden;
    z-index: 999;
}
.layout .sidebar .menu .menu-item.sub-menu.open > a::after {
    transform: rotate(45deg);
}
.layout .sidebar .menu .menu-item.active > a .menu-title {
    color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a::after {
    border-color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a .menu-icon {
    color: #dee2ec;
}
.layout .sidebar .menu > ul > .sub-menu > .sub-menu-list {
    background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
    border-radius: 50%;
}
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
    border-radius: 4px;
}
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
    border-radius: 0;
}
.layout
    .sidebar:not(.collapsed)
    .menu
    > ul
    > .menu-item.sub-menu
    > .sub-menu-list {
    visibility: visible !important;
    position: static !important;
    transform: translate(0, 0) !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
    opacity: 0;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: currentcolor;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    border: none;
    transform: translateY(-50%);
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
    background-color: #dee2ec;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
    transition: none !important;
    width: 200px;
    margin-left: 3px !important;
    border-radius: 4px;
    display: block !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
    background-color: #dee2ec;
}
.layout .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
    background-color: rgba(11, 26, 44, 0.6);
}
.layout
    .sidebar.has-bg-image:not(.collapsed)
    .menu
    > ul
    > .sub-menu
    > .sub-menu-list {
    background-color: #fff;
}
.layout.rtl .sidebar .menu .menu-item a .menu-icon {
    margin-left: 10px;
    margin-right: 0;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > a::after {
    transform: rotate(135deg);
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
    padding-left: 0;
    padding-right: 20px;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
    transform: rotate(45deg);
}
.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
    right: auto;
    left: 10px;
}
.layout.rtl
    .sidebar.collapsed
    .menu
    > ul
    > .menu-item.sub-menu
    > .sub-menu-list {
    margin-left: -3px !important;
}

@media (max-width: 992px) {
    #btn-collapse {
        display: none;
    }
}

/*-----------------------------------side bar-----------------------*/
/*-----------------price range-----------------------*/
.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #000;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #000;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #000;
}

/*---------------------price range-----------------------*/

.side_title p {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0px 30px;
}
.side_title {
    background: #f9f9f9;
    padding: 7px 0px;
}
.search_bar {
    background-color: #f9f9f9;
    padding: 14px 10px;
}
.search {
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
}

.sorting {
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
    height: 39px;
}

.add_cart {
    border: 1px solid #94959a;
    width: 100%;
    padding: 3px 0px;
    font-size: 13px;
    color: #ffffff;
    background-color: #94959a;
    text-transform:uppercase;
    font-weight:bold;
}
.buy_now {
    width: 100%;
    padding: 3px 0px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #94959a;
    background-color: #94959a;
    text-transform:uppercase;
    font-weight:bold;
}
.view_cart {
    width: 100%;
    padding: 3px 0px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #ffffff;
    background-color: #95112f;
    text-transform:uppercase;
    font-weight:bold;
}
.pdt_details p {
    font-size: 11px;
    margin: 0px;
    color: #333;
}

select:focus-visible {
    outline: none;
}

.mt-10 {
    margin-top: 10px;
}

/*-----------------------------------------pdt page-----------------------------------------------*/
.page-banner h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 2px;
    background-color: #cccccc;
}
.page-banner h2 {
    position: absolute;
    /* content: ''; */
    left: 90px;
    bottom: 142px;
    font-size: 40px;
}
.page-banner img {
    position: relative;
    height: 350px;
    /*padding: 70px 0px 69px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.banner_tilte {
    position: absolute;
}
.page-banner h2:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 3px;
    background-color: #911338;
}
.pdt_detail h6 {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 400;
    letter-spacing: 1px;
}
.pdt_detail h3 {
    color: #333;
    font-size: 23px;
}

.pdt_detail h4 {
    font-size: 11px;
    font-weight: 400;
}

.pdt_detail h2 {
    color: #646464;
    margin-top: 10px;
    font-size: 23px;
}

.pdt_detail li {
    display: inline-block;
}

.pdt_detail .fa {
    color: #fddf55;
}
.pdt_detail .pro-details-cart button .fa,.pdt_detail .pro-details-wishlist button .fa{
    color:#fff;
}
.colr {
    color: #0fb60f;
    font-weight: 600;
}

.pdt_detail ul {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.pdt_detail .fa-angle-right {
    color: #333;
}

.details ul {
    list-style-type: disc;
}
.color_box {
    border: 1px solid #eee;
    width: 26%;
    padding: 9px;
    font-size: 12px;
}
.color_btn {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.detail_tabs a {
    color: #333;
}
.tab-content h4 {
    font-size: 17px;
    margin: 15px 0px;
    font-weight: 600;
    color: #333;
}
.tab-content p {
    font-size: 14px;
    /*margin: 15px 0px;*/
    font-weight: 300;
    color: #333;
    text-align:justify;
}
.tab-pane li {
    font-size: 14px;
    /*margin: 15px 0px;*/
    font-weight: 300;
    color: #333;
}
.popular_pdt h2 {
    font-size: 25px;
    padding-top: 25px;
}
.pdt1 {
    border: 1px solid #e4e4e4;
    padding: 20px;
    /*height: 265px;*/
}
.popular_pdt {
    padding: 30px 0px;
}
.pdt1 {
    text-align: center;
}
.pdt1 h4 {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}
.pdt1 img {
    width: 75%;
}
.accut {
    text-align: center;
}
.accut .fa {
    font-size: 60px;
    padding-bottom: 20px;
    color: #8f1234;
}
.product-name-section p {
    font-size: 12px;
    color: #333;
}
.accut_name {
    font-size: 20px;
    padding-bottom: 20px;
}
.account-addresses .address-table th {
    font-weight: normal;
    text-align: left;
    width: 100px;
    color: #999;
}
.account-addresses h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 20px 0px;
    color: #333;
}
.account-addresses {
    padding: 50px 0px;
}
.ecommerce-address {
    border: 1px solid lightgrey;
    padding: 10px 20px;
}
.dropbtn {
    color: black;
    /* padding: 16px; */
    font-size: 16px;
    font-weight: 500;
}

.dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 12%);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*-----------------------------------------pdt page---------------------------------------------------*/
/*-----------------------------------------cart page---------------------------------------------------*/

.cart_total h4 {
    color: #333;
    font-size: 20px;
    padding-bottom: 15px;
}

.cart_total {
    padding: 30px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    max-width: 400px;
    margin: auto;
}

.cart_total ul li {
    color: #252525;
    position: relative;
    margin-bottom: 15px;
}

.cart_total ul li span {
    float: right;
    color: #252525;
    font-weight: 400;
}

.shop-table td {
    text-align: center;
    padding: 10px 13px 10px 13px;
    border-top: 1px solid #e1e1e1;
    font-size: 1.4rem;
}

.shop-table th {
    text-align: center;
    padding: 0.3rem 0px 0.3rem;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.875;
    width: 300px;
    text-transform: uppercase;
    color: #222;
}

.product-name-section a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.product-price {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.cart-table .input-group input {
    border-color: #eee;
}

.input-group .form-control {
    flex: 1;
    padding: 0;
    height: inherit;
    font-size: 15px;
    border: solid #ccc;
    border-width: 1px;
    color: #242c37;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.85rem 2rem;
    border: 1px solid #c6c4c4;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: none;
    outline: 0;
}

.input-group button {
    padding: 0;
    height: 50px;
    width: 2.5rem;
    border: 1px solid #ccc;
    font-size: 1.2rem;
    color: #242c37;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
}

.amount {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

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


/*-----------------------------------------cart page end---------------------------------------------------*/

/*-----------------------------------------order confirmation---------------------------------------------------*/

.odrer_confirm {
    background-color: #fbfbfb;
    padding: 100px 0px;
    text-align: center;
}
.odrer_confirm h3 {
    font-size: 35px;
    color: #941032;
}
.confrm_details {
    text-align: left;
}
.confrm_details h6 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.confrm_details h4 {
    font-size: 15px;
    color: #333;
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
}
.order_back {
    background-color: #fff;
    box-shadow: 0px 1px 3px #dfdfe0;
    padding: 40px;
}

/*-----------------------------------------order confirmation rnd---------------------------------------------------*/
/*-----------------------------------------billing  ---------------------------------------------------*/

.billing {
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 1px 3px #dfdfe0;
}
.pay {
    background-color: #fff;
    padding: 40px;
    position: sticky;
    top: 100px;
    z-index: 9;
    box-shadow: 0px 1px 3px #dfdfe0;
}
.billing h4 {
    font-size: 20px;
    color: #333;
    padding-bottom: 14px;
    border-bottom: 2px solid #9a103b;
}
.billing_box {
    border: 1px solid #bbb;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.label_name {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.billing_confrm_details h6 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-bottom: 20px;
}
.custome-radio {
    margin-left: 21px;
}
.shop-table {
    width: 100%;
}
.wishlist {
    background-color: #fff;
    padding: 40px 20px;
    box-shadow: 0px 1px 3px #dfdfe0;
}
.wishlist h4 {
    font-size: 20px;
    color: #333;
    padding-bottom: 14px;
    border-bottom: 2px solid #9a103b;
}
/*-----------------------------------------billing  end---------------------------------------------------*/

/*------------------------------------------------------new style----------------------------------------*/

/* Main Title Area css
============================================================================================ */

.main_title {
    text-align: center;
    max-width: 680px;
    margin: 0px auto 75px;
}

.main_title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    color: #020a21;
    margin-bottom: 12px;
}

.main_title p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    line-height: 24px;
    color: #797979;
    margin-bottom: 0px;
}

/*-------------------------menu---------------------------*/

.top-bar-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.top-bar-optional li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.top-bar-optional li:last-child {
    margin-right: 0;
}

.top-bar-optional li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #ffffff !important;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-bar-optional li a i:hover {
    color: #ffffff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.header_area {
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
    background: transparent;
    /*padding: 1px;*/
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .navbar-brand img {
    width: 126px;
    /* background: #2b2724; */
    padding: 8px 5px;
    /* border-bottom-left-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
    margin-top: -3px;
    /*margin-left: -2px;*/
}

.header_area .navbar .logo_h {
    color: #fff;
    height: 76px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_area .navbar .navbar-brand {
    padding-top: 0px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 30px;
}

/* .header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #020a21;
    padding: 0px;
    display: inline-block;
    font-size: 15px;
} */

.header_area .navbar .nav .nav-item .nav-link {
    font-family: "POPPINS";
    text-transform: uppercase;
    color: #3a3939;
    padding-left: 14px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #911338;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #424242;
    padding: 3px 18px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    font-size: 13px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #be9406;
    color: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area + section,
.header_area + row,
.header_area + div {
    /*margin-top: 83px;*/
    margin-top: 10px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -71px;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-active {
    color: #be9406 !important;
}

.header_area .navbar .nav .nav-active {
    color: #be9406 !important;
}

.top_menu .header_social {
    float: right;
}

.top_menu .header_social li {
    display: inline-block;
    margin-right: 15px;
}

.top_menu .header_social li a {
    font-size: 13px;
    color: #797979;
    display: inline-block;
    line-height: 42px;
    transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
    margin-right: 0px;
}

.top_menu .header_social li:hover a {
    color: #00aeef;
}

.alpha-mp {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .top_menu .header_social li {
        margin-right: 7px;
    }
}
/*----------------------------------------login---------------------------------------*/

.login_box {
    width: 100%;
    border: none;
    background-color: #f3f3f3d1;
    padding: 5px;
    margin-top: 10px;
    border-left: 3px solid #94959a;
}
.login_back {
    background-color: #fff;
    box-shadow: 0px 1px 3px #dfdfe0;
    padding: 40px 120px;
}
.log_in {
    padding: 100px 0px;
    text-align: left;
}
.log_btn {
    width: 100%;
    padding: 3px 0px;
    font-size: 13px;
    color: #fff;
    border: 1px solid #94959a;
    background-color: #94959a;
    text-transform:uppercase;
    font-weight: bold;
}
.log_in .fa {
    font-size: 50px;
    color: green;
    border: 3px solid green;
    border-radius: 50%;
    padding: 24px 30px;
}
.forgt_pwrd {
    padding: 10px 0px;
}
.forgt_pwrd a {
    color: #c30808;
}
.sign {
    padding: 10px 0px;
    color: #000;
}
.login_back h3 {
    color: #000;
    font-size: 35px;
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.reg {
    padding: 100px 0px;
    text-align: left;
}
.reg_back {
    background-color: #fff;
    box-shadow: 0px 1px 3px #dfdfe0;
    padding: 40px;
}
.reg_box {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    color: #070707;
    border: none;
    background-color: #f3f3f3d1;
    padding: 5px;
    margin-top: 18px;
    border-left: 3px solid #94959a;
}
.reg h3 {
    color: #000;
    font-size: 28px;
    margin-top: 20px;
}
/*----------------------------------------login---------------------------------------*/
/* --------------------------slider --------------------------------------------------*/

.home-banner {
    clip-path: polygon(100% 0, 100% 90%, 71% 100%, 0 100%, 0 0);
}

.home-banner #carousel .carousel-item.boat {
    background-image: url("../img/b6.jpg");
}

.home-banner #carousel .carousel-item.sea {
    background-image: url("../img/b7.jpg");
}

 .home-banner #carousel .carousel-item.river {
    background-image: url("https://picsum.photos/1200/600/?image=1015");
} 

.home-banner #carousel .carousel-item {
    height: 91vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.home-banner #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

.home-banner #carousel .carousel-item .caption {
    background-color: rgb(237 237 237);
    padding: 45px;
    color: white;
    animation-duration: 1s;
    animation-delay: 1s;
}

.home-banner #carousel .caption h2 {
    animation-duration: 1s;
    color: rgb(39, 39, 39);
    animation-delay: 1s;
    font-size: 51px;
    line-height: 68px;
}

.home-banner #carousel .caption p {
    animation-duration: 1s;
    animation-delay: 1.2s;
    color: rgb(39, 39, 39);
}

.home-banner #carousel .caption a {
    animation-duration: 1s;
    animation-delay: 1.4s;
}

/* Button */

.home-banner .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 48px;
    color: #ffffff;
    border: none;
    /* border-left: 3px solid #7d121f; */
    border-radius: 4px;
    padding: 0 28px;
    font-size: 16px;
    line-height: 51px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    /*background-color: #be9406;*/
    background-color: #94959a;
}

.home-banner .delicious-btn.active,
.home-banner .delicious-btn:hover,
.home-banner .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #272626;
    background-color: #be9406;
    background-color: #be9406;
}

.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.home-banner .carousel-indicators .active {
    background-color: #911338 !important;
}

.home-banner .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}

/* ---------------products------------------ */

.city-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 13px 25px -7px #e1e0e0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    min-height: 410px;
}

/* .city-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    background-color: #be9406;
} */

.city-item:hover .bottom h3 {
    /*color: #fff;*/
    color: #343434;
}

.city-item:hover .bottom p {
    /*color: #fff;*/
    color: #797979;
}

.city-item:hover .bottom span {
    color: #797979;
}

.city-item .top {
    position: relative;
}

.city-item .top img {
    width: 100%;
    border-radius: 0px;
}

.city-item .top .common-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.city-item .bottom {
    padding: 20px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.city-item .bottom h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    color: #343434;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.city-item .bottom p {
    text-align: center;
}

.city-item .bottom p:hover {
    /*text-align: center;*/
    color: #797979;
}

.city-item .bottom span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.section-area {
    padding-top: 70px;
    padding-bottom: 100px;
}

/* .inner-area {
    background-color: #f7f7f7;
} */

.product-section-info {
    margin-bottom: 30px;
}

.product-section-info h6 {
    color: #911338;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.product-section-info h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.dot {
    font-size: 21px;
    height: 40px;
    font-weight: 600;
    width: 40px;
    color: #be9406;
    background-color: #bbb;
    border-radius: 50%;
    padding-top: 7px;
    float: left;
    margin-top: -7px;
}

.owl-carousel.owl-drag .owl-item {
    background: white !important;
    margin-top: 10px !important;
}

/* ---------------mobilefooter----------- */

.mobile-footer {
    display: none;
    background: #18365a;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 10px;
    box-shadow: 3px 5px 25px rgb(0 0 0 / 8%);
    z-index: 5;
}

/* line 1476, ../SCSS/_custom.scss */

.mobile-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* line 1484, ../SCSS/_custom.scss */

.mobile-footer li {
    display: inline-block;
    font-size: 27px;
    width: 25%;
    padding: 0 20px;
    text-align: center;
    margin: 0 10px;
}

/* line 1491, ../SCSS/_custom.scss */

.mobile-footer li a {
    display: inline-block;
    color: #ffffff;
}

/* line 1494, ../SCSS/_custom.scss */

.mobile-footer li a img {
    width: 30px !important;
}

.bg-dark-three {
    background-color: #efefef !important;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.clasic-service-image img {
    width: 100%;
}

.clasic-service-content {
    padding-left: 53px;
}

.clasic-service-content p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: justify;
}

.clasic-service-content .btn {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content .btn:hover {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content h6,
h2 {
    color: #303030;
    font-weight: 600;
}

/* Slick Slider */

.slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.our-parterns .slide {
    transition: filter 0.4s;
    margin: 0px 40px;
}

.our-partern .fas {
    color: #be9406;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.our-parterns {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}

/* ------------------footer------------------*/

.footer-top-area {
    background-color: #2c2724;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-section {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-top .footer-section {
    color: #ffffff;
}

.footer-text {
    margin-bottom: 20px;
}

.footer-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
    padding-right: 10px !important;
}

.footer-top .footer-text p {
    color: #ffffff;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer-top .footer-menu li a {
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #911338;
}

.footer-link li {
    color: #5b5b5b;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
    align-items: center;
}

.footer-link li:last-child {
    margin-bottom: 0;
}

.footer-link li i {
    color: #be9406;
    width: 15px;
}

.footer-link span {
    margin-left: 16px;
}

.footer-top .footer-link li i {
    color: #d4d4d4;
}

/* footer-bottom-area */

.copyright p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .copyright p {
    color: #ffffff;
    line-height: 25px;
}

.copyright a {
    color: #ffffff;
}

.footer-bottom-1 .copyright a {
    color: rgb(255, 255, 255);
}

.footer-top-area .top-bar-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    margin-left: -9px;
    margin-top: 8px;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}

/*================================================
About Area CSS
=================================================*/

.about-image .row .col-lg-6:nth-child(2) .image {
    margin-bottom: 25px;
}

.about-image .image img {
    border-radius: 10px;
}

.about-content {
    padding-left: 30px;
}

.about-content h3 {
    font-size: 31px;
    color: #3c3c3c;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.about-content h6 {
    font-size: 16px;
    color: #911338;
    line-height: 1.5;
    font-weight: 600;
}

.about-content p {
    margin-bottom: 0;
    text-align: justify;
}

.about-content .about-quote {
    padding: 34px;
    border-left: 2px solid #911338;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-top: 30px;
}

.about-content .about-quote p {
    margin-bottom: 25px;
}

.about-content .about-quote span {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 16px;
}

.about-content .about-quote span b {
    font-weight: 500;
    color: #fe5631;
}

.why-choose {
    /* padding-top: 30px; */
}

.why-choose ul li {
    color: #2a2a2a;
    text-align: justify;
    font-size: 14px;
}

.section-title h5 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #be9406;
    position: relative;
}

.section-title h2.title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
    color: #212f58;
}

/* .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
} */

.project-area {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 6px;
}

.project img {
    margin-bottom: 11px;
}

.project-name h6 {
    text-align: center;
    margin-bottom: 32px;
    color: rgb(27, 27, 27);
    font-weight: 500;
    text-transform: capitalize;
}

.lb-close {
    display: block;
    float: right;
    position: absolute !important;
    top: -43px !important;
    width: 30px;
    right: 33% !important;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.clasic-service-content {
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 4px;
}

/*  */

.page-title {
    position: relative;
    padding: 70px 0px 69px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-title:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.page-title .auto-container {
    position: relative;
}

.page-title .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 40px;
    padding-bottom: 18px;
    text-transform: uppercase;
}

.page-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 2px;
    background-color: #cccccc;
}

.page-title h2:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 3px;
    background-color: #911338;
}

.page-breadcrumb {
    position: relative;
    padding: 18px 30px;
    margin-top: 10px;
    display: inline-block;
    background-color: #c89307;
    border-radius: 0px 0px 10px 0px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-family: "FontAwesome";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-panel {
    box-shadow: 0 0px 32px 0 rgb(35 34 35 / 6%);
    background-color: #fff;
    padding: 80px 80px 40px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.contact-panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: calc(100% - 160px);
    height: 3px;
    background-color: #c29701;
}

.contact-panel .contact__panel-info {
    flex: 0 0 34%;
    max-width: 34%;
    padding-bottom: 40px;
}

.contact-panel .contact__panel-info-top {
    background-color: #36322f;
    border-radius: 4px 4px 0 0;
    padding: 42px 35px 13px;
}

.contact-panel .contact__panel-info-top .contact-info-box:last-of-type {
    margin-bottom: 0;
}

.contact-panel .contact__panel-info-bottom {
    background-color: #2c2724;
    border-radius: 0 0 4px 4px;
    padding: 42px 35px 38px;
}

.contact-panel .contact__panel-info-bottom .contact__panel-info-title {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.contact-panel .contact-info-box .contact__info-list li {
    color: #fff;
    margin-bottom: 6px;
}

.contact-panel .contact-info-box .contact__info-list li a {
    color: #fff;
}

.contact-panel .contact-info-box .contact__info-box-title {
    color: #c42d56;
    font-size: 19px;
    margin-bottom: 11px;
}

.contact-panel .contact__number i {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.contact-panel .contact__number a {
    color: #c42d56;
    font-size: 18px;
    font-weight: 600;
}

.contact-panel .contact__panel-form {
    flex: 0 0 66%;
    max-width: 66%;
    padding-left: 50px;
    padding-bottom: 40px;
}

.contact-panel .contact__panel-title {
    font-size: 24px;
    color: #111;
}

.contact-panel .contact__panel-desc {
    font-size: 15px;
    line-height: 25px;
}

.contact-panel .nice-select .list {
    width: 100%;
}

.google-map + .contact-layout1 {
    position: relative;
    z-index: 3;
    margin-top: -120px;
}

.contact-layout2 .contact-panel .contact__panel-info-bottom,
.contact-layout2 .contact-panel .contact__panel-info-top {
    background-color: #c29701;
}

.contact-layout2 .contact__number i {
    border-color: rgba(255, 255, 255, 0.25);
}

.contact-layout3 .contact-panel .contact__panel-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
}

.contact-layout3 .contact-panel .contact__panel-info {
    background-color: #c29701;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
    border-radius: 3px;
}

.contact-layout3
    .contact-panel
    .contact__panel-info
    .contact__panel-info-title {
    display: block;
    color: #fff;
    margin-bottom: 23px;
}

.contact-layout3 .contact__number i {
    border-color: rgba(255, 255, 255, 0.25);
}

.contact-layout3 textarea.form-control {
    min-height: 140px;
}

.contact-layout1 {
    position: relative;
    z-index: 3;
    margin-top: -120px;
}

.contact-btn {
    background-color: #94959a;
    padding: 9px 35px;
    border-radius: 6px;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .contact-panel {
        padding: 40px 20px 0;
    }
    .contact-panel:after {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

@media (min-width: 992px) {
    .contact-layout3 .contact-panel .contact__panel-info {
        padding: 50px;
        position: absolute;
        top: -110px;
    }
}

@media (max-width: 992px) {
    .project-name h6 {
        text-align: center;
        margin-bottom: 32px;
        color: rgb(27, 27, 27);
        font-weight: 500;
        font-size: 13px;
        line-height: 23px;
    }
    .map-container {
        overflow: hidden;
        padding-bottom: 46%;
        position: relative;
        height: 0;
    }
    .contact-panel {
        background-color: #fff;
        padding: 20px;
        flex-direction: column;
    }
    .contact-panel:after {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .contact-panel .contact__panel-form,
    .contact-panel .contact__panel-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .contact-info-layout2 .cta__banner {
        margin: 0;
    }
    .google-map-layout2 .contact-info-carousel {
        position: static;
        margin: 0 auto 30px;
        box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    }
    .contact-layout1 {
        position: relative;
        z-index: 3;
        margin-top: 19px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact-info-layout2 .cta__banner {
        padding: 20px;
    }
    .contact-panel .contact__panel-info-bottom,
    .contact-panel .contact__panel-info-top {
        padding: 20px;
    }
}

/*  */

.bottom-distribution ul li:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f101";
    left: 3px;
    top: 4px;
    padding-left: 4px;
    padding-top: 2px;
    color: #cb910a;
    line-height: 12px;
    font-size: 16px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bottom-distribution ul li {
    position: relative;
    margin-bottom: 12px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    line-height: 1.7em;
}

.distribution-item .bottom-distribution {
    padding: 20px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 271px;
}

.distribution-item .bottom-distribution h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #343434;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.distribution-item .bottom-distribution p {
    text-align: center;
}

.distribution-item .bottom-distribution p:hover {
    text-align: center;
    color: #fff;
}

.distribution-item .bottom-distribution span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.distribution-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 13px 25px -7px #e1e0e0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    max-height: 419px;
}

.distribution-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.distribution-item:hover .bottom h3 {
    color: #fff;
}

.distribution-item:hover .bottom p {
    color: #fff;
}

.distribution-item:hover .bottom span {
    color: #fff;
}

.distribution-item .top {
    position: relative;
}

.distribution-item .top img {
    width: 100%;
    border-radius: 0px;
}

.distribution-item .top .common-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.footer-link span a {
    color: white !important;
}

.clasic-service-image {
    margin-top: -51px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/

.services-details {
    position: relative;
    display: block;
    padding: 70px 0 40px;
}

.services-details__sidebar {
    position: relative;
    display: block;
}

.services-details__services-list-box {
    position: relative;
    display: block;
}

.services-details__services-list {
    position: relative;
    display: block;
}

.services-details__services-list li {
    position: relative;
    display: block;
}

.services-details__services-list li + li {
    margin-top: 10px;
}

.services-details__services-list li a {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: block;
    background-color: #94959a;
    text-transform: uppercase;
    padding: 16.5px 41px;
    /* transition: all 500ms ease; */
}

.services-details__services-list li:hover a {
    background-color: #93153a;
    color: #ffffff;
}

.services-details__services-list li span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-size: 20px;
}

.services-details__services-list li:hover span {
    color: var(--thm-primary);
}

.services-details__help-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 53px 60px 65px;
    margin-top: 30px;
}

.services-details__help-box:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: var(--thm-black);
}

.services-details__help-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.services-details__help-box-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-black-rgb), 0.85);
    z-index: -1;
}

.services-details__help-box-title {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 33px;
}

.services-details__help-box-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #9d9d9d;
    line-height: 30px;
    margin-bottom: 22px;
}

.services-details__phone {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: block;
    transition: all 500ms ease;
}

.services-details__phone:hover {
    color: var(--thm-primary);
}

.services-details__help-box-btn {
    background-color: #ffffff;
    color: var(--thm-black);
    padding: 5px 30px;
    font-size: 12px;
    margin-top: 21px;
}

.services-details__right {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
}

.services-details__img > img {
    width: 100%;
}

.services-details__content {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-bottom: 49px;
}

.services-details__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.services-details__text-1 {
    margin: 0;
    padding-bottom: 36px;
}

.services-details__text-2 {
    margin: 0;
}

.services-details__designing-box {
    display: flex;
}

.services-details__designing-list-box {
    position: relative;
    margin-top: -8px;
}

.services-details__designing-list-box-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-details__designing-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__designing-list li + li {
    margin-top: 3px;
}

.services-details__designing-list li .icon {
    position: relative;
    transform: rotate(70deg);
    font-size: 10px;
    color: var(--thm-primary);
}

.services-details__designing-list li .icon i {
    color: var(--thm-primary);
}

.services-details__designing-list li .text {
    margin-left: 20px;
}

.services-details__designing-list li .text p {
    margin: 0;
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 500;
}

.services-details__designing-img {
    margin-left: 60px;
}

.services-details__designing-img > img {
    width: 100%;
}

.services-details__faq {
    position: relative;
    display: block;
    padding: 0 30px;
    margin-top: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.07);
}

.service-brochure-box {
    background-color: #d7d7d7;
    padding: 30px;
    margin-top: 53px;
}

.service-brochure-box .h3-title {
    color: #2c2724;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* .service-brochure-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #051136;
    bottom: 0;
    left: 0;
} */

.service-brochure-box p {
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 20px;
}

.service-brochure-box .sec-btn {
    width: 100%;
    background-color: #2c2724;
    color: white !important;
    border-radius: 5px;
    padding: 18px;
    text-align: center;
    margin-top: 251px;
}

.service-brochure-box .sec-btn:hover {
    color: #ffffff !important;
}

.service-brochure-box .sec-btn::before {
    background-color: #ffffff;
}

.service-brochure-box .sec-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.services-details__content p {
    text-align: justify;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    margin-top: 30px;
    width: 15rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

@media (min-width: 992px) {
    .main_menu .navbar-expand-lg > .container {
        /* padding-right: 104px !important; */
        /* padding-left: 0px !important; */
        /* margin-right: auto !important; */
        /* margin-left: 0PX !important; */
        /* max-width: 1920px !important; */
    }
}

/* product  */

.product-head h2 {
    font-size: 23px;
    padding: 20px 0px;
    color: #f5b325;
}

.product-name h3 {
    color: #1e1b19;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
}

.city-item-product {
    text-align: center;
    background: white;
    padding: 35px 10px 10px;
    margin-bottom: 10px;
}

.city-item-product span {
    background: #f5b325;
    padding: 2px 13px;
    /* border-radius: 30px; */
    position: absolute;
    top: 0px;
    font-weight: 500;
    left: 15px;
    color: #2c2724;
    border-bottom-right-radius: 20px;
}

.download-brochure {
    text-align: center;
    padding: 20px 1px;
}

.download-brochure a {
    color: #2c2724;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
}

.product-area {
    background-color: #f9f8f8;
    padding: 70px 0px 30px;
    border-bottom: 1px solid #c0bfbf;
}

.pt-20 {
    padding-top: 20px !important;
}

.product-inner {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}

.product-package {
    background: #e6e7e8;
    padding: 11px 14px 12px;
    border-radius: 5px;
    /* margin: 0px auto; */
    /* max-width: 328px; */
}

.product-package h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
}

.product-package p {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-details h6 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
}

.product-details ul {
    list-style: none;
}

.product-details li {
    position: relative;
    font-size: 14px;
    margin: 10px;
    color: #343434;
}

.product-details ul li::before {
    content: "\2022";
    color: #f5b325;
    position: absolute;
    font-size: 25px;
    left: -19px;
    top: -3px;
}

.product-contact {
    padding-top: 60px;
    padding-bottom: 60px;
}

.stock {
    position: absolute;
    top: 1px;
    right: 30px;
    font-weight: 500;
    color: #ec2620;
}

.price {
    position: absolute;
    bottom: 10px;
    right: 38%;
    line-height: 3.6;
}

.price h6 {
    font-size: 11px;
    color: #3c3c3c;
    text-align: center;
}

@media (max-width: 991px) {
    .stock {
        position: absolute;
        top: 1px;
        right: 30px;
        font-size: 10px;
        font-weight: 500;
        color: #ec2620;
    }
    .price {
        position: absolute;
        bottom: 14px;
        right: 23%;
    }
}

.rate h6 {
    margin-top: 12px;
    text-align: center;
    font-size: 15px;
    color: #444242;
}

.availablity p {
    text-align: center;
    font-size: 13px;
    color: #ef392f;
    font-weight: 500;
}


.product-widget {
    display: flex;
    justify-content: space-around;
}
.product-widget h6 {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}



ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #007bff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #0056b3;
  text-decoration:none;
}


.sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 16%;
    margin-top: 50px;
}



@media only screen and (max-device-width: 991px) {
    .cart_total{
        margin-top: 30px;
    }
    .tytuuy{
        text-align: center;
    }
    .tytuuy .buy_now{
        width: 50%;
        display: inline-block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
      .footer-top .footer-section{
        margin-top: 185px;
    }
    .ftmgtp{
        margin-top: -10%;
    }
    .mgtop-rmv{
        margin-top: 0px!important;
    }
    }
.btn-stylcust{
    padding: 8px;position: absolute;right: 20px;top: 15px;width: 45px;background-color: rgb(211 211 211 / 50%);border-color: #f7f7f7;color: #981036;
}

.stickybread{
    position: sticky;
    overflow: auto;
    top: 20%;z-index: 9999;
}
.stickyfilters{
    position: sticky;
    overflow: hidden;
    top: 90px;
    z-index: 9;
}
.stickycat{
    position: sticky;
    overflow: auto;
    top: 25%;
    z-index: 10;
}

@media only screen and (max-device-width: 768px){
      .stickybread{
    position: relative;
    overflow: auto;
    top: 0%;
    z-index: 0;
}
.stickyfilters{
    position: relative;
    overflow: hidden;
    top: 0%;
    z-index: 0;
}
.stickycat{
    position: relative;
    overflow: auto;
    top: 0%;
    z-index: 0;
}
.thead-dark{
    display: none!important;
}
    }
    @media only screen and (max-device-width: 531px){
        #cookieNotice{
            width: 100%!important;
            left: 0!important;
            bottom: 0!important;
        }
    }
    @media only screen and (max-device-width: 1199px){
    .clasic-service-content ul{
        padding:0 20px;
    }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        ul.breadcrumb li{
            font-size: 12px;
        }
    }
    
.pdt_details img{
    max-width: 90%;
}

.smallmob{
    display: none;
}

@media only screen and (max-width: 337px) {
    .smallmob{
        display: block;
    }
    .largmob{
        display: none;
    }
}

.services-details__content h5{
    text-transform: uppercase;
}


/*#################################Project Slideer ######################*/

/* --------------------------slider --------------------------------------------------*/

/*.project-banner {*/
/*    clip-path: polygon(100% 0, 100% 90%, 71% 100%, 0 100%, 0 0);*/
/*}*/

.project-banner #carousel .carousel-item.boat {
    background-image: url("../img/MCT-Banner-1.png");
}

.project-banner #carousel .carousel-item.sea {
        background-image: url("../img/MCT-Banner-2.png");
}

 .project-banner #carousel .carousel-item.river {
        background-image: url("../img/MCT-Banner-3.png");

} 

 .project-banner #carousel .carousel-item.ship {
        background-image: url("../img/MCT-Banner-4.png");

} 

/*.project-banner #carousel .carousel-item {*/
    /*height: 91vh;*/
/*     height: 450px;*/
/*    width: 100%;*/
/*    min-height: 350px;*/
/*    background: no-repeat center center scroll;*/
/*    background-size: cover;*/
/*}*/

.project-banner #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

.project-banner #carousel .carousel-item .caption {
    /*background-color: rgb(237 237 237);*/
    padding: 45px;
    color: white;
    animation-duration: 1s;
    animation-delay: 1s;
}



.project-banner #carousel .caption p {
    animation-duration: 1s;
    animation-delay: 1.2s;
    color: rgb(39, 39, 39);
}

.project-banner #carousel .caption a {
    animation-duration: 1s;
    animation-delay: 1.4s;
}

/* Button */

.project-banner .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 48px;
    color: #ffffff;
    border: none;
    /* border-left: 3px solid #7d121f; */
    border-radius: 4px;
    padding: 0 28px;
    font-size: 16px;
    line-height: 51px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    /*background-color: #be9406;*/
    background-color: #94959a;
}

.project-banner .delicious-btn.active,
.project-banner .delicious-btn:hover,
.project-banner .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #272626;
    background-color: #be9406;
    background-color: #be9406;
}

.project-banner .carousel-control-next,
.project-banner .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.project-banner .carousel-indicators .active {
    background-color: #911338 !important;
}

.project-banner .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
 @media only screen and (max-device-width: 531px){
     .project-banner #carousel .caption h2 {
    animation-duration: 1s;
    color:white;
    animation-delay: 1s;
    font-size: 10px;
        margin-left: -50px;
    /*line-height: 10px;*/
}
.project-banner #carousel .carousel-item {
    /*height: 91vh;*/
    /* height: 450px;*/
    /*width: 100%;*/
       min-height: 118px;
    background: no-repeat center center scroll;
    background-size: cover;
}

 }
 
  @media only screen and (min-device-width: 531px){
 .project-banner #carousel .carousel-item {
    /*height: 91vh;*/
     height: 450px;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}
.project-banner #carousel .caption h2 {
    animation-duration: 1s;
    color:white;
    animation-delay: 1s;
    font-size: 51px;
    line-height: 68px;
}


}
/*############################End Of Project Slider##################*/

@media (min-width: 768px) and (max-width: 991px) {
.pdt_details{
    min-height: 415px;
}
}

@media only screen and (max-device-width: 768px) {
    .pdt_details{
        min-height: 315px;
    }
}

@media only screen and (max-device-width: 767px) {
    .pdt_details{
        min-height: 305px;
    }
}

@media only screen and (max-device-width: 576px) {
    .pdt_details{
        min-height: 265px;
    }
}

.project-banner #carousel .caption .project-ttl{
    font-size: 35px;
    line-height: 45px;
}

.project-banner #carousel .caption .project-desc{
    margin-top: 20px;
    margin-bottom: 40px;
}
.billing h4 a button{
    width: 175px;
    height: 35px;
}
.billing h4 a{
    position:absolute;
    right: 35px;
    top: 35px;
}

@media (min-device-width: 576px) and (max-device-width: 991px){
    .billing h4 a{
        margin-left:0px!important;
        position: relative;
        right: 0;
        top: 0;
    }
    .billing h4 a button{
        margin-top: 15px!important;
        width: 100%!important;
    }
}
@media (max-device-width: 505px){
    .billing h4 a{
        margin-left:0px!important;
        position: relative;
        right: 0;
        top: 0;
    }
    .billing h4 a button{
        margin-top: 15px!important;
        width: 200px!important;
    }
}