.portus-content-block .portus-content-title.newpagetitle, .portus-main-content-panel .portus-content-title.newpagetitle{
    overflow: hidden;
    border-bottom: 0px dotted #F8F8F8;
    border-radius: 100px 0px 0px 0px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    background: rgba(236, 236, 236, 0.83);
    margin-bottom: 0px;
    margin-top: 30px;
}
.portus-content-block .portus-content-title.newpagetitle h2, .portus-main-content-panel .portus-content-title.newpagetitle h2{
	float: left;
    font-size: 25px;
}
.portus-content-block .portus-content-title.newpagetitle .breadcrumbs, .portus-main-content-panel .portus-content-title.newpagetitle  .breadcrumbs{
    list-style: none;
    float: right;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs li a{
	color: #FFA500;
	transition: all 0.4s;
}
.breadcrumbs li a:hover{
	color: #000;
}
.breadcrumbs li i{
    margin-right: 10px;
    margin-left: 6px;
}
.newpagetitle + .portus-main-article-block{
	padding: 30px 20px 20px;
    border: 2px solid #EEEEEE;
	border-top: 10px dotted #EEEEEE;
	margin-bottom: 10px;
}
.sub-titlepage{
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    margin-top: 20px;
    background: #292929;
    color: #FFC400;
    padding: 7px 25px;
    margin-bottom: 50px !important;
}
.contactpage{
    padding: 20px 0px;
}
.contactpage>div{
	padding: 0px 15px;
}
.contactpage .ctcform{
    border-left: 1px dashed #A2A2A2;
    padding-bottom: 30px;
}
.infocontact{
	overflow: hidden;
	margin-bottom: 20px;
}
.infocontact i{
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 1px solid #292929;
    border-right: 0px;
    color: #484848;
    text-align: center;
    padding-top: 5px;
    padding-left: 7px;
    float: left;
    border-radius: 100px 0px 0px 100px;
}
.infocontact .filled{
    min-height: 50px;
    border: 1px solid #292929;
    padding: 10px 15px;
    font-size: 16px;
    margin-left: 50px;
}
.sendbtn{
    padding: 9px 20px;
    border: 2px solid #FFC400;
    background: #FFFFFF;
    box-shadow: -3px 3px 0px #EAB70A;
    color: #FFC400;
    text-shadow: 0px 0px 0px;
    border-radius: 0px;
    font-size: 15px;
    margin-top: 15px;
	transition: all 0.3s;
	width: auto;
}
.sendbtn:hover{
    box-shadow: 0px 0px 0px #CCA00E;
    background: #CCA00E;
    color: #FFFFFF;
}
.comment-form{
	margin-top: 50px;
}
.contactpage .comment-form{
	width: auto;
    margin: 0px 45px;
}
.pagecontent aside{
	margin-top: 32px;
}
aside.newsidebar .widget>h3{
	background: #EEE;
    border-bottom: 0px;
    border-radius: 100px 0px 0px 0px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
	margin-bottom: 0px;
}
aside.newsidebar .widget>h3 + div{
    padding: 20px 15px;
    border: 2px solid #EEE;
    border-top: 10px dotted #EEE;
}
.profiledesc p.text{
	position: relative;
	border: 0px solid #FFC400;
	padding: 10px;
	margin-left: 15px;
	font-size: 13px;
	text-align: justify;
	line-height: 19px;
	background: #EEE;
	color: #252525;
}
.profiledesc p.text img{
	width: 90px;
	height: 90px;
	object-fit: cover;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: -25px;
	margin-top: 0px;
	border: 0px solid #EEEEEE;
}
.widget-subscribe input.sendsubbtn{
	padding: 5px 20px;
    border: 2px solid #FFC400;
    background: #FFFFFF;
    box-shadow: -3px 3px 0px #EAB70A;
    color: #FFC400;
    text-shadow: 0px 0px 0px;
    border-radius: 0px;
    font-size: 15px;
    transition: all 0.3s;
    font-family: 'Montserrat';
    width: auto;
    margin-top: 0px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.widget-subscribe input.sendsubbtn:hover{
    box-shadow: 0px 0px 0px #EAB70A;
    background: #EAB70A;
	color: #fff;
}
.video-image .imgvid{
	z-index: 10;
	display: table;
	width: 100%;
	margin: 0px;
	position: relative;
	z-index: 0;
}
.video-image .imgvid:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(255, 196, 0);
	top: 0;
	left: 0;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
}
.video-image .imgvid:hover:before{
	top: 10;
	left: 10;
	opacity: 1;
	visibility: visible;
}
.video-image .imgvid span:before{
	content: "\f04b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 65px;
	height: 65px;
	text-align: center;
	padding-top: 17px;
	padding-left: 3px;
	background: #fff;
	font-size: 25px;
	color: #292929;
	border: 3px dotted #FFC400;
	border-radius: 100%;
	transition: all 0.4s;
}
.video-image .imgvid:hover span:before{
	top: 10px;
	bottom: -10px;
	left: 10px;
	right: -10px;
}
.eventside .date{
	width: 60px;
    height: 60px;
    background: #FFC400;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
    border-radius: 100%;
    border: 4px double #fff;
    float: left;
}
.eventside .date span{
    display: block;
}
.eventside .contentev{
	display: block;
    padding: 5px 5px 5px 25px;
    margin-left: 60px;
    position: relative;
}
.eventside .contentev:before{
	content: "";
	width: 25px;
	height: 4px;
	background: #FFC400;
	position: absolute;
	top: 27px;
	left: -2px;
}
.eventside .contentev:after{
	content: "";
	width: 4px;
	background: #FFC400;
	position: absolute;
	top: 11px;
	bottom: 11px;
	left: 22px;
}
.eventside .contentev h5{
    margin-bottom: 0px;
    padding-left: 20px;
    margin-left: 15px;
    position: relative;
}
.eventside .contentev h5:before{
	content: "";
	width: 15px;
	height: 4px;
	background: #FFC400;
	position: absolute;
	left: -15px;
	top: 6px;
}
.eventside .contentev h5:after{
	content: "";
	width: 15px;
	height: 15px;
	background: #292929;
	position: absolute;
	left: -2px;
	top: 1px;
	border-radius: 100%;
	content: "\f005";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	color: #fff;
}
.eventside .contentev h5 a{
	font-size: 15px;
    display: block;
    color: #E4B311;
	transition: all 0.3s;
}
.eventside .contentev h5 a:hover{
    color: #313131;
}
.eventside .contentev p{
    margin-bottom: 0px;
    padding-left: 21px;
    margin-left: 15px;
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400 !important;
    color: #313131;
    letter-spacing: -.4px;
    line-height: 1.1;
}
.eventside .contentev p:before{
	content: "";
	width: 15px;
	height: 4px;
	background: #FFC400;
	position: absolute;
	left: -15px;
	top: 6px;
}
.eventside .contentev p:after{
	content: "";
	width: 15px;
	height: 15px;
	background: #292929;
	position: absolute;
	left: -2px;
	top: 1px;
	border-radius: 100%;
	content: "\f041";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	color: #fff;
}
.article-grid-default .item p {
    display: block;
    font-size: 14px;
    color: #7e7e7e;
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
}
.portus-main-article-meta .item-meta-i{
	color: #F5BC4F;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stArrow, .stButton .stButton_gradient{
	height: 23px !important;
}
.postarc{
	margin-bottom: 40px;
}
.titlecustom{
	padding: 0px !important;
    width: 100%;
    border-bottom: 0px !important;
}
.titlecustom .titlefill{
    margin-bottom: 0px;
    display: table;
    background: #F8F8F8;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 26px !important;
    text-transform: uppercase;
    line-height: 15px;
    margin-left: auto;
    margin-right: auto;
}
.comments-big-message{
	display: table;
    width: auto;
}
.comments-big-message i.fa{
	margin-top: -10px;
	font-size: 50px;
}
.comments-big-message strong{
	font-size: 20px;
    margin-left: 70px;
}
.cmtlist #comments .comment-text{
	margin-left: 0px;
}
.cmtlist #comments p{
    font-weight: 400;
}
.fc th {
    text-align: center;
    padding: 10px !important;
    background: #FFC400;
    color: #fff;
    border-color: #F8F8F8;
}
.events-calendar .fc-view-container table tbody td.fc-widget-content table td{
	background: #292929;
	border-color: #F8F8F8;
	color: #fff;
	padding: 5px 10px;
}
.fc-toolbar{
	margin-bottom: 30px;
}
.evimgdet{
	position: relative;
    overflow: hidden;
}
.evimgdet .evinfo{
    position: absolute;
    top: 35px;
    right: -281px;
    background: #fff;
    transition: all 1s;
}
.evimgdet:hover .evinfo{
	right: 0;
}
.evinfo .meta-date{
    width: 80px;
    height: 90px;
    position: absolute;
    background: #000000;
    border: 4px double #F8F8F8;
    padding: 3px 0px 5px;
    left: -80px;
}
.evinfo .meta-date span.date{
	display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    background: #F8F8F8;
    color: #000000;
    font-size: 13px;
    padding-top: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.evinfo .meta-date span.month{
	display: block;
    height: 50%;
    padding-bottom: 15px;
    font-size: 17px;
    text-transform: uppercase;
    color: #F8F8F8;
}
.evinfo .meta-date span.year{
    display: block;
    height: 50%;
    padding-top: 15px;
    font-size: 17px;
    color: #fff;
}
.evinfo .meta-tools{
	padding: 20px 20px;
	width: 280px;
	border: 2px solid #292929;
}
.evinfo .meta-tools .infodetev{
    text-align: left;
    min-height: 50px;
    overflow: hidden;
}
.evinfo .meta-tools .infodetev i{
    font-size: 25px;
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 30px;
    text-align: center;
}
.evinfo .meta-tools .infodetev span{
    float: left;
    font-size: 20px;
    margin-top: 2px;
}
.label-input select{
	width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    color: #9d9d9d;
    padding: 0px;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 5px;
    padding-top: 5px;
}
.alert-message button.close-alert{
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 10px;
    background: #85D454;
    border: 0px;
    outline: none !Important;
    margin-top: -13px;
    margin-right: -16px;
    color: #fff;
    visibility: visible;
    display: block;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}
.simple-article-block{
	margin-bottom: 40px;
}
.modal-body{
	padding: 0px;
}
.modal-body a img{
    width: 100%;
}
button.closepopup{
	position: absolute;
    opacity: 1 !important;
    background: #000;
    display: block;
    color: #fff !important;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 100%;
    right: 10px;
    top: 10px;
}
@media(max-width: 991px) and (min-width: 769px){
	.eventside .date{
		display: table;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.eventside .contentev{
		padding: 10px 0px 0px;
		margin-left: 0px;
		text-align: center;
	}
	.eventside .contentev:before{
	    width: 4px;
		height: 100%;
		top: -1px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.eventside .contentev:after{
		display: none;
	}
	.eventside .contentev h5{
		margin: 0px;
		background: #F8F8F8;
		padding: 12px 0px 5px;
		margin-top: 10px;
	}
	.eventside .contentev h5:before{
		display: none;
	}
	.eventside .contentev h5:after{
		top: -7px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-right: 1px;
	}
	.eventside .contentev p:before{
		display: none;
	}
	.eventside .contentev p:after{
		top: -5px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-right: 1px;
	}
	.eventside .contentev p{
		margin-top: 30px;
		background: #F8F8F8;
		margin-left: 0px;
		padding-left: 0px;
		padding-top: 12px;
	}
}
@media (max-width: 991px){
	.video-image .imgvid span:before{
		width: 40px;
		height: 40px;
		font-size: 17px;
		padding-top: 8px;
	}
	.profiledesc p.text{
		margin-top: 50px;
	}
	.profiledesc p.text img{
		float: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: -60px;
	}
	.article-grid-default .article-grid-layout-3 .item{
		width: 48.707317%;
		margin: 0px;
		clear: none !important;
		padding: 0px 15px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
}
@media (max-width: 768px){
	.evinfo .meta-tools .infodetev{
		min-height: 35px;
	}
	.evinfo .meta-tools {
		padding: 10px 10px;
		width: 250px;
	}
	.evinfo .meta-tools .infodetev span{
		font-size: 16px;
	}
	.evinfo .meta-tools .infodetev i{
		width: 30px;
		font-size: 21px;
	}
	.evimgdet .evinfo{
		right: -251px;
	}
	.modal-dialog{
		width: auto !important;
		max-width: 600px;
		margin: 10px auto;
	}
}
@media (max-width: 480px){
	.evinfo .meta-tools {
		padding: 10px 100px 10px 10px;
		width: 100%;
	}
	.evinfo .meta-date{
		left: inherit;
		right: 10px;
		top: 10px;
	}
	.evimgdet .evinfo{
		position: relative;
		right: 0px;
		top: 0;
	}
	.article-grid-default .article-grid-layout-3 .item{
		width: 100%;
	}
	.article-grid-default .item p{
		height: auto;
	}
}
.relatedarticle{
	margin-top: 80px;
}
.relatedarticle > .row{
    margin-top: 50px;
}
.relatedarticle .w-review-articles{
	padding: 0px;
    border: 0px;
}
.relatedarticle .w-review-articles .item{
	width: 100%;
}
.relatedarticle .w-review-articles .item .item-header > a{
    display: block;
    width: 100%;
    height: 170px;
}
.relatedarticle .w-review-articles .item .item-header > a img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.ellipsis{
	display: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.linkprint{
    cursor: pointer;
    color: #e0ae07;
    border: 1px solid #ffc400;
    font-family: "Open Sans", Arial, sans-serif;
    display: inline-block;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 7px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-left: 2px;
    text-decoration: none !important;
}
.linkprint:hover{
	background: #ffc400;
	color: #ffffff;
}
@media(max-width: 767px){
	.relatedarticle .w-review-articles .item .item-header > a{
		height: auto;
	}
	.relatedarticle .w-review-articles .item .item-header > a img{
		height: auto;
	}
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}