/* =================================
***** [Core Stylesheet - v1.0] *****
================================= */

/* --------------------
:: 1.0 Base CSS
-------------------- */

:root,
[data-bs-theme="light"] {
    --fc-blue: #f7961c;
    --fc-yellow: #ffc107;
    --fc-green: #198754;
    --fc-cyan: #016bf8;
    --fc-black: #000;
    --fc-gray: #5c6c75;
    --fc-gray-dark: #21313c;
    --fc-gray-100: #f0f3f2;
    --fc-gray-200: #ecf0ef;
    --fc-gray-300: #dfe2e1;
    --fc-gray-500: #889397;
    --fc-gray-600: #5c6c75;
    --fc-gray-700: #3d4f58;
    --fc-gray-800: #21313c;
    --fc-gray-900: #001e2b;
    --fc-primary: #f7961c;
    --fc-secondary: #889397;
    --fc-success: #198754;
    --fc-info: #016bf8;
    --fc-warning: #ffc107;
    --fc-danger: #db3030;
    --fc-light: #f0f3f2;
    --fc-dark: #001e2b;
    --fc-gray-400: #c1c7c6;
    --fc-white: #fff;
    --fc-light-primary: #ceefce;
    --fc-light-secondary: #889397;
    --fc-light-danger: #f8d6d6;
    --fc-light-info: #cce1fe;
    --fc-light-warning: #fff3cd;
    --fc-light-success: #d1e7dd;
    --fc-dark-primary: #044504;
    --fc-dark-warning: #664d03;
    --fc-dark-info: #002b63;
    --fc-dark-danger: #581313;
    --fc-dark-success: #0a3622;
    --fc-dark-secondary: #ecf0ef;
    --fc-indigo: #6610f2;
    --fc-red: #db3030;
    --fc-pink: #d63384;
    --fc-orange: #fd7e14;
    --fc-teal: #20c997;
    --fc-purple: #6f42c1;
    --fc-primary-rgb: 10, 173, 10;
    --fc-secondary-rgb: 136, 147, 151;
    --fc-success-rgb: 25, 135, 84;
    --fc-info-rgb: 1, 107, 248;
    --fc-warning-rgb: 255, 193, 7;
    --fc-danger-rgb: 219, 48, 48;
    --fc-light-rgb: 240, 243, 242;
    --fc-dark-rgb: 0, 30, 43;
    --fc-gray-400-rgb: 193, 199, 198;
    --fc-light-primary-rgb: 206, 239, 206;
    --fc-light-secondary-rgb: 136, 147, 151;
    --fc-light-danger-rgb: 248, 214, 214;
    --fc-light-info-rgb: 204, 225, 254;
    --fc-light-warning-rgb: 255, 243, 205;
    --fc-light-success-rgb: 209, 231, 221;
    --fc-dark-primary-rgb: 4, 69, 4;
    --fc-dark-warning-rgb: 102, 77, 3;
    --fc-dark-info-rgb: 0, 43, 99;
    --fc-dark-danger-rgb: 88, 19, 19;
    --fc-dark-success-rgb: 10, 54, 34;
    --fc-dark-secondary-rgb: 236, 240, 239;
    --fc-indigo-rgb: 102, 16, 242;
    --fc-red-rgb: 219, 48, 48;
    --fc-pink-rgb: 214, 51, 132;
    --fc-orange-rgb: 253, 126, 20;
    --fc-teal-rgb: 32, 201, 151;
    --fc-purple-rgb: 111, 66, 193;
    --fc-primary-text-emphasis: #044504;
    --fc-secondary-text-emphasis: #363b3c;
    --fc-success-text-emphasis: #0a3622;
    --fc-info-text-emphasis: #002b63;
    --fc-warning-text-emphasis: #664d03;
    --fc-danger-text-emphasis: #581313;
    --fc-light-text-emphasis: #3d4f58;
    --fc-dark-text-emphasis: #3d4f58;
    --fc-primary-bg-subtle: #ceefce;
    --fc-secondary-bg-subtle: #e7e9ea;
    --fc-success-bg-subtle: #d1e7dd;
    --fc-info-bg-subtle: #cce1fe;
    --fc-warning-bg-subtle: #fff3cd;
    --fc-danger-bg-subtle: #f8d6d6;
    --fc-light-bg-subtle: #f8f9f9;
    --fc-dark-bg-subtle: #c1c7c6;
    --fc-primary-border-subtle: #9dde9d;
    --fc-secondary-border-subtle: #cfd4d5;
    --fc-success-border-subtle: #a3cfbb;
    --fc-info-border-subtle: #99c4fc;
    --fc-warning-border-subtle: #ffe69c;
    --fc-danger-border-subtle: #f1acac;
    --fc-light-border-subtle: #ecf0ef;
    --fc-dark-border-subtle: #889397;
    --fc-white-rgb: 255, 255, 255;
    --fc-black-rgb: 0, 0, 0;
    --fc-font-sans-serif: "Inter", sans-serif;
    --fc-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --fc-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
    --fc-body-font-family: var(--fc-font-sans-serif);
    --fc-body-font-size: 0.875rem;
    --fc-body-font-weight: 500;
    --fc-body-line-height: 1.6;
    --fc-body-color: #5c6c75;
    --fc-body-color-rgb: 92, 108, 117;
    --fc-body-bg: #fff;
    --fc-body-bg-rgb: 255, 255, 255;
    --fc-emphasis-color: #000;
    --fc-emphasis-color-rgb: 0, 0, 0;
    --fc-secondary-color: rgba(92, 108, 117, 0.75);
    --fc-secondary-color-rgb: 92, 108, 117;
    --fc-secondary-bg: #ecf0ef;
    --fc-secondary-bg-rgb: 236, 240, 239;
    --fc-tertiary-color: rgba(92, 108, 117, 0.5);
    --fc-tertiary-color-rgb: 92, 108, 117;
    --fc-tertiary-bg: #f0f3f2;
    --fc-tertiary-bg-rgb: 240, 243, 242;
    --fc-heading-color: #21313c;
    --fc-link-color: #f7961c;
    --fc-link-color-rgb: 10, 173, 10;
    --fc-link-decoration: underline;
    --fc-link-hover-color: #ff2c00;
    --fc-link-hover-color-rgb: 8, 138, 8;
    --fc-code-color: #d63384;
    --fc-highlight-bg: #fff3cd;
    --fc-border-width: 1px;
    --fc-border-style: solid;
    --fc-border-color: var(--fc-gray-300);
    --fc-border-color-translucent: var(--fc-gray-300);
    --fc-border-radius: 0.5rem;
    --fc-border-radius-sm: 0.25rem;
    --fc-border-radius-lg: 0.75rem;
    --fc-border-radius-xl: 1rem;
    --fc-border-radius-xxl: 2rem;
    --fc-border-radius-2xl: var(--fc-border-radius-xxl);
    --fc-border-radius-pill: 50rem;
    --fc-box-shadow: rgba(145, 158, 171, 0.2) 0px 2px 4px -1px, rgba(145, 158, 171, 0.14) 0px 4px 5px 0px, rgba(145, 158, 171, 0.12) 0px 1px 10px 0px;
    --fc-box-shadow-sm: rgba(145, 158, 171, 0.2) 0px 3px 1px -2px, rgba(145, 158, 171, 0.14) 0px 2px 2px 0px, rgba(145, 158, 171, 0.12) 0px 1px 5px 0px;
    --fc-box-shadow-lg: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    --fc-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --fc-focus-ring-width: 0.25rem;
    --fc-focus-ring-opacity: 0.25;
    --fc-focus-ring-color: rgba(10, 173, 10, 0.25);
    --fc-form-valid-color: #198754;
    --fc-form-valid-border-color: #198754;
    --fc-form-invalid-color: #db3030;
    --fc-form-invalid-border-color: #db3030;
}

*,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #232d37;
    line-height: 1.25;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #51545f;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus,
a:active {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    outline: none;
}

li {
    list-style: none;
}

.ms-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ms-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.playfair-font {
    font-family: 'Playfair Display', serif;
}

/* Preloader CSS */

#preloader {
    overflow: hidden;
    background: #f7961c;
    background: -webkit-linear-gradient(to right, #f7961c, #ff2c00);
    background: -webkit-linear-gradient(left, #f7961c, #ff2c00);
    background: linear-gradient(to right, #f7961c, #ff2c00);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.loader {
    width: 46px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -23px;
    z-index: 9;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0%);
    }
    30% {
        -webkit-transform: translateY(-0.25em);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    70% {
        -webkit-transform: translateY(0.25em);
    }
}

.loader .inner1,
.loader .inner2,
.loader .inner3 {
    display: inline-block;
    margin: 0.125em;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #fff;
    border-radius: 1em;
    background-color: #fff;
    -webkit-transform-origin: 50%;
    -transform-origin: 50%;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.loader .inner2 {
    -webkit-animation-delay: 0.1875s;
}

.loader .inner3 {
    -webkit-animation-delay: 0.375s;
}

/* Basic CSS */

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

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

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

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

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

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

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

#scrollUp {
    bottom: 10%;
    font-size: 18px;
    right: 5%;
    width: 40px;
    background-color: #5a5c68;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 0 0 2px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #f7961c;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.section-heading h2 {
    margin-bottom: 15px;
    font-size: 38px;
}

.section-heading.heading-white h2,
.section-heading.heading-white p {
    color: #fff;
}

.section-heading-line {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

.bg-gray {
    background-color: #f7f7f7;
}

.ms-bg-dark {
    background-color: #131627!important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 8, 29, 0.7);
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
}

.ms-btn {
    color: #232d37;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 15px;
    width: 160px;
    height: 46px;
    border-left: 2px solid #f7961c;
    border-right: 2px solid #ff2c00;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, #f7961c 0%, #ff2c00 100%), -webkit-linear-gradient(left, #f7961c 0%, #ff2c00 100%);
    background-image: linear-gradient(to right, #f7961c 0%, #ff2c00 100%), linear-gradient(to right, #f7961c 0%, #ff2c00 100%);
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: relative;
    z-index: 1;
}


.ms-btn:after {
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #f7961c;
    background: -webkit-linear-gradient(to right, #f7961c, #ff2c00);
    background: -webkit-linear-gradient(left, #f7961c, #ff2c00);
    background: linear-gradient(to right, #f7961c, #ff2c00);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ms-active{
	color:#fff;
}
.ms-btn:hover:after,
.ms-btn .ms-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-btn .ms-dark {
    color: #232d37;
}

.ms-btn:hover,
.ms-btn.ms-dark:hover {
    color: #fff;
    background-repeat: repeat;
}

.card{
	overflow:hidden;
}

.card img{
	object-fit:cover;
	transition: all .5s;
	padding: 10px;
}

.card img:hover{
	transform: scale(1.1);
}

.card:hover {
    border: 1px solid var(--fc-primary);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.card .btn-sm{
	background-color:#f7961c;
	border-color:#f7961c;
	transition: 0.2s;
}

.card .btn-sm:hover, .fs-6 a:hover{
	transform: scale(1.05);
}

.fs-6 a{
	color:#f7961c;
}


.nav-lb-tab .nav-item .nav-link.active, .nav-lb-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid var(--fc-primary);
  color: var(--fc-primary);
}

.nav-lb-tab .nav-item .nav-link{
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--fc-gray-600);
  font-weight: 500;
}


.nav-lb-tab {
  border-bottom: 1px solid var(--fc-gray-300);
}


.btn:hover {
  background-color: #f8a61d;
  border-color: #f9b71d;
  color: #fff;
}


.avatar-lg {
    height: 3.5rem;
    width: 3.5rem;
}





/* Header Area CSS */

#header-sticky-wrapper {
    position: absolute;
    width: 100%;
}

.header_area {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 90;
    height: 100px;
    top: 0;
    left: 0;
    padding: 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.is-sticky .header_area {
    background-color: rgba(4, 8, 29, 0.85);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
}

.header_area .navbar-brand {
    padding: 0;
    margin-right: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.header_area .navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.ms-search-and-shop-area {
    margin-left: 65px;
}

.ms-search-and-shop-area > a {
    font-size: 16px;
    color: #fff;
}

.ms-search-and-shop-area > a:first-child {
    margin-right: 30px;
}

.ms-search-form {
    width: 100%;
    background-color: #fff;
    height: 100px;
    position: fixed;
    top: -130px;
    left: 0;
    padding: 0 65px;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.search-form-on .ms-search-form {
    top: 0;
    z-index: 2000;
}

.ms-search-form form input{
    width: 100%;
    font-size: 36px;
    color: #b5aec4;
    background-color: transparent;
    border: none;
    box-shadow:none;
}

.search-close-btn {
    color: #f7961c;
    font-size: 45px;
    right: 10px;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

/* hero area css */

.ms-hero-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 700px;
}

.video-overview > a {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: inline-block;
}

.video-overview > a:after {
    background-color: #fff;
    width: calc(100% - 45px);
    right: -1px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: '';
    height: 2px;
}

.video-overview > a > i {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    color: #f7961c;
}

.ms-hero-content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}

.animated-img {
    -webkit-animation: animated-image 20s ease infinite;
    animation: animated-image 20s ease infinite;
}

@-webkit-keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Top Features Area CSS */

.ms-top-features-area {
    position: relative;
    z-index: 99;
}

.ms-top-features-content {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background-color: white;
}

.single-top-feature {
    padding: 45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.single-top-feature:after {
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    right: 0;
    content: '';
    background-color: #e5e5e5;
}

.ms-top-features-content .col-12:last-child .single-top-feature:after {
    display: none;
}

.single-top-feature p {
    margin-bottom: 0;
}

.single-top-feature h5 i {
    color: #f7961c;
}

/* About Us Area CSS */

.ms-about-us-area {
    padding-top: 200px;
    padding-bottom: 100px;
}

.about-us-text > h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

.about-us-text > p {
    line-height: 1.8
}

.about-us-text > p:last-of-type {
    margin-bottom: 35px;
}

.about-us-thumb > img {
    border-radius: 5px;
}




/* Contact Form CSS */

.single-widget {
    margin-bottom: 30px;
}

.single-widget h6 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.single-widget > p {
    color: #b5aec4;
    font-weight: 300;
}

.single-widget form {
    position: relative;
    z-index: 1;
}

.single-widget form > input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #b5aec4;
    border: none;
    background-color: #2b2e3d;
    border-radius: 2px;
    font-size: 12px;
}

.single-widget form > button {
    padding: 5px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 5;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #f7961c;
    background: -webkit-linear-gradient(to right, #f7961c, #ff2c00);
    background: -webkit-linear-gradient(left, #f7961c, #ff2c00);
    background: linear-gradient(to right, #f7961c, #ff2c00);
}


/* Prod Area CSS */

.single-prod-area {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-prod-area:hover {
    background-color: #fff;
    box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.1)
}

.single-prod-area > img {
    max-height: 250px;
    margin:0 auto;
    display: flex;
}

.prod-content {
    padding: 30px;
}

.prod-content h5 a {
    font-size: 18px;
    color: #232d37;
}

.prod-content > a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #f7961c;
    text-decoration: underline;
    font-weight: 400;
}

.prod-content > a:hover {
    color: #ff2c00;
}


/* Footer Area CSS */

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h6 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.single-footer-widget > p {
    color: #b5aec4;
    font-weight: 300;
}

.single-footer-widget form {
    position: relative;
    z-index: 1;
}

.single-footer-widget form > input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #b5aec4;
    border: none;
    background-color: #2b2e3d;
    border-radius: 2px;
    font-size: 12px;
}

.single-footer-widget form > button {
    padding: 5px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 5;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #f7961c;
    background: -webkit-linear-gradient(to right, #f7961c, #ff2c00);
    background: -webkit-linear-gradient(left, #f7961c, #ff2c00);
    background: linear-gradient(to right, #f7961c, #ff2c00);
}

.footer-social-widegt {
    margin-top: 30px;
}

.footer-social-widegt > a {
    color: #f7961c;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-social-widegt > a:hover {
    color: #ff2c00;
}

.single-footer-widget ul li {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden
}

.single-footer-widget ul li a {
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    margin-left: -10px;
}

.single-footer-widget ul li a:hover {
    margin-left: 5px;
    color: #f7961c;
}


.footer-copywrite-area {
    background-color: #04081d;
    height: 50px;
}

.copywrite-text p {
    margin: 0;
}

.copywrite-text p > a {
    font-weight: 300;
    color: #b5aec4;
}

.footer-nav ul li {
    display: inline-block;
    float: left;
}

.footer-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b5aec4;
    display: block;
    padding: 0 20px;
}

#categories.dropdown-menu {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 400px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    padding: 10px 35px;
}


.feather {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .breadcumb-content h2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_area {
        height: 70px;
        padding: 0 30px;
    }
    .navbar-toggler {
        border: 2px solid #fff;
        margin: 18px 0;
    }
    .navbar-toggler span {
        color: #fff;
    }
    .ms-hero-content h2 {
        font-size: 36px;
    }
    .ms-hero-area {
        height: 600px;
    }
    .about-us-thumb {
        margin-top: 50px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .footer-nav ul li a {
        padding: 0 5px;
    }
    .breadcumb-content h2 {
        font-size: 36px;
    }
    .prod-sidebar {
        margin-top: 100px;
    }

    #msNav {
        background: #232d37;
        background: -webkit-linear-gradient(to right, #232d37, #000);
        background: -webkit-linear-gradient(left, #232d37,#000);
        background: linear-gradient(to right, #232d37, #000);
        padding: 15px;
        border-radius: 0 0 3px 3px;
        margin-top: -2px;
    }
    .ms-search-and-shop-area{
        margin-left: 26px;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .header_area {
        height: 70px;
        padding: 0 15px;
    }
    .navbar-toggler {
        border: 2px solid #fff;
        margin: 18px 0;
    }
    .navbar-toggler span {
        color: #fff;
    }
    .ms-hero-content h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .video-overview > a {
        margin-bottom: 30px;
    }
    .single-top-feature {
        padding: 15px;
    }
    .ms-btn {
        width: 140px;
    }
    .ms-top-features-content {
        position: relative;
        bottom: -100px;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
    .about-us-text > h2 {
        font-size: 24px;
    }
    .about-us-thumb {
        margin-top: 50px;
    }
    .ms-hero-area {
        height: 450px;
    }
    .footer-copywrite-area {
        height: 100px;
    }
    .copywrite-text p {
        font-size: 12px;
        text-align: center;
        margin-right: 30px;
    }
    .footer-nav ul li a {
        font-size: 12px;
        text-align: center;
        padding: 0 10px 0 0;
    }
    .contact-form-area {
        margin-top: 100px;
    }
    .breadcumb-content h2 {
        font-size: 24px;
    }
    
    #msNav {
        background: #232d37;
        background: -webkit-linear-gradient(to right, #232d37, #000);
        background: -webkit-linear-gradient(left, #232d37,#000);
        background: linear-gradient(to right, #232d37, #000);
        padding: 15px;
        border-radius: 0 0 3px 3px;
        margin-top: -2px;
    }

    .ms-search-and-shop-area{
        margin-left: 26px;
    }

}

