/*!
Theme Name: UpdateNews
Theme URI: http://themesbazar.com/updatenews
Author: ThemesBazar.Com
Author URI: http://themesbazar.com
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: updatenews_themesbazar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the ThemesBazar.

*/

/* 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 !important;
    font-weight: normal;
	line-height: 1.2;
	font-size: 17px;
}

figure {
	margin: 0 !important;
}

p{
	margin: 0;
}


ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
body {
    font-size: 18px;
	color: #333;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #fff;
	line-height : 1.2 !important;


}
a{ text-decoration: none !important }
a:hover { text-decoration: none; color: none; !important}




.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_widget
{
	text-align : center;
}

/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% !important; 
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-2{
	max-width: 50% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-3{
	max-width: 33.33% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-4{
	max-width: 25% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-6{
	max-width: 16.66% !important;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		ThemesBazar col End
======================================*/  


/* =============Header css Start ================= */

.header {
	padding: 20px 0;
	background: #fff;
}

.logo img {
	width: 100%;
	height: auto;
}

.date {
	color: #000;
	text-align: center;
	margin-top: 18px;
}

.date i {
	color: #01192f;
	margin-left: 8px;
	margin-right: 8px;
}

.header-social {
	text-align: right;
	margin-top: 11px;
}

.header-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-social ul li {
	display: inline-block;
}

.header-social ul li i{
	background: #eee;
	color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 5px;

}

.header-social ul li .la-facebook-f{
	background-color: #3b5998 ;
}

.header-social ul li .la-twitter{
	background-color: #00acee ;
}

.header-social ul li .la-youtube{
	background-color: #c4302b  ;
}

.header-social ul li .la-linkedin-in{
	background-color: #0e76a8 ;
}

.header-social ul li .la-instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
				
/* =============Header  css End ================= */



/*======================================
	Themesbazar_header2 Section css-Start
======================================*/  
.header2 {
	background: #f9feff;
	padding: 7px 0;
}

.header-date2 {
	color: #000;
	margin-top: 5px;
	text-align: left;
}

.header-date2 > i {
	color: #012e48;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 3px;
}

.header2-social {
	text-align: right;
}

.header2-social i {
	background: #3b5998;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	transition: .8s all;
	border: 1px solid transparent;
	width: 35px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	margin-right: 5px;
}

.header2-social .la-facebook-f  {
	background: #3b5998;
}

.header2-social .la-facebook-f:hover {
	background: #eee;
	color: #3b5998;
	border: 1px solid #3b5998;

}

.header2-social .la-youtube {
	background: #c4302b;
}

.header2-social .la-youtube:hover {
	background: #eee;
	color: #c4302b;
	border: 1px solid #c4302b;
}


.header2-social .la-twitter {
	background: #00acee;
}

.header2-social .la-twitter:hover {
	background: #eee;
	color: #00acee;
	border: 1px solid #00acee;
}

.header2-social .la-linkedin-in:hover {
	background: #eee;
	color: #0e76a8;
	border: 1px solid #0e76a8;
}

.header2-social .la-linkedin-in {
	background: #0e76a8;
}


.header2-social .la-instagram:hover {
	background: #eee;
	color: #d6249f;
	border: 1px solid #d6249f;
}

.header2-social .la-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.banner2 {
	text-align: center;
	margin: 0 0 20px;
}


/*======================================
	Themesbazar_header2 Section css-End
======================================*/  





/*======================================
	Logo & Menu Section css-End
======================================*/

.menu-section {
	background: #333333;
	-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;
	height: 70px;
}


.logo img {
	width: 100%;
	height: auto;
}

.sticky {
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 999;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}


.clickMenu {
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	transition: .8s all;
	top: 45px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: 0 0  0;
}

.clickMenu.showMenu {
	position: absolute;
	top: 51px;
	transition: .8s all;
	height: 100%;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 999;
	text-align: center;
}

.menuIcon {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}


.menu-two {
	padding: 10px 20px 20px 46px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	background: #fff;
}

.menu-item-two ul li {
	padding-bottom: 6px;
	width: 16.35%;
	display: inline-block;
}

.menu-item-two ul li a {
	color: #000;
	font-size: 16px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	text-decoration: none;
}

.menu-item-two ul li a:hover {
	color: #9d0000;
}

#wrapper {
	margin-top: 23px;
}

.circle {
	width: 26px;
	height: 20px;
	position: relative;
	margin-top: -24px;
}

.menuIcon > span {
	margin-left: 32px;
}

.line {
	position: absolute;
	height: 2px;
	width:100%;
	background:white;
	border-radius:8px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.top {
	top:18%;
}
.middle {
	top:48%;
}
.bottom {
	top:78%;
}
.icon.close .top {
	transform:rotate(45deg);
	top:48%;
}
.icon.close .middle, .icon.close .bottom {
	transform:rotate(-45deg);
	top:48%;
}


.searchBar {
	max-width: 30%;
	position: relative;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	float: right;
	margin-top: -13px;
	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: 0px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #0a4466;
	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: #0a4466;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #012e48;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
	border: 2px solid #0881c8;
}

/*======================================
	Logo & Menu Section css-End
======================================*/

/*========= Banner  start =============*/


.mobile_logo {
	margin-top: 10px;
}


.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: #000e15;
	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============*/







/*================ThemesBazar======================
	Section One css Start
==================ThemesBazar====================*/
.section-one {
	padding: 10px 0 20px;
}


.secOne_wrpp {
	padding: 4px;
	border: 2px solid #eee;
	border-radius: 5px;
}

.secOne_image {
	position: relative;
}

.secOne_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.secOne_title {
	padding: 8px 7px 0px;
}


.secOne_title a {
	color: #000;
	font-size: 25px;
	display: inline-block;
	transition: .5s all;
}

.secOne_title a:hover {
	color: #0a4466;
}



.secOne_details {
	text-align: justify;
	padding: 0px 6px 6px;
}

.sectionNews-active {
	margin-bottom: 10px;
}

.secGllary-wrpp {
	box-shadow: 0 0 5px #efefef;
	margin-bottom: 26px;
}

.secGllary-padding {
	padding: 0 5px;
}

.secGllary-image {
	position: relative;
}

.secGllary-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.secGllary-details {
	text-align: justify;
	padding: 2px 8px 9px;
}

.secGllary-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
	margin-bottom : 0px;
}

.secGllary-title a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}


.secGllary-titlee {
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
	margin-bottom : 0px;
}

.secGllary-titlee a {
	font-size: 30px;
	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;
}



.sec_one_slider {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
}

.sectionNews-active button.owl-prev {
	background: rgba(0, 0, 0, 0.7) !important;
	position: absolute;
	left: 8%;
	top: 26%;
	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: 26%;
	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;
}


.themeBazar_facebook {
	background: #0335670f;
	padding: 10px 6px;
	font-size: 20px;
	color: #000;
	border-left: 4px solid #033567;
	margin-bottom: 10px;
	
}

.wordpress-date {
	position: relative;
}

.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;
}


.more_news {
	float: right;
	margin-bottom: 8px;
}


.more_news a {
	display: inline-block;
	color: #001f31;
	font-size: 15px;
	padding: inherit;
	border-radius: 50px;
	font-weight: 500;
	transition: .5s all;
	margin-top: 2px;
	text-decoration: none;
}
.more_news a:hover {
	color: #067AEE;
	transition: .7s;
}


/*================ThemesBazar======================
	Section One css End
==================ThemesBazar====================*/

.live-item {
	margin-bottom: 20px;
}


.live_title {
	text-align: left;
	position: relative;
	padding-left: 13px;
	background: #012e48;
	margin-bottom: 3px;
	border-left: 5px solid #085d8e;
}


.live_title a {
	font-size: 19px;
	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);
    }
    
} 


/**=================================
           tab  start   
==================================**/

.news-tavs {
	overflow: scroll;
	max-height: 340px;
	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: #00070b;
	border-top: 3px solid #065380;
}

.conut {
	position: absolute;
	left: -5px;
	top: 16px;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 28px;
	color: #333;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	border: 5px 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: 68px;
	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:17px;
    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;
}



.date_content {
	overflow: hidden;
	margin-bottom: 8px;
}

.last-date {
	margin: 0 3px;
	float: left;
}

.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: 4px 9px;
	font-size: 15px;
	color: #fff;
	border: none;
	text-align: center;
	transition: .8s;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	cursor: pointer;
}


/*======================================
	Tav css End
======================================*/


/*======================================
	Add Sectoin css Start
======================================*/
.add_image {
	margin: 3px auto;
	text-align: center;
}


.add_image img {
	height: auto;
	max-width : 100%;
}



/*======================================
	Add Sectoin css End
======================================*/



/*****======================================
	Section two css-Start
======================================*****/
.secTwo_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 17px;
	background: #fff;
	padding: 8px 8px 0 8px;
}

.secTwo_image {
	position: relative;
}

.secTwo_image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secTwo_title {
	padding: 5px 4px 10px;
}


.secTwo_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secTwo_title a:hover {
	color: #0a4466;
}


.secTwo_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}


.cat-meta {
	border-top: 1px solid #eeeeee;
	padding: 4px 6px 7px;
	text-align: left;
}


.cat-meta a {
	font-size: 13px;
	color: #444;
	border-left: 3px solid #52656f;
	padding-left: 5px;
}


/*****======================================
	Section two css-End
======================================*****/





/*****======================================
	Section Three css-Start
======================================*****/
.section_three {
	padding: 20px 0;
}

.secThree_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 5px 5px 0 4px;
	margin: 0 0 15px;
}


.secThree_image {
	position: relative;
}

.secThree_image img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}


.secThree_title {
	padding: 8px 6px 0px;
}

.secThree_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secThree_title a:hover {
	color: #0a4466;
}

.secThree_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}

.themesBazar_cat02 {
	display: block;
	margin-bottom: 7px;
	background-color: #E7F0F7;
	font-size: 20px;
}

.themesBazar_cat02 a {
	background: #01284F;
	color: #fff;
	padding: 10px 8px;
	position: relative;
	display: inline-block;
	transition: .5s all;
}

.themesBazar_cat02 > a::after {
	left: 100%;
	height: 0;
	width: 7px;
	position: absolute;
	top: 0;
	content: "";
	pointer-events: none;
	margin-left: 0;
	margin-top: 0;
	border-top: 44px solid #01284F;
	border-right: 8px solid transparent;
}

.themesBazar_cat02 a:hover {
	opacity: .9;
}

.secThree_image2 {
	position: relative;
}

.secThree_image2 img {
	width: 44%;
	height: 70px;
	float: left;
	margin-right: 5px;
}

.secThree_title2 {
	margin: 0 2px 5px;
}



.secThree_title2 a {
	color: #02121c;
	font-size: 19px;
	transition: .5s all;
}

.secThree_title2 a:hover {
	color: #2d0602;
}

.video-icon2 i {
	position: absolute;
	top: 50%;
	left: 22%;
	height: 33px;
	width: 33px;
	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: 3px;
	border: 2px solid #fff;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.secThree_image2:hover .video-icon2 i{
	background: #fff;
	color: #01192F;
}

/*****======================================
	Section Three css-End
======================================*****/


/*****======================================
	Section Three css-End
======================================*****/
.section_four {
	padding: 20px 0;
}

.secFour_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}


.secFour_image {
	position: relative;
}

.secFour_image img {
	width: 40%;
	height: 80px;
	float: left;
	margin-right: 5px;
}


.secFour_title {
	margin: 0 0 5px;
}


.secFour_title a {
	color: #02121c;
	font-size: 19px;
	transition: .5s all;
}

.secFour_title a:hover {
	color: #2d0602;
}

.video-icon3 i {
	position: absolute;
	top: 85%;
	left: 20%;
	height: 33px;
	width: 33px;
	line-height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-left: 3px;
	border: 2px solid #fff;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.secFour_image:hover .video-icon3 i{
	background: #fff;
	color: #01192F;
}


/*****======================================
	Section Three css-End
======================================*****/

.themesBazar_cat05 {
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 20px;
}

.themesBazar_cat05 a {
	color: #000;
	padding: 0 10px 0 0;
	margin: 12px 0;
	display: inline-block;
	transition: .5s all;
}

.themesBazar_cat05 .catBar::after {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #bdbcbc;
	top: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.themesBazar_cat05 .catBar::before {
	position: absolute;
	content: '';
	width: 100%;
	border-top: 5px solid #bdbcbc;
	top: 19px;
	display: inline-block;
	vertical-align: bottom;
}


/***=================================
           Section Six Start   
==================================***/
.section-five {
	padding: 20px 0;
	background: #f5f5f5;
	margin: 20px 0;
}


.secFive-wrpp {
	background: #fff;
}

.secFive-image {
	position: relative;
	max-width: 100%;
	margin-top: 5px;
}

.secFive-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.secFive-title {
	padding: 3px 4px 7px;
	border-bottom: 1px dashed #ddd;
}

.secFive-title a {
	font-size: 21px;
	color: #000;
	font-weight: 400;
	transition: .5s all;
}

.secFive-title a:hover {
	color: rgb(85, 7, 7);
}

.secFive-title2 {
	overflow: hidden;
	border-bottom: 1px dashed#ddd;
	padding: 2px 4px 7px;
	margin-bottom: 0px;
}


.secFive-title2 a {
	display: inline-block;
	font-size: 19px;
	color: #000;
	transition: .5s all;
}

.secFive-title2 a:hover {
	color: #6f0000;
}

.more_news2 a {
	display: block;
	text-align: center;
	font-size: 20px;
	border: none;
	padding: 5px;
	color: #000;
	background: #f6f6f6;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}



.secFive-image:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}

/*****=================================
           Section Five End   
==================================*****/


/*****=================================
        Section six Start   
==================================*****/
.section-six {
	padding: 20px 0;
}


.secSix_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}



.secSix_image {
	position: relative;
}

.secSix_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.secSix_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
}
.secSix_title a {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secSix_title a:hover {
	color: #ff0;
}


.secSix_image2 {
	position: relative;
}

.secSix_image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.secSix_title2 {
	padding: 5px 4px 10px;
}

.secSix_title2 a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secSix_title2 a:hover {
	color: #0a4466;
}


.secSix_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}



/*****=================================
        Section Six End   
==================================*****/

/*****=================================
        Section Seven Start   
==================================*****/
.section-seven {
	padding: 20px 0;
}

.secSeven_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}

.secSeven_image {
	position: relative;
}

.secSeven_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.secSeven_title {
	padding: 5px 4px 2px;
}

.secSeven_title a {
	color: #000;
	font-size: 23px;
	display: inline-block;
	transition: .5s all;
}

.secSeven_title a:hover {
	color: #0a4466;
}

.secSeven_image2 {
	position: relative;
}

.secSeven_image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.secSeven_title2 {
	padding: 5px 4px 10px;
}

.secSeven_title2 a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secSeven_title2 a:hover {
	color: #0a4466;
}

.secSeven_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}

.secSeven_image3 {
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secSeven_image3 img {
	width: 40%;
	height: 60px;
	float: left;
	margin-right: 5px;
}
.secSeven_title3 {
	/* display: inline; */
	line-height: 1;
}

.secFour_title {
	margin: 0 0 5px;
}

.secSeven_title3 a {
	color: #02121c;
	font-size: 18px;
	transition: .5s all;
}

.secSeven_title3 a:hover {
	color: #2d0602;
}

.secSeven_details {
	text-align: justify;
	padding: 5px 6px 6px;
	line-height: 1.3;
}

.video-icon4 i {
	position: absolute;
	top: 42%;
	left: 20%;
	height: 33px;
	width: 33px;
	line-height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,.14);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-left: 3px;
	border: 2px solid #fff;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}
.secSeven_image3:hover .video-icon4 i{
	background: #fff;
	color: #01192F;
}



/*****=================================
        Section Seven End   
==================================*****/





/*****=================================
        Section Eight Start   
==================================*****/
.divi_tab {
	position: relative;
	background: #eee;
}

#division-tab {
	margin: 0 0 10px;
}

#division-tab .nav-link.active {
	background-color: #061924;
	color: #fff;
}

#division-tab li {
	display: inline-block;
	text-align: center;
margin: auto;
	
}

#division-tab .nav-link {
	display: block;
	font-size: 18px;
	color: #061539;
	padding: 10px 8px;
	border-radius: 0;
	cursor: pointer;
}


.division_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}

.division_image {
	position: relative;
}

.division_image img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	object-position: top;
}

.division_title {
	padding: 5px 4px 10px;
}

.division_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.division_title a:hover {
	color: #0a4466;
}

.division_wrpp:hover .video-icon1 i{
	background: #fff;
	color: #01192F;
}


/*****=================================
    Section Eight End   
==================================*****/




/*****=================================
    Section Nine Start   
==================================*****/

.section-nine {
	padding: 20px 0;
}

.secNine_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}



.secNine_image {
	position: relative;
}

.secNine_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.secNine_title {
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
}
.secNine_title a {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secNine_title a:hover {
	color: #ff0;
}

.secNine_title2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
}
.secNine_title2 a {
	font-size: 19px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secNine_title2 a:hover {
	color: #ff0;
}


.secNine_image2 {
	position: relative;
}

.secNine_image2 img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: top;
}

.secNine_image:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}
.secNine_image2:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}


/*****=================================
    Section Nine End   
==================================*****/


/*****=================================
    Section Ten Start   
==================================*****/
.section-ten {
	padding: 20px 0;
}

.secTen_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}


.secTen_image {
	position: relative;
}

.secTen_image img {
	width: 100%;
	height: 142px;
	object-fit: cover;
	object-position: top;
}

.secTen_image2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	padding-top: 8px;
}


.secTen_image2 img {
	width: 45%;
	float: left;
	margin-right: 5px;
	height: 65px;
	object-fit: cover;
	object-position: top;
}

.secTen_title {
	padding: 6px 0 7px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.secTen_title a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}
.secTen_title a:hover {
	color: #01038a;
}


.secTen_title2 {
	margin-top: 2px;
	line-height: 1.1;
}

.secTen_title2 a {
	font-size: 17px;
	color: #000;
	transition: .5s all;
}

.secTen_title2 a:hover {
	color: #032471;
}

.video-icon5 i {
	position: absolute;
	top: 41%;
	left: 22%;
	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: #fff;
	border-radius: 50%;
	font-size: 23px;
	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;
}

.secTen_image2:hover .video-icon5 i {
	background: #fff;
	color: #01192F;
}


.secTen_image:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}
/*****=================================
    Section Ten 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 !important;
}

#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;
	margin-bottom: 0;
}

.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   
==================================*****/

/*****=================================
   Sectoin Eleven Start   
==================================*****/
.sectoin_eleven {
	padding: 20px 0;
}


.secEleven_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 0 0 15px;
}

.secEleven_image {
	position: relative;
}

.secEleven_image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}
.secEleven_title {
	padding: 5px 4px 2px;
}

.secEleven_title a {
	color: #000;
	font-size: 23px;
	display: inline-block;
	transition: .5s all;
}

.secEleven_details {
	text-align: justify;
	padding: 2px 6px 6px;
	line-height : 1.3;
}

.secEleven_image2 {
	position: relative;
}

.secEleven_image2 img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top;
}

.secEleven_title2 {
	padding: 5px 4px 10px;
}

.secEleven_title2 a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secEleven_title a:hover {
	color: #0a4466;
}
.secEleven_title2 a:hover {
	color: #0a4466;
}


.secEleven_image:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}
.secEleven_image2:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}

/*****=================================
   Sectoin Eleven End   
==================================*****/

/*****=================================
   Sectoin Eleven End   
==================================*****/
.section_twelve {
	margin: 20px 0;
}

.secTwelve_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	background: #fff;
	padding: 6px 6px 6px 6px;
	margin: 4px 2px 16px;
}

.secTwelve_image {
	position: relative;
}

.secTwelve_image img {
	width: 100%;
	height: 125px;
	object-fit: cover;
	object-position: top;
}


.secTwelve_title {
	padding: 5px 4px 10px;
}

.secTwelve_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secTwelve_title a:hover {
	color: #0a4466;
}


.secNews-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	content: "";
	z-index: 1;
}
.secNews-active .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #808080;
	outline: inherit;
}

.secNews-active .owl-dots button.active {
	background: #B30F0F !important;
	padding: 10px 3px 3px 3px !important;
}


.secTwelve_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #01192F;
}


/*****=================================
   Sectoin Eleven End   
==================================*****/

.photoGallery {
	padding: 20px 0;
}


.gallery_image img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	object-position: top;
}

.gallery_image2 {
	margin: 5px !important;
	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: auto;
	margin: 0 0 12px;
	border-radius: 5px;
}

#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-Section css-Start
======================================*/
.footer-section {
	background: #000000;
	padding: 40px 0 25px;
}


.footer-menu ul li {
	padding-bottom: 19px;
	width: 16%;
	display: inline-block;
}

.footer-menu ul li a {
	color: #DDD;
	font-size: 16px;
    text-decoration: none;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.footer-menu ul li a:hover {
	color: #ffb300;
}


.footer_color a{
	color: #fff;
}

.footer-sub-menu-item {
	border-top: 1px solid #4a4a4a;
	margin-top: 20px;
	padding-top: 27px;
	text-align: center;
}


.footer-sub-menu-item ul li {
	display: inline-block;
	margin-left: 15px;
}

.footer-sub-menu-item ul li a {
	transition: .8s all;
	border: 1px solid #2d2d2d;
	padding: 6px 16px;
	display: inline-block;
}

.footer-sub-menu-item ul li a:hover {
	color: #ffb300;
	border-color: #ffb300;
}



 /*--------- bottom footer css-start---------------*/
 .bottom-footer-section {
	background: #111;
	padding: 10px 0 15px 0;
	margin-bottom: 39px;
}

.edtor-contetn {
	color: #999;
}

.design-developed {
	text-align: center;
	color: #fff;
	margin-top: 5px;
}

.design-developed a {
	text-decoration: none;
	color: #f2f2f2de;
	font-size: 18px;
	font-weight: 700;
}


.themesBazar_scroll {
	width: 42px;
	height: 52px;
	padding: 10px;
	background: #061924;
	position: fixed;
	right: 25px;
	bottom: 90px;
	z-index: 9999;
	border-radius: 50px 50px 0 0;
}

.themesBazar_scroll i {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	top: 10px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}


 /*--------- bottom footer css-End---------------*/




/*===============Footer Scroll Start============*/
.footer_scroll {
	position: fixed;
	background: aliceblue;
	color: #fff;
	z-index: 99;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
}


.footer_left {
	position: absolute;
	width: auto;
	padding: 9px 20px 9px 10px;
	font-size: 17px;
	background-color: #000e15;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	z-index: 99;
}

.footer_right {
	height: 42px;
	width: 100%;
	line-height: 42px;
	background: #eee;
	overflow: hidden;
	
}


.footer_right div  {
	position: relative;
	animation: CSSright linear 25s infinite;
  } 
  @keyframes CSSright {
	0% { right: -100% }
	100% { right:100% }
  }
  .rightCSS:hover div {
	animation-play-state: paused;
  }
  

.footer_right a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-right: 12px;
	display: inline-block;

}

.footer_right i {
	color: #001f31;
}


/*===============Footer Scroll End============*/

/*======================================
	Footer-Section css-End
======================================*/

#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: #012f4a;
	width: 33px !important;
	height: 30px;
	line-height: 23px;
	opacity: inherit;
	color: #fff;
	text-align: center;
	position: absolute;
	right: -5px;
	top: -8px;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #333;
	text-align: right;
	padding-right: 3px;
	font-size: 24px;
}


/* Magnific popup modal End */



.single-home {
	background: #01284F;
	padding: 5px 13px 5px 6px;
	float: left;
	color: #fff;
}


.single-home a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}


.single-cats {
	background: #666666;
	padding: 5px 15px;
	float: left;
	color: #fff !important;
	font-size: 17px;
	margin-right: 10px;
}


.single-cat-info {
	background: #eee;
	margin-bottom: 8px;
	overflow: hidden;
	width: 100%;
}

.single-cats a {
	color: #fff;
	font-size: 18px;
	text-decoration: none !important;
}


.more_category ul li a:hover {
	color: #024871;
}

.more_category ul li {
	display: inline-block;
	color: #000;
	padding-top: 5px;
}

.more_category ul li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	transition: .5s all;
}

.more_category ul li::after {
	content: "I";
	padding-left: 10px;
	padding-right: 7px;
}


.cat_wrpp .secGllary-image img {
	width: 100%;
	height: 350px;
}