/*General style*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.bag-orange{background-color: #fa960a;color: #FFF}
img{max-width: 100%}
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto",Helvetica,Arial,sans-serif,SolaimanLipi;
    font-size: 16px;
}
body a:hover{  text-decoration: none;}
a, h1, h2, h3, h5, h6, p{font-family: "Roboto", SolaimanLipi}
.no-border-radius{border-radius: 0px}
/*
Primary Color: #fa960a
Primary Color: #000000
*/

/*Simple animation*/

/*simple animation*/
.navbar.top-nav .navbar-nav .nav-link, .blo-box .blog-overflow-content, .blog-overflow-content p, .single-products .book-block-footer, .single-products img, .footer-social li a, .footer_menus ul li a, .blog-squre .post-info, .blog-squre img, .single_service_category, .single_profile{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}



/*This style for menu*/




.navbar.top-nav{border-bottom: 1px solid #DDD;}

.navbar.top-nav .navbar-nav{margin-left: auto}
.navbar.top-nav .navbar-brand span{color: #fa960a}
.navbar.top-nav .navbar-nav .nav-link{ 
	color: #000;
	font-weight: 400;
	text-align: center;
}
.navbar.top-nav .navbar-nav .nav-link:focus, .navbar.top-nav .navbar-nav .nav-link:hover, .navbar.top-nav .navbar-nav .active > .nav-link{
    color: #fa960a;
    border-color: #fa960a;
}


.top-nav-brand{
    margin-top: -5px;
    margin-bottom: -5px;
}
.top-nav-brand img{
    max-height: 53px;
}
.navbar.top-nav .navbar-nav .dropdown-menu .nav-link{
	text-align: left;
}



/*Left Menu design style*/
.left_menu{}
.left_menu ul{}
.left_menu ul li{padding: 0px;background: #ffb44b;border-color: #fa960a; position:relative}
.left_menu ul li a {
	padding: 5px 10px;
	display: block;
	color: #FFF;
}
.left_menu ul li:hover{
	background: #d98003;
}
.left_menu ul li:hover ul.sub_menu{
	display: block;
}
.left_menu ul li:first-child {
	border-radius: 0;
}


/*left menu sub menu*/
.left_menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 200px;
	width: 250px;
	z-index: 2;
    border: 1px solid #fa960a;
    display: none;
    top: 0;
}
.left_menu ul li ul li {
	border-bottom: 1px solid #fa960a;
}
.left_menu ul li ul li:last-child {
	border-bottom: 0;
}
.left_menu ul li ul li a{}
.left_menu ul li ul li ul{list-style: none;margin: 0;padding: 0;display: none}

.left_menu ul li ul li:hover ul.third_menu{display: block}
.left_menu ul li ul li ul li{}
.left_menu ul li ul li ul li a{}




/*This style for slider section*/
.slider_section{position: relative}
.item h4{min-height: 500px;background:red}
.slider_section{}
.slider_section .owl-carousel{}
.slider_section .owl-carousel .item{position: relative}
.slider_section .owl-carousel .caption {
	position: absolute;
	top: 0;
	color: #FFF;
	padding-top: 5%;
	padding-bottom: 5%;
	left: 0;
	right: 0;
	bottom: 0;
	/* top: 0; */
	background: #00000070;
	margin: 0px;
}
.slider_section .owl-carousel .caption h3 {
	color: #ffec00;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 18px;
}
.slider_section .owl-carousel .caption h1{}
.slider_section .owl-carousel .caption p{}
.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 4px;
	border-radius: 0px;
}
.slider_section .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider_section .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #fa960a;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}
.slider_section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #fa960a;
    font-size: 50px;
    height: 100%;
    margin: 0;
    padding: 41px !important;
    border-radius: 0px;
    outline : none;
}

.slider_section .owl-theme .owl-nav [class*="owl-"]:hover{background-color: #fa960a4f}


.btn.btn-yellow{background-color: #fa960a;border-color: #fa960a;border-radius: 0;}
.btn.btn-yellow:hover{background-color: #ffec00;border-color: #ffec00;border-radius: 0;color: #000}



.category_title {
	position: relative;
	min-height: 36px;
	margin-bottom: 0px;
}
.category_title a {
	display: block;
	color: #212529;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 2;
}
.category_title span {
	background: #FFF;
	display: inline-block;
	overflow: hidden;
	padding: 0px 15px;
	font-size: 25px;
	font-weight: 300;
	text-transform: uppercase;
	/* color: #fa960a; */
}

.category_title a.left-title {
    left: 0;
    text-align: left;
}
.category_title a.left-title span{
    padding-left: 0;
}


.category_title::after {
	/* width: 100%; */
	height: 6px;
	border-top: 2px solid #c2c2c2;
	border-bottom: 2px solid #c2c2c2;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -5px;
    
}


.blo-box {
	position: relative;
	border-bottom: 1px solid #DDD;
}
.blo-box img{width: 100%}
.blo-box .blog-overflow-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #FFF;
	padding: 5px 20px;
	overflow: hidden;
	height: 60px;
    opacity: 0.8;
}
.blo-box .blog-overflow-content h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
    display: block;
    overflow: hidden;
    height: 53px;
}
.blo-box .blog-overflow-content p {
	margin: 0;
	display: block;
	overflow: hidden;
	height: 44px;
	font-size: 14px;
	margin-bottom: 5px;
    width: 0px;
}
.blo-box .blog-overflow-content h1 a{color: #212529;}

.blo-box:hover .blog-overflow-content {height: 150px; opacity:1}
.blo-box:hover .blog-overflow-content p{width: 100%}
.blo-box:hover img{opacity: 0.8}


.blog-squre{width: 100%;height: 100%;position: relative;overflow: hidden;box-sizing: border-box;}
.blog-squre img{width: 100%; transform: scale(1.2);}
.blog-squre .post-info {
	color: #FFF;
	visibility: visible;
	opacity: 1;
	text-shadow: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(23,23,23,0.6);
}
.blog-squre .post-info .post-title{width: 100%}
.blog-squre .post-info .btn-date{color: #FFF}
.blog-squre .post-info h1{color: #FFF;font-size: 25px}
.blog-squre .post-info h1 a{color: #FFF}

.blog-squre:hover img{transform: scale(1);}
.blog-squre:hover .post-info{opacity: 0;}
.blog-squre .pos-link{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%}






.books_section {background: #eee}
.books_section .category_title span{background: #eee}
.single-products{ text-align: center;overflow: hidden;border: 1px solid #DDD}
.single-products img{width:100%}
.single-products .book-block-footer {
	border-top: 1px solid #DDD;
	padding-bottom: 15px;
	top: 0;
	bottom: 0;
	padding: 5px;
	background: #EEE;
    left: 100%;
    width: 100%;
}
.single-products .book-block-footer h1 {
	font-size: 16px;
	padding-top: 15px;
	margin-bottom: 5px;
	font-weight: 400;
}
.single-products .book-block-footer h1 a {
	text-decoration: none;
	height: 40px;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	letter-spacing: 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.single-products .book-block-footer p {
	margin-bottom: 3px;
	color: #666;
    font-size: 14px;
}
.single-products .book-block-footer .button-block {
	display: block;
    overflow: hidden;
    padding-top: 10px;
    
}
.pricing{display: block;overflow: hidden;width: 100%}





/*Style for footer*/
footer{color: #212529}
.footer_top{background: #cecece;}
.footer-brand{color: #212529; font-size: 20px}
.footer-brand:hover{color: #212529; }
.footer-social{margin: 0;padding: 0;list-style: none;display: inline-block;}


.footer-social li{float: left;}
.footer-social li a {
	color: #848484;
	display: block;
	text-decoration: none;
	font-size: 20px;
	background: #DDD;
	padding: 5px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}
.footer-social li a:hover{background:  #fa960a; color: #FFF}

.footer-brand span{color: #fa960a}
.footer_middle{background: #cecece;}
.footer_bottom{background: #cecece;}

.footer_menus{}
.footer_menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_menus ul li{}
.footer_menus ul li a{
    color: #cdcdcd;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.footer_menus ul li a:hover{
    color: #fa960a
}

.developed-by a{color: #212529}
.developed-by a:hover{color: #212529}



/*This style for category apge*/
.category_header {
	position: relative;
	min-height: 100px;
	background: #022d4d;
}
.category_header img{ width: 100%;background-color: #000;height: 300px }
.cat_caption{width: 100%;position: absolute;display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    padding: 10px;
    background-color: #0000000f;
}
.cat_caption h1 {
	color: #FFF;
	font-size: 25px;
}

.cat_caption .breadcrumb {
	background: none;
	display: block;
	width: 100%;
	overflow: hidden;
    margin-bottom: 0;
}
.cat_caption .breadcrumb .breadcrumb-item {
	display: inline-block;
}
.cat_caption .breadcrumb .breadcrumb-item a {
	color: #ffec00 ;
}
.cat_caption .date {
	margin: 0;
	color: #6F6F6F;
	font-size: 14px;
}


/*Single book section design*/



.left-box-content{
    z-index: 8;
}
.left-box-content h1{
    font-size: 30px;
    margin-top: 15px;
}
.left-box-content h1 a{
    text-decoration: none;
    color: #FFF;
    display: block;
}
.left-box-content p {
    margin-bottom: 5px;
}

.single-products .book-block-footer p.price-tag {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    color: red;
    padding: 0px 7px;
}

.single-products .book-block-footer p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
}

.single-products .book-block-footer p.rattings .fa {
	color: orange;
}
.single-products .book-block-footer p.rattings .fas {
	color: #888;
}

.single-products:hover img{transform: scale(1.1);}

.product-img-wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.hover-icon-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	transform: scale(0);
	transition: 0.5s;
}

.hover-icon-wrapper a{
	text-align: center;
	width: 44px;
	height: 40px;
	border: 1px solid #fa960a;
	color: #fa960a;
	display: inline-block;
	margin-top: 35%;
	font-size: 20px;
	padding-top: 4px;
}
.single-products:hover .hover-icon-wrapper{
	transform: scale(1);
}


#product-carosel  .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 50px;
    height: 100%;
    margin: 0;
    border-radius: 0px;
    outline : none;
}
#product-carosel .owl-nav button span {
	background: #0000006e;
	color: #FFF;
	padding: 5px 15px;
}
#product-carosel  .owl-nav [class*="owl-"]:hover{background:none}
#product-carosel  .owl-nav [class*="owl-"]:hover button span{background:#000}

.gray_section, .gray_section .category_title span{background: #eee;}



.left-box-content .button-block{margin-top: 15px}
.btn.btn-yellow.background-transparent{background-color: transparent;margin-right: 10px;}



.contact_contant{border: 1px solid #DDD; border-radius: 10px;display: block;overflow: hidden}




/*Contact Page Design*/
.contact_us_page{background: #DDD}
.contact_contant{background: #FFF}
.page_heading{position: relative}
.page_heading .page_caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	background: #000000ad;
	bottom: 0;
	padding-top: 8%;
}
.page_heading .page_caption h1{
	text-transform: uppercase;
    font-weight: 300;
}
.custom_group_icon{
    padding: 2px 10px;
    font-size: 30px;
    background: orange;
    color: #FFF;
    border: none;
}

.mobile_nav{margin: 0;padding: 0;list-style: none;}
.mobile_nav li{display: inline-block;}
.mobile_nav li a {
	color: #000;
	padding: 10px 5px;
}
.mobile_nav li:first-child a{padding-left: 15px}

.profile_picture {
	position: absolute;
	z-index: 2;
	width: 100px;
	height: 100px;
	background: #DDD;
	border-radius: 5px;
	border: 1px solid #000;
	left: 5%;
	bottom: -10%;
    overflow: hidden;
}
.profile_picture img{}





/*This style for footer section*/
.footer_section{background: #e6e6e6}
.footer_section .footer_widget h1{color: #fa960a;font-size: 20px;}
.footer_section .footer_widget p{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget a{
    font-size: 14px;
	color: #1d1d1d;
}
.footer_section .footer_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_section .footer_widget ul li{}
.footer_section .footer_widget ul li a {
	font-size: 14px;
	color: #1d1d1d;
	text-decoration: none;
	display: block;
}
.footer_section .footer_widget ul li a:hover{color: #fa960a;}
.footer_widget{border-right:1px solid #5a5a5a;padding-right: 15px}
.footer_section .col-sm-3:last-child .footer_widget{border-right:none}

.footer_bottom_section{background: #d6d6d6;font-size: 14px;color: #1d1d1d;}
.footer_bottom_section p{margin: 0;font-size: 14px;color: #1d1d1d;}
.footer_bottom_section a{margin: 0;font-size: 14px;color: #fa960a;}


/*************************/
/*Scroll To Top main.css*/
/************************/
.scroll_top .top .go-top {
	position: fixed;
	bottom: 1em;
	right: 0em;
	text-decoration: none;
	color: #fa960a;
	font-size: 40px;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}


.dashboard_button {
	border: 1px solid #DDD;
	display: block;
	overflow: hidden;
	color: #fa960a;
    padding: 15px;
}
.dashboard_button p{color: #444;margin: 0;}

.about_content h1 {
	color: #444;
	font-weight: 700;
	font-size: 30px;
}
.about_content h1 span{
	color: #fa960a;
}
.home_about_blocks{}
.home_about_blocks img{width: 100%}
.home_about_blocks h1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
}
.home_about_blocks p {
	color: #000;
	font-size: 15px;
}


.left-bar-tabs{}
.left-bar-tabs .card{border: none}
.left-bar-tabs.accordion > .card > .card-header {
	padding: 0;
	margin: 0;
    border: none;
}
.left-bar-tabs.accordion > .card > .card-header .btn {
	margin: 0;
	padding: 5px;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	background: #fa960a;
	border: none;
	border-radius: 0;
	text-decoration: none;
	border-bottom: 1px solid #D57C00;
}
.left-bar-tabs .card-body {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}





/*This is new style for product page*/
.sinlge-product-right{}
.sinlge-product-right .pricing{}
.sinlge-product-right .pricing p.price-tag {
	font-weight: bold;
	font-size: 25px;
	margin: 0;
	float: left;
	margin-right: 15px;
	color: #343a40;
}
.sinlge-product-right .pricing p.price-tag.overright {
	color: #888;
	text-decoration: #000 line-through;
	font-weight: normal;
}
.sinlge-product-right .rattings{
    font-size: 25px;
    color: orange;
}


.product_tabs nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    border-radius:0;
    background:#fa960a;

}
.product_tabs nav > div a.nav-item.nav-link
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    border-radius:0;
    background:#272e38;
}

.product_tabs nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#fa960a;
    border-radius:0;
}

.product_tabs nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -58px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #fa960a ;
}
.product_tabs .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #fa960a;
    border-bottom:5px solid #fa960a;
    padding:30px 25px;
}
.product_tabs .tab-content > .tab-pane{
  padding: 15px
}

.product_tabs nav > div a.nav-item.nav-link:hover,
.product_tabs nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #fa960a;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


/*Rewview panel*/
.panel.panel-default{
    border: 1px solid #DDD;
padding: 5px;
margin-top: 15px;

}

.custom_breadcrumbs ol{margin-bottom: 0px}
.pagination.custom_pagination{padding-bottom: 0;margin-bottom:0}


.counter_section{
    
}
.single_counter_box{}
.single_counter_box a {
	display: block;
	overflow: hidden;
	color: #fff;
	border: 1px solid #FF9600;
	padding: 5px;
	background: rgb(250,150,10);
	background: radial-gradient(circle, rgba(250,150,10,1) 0%, rgba(250,143,10,1) 50%, rgba(208,122,0,1) 100%);
}
.counter_icon{font-size: 50px;}
.counter_content{}
.counter_content h3{font-size: 18px;}
.counter_content p {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}


.social_services_category{background: #022d4d;}
.social_services_category .category_title span{color: #FFF;background: #022D4D;}
.single_service_category {
	overflow: hidden;
	color: #022d4d;
	padding: 5px;
	border-radius: 5px;
	background: #FFF;
	min-height: 82px;
	display: table;
	width: 100%;
}
.single_service_category:hover {
	background: #fa960a;
	color: #FFF;
	transform: scale(1.15);
}
.single_service_category.active {
	background: #fa960a;
	color: #FFF;
	transform: scale(1.15);
}
.single_service_category h1 {
	font-size: 25px;
	vertical-align: middle;
	line-height: normal;
	display: table-cell;
}

.cart_item_row button {
	padding: 0px 3px;
}
.single_profile {
	display: table;
	width: 100%;
	border: 1px solid #FFD69E;
	border-radius: 40px;
	color: #022d4d;
    cursor: pointer;
}
.single_profile img {
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
}
.single_profile h5 {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.single_profile:hover{background: #FFD69E;}

.shipping_title{
	font-size: 23px;
	padding: 5px 10px;
	box-shadow: 0px 5px 14px -12px #000;
	border: 1px solid #DDD;
	color: #fa960a;

}

.cart_delete_button{position: relative}
.cart_delete_button span {
	position: absolute;
	left: 0;
	top: 0;
	background: #DDD;
	padding: 5px;
	text-align: center;
	padding-right: 0px;
	display: block;
}


.small_table_padding.table > tbody > tr > td, .small_table_padding.table > tbody > tr > th, .small_table_padding.table > tfoot > tr > td, .small_table_padding.table > tfoot > tr > th, .small_table_padding.table > thead > tr > td, .small_table_padding.table > thead > tr > th{padding:5px}

.achivment-timer {
	font-size: 20px;
	background: #000;
	padding: 5px;
	border-radius: 5px;
}
.achivment-timer p#achivment-timer {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
}
.achivment-timer p {
	color: #FFF;
    margin: 0;
}
.achivment-timer p#achivment-timer span{
	border: 1px solid #666;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
}

.navbar .navbar-nav.top_mobile_login_nav {
	margin-left: 0px;
    display: none;
}
.navbar .navbar-nav.top_mobile_login_nav li.nav-item{display: inline-block;}
.navbar .navbar-nav.top_mobile_login_nav li.nav-item a.nav-link{padding-right: 5px;}
.navbar .navbar-nav.top_mobile_login_nav li.cart_button a.nav-link{}


.mm-spn.mm-spn--navbar::after {
	background: #fa960a;
	opacity: 1;
	color: #FFF;
	font-weight: bold;
}
.mm-spn.mm-spn--navbar::before {
	opacity: 1;
	color: white;
	z-index: 2;
}
.mm-spn.mm-spn--light {
	color: #FFF;
	background: #022d4d;
}
.mm-spn li::before {
	opacity: 1;
	color: #FFF;
}
.mm-spn a:hover{
	color: #fa960a;
}
.footer_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}




.submit_model_view{position: relative}
.submit_model_view .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0000000d;
	color: #4D4D4D;
	text-align: center;
	display: block;
	overflow: hidden;
}

.submit_model_view .overlay .spin_icon {
	font-size: 50px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.submit_model_view .overlay .spin_icon.icon_add_cart_done {
	background: #FFF;
}
.submit_model_view .overlay .spin_icon.icon_add_cart_done svg{
	color:green;
    font-size: 150px
}
.submit_model_view .overlay .spin_icon svg{
    font-size: 50px;
}
.single-products{position: relative}
.discount_box {
	background: #ff0000a1;
	color: #FFF;
	display: inline-block;
	padding: 1px 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.navbar-dark{
	background: #022d4d !important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.navbar-dark .navbar-nav .active .nav-link{
	color: #fa960a;
}

.search-dropdown {
    display: block;width:100%;
	position: absolute;
	top: 38px;
	left: 0px;
}
.search-dropdown .list-group{border-radius: 0px;}
.search-dropdown .list-group a{padding: 0.5rem 1.25rem;}


/*New team*/
.contact_contant .card {
	border: 1px solid #3166ac40;
}
.member-box {
	position: relative;
	overflow: hidden;
}
.member-box::before {
	content: "";
	position: absolute;
	width: 16rem;
	height: 8rem;
	top: -8%;
	right: 28%;
	border: 25px solid #2690ff54;
	border-radius: 49%;
	transform: rotate(41deg);
}
span.shape {
	background: url(http://e-cab.net/public/web/img/elements/Pattern.png);
	position: absolute;
	bottom: -4px;
	height: 133px;
	width: 133px;
	background-repeat: no-repeat;
	right: 43px;
	z-index: -1;
	opacity: 0.8;
	background-size: contain;
	filter: brightness(0.5);
}
img.card-img-top {
	object-fit: cover;
	object-position: top;
	width: 100%;
	margin: 4px auto;
	position: relative;
	padding: 5px;
}
.card.member-box .card-body {
	height: 168px;
    overflow: hidden;
}
.card .card-body {
	background: #fff !important;
}
.card.member-box .card-body h4.member-title {
	font-size: 16px;
	font-weight: bold;
	margin: 9px 0px;
	color: #000000 !important;
	text-align: left;
}
.member-box .card-body strong {
	font-weight: 700;
	color: #000000;
}
.member-box .card-body span {
	color: #757575;
}

.team_social_menu{margin: 0;padding: 0;list-style: none;text-align: center}
.team_social_menu li{display: inline-block}
.team_social_menu li a {
	background: #747474;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
}
.team_social_menu li a:hover{
    background: #fa960a;
}
.btn-category{
	position: fixed;
	top: 150px;
	left: 0;
	color: #fff;
	border-radius: 0 3px 3px 0 !important;
	padding: 6px 7px;
	z-index: 2;
}

.search-category{
	border: 1px solid #fa960a; 
	border-radius:4px 0 0 4px; 
	border-right:none; 
	background: #f3f3f3;
	max-width: 120px;
}
.only-modile{
	display: none;
}
.raffel-draw-items{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
}
.raffle-content{
	width: 100%;
	font-size: 15px;
	text-align: justify;
}
.raffle-content h2{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fa960a;
}
.raffle-content ul{
	margin: 10px 0;
	padding: 0;
}
.text-green{
	color: green;
	font-weight: bold;
	font-size: 20px;
}
.raffle-content ul li{
	list-style: none;
	font-weight: bold;
}
.raffle-content ul li svg{
	color: #fa960a;
	margin-right: 8px;
}
.raffle-content .text-bold{
	font-weight: bold;
	color: #fa960a;
	font-style: italic;
}
.raffle-img{
	width: 100%;
}
.raffle-img img{
	width: 100%;
}
.custom-select{
	height: 48px;
}
.custom-card a.card-body, .custom-card{
	border-radius: 15px;
	border:1px solid #022d4d;
	box-shadow: 3px 5px 11px 1px #022d4d;
}
.custom-card a label{
	color: #fa960a;
}
.custom-card a h2{
	color: #022d4d;
	font-size: 50px;
}
.custom-card a h2 span{
	font-size: 32px;
	line-height: 68px;
}
.custom-card a.card-body:hover{
	background: #022d4d !important;
}
.custom-card a:hover h2{
	color: #fff;
}
.payment-options{
	margin: 15px 3%;
	float: left;
	width: 44%;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
}
.payment-options img{
	height: 90px;
	width: auto;
	max-width: 100%;
	transition: .5s;
}
.payment-options:hover img{
	transform: scale(1.1);
}
.bank-info p{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	color: #022d4d;
	margin: 0;
}
.bank-info p strong{
	color: #fa960a;
}