/*Theme Orange - #ff8000*/

@font-face {
    font-family: AvenirLTStd-Book;
    src: url("../../font/AvenirLTStd-Book.otf");
}
@font-face {
    font-family: AvenirLTStd-Light;
    src: url("../../font/AvenirLTStd-Light.otf");
}
@font-face {
    font-family: AvenirLTStd-Roman;
    src: url("../../font/AvenirLTStd-Roman.otf");
}

body {
	color: #191924;
	font-family: AvenirLTStd-Book;
}
h3 {
    font-weight: bold;
    text-align: center;
    /*margin: 20px;*/
    margin-bottom: 31px;
}
h5 {
    font-weight: bold;
}
.padding-0 {
	padding: 0;
}
.padding-left-0 {
	padding-left: 0;
}
.margin-7 {
	margin: 7px 0;
}
.margin-20 {
	margin: 31px 0;
}
.orange-text {
	color: #ff8000;
    font-size: 14px;
}
.home-icon, .tick-icon, .bf-icon, .orange-icon {
    width: 60px;
    height: auto;
}
/*==================== Home - Menu CSS ==============================*/
.menu-overlay {
    display: none;
    /*background: rgba(218, 131, 94, 0.35);*/
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.main-logo {
	width: 80%;
	/*width: 237px;*/
    height: auto;
}
.text-center {
	text-align: center;
}

.navbar .orange-text {
    font-size: 32px;
    margin-top: 29px;
    /*margin-left: 75px;*/
    margin-left: 0;
}
.navbar-nav {
	margin-top: 24px
}
.nav>li>a:hover, .nav>li>a:focus {
	background: none !important;
}
.navbar-nav li a {
	font-size: 18px;
	color: #191924;
}
button.navbar-toggle {
    background: white;
    margin: 8px 0;
}
.navbar-toggle .icon-bar {
    background: #ff8000;
}
.show-on-mob {
    display: none;
}   

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #my-navbar-collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-toggle {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .hide-on-mob {
        display: none;  
    }
    .navbar-header {
        width: 100%;
    }
    button.navbar-toggle {
        display: block;
        border: 1px solid #ff8000;
    }
}    
@media (min-width: 363px) and (max-width: 991px) {
    .show-on-mob {
        display: block;
        font-size: 18px !important;
        float: right;
        margin: 12px !important;
    }
}    
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 991px) {
    .hide-on-mob {
        display: none;  
    }
    .navbar-brand{
        padding: 0;
    }
    .main-logo {
        width: 142px;
    }  
    .navbar .orange-text {
        font-size: 30px;
        margin-top: 0;
    } 
    .navbar-nav>li {
        width: 256px;
    }
    #my-navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        width: 300px; 
        height: 100%;
        background: #f79736;
        opacity: .95;
    } 
    .navbar-nav {
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
    }
    .navbar-nav li a {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        padding: 20px;
    }
    .navbar-collapse {
        animation-name: slideInRight;
        animation-duration: 1s;
    }
    @-webkit-keyframes slideInRight {
        from {
            transform: translate3d(100%, 0, 0);
            visibility: visible;
            width: 0;
        }

        to {
            transform: translate3d(0, 0, 0);
            width: 100%;
        }
    }
    @keyframes slideInRight {
        from {
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }

        to {
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInRight {
        width: 60%;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
    }
    .animateSlideInRight {
        -webkit-animation: slideInRight 5s;
        animation: slideInRight 5s;
    }
    @-webkit-keyframes slideInLeft {
        from {
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes slideInLeft {
        from {
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

        to {
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
    }
    .animateSlideInLeft {
        width: 60%;
        -webkit-animation: slideInLeft 5s;
        animation: slideInLeft 5s;
    }
}   
@media (min-width: 931px) and (max-width: 1200px) {
    .nav>li>a {
        padding: 10px 7px;
    }
} 
@media (min-width: 769px) and (max-width: 991px) {
    .nav>li>a {
        padding: 20px;
    }
}    
@media only screen and (max-width: 362px){
    .show-on-mob {
        display: block;
        font-size: 14px !important;
        float: right;
        margin: 15px 4px !important;
    } 
}
/*==================== Home - Banner CSS ==============================*/

.banner-bg {
	background: url('../../assets/img/backgrounds/banner-bg.jpg') center center no-repeat;
	background-size: cover;
	/*height: 62vh;*/
	height: 623px;
    width: 100%;
}
section.banner-section {
    /*background: #E9E5F9;*/
    width: 100%;
    /*height: 50vh;*/
}
	/*---------------------- Sliding Text ---------------------------*/

.ml10 {
  display: inline-block;
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.moving-words {
    display: none;
}
.banner-heading span:before{
    color: #ff8000;
    content: 'Managing Cashflows';
    animation-name: animate;
    -webkit-animation-name: animate;
    -moz-animation-name: animate;
    -o-animation-name: animate;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    
}
@keyframes animate{
    0%{
        content: 'Managing Cashflows';
    }
    20%{
        content: 'Purchasing Stock';
    }
    40%{
        content: 'Marketing and Promotion';
    }
    60%{
        content: 'Expansion Funding';
    }
    80%{
        content: 'Growth Funding';
    }
}
@-webkit-keyframes animate{
    0%{
        content: 'Managing Cashflows';
    }
    20%{
        content: 'Purchasing Stock';
    }
    40%{
        content: 'Marketing and Promotion';
    }
    60%{
        content: 'Expansion Funding';
    }
    80%{
        content: 'Growth Funding';
    }
}
@-moz-keyframes animate{
    0%{
        content: 'Managing Cashflows';
    }
    20%{
        content: 'Purchasing Stock';
    }
    40%{
        content: 'Marketing and Promotion';
    }
    60%{
        content: 'Expansion Funding';
    }
    80%{
        content: 'Growth Funding';
    }
}
@-o-keyframes animate{
    0%{
        content: 'Managing Cashflows';
    }
    20%{
        content: 'Purchasing Stock';
    }
    40%{
        content: 'Marketing and Promotion';
    }
    60%{
        content: 'Expansion Funding';
    }
    80%{
        content: 'Growth Funding';
    }
}
    
    /*----------------------End Sliding Text ---------------------------*/
.home-banner-btn, .click-here-btn {
    position: relative;
}
.banner-heading {
    position: relative;
}
.show-text {
    position: absolute;
    /*position: absolute !important;*/
    top: 32px;
    left: 220px;
}
span.banner-btn-text {
    position: absolute;
    top: 0px;
    left: 71px;
    color: white;
    font-weight: bold;
}
.black-btn-text {
	top: -5px !important;
}
.banner-block {
    margin-top: 26%;
    /*width: 92%;*/
    /*margin: auto;*/
    width: 100%;
    margin-left: 4%;
    margin-top: 8%;
}
.banner-block h1 {
	font-weight: bold;
    /*height: 134px;*/
}
.banner-block h1 span {
	font-size: 36px;
}
.banner-block h3{
	text-align: left;
}	
.orange-text {
	color: #ff8000;
}
.banner-link-block {
    width: 80%;
    margin-top: 8%;
}
.banner-link-block a {
	margin: 0;
	/*margin: 5px;*/
}	

.orange-btn 
/*, .orange-btn:focus */
{
	width: 170px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: white;
    background: #ff8000;
    padding: 6px 32px;
    border-radius: 8px;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #aaaaaa;
    outline: none;
}
.banner-orange-btn, .banner-orange-btn:focus, .banner-orange-btn:active {
    width: 170px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    color: white;
    background: #ff8000;
    padding: 6px 32px;
    border-radius: 17px !important;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #aaaaaa;
    outline: none;
    background: -webkit-linear-gradient(#f79736 50%, #ff8000 50%);
	background: linear-gradient(#f79736 50%, #ff8000 50%);
}
.home-banner-btn:hover {
    text-decoration: none;
}
.banner-btn, .banner-btn:focus,  .banner-btn:hover {
    border-radius: 17px;
    color: white;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
}
/*.orange-btn:visited, */
.orange-btn:hover, .orange-btn:focus, .orange-btn:active:focus
{
    color: white;
    background: #ff9000;
    padding: 6px 32px;
    font-size: 16px;
    box-shadow: 0px 0px 5px #aaaaaa;
    outline: none;
    
}
.orange-btn:active, .orange-btn:focus {
  	background-color: #ff8000;
  	box-shadow: 0 2px #ddd;
  	/*transform: translateY(4px);*/
  	color: white;
   	outline: none;
    background: linear-gradient(#f79736 50%, #ff8000 50%);
}
.black-btn {
	width: 170px;
	border: 1px solid rgba(0, 0, 0, 0.13);
    color: white;
    /*background: #000;*/
    padding: 6px 32px;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #aaaaaa;
    outline: none;
    background: -webkit-linear-gradient(#333341 50%, #191924 50%);
    background: linear-gradient(#333341 50%, #191924 50%);
}
.black-btn:visited, .black-btn:hover, .black-btn:focus, .black-btn:active:focus {
	border: 1px solid rgba(0, 0, 0, 0.13);
    color: white;
    background: #000;
    padding: 6px 32px;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 5px #aaaaaa;
    outline: none;
}
.black-btn:active, .black-btn:focus  {
    background-color: #000;
    box-shadow: 0 2px #ddd;
    /*transform: translateY(4px);*/
    color: white;
    outline: none;
    background: -webkit-linear-gradient(#333341 50%, #191924 50%);
    background: linear-gradient(#333341 50%, #191924 50%);
}
a.black-btn {
    border: 1px solid black;
    color: white;
    background: black;
    padding: 6px 26px;
    border-radius: 8px;
}

.banner-btn-img {
    width: 20px;
	position: absolute;
    top: 6px;
    left: 10px;
    /*border-right: 1px solid white;*/
}    
.i-img {
	width: 25px;
    top: 3px;
}
.more-info-span {
	margin-left: 17px;
}
.call-me-span{
	margin-left: 20px;
}
.white-seperator-span{
	margin-left: -7px;
}
.get-a-quote-span {
	margin-left: 8px;
}
.get-a-quote-span-img {
	margin-left: 5px;
}
@media (min-width: 1401px) {
	.banner-bg {
		min-height: 768px;
	    width: 100%;
	}
	
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.banner-bg {
		min-height: 628px;
	    width: 100%;
	}
    .navbar .orange-text {
       font-size: 28px;
    }
	
}
@media (min-width: 999px) and (max-width: 1200px) {
    .navbar .orange-text {
       font-size: 28px;
    }
}    
@media only screen and (max-width: 1162px) {
    .banner-btn {
        margin-bottom: 15px;
    }
}   

@media only screen and (max-width: 998px) {
    .navbar .orange-text {
        font-size: 22px;
        margin-top: 36px;
    }
    .banner-block {
        margin-top: 15%;
        margin-left: 10px;
    }
    .banner-link-block {
        margin-left: 15px;
    }
    .banner-block h1 {
        font-size: 26px;
        /*position: relative;*/
    }
    
    .banner-block h1 span {
        font-size: 26px;
    }
    .show-text {
        font-size: 26px;
        position: static;
        /*position: absolute !important;
        top: 22px;
        left: 160px;*/
    }
    .banner-heading span{
        display: block;
    }
} 
@media only screen and (max-width: 998px) {
    .banner-bg {
        background: url('../../assets/img/backgrounds/mob-bg.jpg') center center no-repeat;
        background-size: cover;
        /* height: 62vh; */
        /*height: 550px;*/
        max-height: 580px;  
        width: 100%;
        background-position: right bottom;
    }
    .banner-orange-btn, .banner-orange-btn:hover, .banner-orange-btn:focus, .banner-orange-btn:active {
        width: 141px;
        padding: 4px 32px !important;
        /*font-size: 14px;*/
    }
    .black-btn, .black-btn:hover, .black-btn:focus, .black-btn:active {
        width: 141px;
        /*padding: 4px 32px;*/
        padding: 2px 32px;
    }
    .banner-btn-img {
        width: 16px;
    }
    .i-img {
        width: 22px;
        top: 5px;
        left: 8px;
    }
    .more-info-span,  .get-a-quote-span, .call-me-span {
        font-size: 14px !important;
    }
    .white-seperator-span {
        margin-left: -15px;
    }
    .get-a-quote-span-img {
        margin-left: 3px;
    }
    .more-info-span {
        margin-left: 8px;
    }
    .more-info-seperator {
        margin-left: 3px;
    }
    .get-a-quote-span {
        margin-left: 3px;
    }
    .call-me-span {
        margin-left: 17px;
    }
    .white-seperator-span {
        margin-left: 2px;
    }
}
/*==================== Home - Modal CSS ==============================*/

.text-left {
	text-align: left !important;
}
.modal-form {
	padding: 
}
.modal-form-containter {
	width: 100%;
}
.modal-btn-block{
	width: 206px;
    margin: auto;
}
.modal-btn-block .orange-btn {
	width: 100%;
    margin: 25px auto 0;
}
.modal-content {
	width: 70%;
    height: auto;
    margin: auto;
    margin-top: 15%;
}
.modal-header .close {
    margin-top: -31px;
}
.modal-title {
	color: #ff8000;
	text-align: center;
}
@media only screen and (max-width: 998px){
    .modal-btn-block {
        width: 100%;
    }
}
/*==================== Home - Term Loans CSS ==============================*/


section.term-loans-section {
    margin: 22px;
}
.tl-heading-block, .tl-link-block {
    text-align: center;
}
.tl-heading-block h1 {
	font-size: 51px;
    font-weight: bold;
    margin: 4px;
}
.tl-heading-block h2 {
	font-weight: bold;
	font-size: 35px;
	margin: 4px;
}
.tl-heading-block h2 span {
	font-weight: normal;
}
.tl-link-block {
    margin: 35px;
    line-height: 24px;
    margin-bottom: 50px;
}    
.tl-link-block a.orange-btn {
    border: 1px solid orange;
    color: white;
    background: orange;
    padding: 6px 26px;
    border-radius: 8px;
}
.tl-sub-heading-block {
    text-align: center;
}
.tl-icon-block {
    width: 60px;
    height: auto;
    margin: auto;
}
img.tl-icon {
    width: 100%;
}
.click-here-btn img {
    width: 200px;
    /*height: 62px;*/
}
span.tl-btn-text {
    position: absolute;
    top: -3px;
	left: 54px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.click-here-btn, .click-here-btn:hover  {
    text-decoration: none;
}
.tl-link-block .tl-link-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.tl-icon-below-text {
	font-size: 20px;
    font-weight: bold;
    margin: 40px 2px;
}

@media only screen and (max-width: 998px) {
    .tl-heading-block h1 {
        font-size: 30px;
    }
    .tl-heading-block h2 {
        font-size: 24px;
    }
    .tl-icon-block {
        width: 51px;
    }
	.tl-icon-below-text {
        margin: 20px 2px;
        font-size: 15px;
    }
	.tl-sub-heading-block {
	    text-align: center;
	    height: 132px;
	}
}	

/*==================== Home - Why Us CSS ==============================*/

section.why-us-section {
	background: url('../../assets/img/home/section3/why-us-bg.jpg') center center no-repeat;
	background-size: cover;
	min-height: 600px;

}	
.black-bg {
	background: url('../../assets/img/home/section3/aboutbox.png') center center no-repeat;
    background-size: contain;
    color: white;
    padding: 13% 10%;
    margin: 0 5%;
    font-size: 14px;
    min-height: 600px;
    position: relative;
    /*width: 71%;*/
    /*background: black;*/
}
.black-bg .apply-now-btn .orange-btn {
	box-shadow: none;
	padding: 4px 32px;
}
.black-bg p{
	font-size: 16px;
	margin-bottom: 0;
    margin-top: 5px;
	/*width: 71%;*/
}
.black-bg h1 {
	font-weight: bold;
	/*margin-bottom: 35px;*/
	margin-bottom: 24px;
}

#tick-icon1 {
    position: absolute;
    top: 175px;
    left: -37px;
}
#tick-icon2 {
    position: absolute;
    top: 250px;
    left: -37px;
}
#tick-icon3 {
    position: absolute;
    top: 324px;
    left: -37px;
}
.why-us-right-text-block {
	position: relative;
	font-size: 18px;
	    text-align: center;
}
.why-us-right-text-block .why-us-right-text span {
	font-size: 50px;
	color: white;
	line-height: 1;
}
.why-us-right-text {
	color: #ADB2B5;
	line-height: 1;
}
.why-us-right-text1 {
    position: absolute;
    top: 30px;
    left: 50px;
}
.why-us-right-text2 {
    position: absolute;
    top: 158px;
    left: 50px;
}
.why-us-right-text3 {
    position: absolute;
    top: 282px;
    left: 50px;
}
li {
    list-style-type: none;
}
.apply-now-btn-block {
	width: 257px;
	height: auto;
	margin-top: 15px;
}
.mob-black-bg {
    display: none;
}	
@media (min-width: 1401px) and (max-width: 1600px) {
/*@media (min-width: 1401px) {*/
	.black-bg p {
    	font-size: 21px;
    }
    #tick-icon1 {
	    top: 168px;
	}
	#tick-icon2 {
	    top: 256px;
	}
	#tick-icon3 {
	    top: 348px;
	}
	.why-us-right-text1 {
	    top: 30px;
	    left: 74px;
	}
	.why-us-right-text2 {
	    top: 181px;
	    left: 74px;
	}
	.why-us-right-text3 {
	    position: absolute;
	    top: 344px;
	    left: 74px;
	}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	#tick-icon1 {
	    top: 152px;
	}
	#tick-icon2 {
	    top: 227px;
	}
	#tick-icon3 {
	    top: 300px;
	}
    .why-us-right-text1 {
        top: 30px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    
    .mob-black-bg {
        display: block;
        position: absolute;
        left: 0;
        top: 40px;
        /*position: relative;
        left: -43px;*/
        width: 100%;
        height: 500px;
        z-index: 99;
    } 
    .why-us-content-left {
        position: absolute;
        top: 60px;
        z-index: 100;
        width: 65%;
    } 
    .why-us-content-right {
        position: absolute;
        /*top: 60px;*/
        z-index: 100;
        right: 15px;
        height: 400px;
    }
    .why-us-right-text-block .why-us-right-text span {
        font-size: 26px;
    }
    #tick-icon1 {
        position: absolute;
        top: 155px;
        left: -37px;
    }
    #tick-icon2 {
        position: absolute;
        top: 225px;
        left: -37px;
    }
    #tick-icon3 {
        position: absolute;
        top: 300px;
        left: -37px;
    }
    .why-us-right-text1 {
        position: absolute;
        top: 51px;
        left: 38px;
    }
    .why-us-right-text2 {
        position: absolute;
        top: 158px;
        left: 35px;
    }
    .why-us-right-text3 {
        position: absolute;
        top: 282px;
        left: 25px;
    }

}    
/*@media (min-width: 345px) and (max-width: 998px) {*/
@media only screen and (max-width: 998px) {
    .black-bg {
        background: none;
        margin: 0;
    }
    .mob-black-bg {
        display: block;
        position: absolute;
        left: 0;
        top: 40px;
        /*position: relative;
        left: -43px;*/
        width: 100%;
        height: 500px;
        z-index: 99;
    } 
    .why-us-content-left {
        position: absolute;
        top: 60px;
        z-index: 100;
    } 
    .why-us-content-left p {
        font-size: 14px;
        width: 85%;
    }
    .why-us-content-right {
        position: absolute;
        top: 60px;
        z-index: 100;
        right: 15px;
        height: 400px;
    }
    .why-us-right-text {
        font-size: 14px;
    }
    .why-us-right-text-block .why-us-right-text span {
        font-size: 20px;
    }
    
    .why-us-right-text1 {
        position: absolute;
        top: 60px;
        left: 45%; 
    }
    .why-us-right-text2 {
        position: absolute;
        top: 174px;
        left: 30%;
    }
    .why-us-right-text3 {
        position: absolute;
        top: 297px;
        left: 25%;
    }
    .apply-now-btn-block {
        position: absolute;
        bottom: -45px;
        z-index: 100;
    } 
    .tick-text-block {
        position: relative;
    }
    #tick-icon1 {
        position: absolute;
        top: -18px;
        left: -44px;
    }
    #tick-icon2 {
        position: absolute;
        top: -18px;
        left: -44px;
    }
    #tick-icon3 {
        position: absolute;
        top: -18px;
        left: -44px;
    }
}    
@media only screen and (max-width: 440px){
    .contact-form-img-block img {
        position: absolute;
        width: 25px;
        top: 10px;
        left: 14px;
    }
}    

/*==================== Home - Business Finance CSS ==============================*/

section.business-finance-section {
	background: url('../../assets/img/home/bf-bg.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 650px;
    /*width: 80%;
    margin: 20px auto;*/
    padding: 6px 0 20px;
    position: relative;
}
.business-finance-block {
    width: 83%;
    margin: 3% auto;
    text-align: center;
}
.business-finance-block h1 {
	font-size: 45px;
    font-weight: bold;
    margin: 4px;

}
.business-finance-block h2 {
	font-size: 38px;
	/*font-weight: bold;*/
	margin: 4px;
}	
.bf-heading-block h3 {
	font-weight: normal;
    font-size: 30px;
	margin: 4px;
}
.business-finance-block-box {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
.business-finance-block-box p{
	font-size: 20px;
    color: #615F5F;
}
.business-finance-section h3 {
	margin-bottom: 0px;
}
.business-finance-section h4 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.bf-icon-block {
    text-align: center;
    padding-bottom: 15px;
}

.bf-heading-block {
    width: 100%;
    margin: auto;
    
}
.orange-line {
    border: 1px solid orange;
    width: 60%;
    margin: 20px auto;
}
.apply-now-btn {
	position: relative;
}
.apply-now-btn img {
	width: 200px;	
	height: auto;
}
span.bf-btn-text {
    position: absolute;
    top: -3px;
    left: 54px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}    
.side-text {
    color: #ff8000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: -88px;
}
@media only screen and (max-width: 768px){
    .business-finance-block {
        margin-top: 15%;
    }
    .business-finance-block h1 {
        font-size: 30px;
    }
    .business-finance-block h2, .bf-heading-block h3 {
        font-size: 24px;
    }
    .business-finance-block-box p {
        font-size: 16px;
    }
    .side-text {
        font-size: 11px;
    }
    .side-text p {
        margin: 0;
    }
} 

/*==================== Home - Testimonial CSS ==============================*/

section.testimonial-section{
    padding: 6px 0 20px;
    background: url('../../assets/img/home/section5/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 600px;*/
    min-height: 520px;
}    
.testimonial-block-box {
	width: 80%;
    margin: 20px auto;
    position: relative;
}
.testimonial-block-box img {
	width: 100%;
}	
.testimonial-block h1 {
	font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;

}
.testimonial-review-block1, .testimonial-review-block2  {
    position: absolute;
    top: 53px;
    left: 30px;
}
.testimonial-review-block h4 {
	font-weight: bold;
    font-size: 22px;
}
.testimonial-review-block p{
    font-size: 18px;
	width: 100%;
    /*position: absolute;*/
}
.testimonial-details-block {
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top: 180px;
    left: -2%;
}
.testimonial-details-block img {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    border: 1px solid grey;
}
.testimonial-writer-name {
	font-size: 18px;
    font-weight: bold;
    padding-top: 18px;
    margin-left: 20px;
}
.testimonial-writer {
	margin-left: 20px;
}
/*@media (min-width: 1401px) and (max-width: 1600px) {*/
@media (min-width: 1401px) {
	.testimonial-border-img {
        width: 100%;
        position: absolute;
        top: 0;
        /* top: -35px; */
        height: 300px;
    }
	.testimonial-review-block1 h4, .testimonial-review-block2 h4{
		width: 90%;
		left: 40px;
		top: 85px;
        font-size: 30px;
        font-weight: bold;
		/*top: 123px;*/
	}
    .testimonial-review-block1 p, .testimonial-review-block2 p{
        font-size: 20px;
        /*top: 123px;*/
    }
	.testimonial-details-block {
        top: 236px;
        /* top: 370px; */
        left: 1%;
    }
    .testimonial-writer-name {
        font-size: 26px;
    }
    .testimonial-writer {
        font-size: 22px;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.testimonial-review-block {
		width: 86%;
		left: 30px;
	}
	.testimonial-review-block p {
    	font-size: 26px;
	}
    .testimonial-details-block {
        width: 100%;
            top: 200px;
    }
}
@media (min-width: 999px) and (max-width: 1200px) {
    .testimonial-review-block1, .testimonial-review-block2 {
        position: absolute;
        top: 34px;
        left: 30px;
        margin-right: 10px;
    }
}    
@media only screen and (max-width: 998px){
    section.testimonial-section{
        min-height: 600px;
    }
    .testimonial-block-box {
        height: 250px;
    }
    .testimonial-block-box img {
        width: 100%;
        position: absolute;
        height: 200px;
    }
    .testimonial-block-box1 img {
        position: absolute;
        top: 0;
    } 
    .testimonial-block-box2 img {
        position: absolute;
        /*top: 222px;*/
    }   
    .testimonial-review-block1 {
        width: 90%;
        position: absolute;
        top: 26px;
        left: 21px;
    }
    .testimonial-review-block1 h4 {
        font-size: 16px;
    }
    .testimonial-review-block1 p {
        font-size: 14px;
        line-height: 1.2;
    }
    .testimonial-review-block1 .testimonial-details-block {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 160px;
        left: -6%;
        line-height: 1.2;
    }
    .testimonial-review-block2 {
        width: 90%;
        position: absolute;
        top: 30px;
        left: 21px;
    }
    .testimonial-review-block2 h4 {
        font-size: 16px;
    }
    .testimonial-review-block2 p {
        font-size: 14px;
        line-height: 1.2;
    }
    .testimonial-review-block2 .testimonial-details-block {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 160px;
        left: -6%;
        line-height: 1.2;
    }
}    


/*==================== Home - Latest News CSS ==============================*/

section.latest-news-section {
    padding: 6px 20px;
}

img.latest-news-img {
    width: 100%;
    border-radius: 4px;
}
.latest-news-text h5 {
    width: 62%;
    font-weight: bold;
    margin-bottom: 6px;
}

/*==================== Footer CSS ==============================*/
footer.footer-block {
	background: url('../../assets/img/footer/background_footer.png') center center no-repeat;
    background-size: cover;
    /*background: #2F2F2F;*/
    padding: 11px 0;
}
.footer-link-block {
	margin-left: 11px;
}
.footer-link {
    color: white;
    text-align: center;
}
.footer-link h5 {
    font-weight: bold;
    text-transform: uppercase;
}    
.footer-link ul h5 {
	font-size: 16px;
	margin: 20px 0px;
}
.footer-link li {
    list-style-type: none;
    margin: 8px 0;
    display: inline-block;
    padding: 35px 15px;	
}
.footer-link li a {
    color: #959595;
    /*color: #BFBCBC;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.footer-link li a:hover {
    text-decoration: none;
}    
.footer-icons {
    width: 100%;
    padding: 40px 0;
    /*width: 85%;
    margin: 15px auto;*/
}
.social-icons-block {
 	width: 33px;
    height: auto;
    display: inline-block;
    margin: 0 6%;
}
.social-icon {
	width: 100%;
	height: auto;
}
.footer-bottom-block {
    /*border-top: 1px solid #959595;
    margin-top: 4%;*/

}
.logo-block {
    width: 151px;
    height: auto;
    margin: 13px 24px 6px;
}
img.footer-logo {
    width: 100%;
    height: auto;
}
.copyright-block {
    color: #7B7878;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    border-top: 1px solid #7B7878;
    /* width: 80%; */
    margin: auto;
    padding: 12px 0;
}
.footer-link-sepearator {
    display: none;
}
.managed-by-block {
    color: #7B7878;
    /*font-size: 11px;*/
    text-align: center;
}
.managed-by-block a {
    color: #ffffff;
}
/*@media only screen and (max-width: 993px) {
}    
@media (min-width: 768px) and (max-width: 878px) {
@media (min-width: 768px) and (max-width: 841px) {
}*/    
@media (min-width: 768px) and (max-width: 993px) {
    .footer-link-sepearator {
        display: inline-block;
    }
    .footer-link {
        margin-top: 8px;
    }
    .footer-link ul {
        padding: 0;
        width: 280px;
        margin: auto;
        margin-top: 20px;
    }
    .footer-link li {
        padding: 0 !important;
        margin: 0 !important;
    }
    .logo-block {
        margin: 13px 4px 6px;
    }
    .footer-link li {
        padding: 35px 6px;
    }
    .social-icons-block {
        margin: 0 4%;
    }
}    
@media only screen and (max-width: 767px) {
	.logo-block {
        margin: 0 auto 10px;
    }
    .footer-link {
        border-top: 1px solid grey;
    }
    .footer-link ul {
        padding: 1px;
    }
	.footer-link li {
        padding: 0 8px;
        display: block;
    }
	.footer-icons {
	    text-align: center;
	    padding: 0 0 20px;
	}
}	

/*==================== Scroll to Top CSS ==============================*/

#scroll-to-top {
    display: none;  
    background: rgba(255, 167, 28, 0.85);
    /*border: 1px solid #9FA3A7;*/
    animation: bounce 1s 1 alternate;
    -webkit-animation: bounce 1s 1 alternate;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 0px;
    display: none;
    z-index: 999999;
    height: 48px;
    width: 48px;
    border-radius: 3px;
}
.go-top span {
    height: 48px;
    width: 48px;
    font-size: 32px;
    color: #ffffff;
    /*color: #dfdfdf;*/
    line-height: 32px;
    text-align: center;
    line-height: 44px;
        font-size: 20px;
}
.go-top:hover span {
    text-decoration: none;
}

/*==================== Business Finance CSS ==============================*/
.bf-bg-img {
	background: url('../../assets/img/business-finance/bf-bg-img.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
   	/*min-height: 60vh;*/
   	position: relative;
}
.bf-overlay {
	background: url('../../assets/img/backgrounds/bf-overlay.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
   	height: 600px;
   	/*min-height: 60vh;*/
}
.bf-time-icon {
	width: 56px;
}
.bf-banner-text {
	margin-top: 200px;
   /* position: absolute;
    top: 200px;
    left: 35%;*/
}
.bf-banner-text h3 {
	font-size: 32px;
    line-height: 1.5;
}
.bf-banner-text-amount {
	font-weight: normal;
}
.bf-banner-link-block {
	/*position: absolute;
    top: 400px;
    left: 44%;*/
    text-align: center;
    margin-bottom: 20px;
}
.bf-apply-now-btn img {
	width: 160px;
}
.bf-details-section {
	margin: 10%;
}
.bf-with-us-section {
	padding: 4%;
}
.brown-background {
	background: #eae0c9;
}
.with-us-block h1 {
	text-align: center;
}
.with-us-content-block {
    width: 50%;
    margin: auto;
}
.with-us-content {
    margin: 20px 0;
}
.bf-with-us-icon {
	width: 78px;
	height: auto;
}
.bf-section2-block h3 {
    margin-bottom: 0;
}
.bf-section2-block p {
	font-size: 16px;
}
.with-us-content-text {
    font-size: 22px;
    /*margin-top: 10px;*/
    margin-top: 20px;
    margin-left: 20px;	
}

@media only screen and (max-width: 998px) {
	.bf-banner-text {
		margin-top: 150px;
	}
	.with-us-block h1 {
    	font-size: 30px;
	}	
	.with-us-content-block {
	    width: 100%;
	    margin: auto;
	}
	.bf-with-us-icon-block {
		text-align: center;
	}
	.with-us-content-text {
    	font-size: 20px;
        text-align: center;
	}
}

/*==================== About Us CSS ==============================*/

.about-us-section {
	font-family: AvenirLTStd-Book;
}
.about-us-bg, .contact-us-bg { 
 	background: url('../../assets/img/about-us/about-us-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
   	min-height: 500px;
}
.about-us-overlay {
	background: url('../../assets/img/about-us/diagonal-overlay.png') center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
   	min-height: 600px;
   	opacity: .1;
   	/*min-height: 60vh;*/
}
section.about-us-banner-section {
    width: 80%;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    padding: 5% 0 18px;
    
}
.orange-border-bottom {
	font-family: AvenirLTStd-Roman;
    border-bottom: 6px solid #ff8000;
    width: 165px;
    line-height: 1.5;
    margin: auto;
    font-size: 36px;
    margin-bottom: 20px;
}
.about-us-text-block {
    margin-top: 20px;
}
.about-us-text-block p {
	font-size: 20px;
}
.about-us-left-img {
	/*width: 336px;*/
	width: 92%;
    margin-top: 12%;
    margin-left: 15px;
}
.about-us-left-content {
	margin: 40px 0;
    width: 90%;
}
.about-us-left-content p{
	font-weight: bold;
	font-size: 20px;
}
.about-us-team-section {
	margin-bottom: 6%;
}
.about-us-team-member-block {
	padding: 10px;
}
.about-us-team-block {
	/*background: url('../../assets/img/about-us/teambox.png') center center no-repeat;
	background-size: contain;*/
	/*position: relative;*/
	background: rgba(139, 130, 238, 0.33);
    border-radius: 68px;
    padding: 22px;
    width: 80%;
    /*height: auto;*/
    height: 260px;
    margin: auto;
}
.about-us-team-block img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}
.about-us-team-block h4{
	color: #ff8000;
}
.about-us-team-block p {
    font-size: 12px;
    line-height: 1.2;
}
.team-member-details {
    /*padding-right: 23px;
    padding-top: 20px;
    padding-bottom: 20px;*/
    padding: 20px;
}
.team-member-details h4, .team-member-details h6{
	margin: 4px;
}
.linkedin-block {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
}
.linkedin-block img {
	width: 100%;
	height: auto;
}
  
@media only screen and (max-width: 768px) {
    section.about-us-banner-section {
        width: 100%;
    }
    .orange-border-bottom {
        border-bottom: 4px solid #ff8000;
        width: 132px;
        font-size: 26px;
    }
    .about-us-text-block p, .about-us-left-content p {
        font-size: 16px;
    }
}    
@media only screen and (max-width: 991px) {
	.about-us-heading-block {
        margin-top: 15%;
    }
    .about-us-left-content {
        width: 100%;
    }
    .about-us-team-block {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .divider-img {
		display: none;
	}
    .linkedin-block {
        margin: 10px auto;
    }
    .team-member-details {
        padding: 12px;
    }
    .about-us-team-block p {
        text-align: left;
    }
}	
@media (min-width: 768px) and (max-width: 998px) {
    .about-us-team-block {
        height: 256px;
    }
}  

/*==================== Contact Us CSS ==============================*/

#map {
	height: 400px;
	width: 100%;
	border: 15px solid white;
}

.contact-us-block h3 {
	width: 219px !important;
}
.contact-form-img-block {
    width: 60px;
    height: 45px;
    background: #ff8000;
    position: relative;
}
.contact-form-img-block img {
    position: absolute;
    width: 25px;
    top: 10px;
    left: 18px;
}
form.contact-us-form {
    padding: 45px;
    padding-top: 20px;
}
form.contact-us-form input {
    width: 100%;
    height: 45px;
    border-radius: 0;
}
.send-msg-btn {
	width: 60%;
    border-radius: 10px;
    background: #ff8000;
    color: white;
    padding: 8px;
    font-weight: bold;
    margin-left: 15px;
    box-shadow: 0px 0px 5px #aaaaaa;
    border-color: #ff8000 ;
}
.send-msg-btn:hover, .send-msg-btn:focus, .send-msg-btn:active, .send-msg-btn:active:focus {
    background: #ff9000;
    color: white;
    outline: none;
    border-color: #ff9000;
}
.right-content-img-block {
    display: inline-block;
    /*width: 25px;
    height: 25px;
    background: #ff8000;
    border-radius: 50%;*/
}
.right-content-block img {
    width: 26px;
    margin-left: 0px;
}
.contact-us-right-content {
    margin-top: 20px;
    margin-left: 10%;
}
.right-content-block p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.right-content-block {
    padding: 7px;
}
.address-block {
	position: relative;
}
.address-block p {
	margin-left: 25px;
}
.address-img{
	width: 20px !important;
    margin-left: 0 !important;
    position: absolute;
    /*top: 0;*/
}
.contact-us-block {
    margin-top: 22px;
    text-align: center;
}
.contact-us-block p {
	font-size: 16px;
}
.response-msg {
	text-align: center;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 5px;
}
.map-marker-block {
    position: relative;
}    
.map-marker-text {
    position: absolute;
    background: #fff;
    width: 128px;
    height: auto;
    top: 104px;
    left: 44%;
    z-index: 100;
    border: 1px solid #BDB8B8;
    text-align: center;
    padding: 6px 8px;
}
  
.map-marker-arrow-down { 
    position: absolute; 
    width: 0; 
    height: 0; 
    line-height: 0; 
    border: 10px dashed #666; 
    border-top-color: #BDB8B8; 
    left: 49%;
    top: 140px; 
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent; 
    z-index: 100;
}
.map-marker-arrow-down:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 18px dashed #fff;
    left: -18px;
    top: -20px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
@media (min-width: 768px) and (max-width: 968px) {  
    .send-msg-btn {
        width: 150px;
        margin-left: -4px;
    }
} 
@media only screen and (max-width: 600px) {    
    .send-msg-btn {
       width: 150px;
       margin-left: 0;
    }
    .contact-btn-text-center {
        text-align: center;
    }
    .right-content-block {
        width: 245px;
        margin: auto;
    }
    .contact-us-block {
        margin-top: 15%;
    }
    .map-marker-text {
        left: 40%;
    }    
    .map-marker-arrow-down {
        left: 48%;
    } 
}       

@media only screen and (max-width: 998px) {
    h1 {
        font-size: 26px !important;
    }
}    
@media only screen and (max-width: 450px) {
    form.contact-us-form {
        padding: 0;
        padding-top: 20px;
    }
    .contact-form-img-block {
        width: 50px;
    }
    .contact-form-img-block img {
        left: 13px;
    }    
    /*.map-marker-text {
        left: 32%;
    }    
    .map-marker-arrow-down {
        left: 46%;
    } */
}    