
html{ 
     font-family: "Open Sans" !important; 
}
*{
	margin: 0;
	box-sizing: border-box;
}
body{
	line-height: 1.5;
    color: #212529;
	font-weight: 400;
	font-family: "Open Sans";
}
.alerts {
     background:#6c348d;
   /* background: #eb6a30; */
    color: #FFF !important;
    padding:12px;
    text-align: center;
    /* box-shadow: 0 0 2em rgb(0 0 0 / 30%) inset; */
    font-size: 14px;
}
.nav_Bar{
	 box-shadow: 0px 4px 8px #888888;
}
.activate {
	  border-left: 8px solid rgb(108,52,141);
	  border-right: 8px solid rgb(108,52,141);
    /*border-left: 8px solid rgb(107 182 65);
	/*border-right: 8px solid rgb(107 182 65);
    margin-left: -8px; 
    margin-right: -8px;
      margin-top: -6px; */
}

p{
	font-size: 1em;
	line-height: 22px; 
}
.navbar-links { 
	list-style-type: none;
/*	display: flex;*/
}
.navbar .navbar-nav .nav-link{
	padding: 32px 25px;
	font-size:17px;
	color:#bcc11d;
	color: rgba(0,0,0,.5);
}
.navbar-links  li a { 
	display: block; text-decoration: none;
	color: #444; transition: 0.4s all;
}

.navbar-links li.navbar-dropdown { 
	position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown { 
	visibility: visible;
	opacity: 1; transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown { 
	visibility: hidden; opacity: 0;
	position: absolute;
	padding: 20px 0; top: 100%;
	transform: translateY(50px);
	left: 0;
	width: 230px;
	background-color: #fff;
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 111;
	transition: 0.4s all;
}

.navbar-links li.navbar-dropdown .dropdown a { 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: 400;
}

.navbar-dropdown .dropdown a:hover { 
	padding-left: 35px !important;
}

.navbar-links li a:hover { 
	color: white !important;
	background-color: rgb(108,52,141);
}

/*////////////////////////////////////////////////////////////////////////*/
.megaBox{
	/* background-color: #fe5f01; */
}
.megaBox i{
	font-size: 5rem;
	
}
.megaBox .odd{
	/* background-color: #fb7f37; */
	background-color: #7a4898;
	cursor: pointer;
	color: white;
}
.megaBox .even{
	background-color: #895ca3;
	/* background-color: #fe5f01; */
	cursor: pointer;
	color: white;
}
.megaBox2 h2{
	/* border-bottom: 5px solid rgb(107 182 65); */
	/* font-weight: 700; */
    font-size: 3rem;
	/* margin: 30px 0; */
}
    
.odd:hover, .even:hover{
	background: #e7e7e7;
    color: rgb(107 182 65)!important;
    transition: 0.75s;
    transform: scale(1.1);
	z-index: 1000;
}


@media only screen and (max-width: 991px){
	.nav-item {
    border-bottom: 1px solid #CECECE;
	}
}

.megaBox3 .col-sm-12{
	padding: 200px 0;
	background-image: url("images/bordbox3.jpg");
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	filter: brightness(0.7);
}
.sticky-top{
	    background-color: #0071EB;
/*  		padding: 13px 0;*/
}
.megaBox3 .col-sm-12 h2{
/*	width: 50%;*/
	margin-left: auto;
	backdrop-filter: brightness(0.5);
    color: darkorange;
    border: 5px solid;
    text-align: center;
    padding: 13px;
}
.item-card{
  transition:0.5s;
  cursor:pointer;
  height:auto !important;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
	
}
.card-text{
  height:80px;  
}
/* .list-group-item:hover{
	color:rgb(107, 182, 65);
} */

.card::before, .card::after {
  border: 1px solid #6c348d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}
.footer{
	background-color: #56555a;
	color: #fbfaff;
}
.footer .social-media a {
    color: #737373;
    font-size: 2rem;
    margin-right: 1rem;
}
   .address-sec{
    color:#fff;
}

/*/////////////////////////////FOOTER//////////////////////////////*/
.site-footer
{
  /* background-color:#26272b; */
    background: linear-gradient(to bottom right, #6c348d 0%, #ff99ff 98%);
  /* padding:45px 0 20px; */
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
	}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0;
      margin-left: auto;
    margin-right: auto;

  color:#fff;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  /* background-color:#eceeef; */
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.img-logo-r{
		transition: all 0.75s;
		max-width: 180px;
}
.logoMain{	
    max-width: 200px;	 
}
.megaBox5{
	  /* background-color: beige; */
	      color: #fff;
    background-color: rgb(86 41 112 / 90%);
} 
/*/////////////////////////////FOOTER//////////////////////////////*/
/*////////////////////////BUTTONUP////////////////////////////////////*/
#btnUp{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6c348d;
	padding: 20px;
    color: white;
    font-size: 1.3rem;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 99999999;
}

#btnUp:hover{
	cursor: pointer;
	background-color: #333;
}
#btnUp:active{
	background-color: #555;
}
#btnUp.show{
	opacity: 1;
	visibility: visible;
}
@media (min-width: 992px) {
	.navbar{
		padding: 0px 16px;
	}
	.aside{
		display: flex!important;
	}
	.btn-block{
		display: none!important;
	}
}
@media (max-width: 992px) {
	.navbar{
		padding: 16px;
	}
	
	.btn-block{
		display: block!important;
	}
	.aside{
		left: 0;
        display: block;
        position: relative;
        height: auto;
        padding: .5em;
	}
	.aside h1
	{
		font-size:1.5rem;
	}
	.flex-next
	{
		display:none!important;
		
	}
	.flex-prev
	{
		display:none!important;
		
	}
	.font-s {
    font-size: 23px !important;
}
   .card-title {
     font-size: 33px!important;
}
.mr-5{
    margin-right: 0 !important;
}


}

@media (max-width:767px) {
	.rates_button {
   
    margin-right: 1px !important;
    padding: 0.3rem !important;
}
}

.blurb {
    min-height: 200px;
    background-color: #670406;
    color: #FFF;
    padding: 3em 1em;
    /* background: linear-gradient(90deg, rgb(128 1 31), rgba(243, 111, 31, 0.0) ), url(/_images/banner25.jpg); */
	  background: linear-gradient(90deg, rgb(108,52,141), rgba(243, 111, 31, 0.0) ), url(../images/banner25.jpg);
    background-attachment: fixed;
    background-size: cover;
    font-size: 1.25em;
    position: relative;
    background-position: center;
}
.cf {
    clear: both;
}
.text-light {
    color: #f8f9fa!important;
}
.blurb a.icon-sec {
    display: inline-block;
    padding: 0.5em;
    border: 2px #FFF solid;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;


}
.blurb a.icon-sec:hover {
     color:#6c348d !important;
     background-color:#fff;

}
a.icon-sec:hover .appIconSVG{
	filter: brightness(0) saturate(100%) invert(23%) sepia(22%) saturate(5354%) hue-rotate(258deg) brightness(85%) contrast(85%);
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}

.loan-sec::before {
    /* background: #000 none repeat scroll 0 0; */
	 background: #bcc11d none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
}
.loan-sec::after{
    /* background: #ffa100 none repeat scroll 0 0; */
	 background: #6c348d none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
.loan-sec .wel{
font-size: 40px;
    color: #6c348d;
}
.cal-c{
text-decoration:none;
color:#fff;
}
.cal-c:hover, .even:hover {
    background: #e7e7e7;
    color: rgb(107 182 65) !important;
    transition: 0.75s;
    transform: scale(1.1);
    z-index: 1000;
}
.loan-sec  {
    font-size:30px !important;
    padding: 0 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: -1;
}
.for-box {
    background: url(images/services-bg.jpg) no-repeat scroll center bottom / cover;
    padding-top: 100px;
    background-attachment: fixed;
    padding-bottom: 100px;
    overflow: hidden;
}
.for-box-crecl {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 51px;
    height: 100px;
    left: 35%;
    line-height: 104px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -58px;
    z-index: 999;
    width: 100px;
}
.bg-blue{
	background-color: #049ec28c;;
	color:#fff;
}
.skip-pay{
	padding:20px;
}

/* footer*/
/* footer {
    background: rgba(0, 0, 0, 0) url(images/footer-bg.jpg) repeat scroll -554px 217px;
    color: #fff;
    padding: 60px 0 0 0;
    /* padding: 60px 0 60px; */
   /*  position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
} 
#foot */er::before {
    /* background: orange none repeat scroll 0 0; */
    /* background: linear-gradient(to top, #09203f 0%, #537895 100%); */
	 background: linear-gradient(to top, #09203f 0%, #6c348d 100%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.section {
    transition: transform 1s, opacity 1s;
}
#footer .social-linkss {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 80px 0 10px;
    text-align: center;
}
#footer .social-linkss a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    font-size: 4rem;
    height: 100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#footer h6 {
    text-align: start;
    font-size: 1.2rem;
}
hr {
    margin-top: 1rem;
   
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
#footer ul li > a {
    color: #FFFFFF;
}
.bottomPolicyIconsBox {
    display: flex;
    font-size: 0.75em;
    padding: 2em 0;
    position: relative;
    /* justify-content: space-around; */
}
.bottomPolicyIcons {
    max-height: 100px;
   /*  padding: 0 10px;  */
    max-width: 100%;
}
#footer ul {
    list-style: none;
    text-align: start;
}
#footer ul > li {
   /*  margin-bottom: 6px; */
}
.logo-text{
	/* text-align: center; */
    color: #fff;
    padding-top: 13px;
    font-size: 15px;
}



.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}

.thirdPartyRedTab {
    background: #6c348d;
    color: #fff;
}
.thirdPartyBlueTab {
    background: #6c348d;
    color: #fff !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.thirdPartyRedTab:hover {
    border: 1px solid #e24040;
    color: #e24040;
    background: #fff;
}
.thirdPartyBlueTab:hover {
    border: 1px solid #255698;
    color: #255698 !important;
    background: #fff;
}
/* contact-css */
 .pageWrapper {
    overflow: hidden;
}
 .pageWrapper h2 {
    padding: 50px 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
}
#contact h2.contact::before, .pageWrapper h2::before {
    background: #bcc11d none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
}
#contact h2.contact::after, .pageWrapper h2::after {
    background: #6c348d none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
.rates_button {
    background: #6c348d none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    padding: 1rem;
    transition: all 0.3s ease 0s;
}
.rates_button:hover{
	color:#fff;
}
.rates_container {
    padding: 2rem 0;
}
.pageWrapper p {
    display: flex;
    flex-wrap: wrap;
}
.rates_effective{
    padding-left: 15px;
    font-size: 16px;
}
.rates_table {
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    clear: both;
    width: -webkit-fill-available;
	margin-left:20px;
}
.rates_header {
    font-size: 1.75em;
    padding-top: 1em;
    color: #575757;
}
.rates_title {
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding: 0.5em 0.5em 0 0.5em;
}
.rates_aRow {
    background-color: #EEE;
}
.rates_standard{
	font-size:14px;
	padding: 0.5em;
}

.rates-section ul{
	list-style:none;
	font-size: 13px;
    padding-left: 19px;
	
}
.rates-section ul li::before{ 
  content: "\00BB"; 
  color:#6c348d;
  font-size: 21px;
  padding-right: 6px;
   
} 
hr {
    border: none;
    border-bottom: 0.0375em dashed;
    height: 0.0375em;
    width: 100%;
    border-color: #ccc;
    clear: both;
    display: block;
}

.learn-more{
	color:#767676;
}

.sitemap{
	color:#ffffff;
}
.card-title {
    padding: 9px;
    font-size: 21px;
}
.links-items-cal{
	background-color:#6c348d;
	color:#ffffff;
}
.links-items-cal:hover .svgLogo{
	filter: brightness(0) saturate(100%) invert(59%) sepia(68%) saturate(397%) hue-rotate(54deg) brightness(94%) contrast(90%);
}
.links-items-cal:hover{
	 background: #e7e7e7;
    color: rgb(107 182 65) !important;
    transition: 0.75s;
    transform: scale(1.1);
    z-index: 1000;
   color: #6c348d;
   text-decoration: none;
}
.links-items{
	text-decoration:none;
	}
	
.links-items:hover{
	text-decoration:none;
	}
.font-s{
	font-size:27px;
}

.wrapper{
	margin-top:-25px;
}
.learn-more{
	background-color:#6c348d;
	border: 1px solid #6c348d;
	color:#fff;
}
.learn-more:hover{
	color:#fff;
}
 .services-section{
	     font-weight: 500;
		 font-size: 1.5rem;
 }
 .contact-items{
	 color:#6c348d;
 }