/* 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.html#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: 17px;
	color: #333;
	width:100%;
	font-family: SolaimanLipiNormal;
    background: #fff;


}
a{ text-decoration: none }
a:hover { text-decoration: none; color: none;}

/* container Update */
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1280px;
}

/* container Update */


.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 col End
======================================*/  



.date {
	background: #fff;
	padding: 8px 4px;
	text-align: center;
}

.header-social {
	background: #fff;
	text-align: center;
	padding: 3px 0;
	width: 30%;
	float: right;
}



.header-social a:hover {
	border: 1px solid #017cc2;
	color: #017cc2;
	background: transparent;
}


/*======================================
		ThemesBazar col End
======================================*/  


.logo_banner {
	padding: 15px 0;
}

.logo img {
	width: 100%;
	height: auto;
}
.banner img{
    width: 100%;
    height: auto;
	
}

/*======================================
	Logo & Menu Section css-End
======================================*/


.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 4px 10px rgba(0,0,0,.25),inset 0 25px 0 rgba(255,255,255,.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: #05568a;
}

#wrapper {
	margin-top: 13px;
}

.circle {
	width: 26px;
	height: 20px;
	position: relative;
	margin-top: -24px;
}

.menuIcon > span {
	margin-left: 27px;
}

.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: -33px;
	z-index: -1;
	transition: .3s 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: -21px;
	transform: rotate(270deg);
}

.searchBar input[type="text"] {
	width: 100%;
	border: 2px solid #05568a;
	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: #05568a;
	border: none;
	font-size: 17px;
	padding: 0 10px;
}

.remove {
	position: absolute;
	right: -6px;
	top: -14px;
	width: 18px;
	height: 18px;
	background: #05568a;
	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 {
	display: none;
}





/*===============Scroll 03 css Start============*/

.scroll-section3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.top_scroll2 {
    overflow: hidden;
}

.scroll3-right {
	height: 42px;
	width: 100%;
	line-height: 42px;
	background: #eee;
	overflow: hidden;
	
}


.scroll3-right div  {
	position: relative;
	animation: CSSright linear 29s 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============*/


.meta-right {
	float: right;
	margin-right: 8px;
}

.cat-meta {
	border-top: 1px solid #eee;
	padding-bottom: 9px;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 2px;
}




/*================ThemesBazar======================
	Section One css Start
==================ThemesBazar====================*/
.section-one {
	padding: 10px 0 20px;
}
.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: 350px;
	object-fit: cover;
	object-position: top;
}
.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;
}
.secGllary-title a {
	font-size: 23px;
	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: #00669F;
}

.secOne-wrpp:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}




.secOne-wrpp {
	overflow: hidden;
	box-shadow: 0 0 6px #e8e8e8;
	margin-bottom: 12px;
	background: #fff;
}

.sectionOne-image2 {
	position: relative;
}

.sectionOne-image2 img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.secOne_title {
	padding: 5px 8px 10px;
}

.secOne_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secOne_title a:hover {
	color: #0a4466;
}

.sectionNews-active button.owl-prev {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 8%;
	top: 31%;
	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;
}
.sectionNews-active:hover button.owl-prev {
	left: -8px;
	opacity: 1;
	visibility: visible;
}

.sectionNews-active button.owl-prev:hover {
	color: #ff0;
}

.sectionNews-active button.owl-next {
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 8%;
	top: 31%;
	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;
}

.sectionNews-active:hover button.owl-next {
	right: -8px;
	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: #00669F !important;
    padding: 10px 3px 3px 3px !important;
}




.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;
}



.sitebarImage {
	position: relative;
}

.sitebarImage img {
	width: 100%;
	height: 155px;
	object-fit: cover;
	object-position: top;
}

.sitbar-title {
	padding: 3px 0 7px;
	background: #EFF8FF;
	margin-bottom: 10px;
}

.sitbar-title a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}
.sitbar-title a:hover {
	color: #05568A;
}

.sitaber-details {
	text-align: justify;
}

.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: .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_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: #05568A;
}

.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;
}








.tab-image {
    position:relative;
}

.tab-image img {
	width: 40%;
	float: left;
	margin-right: 7px;
	margin-left: 23px;
	height: 66px;
	object-fit: cover;
	object-position: top;
}

.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: #05568A;
}


.videoIcon-03 i {
	position: absolute;
	top: 45%;
	left: 28%;
	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: #00669F;
}


/* Add image start */
.top-add {
	margin: 10px 0 15px;
}

.add-image img {
	width: 100%;
	height: auto;
}





.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;
}






.themeBazar_cat02 {
	display: block;
	margin-bottom: 7px;
	background-color: #E7F0F7;
	line-height: 24px;
}





/*****=================================
    Section Two Start   
==================================*****/
.section-two {
	padding: 20px 0;
}

.news2-active {
	margin: 0 0 20px;
}

.secTwo_wrpp {
	margin: 0 8px 8px;
}

.secTwo_image{
	position: relative;
}
.secTwo_image img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	object-position: top;
}
.secTwo_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 8px 7px;
}

.secTwo_title a {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secTwo_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}

.news2-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	content: "";
	z-index: 1;
}

.news2-active .owl-dots button {
	margin: 0 2px;
	padding: 3px !important;
	transition: .8s all;
	background: #01284f !important;
	outline: inherit;
}
.news2-active .owl-dots button.active {
	background: #00669F  !important;
	padding: 10px 3px 3px 3px !important;
}

/*****=================================
    Section Two End   
==================================*****/



/*****=================================
        Section Four Start  
==================================*****/
.section_three {
	padding: 20px 0;
}

.secThree_wrpp {
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	margin-bottom: 8px;
	background: #fff;
	padding: 6px 6px 0 6px;
}

.secThree_image {
	position: relative;
}

.secThree_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.secThree_title {
	padding: 5px 4px 11px;
}

.secThree_title a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	transition: .5s all;
}

.secThree_title a:hover {
	color: #05568A;
}
.secThree_title2 a:hover {
	color: #05568A;
}


.secThree_item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.secThree_image2 img {
	width: 33%;
	height: 72px;
	float: left;
	margin-right: 5px;
	object-fit: cover;
	object-position: top;
}

.secThree_title2 {
	margin: 0 0 5px;
}

.secThree_title2 a {
	color: #02121c;
	font-size: 19px;
	transition: .5s all;
}

.video-icon2 i {
	position: absolute;
	top: 43%;
	left: 16%;
	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;
}
.secThree_item:hover .video-icon2 i {
	background: #fff;
	color: #00669F;
}
.secThree_image:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}


/*****=================================
        Section Four End  
==================================*****/





.themesBazar_cat01 a {
	color: #000;
	transition: .5 all;
}




/*****=================================
    Section Ten Start   
==================================*****/
.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: 100%;
	height: 160px;
	object-fit: cover;
	object-position: top;
}

.secFour_image2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.secFour_image2 img {
	width: 40%;
	float: left;
	margin-right: 5px;
	height: 64px;
	object-fit: cover;
	object-position: top;
}

.secFour_title {
	padding: 6px 0 7px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.secFour_title a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}

.secFour_title a:hover {
	color: #05568A;
}


.secFour_title2 {
	margin-top: 2px;

}

.secFour_title2 a {
	font-size: 17px;
	color: #000;
	transition: .5s all;
}

.secFour_title2 a:hover {
	color: #05568A;
}

.video-icon3 i {
	position: absolute;
	top: 41%;
	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: #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;
}

.secFour_image2:hover .video-icon3 i {
	background: #fff;
	color: #00669F;
}


.secFour_image:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}

/*****=================================
    Section Four End   
==================================*****/



/*****=================================
    Section Five Start   
==================================*****/
.section-five {
	padding: 20px 0;
}

.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: 145px;
	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: #05568A;
}

.cat-meta2 {
	border-top: 1px solid #eeeeee;
	padding: 4px 6px 7px;
	text-align: left;
}

.cat-meta2 a {
	font-size: 13px;
	color: #444;
	border-left: 3px solid #52656f;
	padding-left: 5px;
}

.division_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}

/*****=================================
    Section Five End   
==================================*****/


/*****=================================
    Section Six Start
==================================*****/
.section-six {
	padding: 20px 0;
}

.secSix_wrpp {
	margin: 0 0 15px;
}

.secSix_image{
	position: relative;
}

.secSix_image img {
	width: 100%;
	height: 160px;
	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: 18px;
	color: #fff;
	display: inline-block;
	transition: .8s all;
}

.secSix_title a:hover {
	color: #ff0;
}

.secSix_wrpp:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}

/*****=================================
    Section Six End   
==================================*****/



/****======================================
	Section Seven css Start
======================================****/
.section-seven {
	padding: 30px 0;
}


.secSeven-wrpp {
	box-shadow: 0 0 2px #ddd;
	padding: 2px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 15px;
}

.secSeven-image {
	position: relative;
	max-width: 100%;
}

.secSeven-image img {
	width: 100%;
	height: 165px;
	object-fit: cover;
}

.secSeven-title {
	padding: 6px 3px 7px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.secSeven-title a {
	font-size: 20px;
	color: #000;
	transition: .5s all;
}

.secSeven-title a:hover {
	color: #05568A;
}

.secSeven-title2 {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 2px 6px 4px;
	margin-bottom: 6px;
}

.secSeven-title2 a {
	color: #000;
	font-size: 17px;
	display: inline-block;
	transition: .5s all;
}

.secSeven-title2 a:hover {
	color: #0a4466;
}


.secSeven-image:hover .video-icon1 i {
	background: #fff;
	color: #00669F;
}

/****======================================
	Section Seven css End
======================================****/




/*****=================================
    home_video_gallery  Start   
==================================*****/



.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   
==================================*****/


.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: 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_color a{
	color: #fff;
}
.footer_color {
	color: #fff;
}


.editorial_text {
	border-right: 2px solid #730101;
	padding: 0 20px;
}

 /*--------- bottom footer css-start---------------*/


.design-developed {
	text-align: right;
}

.design-developed a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}





 /*--------- 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: #a3302a;
	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: 30px;
	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 */





