header{ height:60px;}
.menu { font-size:36px; line-height:1;}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffc600 !important;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 40px;
  font-size: 60px;
}

.head-label span{ position:relative;}

.head-label span::after{
    content: '';
    position: absolute;
    left: 18%;
    top: 80%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #dc3545;
    clear: both;
}

article figure{
	position:relative;
}

article figure figcaption{
	position:absolute;
	bottom:5%;
	left:5%;
}

/******* Contents ********************************************************************/

.head-label { margin-left:-50px;}

.blog-details .block{
	min-height:260px !important;
}
.post-grid .block{
	min-height:480px;
}
.side-panel{
	background:#173367;
}
.side-panel .card-header{
	font-weight:600;
}
.side-panel .card-body{
	color:#000;
}
.author-details{
	color:#000;
}
.author-details .date{
	color:#aaa; font-size:12px;
}
.author-details .author{
	border-radius:50%; width:36px;
}
.author-details a{
	color:#fff;
}
.author-pic{
	max-width:80%;
}
.cat-links li a{
	border-bottom:1px solid #ddd; display:block; font-weight:400; line-height:1.5; padding:10px 0px;
}
.cat-links li:last-child a{
	border-bottom:0px;
}
.cat-links a:hover{
	color:#ed1c24;
}
.block{
	transition: box-shadow 0.3s ease-in-out; transition: all .2s ease-in-out;
}
.block:hover{
	box-shadow:30px 30px 30px rgba(0,0,0,0.2); transform: scale(1.05);
}

.address .fas{
	font-size:72px;
	line-height:2;
}

.about .phone{
	font-size:24px;
}

.about .title span{
	color:#ddd;
	font-size:12px;
	font-weight:300px; 
	letter-spacing:3px;
}

/********** Footer ***************************************************************************************************/
footer .copyright{
	font-size:10px; letter-spacing:4px;
}
footer .btm-links span{
	display:inline-block; padding:0px 30px;
}
footer .btm-links a{
	color:#ffc600;
}
footer .btm-links span{
	color:#888;
	}

/************************************CMS*************************************************************************/

@media (min-width: 767.98px) {}
@media (min-width: 1920px) {}
@media (min-width: 1200px) {}
@media (max-width: 1459.98px) {}
@media (min-width: 1199.98px) and (max-width: 1359.98px) {}
@media (min-width: 991.98px) and (max-width: 1199.98px) {}
@media (max-width: 1199.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {
.post-grid .block{
	min-height:auto;
}
}
/******************************* width-ipad ***************************************/
@media (max-width:768px) {
h1, .h1{ 
	font-size: 36px;
}
.right-col{
	order: 1;
}
.left-col{
	order: 2;
}
}
@media (max-width: 479px) {
}
@media (max-width: 320px) {}

@media screen and (max-height: 450px) {
.overlay a{
	font-size: 20px;
}
.overlay .closebtn{
font-size: 40px;
top: 15px;
right: 35px;
}
}









.blog-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    max-height: 72px;
}


.about img{
    width:100%;
    border-radius:0px;
    object-fit:cover;
}

.page-content{
    line-height:1.8;
    font-size:16px;
}


.related-post-image{
    width:100%;
    height:220px;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:0;
}


.post-content ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 30px !important;
    margin: 15px 0 !important;
}

.post-content ol {
    list-style-type: decimal !important;
    list-style-position: outside !important;
    padding-left: 30px !important;
    margin: 15px 0 !important;
}

.post-content li {
    display: list-item !important;
    margin-bottom: 8px !important;
}
