/*News Page Styles */
.single-news {
	color: #000;
	font-family: Montserrat;
}
.single-news #outermain{
padding-bottom: 70px;
}
.single-news .news-pagetitle{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
	text-transform: none;
	margin-bottom: 0;
}
.single-news .imgcontainer {
	position: relative;
	margin-bottom: 40px !important;
}
.single-news .imgcontainer img{
	width: 100% !important;
}
.single-news .imgcontainer .news-date {
	position: absolute;
	left: 0;
	bottom: 6%;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	padding: 11px 20px;
	background: #fff;
	border-radius: 0 10px 10px 0;
	color: #000;
	font-family: Montserrat, sans-serif;

}
.single-news .entry-content{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #ECF4F5;
}
.single-news .entry-content p{
	color: #000;
	font-size: 18px;
	line-height: 30px;
}
.single-news .addtoany_content .addtoany_header{
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.single-news .addtoany_content .a2a_svg{
	border-radius: 30px !important;
    height: 30px !important;
    width: 30px !important;
	padding: 10px;
}
.single-news .entry-meta {
	margin: 20px 0;
}
.single-news .news-tags{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	color: #000;

}
.single-news .news-tags .tag{
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	background: #f5f5f5;
	border-radius: 17px;
	padding: 9px 16px;
	margin: 4px;
    color: #000;
}
.single-news .news-nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.single-news .news-nav-item{
	flex-basis: calc( 50% - 16px);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #fff;
	border-radius: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
}
.single-news .news-nav-next{
	text-align: right;
}
.single-news .news-nav-item .news-nav-date{
	font-weight: 700;
	font-size: 12px;
	line-height: 1.1666;

}
.single-news .news-nav-item .news-nav-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	margin: 10px 0 15px;
    position: relative;
}
.single-news .news-nav-item .news-nav-title::before{
    position: absolute;
    content: '';
    background: #4B87FF;
    border-radius: 0 4px 4px 0;
    height: 100%;
    width: 8px;
    box-sizing: border-box;
    top: 0;
}
.single-news .news-nav-item.news-nav-prev .news-nav-title::before{

    left: -30px;
}
.single-news .news-nav-item.news-nav-next .news-nav-title::before{

    right: -30px;
}


.single-news .news-nav-item .news-nav-link{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #009FE8;
	font-family: Montserrat, sans-serif;
}

@media (min-width:1280px) {
	.single-news .addtoany_content{
		position: absolute;
		left: -185px;
		top: -30px;
		transform: rotateZ(-90deg);
	}
	.single-news .addtoany_content .a2a_svg{
		transform: rotateZ(90deg);
	}
}
@media ( max-width: 767px ) {
	.single-news .news-nav-item{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}
/*************************************/
/*
#news-section.sectioncontainer.sectionno-3 #content-news-section{
    padding-bottom: 0;
}
#news-section.sectioncontainer.sectionno-3 .flipjsp{
    padding: 0;
}
*/
#news-section{
    padding: 70px 0 40px;
}
#content-news-section{
    padding:0;
}
@media (min-width:768px) {
    #content-news-section{
        padding: 70px 0 40px;
        /*background: #F5F5F5;*/
    }
}


#news-section .entry-content{
    padding: 0;
    /*width: calc(100% + 30px);*/
    width: 100%;
}

#news-section .entry-content > h2{
    text-align: center;
    font-weight: 800;
}
#news-section .entry-content > p{
    text-align: center;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    margin: 0 auto 30px;
    color: #000;
}
/*#news-section .entry-content .button{
    font-size: 16px;
    border: 1px solid #F9C00D;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 15px 30px;
    transition: all .5s ease;
}*/

#news-section .visit-btn .button{
    padding: 15px 30px;
    margin-top: 20px;
}


.news-slider {
	color: #000;
	box-sizing: border-box;
	/*margin: 70px auto;*/
    height: auto;
    /*max-width: 1560px !important;*/
    margin: 0 !important;
}
.news-slider .news-flexslider {
	/*margin: 0 -15px;*/
	position: relative;
}
.news-slider .news-slider-title{
	padding-left: 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.news-slider .news-slides {
	display: flex;
	align-items: stretch;
    justify-content: flex-start;
}
@media (max-width: 576px) {
    .news-slider .news-slides{
        align-items: flex-start;
    }
}
.news-slider .news-slide {
	/*box-sizing: border-box;*/
	/*margin: 0 15px;*/
	display: flex !important;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: stretch;
    padding: 0 15px;
}
.news-slider .news-slide-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.news-slider .news-slide-inner >p {
    display: none;
}

.news-slider .imgcontainer { 
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
/*.news-slider .imgcontainer::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: rgba(0,0,0,.25);
}*/
.news-slider .imgcontainer img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.news-slider  .imgcontainer .news-date {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	padding: 8px 20px;
	background: #fff;
	border-radius: 0 10px 10px 0;
    z-index: 999;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.news-slider .news-slide-content-inner{
	padding: 20px 30px 33px;
    flex-basis: calc(100% - 276px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-slider .news-slide-title{
	color: #000 !important;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 0 -30px;
    padding-left: 22px;
    border-left: 8px solid #4B87FF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news-slider .news-slide-content{
	color: #666;
	margin: 16px 0 19px;
    font-size: 14px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;

}
.news-slider .news-slide-link{
	/*position: absolute;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.news-slider .news-slide-link a, .news-slider .news-slide-link span{
	font-weight: 700;
	font-size: 12px;
    font-family: Montserrat, sans-serif;
    transition: all .5s ease;
}
.news-slider .news-slide-link .readmore{
    text-transform: uppercase;
    color: #fff;
    background: #F9C00D;
    border-radius: 14px;
    padding: 3px 16px;
    margin-bottom: 10px!important;
}
.news-slider .news-slide-link .readmore:hover{
    color: #F9C00D;
    background: #000;
}
.news-slider .news-slide-link > div{
    display: flex;
}
.news-slider .news-slide-link span{
    display: flex;
    align-items: center;
}
.news-slider .news-slide-link .fa{
    font-family: FontAwesome;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    display: block;
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    background: #F5F5F5;
}
.news-slider .news-slide-link .fa::before{
position: absolute;
    top: 8px;
    left: 12px;
}


.news-slider .flex-direction-nav {

}

.news-slider .flex-direction-nav a{
	background: #fff;

	opacity: 1 !important;
	font-size: 18px !important;
    font-weight: 900 !important;
	line-height: 42px !important;
	margin: 0 !important;
	display: block !important;
}
.news-slider .flex-direction-nav a.flex-disabled{
	color: lightgray !important;
}
.news-slider .flex-direction-nav a:hover{
	background: #F9C00D;
    color: #000 !important;
}
.news-slider .flex-direction-nav a.flex-disabled:hover{

}

.news-slider .flex-direction-nav .flex-prev{
	left: -65px !important
}
.news-slider .flex-direction-nav .flex-next{
	right: -65px !important;
}
.news-slider .flex-viewport{
	padding: 0 0 20px 0;
}
@media (max-width: 900px){
    .news-slider .flex-viewport{
        padding-top: 30px;
    }
}
@media (min-width:901px) {
    .news-slider  .flex-direction-nav{

    }
}


.google-play{
	display: block;
	float: right;
	margin-top: -15px;
}
.google-play img{
	width: 155px;
	height: 60px;
}
@media (max-width: 1023px) {
	.google-play{
		clear: both;
		text-align: center;
		padding: 0;
		display: block;
		float: none;
	}
	.google-play-legal{
		text-align: center;
		font-size: 10px;
	}
}

