/* =========================================================
   1. RESET & BASE
========================================================= */
@charset "utf-8";

body {
    margin: 0 auto;
    padding: 0;
    color: #000;
    overflow-x: hidden;
    font-family: "Inter", "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
}

p { margin: 2px 0; }
a { color: #3181af; text-decoration: none; }
a:hover { color: #f30; }

/* =========================================================
   2. LAYOUT HELPERS (FLEX / ALIGN)
========================================================= */
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-center { display:flex; align-items:center; justify-content:center; }
.align-start { align-items:flex-start; }
.align-center { align-items:center; }
.align-end { align-items:flex-end; }

.h100vh { min-height:100vh; }

.bg-theme{

	background-color: #07162e !important;
}
.hide{
	display: none !important;
}
/* =========================================================
   3. SPACING UTILITIES
========================================================= */
.marb10 { margin-bottom:10px; }
.marb20 { margin-bottom:20px; }
.mart10 { margin-top:10px; }

.pad10 { padding:10px; }
.pad20 { padding:20px; }

/* =========================================================
   4. BUTTONS
========================================================= */
.btn-theme {
    background:#07162e;
    color:#fff;
    border:none;
}
.btn-theme:hover { background:#1b6bb5; }

.btn-default {
    background:#fff;
    border:1px solid #ccc;
    color:#333;
}
.btn-default:hover { background:#e6e6e6; }

/* =========================================================
   5. NAVBAR & MOBILE HEADER
========================================================= */
.navbar-toggler:focus { box-shadow:none !important; }

.mobile-logo-box,
.mobile-contact-box-wrapper { display:none; }

@media (max-width:768px){
    .mobile-nav-wrapper { display:flex; flex-wrap:wrap; }
    .mobile-logo-box { display:block; width:52%; }
    .mobile-contact-box-wrapper { display:block; width:22%; text-align:right; }
}

/* =========================================================
   6. MEGA MENU
========================================================= */
.dropdown-menu-mega {
    min-width:920px;
    border-radius:5px;
    border:1px solid #eee;
    padding:15px;
    background:#fff;
    display:none;
}
.dropdown-menu-mega.show { display:flex !important; }

.dropdown-menu-mega-a {
    color:#005CA4;
    padding:3px 10px;
    display:block;
    border-bottom:1px solid #ddd;
    margin-bottom:8px;
    font-weight:600;
}

/* =========================================================
   7. FEATURED CATEGORIES
========================================================= */
.featured-category-box-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin:40px 0;
}

.featured-category-box {
    width:23%;
    margin:10px;
    min-height:250px;
    border-radius:15px;
    border:1px solid #eee;
    background-size:cover;
}

/* =========================================================
   8. CATEGORY PRODUCTS GRID
========================================================= */
.category-product-box-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin:40px 0;
}

.category-product-box {
    width:23%;
    margin:10px;
    min-height:250px;
    border-radius:15px;
    border:1px solid #eee;
    background-size:cover;
}

/* =========================================================
   9. VIDEO SECTION
========================================================= */
.fm-string-single-box {
    position:relative;
    overflow:hidden;
}

.fm-string-single-box video {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    min-width:100%;
    min-height:100%;
}


.strip-content {
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: inherit;
    z-index: 500
}

.strip-content-inner {
    margin: 0 auto;
    min-height: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.strip-content-col-sub {
    min-height: inherit;
    padding: 10px;
    float: left;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.fm-string-single-box {
    padding: 0 0;
    padding-bottom: 0;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    z-index: 5000;
    position: relative;
    overflow: hidden
}

.fm-string-single-box video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%)
}

.play-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
    cursor: pointer
}

.play-video i {
    font-size: 60px;
    color: #fff;
    margin-left: 45%;
    cursor: pointer;
    position: absolute;
    top: 45%
}

.play-video.playing i {
    display: none
}

.once_played .play-video,
.play-video.playing {
    background-image: none!important
}

.play-video.playing:hover i {
    display: block
}


.product-layout-2 .fm-string-single-box {
    background: unset!important
}

.home_page_video {
    background-color: #000;
    border: 0;
    outline: 0;
    float: left;
    height: 550px
}

.fm-string-single-box p {
    margin-bottom: 0
}

.strip-content-col-1 {
    width: 100%;
    float: left;
    display: inline-block;
    min-height: 150px
}

.strip-content-col-2 {
    width: 50%;
    float: left;
    display: inline-block;
    min-height: 150px
}

.strip-content-col-3 {
    width: 33.33%;
    float: left;
    display: inline-block;
    min-height: 150px
}

.strip-content-col-4 {
    width: 25%;
    float: left;
    display: inline-block;
    min-height: 150px
}

.strip-content-col {
    min-height: inherit!important
}

.side-bar-options-mo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .99);
    width: 100%;
    height: 100%;
    display: none
}

.side-bar-options-mo .close_it {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    color: #000
}

.side-bar-options-mo .close_it i {
    font-size: 35px;
    cursor: pointer
}

.view_layer_details {
    margin-left: 10px;
    cursor: pointer
}

.strip-content-col-sub p {
    width: 100%
}
