﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* your CSS here */

#page-header {
    margin-bottom: 45px;
}
.aboutcontent p , .blog-detail p{
    margin-bottom: 5px;
    line-height: 1.5em;
}
.contenttitle{
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
    color: #3F3F3F !important;
    line-height: 36px !important;
    letter-spacing: 2px;
    font-size: 25px !important;
    height: auto;
    position: relative;
    padding-left: 15px;
}
.contenttitle:before{
	content: "";
	width: 4px !important;
	height: 100% !important;
	top: 1px !important;
	position: absolute;
	left: 0;
	background: #FF007C;
}
.infocontact li{
	list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #BDBDBD;
}
.infocontact li label{
    color: #FF007C;
    margin-right: 25px;
    font-weight: 500;
    float: left;
    margin-bottom: 10px;
}
.infocontact li p{
    margin: 0px;
    width: 100%;
    float: left;
    font-size: 14px;
}
.infocontact li p a{
    color: #000;
	font-weight: 500;
}
.infocontact li p a:hover{
    border-color: #424242;
}
.c-alert-message{
	margin-bottom: 15px !important;
}
.blog-detail .article-info>li.calendar:before, .blog-list .article-info>li.calendar:before {
    content: '\f073';
}
.listblog article{
    padding: 10px;
    box-shadow: 0px 0px 5px #E4E4E4;
    margin-top: 0px;
    margin-bottom: 25px;
}
.listblog article .article-image{
	height: 300px;
}
.listblog.blog-list .article-image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.listblog.blog-list .article-header{
    margin-bottom: 10px;
}
.listblog.blog-list .article-header .article-title{
	font-size: 30px;
}
.listblog.blog-list .various-content p{
    height: 195px;
    overflow: hidden;
}
.notificationblog{
	padding: 0px 15px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 35px;
}
.text-right{
	text-align: right !important;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
	height: 23px !important;
}
.default-form{
	margin-top: 25px;
}
.blog-detail .article-comments {
    margin-top: 40px;
}
.comment-list{
	margin-top: 35px;
}
.blog-detail .article-image img{
	margin-left: auto;
    margin-right: auto;
}
.blog-detail .article-author {
    margin-top: 40px;
}
.blog-detail .article-author .author-portrait{
	width: 100px;
    height: 100px;
}
.blog-detail .article-author .author-portrait>span{
	width: 100%;
    height: 100%;
	padding-bottom: 0px;
}
.blog-detail .article-author .author-portrait>span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail .article-author .comment-list .author-inner{
	margin-bottom: 15px;
}
.mbottom25px{
	margin-bottom: 25px;
}
.video-item{
	position: relative;
	margin-bottom: 15px;
}
.video-item .video-img{
	position: relative;
    background-color: rgba(255, 0, 124, 0.84);
    background-image: linear-gradient(to bottom, rgba(9,157,179,1),rgba(0, 0, 0, 0.26));
}
.video-item .video-img a.iconplayvid{
	position: absolute;
    top: 0;
    background-color: rgba(255, 0, 124, 0.84);
    background-image: linear-gradient(to bottom, rgba(9,157,179,1),rgba(0, 0, 0, 0.26));
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    border-bottom: 0px;
	transition: all 0.4s;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.video-item .video-img img{
	width: 100%;
	opacity: 1;
	transition: all 0.4s;
}
.video-item:hover .video-img img{
	opacity: 0.3;
}
.video-item:hover .video-img a.iconplayvid{
	background-color: #21A2B8;
    background-image: linear-gradient(to bottom, rgba(9,157,179,1),rgb(7, 130, 148));
}
.video-item .video-title{
	position: absolute;
    background: #000;
    display: block;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    font-size: 17px;
    line-height: normal;
	transition: all 0.4s;
}
.video-item .video-title a{
    color: #fff !important;
	text-decoration: none !important;
	border: 0px;
}
.video-item:hover .video-title{
	background: transparent;
}
.videocontent iframe{
	width: 100%;
	max-width: 100%;
}
button.closestyle{
    position: absolute;
    z-index: 1;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    background: #FF007C !important;
    background-image: linear-gradient(to bottom, #1A8DA9, rgba(0, 0, 0, 0.24)) !important;
    color: #fff !important;
    border-radius: 100%;
    right: -15px;
    top: -15px;
    border: 1px solid #FFF !important;
}
.modal-dialog{
	margin: 15px;
}
.listblog .article-title a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
}
#footer .footmid .ft-box-holder{
	margin-bottom: 30px;
	overflow: hidden;
}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {
	
		.blog-detail .article-title, .blog-list .article-title{
			font-size: 25px;
		}

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		.listblog.blog-list .article-header .article-title {
			font-size: 25px;
		}
		
		.blog-detail .article-title, .blog-list .article-title{
			font-size: 25px;
		}

	}
	@media(max-width:767px){
		.postiframe iframe{
			width:100%;
		}
	}
	.postiframe img{
		max-width:100%;
		height: auto !important;
	}
	.hiddentitleheader{
		opacity:0;
		position:absolute;
	}
	.bannerstyc{
		display:block;
		transition:all 0.3s ease-in-out;
		overflow:hidden;
		position:relative;
		margin-top: 30px;
	}
	.bannerstyc img{
		width:100%;
		transition:all 0.3s ease-in-out;
		transform:scale(1.0);
	}
	.bannerstyc:hover img{
		transform:scale(1.2);
	}
	.bannerstyc:before{
		content:"";
		background: rgba(255, 255, 255, 0.6);
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:0;
		transition:all 0.3s ease-in-out;
		z-index: 1;
	}
	.bannerstyc:hover:before{
		opacity:1;
	}
	.bannersec{
		margin-top:-40px;
	}