/* 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;
	line-height: 1.2;
	font-size: 17px;
}

figure {
	margin: 0;
}

p{
	margin: 0;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
    font-size: 19px;
	color: #333;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #fff;
	line-height: 1.2;


}
a{ text-decoration: none }
a:hover { text-decoration: none; color: none;}



.modal-dialog {
	max-width: 850px !important;
	margin-top: 5%;
}


.modal_image img {
	width: 100%;
	height: auto;
}

.btn-modal {
	background: #012f4a;
	width: 30px;
	height: 30px;
	line-height: 23px;
	color: #fff;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	text-align: center;
	font-size: 14px;
	z-index: 99;
	cursor: pointer;
}


.modal-body {
	padding: 4px;
}





/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% ; 
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-2{
	max-width: 50% ;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-3{
	max-width: 33.33%;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-4{
	max-width: 25%;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-6{
	max-width: 16.66%;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		ThemesBazar col End
======================================*/  






                /*======================================
                    Themesbazar_header Section css-start
                ======================================*/  
.themesbazar_header {
		background: #fbfbfb;
		padding: 10px 0;
		/* border-bottom: 1px solid #eee; */
		box-shadow: 0 2px 6px #eee;
	}

.header-social {
	text-align: right;
}


.header-social ul li {
	display: inline-block;
}

.header-social ul li::after {
	content: "I";
	padding-left: 13px;
	padding-right: 13px;
	color: #d5d5d5;
}
.header-social ul li:last-child:after{
	content: "I";
	color: transparent;
}

.header2-social ul li a {
	color: #878787;
	text-decoration: none;
}

.header-social ul li .la-facebook{
	color: #3b5998 ;
}						

.header-social ul li .la-twitter{
	color: #00acee ;
}

.header-social ul li .la-youtube{
	color: #c4302b  ;
}

.header-social ul li .la-linkedin{
	color: #0e76a8 ;
}

.header-social ul li .la-instagram{
	color: #8a3ab9 ;
}


.header-logoBanner {
	margin: 15px 0;
}


                /*======================================
                    Themesbazar_header Section css-End
                ======================================*/  




/*======================================
	Logo & Menu Section css-End
======================================*/
.menu-section {
	background: #01284F;
	/* background: #B30F0F; */
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 15px;
	position: relative;
}

.sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}




.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: 0;
	z-index: -1;
	transition: .8s all;
}


.searchBar.showSearch {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 26px;
	z-index: 999;

}

.searchIcon {
	float: right;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	margin-top: 14px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #01162b;
	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: #01162b;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #01162b;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #01162b;
}

/*======================================
	Logo & Menu Section css-End
======================================*/

/*========= Banner  start =============*/


.mobile_logo {
	display: none;
}


.logo_banner {
	padding: 15px 0;
	background: #fff;
}

.logo img {
	width: 100%;
	height: auto;
}
.banner img{
    width: 100%;
    height: auto;
	
}



/*===============Scroll 03 css Start============*/

.scroll-section3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_scroll2 {
    overflow: hidden;
}

.scroll3-left {
	position: absolute;
	width: auto;
	padding: 9px 20px 9px 10px;
	font-size: 17px;
	background-color: #01162b;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	z-index: 99;
}

.scroll3-right {
	height: 42px;
	width: 100%;
	line-height: 42px;
	background: #eee;
	overflow: hidden;
	
}



.scroll3-right div  {
	position: relative;
	animation: CSSright linear 25s infinite;
  } 
  @keyframes CSSright {
	0% { right: -100% }
	100% { right:100% }
  }
  .rightCSS:hover div {
	animation-play-state: paused;
  }
  

.scroll3-right a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-right: 12px;
	display: inline-block;

}

.scroll3-right i {
	color: #001f31;
}

/*===============Scroll 03 css End============*/



.more_news {
    float:right;
    margin-bottom: 8px;
}
.more_news a {
	display: inline-block;
	color: #033768;
	font-size: 15px;
	padding: 6px 20px;
	border-radius: 50px;
	font-weight: 500;
	transition: .3s;
	margin-top: 2px;
	text-decoration: none;
}
.more_news a:hover {
	color: #067AEE;
	transition: .7s;
}




/*============section-one Start==============**/
.section-one{
    background: #fff;
    padding: 15px 0;
}

.sectionNews-active {
	margin-bottom: 10px;
}

.secGllary-wrpp {
	margin-bottom: 26px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.secGllary-padding {
	padding: 0 5px;
}

.secGllary-image {
	position: relative;
}

.secGllary-image img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}

.secGllary-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
}
.secGllary-title a {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secGllary-title a:hover {
	color: #ff0;
}

.video-icon1 i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 47px;
	width: 47px;
	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: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 26px;
	padding-left: 5px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.secGllary-image:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}

.secOne_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}



.sectionNews-active button.owl-prev {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	left: 8%;
	top: 40%;
	z-index: 999;
	width: 35px;
	height: 35px;
	color: #ffff;
	font-size: 20px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	opacity: 0;
	visibility: hidden;

}


.sectionNews-active:hover button.owl-prev {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.sectionNews-active button.owl-prev:hover {
	color: #ff0;
}

.sectionNews-active button.owl-next {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	right: 8%;
	top: 40%;
	z-index: 999;
	width: 35px;
	height: 35px;
	color: #ffff;
	font-size: 20px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	opacity: 0;
	visibility: hidden;

}

.sectionNews-active:hover button.owl-next {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.sectionNews-active button.owl-next:hover {
	color: #ff0;
}


.sectionNews-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}
.sectionNews-active .owl-dots button {
    margin: 0 2px;
    padding: 3px !important;
    transition: .8s all;
    background: #01284f !important;
    outline: inherit;
}

.sectionNews-active .owl-dots button.active {
    background: #8E0021 !important;
    padding: 10px 3px 3px 3px !important;
}


.secOne_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 17px;
	background: #fff;
	padding: 8px 8px 0 8px;
	border-radius: 5px;
}
.secOne_image {
	position: relative;
}

.secOne_image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.secOne_title {
	padding: 5px 4px 6px;
}

.secOne_title a {
	font-size: 19px;
	color: #000;
	transition: .5s all;
}

.secOne_title a:hover {
	color: #01284F;
}

.cat-meta {
	border-top: 1px solid #eeeeee;
	padding: 4px 6px 7px;
	text-align: left;
}

.cat-meta a {
	font-size: 13px;
	color: #444;
	border-left: 2px solid #01162b;
	padding-left: 5px;
}



/* live start */

.live-item {
	margin-bottom: 20px;
}

.live_title {
	text-align: left;
	position: relative;
	padding-left: 13px;
	background: #012e48;
	margin-bottom: 3px;
	border-left: 5px solid #0a4466;
}

.live_title a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
}

.live_image {
	position: relative;
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 5px;
}

.live_image img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}

.live-icon i {
	position: absolute;
	top: 49%;
	left: 49%;
	height: 50px;
	width: 50px;
	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: 46px;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	padding-left: 2px;
	border: 2px solid #fff;
	-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: #fff;
	color: #01284F;
}

.themesBazar {
	width: 14px;
	height: 14px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
    
}
.themesBazar {
	position: absolute;
	left: 8px;
	top: 33%;
	content: "";
}

@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    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 #fff,  0 0 0 0 #fff;
                box-shadow: 0 0 0 0 #fff,  0 0 0 0 #fff;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
              box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 0 #fff;
    }
    
    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);
    }
    
} 
/* live End */



.themeBazar_facebook {
	background: #0335670f;
	padding: 10px 6px;
	font-size: 20px;
	color: #000;
	border-left: 4px solid #00262f;
	margin-bottom: 10px;
}
.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: #00262f;
	border: none;
	color: #fff;
	padding: 0 10px;
}



/* tabs start */
.news-tavs {
	overflow: scroll;
	max-height: 287px;
	overflow-x: hidden;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 5px;
}


.recentPopular {
	margin-bottom: 3px;
}

#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;
}

#recentPopular-tab .nav-link {
	display: block;
	color: #000D39;
	padding: 10px 10px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	text-align: center;
	background: #ddd;
	border-top: 3px solid #022940;
	font-size: 17px;
	margin: 0;
}

#recentPopular-tab .nav-link.active {
	color: #fff;
	background: #022831;
	border-top: 3px solid #046279;
}

.conut {
	position: absolute;
	left: -4px;
	top: 16px;
	background: #ddd;
	width: 30px;
	height: 30px;
	line-height: 22px;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #fff;
	padding-left: 1px;
	z-index: 99;
}

.tab-image {
    position:relative;
}

.tab-image img {
	width: 38%;
	float: left;
	margin-right: 7px;
	margin-left: 23px;
	height: 58px;
	object-fit: cover;
}

.tab-border {
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.tab_hadding {
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin: 0;
}

.tab_hadding a{
	color:#000;
    font-size:16px;
    font-weight:400;
	display: inherit;
    text-decoration:none;
    -webkit-transition:.8s all;
    -o-transition:.8s all;
    transition:.8s all;
}

.tab_hadding a:hover {
	color: #8B1010;
}


.videoIcon-03 i {
	position: absolute;
	top: 45%;
	left: 26%;
	height: 36px;
	width: 36px;
	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: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 4px;
	border: 2px solid #fff;
	-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;
	z-index: 9;
}
.tab-image:hover .videoIcon-03 i {
	background: #fff;
	color: #01192F;
}


/*============section-one End==============**/


/*============section-two End==============**/
.section-two{
    padding: 20px 0;
}

.secTwo_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 17px;
	background: #fff;
	padding: 8px 8px 0 8px;
	border-radius: 5px;
}

.secTwo_image {
	position: relative;
}
.secTwo_image img {
	width: 60%;
	float: left;
	margin-right: 10px;
	height: 180px;
}

.secTwo_title {
	padding: 2px 4px 10px;
}

.secTwo_title a {
	font-size: 22px;
	color: #000;
	transition: .5s all;
}

.secTwo_title a:hover {
	color: #01284F;
}

.content_details {
	text-align: justify;
	padding: 6px 6px 12px;
}

.secTwo_item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
}

.secTwo_image2 img {
	width: 38%;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.secTwo_title2 a {
	color: #02121c;
	font-size: 18px;
	transition: .5s all;
}

.secTwo_title2 a:hover {
	color: #2d0602;
}

.secTwo_item:hover .video-icon2 i {
	background: #fff;
	color: #01192F;
}

.video-icon2 i {
	position: absolute;
	top: 43%;
	left: 19%;
	height: 33px;
	width: 33px;
	background: rgba(0,0,0,.14);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	padding-left: 3px;
	border: 2px solid #fff;
	opacity: .8;
	transition: .8s all;
	z-index: 99;
}


/*============section-two End==============**/


/*============section-three Start==============**/

.section-three{
    padding: 15px 0 10px 0;
}


.secThree_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 17px;
	background: #fff;
	padding: 8px 8px 0 8px;
	border-radius: 5px;
}

.secThree_image {
	position: relative;
}

.secThree_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}


.secThree_title {
	padding: 5px 4px 10px;
}

.secThree_title a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}


.secThree_image2 img {
	width: 37%;
	height: 68px;
	float: left;
	margin-right: 5px;
}

.secThree_item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
}

.secThree_title2 a {
	color: #02121c;
	font-size: 18px;
	transition: .5s all;
}

/*============section-three End==============**/


/*****=================================
    Section Seven Start   
==================================*****/
.section_seven {
	padding: 20px 0;
}

.secFour_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 5px 5px 0 4px;
	margin: 0 0 15px;
}

.secFour_title {
	padding: 5px 8px 10px;
}

.secFour_title a {
	color: #000;
	font-size: 22px;
	display: inline-block;
	transition: .5s all;
}

.secFour_image {
	position: relative;
}

.secFour_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}


.secFour_image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.secFour_image2 {
	position: relative;
}

.secFour_title2 {
	padding: 5px 4px 10px;
}

.secFour_title2 a {
	color: #000;
	font-size: 19px;
	display: inline-block;
	transition: .5s all;
}

.secFour_title a:hover {
	color: #550301;
}
.secFour_title2 a:hover {
	color: #550301;
}


.secFour_wrpp:hover .video-icon1 i{
	background: #fff;
	color: #01192F;
}



/*****=================================
    Section Seven End   
==================================*****/




/*****=================================
    home_video_gallery  Start   
==================================*****/
.home_video_gallery {
	background: #222;
	margin: 20px 0;
}


.drak-bg {
	background: #000;
	padding: 20px;
	position: relative;
	height: 100%;
}

.themesBazar_darkCat {
	background-color: transparent;
	padding-left: 10px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}


.themesBazar_darkCat a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	padding: 3px 15px 0 0;
	display: inline-block;
}

.themesBazar_darkCat .themesBazar2::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 13px solid #222;
	bottom: 5px;
	display: inline-block;
	vertical-align: bottom;
}

.dark_image {
	position: relative;
	max-width: 100%;
}

.dark_image img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.dark_title {
	line-height: 22px;
	padding: 14px 0 0;
}

.dark_title a {
	font-size: 20px;
	color: #fff;
	transition: .5s all;
}


.darkPadding {
	padding: 20px 0;
}

#pills-tab.darkTav {
	margin-bottom: 10px;
}

#pills-tab.darkTav li > button {
	padding: 8px 20px;
	color: #fff;
	font-size: 20px;
}

#pills-tab.darkTav li {
	background: #4b4b4b;
	margin-right: 4px;
}

#pills-tab.darkTav .nav-link.active {
	color: #fff;
	background-color: #b30f0f;
	border-radius: 0;
}

.darkNews-wrpp {
	border: 1px solid #ddd;
	background: #fff;
	padding-bottom: 10px;
}

.dark_image2 {
	position: relative;
	max-width: 100%;
}
.dark_image2 img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}

.dark_title2 {
	padding: 5px 10px 8px;
	line-height: 21px;
}

.dark_title2 a {
	font-size: 19px;
	color: #000;
	transition: .5s all;
}

.dark_title2 a:hover {
	color: #0a4466;
}

.dark-btn {
	text-align: right;
	padding-top: 25px;
}

.dark-btn a::after {
	bottom: 0;
	content: "";
	position: absolute;
	left: -39px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 37px 40px;
	border-color: transparent transparent #b30f0f transparent !important;
}

.dark-btn a {
	background: #b30f0f;
	display: inline-block;
	padding: 8px 23px;
	font-size: 17px;
	color: #fff;
	position: relative;
}

.dark-btn i {
	padding-left: 9px;
}
.darkNews-active button.owl-prev {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 8%;
	top: 27%;
	z-index: 999;
	width: 40px;
	height: 40px;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .6s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 5px #333;
}

.darkNews-active:hover button.owl-prev {
	left: -8px;
	opacity: 1;
	visibility: visible;
}

.darkNews-active button.owl-prev:hover {
	color: #ff0;
}

.darkNews-active button.owl-next {
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 8%;
	top: 27%;
	z-index: 999;
	width: 40px;
	height: 40px;
	padding-right: 0;
	color: #ffff;
	font-size: 25px !important;
	line-height: 0;
	transition: .4s all;
	outline: inherit;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.darkNews-active:hover button.owl-next {
	right: -8px;
	opacity: 1;
	visibility: visible;
}

.darkNews-active button.owl-next:hover {
	color: #ff0;
}

.darkNews-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	content: "";
	z-index: 1;
}

.darkNews-active .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #808080;
	outline: inherit;
}

.darkNews-active .owl-dots button.active {
	background: #B30F0F !important;
	padding: 10px 3px 3px 3px !important;
}

.dark_icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 47px;
	width: 47px;
	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: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 26px;
	padding-left: 5px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.dark_image:hover .dark_icon i {
	background: #fff;
	color: #01192F;
}

.dark_icon2 i {
	position: absolute;
	top: 50%;
	left: 50%;
	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: #fff;
	border-radius: 50%;
	font-size: 25px;
	padding-left: 2px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 30px 2px grey;
	box-shadow: 0 0 30px 2px gray;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.dark_image2:hover .dark_icon2 i {
	background: #fff;
	color: #01192F;
}


.themesBazar3 {
	position: absolute;
	left: 12px;
	top: 31px;
	content: "";
}

.themesBazar3 {
	width: 10px;
	height: 10px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: animate 3s linear infinite;
	animation: animate 3s linear infinite;
}


@-webkit-keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;
                box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
              box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 10px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    }
    
}


@keyframes animate{
    0%
    {

        -webkit-box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;
                box-shadow: 0 0 0 0 #f00,  0 0 0 0 #f00;

    }
    
    40%
    {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
              box-shadow: 0 0 0 15px rgba(255, 109,74,0), 0 0 0 0 #f00;
    }
    
    80%
    {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 20px rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    } 
    100%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
                box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 15px rgba(255, 109,74,0);
    }
    
} 


/*****=================================
    home_video_gallery  End   
==================================*****/





/**=================================
        All category  start   
==================================**/
.themesBazar_cat01 {
	background: #0335670f;
	color: #000;
	font-size: 20px;
	padding: 10px 8px;
	margin-bottom: 10px;
	border-left: 4px solid #033567;
}

.themesBazar_cat01 a {
	color: #000;
	transition: 0.5s all;
}


.facebook-title {
	background: #0335670f;
	padding: 7px 6px;
	font-size: 20px;
	color: #000;
	border-left: 4px solid #033567;
	margin-bottom: 8px;
}

.latest-title {
	background: #0335670f;
	padding: 7px 6px;
	font-size: 20px;
	color: #000;
	border-left: 4px solid #033567;
	margin-bottom: 8px;
	margin-top: 10px;
}

/**=======================================
        All category css End 
 =======================================**/ 




 .photoGallery {
	padding: 20px 0;
}


.gallery_image img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: top;
}
.gallery_image2 {
	margin: 5px;
	cursor: pointer;
}

.gallery_image2 img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	object-position: top;
}

.gallery_wrpp2.slick-slide.slick-current{
	opacity: 0.7;
}

.themesBazar_gallery2 .la-angle-left {
	background: #061539;
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;	
	cursor: pointer;
	
}
.themesBazar_gallery2 .la-angle-right {
	background: #061539;
	color: #fff;
	font-size: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;	
	cursor: pointer;
}


/* single_pro_area Start */




/*****================ Countdown css Start =================*****/
.countdown_content {
	box-shadow: 0 0 10px #eee;
	padding: 10px 10px 20px;
	border-radius: 5px;
}

.countdown_content img {
	width: 100%;
	height: 200px;
	margin: 0 0 12px;
	border-radius: 5px;
	object-fit: cover;
	object-position: top;
}


#clock-b {
	display: flex;
}

.countdown {
	text-transform: uppercase;
	color: #000D39;
	font-size: 17px;
	text-align: center;	
}

.countdown span {
	display: inline-block;
	padding: 6px 15px;
 	border: 2px solid#000D39;
	 background: #001f31;
	font-size: 16px;
	border-radius: 10px;
	margin-right: 6px;
	color: #ffff;
	margin-bottom: 5px;
}

#clock-b span{
	margin-left: 10px;
}




/*****================ Countdown css End =================*****/



/*======================================
		Footer area css-Start
======================================*/
.footer-area {
	background: #01162b;
	padding: 50px 0 60px;
}

.footer_color a{
	color: #fff;
}

.footer_color{
	color: #ddd;
}

.footer-menu {
	text-align: center;
	margin-bottom: 36px;
	border-bottom: 1px solid #001c37;
	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 {
	display: inline-block;
	border: 1px solid #001c37;
	padding: 6px 15px;
	font-size: 16px;
	transition: .8s all;
}

.footer-menu ul > li > a:hover {
	border-color: #b08400;
}

.footer-title {
	color: #fff;
	font-size: 20px;
	padding-bottom: 11px;
	position: relative;
	border-bottom: 1px solid #001c37;
	margin-bottom: 22px;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	height: 3px;
	width: 10%;
	background: #012e5b;
}


.footer-content ul li {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
}

.footer-content i {
	margin-right: 5px;
}

.copy_right_section {
	background-color: #011931;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copy-right {
	font-weight: 400;
	font-size: 16px;
}

.design-developed {
	text-align: right;
	font-size: 16px;
}
.design-developed a {
	font-size: 17px;
	font-weight: 700;
}


.themesBazar_scroll {
    width:50px; 
    height:50px;
    padding:10px;  
    background: #01284F;
    position:fixed;
    right:25px;
    bottom:70px;
    border-radius: 50%;
    z-index: 999;
}

.themesBazar_scroll i {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	top: 11px;
	display: block;
	position: absolute;
	right: 10px;
}


.footer-scrool {
	position: fixed;
	background: aliceblue;
	color: #fff;
	z-index: 99;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-scrool-1 {
	float: left;
	width: auto;
	background: #540A0A;
	height: 100%;
	font-size: 18px;
	position: absolute;
	z-index: 99;
	line-height: 41px;
	padding: 0 20px 0 11px;
}

.footer-scrool-2 {
    height: 40px;
    font-size: 17px;
    line-height: 43px;
}


.footer-scrool-2 a {
	color: #000;
    text-decoration: none;
}

  

/*======================================
			Footer area css-End
======================================*/




/*============popup cart css start =============*/
.popup-wrpp{
	position: relative;
}

.quick-image img {
	width: 100%;
}

#mymodal {
	position: relative;
	background-color: #FFF;
	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;
	height: 30px;
	line-height: 25px;
	opacity: inherit;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	padding-right: 0;
}   

/* Magnific popup modal End */

.products_item {
	border: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	padding: 8px;
}

.wooco_item {
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
}

.wooco_cat {
	font-size: 22px;
	color: #fff;
	background: #01162b;
	padding: 10px 10px;
	margin: 0 0 10px;
	text-align: center;
}


.wooco_item img {
	float: left;
	margin-right: 15px;
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.single_wooco_title {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}

.single_wooco_title a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}



.date_content {
	overflow: hidden;
	margin-bottom: 8px;
}

.last-date {
	margin: 0 3px;
	float: left;
	width: 31%;
}

.last-date select {
	width: 82px;
	border: 1px solid #d9d9d9;
	padding: 8px 4px;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	margin-right: -1px;
}

.last-date select > option {
	border-radius: 15px;
}

.last-date input[type="submit"] {
	background: #033567;
	padding: 10px 27px;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	transition: .8s;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	cursor: pointer;
}