@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #2e1f1c;
    --secondary: #e1c683;
}
*:focus {
    outline: none !important;
}
input:focus {
    background: transparent;
}

.bg-primary{
    background-color: var(--primary) !important;
}
strong {
    font-weight: bold !important;
}
.ltr{
    display: inline-block;
    direction: ltr;
}
/***
====================================================================
  Loading Transition
====================================================================
 ***/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--primary);
    overflow: hidden;
}
#preloader_1{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 6px;
    height: 5px;
    background:var(--secondary);
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:var(--secondary);}
    25% {height:30px;transform:translateY(15px);background:var(--secondary);}
    50% {height:5px;transform:translateY(0px);background: #fff;}
    100% {height:5px;transform:translateY(0px);background:#fff;}
}

.gap-15{gap: 15px}
.gap-10{gap: 10px}
.gap-5{gap: 5px}
.ltr{direction: ltr}
span.ltr{display: inline-block}
.more_btn{background-color: var(--primary);color: #fff;padding: 15px 60px}
.more_btn:hover{background-color: #fff;color: var(--primary);}
.img-hover {
    overflow: hidden;
}
.img-hover img{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.img-hover:hover img {
    -webkit-transform: scale(1.2) rotate(2.5deg);
    transform: scale(1.2) rotate(2.5deg);
}
/* :: 4.0 Search Wrapper */
.search-wrapper {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 200;
    top: -90px;
    left: 0;
    background-color: var(--primary);
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;

}
.search-wrapper form {
    position: relative;
    z-index: 1; }
.search-wrapper form input {
    width: 90%;
    height: 40px;
    border: 2px solid #ffffff;
    font-size: 12px;
    padding: 0 20px;
    margin: 25px 0;
    outline: none;
}
@media only screen and (max-width: 767px) {
    .search-wrapper form input {
        width: 100%;
    }
}
.search-wrapper form button {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 1;
    top: 25px;
    border: none;
    cursor: pointer;
    outline: none; }
html[dir="ltr"] .search-wrapper form button {
    right: 10%;
}
html[dir="rtl"] .search-wrapper form button {
    left: 10%;
}
@media only screen and (max-width: 767px) {
    html[dir="ltr"]  .search-wrapper form button {
        right: 15%;
    }
    html[dir="rtl"] .search-wrapper form button {
        left: 0%;
    }
    html[dir="rtl"] .search-wrapper form input {
        padding-right: 70px;
    }
}
.search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100; }
.search-wrapper.on {
    top: 0; }
.header-area{position: relative}
.header-area .main-header-area .main-menu {
    text-align: start;
    padding: 33px 0;
}

.header_bottom_border {
    border-bottom: none;
}
.header-area .header-top_area{
    background-color: var(--secondary);
    padding: 5px 0;
}
.header-area .header-top_area .short_contact_list ul li a i{
    color: var(--primary);
}
.header-area .header-top_area .short_contact_list ul li a{
    color: var(--primary);
}


.header-area .main-header-area.sticky {
    background: rgba(46, 31, 28, 0.92);
}

.header-area .main-header-area .main-menu ul li a {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    transition: .3s all ease;
    font-size: 18px;
    color: var(--secondary);
}

.header-area .main-header-area .main-menu ul li a:hover {
    border-bottom: 2px solid var(--secondary);
    text-shadow: 0 0 2px var(--secondary);
    color: var(--secondary);
}

.logo{
    padding: 10px 0;
}
.logo img {
    width:150px
}
.header-area .main-header-area {
    padding: 0 !important;
    background-color: var(--primary);
}
.social_media_links {
    padding: 6px 10px;
    display: flex;
    gap: 10px;
}
.social_media_links a{
    font-size: 16px;
    color: var(--primary) !important;
}
.social_media_links a:hover{color: #ccc}

.lang_link{color: var(--secondary);}
.lang_link:hover{color: var(--secondary);}
.cart_link{
    color: var(--secondary);
    position: relative;
}
.cart_link .cart-count{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--primary);
    display: inline-flex;
    position: absolute;
    top: -8px;
    left: -12px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.cart_link:hover{color: var(--secondary);}

.header-area .header-top_area .social_media_links a:hover {
    color: var(--primary);
}

.header-area .header-top_area .lang_link,.header-area .header-top_area .cart_link{
    color: var(--primary) !important;
}
.search_btn{
    background-color: var(--primary);
    padding: 10px 23px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.search_btn i{
    color: #585F62;
    font-weight: bold;
}
.main-menu{ margin-top: 5px;text-align: center;}
.single_slider .title{
    font-size: 105px;
    color: #fff;
    font-weight: bold;
}

html[dir="rtl"] .single_slider .title{
    margin-bottom: 20px ;
}

.single_slider .sub_title{
    font-size: 80px;
    color: #fff;
 }
.single_slider .more{
    color: #fff;
    text-decoration: underline;
    margin-inline-start: 30px;
    font-size: 18px;
}
.single_slider .more:hover{color: var(--primary);}
.slide_desc{z-index: 2}
.slider-overlay{
    position: relative;
    z-index: 0;
}
.slider-overlay:before{
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}
.slider_text {
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    text-align: justify;
}
.bradcam_text h4{
    margin-top: 10px; color: #fff;
}
section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-head {
    padding: 30px 0;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 30px;
}

.section-head h3 {
    margin-bottom: 0;
    font-weight: 500
}

.more-link {
    display: inline-block;
    text-decoration: underline;
    color: #5C5C5C;
    font-size: 20px;
}

.more-link:hover {
    color: #000
}


.clamp-11 {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery_area .single-gallery .gallery_hover {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
}

.gallery_area .single-gallery .gallery_hover .hover_inner {
    color: #000
}
.footer .footer_top {
    background: var(--primary);
    padding-top: 45px;
    padding-bottom: 15px;
}
.footer .copy-right_text .footer_border {
    padding-bottom: 10px;
}
.footer .copy-right_text {
    background: var(--primary);
    padding-bottom: 10px;
    text-align: center;
    margin-top: 15px;
}

.footer .footer_logo {
    width: 230px
}

.copy_right {
    color: #7E7E7E
}

.footer_border {
    border-top: 1px solid #2e2e2e;
}

.footer-menu {
    width: 100%;
}


.footer-menu  a{
    transition: .3s all ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    color: var(--secondary);
}
.footer-menu a:hover{
    border-bottom: 2px solid #000;
    text-decoration: underline;
}
.footer .copy-right_text .copy_right a {
    color: #7E7E7E
}

.footer .copy-right_text .copy_right a:hover {
    text-decoration: underline;
}

.footer .social_media_links a{color: var(--secondary) !important;}
.footer .social_media_links a:hover{color: #fff}
.subscribe_btn{
    background: none;
    border: 0;
}

.bradcam_area {
    padding: 165px 0 100px 0 !important;
}

.page-details .img-box {
    width: 400px;
    margin-bottom: 30px;
    overflow: hidden
}

html[dir="rtl"] .img-box {
    margin-left: 30px;
}


html[dir="ltr"] .img-box {
    margin-right: 30px;
}
.banner_bg{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:  center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;

}
.banner_bg:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(46, 31, 28, 0.52);
    z-index: 2;

}
.banner_area .title{
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    z-index: 3;
    position: relative;
}
.banner_area .desc{
    font-size: 20px;
    color: #fff;
    z-index: 3;
    position: relative;
}
.boxed-btn {
    border: 1px solid #000;
    color: #000 !important;
    padding: 12px 40px;
}
.boxed-btn:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.contact-info {
    margin-bottom: 15px;
}
.contact-page .contact-info .media-body h3{
    font-size: 22px;
    font-weight: bold;color: var(--primary);
}
footer .contact-info .media-body h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
}
.contact-info .media-body p, .contact-info .media-body p a{
    color: #8a8a8a !important;
    font-size: 14px !important;
}
.contact-info__icon i, .contact-info__icon span{color: var(--primary);}

.counter_area {
    background-color: var(--primary);

    padding: 10px 0;
}
.counter_area .single_counter {
    margin-bottom: 0;
    color: #fff !important;
    position: relative;
}
.counter_area .single_counter h3{margin-bottom: 0;font-weight: bold;line-height: 60px;}
.counter_area .single_counter h3 span{
    color: #fff !important;
    font-weight:bold;

}
.counter_area .single_counter.border-end:after {
    content: "";
    position: absolute;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #fff;
}
[dir="ltr"] .counter_area .single_counter.border-end:after{  right: 0;}
[dir="rtl"] .counter_area .single_counter.border-end:after{  left: 0;}

.about_wrap_area {
    padding: 45px 0 ;
}

.about_wrap_area .title,
.about_wrap_area .short_desc
{color: #fff;}
.about_wrap_area .title{
    font-size: 70px;
}
.about_wrap_area .short_desc{}
.about_wrap_area a{color: var(--primary);text-decoration: underline;margin-top: 15px}
.about_wrap_area a:hover{color: #fff;}

.clients_area .title {font-weight: bold}
.clients_area .title span{font-weight: normal}

.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    position: absolute;
    text-align: center;
    bottom: -18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #787878;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 50px;

}

html[dir="rtl"] .owl-carousel .owl-nav div.owl-prev {
    right: -50px;
}

html[dir="rtl"] .owl-carousel .owl-nav div.owl-next {
    right: -90px;
}


html[dir="ltr"] .owl-carousel .owl-nav div.owl-prev {
    left: -90px;
}

html[dir="ltr"] .owl-carousel .owl-nav div.owl-next {
    left: -50px;
}
html[dir="rtl"] .owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0;
}


.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
    color: var(--primary);
}
.products_area{
    padding: 50px 0;

}
.products_area .blog_item{

    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
.products_area .blog_item .blog_details{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.products_area .blog_item:hover .blog_details{
    background-color:var(--secondary);
}
.products_area .blog_item .blog_details{box-shadow:none !important;padding: 15px;}
.products_area .blog_details h2{color: var(--primary);font-weight: normal;}

.products_area .blog_details .short_description{
    color: var(--primary);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products_area .blog_details .read_more{
    color: var(--primary);
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid var(--primary);
    border-radius: 25px;
    padding: 8px 30px;
}
.products_area .blog_details .read_more:hover{
    color: var(--secondary);
    background-color: var(--primary);
}


.products_area .title {font-weight: bold;color: var(--primary);}

.product-details{}
.product-details .price-box{
    font-size: 22px;
}
.old-price{
    color: #ccc;
}
.price{
    font-weight: bold;
}
.product-details .pro-details-quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 34px;
}
.pro-details-quality .cart-plus-minus {
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
.product-details .pro-details-quality .cart-plus-minus .dec.qtybutton {
    height: 50px;
    left: 0;
    padding-top: 12px;
    top: 0;
}
.product-details .pro-details-quality .cart-plus-minus .qtybutton {
    color: #8f8f8f;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}
.product-details .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px;
}
.product-details .pro-details-quality .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 12px;
    right: 0;
    top: 0;
}
.product-details .pro-details-quality .cart-plus-minus .qtybutton {
    color: #8f8f8f;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}
.product-details .pro-details-quality .pro-details-cart {
    margin: 0 25px 0 10px;
}
.add-to-cart {
    color: var(--secondary);
    background-color: var(--primary);
    display: inline-block;
    line-height: 1;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}
.add-to-cart:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    margin: 15px;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    list-style: none;
}
.carousel-indicators li {
    padding: 5px;
    width: 30%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #bdbdbd;
}


.contact_area h2{
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
.contact_area .title{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.contact_area .sub_title{color: var(--primary)}
.contact_area i{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.contact_area .form-control{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px;
    outline: none;
}
.contact_area .form-control::placeholder{color: rgba(255, 255, 255, 0.8);}

.about-story{
    background-color: #E5E5E5;
}
.about-story .brief-title{
    font-size: 65px;
}
.about-story .title{
    color: var(--primary);
    font-weight: bold;
    font-size: 30px;
}
.about-missions .title {font-size: 90px;margin-bottom: 30px}

.about-missions .mission-item{
    margin-bottom: 30px;
}
.about-missions .mission-img{
    background-color: var(--primary);
    text-align: end;
    padding: 0 30px;
}
.about-missions .mission-title{ color: var(--primary);font-weight: bold }

.about-values{background-color: #000}
.about-values .title{color: var(--primary);font-size: 60px;margin-bottom: 30px}

.about-values .value-title{color: var(--primary);}
.about-values .value-desc,.about-values .value-desc p{color: #c3c3c3}
.about-values .col-middle .value-img{margin-bottom: 15px;}
.about-values .col-middle .value-img img{width: 50px;}
.about-values .col-middle .value-title{margin-bottom: 15px}

.about-values .col-first  img,.about-values .col-end img{
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #4e4e4e;
}
.about-values .col-first  .value-item,.about-values .col-end .value-item{
    margin-bottom: 60px;
}
.a2a_kit{display: flex;justify-content: start;margin-top: 10px}
#scrollUp {
    background-color: var(--secondary);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: var(--primary);
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: none;
}
.slider_area{position: relative}
.slider_area .mouse_area{
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-inline-end: 50px;
}
.slider_area .mouse_area .mouse_area_cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.slider_area .mouse {
    position: relative;
    width: calc(14px * 2);
    height: calc(28px * 2);
    margin: 20px auto 20px;
    background: none;
    border: 2px solid white;
    border-radius: calc(16px * 2);
    z-index: 1;
}
.slider_area .mouse:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: calc(2px * 2);
    height: calc(2px * 2);
    background: none;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-animation-name: scrollWheel;
    animation-name: scrollWheel;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    will-change: transform;
}

@-webkit-keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
@media (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}
}

@keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
@media (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}
}
@media (min-width: 768px) {

    .slider_area .mouse:after {
        position: absolute;
        top: 25px;
        left: 50%;
        width: calc(2px * 2);
        height: calc(2px * 2);
    }
    .slider_area .mouse {
        width: calc(14px * 2);
        height: calc(28px * 2);
        margin: 20px auto 0px;
        background: none;
        border: 2px solid white;
        border-radius: calc(14px * 2);
    }
}
@media (max-width: 767px) {
    .header-area {
        position: relative;
    }

    .header-area .main-header-area{
        padding: 8px 0;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        z-index: 9;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center!important;
        justify-content: center !important;
    }

    .slicknav_btn {
        margin-top: 0;
        top: -52px;
    }
    .logo img {
        width: 100px;
    }
    .header-area .header-top_area .social_media_links a{margin-right: 5px;}
    .search_btn{margin-top: 0;}
    .single_slider .title{
        font-size: 40px;
        margin-top:50px;
    }
    .slider_area .single_slider .sub_title {
        font-size: 30px;
    }
    .slider_area .single_slider .slider_text p {
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 12px;
        line-height: 14px;
    }
    .slider_text {
        margin-top: 50px;
        padding: 8px;
        display: none;
    }
    .slider_area .mouse_area{display: none}
    .counter_area .single_counter{justify-content: center;}
    .counter_area .single_counter.border-end:after{width: 0}
    .about_wrap_area .title {
        font-size: 32px;
    }
    .about-missions .title {
        font-size: 70px;
    }
    .about-values .col-first .value-item, .about-values .col-end .value-item {
        text-align: center;
    }
    .clients_area .title{text-align: center}
    .we_serve_area .title {
        font-size: 60px;
    }
    section{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .monitorings_area .title,.monitorings_area .sub_title {
        font-size: 60px;
    }
    .contact_area h2{margin-bottom: 10px;}
    .contact_area .form-control{margin-bottom: 10px;}
    .about_area .about_info{padding-bottom: 0}
    .gallery_area{padding-top: 15px}
    .gallery_area .single-gallery{margin-bottom: 30px}
    .page-details-title{margin-top: 15px}

    .footer-menu{text-align: center}
    .footer-menu ul li{    display: block;}
    .footer .social_media_links{
        justify-content: center;
    }
    .footer .copy-right_text .copy_right{text-align: center !important;}
    .owl-carousel .owl-nav{display: none !important;}
}




/* Cart Page */
.cart-table-content table {
    border: 1px solid #ebebeb;
}
.cart-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}
.cart-table-content table thead > tr th {
    border-top: medium none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead > tr th {
        padding: 21px 35px 22px;
    }
}
@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 21px 20px 22px;
    }
}
.cart-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-table-content table tbody > tr td.product-thumbnail {
    width: 150px;
}
.cart-table-content table tbody > tr td.product-name {
    width: 435px;
}
.cart-table-content table tbody > tr td.product-name a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.cart-table-content table tbody > tr td.product-name a:hover {
    color: #a749ff;
}
.cart-table-content table tbody > tr td.product-price-cart {
    width: 435px;
}
.cart-table-content table tbody > tr td.product-price-cart span {
    font-weight: 500;
    color: #333;
}
.cart-table-content table tbody > tr td.product-subtotal {
    font-weight: 500;
    color: #333;
}
.cart-table-content table tbody > tr td.product-quantity {
    width: 435px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
    display: inline-block;
    height: 40px;
    padding: 0;
    position: relative;
    width: 110px;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 16px;
    margin: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 20px;
    text-align: center;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 40px;
    left: 0;
    padding-top: 8px;
    top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #e5e5e5;
    height: 40px;
    padding-top: 9px;
    right: 0;
    top: 0;
}
.cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .cart-plus-minus-box {
    color: #333;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding-top: 9px;
    text-align: center;
}
.cart-table-content table tbody > tr td.product-remove {
    width: 100px;
}
.cart-table-content table tbody > tr td.product-remove a {
    color: #666;
    font-size: 17px;
    margin: 0 13px;
}
.cart-table-content table tbody > tr td.product-remove a:hover {
    color: #a749ff;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a {
    background-color: #a749ff;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}
.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
    background-color: #333;
}
.cart-table-content table tbody > tr td {
    color: #333;
    font-size: 15px;
    padding: 30px 0;
    text-align: center;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 55px;
}
@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0px 15px;
    }
}
.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 25px 17px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 40px 17px;
        margin: 0 0 15px;
    }
}
.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
    background-color: var(--primary);
    color: var(--secondary);
}
.cart-shiping-update-wrapper .cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear > button {
        margin-right: 15px;
    }
}

.cart-tax,
.discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
    position: relative;
}
.cart-tax .title-wrap::before,
.title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax .title-wrap h4.cart-bottom-title,
    .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        font-size: 16px;
    }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
    margin-top: 22px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
    margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
    margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
    margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
    color: #242424;
    font-size: 14px;
    margin: 0 0 5px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../../assets/img/icon-img/cart.png") no-repeat scroll right 18px center;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #242424;
    font-size: 12px;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
    background-color: #a749ff;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
    background-color: #333;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
    margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
    margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
    background-color: #a749ff;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
    background-color: #333;
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand-totall {
        padding: 45px 18px 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        margin-top: 30px;
    }
}
.grand-totall .title-wrap {
    position: relative;
}

.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-right: 18px;
}
.grand-totall .title-wrap .section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9;
}
.grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}
.grand-totall h5 span {
    font-size: 18px;
    font-weight: 500;
}
.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}
.grand-totall .total-shipping h5 {
    font-size: 14px;
    margin: 0;
}
.grand-totall .total-shipping ul {
    padding: 19px 0 0 0px;
}
.grand-totall .total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px;
}
.grand-totall .total-shipping ul li:last-child {
    margin: 0 0 0px;
}
.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px;
}

.grand-totall h4.grand-totall-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

.grand-totall button {
    background-color: var(--primary);
    border-radius: 50px;
    color: var(--secondary);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.grand-totall button:hover {
    background-color: var(--secondary);
    color: var(--primary)
}

@media only screen and (max-width: 767px) {
    .discount-code-wrapper {
        margin: 30px 0;
    }
}

/*------- 21. Checkout page  -----------*/
.billing-info-wrap h3 {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 500;
}
.billing-info-wrap .billing-info label,
.billing-info-wrap .billing-select label {
    color: #000;
    margin: 0 0 7px;
}
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
}
.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
    margin-bottom: 10px;
}
.billing-info-wrap .billing-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 18px center;
    cursor: pointer;
}
.billing-info-wrap .checkout-account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
}
.billing-info-wrap .checkout-account span {
    color: #333;
    font-weight: 400;
    margin: 0 0 0 12px;
}
.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    background-color: #a749ff;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
    background-color: #333;
}
.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 500;
}
.billing-info-wrap .additional-info-wrap .additional-info label {
    color: #333;
    font-size: 14px;
    margin: 0 0 7px;
}
.billing-info-wrap .additional-info-wrap .additional-info textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 138px;
    padding: 17px 20px;
}
.billing-info-wrap .different-address {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .your-order-area {
        margin-top: 30px;
    }
}
.your-order-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}
.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}
@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
    font-size: 16px;
    font-weight: 500;
    list-style: outside none none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 29px 0;
    padding: 19px 0 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
    font-weight: 500;
    color: #212121;
    font-size: 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
    font-weight: 500;
    color: #a749ff;
    font-size: 16px;
    list-style: outside none none;
}
.your-order-area .payment-accordion {
    margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
    margin: 0 0 0px;
}
.your-order-area .payment-accordion h4 {
    color: #212121;
    font-size: 16px;
    margin: 0;
}
.your-order-area .payment-accordion h4 a {
    color: #212121;
    position: relative;
    display: block;
}
.your-order-area .payment-accordion h4 a:hover {
    color: #a749ff;
}
.your-order-area .payment-accordion .panel-body {
    padding: 5px 0 0 0px;
}
.your-order-area .payment-accordion .panel-body p {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #333;
}
.your-order-area .Place-order > a {
    background-color: #a749ff;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}
.your-order-area .Place-order > a:hover {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .checkout-area.pb-100 {
        padding-bottom: 60px;
    }
}

/*------ 24. login register Page  --------*/
.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
    position: relative;
}
.login-register-wrapper .login-register-tab-list a::before {
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-register-tab-list a:last-child::before {
    display: none;
}
.login-register-wrapper .login-register-tab-list a.active h4 {
    color: #a749ff;
}
.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px;
    }
}
.login-register-wrapper .login-form-container .login-register-form form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 45px;
    margin-bottom: 30px;
    padding: 0 15px;
}
.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        font-size: 14px;
    }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    color: #242424;
    float: right;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
        font-size: 14px;
    }
}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
    color: #a749ff;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    background-color: #f2f2f2;
    border: medium none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
    background-color: #a749ff;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .login-register-area.pb-100 {
        padding-bottom: 60px;
    }
}

/*------ 25. My account Page  ------*/
.single-my-account {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}
.single-my-account h3.panel-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title {
        line-height: 22px;
        font-size: 14px;
    }
}
.single-my-account h3.panel-title span {
    color: #242424;
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
}
.single-my-account h3.panel-title a {
    color: #242424;
    display: block;
    padding: 16px 55px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title a {
        padding: 16px 30px 16px 40px;
    }
}
.single-my-account h3.panel-title a:hover {
    color: #a749ff;
}
.single-my-account h3.panel-title a::before {
    color: #000;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 19px;
}
.single-my-account h3.panel-title a:hover::before {
    color: #a749ff;
}
.single-my-account .myaccount-info-wrapper {
    padding: 30px 20px;
    background-color: #fff;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 28px;
    padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 7px;
}
.single-my-account .myaccount-info-wrapper .billing-info {
    margin-bottom: 20px;
}
.single-my-account .myaccount-info-wrapper .billing-info label {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}
.single-my-account .myaccount-info-wrapper .billing-info input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #000;
    height: 40px;
    padding: 0 15px;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
    color: #a749ff;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
    font-size: 16px;
    color: #a749ff;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
    background-color: #f2f2f2;
    border: medium none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 35px 17px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
    background: #a749ff;
    color: #fff;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
    border: 1px solid #eaeaea;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper {
        padding: 30px 10px;
    }
    .single-my-account .myaccount-info-wrapper .entries-wrapper::before {
        display: none;
    }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #eaeaea;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
        padding: 0 10px 30px;
    }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
    color: #000;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
    background-color: #a749ff;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
    background-color: #df5c39;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
    background-color: #a749ff;
}
