
/** ADD YOUR AWESOME CODES HERE **/

.card {
    /*box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);*/
    overflow: hidden;
    position: relative;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

.lift:hover {
    -webkit-transform: translateY(-0.3333333333rem);
    transform: translateY(-0.3333333333rem);
    /*box-shadow: 0 0.5rem 2rem 0 rgba(31, 45, 65, 0.25);*/
}

.container .bgtitle{
	font-size: 19px;
	font-weight: bold;
	color: #f89a39;
}

/*.rightcls{
    border-radius: 10px;
}

.countcircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px 8px 8px 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    margin-left: 90%;
}*/

.jb_sharelist {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fbcls {
    background-color:#5D7DAE;
    padding: 5px;
}
.jb_btn-facebook {
    height:30px;
    width: 80px;
    color: #ffffff;
  }

.fbcls a:hover, .twcls a:hover, .lncls a:hover{
      color:#ffffff;
  }

.twcls {
    background-color: #1da1f2;
    margin-left:1%;
    padding: 5px;
}

.jb_btn-twitter {
    height:30px;
    width: 80px;
    color: #ffffff;
}

.lncls {
    background-color: #0077b5;
    margin-left:1%;
    padding: 5px;
}

.jb_btn-linkedin {
    height:30px;
    width: 80px;
    color: #ffffff;
}
.dash_b_h
{
    font-family: 'Rubik', sans-serif !important;
    font-size:25px !important;
}

#divviews
{
    font-size: 14px;
    position: relative;
    font-weight: 500;
    border: 2px solid #163286;
    background: #163286;
    color: #ffffff;
    height: 28px;
    padding: 0px 6px 0px 6px;
    border-radius: 20px;
}

.desccls{
    padding-right: 15px;
    padding-left: 15px;
}

.card .titlecls{
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.modelcard .h-80 {
    height: 80% !important;
  }
.modelcard{
    margin-bottom: -50px;
  }

.imghgt{
    padding-top: 1rem;
    height: 55%;
    object-fit: contain;
}

.lt-post ul li{
    border-top:1px solid #e5e5e5;
}

.treeview li{
    position: relative;
}

/* .blog-title h3{
    text-transform: uppercase;
    font-weight: bold;
} */

.banner .top-left {
    position: absolute;
    top: 208px;
    left: 120px;
    background-color: black;
    padding: 20px;
    color: #fff;
    font-size: 30px;
}

.tag-list .tags {
    color: #000;
}

.tag-list .tags {
    margin-right: 9px;
    margin-bottom: 9px;
    font-style: normal;
}

.tag-list a {
    display: inline-block;
    text-transform: capitalize;
    font-style: italic;
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin-right: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
}

.tag-list .blogtag{
    display: inline-block;
    color: #163286;
    width: 192px;
    text-align: center;
}

.item{
    display:inline-block;
}
.rel-blog-text a h3.entry-title{
    text-align: center;
    padding:10px;
}

.revimgcls{
	object-fit: contain;
}

p.card-text{
    color:#1f1f1f;
}

a.card:hover, div.arrowsymb:hover, h4.card-title:hover, h4.hcard-title:hover, h4.card-titlemb:hover{
    color: #163286;
}
.hcard-title{
    min-height:48px;
}

.card-title, .hcard-title, .card-titlemb, .arrowsymb{
    color: #f89a39;
}

.card-titlemb{
    margin-bottom: 0px;
}

.banner .blog-image{
    object-fit:contain;
    width: 100%;
    height: 314px;
    padding-bottom: 5%;
}
.topspace{
    margin-top: 20px;
}
/******carousel***********/
.owl-blogdetail .item {
    height: 10rem;
    padding: 1rem;
}
.btns{
  display: table;
  margin: 30px auto;
}
.customNextBtn, .customPreviousBtn{
    float: right;
    background: #f89a39;
    color: #fff;
    padding: 10px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 50%;
}
.btns i.fa {
    display: inline-block;
    padding: 0.5em 0.6em;
  
  }

/******End carousel***********/
/***********pagination**********/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #163286;
    border-color: #163286;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #163286;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
    .modelcard {
            margin-bottom: 0px;
    }

    .modelcard .h-80 {
        height: 95% !important;
    }
}

.desccls ol, .desccls ul{
    flex:0 0 100%;
    max-width:100%;
}

.blog_rightcolumn ul, .blog_rightcolumn li{
    list-style: none;
	margin: 0px;
	padding: 0px;
}

/****Blog tags ****************/
.owl-tagslist .owl-dots .owl-dot span
{
   border: 2px solid #f89a39 !important;
}
.owl-tagslist .owl-dots .owl-dot.active span
{
    background-color: #f89a39 !important;
}
.owl-tagslist .owl-dots .owl-dot:hover span
{
    background-color: #f89a39 !important;
}
/********Blog tags*************/