/*===========================
	Global CSS
=============================*/
.section{
	padding:100px 0;
}
.section-title {
	text-align: left;
	padding-left: 0;
	position: relative;
	background: #f5f5f5;
	margin-bottom:30px;
}
.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: ;
	position: relative;
	background: #F48C1E;
	display: inline-block;
	color: #fff;
	padding: 12px 18px;
	font-size: 17px;
}
.section-title h2.primary{
	background:#0CBDBD
}
.section-title h2.dark{
	background:#2A2E40;
}
.section-title.white {
	background: #fff;
}
.section-title.dark {
	background: #2A2E40;
}
.section-title.dark h2 {
	border-right: 1px solid #ffffff59;
}
.section-title.primary {
	background: #0CBDBD;
}
.section-title.primary h2 {
	border-right: 1px solid #ffffff59;
}
.section-title.secondary {
	background: #F38B1D;
}
.section-title.secondary h2 {
	border-right: 1px solid #ffffff59;
}

.section-title h2 a {
	color: #fff;
	padding: 0;
	display: inline-block;
}
.section-title h2 span{
	margin-right:5px;
}
.section-title p {
	font-size: 15px;
	color: #888;
	margin-top: 2px;
}
.vc_column-inner {
	padding-top: 0px !important;
}
.news-meta .list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-meta .list li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	display: inline-block;
	line-height: initial;
	font-weight: normal;
	font-size: 13px;
}
.news-meta .list li a{
	color:#555;
}
.news-meta .list li i {
  margin-right: 5px;
}
.news-meta .list li a img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.news-meta .list li:last-child {
  margin: 0;
}
.news-meta .list li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	display: inline-block;
	line-height: initial;
	font-weight: normal;
}
.news-meta .list li:last-child{
	padding:0;
	margin:0;
	border:none;
}
.overlay{
	position:relative;
}
.overlay:before{
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hemila-inner-page .entry-content, .hemila-inner-page .page-top {
	margin: 0 !important;
}
/* Fix Single IMG Margin*/
.wpb_single_image {
	text-align: center;
	margin: 0 !important;
}
/*===========================
	End Global CSS
=============================*/

/*===========================
	Post Tab CSS
=============================*/
.post-tab {
	border: 1px solid #cccccc85;
	background: #fff;
}
.post-tab #myTabContent {
	padding: 15px;
}
.post-tab .nav {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cccccc87;
	background: #F5F5F5;
}
.post-tab .nav li {
	margin: 0;
}
.post-tab .nav li a {
	position: relative;
	background: #f6f6f6;
	color: #2C2D3F;
	border-radius: 0px;
	padding: 12px 20px;
	text-transform: capitalize;
	border: none;
	border-right: 1px solid #eee;
	margin: 0;
}
.post-tab .nav li a:hover,
.post-tab .nav li a.active {
	border-color: transparent;
	color: #fff;
	background: #0CBDBD;
}
.post-tab .nav li:last-child a{
	border-color:transparent;
}
.post-tab .nav li a i{
	margin-right:10px;
}
.post-tab .single-post {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}
.post-tab .single-post:last-child {
	margin-bottom: 0px;
	border: none;
	padding: 0;
}
.post-tab .single-post .post-img {
	float: left;
	margin-right: 15px;
}
.post-tab .single-post img {
	width: 80px;
	height: 65px;
}
.post-tab .post-info {
	overflow: hidden;
}
.post-tab .post-info .news-title {
	font-size: 14px;
	margin: 0;
	line-height: 22px;
	font-weight: 600;
}
.post-tab .post-info .news-title a {
	color: #2A2E40;
	font-size: 15px;
}
.post-tab .post-info .news-title a:hover{
	color:#0CBDBD;
}
.post-tab .post-info p {
	margin: 0;
	font-size: 13px;
}
.post-tab .post-info p i{
	margin-right:5px;
	font-size:13px;
}
/*===========================
	End Post Tab CSS
=============================*/

/*===========================
	News Ticker CSS
=============================*/
.news-ticker-main {
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	margin-top: 10px;
	padding: 18px 0;
}
.news-ticker-main .title::before {
	content: "";
	position: absolute;
	right: -14px;
	border-left: 14px solid #F38B1D;
	border-bottom: 28px solid transparent;
	border-top: 28px solid transparent;
	top: 0px;
}
.ticker-slider {
	padding-left: 160px;
	padding-right: 55px;
}
.news-ticker-main .title {
	color: #fff;
	padding: 16px 14px;
	font-weight: 700;
	margin-right: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	background: #F38B1D;
	top: 0;
}
.news-ticker-main .title i {
	margin-right: 5px;
}
.news-ticker-main .news-title {
	font-size: 14px;
}
.news-ticker-main .news-title a {
	color: #040D34;
}
.news-ticker-main .news-title a:hover{
	color:#F38B1D;
}
.news-ticker-main .news-title span {
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	margin-left: 10px;
	border-left: 1px solid #ccc;
}
/* Ticker Slide */
.news-ticker-main .owl-nav {
	display: ;
	position: absolute;
	right: 0;
	top: 0;
}
.news-ticker-main .owl-nav {
	position: absolute;
	right: 10px;
	top: -6px;
}
.news-ticker-main .owl-controls .owl-nav div {
	line-height: 30px;
	padding: 0;
	background: transparent !important;
	border-radius: 0px;
	color: #F38B1D;
	font-size: 28px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.news-ticker-main .owl-controls .owl-nav div:hover{
	color:#2A2E40;
}
.news-ticker-main .owl-controls .owl-nav div:last-child{
	margin:0;
}
/*===========================
	End News Ticker CSS
=============================*/

/*===========================
	Top Post SLider CSS
=============================*/
.top-post-slider {
}
.top-single-post {
	padding: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #cccccc87;
	margin-bottom: 2px;
}
.top-single-post .img-head{
	overflow:hidden;
}
.top-single-post .img-head {
	width: 100%;
}
.top-single-post .img-head.overlay:before{
	opacity:0;
	visibility:hidden;
}
.top-single-post:hover .img-head.overlay::before {
	opacity: 1;
	visibility: visible;
}
.top-single-post .img-head .comments-item {
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease;
}
.top-single-post:hover .img-head .comments-item{
	opacity:1;
	visibility:visible;
}
.top-single-post .news-content {
	width: 100%;
	padding: 15px;
}
.top-single-post .img-head:hover img{
	transition:all 0.3s ease;
	transform:scale(1.1);
}
.top-single-post .news-title {
	font-size: 15px;
	margin: 5px 0 0;
}
.top-single-post .news-title a {
	color: #2C2D3F;
}
.top-single-post .news-title a:hover{
	color:#F48C1E;
}
.top-single-post .news-meta .list li a,
.top-single-post .news-meta .list li {
	color: #555;
}
.news-content .news-title a {
	color: #333;
}
.top-single-post .author {
	position: relative;
	top: 4px;
}
.top-single-post p {
	font-size: 14px;
	line-height: 17px;
}
/* Owl Dots */
.top-post-slider .owl-dots {
	position: absolute;
	right: -48px;
	top: 50%;
	margin-top: -24px;
}
.top-post-slider .owl-dots .owl-dot {
  display: block;
}
.top-post-slider .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #2A2E40;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.top-post-slider .owl-dots .owl-dot:hover span,
.top-post-slider .owl-dots .owl-dot.active span {
	background: #F48C1E;
	width: 12px;
	height: 12px;
	left: -4px;
	position: relative;
	left: -1px;
}
/* Top Post Style2  */
.top-single-post.two{
	border:none;
}
.top-single-post.two .news-content {
	bottom: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	z-index: 500;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-single-post.two:hover .news-content{
	opacity:1;
	visibility:visible;
}
.top-single-post.two .news-meta {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.top-single-post.two:hover .news-content .news-meta{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.top-single-post.two .news-title {
	font-size: 20px;
	bottom: 10px;
	z-index: 201;
	left: 10px;
	transform: translateY(20px);
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.top-single-post.two:hover .news-content .news-title{
	transform: translateY(0px);
}
.top-single-post.two .news-title a {
	color: #eee;
	font-weight: 500;
}
.top-single-post.two .news-title a:hover{
	color:#F38B1D;
}
.top-single-post.two .news-meta ul li,.top-single-post.two .news-meta ul li a {
  color: #fff;
}
.top-single-post.two .news-meta ul li i {
  color: #F38B1D;
}

.top-post-slider-two .owl-dots {
  position: relative;
  right: 0;
  top: 0;
  margin: 30px 0 0;
}
.top-post-slider-two .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 5px;
}
.top-post-slider-two .owl-dots .owl-dot span {
	margin: 0;
	padding: 0;
}
/*===========================
	End Top Post SLider CSS
=============================*/

/*===========================
	Main Post Slider CSS
=============================*/
.main-single-slider {
	position: relative;
}
.main-post-slider .news-content {
	position: absolute;
	text-align: left;
	z-index: 3;
	width: 70%;
	background: #040d34d6;
	top: 50%;
	left: 20px;
	padding: 50px 40px;
	margin-top: -25%;
}
.main-single-slider .img-head.overlay::before {
	background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgb(0, 0, 0 ) 100%);
}
.main-post-slider .news-title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 12px;
}
.main-post-slider .news-title a {
	color: #fff;
	font-weight: 700;
}
.main-post-slider .news-title a:hover{
	color:#F38B1D;
}
.main-post-slider .news-meta {
	margin: 0 0 10px;
}
.main-post-slider .news-meta li {
	color: #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.main-post-slider .news-meta .list li i {
	color: #F38B1D;
}
.main-post-slider .news-meta li a {
	color: #fff;
}
.main-post-slider .news-content p {
	color: #fff;
}
.main-post-slider .button a {
	margin-top: 20px;
	background: #fff;
	color: #2C2D3F;
	display: block;
	padding: 10px 27px;
	border-radius: 30px;
	display: inline-block;
	border: 2px solid transparent;
}
.main-post-slider .button a:hover{
	background:#0CBDBD;
	color:#fff;
	border-color:transparent;
}
/* Slider Arrows */
.main-post-slider .owl-controls .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -42px;
}
.main-post-slider .owl-controls .owl-nav div {
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	background: #fff;
	color: #2A2E40;
	border-radius: 0px;
	font-size: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	display: block;
}
.main-post-slider .owl-controls .owl-nav div:hover{
	background:#F38B1D;
	color:#fff;
}
.main-post-slider:hover .owl-controls .owl-nav div{
	opacity:1;
	visibility:visible;
}
.main-post-slider .owl-nav div.owl-next {
	right: -0;
}
.main-post-slider .owl-nav div.owl-prev {
	left: -0px;
}
/*===========================
	End Main Post Slider CSS
=============================*/

/*===========================
	Trending Post Top
=============================*/
.trending-post-top .img-head {
	position: relative;
}
.trending-post-top .news-content {
	text-align: center;
	background: #fff;
	margin: 0 8px;
	padding: 22px;
	position: relative;
	top: -30px;
	z-index: 33;
	box-shadow: -2px -1px 9px #0000003d;
	border-top: 4px solid #F38B1D;
}
.trending-post-top .trend-title {
	position: absolute;
	background: #F38B1D;
	padding: 10px 20px;
	left: -15px;
	top: 15px;
	color: #fff;
	z-index: 203;
	font-weight: 600;
}
.trending-post-top .trend-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	border-top: 11px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #F38B1D;
	border-right: 14px solid #F38B1D;
}
.trending-post-top .news-title {
	font-size: 20px;
	margin: 10px 0;
}
.trending-post-top .news-title a {
	color: #2A2E40 !important;
}
.trending-post-top div.news-title a:hover{
	color:#F38B1D;
}
.trending-post-top .news-meta {
	margin-bottom: 10px;
}
.trending-post-top .hemila-btn {
	margin-top: 10px;
	background: #0CBDBD;
	color: #fff;
}
/*===========================
	End Trending Post Top
=============================*/



/*===========================
	Magazine CSS
=============================*/
.mag-content {
	position: absolute;
	bottom: 0;
	padding: 50px;
	z-index: 1001;
}
.magazine-single.overlay:before {
}
.magazine-single.overlay:before {
  z-index: 204;
}
.mag-content .news-title {
	font-size: 35px;
}
.mag-content .news-title a {
	color: #fff;
	font-weight: 700;
}
.mag-content .news-title a:hover{
	color:#F38B1D;
}
.mag-content p {
  color: #fff;
}
.mag-content .cat {
	margin-bottom: 20px;
}
.mag-content span {
	display: inline-block;
	margin-right: 10px;
}
.mag-content .cat a {
	border: 2px solid #eee;
	display: inline-block;
	padding: 7px 30px;
	color: #fff;
	border-radius: 30px;
	background: #F38B1D;
}
.magazine-right .mag-content {
	padding: 0;
	bottom: 20px;
	left: 20px;
}
.magazine-right .mag-content .news-title {
  font-size: 18px;
}
.magazine-right .mag-content .news-title a{
	font-weight:500;
}
.magazine-right .cat {
	position: absolute;
	background: #fff;
	z-index: 333;
	padding: 5px 14px;
	top: 5px;
	left: 10px;
	color: #333;
}
.magazine-right .mag-content,.magazine-right .cat{
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
.magazine-right .single-news:hover .mag-content,.magazine-right .single-news:hover .cat{
	opacity:1;
	visibility:visible;
}
/*===========================
	End Magazine CSS
=============================*/




/*===========================
	News Slider CSS
=============================*/
.news-multiple .news-meta {
	margin-bottom: 10px;
}
.news-multiple .news-content {
	position: relative;
	padding: 30px;
	border-left: 1px solid #eee;
	box-shadow: 0px 0px 5px #00000021;
	background: #fff;
	margin: 0 30px;
	top: -100px;
	margin-bottom: -100px;
}
.news-multiple .news-content .news-title {
	font-size: 22px;
	margin-bottom: 10px;
	border-left: 2px solid #F38B1D;
	padding-left: 15px;
}
.news-multiple .news-content .news-title a {
	color: #2C2D3F;
}
.news-multiple .news-content .news-title a:hover{
	color:#F38B1D;
}
.news-multiple .news-content p {
	color: #555;
}
.news-multiple .news-content .hemila-btn {
	margin-top: 10px;
	background: #F38B1D;
}
.news-multiple .news-content .hemila-btn:hover{
	background:#2A2E40;
	color:#fff;
}
.small-news-right {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px #00000021;
	-moz-box-shadow: 0px 0px 10px #00000021;
	box-shadow: 0px 0px 10px #00000021;
}
.small-news-right .news-head {
	float: left;
	width: 37%;
	margin-right: 9px;
	border: 5px solid #fff;
}
.small-news-right .single-news {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #06060614;
}
.small-news-right .news-content {
  float: left;
  width: 60%;
}
.small-news-right .single-news:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.small-news-right .single-news .news-title.small {
	font-size: 16px;
	margin-top: 6px;
}
.small-news-right .single-news .news-title.small a {
	color: #333;
}
.small-news-right .single-news .news-title.small a:hover{
	color:#F38B1D;
}
.small-news-right .news-meta li,
.small-news-right .news-meta li a {
	color: ;
	font-size: 12px;
}
/*===========================
	Hemila News List
=============================*/
.news-list-top {
	background: #fff;
	box-shadow: 0px 0px 15px #0000001a;
}
.hemila-news-list.overlay:before {
  background: linear-gradient(180deg, rgba(10, 201, 177, 0.09) 0%, rgba(10, 201, 177, 0.9) 100%);
}
.hemila-news-list .news-content {
	position: relative;
	z-index: 111;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	z-index: 205;
	margin: 0 20px;
	top: -30px;
	bottom: -30px;
	padding: 20px;
	margin-bottom: -30px;
	border-bottom: 0px;
	border-top: 3px solid #F38B1D;
	box-shadow: 0px 0px 5px #0003;
}
.hemila-news-list:hover .news-content{
	opacity:1;
	visibility:visible;
}
.hemila-news-list .news-content .news-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.hemila-news-list .news-content .news-title a {
  color: #2C2D3F;
}
.hemila-news-list .news-title a:hover{
	color:#F48C1E;
}
.hemila-news-list .news-content p {
  color: #555;
}
.hemila-news-list .news-content .hemila-btn {
	background: transparent;
	margin-top: 10px;
	color: #2C2D3F;
	padding: 7px 18px;
	border: 1px solid #ccc;
}
.hemila-news-list .news-content .hemila-btn:hover{
	background:#F48C1E;
	color:#fff;
	border-color:transparent;
}
.bottom-news-list {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	padding: 20px;
}
.bottom-news-list .news-head {
  width: 30%;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.bottom-news-list .news-content {
  width: 64%;
  float: left;
}
.bottom-news-list .news-content .news-meta {
	margin-top: 6px;
	font-size: 13px;
}
.bottom-news-list .single-bottom {
  overflow: hidden;
  margin-bottom: 20px;
}
.bottom-news-list .news-title {
	font-size: 15px;
	color: #2C2D3F;
}
.bottom-news-list .news-title a{
	color:#2C2D3F;
	font-weight:500;
}
.bottom-news-list .news-title a:hover{
	color:#F48C1E;
}
/*===========================
	End Hemila News List
=============================*/





/*===========================
	News Slider CSS
=============================*/
.news-grid {
	background: #fff;
	border: 1px solid #ccccccab;
}
.news-grid .img-head{
	position:relative;
}
.news-grid .img-head .date {
	position: absolute;
	top:0;
	text-align: center;
	width: 100%;
}
.news-grid .date {
	margin-bottom: 10px;
}
.news-grid .date span {
	padding: 0;
	z-index: 206;
	position: relative;
	color: #555;
	font-size: 13px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-grid:hover .date span{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.news-grid .date span i {
	margin-right: 5px;
	color: #F38B1D;
	margin-left: 4px;
}
.news-grid .news-content {
	padding: 20px;
}
.news-grid .news-title {
	font-size: 20px;
	margin-bottom: 5px;
}
.news-grid .news-meta {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	background: #F38B1D;
	width: 100%;
	padding: 10px;
	color: #fff;
	z-index: 207;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease;
}
.news-grid .news-meta li a {
	color: #fff;
}
.news-grid:hover .news-meta{
	opacity:1;
	visibility:visible;
}
.news-grid .news-title {
	margin-top: 0 0;
}
.news-grid .news-title a {
	color: #2C2D3F;
}
.news-grid .news-title a:hover{
	color:#F38B1D;
}
.news-grid .news-content .hemila-btn {
	margin: 0;
	box-shadow: none;
	margin-top: 10px;
	background: transparent;
	color: #333;
	padding: 5px 11px;
	border: 1px solid #ccc;
}
.news-grid .news-content .hemila-btn:hover{
	background:#2A2E40;
	color:#fff;
}
/*===========================
	End News Slider CSS
=============================*/

/*===========================
	Gallery CSS
=============================*/
.photo-gallery .owl-controls .owl-nav {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease;
}
.photo-gallery:hover .owl-controls .owl-nav{
	opacity:1;
	visibility:visible;
}
.photo-gallery .owl-controls .owl-nav div {
	padding: 0;
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 0px;
	color: #2C2D3F;
	line-height: 38px;
	font-size: 26px;
	margin-top: 0;
	margin: 0;
	border-right: 1px solid #ccc;
}
.photo-gallery .owl-controls .owl-nav div:last-child{
	border:none;
	padding:0;
	margin:0;
}
.photo-gallery .owl-controls .owl-nav div:hover{
	background:#fff;
	color:#F38B1D;
}
.photo-gallery .owl-controls .owl-nav div.owl-prev {
  left: 0;
}
.photo-gallery .owl-controls .owl-nav div.owl-next {
  right: 0;
}
.photo-gallery .gallery-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000000ad;
	padding: 15px 200px 15px 35px;
	text-align: left;
	transform: translateY(100%);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.photo-gallery .single-slider:hover .gallery-content{
	opacity:1;
	visibility:visible;
	transform: translateY(0%);
}
.gallery-content h4 {
  color: #fff;
  margin-bottom:10px;
  font-size: 20px;
}
.gallery-content h4 a {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	border-radius: 100%;
	margin-right: 7px;
	display: inline-block;
	background: #0CBDBD;
	color: #fff;
}
.gallery-content h4 a:hover{
	background:#fff;
	color:#0CBDBD;
}
.photo-gallery .gallery-content p {
	color: #eee;
}
.photo-gallery .capture-by {
	position: absolute;
	top: 63px;
	background: #fffc;
	color: #555;
	font-weight: 600;
	border: 1px solid #eee;
	transform: rotate(-90deg);
	padding: 10px 25px;
	left: -54px;
	font-size: 13px;
}
.photo-gallery .capture-by i{
	margin-right:5px;
	color:#F48C1E;
}
.photo-gallery .gallery-content .date {
	color: #555;
	background: #fff;
	text-align: center;
	padding: 5px 16px;
	display: inline-block;
	margin-top: 5px;
	border-radius: 30px;
}
.photo-gallery .gallery-content .date i {
	margin-right: 10px;
	color:#F48C1E;
}
/*===========================
	End Gallery CSS
=============================*/

/*===========================
	Video Post CSS
=============================*/
.video-post .img-head {
  position: relative;
}
.video-post .img-head.overlay::before {
	background: linear-gradient(to bottom, #ef94aca3, #3b6befb3 );
}
.video-post .img-head .video-icon a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 67px;
	text-align: center;
	margin-top: -35px;
	margin-left: -35px;
	font-size: 25px;
	border: 4px solid #fff;
	border-radius: 100%;
	z-index: 333;
	background: #fff;
	color: #0CBDBD;
}
.video-post .img-head .video-icon a:hover{
	background:#2A2E40;
	color:#fff;
}
.video-post .news-title {
	line-height: 22px;
	margin-top: 8px;
	font-size: 18px;
}
.video-post .news-title a{
	color:#2A2E40;
}
.video-post .news-title a:hover{
	color:#F48C1E;
}
.video-post .news-content {
	background: #fff;
	padding: 12px 30px;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	border-left: 5px solid #0CBDBD;
	left: -10px;
}
.video-post .news-meta {
  margin-bottom: 5px;
}
.video-post .cat-name {
	position: absolute;
	left: 0;
	background: #2A2E40;
	color: #fff;
	font-weight: 700;
	padding: 6px 19px;
	top: 9px;
	left: -;
	z-index: 208;
}
/*===========================
	End Video Post CSS
=============================*/

/*===========================
	Post Carousel CSS
=============================*/
.main-sports {
	overflow: ;
	overflow: initial !important;
}
.sports-inner {
	background: #fffffff2;
	padding: 20px;
	position: relative;
	margin-top: -100px;
	box-shadow: 0px 0px 15px #00000026;
	z-index: 333;
}
.post-carousel .news-content {
	position: absolute;
	bottom: 0;
	z-index: 33;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	padding: 25px 20px;
}
.post-carousel:hover .news-content{
	opacity:1;
	visibility:visible;
}
.post-carousel .news-content .news-title {
  font-size: 20px;
}
.post-carousel .news-content .news-title a {
  color: #fff;
}
.post-carousel .news-content .news-title a:hover{
	color:#F38B1D;
}
.post-carousel .cat {
	background: #F38B1D;
	display: inline-block;
	padding: 3px 16px;
	margin-bottom: 10px;
	color: #fff;
}
.post-carousel-main .owl-controls .owl-nav {
	right: 0;
	margin: 0;
	margin-top: 20px;
	position: absolute;
	right: 10px;
	top: -80px;
}
.post-carousel-main .owl-controls .owl-nav div {
	background: #F38B1D;
	display: inline-block;
	width: 35px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 20px;
	border-radius: 0px;
	margin: 0;
	margin-right: 5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.post-carousel-main .owl-controls .owl-nav div:hover{
	background:#2A2E40;
	color:#fff;
}
.post-carousel-main .owl-controls .owl-nav div:last-child{
	margin:0;
}
.post-carousel-main .news-meta {
	color: #eee;
	margin-top: 5px;
}
/*===========================
	End Post Carousel CSS
=============================*/

/*====================================
	News Multiple 
======================================*/

/*====================================
	End News Multiple 
======================================*/
/*====================================
	Video News
======================================*/
.video-news {
    position: relative;
    background: #040D34;
}
/* Video Big News */
.video-big-news {
	position: relative;
	margin-bottom: 0;
}
.video-big-news .video-cat {
	position: absolute;
	top: 0;
	background: #F38B1D;
	padding: 10px;
	color: #fff;
	z-index: 209;
}
.video-big-news .video-cat a {
	color: #fff;
}
.video-big-news .video-news{
	position:relative;
	text-align:center;
}
.video-big-news img{
	height:100%;
	width:100%;
}
.video-big-news .news-meta .list li {
	font-size: 13px;
}
.video-big-news .news-meta .list li i{
	color:#F38B1D;
}
.video-big-news .video {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    display: block;
    z-index: 99;
    padding-left: 3px;
    background: #fff;
    color: #F38B1D;
}
.video-big-news .video:hover{
	background:#F38B1D;
	color:#fff;
}
.video-big-news .trendnews-meta {
    margin-bottom: 10px;
}
.video-big-news .news-content {
	position: relative;
	z-index: 210;
	margin-top: 20px;
}
.video-big-news .news-content .news-title {
	font-size: 24px;
	margin: 10px 0;
}
.video-big-news .news-content .news-title a {
    color: #040D34;
}
.video-big-news .news-content .news-title a:hover {
	color: #F38B1D;
}
.video-big-news .news-content .hemila-btn {
	background: transparent;
	box-shadow: none;
	border: 1px solid #ccc;
	color: #333;
	margin-top: 10px;
}
/* Small Video  List */
.small-video-list {
	background: #2A2E40;
	padding: 0 20px 20px 20px;
}
.small-video-list .single-video {
	position: relative;
	margin-top: 20px;
}
.small-video-list .video-head {
	position: relative;
	left: 0;
	top: 0;
}
.small-video-list .single-video .news-content {
	margin-top: 10px;
}
.small-video-list .news-content .news-title{
	font-size:16px;
}
.small-video-list .news-content .news-title a {
	color: #fff;
}
.small-video-list .news-content .news-title a:hover{
	color:#F53D33;
}
.small-video-list .news-meta {
	margin-top: 5px;
	font-size: 13px;
	color: #ccc;
}
.small-video-list .news-content .default-cat {
    margin-bottom: 10px;
    padding: 2px 8px;
    border-radius: 50px;
    font-size: 13px;
    text-transform: capitalize;
}
.small-video-list .video-head:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.4;
}
.small-video-list .video-head .video {
	height: 46px;
	width: 46px;
	line-height: 44px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	font-size: 14px;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 211;
	border: 2px solid #fff;
	position: absolute;
	padding-left: 4px;
}
.small-video-list .video-head .video:hover{
	background:#fff;
	color:#F38B1D;
	border-color:transparent;
}
.small-video-list .video-head img{}
.small-video-list .trendnews-content {
	padding-left: 145px;
}
.small-video-list .trendnews-content .title a:hover{
	color:#F38B1D;
}
.small-video-list .trendnews-content .meta{
	display:block;
	margin-top:10px;
}
/*====================================
	End Video News
======================================*/

/*====================================
	Blog Layout CSS
======================================*/
.blog-layout .news-grid {
	margin-top: 30px;
}
/*====================================
	End Blog Layout CSS
======================================*/

/*====================================
	Widget CSS
======================================*/
.single-recent-news {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc80;
}
.single-recent-news:last-child{
	padding:0;
	margin:0;
	border:none;
}
.single-recent-news .post-thumb .comments {
	position: absolute;
	background: #F38B1D;
	color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 13px;
}
.single-recent-news .post-thumb {
  position: relative;
  left: 0;
  border-radius: 100%;
  float: left;
  width: 22%;
  margin-right: 15px;
}
.single-recent-news .single-recent-news {
  position: relative;
  padding-left: 0;
  overflow: hidden;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc5e;
}
.single-recent-news .single-recent-news:last-child{
	padding:0;
	margin:0;
	border:none;
}
.single-recent-news .post-thumb img {
  border-radius: 100%;
}
.sngle-recent-news .content {
}
.single-recent-news .content .title {
	font-size: 15px;
	line-height: 22px;
}
.single-recent-news .content .title a {
	color: #2A2E40;
	font-weight: 500;
	font-size: 16px;
}
.single-recent-news .content .title a:hover{
	color:#F38B1D;
}
.single-recent-news .post-thumb img {
  width: 100px;
  height: 69px;
}
.single-recent-news .content {
	float: left;
	width: 70%;
}

/* Mail Chimp */
.mail-chimp {
	padding: 50px 30px;
	background-color: #0CBDBD;
}
.mail-chimp .wpb_content_element{
	margin:0;
}
.mail-chimp .mc4wp-form-fields {
	display: ;
	margin-top: 20px;
}
.mail-chimp .mc4wp-form-fields input[type="submit"] {
	display: ;
	border: none;
	background: #2A2E40;
	color: #fff;
	border-radius: 0px;
	margin-top: 10px;
}
.mail-chimp .mc4wp-form-fields input[type="submit"]:hover{
	background:#F38B1D;
	color:#fff;
}
.mail-chimp h4 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
	padding-bottom: 15px;
	position: relative;
}
.mail-chimp h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	content: "";
}
.mail-chimp p {
	color: #fff;
}


/* Contact Form CSS */
.contact-form-area {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}
.contact-form-area h4 {
	font-size: 22px;
	font-weight: 600;
}
.contact-form-area .form-group{
	margin:0;
	margin-top:20px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
	font-weight:normal;
}
.contact-form-area .form-group input:focus{
	border-color:#7e868f;
}
.contact-form-area .form-group input:hover{
	border-color:#7e868f;
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
	font-weight:normal;
}
.contact-form-area .form-group{
	position:relative;
}
.contact-form-area .form-group .icon {
	position: absolute;
	right: 15px;
	z-index: 33;
	color: #F38B1D;
	top: 12px;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 20px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
    top: 15px;
    right: 15px;
}
.contact-form-area .form-group .hemila-btn {
	padding: 16px 35px;
}