 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} 
 @keyframes fadeIn {
	 from {
		 opacity: 0;
	}
	 to {
		 opacity: 1;
	}
}
 .dropdown-menu.show {
	 -webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	 animation: fadeIn 0.3s alternate;
}
 .nav-item.dropdown.dropdown-mega {
	 position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
    /* width: 90%;
    top: auto;
    left: 5%; */
    width: 100%; 
    left: 0%;
}
 .navbar-toggler {
	 border: none;
	 padding: 0;
	 outline: none;
}
 .navbar-toggler:focus {
	 box-shadow: none;
}
 .navbar-toggler .hamburger-toggle {
	 position: relative;
	 display: inline-block;
	 width: 50px;
	 height: 50px;
	 z-index: 11;
	 float: right;
}
 .navbar-toggler .hamburger-toggle .hamburger {
	 position: absolute;
	 transform: translate(-50%, -50%) rotate(0deg);
	 left: 50%;
	 top: 50%;
	 width: 50%;
	 height: 50%;
	 pointer-events: none;
}
 .navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
    height: 2px;
    position: absolute;
    background: #143351;
    border-radius: 0px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger span:first-child {
	 top: 10%;
	 transform-origin: 50% 50%;
	 transform: translate(0% -50%) !important;
}
 .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	 top: 50%;
	 transform: translate(0, -50%);
}
 .navbar-toggler .hamburger-toggle .hamburger span:last-child {
	 left: 0px;
	 top: auto;
	 bottom: 10%;
	 transform-origin: 50% 50%;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span {
	 position: absolute;
	 margin: 0;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	 top: 45%;
	 transform: rotate(45deg);
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	 left: 50%;
	 width: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	 top: 45%;
	 transform: rotate(-45deg);
}
 .icons {
	 display: inline-flex;
	 margin-left: auto;
}
 .icons a {
	transition: all 0.2s ease-in-out;
	padding: 0.2rem 0.4rem;
	color: #ccc !important;
	text-decoration: none;
}
.icons a:hover {
	color: white;
	text-shadow: 0 0 30px white;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu { 
    top: 96%; 
}
.dropdown-menu[data-bs-popper] {
    top: 71px; 
}
nav.navbar .nav-link {
    color: #143351;  
	font-size: 15px;
    font-weight: 500;
}
.ct-nav-top {
    padding: 50px 0px 38px 50px; 
    height:100%;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav { 
		column-gap: 16px;
	}
	.navbar .nav-item .dropdown-menu{ display: none; } 
	.navbar .nav-item:hover .dropdown-menu{ display: block; } 
    nav.navbar .nav-link { 
        padding: 1.6rem 1rem; 
    }
}
@media (max-width: 992px){
    .ct-nav-top {
        padding: 20px 0px 8px 20px; 
    }
}
 .before-arrow {
	 font-size: 18px;
 }
 .before-arrow::before {
    content: "\eaca";
    font-family: 'IcoFont';
    font-weight: 600;
    color: #00b8ff;
    border: 1px solid;
    margin-right: 8px; 
}
ul.ct-nav-list li {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 6px 5px;
}
ul.ct-nav-list li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    position: relative;
    padding: 14px 10px 12px 14px;
    border-radius: 5px;
    color: #182a69;
    background-color: transparent;
    font-size: 16px;
    transition: .4s ease;
    font-weight: 700;
    border: 2px solid #182a69;
}
.ct-nav-heading .h4 {
    display: block;
    margin-bottom: 28px;
    font-weight: 700;
    color: #182a69;
}
.ct-nav-right {
    background-color: #1e4576;
    height: 100%;
    color: #ffffff; 
    padding: 30px;
}

.ct-modal {
	display: none; 
	position: absolute; 
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4); 
} 
.ct-modal-content {
	background-color: #fefefe; 
	/* padding: 20px; */
	border: 1px solid #888;
	width: 90%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} 
.close {
    font-size: 18px;
    position: absolute;
    top: -35px;
    background: #0e193f;
    padding: 4px 12px;
    right: 0;
    color: #fff;
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.modal_inner_list li a {
    text-decoration: none;
    color: #041121;
    font-weight: 500;
	font-size: 14px;
} 
.modal_inner_list li {
    line-height: 1.8;
}
.nav_li_before li::before {
    content: "\ea94";
    font-family: "icofont";
    color: #1e4576;
    margin-right: 6px;
}
.category_info h5 {
    font-weight: 500;
    color: #0e193f;
}
.category_info {
    background: #f3f3f3;
    padding: 30px 9px 30px 18px;
    height: 100%;
}
ul.modal_inner_list {
    padding: 30px 0;
}
.nav_li_before li::before { 
    color: #ee482b; 
}
.modal_inner_list li a:hover, .nav_li_before > li::before > a:hover{
    color: #ed4228;
}
.popular-product a {
    color: #041121;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
	text-decoration: none;
}
.popular-product a span{
    border-bottom: 1px solid #ee482b00;
}
.popular-product a:hover span{
    border-bottom: 1px solid #ee482b;
}
.ct-nav-right h4 {
    font-weight: 600;
}
.ct-nav-right p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
}
.latest_product h5 {
    font-size: 18px;
    letter-spacing: 0.2px;
}
.latest_product p {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.latest_product a {
    font-weight: 400;
    font-size: 14px;
}
span.number {
    background: #0088ff;
    padding: 5px 14px 4px;
    display: inline-block;
    margin-bottom: 17px;
    font-size: 14px;
}