
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px!important;
    font-size: 18px;
    line-height: 20px;
}
.u-height300, .u-height330 {
    height: 398px!important;
}

.portfolio-grid .portfolio-item:hover .portfolio-hover-title {
    opacity: 1!important;
}
.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: rgba(0,0,0,.1) !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px!important;
    margin-bottom: 25px;
    letter-spacing: 0;
    line-height: 1.2;
}
.img-bg{
    opacity: 0;
    background-color: rgba(0,0,0,.50) !important;
}
::selection{
    background-color: #AB4B81;
}
.Blurb--hoverBg--gradient:before, .Blurb__hoverBg--gradient:before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-color: #AB4B81!important;
    background-image: -webkit-linear-gradient(140deg,#AB4B81,#AB4B81)!important;
}
.btn-gradient {
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear,left top,right top,from(#AB4B81),to(#AB4B81));
    background-image: -webkit-linear-gradient(left,#AB4B81,#AB4B81);
    background-image: linear-gradient(90deg,#AB4B81,#AB4B81);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}
.btn-gradient::before {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    background-image: -webkit-gradient(linear,left top,right top,from(#b2628e),to(#AB4B81));
    background-image: -webkit-linear-gradient(left,#b2628e,#AB4B81);
    background-image: linear-gradient(90deg,#b2628e,#AB4B81);
}
.bg-primary--gradient {
     background: -webkit-gradient(linear,left top,right top,from(#AB4B81),to(#b2628e));
     background: -webkit-linear-gradient(left,#AB4B81,#b2628e);
     background: linear-gradient(90deg,#AB4B81,#b2628e);
     background-color: #457aff;
}
.bg-primary {
     color: #fff;
     background-color: #AB4B81;
}
.text-white, .text-white .btn-go:hover {
    color: #fff;
}
.bg-primary {
    color: #fff;
    background-color: #AB4B81;
}
.Blockquote--borderLeft2 {
    border-left: 2px solid #AB4B81;
}
.btn-shadow {
    -webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
    -webkit-transition-property: color,border-color,background-color,-webkit-box-shadow;
    transition-property: color,border-color,box-shadow,background-color;
    transition-property: color,border-color,box-shadow,background-color,-webkit-box-shadow;
    color: #AB4B81!important;
    border-color: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,.1);
    box-shadow: 0 0 50px rgba(0,0,0,.1);
}
.btn-primary {
    -webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
    -webkit-transition-property: color,border-color,background-color;
    transition-property: color,border-color,background-color;
    color: #fff;
    border-color: #AB4B81;
    background-color: #AB4B81;
}
.btn-primary:hover {
    -webkit-transition: none 172ms ease-out;
    transition: none 172ms ease-out;
    -webkit-transition-property: color,border-color,background-color;
    transition-property: color,border-color,background-color;
    color: #fff;
    border-color: #AB4B81;
    background-color: #AB4B81;
}
.bg-dark .progress.progress--gradient .progress-bar, .bg-darker .progress.progress--gradient .progress-bar {
    background: -webkit-gradient(linear,left top,right top,from(#b2628e),to(#AB4B81));
    background: -webkit-linear-gradient(left,#b2628e,#AB4B81);
    background: linear-gradient(90deg,#b2628e,#AB4B81);
    background-color: #b2628e;
}
.progress--gradient .progress-bar {
    background: -webkit-gradient(linear,left top,right top,from(#b2628e),to(#AB4B81));
    background: -webkit-linear-gradient(left,#b2628e,#AB4B81);
    background: linear-gradient(90deg,#b2628e,#AB4B81);
    background-color: #b2628e;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #AB4B81!important;
    background-color: transparent !important;
}
.btn-white--transparent:hover {
    color: #AB4B81;
    border: 1px solid rgba(255,255,255,.66);
    background-color: white;
}
.u-BoxShadow100:hover{
        color:white!important; ;
}
.pagination > li > a
{
    background-color: white;
    color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: white;
    background-color: #b2628e;
    border-color: #b2628e;
}

.pagination > .active > a
{
    color: white;
    background-color: #AB4B81 !Important;
    border: solid 1px #AB4B81 !Important;
}

.pagination > .active > a:hover
{
    background-color: #AB4B81 !Important;
    border: solid 1px #AB4B81;
}
.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: #AB4B81;
    border-color: #AB4B81;
}
.Steps .Step__thumb, .Steps .Step__thumb-number {
    position: relative;
    display: inline-block;
    width: 175px;
    height: 175px;
    color: #AB4B81;
    -webkit-border-radius: 999em;
    border-radius: 999em;
}
.Steps .Step__thumb-number {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 8px;
    margin-right: 8px;
    color: #fff;
    border: 4px solid #fff;
    background-color: #AB4B81;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}
.portfolio-filter li a:hover, .portfolio-filter li.active a {
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #AB4B81;
}
.text-base .text-muted, .text-muted, .text-muted.btn-go {
    color: rgb(171 75 129);
}

.sams-no-data{
    display: flex !important;
    justify-content: center!important;
}
