@charset "UTF-8";
/* This file loads last after all other css files. Add any additional css to this file.. */

/* ------------------------------------------------------------------- */
/* 01 SITE DEFAULTS
---------------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,800,900&display=swap');
 body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #222;
}

p {
    color: #222;
}

/*	@font-face {
	  font-family: 'ITCAvantGardeStd-Bk';
	  src: url('fonts/ITCAvantGardeStd-Bk.woff');
	}*/
	

/*	body {
	  font-family: "ITCAvantGardeStd-Bk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	  font-weight: 300;
	  font-style: normal;

	}*/



	/*body, .body {
		background-color:#f1f0ed;
	}*/


	/*a {
	    color: #f0a91e
	}*/

	/* header size */
	h1, h2, h3, h4, h5, h6 {
	    font-family: 'Poppins', sans-serif;
	    color: #062a4d;
	    margin-top: 0px;
	    font-style: normal;
	    font-weight: 700;
	    text-transform: normal;
	}

	h1 {
		font-size: 40px;
		font-weight: 500;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}



/*	h1, .h1 {
		font-weight: 300 !important;
	}

	h2, .h2 {
		font-size: 1.8rem;
		letter-spacing: normal;
		margin:0 0 16px;
	}

	h3, .h3 {
		font-size: 1.35rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
		margin-bottom:0.5rem;
	}

	h4, .h4 {
		font-size: 1.25rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}

	h5, .h5 {
		font-size: 1.1rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}

	h6, .h6 {
		font-size: 1rem;
		font-weight: 300 !important;
		letter-spacing: normal;
		text-transform: none;
	}*/




	/* button */
    .btn-fat {
        padding:20px 80px;
    }




/*html .btn-secondary {
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
    color: #FFF;
}*/


/* ------------------------------------------------------------------- */
/* 04 HEADER
---------------------------------------------------------------------- */

	/* shopping cart badge - change background color and position */
/*	#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
	    top: -10px;
	    right: -6px;
	    width: 15px;
	    height: 15px;
	    font-size: 9px;
	    font-weight: 600;
	    color: #fff;
	    background-color: #212529;
	    box-shadow: -1px 1px 2px 0 rgba(0,0,0,.3);
	}*/


	/* if using white header on home page, darken the links */
	/*#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	    color: #444;
	}*/


	/* header top */
	
	#header .header-top {
	    background: #052749;
	    border-bottom: 2px solid rgba(0,0,0,.06);
	    min-height: 40px;
	}



	#header .header-body {
	    border-bottom: 1px solid #f99a00;
	}



/* ------------------------------------------------------------------- */
/* 04 NAVIGATION
---------------------------------------------------------------------- */

/*@media (max-width: 991px) {
	html.sticky-header-enabled:not(.sticky-header-active) #header .header-logo img {
		top: -12px !important;
		width: 200px !important;
		height: 45px !important;
	}
}*/
	
	/* have menu links flex-end (bottom) */
	/*#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {
	    align-self: flex-end;
	}*/

	/* change the menu links */
/*	#header .header-nav-main nav > ul > li > a {
	    color: #ccc;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 400;
	    padding: .5rem 1rem;
	    letter-spacing: normal;
	    text-transform: none;
	}*/

	/* Menu link for mobile */
	#header .header-btn-collapse-nav {
	    background: transparent;
	    border: 0;
	    color: #444;
	    margin-left: 6px;
	}


	/* top menu font */
	#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, 
	#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
	    color: #062a4d;
	    font-size: 1.1em;
	}

		#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover, 
		#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a:hover {
		    color: #f99a00;
		}


	/* menu icons */
	#header .header-nav-features .header-nav-top-icon, 
	#header .header-nav-features .header-nav-top-icon-img,
	.header-btn-collapse-nav i,
	.fa-user {
	    font-size: 1.0rem;
	    color: #062a4d;
	}
		#header .header-nav-features .header-nav-top-icon:hover, 
		#header .header-nav-features .header-nav-top-icon-img:hover,
		.header-btn-collapse-nav i:hover;
		.fa-user:hover {
		    font-size: 1.0rem;
		    color: #f99a00;
		}

	/* make sure icon always shows - change to Porto theme */
	#header .header-nav-features .header-nav-features-search-reveal.show .header-nav-features-search-show-icon {
	    display: block;
	}

	@media (max-width: 410px) {
		.fa-shopping-cart, .cart-info, .fa-user-edit, .fa-user, .fa-search {display: none}
		.fa-bars {
			padding-right: 20px;
		}
		#header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img, .header-btn-collapse-nav i {
		    font-size: 2.0rem;
		}
			#header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img, .header-btn-collapse-nav i:hover {
			    font-size: 2.0rem;
			}


	}


	.MM_short_desc img {
		max-height: 220px; width: auto;
	}

	.MM_short_desc .btn-purchase {
		background: #f99a00 none repeat scroll 0 0;
        border: 2px solid #f99a00;
        border-radius: 100px;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        padding: 15px 50px;
        transition: background-color 0.5s ease-in, color 0.5s ease-in;
	}

		.MM_short_desc .btn-purchase:hover {
		    background-color: #ffffff;
	        color: #f99a00;
		}



	/* for mobile */
	
	/* hide the small image on mobile */
	li.hasImage > a > img {
		display: none;
	}


	    /* this determines where the menu breaks from desktop to mobile */
        /* show the mobile menu */
        .show-on-mobile, .show-for-mobile {
        display: block;
        }    
        @media only screen and (min-width: 769px) {
            .show-on-mobile, .show-for-mobile {
                display: none!important;
            }
        }


        /* hide on mobile */
        .hide-on-mobile, .hide-for-mobile {
        display: block;
        }    
        @media only screen and (max-width: 768px) {
            .hide-on-mobile, .hide-for-mobile {
                display: none!important;
            }
        }

        
        @media only screen and (max-width: 769px) {


        	/* background on mobile bar */
	        #header .header-nav-bar .header-container {
			    background: #f1f1f1;
			}

			.header-logo-non-sticky {
				width: 184px;
				height: 48px;
			}


		}

		/* mobile logo */
		.imglogo-mobile {max-height: 65px; padding: 2px;}



/* ------------------------------------------------------------------- */
/* 05 HOME PAGE
---------------------------------------------------------------------- */

	/* custom product options ---------- */
	.alt-background {background-color: #f1f0ed}


	/*.btn:hover,*/
	.transparent-btn,
	.header-action ul li a,
	.main-menu .navbar-nav li.nav-item.active a.nav-link,
	.slider-content h2 span,
	.single-delivery-services:hover .ds-content h5,
	.fact-bg .section-title h2 span,
	.doctor-info h6,
	.single-delivery-services:hover .ds-icon i,
	.fact-content h5,
	.faq-wrapper .card-header h5 a,
	.faq-wrapper .card-header h5 a::after,
	.price-count h4 > span,
	.product-details-content > h6,
	.product-rating ul li,
	.cart-plus-minus input,
	.qtybutton,
	.product-info ul li span,
	.product-desc-wrap .nav-tabs .nav-item.show .nav-link,
	.product-desc-wrap .nav-tabs .nav-link.active,
	.review-rating ul li,
	.review-meta h6 span,
	.blog-content span,
	.blog-content h3 a:hover,
	.blog-list-tag ul li,
	.blog-list-tag ul li a,
	.blog-list-tag ul li a:hover,
	.blog-list-content h2 a:hover,
	.blog-list-meta ul li.blog-more-read a:hover,
	.sidebar-form form button,
	.rc-post-content h5 a:hover,
	.cat-list ul li a:hover,
	.blog-next-prev ul li a:hover,
	.blog-details-tag a:hover,
	.comment-reply-link:hover,
	.footer-social ul li a:hover,
	.breadcrumb-content .breadcrumb li.active,
	.f-rc-content h5 a:hover,
	.fw-link ul li a:hover,
	.copyright-text p span {
		color: #f99a00;
	}




	/* 3. Slider */
	.slider-bg {
		padding-top: 5px;
		padding-bottom: 5px;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
	.slider-content h2 {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 15px;
		letter-spacing: -2px;
	}
		.slider-content h2 .orange {
	        color: #f99a00;
	    }
	.slider-content p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.9;
		margin-bottom: 35px;
		/*padding-right: 75px;*/
	}
	.slider-btn .transparent-btn {
		margin-left: 20px;
	}
	.slider-img {
		z-index: 1;
	}
	.slider-img img {
		width: 100%;
		display: inline-block;
	}
	.slider-content {
		padding-top: 60px;
	}
	.slider-active .slick-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 40px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border: none;
		background-color: rgb(249, 154, 0, 0.2);
		cursor: pointer;
		z-index: 1;
		transition: .3s linear;
		font-size: 18px;
		color: #f99a00;
		padding: 0;
	}
	.slider-active .slick-arrow:hover {
		color: #fff;
		background: #f99a00;
		width: 60px;
	}
	.slider-active .slick-next {
		left: auto;
		right: 0;
	}


	/* jon */
	.slider-btn .btn {
	    background: #f99a00 none repeat scroll 0 0;
        border: 2px solid #f99a00;
        border-radius: 100px;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        padding: 15px 50px;
        transition: background-color 0.5s ease-in, color 0.5s ease-in;
	}
		.slider-btn .btn:hover {
		    background-color: #f99a00 !important;
	        color: white !important;
		}


	@media (max-width: 480px) {
	
		.slider-active img {max-height: 250px; width: auto;}
		.slider-content h2 {
			font-size: 30px;
			line-height: 1.2;
			margin-bottom: 7px;
			letter-spacing: -2px;
		}
		.slider-content {
			padding-top: 5px;
		}
		.slider-content p {
			font-size: 16px;
			font-weight: 500;
			line-height: 1.2;
			margin-bottom: 15px;
		}

	}









	/* 5. Services */
	.pb-120 {
    	padding-bottom: 100px;
	}
	.pt-110 {
	    padding-top: 100px;
	}
	.mb-55 {
	    margin-bottom: 55px;
	}
	.pl-40 {
    	padding-left: 40px;
	}
	.mb-70 {
	    margin-bottom: 70px;
	}



	.section-title h2 {
		font-size: 36px;
		margin-bottom: 0;
		text-transform: capitalize;
	}
	.section-title .bar {
		height: 2px;
		width: 165px;
		background: #c4c4c4;
		margin: 20px auto 30px;
		position: relative;
		border-radius: 50%;
	}
	.section-title .bar::before {
		content: '';
		position: absolute;
		left: 0;
		top: -3px;
		height: 8px;
		width: 8px;
		border-radius: 50%;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-name: MOVE-BG;
		animation-name: MOVE-BG;
	}
	@-webkit-keyframes MOVE-BG {
	  from {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  to {
	    -webkit-transform: translateX(163px);
	            transform: translateX(163px);
	  }
	}

	@keyframes MOVE-BG {
	  from {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  to {
	    -webkit-transform: translateX(163px);
	            transform: translateX(163px);
	  }
	}
	.section-title p {
		margin-bottom: 0;
		line-height: 28px;
	}
	.single-delivery-services {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.single-delivery-services.pr-40 .ds-icon {
		margin-left: 17px;
	}
	.single-delivery-services .ds-icon i {
		display: block;
		width: 80px;
		height: 80px;
		text-align: center;
		line-height: 80px;
		font-size: 35px;
		border: 2px dashed #062a4d;
		border-radius: 50%;
		color: #062a4d;
		transition: .3s linear;
	}
	.single-delivery-services:hover .ds-icon i {
		border: 2px dashed #f99a00;
	}
	.home-yellow .single-delivery-services:hover .ds-icon i {
		border: 2px dashed #f99a00;
	}
	.ds-content h5 {
		font-size: 18px;
		text-transform: capitalize;
		line-height: 1;
		margin-bottom: 10px;
		font-weight: 600;
		transition: .3s linear;
	}
	.ds-content p {
		margin-bottom: 0;
	}
	.single-delivery-services.pl-40 .ds-icon {
		margin-right: 17px;
	}
	.d-services-img {
		text-align: center;
		position: relative;
	}
	.d-services-img::before {
		content: "";
		position: absolute;
		background-image: url(../images/layout/ellips_shape.png);
		width: 578px;
		height: 578px;
		background-repeat: no-repeat;
		left: -90px;
		top: -15px;
		z-index: -1;
	}
	.d-services-img::after {
		content: "";
		position: absolute;
		background-image: url(../images/layout/services_bg.png);
		width: 709px;
		height: 585px;
		background-repeat: no-repeat;
		left: -155px;
		top: -20px;
		z-index: -1;
	}
	.home-yellow .d-services-img::after {
		background-image: url(../images/layout/s_services_shape.png);
	}
	.services-style-two .single-delivery-services {
		background: #fff;
		padding: 35px 30px;
		margin-bottom: 30px;
		box-shadow: 0 3px 15px rgba(25, 25, 25, 0.1);
	}
	.services-style-two .single-delivery-services.pr-40 .ds-icon {
		margin-left: 20px;
	}
	.services-style-two .single-delivery-services.pl-40 .ds-icon {
		margin-right: 20px;
	}
	.single-delivery-services:last-child {
		margin-bottom: 0;
	}


	/* 6. Video */
	.video-bg {
		background-image: url(../images/layout/dark-blue-background-45.jpg);
		overflow: hidden;
		background-position: center;
		background-size: cover;
		position: relative;
		z-index: 1;
		padding: 100px 0;
	}
	.video-bg::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: rgb(6, 42, 77);
		height: 100%;
		z-index: -1;
		opacity: .9;
	}
	.video-title h2 {
		font-size: 35px;
		text-transform: capitalize;
		color: #fff;
		margin-bottom: 17px;
	}
	.video-title p {
		color: #dbdbdb;
		margin-bottom: 35px;
	}
	.video-play {
		text-align: center;
		margin-bottom: 45px;
	}
	.video-play a.popup-video {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		text-align: center;
		line-height: 100px;
		color: #fff;
		margin: 0 auto;
		position: relative;
		font-size: 18px;
	}
	.video-play a.popup-video::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
		-moz-transition: background-color 0.25s ease-out,;
		-o-transition: background-color 0.25s ease-out;
		-webkit-transition: background-color 0.25s ease-out;
		transition: background-color 0.25s ease-out;
		background-color: #fff;
		-webkit-animation: hoop-animation 2s 0s both ease-out infinite;
		-moz-animation: hoop-animation 2s 0s both ease-out infinite;
		-o-animation: hoop-animation 2s 0s both ease-out infinite;
		animation: hoop-animation 2s 0s both ease-out infinite;
		animation-play-state: running;
		z-index: -1;
	}
	.video-play a.popup-video::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		opacity: 0;
		-moz-transition: background-color 0.25s ease-out,;
		-o-transition: background-color 0.25s ease-out;
		-webkit-transition: background-color 0.25s ease-out;
		transition: background-color 0.25s ease-out;
		background-color: #fff;
		-webkit-animation: hoop-animation 2s 1s ease-out infinite;
		-moz-animation: hoop-animation 2s 1s ease-out infinite;
		-o-animation: hoop-animation 2s 1s ease-out infinite;
		animation: hoop-animation 2s 1s ease-out infinite;
		animation-play-state: running;
		z-index: -1;
	}
	@-webkit-keyframes hoop-animation {
	  0% {
	    opacity: 1;
	    -moz-transform: translate(-50%,-50%) scale(0.5);
	    -ms-transform: translate(-50%,-50%) scale(0.5);
	    -webkit-transform: translate(-50%,-50%) scale(0.5);
	    transform: translate(-50%,-50%) scale(0.5);
	  }
	  100% {
	    -moz-transform: translate(-50%,-50%) scale(1);
	    -ms-transform: translate(-50%,-50%) scale(1);
	    -webkit-transform: translate(-50%,-50%) scale(1);
	    transform: translate(-50%,-50%) scale(1);
	    opacity: 0;
	  }
	}
	@keyframes hoop-animation {
	 0% {
	    opacity: 1;
	    -moz-transform: translate(-50%,-50%) scale(0.5);
	    -ms-transform: translate(-50%,-50%) scale(0.5);
	    -webkit-transform: translate(-50%,-50%) scale(0.5);
	    transform: translate(-50%,-50%) scale(0.5);
	  }
	  100% {
	    -moz-transform: translate(-50%,-50%) scale(1);
	    -ms-transform: translate(-50%,-50%) scale(1);
	    -webkit-transform: translate(-50%,-50%) scale(1);
	    transform: translate(-50%,-50%) scale(1);
	    opacity: 0;
	  }
	}


	/* 9. Faq */
	.faq-bg {
		background-image: url(../images/layout/faq_bg.jpg);
		background-position: center;
		background-size: cover;
	}
	.faq-img img {
		width: 100%;
	}
	.faq-wrapper .card {
		margin-bottom: 13px;
		border-radius: 0;
		border: none;
		padding: 23px 25px;
		background: #fff;
		box-shadow: 0px 0px 70px 0px rgba(45, 3, 91, 0.05);
	}
	.faq-wrapper .card-header {
		padding: 0;
		border-radius: 0;
		background: no-repeat;
		border: none;
	}
	.card-header:first-child {
		border-radius: 0;
	}
	.faq-wrapper .card-header h5 a {
		font-size: 16px;
		font-weight: 600;
		display: block;
		text-decoration: none;
		line-height: 1.4;
		padding-right: 50px;
		border-bottom: 1px dashed transparent;
	}
	.faq-wrapper .card-header h5 a {
		padding-bottom: 15px;
		border-bottom: 1px dashed #d8d8d8;
	}
	.faq-wrapper .card-header h5 a.collapsed {
		color: #062a4d;
	}
	.faq-wrapper .card-header h5 a.collapsed {
		padding-bottom: 0px;
		border-bottom: 1px solid transparent;
	}
	.faq-wrapper .card-header h5 a::after {
		position: absolute;
		content: "\f067";
		top: 21px;
		right: 30px;
		font-family: "Font Awesome 5 Free";
		height: 26px;
		width: 26px;
		text-align: center;
		font-weight: 700;
		line-height: 22px;
		font-size: 10px;
		border-radius: 50%;
		background: #fff;
	}
	.faq-wrapper .card-header h5 a.collapsed::after {
		content: "\f067";
		color: #747373;
		border-color: #747373;
	}
	.faq-wrapper .card-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0;
		padding-top: 20px;
	}
	.faq-wrapper .card-body p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 28px;
	}
	.faq-wrapper .card:last-child {
		margin-bottom: 0;
	}


	 .home-yellow .transparent-btn, .faq-wrapper .card-header h5 a::after, .cart-plus-minus input {
		    border: 2px solid #f99a00;
		}


	/* Porto was adding padding */
	.accordion .card-header a {
	    padding: 0;
	}




/* ------------------------------------------------------------------- */
/* 06 CATEGORY
---------------------------------------------------------------------- */


	/* bread crumbs */
/*    .page-header.page-header-lg {
        padding: 10px 0 50px 0;
    }

    .breadcrumb > li {
        display: inline-block;
        font-size: 0.7em;
        text-transform: uppercase;
        text-shadow: none;
    }
    .breadcrumb.breadcrumb-light {
        color: #7d7d7d;
    }

    .breadcrumb.breadcrumb-light a {
        color: #7d7d7d;
    }
        .breadcrumb.breadcrumb-light a:hover {
            color: #fff;
        }

    .breadcrumb.breadcrumb-light .active {
        opacity: 0.7;
    }*/

	/* Category name on sub-cats */
/*	.product .product-thumb-info h4 {
	    letter-spacing: normal;
	    font-weight: 300;
	}

	.product-thumb-info-content.product-thumb-info-content a h4  {
		color:#777;
	}

	.product .product-thumb-info {
	    background: transparent;
	}

	.product:hover .product-thumb-info {
		background-color: transparent;
	}*/




	/* product details */
/*	.product-listing-info {
		position: absolute; 
		bottom: 15px; 
		left: 25px;
	}
    .product-listing-info .product-name {
    	font-weight: 500;
    	line-height: 10px;
    }
    .product-listing-info .product-category {
    	font-size: 0.9em;
    }*/



    /* Pagination */
/*    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
	    background-color: #212529 !important;
	    border-color: #212529;
	}
	.pagination a.page-link {
		color:#212529;
	}

	.pagination a.page-link:hover {
		color:#000;
	}*/



	.card-title {
		margin-bottom: .1em; 
		font-weight: 700; 
	}





/* ------------------------------------------------------------------- */
/* 07 PRODUCT DETAIL
---------------------------------------------------------------------- */

	/* gallery with dots */
	.owl-dots button.active span{
	    background-color:black !important;
	}

	/* buy button */
	html .btn-secondary {
	    background-color: #f99a00;
	    border-color: #f99a00 #f99a00 #f99a00;
	    color: #FFF;
	}

		html .btn-secondary:hover {
		    background-color: #d38302;
		    border-color: #d38302 #d38302 #d38302;
		    color: #FFF;
		}

	.btn-tiny {
		font-size: 0.8em;
		line-height: 12px;
		padding: 0.5em 1em;
	}

	.nav-tabs .nav-item {
	    margin-bottom: -1px;
	    margin-right: 5px;
	}

	.img-thumbnail .zoom {
	    background: 0 0;
	    background-color: transparent;
	    color: #c3c1c1;
	    border: 1px solid #ccc;
	}

/* ------------------------------------------------------------------- */
/* 11. SHOPPING CART
---------------------------------------------------------------------- */


	/* no top border on feature box */
	.featured-box.featured-box-dark .box-content:not(.box-content-border-0) {
	    top: 0;
	    border-top-width: 0;
	}





/* ------------------------------------------------------------------- */
/* 12. GALLERIES
---------------------------------------------------------------------- */


	

/* ------------------------------------------------------------------- */
/* 13. FOOTERS
---------------------------------------------------------------------- */

	/* background */
	#footer {
	    background: #011a34;
	    border-top: 4px solid #011a34;
	}
	.footer-b {border-bottom: 1px solid #052c54}
	.footer-bottom-bg {background-color: #001429;}
	

	/* credit card icons */
	.footer-cc-symbols .fab {
		font-size:3em;
		color:#efefef;
		padding-left:5px;
	}

	#copyright {color: #777; padding-top: 10px}

	#footer p {color: #777;}


/*	span.active>a{
		border-bottom-color: #08c!important;
    	color: #08c!important;
	}*/
