.learnmore{
	text-align: right;
    align-self: flex-end;
    margin-bottom: 1.5rem!important;
}
.rev_slider_wrapper {
box-shadow: 0 15px 6px -6px rgba(0,0,0,.6);
}
.card .btn.pabs{
	bottom: 20px;
    position: absolute;
}
.fs-15{
	font-size: 15px;
    line-height: 22px;
}
.fs-17{
	font-size: 17px;
    line-height: 24px;
}
.brb-1 {border-bottom: 1px solid #dddfe0!important;}

.c-flex {
		display:flex;
	height: 100%;
	align-items: stretch;
}
.shdw, .c-shdw {transition: .3s ease;}
.c-shdw {
	border-radius:8px;
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
}
.i-shdw {
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
}
.shdw:hover {
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.c-shdw:hover {
	transition: .3s ease;
    margin-top: -12px;
    box-shadow: -8px 8px 14px 1px rgba(0, 0, 0, 0.3);
}
.nav > li:nth-last-child(1) > a{padding-right:0!important; margin-right:0!important;}
.nav-row{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
	margin:0;
	padding:0;
	box-shadow: inset 0 -1px 0 0 #e7e8ea;
}
.nav-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#header .header-nav-main.header-nav-main-uppercase nav > ul > li:nth-child(1) > a {margin-left:0;}
.nav-secondary.is_stuck{background:#fbfbfd;}
.single-card{
	width:60%; 
	border-radius:18px;
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.3);
}
ul.theme, .card-body ul, table ul{
    list-style: none;
	padding-left: 0;
}

ul.theme li, .card-body ul li,  table ul li{
	position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 12px;
}
ul.theme li:before, .card-body ul li:before,  table ul li:before{
       content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background-image: url(../images/list_m.svg);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 6px;

    border-radius: 50%;
}

ul.theme.tw li:before {background-image: url('../images/list_m_w.svg');}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.02);
}
.table td, .table th {
    padding: 20px;
}
.table strong {
    font-weight: 500;
}
.slider.slider-horizontal {
    width: 80%;
}
.bg-gr-1{
	background: linear-gradient(290deg, #6f7c92, #3e4757)!important;
}
.rounded {
    border-radius: 6px!important;
}
.owl-stage .owl-item {opacity:0; transition: .1s ease;}
.owl-stage .owl-item.active {opacity:1; transition: .1s ease;}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
}
img.crcard{max-width:225px;}
.slider-tick {
	display: none!important;
}
.slider.slider-horizontal .slider-track {
    height: 2px;
    width: 100%;
    margin-top: -1px;
    top: 50%;
    left: 0;
}
.rev_slider p {
	color:#fff;
}

p a, .link-underline-dark {
    color: #3d7ab6;
    border-bottom: 1px dashed #3d7ab6;
    padding: 0 0 3px;
}
.card {background: #fff;}