.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.img-centered {
  margin: 0 auto;
}
.fix {
	overflow:hidden;
}
.center-me{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.clear{
	clear:both
}

/*End default css*/
/*Carousel fade effect style*/
.awesome-carousel{
	overflow:hidden;
	max-height:575px;
	position:relative;
	background:#000;
	margin-top:81px;
	width:100%;
}
	
.carousel-fade .carousel-inner .item {
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
        }
.carousel-fade .carousel-control {
        z-index: 2;
 }
/*--------------------------------
[ Awesome carousel default style  ]
-----------------------------------*/
.left-text {
  margin-left: 20%;
  text-align: left;
}
.left-text>h1{
	padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.left-text>h4{
	padding: 0;
    color: #fff;
    font-size: 35px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.direct-loan{
	color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 20px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out;
	background-color:#0c68ac;
}
.indirect-loan{
	color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out;
	background-color:#fb4848;
}
.posi-abs>a:hover, .posi-abs>a:focus{
	color: #fff;
    background: #222;
    -webkit-transition: background .5s ease-in-out,color .5s ease-in-out;
    transition: background .5s ease-in-out,color .5s ease-in-out;
	text-decoration:none;
}
img.bg-img ,
.tslide1 img{
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  width: 100%;
}

.item {
    position: relative;
}
.posi-abs{ 
    position:relative;
    z-index:0;
}
.item .carousel-caption {
  text-align: center;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom:0
}
.carousel-inner .item .carousel-caption{ 
    display:none;
}
.carousel-inner .item.active .carousel-caption{ 
    display:block;
	width:75%;
}

/*Thumbnail Carousel style start*/
.carousel-indicators li {
  background-color: transparent;
  border: medium none;
  border-radius: unset;
  height: auto;
  margin: 1px;
  opacity: 0.8;
  text-indent: inherit;
  width: 20%;
}
.carousel-indicators .active {
  background-color: transparent;
  height: auto;
  margin: 0;
  opacity: 1;
  transform: scale(1.03);
  width: 20%;
}
.carousel-indicators li.active {
    position: relative;
}
.carousel-indicators li.active:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}


/*slider one style*/
.cap-text {
  margin: 10% auto;
  width:80%;
}
.cap-text>h1{
	color:#123;
	font-size:35px;
	letter-spacing:0px;
	margin:0px;
	text-shadow:none;
}
.cap-text>h4{
	color:#123;
	text-shadow:none;
	font-size:20px;
	letter-spacing:0px;
	margin-bottom:35px;
}
.cap-text>a{
	text-decoration:none;
	color:#fff;
}
.tslide1,
.tslide2,
.tslide3{ 
    width:100%;
    height:100%;
    top:0;
    left:0
}
.carousel-inner .item.active .carousel-caption .tslide1 {
    -webkit-animation:bounceInLeft 1000ms ease-in-out;
    animation: bounceInLeft 1000ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .cap-text h4 {
    -webkit-animation: fadeInUp 2000ms ease-in-out;
    animation: fadeInUp 2000ms ease-in-out;
}

.carousel-inner .item.active .carousel-caption .cap-text h1 {
    -webkit-animation: fadeInDown 1500ms ease-in-out;
    animation: fadeInDown 1500ms ease-in-out;
}
.carousel-inner .item.active .carousel-caption .mf7 {
    -webkit-animation: fadeInUp 2000ms ease-in-out;
    animation: fadeInUp 2000ms ease-in-out;
}
.slide-text{
	margin:5% 0px;
}
