/* SB Style Sheet */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

img {
    pointer-events: none;
}


*,
*::before,
*::after{
  box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    margin: 0;
}

a{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.owl-prev{
    position: absolute;
    left: 0;
}

.read-more{
    text-transform: uppercase;
    color: #02123a !important;
}

.read-more:hover{
    text-decoration: none;
}

/* .cursor{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid #6065c1;
    border-radius: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
    opacity: .9;
    z-index: 99999;
}

.cursor2{
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: #4770c2;
    border-radius: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
    opacity: .9;
    z-index: 99999;
}

a:hover ~ .cursor{
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #c6c6c6;
    opacity: .5;
}

a:hover ~ .cursor2{
    opacity: 0;
} */

/* ------------------------- */
/* Pre Loader Styling Start */
/* ----------------------- */

.preloader{
    background-color: #fff;
    height: 100vh;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
}

.pulsating-circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 999;
}

.pulsating-circle:before{
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #4770c2;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after{
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #02123a;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}
  
@keyframes pulse-ring{
    0% {
      transform: scale(.33);
    }
    80%, 100% {
      opacity: 0;
    }
}
  
@keyframes pulse-dot{
    0% {
      transform: scale(.8);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(.8);
    }
}

/* --------------------- */
/* Header Styling Start */
/* ------------------- */

#sb-topbar{
    background-color: #fff;
    position: relative;
    height: 45px;
    z-index: 67;
}

#sb-topbar .container{
    max-width: 1250px !important
}

.top-contact{
    padding: 0 !important;
    padding-left: 7px !important;
}
 
.top-contact > p{
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    float: left;
}

.top-contact > p > a{
    text-decoration: none;
    line-height: 45px;
    color: #3f3f3f;
}

.top-contact i{
    background-color: #4770c23b;
    border-radius: 5px;
    margin-right: 5px;
    color: #4770c2;
    padding: 5px 8px;
    font-size: 12px;
}

.top-socials{
    padding: 0 !important;
    padding-right: 17px !important;
}

.top-socials > #top-btns{
    line-height: 42px;
    text-align: right;
}

.top-socials > #top-btns > .fa{
    font-size: 15px;
    padding-right: 15px;
}

#language-switcher button{
    background-color: transparent;
    border: none;
    line-height: 42px;
    margin-left: 10px;
}

#language-switcher img{
    width: 20px;
    margin-top: -4px;
    margin-right: 5px;
}

#language-switcher .dropdown-menu{
    padding: 0 !important;
    top: 0px !important;
}

.divider{
    border-right: 1px solid lightgray;
}

#top-btns > a{
    text-decoration: none;
    color: #666666;
}

#top-btns > a:hover{
    color: rgba(0,0,0,.8) !important;
    cursor: pointer;
}

#language-switcher{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0px;
}

#sb-nav{
    background-color: #02123a;
    text-transform: uppercase;
    font-weight: 600;
    height: 70px;
    z-index: 66;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

#sb-nav .container{
    max-width: 1250px !important
}

.sticky {
    -moz-box-shadow: 0 2px 10px rgba(30, 30, 30, 0.75);
    -webkit-box-shadow: 0 2px 10px rgba(30, 30, 30, 0.75);
    box-shadow: 0 2px 10px rgba(30, 30, 30, 0.75);
    position: fixed !important;
    z-index: 888;
    width: 100%;
    top: 0;
}

.nav-up {
    top: -70px !important;
}

.header-logo{
    max-height: 70px;
    max-width: 190px;
    margin-right: 25px;
}

#sb-menu a{
    color: #fff;
    font-size: 13px;
}

#sb-menu a:hover{
    text-decoration: none;
}

#sb-menu li{
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
}

#enquiry-btn{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

#sb-bottom-header{
    border-bottom: 1px solid lightgray;
    background-color: #fff;
    min-height: 50px;
    position: relative;
    z-index: 55;
}

#sb-bottom-header .container{
    max-width: 1250px !important
}

#sb-bottom-header p{
    padding: 0 !important;
    margin: 0 !important;
    line-height: 50px;
    font-size: 13px;
}

.nav-smooth-sticky{
    height: 70px;
    width: 100vw;
}

.mega-dropdown{
    position: static !important;
}

.mega-dropdown li{
    padding: 0px !important;
}

.dropdown-menu{
    padding: 0;
    top: 97% !important;
}

.dropdown-menu a{
    color: #02123a !important;
    padding: 10px 20px;
}

.mega-menu{
    align-items: start !important;
    width: 100%;
}

.mega-menu .dropdown-menu a{
    padding: 5px 20px !important;
}

.mega-menu ul{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mega-menu a{
    font-size: 12px !important;
}

#product-categories{
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 115px;
    left: 0;
    /* background: url(/front-assets/img/crosstex-banner-background.jpg); */
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: scroll;
}

#product-categories a:hover{
    text-decoration: none;
}

#product-categories .dropdown-item:hover, .dropdown-item:focus{
    background-color: transparent !important;
    color: #4770c2;
}

#product-categories .dropdown-item {
    font-size: 13px;
    padding: 3px 0px !important;
}

#product-categories .container{
    max-width: 1250px !important;
}

.category{
    color: #02123a !important;
    padding: 10px 20px !important;
    min-width: 230px;
    font-weight: normal;
}

.sub-category {
    left: 229.3px;
    top: -3px;
}

.sub-category > a{
    padding: 8.7px 20px !important;
}

.sub-category > ul{
    padding: 0 !important;
}

.sub-category > ul > li{
    padding: 8.7px 20px !important;
}

.sub-category > ul > li > a{
    padding: 0px !important;
}

.sub-category-2{
    left: 100%;
    top: -3px;
}

.sub-category .dropdown-item:hover, .sub-category .dropdown-item:focus{
    background-color: transparent !important;
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: transparent !important;
}

.sub-category-2 a{
    padding: 10px 20px !important;
}

.dropdown-header{
    padding: 10px 0px;
    margin: 0px;
}

.dropdown-header a{
    color: #02123a;
    font-weight: 600;
    font-size: 14px !important;
}

.dropdown-header span{
    font-size: 17px;
    margin-left: 3px;
}

.close-header{
    background-color: #02123a;
    height: 70px;
}

.close-header .container{
    max-width: 1250px !important;
}

.close-header img{
    margin-top: 1px;
}

#product-categories li:hover{
    color: #4770c2;
}

#product-categories .dropdown-toggle {
    color: #212529 !important;
}

#product-categories .dropdown-menu a{
    padding: 10px 15px !important;
    border-bottom: 1px solid #f4f3f3;
}

#product-categories .dropdown-menu a:hover{
    color: #4770c2 !important;
}

.close-btn{
    line-height: 54px;
    font-size: 30px;
    color: #fff;
}

.close-btn:hover{
    color: #fff;
}

.cart-box{
    position: relative;
}

.cart-box img{
    margin-right: 20px;
    height: 36px;
}

.cart-box .badge{
    border-radius: 50px;
    position: absolute;
    right: 14px;
    bottom: 3px;
    font-size: 10px;
}

.product-search img{
    margin-right: 15px;
    margin-left: 3px;
    height: 31px;
    margin-top: 1px;
}

.user-profile img{
    margin-right: 0px;
    height: 27px;
    margin-top: 1px;
}

.product-search{
    position: static;
}

.header-search{
    border-bottom: 1px solid lightgray;
    background-color: #fff;
    position: absolute;
    display: none;
    height: 50px;
    width: 100%;
    top: 70px;
    left: 0;
}

.header-search input, .header-search input:focus{
    box-shadow: none;
    border: none;
}

.header-search > form > div{
    height: 50px;
}

.search-icon{
    background-color: transparent;
    font-size: 14px;
    border: none;
    outline: none;
    right: 14px;
}

.modal-header, .modal-footer{
    border: none;
}

.modal-content{
    background-color: #02123a;
    border: 2px solid #4770c2;
    color: #fff;
    padding: 20px;
}

.modal-content span{
    font-size: 20px;
    color: #fff;
}

.modal-content button{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.hideIt{
    display: none;
}

/* -------------------------- */
/* Mobile Menu Styling Start */
/* ------------------------ */

#sb-mobile-menu{
    display: none;
}

#sb-mobile-menu{
    position: relative;
    background-color: #02123a;
    text-transform: uppercase;
    font-weight: 600;
    height: 70px;
    z-index: 888;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

#sb-mobile-menu:after{
    content: "";
    display: table;
    clear: both;
}

#sb-mobile-menu svg{
    height: 100%;
    width: auto;
    padding: 20px !important;
}

#sb-mobile-menu svg path{
    fill: #fff;
}

#sb-mobile-menu svg.icon-close{
    display: none;
    padding: 15px;
    float: right;
}

#sb-mobile-menu li{
    width: 100%;
    height: 45px;
    line-height: 46px;
    text-align: center;
    float: left;
}

#sb-mobile-menu li a{
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#sb-mobile-menu .menu-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    display: block;
    text-align: right;
    height: 70px;
}

#sb-mobile-menu .menu-button:after{
    opacity: 0;
    top: 115px;
    content: "";
    width: 100vw;
    display: block;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
}

#sb-mobile-menu #menu-toggle{
    display: none;
}

#sb-mobile-menu #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close{
    display: block;
}

#sb-mobile-menu #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open{
    display: none;
}

#sb-mobile-menu #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after{
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

#sb-mobile-menu #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar{
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

#sb-mobile-menu .menu-container{
    width: 100%;
    float: left;
    cursor: pointer;
    position: absolute;
}

#sb-mobile-menu .menu-container .menu-sidebar{
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 100%;
    bottom: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    top: 115px;
    z-index: 2;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    left: 0;
    height: 100%;
    overflow-y: scroll;
}

#sb-mobile-menu .menu-container .menu-sidebar .arrow{
    position: absolute;
    line-height: 50px;
    font-size: 32px;
    color: #555;
    top: 0;
    z-index: 0;
}

#sb-mobile-menu .menu-container .menu-sidebar .arrow.left{
    left: 25px;
}

#sb-mobile-menu .menu-container .menu-sidebar .arrow.right{
    right: 25px;
}

#sb-mobile-menu .menu-container .menu-sidebar li{
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

#sb-mobile-menu .menu-container .menu-sidebar li:hover{
    background: #eee;
}

#sb-mobile-menu .menu-container .menu-sidebar li .menu-sub{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
    border-left: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-width: 400px;
}

#sb-mobile-menu .menu-container .menu-sidebar li .menu-sub li{
    overflow: hidden;
}

#sb-mobile-menu .menu-container .menu-sidebar li .menu-sub .menu-sub-title{
    padding-left: 50px;
}

#sb-mobile-menu .menu-container .menu-sidebar li .submenu-label{
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}

#sb-mobile-menu .menu-container .menu-sidebar li .submenu-toggle{
    display: none;
}

#sb-mobile-menu .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub{
    width: 100%;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    height: 130%;
}

#sb-mobile-menu .super-sub{
    padding-left: 50px !important;
}

/* --------------------- */
/* Slider Styling Start */
/* ------------------- */

#hero-slider{
    background: url(/front-assets/img/crosstex-banner-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 83vh;
    width: 100%;
}

.hero-blocks{
    height: 83vh;
}

#info-box{
    border-left: 6px solid #4770c2;
    /* min-height: 350px; */
    width: auto;
}

#info-box > .info-content{
    background-color: #02123a;
    padding: 50px 50px;
    max-width: 600px;
}

#info-box > p{
    text-transform: uppercase;
    background-color: #4770c2;
    margin-bottom: 0;
    padding: 10px 50px;
    display: inline-block;
    /* width: 40%; */
    color: #fff;
    font-weight: 600;
}

#info-box > .info-content h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-left: -3px;
}

#info-box > .info-content p{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

#info-box > .info-content button{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

#info-box > .info-content button > i{
    font-weight: 500 !important;
}

.owl-prev{
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -40px;
    display: block !important;
    border:0px solid black;
}

.owl-next{
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -45px;
    display: block !important;
    border:0px solid black;
}

.owl-prev i, .owl-next i{
    color: #02123a;
    font-size: 35px;
}

.slide-product{
    position: relative;
    justify-content: center;
    display: flex;
}

.product-bg{
    position: absolute;
    background-image: url(/front-assets/img/slides/components/circle-0.png);
    background-size: 420px 420px;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100%;
}

.product-bg .img-1{
    width: 300px !important;
    margin: auto;
}

.img-main{
    z-index: 999;
}

.slider-carousel .owl-item.active .product-bg{
    animation: animate__zoomIn ease 0.5s;
}

.slider-carousel .owl-item.active .img-1{
    animation: animate__zoomIn ease 1s;
}

/* -------------------------- */
/* Info Blocks Styling Start */
/* ------------------------ */

#info-blocks{
    margin-bottom: 40px;
    margin-top: -40px;
}

.info-block{
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    min-height: 70px;
    margin: auto;
    width: 90%;
}

.info-block p{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 18px;
    display: inline;
    color: #02123a;
}

.info-block h5{
    margin-right: 10px;
    display: inline;
    font-size: 25px;
    color: #02123a;
    font-weight: bold;
}

/* ---------------------------- */
/* Video Section Styling Start */
/* -------------------------- */
#video-section{
    background-color: #f1f1f1;
    padding: 80px 0px;
    position: relative;
}

.custom-shape-divider-bottom-1615600133 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1615600133 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 73px;
}

.custom-shape-divider-bottom-1615600133 .shape-fill {
    fill: #FFFFFF;
}

#vid-content h2{
    margin-top: 50px !important;
    line-height: 40px;
    font-weight: 500;
    color: #02123a;
    font-size: 23px;
    max-width: 800px;
    margin: auto;
}

#vid-content p{
    margin-top: 50px;
    font-size: 16px;
    color: grey;
}

#vid-content button{
    background: linear-gradient(90deg, rgba(96,101,193,1) 35%, rgba(65,115,194,1) 100%);
    border-radius: 50%;
    padding: 20px 35px;
    margin-top: 20px;
    font-size: 20px;
    border: none;
    height: 80px;
    width: 80px;
    color: #fff;
}

.glow{
    animation: pulse 1s linear 2s infinite;
    background-color: transparent;
    border-radius: 50px;
    height: 100px;
    width: 100px;
}

@keyframes pulse{
    50% { box-shadow: 0 0 20px #4870c2, inset 0 0 18px #4870c2; }
}

/* ------------------------------- */
/* Category Section Styling Start */
/* ----------------------------- */

#cate-section{
    padding: 80px 0px;
}

#cate-section .container{
    max-width: 1250px !important
}

.cate-block{
    box-shadow: 0 10px 20px -9px rgba(0,0,0,.5);
    position: relative;
    height: 275px;
    width: 275px;
}
.cate-block:hover{
    cursor: pointer;
}

.cate-block p{
    background-color: #3a8781;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    bottom: -12px;
    opacity: 0.85;
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.categories-carousel .owl-prev{
    margin-left: -28px;
    position: absolute;
    left: 0;
}

.categories-carousel .owl-prev i, .categories-carousel .owl-next i{
    background-color: lightgray;
    padding: 25px 10px;
}

.categories-carousel .owl-prev, .categories-carousel .owl-next{
    top: 100px !important;
}

/* ------------------------------ */
/* Reviews Section Styling Start */
/* ---------------------------- */

#reviews-section{
    background-color: #e2e6e5;
}

#reviews-section img{
    width: 100%;
}

#rev-img-section{
    padding: 0px 80px;
}

.reviews-carousel{
    text-align: center;
}

.single-review{
    margin-top: 50px;
}

.single-review > img{
    width: 70px !important;
    height: auto;
    margin: auto;
}

.single-review > p{
    margin-top: 20px;
    font-size: 15px;
    color: #777;
}

/* ----------------------------- */
/* Quality Points Styling Start */
/* --------------------------- */
#quality-block{
    margin-right: -100px;
}

.custom-shape-divider-top-1620604964 {
    /* position: absolute; */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1620604964 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1620604964 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1620605435 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1620605435 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 81px;
}

.custom-shape-divider-bottom-1620605435 .shape-fill {
    fill: #FFFFFF;
}

.quality-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #02123a;
    text-align: left;
}

.quality-desc{
    text-align: justify;
    color: grey;
    font-size: 0.8rem;
}

/* ------------------------------- */
/* Products Section Styling Start */
/* ----------------------------- */
#products-section{
    padding: 80px 0px 0px 0px;
}

#products-section .container{
    max-width: 1250px !important
}

#products-section h2{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

#products-section .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-color: #fff !important;
    border-bottom: 1px solid #02123a;
    border-bottom-color: #02123a !important;
}

#products-section .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border-bottom: 1px solid #02123a;
    border-color: transparent;
}

#products-section .nav-link.active::after{
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 8px solid #02123a;
    margin-top: 31px !important;
    position: absolute;
    margin: 0 auto;
    content:'';
    right: 50%;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -10px;
}

#products-section .nav-tabs{
    border-bottom: 1px solid lightgrey;
}

#products-section .nav-link{
    color: #02123a;
}

#products-section a{
    position: relative;
}

#products-section .nav-item{
    text-transform: uppercase;
    border-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #02123a;
}

.products-carousel{
    margin-top: 40px;
}

.product-block{
    text-align: center;
    position: relative;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    margin-left: 8px;
    margin-right: 8px;
    padding: 15px;
}

.product-image{
    position: relative;
}

.product-image img{
    width: 100%;
}

.product-info{
    padding: 15px 18px;
    position: relative;
}

.product-info .product-title a{
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.product-info .product-title a:hover{
    text-decoration: none;
    color: #02123a;
}

.product-info .product-price{
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}

.product-info .product-price strike{
    color: grey;
}

.discount{
    font-weight: 600;
    font-size: 18px;
    color: #02123a;
}

.product-info .short-description{
    font-size: 13px;
    margin-bottom: 8px;
}


.product-info .product-code{
    color: #777777;
}
.product-info .product-button{
    background-color: #02123a;
    border-radius: 30px;
    padding: 8px 20px;
    color: #fff;
    border: none;
    display: block;
}

.product-info .product-button:hover{
    text-decoration: none;
}

.product-block .hidden-info{
    position: absolute;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.product-block:hover .hidden-info{
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility 0s ease;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 10px;
    top: calc(100% - 5px);
}

.product-block:hover .product-info{
    position: relative;
    /* padding-bottom: 100px !important; */
}

.product-block:hover{
    transform: translateY(-5px) translateZ(0);
    z-index: 20;
}

.owl-stage-outer{
    padding: 10px 0px 0px 0px;
}

.products-carousel .owl-prev{
    margin-left: -58px;
}

.products-carousel .owl-prev i, .products-carousel .owl-next i{
    background-color: lightgray;
    padding: 25px 10px;
}

.products-carousel .owl-prev, .products-carousel .owl-next{
    top: 150px !important;
}

.content-product-imagin{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background-color: #FFF;
    margin-bottom: -80px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.product-block:hover .content-product-imagin{
    visibility: visible;
    opacity: 1;
    /* transition: opacity .1s ease,visibility 0s ease,-webkit-transform .1s ease;
    transition: opacity .1s ease,visibility 0s ease,transform .1s ease;
    transition: opacity .1s ease,visibility 0s ease,transform .1s ease,-webkit-transform .1s ease; */
    -webkit-transform: scale(1);
    transform: scale(1);
}

#products-section .owl-carousel .owl-stage-outer{
    padding-bottom: 130px;
}

/* .activate .content-product-imagin{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.activate .product-info{
    position: relative;
}

.activate .hidden-info{
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility 0s ease;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 10px;
    top: calc(100% - 5px);
} */

/* --------------------------- */
/* Blog Section Styling Start */
/* ------------------------- */
#blog-section{
    padding: 30px 0px 80px 0px;
}

#blog-section .container{
    max-width: 1250px !important
}

#blog-section h2{
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.post-block{
    box-shadow: 0 0 4px rgba(0,0,0,.12);
    text-align: center;
}

.post-category{
    background-color: #02123a;
    text-transform: uppercase;
    position: relative;
    padding: 5px 8px;
    color: #fff;
}

.post-image{
    margin-bottom: -10px;
    position: relative;
}

.post-image img{
    display: block;
    width: 100%;
    height: auto;
}

.post-content{
    padding: 30px;
}

.post-content .post-title a{
    font-weight: 600;
    font-size: 22px;
    color: #02123a;
    margin-bottom: 15px;
}

.post-content .post-title a:hover{
    text-decoration: none;
}

.post-content .post-desc{
    font-weight: 400;
    font-size: 13px;
    color: #777;
}

.post-button{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #02123a;
}

.post-button:hover{
    text-decoration: none;
}

.post-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
}

.post-block:hover{
    box-shadow: 0 0 9px rgba(0,0,0,.2);
}

.post-block:hover .post-overlay{
    opacity: 0.4;
}

/* ---------------------------- */
/* Icons Section Styling Start */
/* -------------------------- */
#ser-icon-section .container{
    max-width: 1250px !important
}

.icon-block{
    border-right: 1px solid rgba(0,0,0,0.1);
    min-height: 70px;
}

#disable-right-border{
    border-right: 0px !important;
}

.icon-image{
    text-align: right;
}

.icon-image img{
    width: 80%;
}

.icon-content{
    padding-top: 8px;
}

.icon-title{
    font-weight: 500;
    font-size: 18px;
}

.icon-info{
    font-weight: 400;
    font-size: 13px;
}

/* ---------------------------- */
/* Footer Styling Start */
/* -------------------------- */
#footer .container{
    max-width: 1250px !important
}

#footer{
    background-color: #02123a;
    padding: 60px 0px 0px 0px;
    margin-top: 25px;
}

#footer-logo img{
    width: 100%;
}

#about-info{
    color: rgba(255,255,255,.8);
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    text-align: justify;
}

.footer-title{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.footer-text{
    color: rgba(255,255,255,.8);
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}

.footer-links{
    padding: 0;
    list-style-type: none;
}

.footer-links li{
    color: rgba(255,255,255,.8);
    margin-top: 10px;
}

.footer-links a, .footer-links i{
    color: rgba(255,255,255,.6);
}

.footer-links i{
    color: #fff;
}

.footer-links a:hover{
    text-decoration: none;
}

.social-links a{
    border-radius: 50%;
    padding: 8px 12.2px;
    margin-right: 5px;
    font-size: 16px;
    color: #fff;
    height: 39px;
    width: 39px;
    display: inline-block !important;
    text-align: center;
}

.search-button{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.social-links .whatsapp{
    background-color: #24cc63;
}

.social-links .google{
    background-color: #4081ec;
}

.social-links .facebook{
    background-color: #365493;
}

.social-links .twitter{
    background-color: #33ccff;
}

.social-links .instagram{
    background-color: #c235a7;
}

.social-links .youtube{
    background-color: #ff0000;
}

.search-field{
    background-color: transparent;
    color: #fff;
}

.search-field:focus{
    background-color: transparent;
    color: #fff;
}

#copyrights{
    border-top: 1px solid rgb(238, 238, 238, 0.1);
    text-align: center;
    margin-top: 50px;
    min-height: 62px;
    margin-bottom: 165px;
}

#copyrights p{
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    padding: 0;
    margin: 0;
}

#scrollButton{
    background: linear-gradient(90deg, rgb(96, 101, 193) 35%, rgb(65, 115, 194) 100%);
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    display: none;
}


/* -------------- */
/* Extra Styling */
/* ------------ */
#hero-slider, #video-section, #cate-section, #reviews-section, #products-section, #blog-section, #ser-icon-section{
    overflow: hidden;
}

.card-header{
    background-color: #d4def1;
    text-transform: uppercase;
}

.btn-primary{
    background-color: #02123a !important;
    padding: 8px 20px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.breadcrumb{
    background-color: transparent !important;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054" !important;
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 25px;
}

.breadcrumb-item a{
    color: #02123a;
}

.dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}

.dropdown-menu.show{
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}

.dropdown-divider {
    margin: 0;
}

.disableScroll{
    overflow-y: hidden;
}

.hideIt{
    display: none;
}

@media only screen and (max-width: 1165px){

    .product-bg{
        background-size: contain;
    }

    .product-bg .img-1{
        width: 250px !important;
    }

    .cate-block{
        height: auto;
        width: auto;
    }

}

@media only screen and (max-width: 1110px){
    
    #sb-nav{
        display: none;
    }
    
    #sb-mobile-menu{
        display: block;
    }

    #sb-mobile-menu .menu-container .menu-sidebar{
        top: 70px;
    }

    #sb-mobile-menu .menu-button::after{
        top: 70px;
    }
    
    .navbar-brand{
        line-height: 56px;
    }
    
}

@media only screen and (max-width: 991px){

    .product-bg{
        background-size: contain;
    }

    .product-bg .img-1{
        width: 220px !important;
    }
    
    #info-box > .info-content button{
        display: block;
        width: 100%;
    }

    #info-box > .info-content h2{
        font-size: 25px;
    }

    #info-box > .info-content p{
        font-size: 14px;
    }

    #info-box > .info-content p br{
        display: none;
    }
    
    .dropdown-item{
        white-space: inherit;
    }

    #mobile-menu{
        display: inline-block !important;
    }

}

@media only screen and (max-width: 768px){

    .top-socials{
        display: none;
    }

    #info-box > .info-content button{
        display: inline;
        width: auto;
    }

    #hero-slider{
        min-height: 70vh;
    }

    .hero-blocks{
        height: 70vh;
    }

    #hero-slider > div > div > div:nth-child(1){
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    #hero-slider > div > div > div:nth-child(2){
        display: none;
    }

    #hero-slider > div > div > div:nth-child(3){
        display: none;
    }

    #blog-section > div > div > div:nth-child(2){
        display: none;
    }

    #blog-section > div > div > div:nth-child(3){
        display: none;
    }

    .cate-block{
        height: auto;
        width: auto;
    }

    #reviews-section > div > div > div:nth-child(2){
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    #quality-block {
        margin-right: 0px;
        margin: 40px 0px;
    }

    #rev-img-section{
        display: none;
    }

    .icon-block{
        border-right: none;
    }
    
    .icon-block{
        margin: 10px 0px;
    }

    #footer-logo img{
        width: 30%;
    }

    .footer-title{
        margin-top: 30px;
    }

}

@media only screen and (max-width: 480px){
    
    #sb-topbar{
        display: none;
    }
    
    #sb-mobile-menu .menu-container .menu-sidebar{
        top: 70px;
    }
    
    #sb-mobile-menu .menu-button::after{
        top: 70px;
    }

    /* #sb-mobile-menu .menu-container .menu-sidebar{
        padding-bottom: 150px;
    } */
    
    .product-info{
        padding: 15px 0px;
        position: relative;
    }

    .product-block .hidden-info{
        opacity: 1;
        visibility: visible;
    }

    .content-product-imagin{
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        visibility: visible;
        opacity: 1;
        margin-bottom: 0 !important;
    }

    .product-block .hidden-info{
        position: relative;
    }

    .product-block:hover .hidden-info{
        position: relative;
        bottom: 0;
    }
    
    .product-info .product-title a{
        font-size: 12px;
    }
    
    .product-info .short-description{
        margin-top: 8px;
        font-size: 10px;
    }
    
    .product-info .product-code{
        font-size: 12px;
    }
    
    .product-info .product-button{
        font-size: 12px;
    }
    
    #products-section .owl-carousel .owl-stage-outer{
        padding-bottom: 40px;
    }
    
    #copyrights{
        margin-bottom: 130px;
    }

}

#image_preview_popup img{
    width: 90vh !important;
}