
BODY {
	BACKGROUND-POSITION: left top;
    background-repeat: repeat; 
    margin:0;
    padding:0;
	background:#f1f1f1;
    width: 100%;
    height: 100%;
	font-family: 'Lato', sans-serif!important;
	font-size: 15px;
	color:#444;
}



a {    
	color: #116fbf;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}


ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

li {
	margin: 0 0 7px 0; 
	padding: 0; 
	list-style-type: none; 
}

li span{
	font-weight:600; 	
}


 
h1{
	font-size:25px;
	color:#123688;
	font-weight:400;
	padding:15px 0;
	margin:15px 0;
}
 
h1.bangla{
    font-family: 'Hind Siliguri', sans-serif;
	font-size:25px;
	color:#123688;
	font-weight:400;
	margin:0;
	padding:15px 0;
}

h2{
	font-size:24px;
	color:#0aa4bb;
	font-weight:400;
	margin:0;
	padding:0 0 10px 0;
}


h3{
	font-size:14px;
	color:#444;
	margin:0;
	font-weight:400;
	padding:0 0 5px 0;
}


h4{
	font-size:15px;
	color:#000;
	margin:0 0 15px 0;
	font-weight:600;
	padding:5px 0;

}


.bold{
	font-weight:700;
}
.uppercase{
   text-transform:uppercase;
}

.italic{
   font-style: italic;
}


.underline{
text-decoration:underline;
}



.justify{
text-align:justify;
}


.center{
text-align:center!important;
}


.right{
text-align:right;
}

.hline{
border-left:1px solid #e7e7e7;
padding:0 10px 0 10px;
margin:0 0px 0 15px;
}

.mar{
margin:0!important;
padding:0!important;
}
.colmar{margin-bottom:30px;}
.colmar2{margin-bottom:10px;}
.top_area{z-index:999999!important;}
.top{width:100%; background-color:#fff;}
.menubg{width:100%; background-color:#fff;border-bottom:1px solid #e22310;padding: 8px 0; z-index:999999;}
.mid{
	font-size:16px;
	color: #444!important;
    padding:20px 0;	
	line-height:25px;
}

.mid_inner{}
.banner{margin-top:30px;z-index:777!important;}

.br{
	width:100%;
	height:15px;
}

.br_sm{
	width:100%;
	height:30px;
}

.spacer{
	width:100%;
	height:30px;
	float:left;
}

.spacer_big{
	width:100%;
	height:100px;
}

.search {
    padding: 5px 0;
    position: relative;
    line-height: 22px;
}

.search input {
	height:50px;
	line-height: 18px;
	padding:10px;
	border-radius:4px;
 }

      

.searchbtn {
    height: 50px;
    position: absolute;
    right: 0;
    top: 5px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
	background:#e22310;
	border:0;
	padding:5px 20px;
	color:#fff;
}

.searchbtn:hover {
	background:#555 ;
}


.navbar-default {
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Hind Siliguri', sans-serif;
    color: #555!important;
    font-size: 16px!important;
	font-weight:400;
    text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover{
    color: #e22310 !important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > .active > a {
    color: #e22310!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #e22310!important;
    background-color: transparent!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0aa4bb!important;
    background-color: transparent!important;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding:0;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0 20px;
}


.dropdown-menu {
	width: 100%;
	background:#6cd8e8;
	text-align:left;
	border:0;
	box-shadow:none;
	border-radius:0;
}

.dropdown-menu > li > a {
    color: #fff!important;
	padding:5px 10px ;
	
}
.dropdown-menu > li > a:hover {
	background:#2dcce4;
    color: #fff!important;
}

.btn_red {
	padding:10px 20px; 
	background: #fff; 
	font-size: 16px;
	font-weight: 600;
	color:#000;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:uppercase;
	border-radius:6px;
	border:2px solid #df1f30;
}

.btn_red:hover {
	background: #df1f30; 
	color:#fff;	
	border:2px solid #df1f30;
}


.btn_red2 {
	padding:10px 20px; 
	background: #df1f30; 
	font-size: 16px;
	font-weight: 600;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:uppercase;
	border-radius:6px;
	border:2px solid #df1f30;
}

.btn_red2:hover {
	background: #fff; 
	color:#df1f30;	
	border:2px solid #df1f30;
}



.btn_red_sm {
	padding:6px 15px; 
	background: #df1f30; 
	font-size: 15px;
	font-weight: 600;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:uppercase;
	border-radius:6px;
	border:1px solid #df1f30;
}

.btn_red_sm:hover {
	background: #fff; 
	color:#df1f30;	
	border:1px solid #df1f30;
}



.btn_green {
	padding:6px 15px; 
	background: #41ac3e; 
	font-size: 15px;
	font-weight: 600;
	color:#fff;	
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	border:none;
    text-transform:uppercase;
	border-radius:6px;
	border:1px solid #41ac3e;
}

.btn_green:hover {
	background: #fff; 
	color:#41ac3e;	
	border:1px solid #41ac3e;
}


.topbar a {    
	color: #888!important;
    text-decoration: none;
}

.topbar a:hover, a:focus {
    color: #000!important;
    text-decoration: none;
}

.logo{
	padding: 15px 0 10px 0;
}


.navbar {
    position: relative;
    min-height: auto;
    margin-top:80px;
    margin-bottom: 0;
}
.carousel {
    border: 2px solid #ddd;
}
.carousel-caption{
	top: 0;
	left:7.5%;
	text-shadow:none;
	text-align:left;
}
.carousel-caption h1{
	font-size:50px;
	font-weight:400;
	color:#fff;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
	text-transform:uppercase;
}

.carousel-caption span{
	font-size:55px;
	font-family: 'lucida_sansdemibold_roman';
	font-weight:800;
	color:#0aa4bb;
	margin:0;
	padding:0 0 20px 0;
	text-align:left;
	text-shadow:none;
}

.carousel-caption h2{
	font-size:22px;
	font-weight:700;
	color:#5c5c5c;
	margin:0;
	padding:0 0 20px 0;
	text-transform:capitalize;
	text-align:left;
}

.carousel-caption p{
	font-size:15px;
	font-weight:400;
	color:#555;
	padding:0 0 10px 0;
}

.carousel-indicators .active {
    margin: 2px;
    width: 13px;
    height: 13px;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background:#0aa4bb ;
}

.carousel-control.left {
    background:transparent;
	opacity:1;
    left:0;
	top:50%;
	font-size: 30px;
	text-align:center!important;
}


.carousel-control.right {
    background:transparent;
	opacity:1;
	right:0;
    top:50%;
	font-size: 30px;
	text-align:center!important;
}


.img_border{
	border:1px solid #ddd;
	padding:5px;
}

.tick {
	margin:20px 0;
	padding: 0; 
}

.tick ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	
}

.tick li {
	margin:0; 
	padding: 0 0 10px 30px; 
	list-style-type:none;
    background: url(../images/tick.png) 0 7px no-repeat;
	color:#555;
	text-align:left;
}


.heading{
    font-size: 25px;
    color: #000;
    font-weight: 400;
    padding: 0px 0 5px 0;
    margin: 0px 0 20px 0;
	text-transform:uppercase;
	border-bottom:3px solid #41ac3e;
	display: inline-block;
}

.heading2{
    font-size: 22px;
    color: #000;
    font-weight: 400;
    padding: 0px 0 5px 0;
    margin: 0px 0 20px 0;
}

.heading2 span{
    font-size: 26px;
    font-weight: 600;
}

.martop10{margin-top:10px;}
.martop15{margin-top:15px;}
.martop20{margin-top:20px;}
.martop25{margin-top:25px;}
.martop30{margin-top:30px;}


.footer{
	width:100%;
	background: #fff; 
	color:#444;
	font-size:14px;
	padding: 0 0 20px 0;
	border-top:5px solid #8c8c8c;
    margin-top: 25px;
}
.footer li a{
	color:#444;
	font-size:14px;
}
.footer li a:hover{
	color:#e22310;
}

.footer p{
	text-align:left;
	padding:2px 0;
	margin:0 50px 0 0;
	color:#444;
	}

.copyright{
	width:100%;
	background:#fff;
	color:#aaa;
	font-size:12px;
	padding:10px 0;
	text-align:center;
	border-top:1px solid #ddd;
	
}

.footer h1{
	color:#222;
	font-size:17px;
	font-weight:600;
	text-align: left;
	padding:10px 0;
}


.faspace{margin-right:6px;}
.footer i {
    color: #e22310;
    font-size: 13px;
    padding: 0 10px 0 0;
}
.social a img {
    margin: 0 5px 0 0;
}

.social i {
    color: #888;
    font-size: 16px;
    padding: 0 10px 0 0;
}
.social i:hover{
    color: #fff;
}
.top .cart{float:left; margin:0 25px 0 0;}
.top .cart i{color:#e22310; font-size:24px;}

.subscribebg{
	width:82%;
	background:#8c8c8c;
	padding:15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin:0 0 15px 0;
	text-align:left;	
}

.subhead {
    color: #fff;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}
.form-control {
    border: 1px solid #ccc;
    height: 40px;
}
.form_field{
	background:transparent;
	border:1px solid #fff;
	color:#fff!important;
	width: 310px !important;
	margin:0 10px;
}
.form_field:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff!important;
}


.btn_white {
	padding:7px 20px; 
	background: #fff; 
	font-size: 14px;
	font-weight: 600;
	color:#000;	
	text-transform:uppercase;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

.btn_white:hover {
	background: #e22310; 
	color:#fff;
}


.subscribebg ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff!important;
}
.subscribebg ::-moz-placeholder { /* Firefox 19+ */
 color:#fff!important;
}
.subscribebg :-ms-input-placeholder { /* IE 10+ */
  color:#fff!important;
}
.subscribebg :-moz-placeholder { /* Firefox 18- */
  color:#fff!important;
}


.yellow{color:#ffea00;}
  
.keyfeatures{padding:20px 0; font-size: 15px; color: #116fbf;font-weight: 600;line-height: 20px;}
.keyfeatures i{float:left;font-size:40px;color:#000; margin-right:8px;}
.product-pic-info{font-size:15px;color:#000; text-align:center;}
.product_name{font-family: 'Hind Siliguri', sans-serif; font-size:16px;font-weight:400;color:#123688; margin: 5px 0 0 0;padding:0; height: 60px;}
.product_price{font-size:15px;color:#000;}
.product_price span{font-size:13px;color:#ff0000;padding-left:6px;}
.slider .item{background:#fff;border:1px solid #ddd; padding:5px;box-shadow:0 0 7px #ddd;display:table; width:100%;}	
.product_view_detail{background:#0aa4bb;padding:5px;color:#fff; text-align:center;}
.product_view_detail:hover{background:#13c2dc;}
.item .cart{background:#e22310; padding:5px 8px;text-align:center; margin-top: -110px; margin-bottom: 50px; border-radius: 5px; color: #fff; width: 70%; box-shadow: 0 0 10px #444;}
.item .cart i{color:#fff; font-size:18px; margin-left:5px;}
.product_discount{background:#ffea00; padding:2px 7px;top:6px; right:0;position: absolute;font-size: 14px;color: #123688;border: 1px solid #123688;}
.red{color:#e22310;}
.section{margin:0 0 50px 0;}
hr.style1 {
	height: 6px;
	background: url(../images/hr-11.png) repeat-x 0 0;
    border: 0;
} 
    
    

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#777!important;font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
 color:#777!important;font-size:14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#777!important;font-size:14px;
}
:-moz-placeholder { /* Firefox 18- */
  color:#777!important;font-size:14px;
}




.nav>li>a {
    font-size: 20px;
	color:#123688;

}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
	color:#0aa4bb;

}
.mega-dropdown {
	z-index:999999;
  position: static !important;
}
.mega-dropdown-menu {
    padding: 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  font-size: 17px;
  color: #000;
  padding: 0px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {

  text-decoration: none;
  color: #fff;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  font-weight: 600;
  color: #123688;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.sidebar{background:#fff; padding:10px;border-radius:6px;}
.panel-default>.panel-heading {
	font-size: 20px;
    color: #fff;
	font-weight:600;
    background-color:#b5b5b5;
}
.panel-default>.panel-heading span{
	font-size: 16px;
    float:right;
}
.panel-default>.panel-heading span a {
	color: #e22310;
}
.panel-default>.panel-heading span a:hover {
	color: #fff;
}
.panel-default {
    border-color: #b5b5b5;
}

input[type=checkbox], input[type=radio] {
    margin: 7px 0 0;}

.scrol{
	margin:20px 0;
	height:200px;
	overflow: auto;
}

.category_section{margin:0; padding:20px 0;border-top:2px solid #ddd;}
.fasm{font-size: 12px;}
.famd{font-size: 16px;}
.yellow2{color: #fdb308;}
.breadcrumb_area{margin-bottom:20px;}
.breadcrumb {
	font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius:0;
	border-bottom:1px solid #ccc;
}


.products .item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 0 0 7px #ddd;
    display: table;
    width: 100%;
}
.products .item .product-pic img {margin:0 auto;  height: 150px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #123688;
    border-color: #123688;
}
.slider-range{margin-top:8px;}

.item .product_btn{opacity:0;filter: alpha(opacity=0); -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;width: 100%;
    position: relative;}
.item:hover .product_btn{opacity:1;filter: alpha(opacity=1);}


.item:hover img{
	opacity:0.3; 
	filter: alpha(opacity=.3);
}

.autorbg {
	position: relative;
	width: 100%;
	background-image: url('../images/authorsbg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:20px;
	margin:0 0 20px 0;
	color:#fff;
	font-size: 18px;
	border-radius:5px;	
}
.autorbg .read_more a{color:#e22310;font-size: 14px;}
.autorbg .read_more a:hover{color:#fff;}



.read_more a{color:#e22310;font-size: 14px;}
.read_more a:hover{color:#000;}
.sidebar .search input {height: 40px;}
.sidebar .searchbtn {height:40px;padding: 5px 13px;}
.modal-content {
    border-radius: 0;
    background: #fff;
    border: 2px solid #e22310;
}
#loginModal .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#loginModal .nav li a {
    font-size: 16px;
    color: #123688;
    padding: 8px 15px;
}

label {font-weight: 400;}
.close {font-size: 30px;}
.modal-header {padding: 7px 15px;border-bottom: 1px solid #e5e5e5;}
.txt1{font-size:16px;}
.txt2{font-size:18px; padding:0 0 10px 0;text-align:left;}
.product_price{font-size:24px;}
.product_price span{font-size:20px;}
.well{background:#fff;}

.tabbable .nav-tabs > li  {
	margin:0;padding:0;
}

.tabbable .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #2b96cc;
	border:1px solid #2b96cc;
	}
.tabbable .tab-content{
border: 1px solid #2b96cc;
padding:15px;margin: 0 0 20px 0;
}

tabbable .nav-tabs {
    border-bottom: 0;
}
.tabbable .nav > li > a {
    padding: 10px 30px;
}

.summary_table tr td:first-child{background:#f3f3f3; width:20%;}
.scroll2{overflow:auto;height:450px;}

.cart_tble tr td img{width:60%;}
.head1{font-size:25px;}
.subhead1{font-size:22px;}
.no_txt{width:25%;}
.no_txt2{width:80%;}
.width12{width:12%;}
.table thead tr th{background:#d6d6d6;padding: 15px 12px;}
.table tbody tr td{padding:20px 10px;}
.table tbody tr td:last-child, .table thead tr th:last-child{text-align:right;}
.table.summary_table tbody tr td:last-child{text-align:left;}
.tbe_lft .table tbody tr td{text-align:left;}
.tbe_lft tbody tr td:last-child{text-align:right;}
.tbe_lft tbody tr td .checkbox{text-align:left;font-size:20px; color:#e22310;}

.table tbody tr td {
    border-top:0;
    border-bottom: 1px solid #ddd;
}

.envelop_border{
	background:#fff;
    border: 8px solid transparent;
    border-image: url(../images/envelop_border.jpg) 9 round;
	padding:25px;
	margin-top:20px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #999;
    border-top:0;
    border-right:0;
    border-left:0;
    border-bottom:1px solid #e22310;
	font-size: 18px;
}

.well h1{
	font-size:25px;
	color:#123688;
	font-weight:400;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
}
 
.well h1.bangla{
    font-family: 'Hind Siliguri', sans-serif;
	font-size:25px;
	color:#123688;
	font-weight:400;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}

.well h2{
	font-size:18px;
	color:#0aa4bb;
	font-weight:400;
	margin:0;
	padding:0 0 5px 0;
}

.tabbable.tabs-left .nav > li > a { padding: 7px 15px;font-size: 15px;border-radius:0;}
.tabbable.tabs-left .nav-tabs > li { width: 100%;}
.tabbable.tabs-left .tab-content { border:0;padding:0;}
.modal_title{font-size:20px;font-weight:600; color:#e22310;}
.signin_box{border:1px solid #ff0000; padding:5px 10px; margin:0 4px; border-radius:4px; float: left;}

.tblbg{background:#fff; padding:6px;box-shadow: 0 0 10px #b7b7b7;}
.tbl_left .table thead tr th, .tbl_left .table tbody tr td{text-align: left;}
.tbl_left .table thead tr th { background: #ececec;padding: 15px 12px;color:#e22310;}
.boimela .table tbody tr td { padding: 12px 10px;}
.bangla{font-family: 'Hind Siliguri', sans-serif;font-size:16px;}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {color: #fff;background-color: transparent;}
.badge { min-width: 35px;padding:0;font-size: 25px;}
.tbe_lft2 .table tbody tr td{text-align:left;}
.tbe_lft2 tbody tr td:last-child{text-align:left;}
.tbe_lft2 tbody tr td .checkbox{text-align:left;font-size:20px; color:#e22310;}
.cards span a{display:table-cell; margin:0 15px;}
i.icon {opacity: 1!important;margin: 0!important;width: auto!important;}

.topnav {
	width:100%;
float: left;
}

.topnav li{
float: left;
padding:5px 20px;
margin:0px;
font-family: 'Hind Siliguri', sans-serif;
font-size:17px;
color: #000;
list-style-type:none;
text-align:left;
}


.topnav a{    
    color: #000;
    text-decoration: none;
}

.topnav a:hover{
    color: #ff0000;
    text-decoration: none;
}


.sidebar .nav>li>a {
    font-size: 16px;
    color: #123688;
}
#accordion .no_box{display:table-cell;padding-right:5px;}
#accordion .title3{display:table-cell;}
#accordion .no_box2{text-align:right;}
.wbg{background:#fff; padding:10px;}
.gbg{background:#eaeaea; padding:10px;border:1px solid #fff;}
.price{color:#e22310;}
.wbg .table td{font-size: 14px;}
.wbg_rht .title3{color:#41ac3e;font-size: 20px;}
