/*!
Theme Name: E-NewsFlash
Theme URI: https://engineerbd.net
Author: Engineer BD Network
Author URI: http://engineerbd.net
Description: Themes Is WordPress Theme Market.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newsflash_themesseller.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the themesseller.com.

*/
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0;
    font-weight: normal;
	padding: 0;
	line-height: 1.2;
	font-size: 16px;
}

p{
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 17px;
	color: #000;
	width: 100%;
	font-family: SolaimanLipiNormal;
	background: #f8feff;
	line-height: 1.2;
	margin: auto;
}

a{ text-decoration: none }
a:hover { text-decoration: none }

/*======================================
		khandakarit col Start
======================================*/  
.khandakarit-1{
	max-width: 100% ;
	width: 100%;
	flex: 0 0 auto;
}

.khandakarit-2{
	max-width: 50%  ;
	width: 100%;
	flex: 0 0 auto;
}

.khandakarit-3{
	max-width: 33.33% ;
	width: 100%;
	flex: 0 0 auto;
}

.khandakarit-4{
	max-width: 25% ;
	width: 100%;
	flex: 0 0 auto;
}

.khandakarit-6{
	max-width: 16.66%;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		khandakarit col End
======================================*/  

/* container update */
.container {
	max-width: 1212px !important;
}


                /*======================================
                        header-section Start
                ======================================*/

.date {
	margin-top: 7px;
}

.header-search {
	position: relative;
}

.header-search input[type="text"] {
	background: transparent;
	font-size: 16px;
	padding: 7px;
	border: 1px solid #f4f4f4;
	width: 100%;
	outline: inherit;

}

.header-search button[type="submit"] {
	background: #363c42;
	font-size: 23px;
	line-height: auto;
	padding: 0 16px 0;
	cursor: pointer;
	border: none;
	outline: inherit;
	position: absolute;
	right: 0;
	height: 100%;
}


.header-social {
	text-align: right;
	margin-top: 7px;
}

.header-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-social ul li {
	display: inline-block;
}

.header-social ul li::after {
	content: "I";
	padding-left: 15px;
	padding-right: 15px;
      color: #a8a6a6;
}
.header-social ul li:last-child:after{
	content: "I";
	color: transparent;
}

.header-social ul li:first-child:after{
	content: "I";
}

.header-social ul li a {
	color: #878787;
	font-size: 19px;
	text-decoration: none;
}

.header-social ul li:nth-child(1) a{
	color: #3b5998 ;
}

.header-social ul li:nth-child(2) a{
	color: #00acee ;
}

.header-social ul li:nth-child(3) a{
	color: #c4302b  ;
}

.header-social ul li:nth-child(4) a{
	color: #0e76a8 ;
}

.header-social ul li:nth-child(5) a{
	color: #8a3ab9 ;
}



/*======================================
		header-section End
======================================*/




/* =============Header2 css Start ================= */



.header2 .date {
	margin-top: 20px;
	text-align: center;
}

.header2 .header-social {
	text-align: center;
	margin-top: 35px;
}




.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: -31px;
	z-index: -1;
	transition: .8s all;
}

.searchBar.showSearch {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 26px;
	z-index: 999;

}

.searchIcon {
	float: right;
	font-size: 22px;
	color: #19232d;
	cursor: pointer;
	margin-top: -30px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #19232d;
	height: 50px;
	font-size: 16px;
	outline: inherit;
	padding: 0 5px;
}

.searchBar input[type="submit"] {
	border: none;
	font-size: 16px;
	padding: 0 14px;
	background: transparent;
	color: #fff;
}

.searchBar button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #19232d;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #19232d;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #0881c8;
}

/* =============Header2 css Start ================= */



				
	
/*======================================
		Logo banner section Start
======================================*/

.logo-banner {
	background: <?php echo $khandakarit['header_background']?>;
	color: <?php echo $khandakarit['header_font']['color']?>;
	padding: 10px 0;
	border-top: 1px solid #eae8e8;
	margin-top: 5px;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner {
	margin-top: 15px;
}

.mobileLogo {
	display: none;
}

/*======================================
	Logo banner section End
======================================*/

			
	
/*======================================
	menu css-start
======================================*/

.sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    transition: .8s all;
}

/*======================================
	menu css-End
======================================*/



/*===============Scroll 05 css Start============*/

.scroll-section5 {
	margin-bottom: 10px;
}
.top_scroll5 {
    overflow: hidden;
}

.scroll5-left {
	position: absolute;
	width: auto;
	line-height: 24px;
	z-index: 99;
}







.scroolbar5 {
	padding: 6px;
    position:relative;
}

.scroolbar5 {
	position: absolute;
	right: 0;
	top: 0px;
	height: 100%;
	float: right;
	width: 59px;
	height: 40px;
	background: #19232D;
	color: #ffffff;
	cursor: pointer;

}

.scroolbar5::after {
	position: absolute;
	top: 0;
	right: 100%;
	content: '';
	height: 0;
	width: 0;
	border-bottom: 40px solid #19232D;
	border-left: 16px solid transparent;
	display: inline-block;	
}


.scroll5-right i {
	color: #01284f;
}


.scroolbar5 button span {
	position: absolute;
	left: 0;
	top: -15px;
	bottom: -5px;
	right: 0;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}

.scroolbar5 > button {
	background: transparent;
	border: transparent;
}

.alert {
	position: relative;
	padding: 0 !important;
	margin-bottom: 0 !important;

}

/*===============Scroll 05 css End============*/



/*======================================
	Section one css-Start
======================================*/
.sec-one-image {
	position: relative;
	overflow: hidden;
}

.sec-one-image img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}

.sec-one-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 7px 5px 9px 8px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,rgba(0,0,0,.8) 100%);
	margin: 0;


}



.sec-one-title a:hover {
	color: #ffe300;
}


.sec-small-cat {
	position: absolute;
	left: 0;
	top: -35px;
	background: #f00;
	padding: 2px 10px;
	transition: .8s all;
}


.sec-small-cat a {
	color: #ffffff;
	font-size: 14px;
}

.sec-one-image:hover .sec-small-cat{
	top: 0;
}

.video-icon1 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 46px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 29px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}

.sec-one-image:hover .video-icon1 i {
	background: #ffffff;
	color: #8B1010;
}


.sec-one-wrpp:hover .video-icon1 i {
	background: #ffffff;
	color: #8B1010;
}

.sec-one-wrpp2:hover .video-icon1 i {
	background: #ffffff;
	color: #8B1010;
}



.khandakarit_led_active button.owl-prev {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	left: 20px;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	font-size: 30px;
	line-height: 50px ;
	opacity: 0;
	visibility: hidden;
	transition: .4s all;
	outline: inherit;
}


.khandakarit_led_active button.owl-next {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	right: 20px;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	font-size: 30px;
	line-height: 50px ;
	opacity: 0;
	visibility: hidden;
	transition: .4s all;
	outline: inherit;
}
.khandakarit_led_active:hover button.owl-prev {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.khandakarit_led_active:hover button.owl-next {
	opacity: 1;
	right: 0;
	visibility: visible;
}


.khandakarit_led_active .owl-dots {
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	z-index: 1;
	
}


.khandakarit_led_active .owl-dots button.active {
	background: #333 !important;
}

.khandakarit_led_active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background-color: rgba(0, 0, 0, 0.4);
	transition: .8s all;
	outline: inherit;
}

/* section one sub content */

.sec-one-wrpp {
	overflow: hidden;
	background: #fafeff;
	margin-top: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.secOne-news {
	padding: 8px 8px 0 8px;
}


.secOne-sub-image {
	position: relative;
}

.secOne-sub-image img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}


.sec-one-item2 {
	margin-top: 15px;
}


.sec-one-wrpp2 {
	overflow: hidden;
	background: #fafeff;
	margin-bottom: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.secOne-image2 {
	position: relative;
}

.secOne-image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secOne-title2 {
	margin: 2px 0 15px;
}


.secOne-title2 a:hover {
	color: #721311;
}



.cat-meta {
	border-top: 1px solid #eeeeee;
	padding: 4px 6px 7px;
	text-align: left;
}

.cat-meta a {
	font-size: 14px;
	color: #444;
	border-left: 3px solid #e74c4f;
	padding-left: 5px;
}


/* secton small item */
.secOne-smallImg {
	position: relative;
	overflow: hidden;
}

.secOne-smallImg img {
	width: 40%;
	float: left;
	margin-right: 10px;
	height: 75px;
}

.secOne-smallImg2 {
	position: relative;
	overflow: hidden;
}

.secOne-smallImg2 img {
	width: 40%;
	float: left;
	margin-right: 10px;
	height: auto;
}


.secOne-smallItem {
	background: #fafeff;
	overflow: hidden;
	padding: 8px 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin-bottom: 15px;
}

.secOne_smallTitle {
	margin: 0;
	overflow: hidden;
}


.secOne_smallTitle a:hover{
	color: #510303;
}

.sec-small-cat1 {
	position: absolute;
	left: 0;
	bottom: -30px;
	background: #b61b19;
	padding: 2px 10px;
	transition: .8s all;
	z-index: 99;
	line-height: 1;
}

.sec-small-cat1 a {
	color: #ffffff;
	font-size: 14px;
}

.secOne-smallItem:hover .sec-small-cat1 {
	bottom: 0;
}

.small-icon1 i {
	position: absolute;
	top: 49%;
	left: 20%;
	height: 35px;
	width: 35px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 31px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 21px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}
.secOne-smallItem:hover .small-icon1 i {
	background: #ffffff;
	color: #8B1010;
}

.secOne-add {
	padding: 10px 0 5px;
}

.secOne-add img {
	width: 100%;
	height: auto;
}


/*======================================
	Section one css-End
======================================*/



.live-item {
	margin-bottom: 20px;
}

.live_title {
	text-align: left;
	position: relative;
	padding-left: 13px;
	background: #19232d;
	margin-bottom: 5px;
}

.live_title a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
}

.live_image {
	position: relative;
	border: 2px solid #880101;
}

.live_image img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.live-icon i {
	position: absolute;
	top: 49%;
	left: 49%;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 24px;
	padding-left: 3px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	cursor: pointer;
}

.live_image:hover .live-icon i{
	background: #ffffff;
	color: #8B1010;
}

.khandakarit {
	width: 14px;
	height: 14px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
    
}
.khandakarit {
	position: absolute;
	left: 8px;
	top: 33%;
	content: "";
}

@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #ffffff,  0 0 0 0 #ffffff;
                box-shadow: 0 0 0 0 #ffffff,  0 0 0 0 #ffffff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #ffffff;
              box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #ffffff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
}


@keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #ffffff,  0 0 0 0 #ffffff;
                box-shadow: 0 0 0 0 #ffffff,  0 0 0 0 #ffffff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #ffffff;
              box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #ffffff;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 20px rgba(255, 109,74,0);
    }
    
} 




.archive-title {
	font-size: 17px;
	color: #ffffff;
	background: #19232d;
	border-left: 4px solid #5E5E5E;
	padding: 9px 10px;
	margin-bottom: 9px;
	overflow: hidden;
	margin-top: 2px;
}


.wordpress-date {
	position: relative;
	margin-bottom: 10px;
}

.wordpress-date input[type="text"] {
	width: 100%;
	border: 1px solid #dddd;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	color: #000;
	outline: inherit;
}

.wordpress-date input[type="submit"] {
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	background: #01284f;
	border: none;
	color: #fff;
	padding: 0 17px;
}

/**=================================
           tab  start   
==================================**/
.news-titletab {
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 5px;
	overflow: scroll;
	max-height: 300px;
	overflow-x: hidden;

}

#recentPopular-tab > li {
	color: #000D39;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	width: 50%;
}

#recentPopular-tab .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0;
}



.tab-image {
    position:relative;
    
}

.tab-image img {
	width: 38%;
	float: left;
	margin-right: 7px;
	height: 58px;
	object-fit: cover;
}


.tab-border {
	overflow: hidden;
	border-bottom: 1px dashed#ddd;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

.tab_hadding {
	overflow: hidden;
}

.tab_hadding a{
	color:#000;
    font-size:16px;
    font-weight:400;
	display: inline-block;
    text-decoration:none;
    -webkit-transition:.8s all;
    -o-transition:.8s all;
    transition:.8s all;

}

.tab_hadding a:hover {
	color: #8B1010;
}


.tab-icon i {
	position: absolute;
	top: 41%;
	left: 19%;
	height: 35px;
	width: 35px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;

}
.tab-image:hover .tab-icon i {
	background: #ffffff;
	color: #8B1010;
}


.secOne-Rsitebar img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}


/*======================================
		Section-two css-Start
======================================*/



.khandakarit_cat6 {
	position: relative;
	overflow: hidden;
}

.khandakarit_cat6 .themeBazar6::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #282828;
	bottom: 28px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat6 .themeBazar6::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #282828;
	bottom: 36px;
	display: inline-block;
	vertical-align: bottom;
}



#categori-tab .nav-link.active {
	color: #ffffff;
	background-color: #f00;
}

#categori-tab .nav-link {
	background: #282828;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 17px;
	margin-right: 13px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

.sec-two-wrpp {
	overflow: hidden;
	background: #282828;
	padding: 10px;
	margin-bottom: 20px;
}

.sec-two-title {
	margin-top: 6px;
	margin-bottom: 0;
}


.sec-two-title a:hover{
    color: #ff0;
}
.section-two-image {
	position: relative;
}
.section-two-image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}


.mediam-icon i {
	position: absolute;
	top: 50%;
	left:50%;
	height: 45px;
	width: 45px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 41px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}

.section-two-image:hover .mediam-icon i {
	background: #ffffff;
	color: #8B1010;
}


/*======================================
	Section-two css-End
======================================*/



/*======================================
	Categori Title start
======================================= */
  
.khandakarit_cat_one {
	margin-bottom: 12px;
	background: #ffffff;
	border-bottom: 3px solid #e74c4f;
	line-height: 30px;
}


.khandakarit_cat_one > span > a {
	color: #ffffff;
	background: #19232d;
	display: inline-block;
	padding: 7px 18px;
	font-size: 21px;
}

.khandakarit_cat_one span2 {
	padding: 8px 8px 0 0;
	margin-right: -10px;
	margin-top: -7px;
	float: right;

}

.khandakarit_cat_one span2 a {
	color: #19232d;
	text-decoration: none;
	font-size: 17px;
	display: inline-block;
	margin-top: 7px;
	margin-right: 10px;
	transition: .8s all;
}
.khandakarit_cat_one span2 a:hover{
	color: #ff3c00;
}


.khandakarit_cat {
	position: relative;
	overflow: hidden;
}

.khandakarit_cat a {
	display: inline-block;
	color: #000;
	font-size: 21px;
	text-decoration: none;
	padding: 0 10px 0 0;
	margin-top: 12px;
	margin-bottom: 12px;
}
.khandakarit_cat .themeBazar::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #bdbcbc;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat .themeBazar::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #bdbcbc;
	top: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat i {
	color: #e74c4f;
}


.khandakarit_cat2 {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: 0 10px 0;
}

.khandakarit_cat2 a {
	display: inline-block;
	color: #000;
	font-size: 25px;
	text-decoration: none;
	padding: 0 10px 0 0;
	margin-top: 11px;
	margin-bottom: 8px;
}

.khandakarit_cat2 .themeBazar2::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #d9d9d9;
	top: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat2 .themeBazar2::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #d9d9d9;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat3 {
	position: relative;
	overflow: hidden;

}

.khandakarit_cat3 a {
	display: inline-block;
	color: #ffc107;
	font-size: 25px;
	text-decoration: none;
	padding: 0 12px 0 10px;
	margin-top: 9px;
	margin-bottom: 16px;
	border-left: 4px solid #f00;
}

.khandakarit_cat3 .themeBazar3::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #282828;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}

.khandakarit_cat3 .themeBazar3::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 6px solid #282828;
	top: 27px;
	display: inline-block;
	vertical-align: bottom;
}

.map-title {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	padding: 0 0 14px;
	border-bottom: 2px solid #e74c4f;;
}


/*======================================
	Categori Title End
======================================= */



/*======================================
	Section-three css-start
======================================*/
.section-three {
	background: #ffffff;
	padding: 10px 0 10px;
}										
.secThree-bg {
	background: #fafeff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.secOne-categori {
	margin-top: 20px;
}


.secThree-cat a {
	color: #ffffff;
	text-decoration: none;
}

.sec-theee-image {
	position: relative;
}

.sec-theee-image img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.secThree-title {
	padding: 6px 12px 18px;
	margin: 0;
}



.secThree-title a:hover {
	color: #550202;
}

.video-icon3 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 29px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}
.sec-theee-image:hover .video-icon3 i {
	background: #ffffff;
	color: #8B1010;
}



.secThree-wrpp {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
	background: #fafeff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.sec-theee-image2 {
	position: relative;
}

.sec-theee-image2 img {
	width: 100%;
	height: 105px;
	object-fit: cover;
}

.secThree-title2 {
	padding: 6px 10px 18px;
	margin: 0;
}


.secThree-title2 a:hover {
	color: #550202;
}

.bg2 {
	background: #fafeff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.secThree-smallItem {
	overflow: hidden;
	padding: 8px 8px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #929292;
}

.secThree-smallItem:last-child {
	border: none;
}

.secThree-smallImg {
	position: relative;
	overflow: hidden;
}

.secThree-smallImg img {
	width: 40%;
	float: left;
	margin-right: 10px;
	height: auto;
}



.small-icon3 i {
	position: absolute;
	top: 49%;
	left: 20%;
	height: 37px;
	width: 37px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 33px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 21px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.secThree-smallItem:hover .small-icon3 i {
	background: #ffffff;
	color: #8B1010;
}

.division {
	background: #fafeff;
	padding: 22px 20px;
	margin-top: 10px;
}

.input-division {
	text-align: center;
}

.input-division select {
	width: 42%;
	float: left;
	margin: 0 12px;
	padding: 10px;
	font-size: 17px;
	border: 1px solid #ddd;
	color: #333;
}

.input-division input[type="submit"] {
	background: #e74c4f;
	color: #ffffff;
	font-size: 16px;
	padding: 5px 20px 5px;
	border: 1px solid #e74c4f;
	width: auto;
	border-radius: 5px;
	margin-top: 14px;
	cursor: pointer;
	transition: .5s all;
	box-shadow: rgba(0,0,0,.1) 0 1px 2px;
}


/*======================================
	Section-three css-End
======================================*/




/* Add section  */

.add-section {
    background: #ffffff;
    padding: 20px 0;
}
.add-section2 {
	background: #ffffff;
	padding-top: 14px;
}

.add-section3 {
	background: #ffffff;
	padding-bottom: 28px;
}

.add-section4 {
	background: #ffffff;
	padding: 20px 0 20px;
}

.add-image img {
	width: 100%;
	height: auto;
}

  


/*======================================
	Section-Four css-Start
======================================*/

.section-four {
	background: #ffffff;
	padding: 40px 0 15px;
}


.bg-3 {
	padding: 8px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.06);
	margin-bottom: 24px;
}




.secFour-wrpp {
	overflow: hidden;
	padding: 8px;
	box-shadow: 0 4px 5px 0 rgba(63, 28, 28, 0.06);
	margin-bottom: 15px;
}

.secFour-image {
	position: relative;
}

.secFour-image img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.secFour-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0;
	padding: 8px 5px 5px;
}


.secFour-title a:hover{
	color: #f7f200;
}

.secFour-slider {
	margin-bottom: 24px;
}

.secFour-slider .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	content: "";
	z-index: 1;
}

.secFour-slider .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background-color: rgba(0, 0, 0, 0.4);
	transition: .8s all;
	outline: inherit;
}

.secFour-slider .owl-dots button.active {
	background: #333333 !important;
}


.video-icon5 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 26px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}
.secFour-image:hover .video-icon5 i {
	background: #ffffff;
	color: #8B1010;
}




/*======================================
	Section-Four css-End
======================================*/


/*======================================
	Section-Four css-Start
======================================*/
 .section-four {
	padding: 10px 0 10px;
}

.white-bg {
	background: #fafeff;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}


.secFive-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 30%,rgba(0,0,0,.8) 100%);
	margin: 0;
	line-height: auto;
}



.secFive-title a:hover {
	color: #ff0;
}

.secFive-image {
	position: relative;
}

.secFive-image img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
  
.secFive-smallItem {
	overflow: hidden;
	margin-top: 8px;
	border-top: 1px dotted#929292;
	padding-top: 8px;
}


.secFive-smallImg {
	position: relative;
	overflow: hidden;
}
.secFive-smallImg img {
	width: 38%;
	float: left;
	margin-right: 10px;
	height: 80px;
}
.secFive_title2 {
	margin: 0;
	line-height: auto;
	overflow: hidden;
}


.secFive_title2 a:hover{
	color: #540A0A;
}

.small-icon4 i {
	position: absolute;
	top: 49%;
	left: 19%;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 22px;
	padding-left: 4px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.secFive-smallItem:hover .small-icon4 i {
	background: #ffffff;
	color: #8B1010;
} 


/*======================================
	Section-Four css-End
======================================*/

.section-five {
	margin: 10px 0px;
}


/*======================================
	Section-Six css-Start
======================================*/
.section-six {
	padding: 20px 0 40px;
}
.secSix-image {
	position: relative;
}

.secSix-image img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.secSix-title {
	margin: 7px 0 7px;
}

.secSix-title a {
	color: #000;
	font-size: 22px;
	display: inline-block;
	transition: .5s all;
}

.secSix-wrpp {
	padding: 8px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.06);
	margin-bottom: 10px;
}

.secSix-image2 {
	position: relative;
}

.secSix-image2 img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.secSix-image2:hover .video-icon5 i {
	background: #ffffff;
	color: #8B1010;
}


/*======================================
	Section-Six css-End
======================================*/



/*======================================
	Section-Seven css-Start
======================================*/
.section-seven {
	background: #212121;
	padding: 40px 0;
}



.black-bg {
	background: #282828;
	padding: 8px;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
	margin-bottom: 24px;
}

.secSeven-image {
	position: relative;
}

.secSeven-image img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}

.secSeven-title {
	margin: 7px 0 7px;
	line-height: auto;
}



.secSeven-title a:hover{
	color: #ffe300;
}



.video-icon6 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 2px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}
.secSeven-image:hover .video-icon6 i {
	background: #ffffff;
	color: #8B1010;
}

.video-icon6-2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 2px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	-moz-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}
.secSeven-image2:hover .video-icon6-2 i {
	background: #ffffff;
	color: #8B1010;
}


.secSeven-wrpp {
	width: 100%;
	background: #282828;
	padding: 8px;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,.05);
	margin-bottom: 15px;
}

.secSeven-image2 {
	position: relative;
}

.secSeven-image2 img {
	width: 100%;
	height: 185px;
	object-fit: cover;
}
.secSeven-title2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0;
	padding: 8px 5px 5px;
}


.secSeven-title2 a:hover{
	color: #ff0;
}




/*======================================
	Section-Seven css-End
======================================*/




/*======================================
	Section-Eight css-Start
======================================*/
.section-eight {
	padding: 10px 0;
	background: #ffffff;
}

.secEight-wrpp {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.secEight-wrpp2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;

}

.bg-4 {
	background: #f6f6f6;
	border-bottom: 1px solid #fbdfdf;
}

.secEight-image {
	position: relative;
}

.secEight-image img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.secEight-title {
	padding: 6px 8px 13px;
	margin: 0;
}


.secEight-title a:hover {
	color: #350371;
}


.secEight-image2 {
	position: relative;
}

.secEight-image2 img {
	width: 100%;
	height: 115px;
	object-fit: cover;
}


/*======================================
	Section-Eight css-End
======================================*/
.section-nine {
	padding: 10px 0;
}



/*======================================
	Section-Ten css-Start
======================================*/
.section-ten {
	padding: 10px 0;
	margin-bottom: 20px;
}

.white-bg .secFive-smallItem:first-child {
	border: none;
	margin-top: -7px;
}

.box-shadow {
	box-shadow: 0 1px 5px 0 #ddd;
	background: #ffffff;
	padding: 8px 8px 20px;
}

.photo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 17px;
	color: #ffffff;
}

.photoSlider-active button.owl-prev {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	left: 20px;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	font-size: 30px !important;
	line-height: 50px !important;
	padding-right: 12px !important;
	opacity: 0;
	visibility: hidden;
	transition: .4s all;
	outline: inherit;
}

.photoSlider-active:hover button.owl-prev {
	opacity: 1;
	left: 0;
	visibility: visible;
}

.photoSlider-active button.owl-next {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	right: 20px;
	top: 40%;
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	font-size: 30px !important;
	line-height: 50px !important;
	padding-left: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .4s all;
	outline: inherit;
}

.photoSlider-active:hover button.owl-next {
	opacity: 1;
	right: 0;
	visibility: visible;
}

.photoSlider-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	content: "";
	z-index: 1;
}

.photoSlider-active .owl-dots button {
	margin: 0 3px;
	padding: 3px !important;
	background-color: #333;
	transition: .8s all;
	outline: inherit;
	border-radius: 50%;
}

.photoSlider-active .owl-dots button.active {
	background: #ffffff !important;
	border: 2px solid #333;
}


.home-video-icon i {
	position: absolute;
	top: 50%;
	left: 17%;
	height: 40px;
	width: 40px;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 19px;
	padding-left: 2px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0 30px 2px gray;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.secFive-smallItem:hover .home-video-icon i {
	background: #ffffff;
	color: #8B1010;
}



/*======================================
	Section-Ten css-End
======================================*/





/* ========================================
	* PhotoGallery section start
=========================================*/
.photoGallery {
	padding: 30px 0;
}

.photo img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.photoCaption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	right: 0;
	text-align: center;
	margin-bottom : 0px;

}


.homeGallery button.owl-prev {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50px);
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	box-shadow: 0 0 5px #333;
}
  

.homeGallery button.owl-next {
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50px);
	z-index: 999;
	width: 50px;
	height: 50px;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	box-shadow: 0 0 5px #333;
}
  
.phtot2 img {
	height: 70px;
	object-fit: cover;
	border: 1px solid #ddd;
	padding: 2px;
	border-radius: 5px;
}
    
.homeGallery1 .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	content: "";
	z-index: 1;
}

.homeGallery1 .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #01284f !important;
	outline: inherit;
}
.homeGallery1 .owl-dots button.active {
	background: #8E0021 !important;
	padding: 10px 3px 3px 3px !important;
}



/* ========================================
	* PhotoGallery section End
=========================================*/





/*======================================
	Footer area css-Start
======================================*/


.footer-menu {
	text-align: center;
	margin-bottom: 36px;
	border-bottom: 1px solid #333333;
	padding-bottom: 22px;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 6px;
}


.footer-menu ul > li > a:hover {
	border-color: #b08400;
}


.footer-title {

	font-size: 20px;
	padding-bottom: 11px;
	position: relative;
	border-bottom: 1px solid #333333;
	margin-bottom: 22px;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	height: 3px;
	width: 10%;
	background: #666666;
}


.footer-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-content ul li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.footer-content i {
	margin-right: 5px;
}


.copy_right_section {
	border-top: 1px solid #333232;
	margin-top: 36px;
	padding-top: 25px;
	margin-bottom: 43px;
}


.design-developed {
	text-align: right;
}
.design-developed a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
}



  

/*======================================
	Footer area css-End
======================================*/


  


  

/*============popup cart css start =============*/
.popup-wrpp{
	position: relative;
}

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

#mymodal {
	position: relative;
	background-color: #ffffff;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 0 8px #333;
	border-radius: 5px;
	transition: .8s all;
}


.mfp-close-btn-in .mfp-close {
	background: #01284F;
	width: 30px !important;
	height: 30px;
	line-height: 25px;
	opacity: inherit;
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	padding-right: 0;
}   

/* Magnific popup modal End */
