/*
Table Of Contents

00) bsufinance-import style
01) bsufinance-common style
02) bsufinance-title style
03) bsufinance-breadcrumb
04) bsufinance-topheader
05) bsufinance-navbar
06) bsufinance-slider
07) bsufinance-home-about
08) bsufinance-video
9) bsufinance-service
10) bsufinance-counter
11) bsufinance-price
12) projects
13) bsufinance-callus
14) bsufinance-news
15) bsufinance-team
16) testimonial
17) bsufinance-clients
18) bsufinance-blogpage
29) bsufinance-blogpage-details
20) bsufinance-comment
21) bsufinance-page-sidebar
22) bsufinance-contact-page
23) bsufinance-errorpage
24) bsufinance-login
25) bsufinance-pagination
26) bsufinance-footer
27) bsufinance-footer-bottom
28) bsufinance-scroll-top

 ===============================================*/


/*** 

====================================================================
    bsufinance-import style
====================================================================

***/

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('bootsnav.css');
@import url('magnific-popup.css');
@import url('animate.css');
@import url('../../../../fonts.googleapis.com/css_a3fa03b2.css');
@import url('../../../../fonts.googleapis.com/css_b77f1c08.css');

/*** 

====================================================================
    bsufinance-common style
====================================================================

***/

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #707070;
    line-height: 1.8;
    letter-spacing: 0.5px;
    background: #;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: inherit;
}
p,
em {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.3;
    font-family:  'Quicksand', sans-serif;
    color: #;
    text-transform: uppercase;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 16px;
}

.clearfix{
    clear:both;
}
/*3.2 Input Style */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
}
textarea {
    padding: 0 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
}

ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
select::-moz-placeholder,
select::-webkit-input-placeholder,
select:-ms-input-placeholder,
select:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
.clearfix{
    clear: both;
}

.bsufinance-btn {
    margin: 0;
    color: #000;
    padding: 10px 15px;
    position: relative;
}
.bsufinance-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 74%;
    height: 1px;
    background-color: #F9A056;
}
.bsufinance-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 25px;
    background-color: #F9A056;
}
.bsufinance-btn:hover:before {
    left: 100%;
    margin: 0px 0px 0px -74%;
}
.bsufinance-btn:hover:after {
    top: 100%;
    margin: -25px 0px 0px
}
.bsufinance-btn:hover .btn-shape:before {
    right: 100%;
    margin: 0px -74% 0px 0%;
}
.bsufinance-btn:hover .btn-shape:after {
    bottom: 100%;
    margin: 0px 0px -25px
}
.btn-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.btn-shape:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 74%;
    height: 1px;
    background-color: #F9A056;
}
.btn-shape:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    height: 25px;
    background-color: #F9A056;
}
.bsufinance-btn::before,
.bsufinance-btn::after,
.btn-shape::before, 
.btn-shape::after, 
.bsufinance-btn:hover::before, 
.bsufinance-btn:hover::after{
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mrt0 {
    margin-top: 0 !important;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.mrl0 {
    margin-left: 0
}

.mrr0 {
    margin-right: 0;
}
.section{
    padding:90px 0;
}


/*** 

====================================================================
    bsufinance-title style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    max-width: 600px;
    margin:0 auto 50px auto;
}

.sec-title p {
    margin-top:30px;
    margin-bottom: 0;
    font-family:  calibri;
    font-size: 20px;
}

.sec-title h2 {
    color: #d97617;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sec-title h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    height: 2px;
    background: linear-gradient(to left, transparent 0%, #F9A056 50%, transparent 100%);
}




/*** 

====================================================================
    bsufinance-breadcrumb
====================================================================

***/

.bsufinance-breadcrumb {
	
}

.bsufinance-breadcrumb .bsufinance-breadcrumb-title {
    display: block;
    position: relative;
    text-align: center;
}

.bsufinance-breadcrumb .bsufinance-breadcrumb-title h1 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.bsufinance-breadcrumb .bsufinance-breadcrumb-title p {
    margin-bottom: 0;
}

.bsufinance-breadcrumb .bsufinance-breadcrumb-title p a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

.bsufinance-breadcrumb .bsufinance-breadcrumb-title p a:first-child::after {
    content: "\f101";
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
}

.bsufinance-breadcrumb-overlay {
    width: 100%;
	height: 300px;

	background-repeat:no-repeat;



}


/*** 
====================================================================
    bsufinance-topheader
====================================================================

***/

/***
.bsufinance-topheader {
    background: #fff;
    padding: -10px 40;
}

.bsufinance-topheader ul {
    margin: 0;
    padding: 0;
}

.bsufinance-topheader .col-md-5 {
    text-align: right;
}

.bsufinance-topheader-list>li {
    display: inline-block;
    position: relative;
}

.bsufinance-topheader-list li a:after {
    content: "|";
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    white-space: pre;
}

.bsufinance-topheader-list li:last-child a:after {
    content: "";
    padding: 0;
}

.bsufinance-topheader-list li a {
    color: #da7b1f;
    font-size: 12px;
    display: block;
    position: relative;
}

.bsufinance-topheader-list li a:hover {
    color: #fff;
}

.bsufinance-topheader-list li a i {
    color: #363b90;
    margin-right: 5px;
    font-size: 10px;
}

.bsufinance-topheader-list {
    display: inline-block;
}
.tophead-right .bsufinance-topheader-list li{
    margin-right: 8px;
}

.tophead-right .bsufinance-topheader-list li a:after{
    display: none;
}
.tophead-right .bsufinance-topheader-list li a{
    width: 25px;
    height: 23px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    display: inline-block;
}

.tophead-right .bsufinance-topheader-list li.active a,
.tophead-right .bsufinance-topheader-list li a:hover{
    background-color: #363b90;
    color: #fff;
}
.tophead-right .bsufinance-topheader-list li.active a i,
.tophead-right .bsufinance-topheader-list li a:hover i{
    color: #fff;
    line-height: 28px;
    margin-right: 0;
}


/*** 
/***

====================================================================
    bsufinance-topheader media screen
====================================================================

***/

/***
@media only screen and ( max-width: 600px) {
    .bsufinance-topheader .col-sm-5{
        display: none;
    }
    .bsufinance-topheader .col-sm-7{
        text-align: center;
        width: 100%;
    }
}

/*** 

====================================================================
    bsufinance-navbar
====================================================================

***/
/***
.top-search {
    background-color: #ffffff;
}

.top-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.top-search .input-group-addon {
    color: #702EF3;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
    background-color: #fff;
}

nav.navbar.bootsnav ul.nav li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
.attr-nav > ul > li > a {
    color: #702EF3;
}


.attr-nav > ul > li > a {
    display: block;
    padding: 24px 15px;
    position: relative;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 3px solid #F9A056;
}
.navbar-brand{
    height: auto;
    margin-top:5px;
	margin-left:100px;


	
}
ul.navbar-right li.dropdown .dropdown-menu {
    left: 0;
    right: auto;
}
ul.navbar-right li:last-child li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

/*** 

====================================================================
    bsufinance-navbar media screen
====================================================================

***/
/***

@media (min-width: 1024px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
}

    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
     text-align: left; 
    }
    
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -1px;
    }
    nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
        left:100%;
    }
    nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
        margin-top: -2px;
    }
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
}

@media only screen and ( max-width: 992px) {
    nav.navbar.bootsnav .navbar-brand {
        max-width: 200px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        color: #702EF3;
    }
}


/*** 
====================================================================
    bsufinance-slider
====================================================================

***/

#bsufinance-banner-slider .carousel-caption {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    transform: translateY(-50%);
}

#bsufinance-banner-slider .carousel-inner .item {
    min-height: 680px;
    height: 100%;
    width: 100%;
    background-size: cover;

}


#bsufinance-banner-slider .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background:#F9A056;
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
}

#bsufinance-banner-slider .carousel-control.left {
    left: 1%;
}

#bsufinance-banner-slider .carousel-control.right {
    right: 1%;
}

#bsufinance-banner-slider .carousel-control:hover {
    opacity: 1;
    background: #702EF3;
}


/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}
.slider-btn{
    text-align: center;
}
.slider-btn .bsufinance-btn {
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.slider-btn .bsufinance-btn:before,
.slider-btn .bsufinance-btn:after,
.slider-btn .btn-shape:before,
.slider-btn .btn-shape:after{
    background-color: #fff;
}


#bsufinance-banner-slider .carousel-caption h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 46px;
    margin: 0;
    animation-duration: 1.5s;
    animation-name: fadeInDown;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#bsufinance-banner-slider .carousel-caption p {
    font-family: 'Bad Script', cursive;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-name: fadeInUp;
    color: #fff;
}



/*** 

====================================================================
    bsufinance-banner-slider media screen
====================================================================

***/

@media only screen and ( max-width:767px) {
    #bsufinance-banner-slider .carousel-caption h2 {
    font-size:26px;
    }
    #bsufinance-banner-slider .carousel-inner .item {
        min-height: 480px;
    }

}



/*** 

====================================================================
    bsufinance-home-about
====================================================================

***/

.bsufinance-about .sec-title{
    text-align: left;
	margin-top:-80px;
}
.bsufinance-about .sec-title h2:before{
    left:0;
    transform: translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
	
}
.about-content p:last-child {
    margin-bottom: 200;
}
.bsufinance-about .about-btn{
    margin-top:50px;
}


/*** 

====================================================================
    bsufinance-banner-slider media screen
====================================================================

***/

@media only screen and ( max-width:991px) {
    .about-content {
        margin-top:50px;
        text-align: center;
    }
    .about-content .sec-title{
        text-align: center;
    }
    .bsufinance-about .sec-title h2::before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}


/*
====================================================================
    bsufinance-video
====================================================================
*/

.video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 350px
}

.video-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}


.video h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -60px;
    z-index: 100;
    left: 0;
    color: #fff;
    font-size: 300px;
    font-weight: 600;
}

.playbtn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    left: 0;
}

.playbtn a {
    box-sizing: content-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    position: relative;
}

.playbtn a span {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #F9A056;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 16px;
    left: 22px;
}

.playbtn a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.playbtn a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



/*
=================================
    bsufinance-Service
=================================
*/

.bsufinance-service.section{
    padding-bottom:70px;
}
.bsuservice-div {
    text-align: center;
    background-color: #702EF3;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
   margin-bottom: 30px;
   padding:30px;
   position: relative;
   z-index: 1;
}
.service-inner .col-md-4:nth-child(2n) .bsuservice-div{
    background-color:#F9A056;
}
.service-inner .col-md-4:nth-child(2n) .bsuservice-div:after{
    background-color:#702EF3;
}
.bsuservice-div::after {
    background-color:#F9A056;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.bsuservice-div:hover:after {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
.bsuservice-icon {
    float: left;
    width: 100%;
    position: relative;
}

.bsuservice-icon a i {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size:50px;
    color:#ffffff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-content a,
.bsuservice-content p{
    color:#ffffff;
}
.bsuservice-content h3 {
    float: left;
    width: 100%;
    margin:20px 0;
}
.bsuservice-content h3 a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-content p {
    margin: 0 auto;
    display: inline-block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.bsuservice-div:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

/*
====================================================================
    bsufinance-service media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .service-inner{
        float: left;
    }
    .service-inner .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media only screen and ( max-width:580px) {
    .service-inner .col-sm-6 {
        width: 100%;
        float: none;
    }
}


/*
====================================================================
    bsufinance-counter
====================================================================
*/

.bsufinance-counter {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.counter-overlay{
    top:0;
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(112,46,243,0.9);
}


.counter-area {
    text-align: center;
}

.icon-counter {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: #F9A056;
    font-size: 30px;
    line-height: 80px;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
}

.icon-counter:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    background-color: #F9A056;
    color: #fff;
}


.counter-area h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 24px 0 18px 0;
}

.counter-area h4 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/*
====================================================================
    bsufinance-counter media screen
====================================================================
*/
@media only screen and ( max-width:991px) {
    .bsufinance-counter .col-sm-6 {
        margin-bottom: 70px;
    }
    .bsufinance-counter .col-sm-6:nth-child(3) {
        margin-bottom: 0;
    }
    .bsufinance-counter .col-sm-6:nth-child(4) {
        margin-bottom: 0;
    }
}
@media only screen and ( max-width:767px) {
    .bsufinance-counter .col-sm-6 {
        float: left;
        width: 50%;
    }  
}

@media only screen and ( max-width:460px) {
    .bsufinance-counter .col-sm-6 {
        width: 100%;
        float: none;
    }
    .bsufinance-counter .col-sm-6:nth-child(3) {
        margin-bottom: 70px;
    }
}


/*
====================================================================
    bsufinance-price
====================================================================
*/

.price-content{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
    box-shadow: 0 7px 35px 0 rgba(0,0,0,.12);
}
.price-content .price-content-header {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 3px;
    padding: 30px;
    background-color: #702EF3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.price-content .price-content-cost {
    padding: 30px 0;
}
.price-content .price-content-cost-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.price-content .price-content-cost-inner span.currency{
    font-size: 26px;
    line-height: 1;
    align-self: flex-start;
    color: #2e3243;
}
.price-content .price-content-cost-inner span.amount{
    font-size: 60px;
    font-weight: 600;
    line-height: .8;
    color: #2e3243;
    padding:0 5px;
}
.price-content .price-content-cost-inner span.cent{
    color: #2e3243;
    align-self: flex-end;
    font-size: 18px;
    line-height: 1;
}


.price-content .price-content-list {
    font-size: 14px;
    line-height: 16px;
    color: rgb(157, 157, 157);
}
.price-content .price-content-list ul li {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0px 0px 15px;
}
.price-content .price-content-list ul li a{
    color: rgb(19, 175, 240);
}
.price-content .price-btn{
    padding:40px 0;
}


.price-content.premium-price .price-content-header{
    background-color: #F9A056;
}
.price-content.premium-price .price-content-ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
}
.price-content.premium-price .price-content-ribbon .price-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    background-color: #702EF3;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/*
====================================================================
    bsufinance-price media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .bsufinance-price-inner .col-sm-6 .price-content{
        margin-bottom: 50px;
    }
    
    .bsufinance-price-inner .col-sm-6:nth-child(3) .price-content {
        margin-bottom: 0;
    }
}

/*
====================================================================
   bsufinance- projects
====================================================================
*/

.bsufinance-projects.section{
    padding-bottom: 60px;
    position: relative;
}
.single-project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.single-project-item {
    
}
.project-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: rgba(112,43,246, 0.5);
    visibility: hidden;
    opacity: 0;
}
.single-project-item:hover .project-overlay{
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.project-link {
    left: 50%;
    margin-left: -57px;
    margin-top: -24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 60%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.project-link a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    position: relative;
}
.project-link a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 1px;
    background-color:#F9A056;
}
.project-link:hover a:before,
.project-link:hover a:after,
.project-link a:after,
.project-link a:before{
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.project-link:hover a:before {
    left: 100%;
    margin: 0px 0px 0px -30px;
}
.project-link a:hover .btn-shape:before {
    right: 100%;
    margin: 0px -30px 0px 0px;
}
.project-link a:hover .btn-shape:after {
    bottom: 100%;
    margin: 0px 0px -30px;
}
.project-link:hover a:after {
    top: 100%;
    margin: -30px 0px 0px;
}

.project-link a:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 30px;
    background-color: #F9A056;
}
.project-link .btn-shape:before {
    width: 30px;
}
.project-link .btn-shape:after {
    height: 30px;
}

.project-text {
    bottom: -46px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 12px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.project-text:after {
    background: #702EF3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-project-item:hover .project-text {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-project-item:hover .project-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 50%
}
.project-menu ul li {
    border: 1px solid #F9A056;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.project-menu ul {
    list-style: outside none none;
    margin: 0 0 35px;
    padding: 0;
    text-align: center;
}
.project-menu ul li:hover {
    background: #F9A056 none repeat scroll 0 0;
    color: #fff;
}
#project-wrapper .mix {
    display: none
}
.project-menu .active {
    background: #F9A056 none repeat scroll 0 0;
    border: 2px solid #F9A056;
    color: #fff;
}


/*
====================================================================
    bsufinance-project media screen
====================================================================
*/
@media only screen and ( max-width:991px) {
    .project-menu ul li{
        margin-bottom: 15px;
        padding: 5px 10px;
    }
}
@media only screen and ( max-width:767px) {
    #project-wrapper .col-sm-6 {
        width: 50%;
        float: left;
        vertical-align: top;
    }
}

@media only screen and ( max-width:480px) {
    #project-wrapper .col-sm-6 {
        width: 100%;
        float: none;
    }
}

/*
====================================================================
    bsufinance-callus
====================================================================
*/

.call-us {
    background-size: cover !important;
    background-position: center;
    position: relative;
    padding: 70px 0;
    text-align: center;
}

.call-us-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(112,46,243,0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.call-us .call-bx {
    position: relative;
}

.call-us h2.call-title {
    font-size: 34px;
    font-style: italic;
    text-align: center;
    color: #ffffff;
}

.call-us .call-bx-inner {
    display: inline-block;
}

.call-bx-details {
    padding: 30px 0 40px 0;
    color: #ffffff;
    max-width: 600px;
    margin:0 auto;
}


.call-us .phn-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    background-color: #F9A056;
    display: inline-block;
    line-height: 55px;
    border: 8px solid #ffffff;
    color: #ffffff;
    font-size: 30px;
    vertical-align: top;
}
.call-us .phn-icon-circle:hover {
    background-color: #702EF3;
    border-color: #F9A056;
}

.call-bx-details p,
.phn-icon-circle:hover a,
.call-us-text:hover h2 a, 
.phn-icon-circle a,
.call-us-text h2 a{
    color: #fff !important;
    position: relative;
}

.call-us .call-us-text {
    margin-left: 30px;
    display: inline-block;
}

.call-us .call-us-text h3 {
    font-weight: 100;
    color: #FFF;
    margin-bottom: 10px;
}

.call-us .call-us-text h2 {
    color: #ffffff;
    text-align: center;
}

/*
====================================================================
   bsufinance-call-us media screen
====================================================================
*/


@media only screen and ( max-width:479px) {
    .call-us .phn-icon-circle{
        margin-bottom: 30px;
    }
}

/*
====================================================================
    bsufinance-news
====================================================================
*/

.news-item-content {
    max-width: 320px;
    width:100%;
    padding: 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    left:0;

}
.news-item-content span {
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.news-item-content .news-date span:first-child::after{
    display: inline-block;
    content: "|";
    padding:0 10px;
}
.news-item-content span i{
    margin-right: 5px;
    color:#F9A056;
}
.news-item-content h5 {
    font-weight: 600;
    letter-spacing: 0.6px;
    margin:15px 0;
}

.news-btn{
    display: inline-block;
    margin:20px 0 10px 0;
}
.news-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top:-50px;
    right: 0;
}


.news-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #F9A056;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 10px;
    border: 1px solid #F9A056;
}

.news-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #702EF3;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #702EF3;
}

/*
====================================================================
    bsufinance-news media screen
====================================================================
*/

@media only screen and ( max-width:991px) {
    .news-item-content {
        max-width: 100%;
        width:90%;
        margin:-50px 5% 0 5%;
        padding: 30px 20px;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(0,0,0,0.10);
        position: relative;
        transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;

    }
}
@media only screen and ( max-width:767px) {
    .news-inner{
        padding:15px;
    }
}

/*
====================================================================
    bsufinance-team
====================================================================
*/

.team {
    background: #fff;
    position: relative;
}

.team .team-details {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head {
    position: relative;
    overflow: hidden;
}

.team .team-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head img {
    width: 100%;
    position: relative;
}

.team .team-social {
    background: #fff;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-details:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.team .team-social li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}

.team .team-social li a.facebook {
    background-color: #3B5998;
}

.team .team-social li a.twitter {
    background-color: #00ACED;
}

.team .team-social li a.instagram {
    background-color: #CB1F27;
}

.team .team-social li a.linkedin {
    background-color: #007BB5;
}

.team .team-social li {
    display: block;
}

.team .team-social li:last-child {
    margin: 0;
}

.team .team-bottom {
    text-align: center;
    padding: 15px 0;
    position: relative;
    background-color: #702EF3;

}
.team .team-details:hover .team-bottom{
    background-color: #F9A056;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-bottom .team-name {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
}

.team .team-bottom .team-what {
    color: #fff;
}
.team-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top:-50px;
    right: 0;
}


.team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    padding: 0px 10px;
    background: #F9A056;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 10px;
    border: 1px solid #F9A056;
}

.team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #702EF3;
    color: #ffffff;
    border: 0;
    text-decoration: none;
    border: 1px solid #702EF3;
}


/*
====================================================================
    bsufinance-team media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .team-inner{
        padding:0 15px;
    }
}


/*
====================================================================
    bsufinance-testimonial
====================================================================
*/

.testimonial {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.testimonial .sec-title h2,
.testimonial .sec-title p {
    color: #ffffff;
}

.testimonial-item{
    position: relative;
}
.testimonial-item .testi-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-item  .testi-img,
.testimonial-item .testi-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
}
.testimonial-item  .testi-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 2px solid #F9A056;
    border-radius: 100%;
    -webkit-border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -o-border-radius:100%;
}
.testimonial-item .testi-content {
    width: calc(100% - 165px);
    width: -webkit-calc(100% - 165px);
    width: -ms-calc(100% - 165px);
    margin-left: 40px;
    border: 1px solid #ccc;
    padding: 15px 20px 18px;
    position: relative;
}
.testimonial-item .testi-content:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    background: #fff;
    left: -8px;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    top: 17px;
}
.testimonial-item .testi-content:after {
    content: '\f10e';
    position: absolute;
    font-family: FontAwesome;
    font-size: 26px;
    right: 20px;
    bottom: 0px;
    color: #efecec;
}
.testimonial-item .testi-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.testimonial-item .testi-content span {
    position: relative;
}
.testimonial-item .testi-content a, .testimonial-item .testi-content span{
    color: #ffffff
}

.testimonial-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 50px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 5px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;
    -webkit-border-radius:30px;
    -ms-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #F9A056;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
    height: 5px
}

/*
====================================================================
    bsufinance-testimonial-media screen
====================================================================
*/

@media only screen and ( max-width:767px) {
    .testimonial-inner{
        padding:15px;
    }
    
}
@media only screen and ( max-width:480px) {
    .testimonial-item  .testi-img{
        display: block;
        margin:0 auto 30px auto;
    }
    .testimonial-item .testi-content{
        width: 95%;
        margin-left:10px;
    }
}

/*
====================================================================
   bsufinance-clients
====================================================================
*/

.clients.section {
    background: #fff;
}

.happy-clients .owl-item{
    border:1px solid #ccc;
}

.happy-clients.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}

.happy-clients.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 5px;
    margin: 5px 7px;
    background: #702EF3;
    display: block;
    border-radius: 30px;
    -webkit-border-radius:30px;
    -ms-border-radius:30px;
    -moz-border-radius:30px;
    -o-border-radius:30px;
}

.happy-clients.owl-theme .owl-dots .owl-dot.active span {
    background: #F9A056;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
    height: 5px
}




/*
====================================================================
  bsufinance-blogpage
====================================================================
*/

.page{
    margin:50px 0 90px 0;
}

.blog-page .news-item-content{
    max-width: 100%;
    position: relative;
    width:90%;
    margin:-50px 5% 0 5%;
    transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;
        border-left: 1px solid rgba(0,0,0,0.07);
        border-bottom: 4px solid rgba(0,0,0,0.07);
        border-right: 1px solid rgba(0,0,0,0.07);
}
.blog-page .news-item{
    margin-bottom: 50px;
}
.blog-page .news-item:last-child{
    margin-bottom: 0;
}

/*
====================================================================
  bsufinance-blogpage-details
====================================================================
*/

.blog-detail .news-item-content{
    max-width: 100%;
    position: relative;
    width:100%;
    margin:0;
    transform: translateY(0);
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        left:0;
        right:0;
        border-left: 1px solid rgba(0,0,0,0.07);
        border-bottom: 4px solid rgba(0,0,0,0.07);
        border-right: 1px solid rgba(0,0,0,0.07);
}
.blog-detail .news-item-content h3{
    margin:15px 0;
    text-transform: capitalize;
}
.blog-detail blockquote {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    border-left: 5px solid #F9A056;
     margin-top:30px;
}


.blog-detail .news-detail-share .share-title, .comment-title{
    margin: 30px 0;
}
.blog-detail .news-detail-share a{
    display: inline-block;
    padding:0 10px;
    border:1px solid #F9A056;
    margin-right: 5px;
}
.blog-detail .news-detail-share a:hover{
    border-color:#702EF3;
    background-color:#702EF3;
    color:#ffffff;
}
.tag-widget .tag-list a{
    padding:5px 15px;
    border:1px solid #F9A056;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tag-widget .tag-list a:hover{
    border-color: #702EF3;
    background-color: #702EF3;
    color:#ffffff;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    transform: scale(1, 1);
    transition: all .9s ease-in-out;
}

.blog .blog-img:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
}

/*
====================================================================
  bsufinance-comment
====================================================================
*/

.comment-section, .bsufinance-review{
    margin-top:50px;
}

.bsufinance-comment, {
    position: relative;
    
}

.bsufinance-comment .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.bsufinance-comment .comment-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #ffffff;
}

.bsufinance-comment .comment-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}

.bsufinance-comment .comment-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.bsufinance-comment .rating {
    color: #ff9c01;
    font-size: 13px;
}

.bsufinance-comment .rating .fa {
    margin-right: 1px;
}

.bsufinance-comment .comment-info {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bsufinance-comment .comment-text {
    font-size: 15px;
}


.bsufinance-review .rating {
    position: relative;
    padding-top: 8px;
}

.bsufinance-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.bsufinance-review .rating .rate-box:hover,
.bsufinance-review .rating .rate-box:focus,
.bsufinance-review .rating .rate-box:active {
    color: #fa6f1c;
}

.bsufinance-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #303030;
}

.bsufinance-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.bsufinance-review .form-group input[type="text"],
.bsufinance-review .form-group input[type="password"],
.bsufinance-review .form-group input[type="tel"],
.bsufinance-review .form-group input[type="email"],
.bsufinance-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.bsufinance-review .form-group button[type="button"]{
    padding:10px 15px;
    background-color: transparent;
    border:0;
    text-transform: capitalize;
    font-weight: 600;
}

.bsufinance-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

/*
====================================================================
  bsufinance-page-sidebar
====================================================================
*/

.sidebar .sidebar-widget{
    background: #ffffff;
    margin-bottom: 40px;
    padding:15px;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-left: 1px solid rgba(0,0,0,0.07);
    border-bottom: 4px solid rgba(0,0,0,0.07);
    border-right: 1px solid rgba(0,0,0,0.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar .sidebar-widget:last-child{
    margin-bottom: 0;
}


.search-widget .form-group{
    margin-bottom: 0;
}
.search-widget .input-group-addon {
    background-color: #702EF3;
    color:#ffffff;
    border-color:#702EF3; 
    cursor: pointer;
}

.sidebar .sidebar-widget .widget-title {
    padding-bottom: 10px;
    border-bottom: 2px dashed #EFEFEF;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget .widget-title h3,
.blog-detail .news-detail-share .share-title h3,
.blog-detail .news-item-content .comment-title h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}

.sidebar .sidebar-widget .widget-title h3:after,
.blog-detail .news-detail-share .share-title h3::after,
.comment-title h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #702EF3;
    left: 0;
}


.sidebar .category-widget ul li a {
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
}
.sidebar .category-widget ul li:first-child a{
    padding-top:0;
}

.sidebar .category-widget ul li a span.category-count {
    color: #000;
}
.post-widget ul li{
    width: 100%;
    border-bottom: 1px dashed rgba(0,0,0,0.5);
    overflow: hidden;
    padding:15px 0;
}
.post-widget ul li:first-child{
    padding-top:0;
}
.post-widget .post-widget-thumb{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
}
.post-widget-content{
    overflow: hidden;
}
.post-widget-content h4{
    color: #222222;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}
.post-widget-content span{
    font-size: 13px;
    text-transform: capitalize;
    margin-top:10px;
    width: 100%;
    float: left;
}

/*
====================================================================
  bsufinance-blogpage medai screen
====================================================================
*/


@media only screen and ( max-width:767px) {
    .blog-detail .search-widget, .blog-right .search-widget{
        margin-top:40px;
    }
}



/*
====================================================================
    bsufinance-contact-page
====================================================================
*/

.contact-info p {
    margin-bottom: 15px;
}
.contact-info p i{
    height: 36px;
    width:40px;
    border:1px solid #F9A056;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}
.contact-page-title{
    margin-bottom: 40px
}
.contact-page-inner .contact-page-title h4 {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.contact-page-inner .contact-page-title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #702EF3;
    left: 0;
}
.contact-page .form-group label{
    margin-bottom: 15px;
}
.contact-page .form-group input[type="text"],
.contact-page .form-group textarea.form-control{
    border-radius:0;
}
.contact-map{
    margin:50px  0;
}
.contact-page-inner .bsufinance-btn{
    margin-top:20px;
    float:left;
}

/*
====================================================================
    bsufinance-contactpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .contact-right-form{
        margin-top:50px;
    }
}


/*
====================================================================
    bsufinance-errorpage
====================================================================
*/


.bsufinance-errorpage {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 60%;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 30px auto;
}
.bsufinance-errorpage strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #702EF3;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #eaeaea;
}
.bsufinance-errorpage b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #702EF3;
    margin: 0;
    font-weight: 300;
}
.bsufinance-errorpage em {
    display: block;
    font-size: 18px;
    color: #F9A056;
    margin: 15px 0;
    font-style: normal;
}

#animate-arrow {
    position: relative;
    top: 15px;
    left: 0;
    animation: move 1s ease infinite;
    margin-top: 150px;
    color: #F9A056;
}
 @keyframes move {
     50% {
     bottom: 10px;
     top: 0;
    }
}

/*
====================================================================
    bsufinance errorpage media screen
====================================================================
*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .bsufinance-errorpage {
        width: 100%;
        border-radius: 0;
        margin: 25px auto;
        padding: 15px;
    }
    .bsufinance-errorpage em {
        line-height: none;
        margin-bottom: 10px
    }
}

/*
====================================================================
    bsufinance-login
====================================================================
*/

.login-form{
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    padding:20px;
    float: left;
}
.login-page .navbar-brand{
    margin:0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.login-page .navbar-brand img{
    max-width: 300px;
    margin:0 auto;
}
.login-page .register-btn{
    width:100%;
    text-align: center;
    margin-top:20px;
}
.login-page .register-btn button.bsufinance-btn{
    padding:5px 15px;
    background-color: transparent;
    border:0;
    text-transform: capitalize;
}

/*
====================================================================
    bsufinance-pagination
====================================================================
*/

nav.pagination  {
    margin:50px 0 0 0;
    display: inline-block;
    text-align: center;
    width:100%;
}

nav.pagination a {
    color: #702EF3;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    border: 1px solid #F9A056;
}
nav.pagination span.current{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    background-color:#702EF3;
    border: 1px solid #702EF3;
}
nav.pagination a:hover {
    color: #fff;
    background-color:#702EF3;
    border: 1px solid #702EF3;
}


/*
====================================================================
    bsufinance-footer
====================================================================
*/

footer {
    position: relative;
    background: #464646;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    padding: 15px 0 15px;
	
}


footer .footer-widget {
    position: relative;
}

footer  h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-left:15px;
}

footer h2::after {
    content: '';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    width: 2px;
    height: 15px;
    background-color:#F9A056;
    left: 0;
}

footer .about-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
}
footer .footer-widget address{
    margin-top:20px;
}

footer .footer-widget address p i{
    width:34px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    border:1px solid  #F9A056;
    text-align: center;
}
footer .links-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 11px;
    color:#F9A056;
}
footer .links-widget ul li{
    padding:5px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
}
footer .subscribe-widget {
    position: relative;
}
footer .links-widget ul li a{
    text-transform: capitalize;
}
.footer .link-widget ul li a:hover{
    color:#F9A056;
}

footer .subscribe-widget .text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 30px;
}


footer .subscribe-widget .form-group input[type="text"],
footer .subscribe-widget .form-group input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 16px;
    height: 42px;
    color: #222222;
    outline: none;
    font-size: 13px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .subscribe-widget .form-group input[type="text"]:focus,
footer .subscribe-widget .form-group input[type="email"]:focus{
    background-color: #f1f1f1;
}

footer .subscribe-widget .form-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

footer .newsletter-form .bsufinance-btn {
    text-transform: capitalize;
    padding:5px 15px;
}
footer .newsletter-form .form-group button[type="submit"]{
    padding:5px 15px;
    background-color: #f1f1f1;
    border:0;
    text-transform: capitalize;
    font-weight: 600;
}
/*
====================================================================
   footer-media screen
====================================================================
*/
@media only screen and (min-width: 460px) and (max-width: 767px) {
    .links-widget .col-sm-6{
        float: left;
        width: 50%;
    }
    
}
@media only screen and (max-width: 767px) {
    .footer-widget{
        margin-bottom: 50px;
    }
    .footer-widget.subscribe-widget{
        margin-bottom: 0;
    }
    .sec-title{
        padding:0 15px;
    }
}
/*
====================================================================
   bsufinance-footer-bottom
====================================================================
*/

.footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 8px 1px;
    line-height: 1px;
    text-align: center;
    background-color: #111;
    color: #c8c8c8;
    width: 100%;
    float: left;
}

.footer-bottom .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom .social-links a {
    width: 28px;
    height: 10px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
}

.footer-bottom .social-links li {
    display: inline-block;
}
.footer-bottom .social-links li.active a,
.footer-bottom .social-links li a:hover,
.footer-bottom .social-links li a:hover i,
.footer-bottom .social-links li.active a i
 {
    background-color: #ffffff;
    color:#702EF3;
}

.footer-bottom .social-links i {
    font-size: 13px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .footer-bottom .col-sm-6 .text-left{
        text-align: center;
    }
    .footer-bottom .col-sm-6 .text-right{
        text-align: center;
        margin-top:15px;
    }
    
}

/*
====================================================================
    bsufinance-scroll-top
====================================================================
*/

a.scroll-top {
    background-color: #F9A056;
    bottom: 45px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
a.scroll-top:hover {
    background-color: #702EF3
}

a.scroll-top::before {
    font-size: 25px;
}