

body{
    font-size: 14px;
font-family: 'Atkinson Hyperlegible', sans-serif;
	color: #502e89;
}

::selection {
    background: #502e89;
    color: white;
}


ul li, ol li {
    list-style: none;
}



/* ========== navbar  ========== */

.bg-inverse{
	background-color: #FFFFFF;
	padding: 5px
}

.navbar-brand {
    position: relative;
    padding: 0;
}

.navbar-brand img {
   width: 55%;
    margin-top: 5px;
    margin-bottom: 5px;
}


.navbar-expand-md .navbar-nav .nav-item {
    padding-left: 15px;
}


.navbar-expand-md .navbar-nav .active>.nav-link, 
.navbar-expand-md .navbar-nav .nav-link.active, 
.navbar-expand-md .navbar-nav .nav-link.open, 
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #ea9606!important;
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before, 
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: #ea9606;
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #502e89;
    font-size: 16px;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: 0 0;
    margin-top: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: #ea9606;
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}
.navbar-expand-md .navbar-nav .nav-link:before {
    background-color: #ea9606;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    margin: 0 auto;
    width: 0;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}






.navbar .btn-outline-success:not(:disabled):not(.disabled).active, 
.navbar .btn-outline-success:not(:disabled):not(.disabled):active,
.navbar .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #204180;
    border-color: #204180;
}


.navbar .dropdown-item {
   padding: 10px;
    color: #204180;
    text-align: center;
	font-size: 14px;
}


.navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0080ff;
}


.navbar .dropdown-menu {
   
    min-width: 7rem;
    padding: 0.2rem 0;
    margin: 5px 0 0;
    border: 1px solid rgb(255 255 255);
	box-shadow: 0 1px 10px 0 rgba(50,61,76,.24);
}


.navbar .btn-danger:hover, .navbar .btn-danger:not(:disabled):not(.disabled).active, .navbar .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #502e89;
    border-color: #502e89;
}
.navbar .btn-danger {
  color: #502e89;
    background: #ffffff;
    margin-left: 14px;
    padding: 8px 22px;
    border-radius: 100px;
    border-color: #502e89;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 8px 8px -6px rgb(0 55 100 / 20%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar .las {
   
    font-size: 18px;
}




.navbar.light-header {
    box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  
}


/* ========== hero-area  ========== */

	
	
	
.hero-area-bg {
    background: url("../images/hero.jpg") no-repeat scroll center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	padding: 90px;
    height: 630px;
}
	
	
.hero-area-bg img {
	
	margin-top: 40px;
  
}
.hero-area-bg h1 {
	
	margin-top: 120px;
	color: #502e89;
	font-weight: 900
  
}
.hero-area-bg p {
	
	color: #502e89;
	font-size: 17px;
	margin-bottom: 30px;
		
  
}


/* ========== carousel ========== */

.carousel .overlay {
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    background-color: #10245480;
    z-index: 1;
}


.carousel .fa{
    font-size: 25px;
    background-color: #FFFFFF;
    padding: 15px 21px;
    cursor: pointer;
    color: #3366cc;
    border-radius: 100px;
}




.carousel .carousel-indicators .active {
    cursor: pointer;
}

.carousel .carousel-indicators li {
    cursor: pointer;
    width: 30px;
    height: 4px;
}

.carousel .carousel-indicators {
    bottom: 65px;    z-index: 50;
}

.carousel .btn-light {
    color: #fff;
    background-color: rgba(0,0,0,.0);
    border-color: #f8f9fa;
    padding: 13px 42px;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.carousel .btn-light:hover {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;

}



.carousel .btn-primary {
   color: #502e89;
    display: initial;
    background: #ffffff00;
    border-color: #502e89;
    border-radius: 100px;
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 8px 8px -6px rgb(0 55 100 / 20%);
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.carousel .btn-primary:hover,
.carousel .btn-primary:not(:disabled):not(.disabled).active,
.carousel .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #502e89;
    border-color: #502e89;
}



.carousel .las {
   
    margin-left: 10px;
}






.bank{padding: 20px;}


/* ========== .wha-we-do ========== */

.wha-we-do{
	
	padding: 100px;
	background-color: #f0f5fde0
}

.wha-we-do h2{
font-weight: bold
}



.wha-we-do p{
	font-size: 17px;
}

.wha-we-do img{
	width: 70%;
    float: right;
}



/* ========== Our Benefits\    ========== */

.benefits{
	
	padding: 60px;
}


.benefits h2{
	text-align: center;
	
	font-weight: bold;
	margin-bottom: 40px;
}

.benefits .benefits-box{
	text-align: center;
    box-shadow: 0 0 12px #e6e4e4;
    border: 2px solid #ffffff;
    padding: 15px;
	margin-top: 10px;
    line-height: 22px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   	
	
	
}

.benefits .benefits-box:hover{
	border: 2px solid #f58624;
	box-shadow: 0 0 12px #e6e4e4;
   
   	
	
	
}








.benefits .benefits-box h3{
font-size: 20px;
	font-weight: bold
		
}

.benefits .benefits-box p{
color: #502e89;
		
}


.benefits .benefits-box img{
	width: 50%;
	margin: 0 auto
		
}





/* ========== how-it-works   ========== */

.how-it-works{
	
	padding: 60px;
    background-color: #f0f5fde0;
}


.how-it-works h2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 100px;
}


.how-it-works img{
	
    width: 80%;
     margin: 0 auto;
    margin-top: 50px;


}






/***********  contact-us  *******************/

.contact-us{
	padding: 100px;
    background-color: #f0f5fde0;
}


.contact-us h2{
	
	font-size: 35px;
    font-weight: bold;
	
	
}

.contact-us h4{
	font-size: 14px;
    padding: 10px;
	max-width: 720px;
	line-height: 23px;
	margin: 0 auto;
	margin-bottom: 40px;
	
}



.contact-us .form-row{
	
	
	max-width: 750px;
	margin: 0 auto;
	background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 6px 12px -6px rgba(50,61,76,.15);
	
	
	
}

.contact-us .btn-primary {
  color: #502e89;
    display: initial;
    background: #ffffff00;
    border-color: #502e89;
    border-radius: 100px;
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 8px 8px -6px rgb(0 55 100 / 20%);
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.contact-us .btn-primary:hover,
.contact-us .btn-primary:active{
 
	color: #fff;
    background-color: #502e89;
    border-color: #502e89;

}

.contact-us .form-control {
  
    color: #502e89;
 
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #502e89;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #502e89;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #502e89;
}



.contact-us .form-row   .form-control:focus {
    border: 0 !important;
    border: 1px solid #3070a7 !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    
}


.contact-us .form-row  m ::placeholder {
    color: #fa796c;
    opacity: 1; /* Firefox */
}

.contact-us .form-row   :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fa796c;

}

.contact-us .form-row   ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fa796c;

}








/***********  footer  *******************/
.footer {

    min-height: 300px;
    padding: 100px 0 0px 0;
    color: #fff;
    text-align: center;
    background-color: #512f8b;
}



.footer
ul li, ol li {
    list-style: none;
	text-align: left
}



.footer li a {
   ont-size: 14px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer li a:hover {
    color: #fbae17;
}

.footer h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer p {
   text-align: left
}

.footer img {
    width: 60%;
	margin-bottom: 20px;
}
.footer .heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
}

.footer h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
	text-align: left
}



.footer .social-media {
    margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}

.footer .footer-category {
    margin-top: 15px
}

.footer .social-media .social-icon {
  display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    line-height: 35px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .social-media .social-icon:hover {
    border: 2px solid #fbae17;
    color: #fff;
    background-color: #fbae17;
}



/* copyright */

.copyright {
  font-size: 14px;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: center;
    background-color: #482987;
    padding: 14px 0 3px 0;
}

.copyright h5 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    line-height: 25px;
}

.copyright ul li, ol li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}



.copyright .footer-category{
	
	text-align: right
}


.copyright li a {
   ont-size: 14px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.copyright li a:hover {
    color: #fbae17;
}



/***********  service  *******************/


.service{
	padding: 50px;
}


.service h5{
	    font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
	
}

.service p{
	margin-bottom: 30px;
		max-width: 300px;
	font-size: 16px;

	
}

.service .title-description {
   font-size: 17px;
    line-height: 30px;
    color: #9d9d9d;
    max-width: 800px;
    margin: 0 auto 71px;
    text-align: center;
}


.service .tabs li{
    height: 50px;
	padding: 13px;
    font-size: 16px;
    cursor: pointer;
     transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}



.service .tabs li.selected,
.service .tabs li:hover {
  background-color: #ffffff;
    border-bottom: 1px solid #fbae17;
    box-shadow: 0 1px 10px -2px rgb(50 61 76 / 15%);

}

.service .tabs-content div:not(.tab-one){ display: none}


.service .tabs-content .btn{
     background-color: #f8e35600;
    color: #112648;
    border-color: #1a9f50;
    border-radius: 0;
    
}

.service .tabs-content .btn:hover{
  
    background-color: #1a9f50;
    color: #FFFFFF;
    border-color: #1a9f50;
    cursor: pointer;
}


.service .tabs-content h3{
    font-size:20px;
    
}



.service .tabs-content p{
    font-size: 16px;
    line-height: 30px;
    color: #9d9d9d;
}






.service .tabs-content img{
  float: right;
}








/***********  .tabs-2  *******************/


.tabs-2{
	padding: 100px;
}




.tabs-2 h5{
	    font-weight: bold;
	
}

.tabs-2 p{
	margin-bottom: 30px;

	
}

.tabs-2 .title-description {
   font-size: 17px;
    line-height: 30px;
    color: #9d9d9d;
    max-width: 800px;
    margin: 0 auto 71px;
    text-align: center;
}


.tabs-2 .tabs2 li{
    color: #112648;
    height: 50px;
	padding: 13px;
    font-size: 16px;
    cursor: pointer;
     transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}



.tabs-2 .tabs2 li.selected2,
.tabs-2 .tabs2 li:hover {
    background-color: #ffffff;
    color: #CE2227;
	 box-shadow: 0 1px 10px -2px rgba(50,61,76,.15);


  
}

.tabs-2 .tabs-content2 div:not(.tab-five){ display: none}


.tabs-2 .tabs-content2 .btn{
     background-color: #f8e35600;
    color: #112648;
    border-color: #1a9f50;
    border-radius: 0;
    
}

.tabs-2 .tabs-content2 .btn:hover{
  
    background-color: #1a9f50;
    color: #FFFFFF;
    border-color: #1a9f50;
    cursor: pointer;
}


.tabs-2 .tabs-content2 h3{
    font-size:20px;
    
}



.tabs-2 .tabs-content2 p{
    font-size: 16px;
    line-height: 30px;
    color: #9d9d9d;
}






.tabs-2 .tabs-content2 img{
  float: left;
}








/************* slogan *************/

.slogan {
    background: url("../images/have-project.jpg") no-repeat scroll center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    color: #fff;
    position: relative;
    text-align: center;
    min-height: 400px;
}

.slogan p {
  width: 52%;
    margin: 0 auto;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 102px;
    line-height: 44px;
}





/************* login *************/

.login{}

.login .bg-dark {
    background-color: #482987!important;
}



.login .login-title-top{
	background-color: #F2EAFF;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 40px;
}


.brand-wrapper {
  padding-top: 7px;
  padding-bottom: 8px; }
  .brand-wrapper .logo {
    height: 25px; }

.login-section-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 68px 40px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .login-section-wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .login-section-wrapper {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 100vh; } }

.login-wrapper {
  max-width: 100%;
  padding-top: 35px;
  padding-bottom: 24px; }
  @media (max-width: 575px) {
    .login-wrapper {
      width: 100%; } }
  .login-wrapper label {
    font-size: 14px;
    font-weight: bold;
    color: #b0adad; }
  .login-wrapper .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 9px 5px;
    min-height: 40px;
    font-size: 18px;
    font-weight: normal; }
    .login-wrapper .form-control::-webkit-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-moz-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control:-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::-ms-input-placeholder {
      color: #b0adad; }
    .login-wrapper .form-control::placeholder {
      color: #b0adad; }

  .login-wrapper .login-btn {
  padding: 10px 33px;
    background-color: #482987;
    border-radius: 100px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 15px;
}

    .login-wrapper .login-btn:hover {
      border: 1px solid #482987;
      background-color: #fff;
      color: #482987;
}

  .login-wrapper a.forgot-password-link {
  color: #482987;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 54px; }
    @media (max-width: 575px) {
      .login-wrapper a.forgot-password-link {
        margin-bottom: 16px; } }
  .login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0; }

.login-title {
  font-size: 30px;
    color: #482987;
    font-weight: bold;
    margin-bottom: 4px; }

.login-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
   }

.footer-link {
  position: absolute;
  bottom: 1rem;
  text-align: center;
  width: 100%; }

.login .text{
 position: absolute;
    top: 10rem;
    text-align: center;
    width: 100%;
    color: #FFFFFF;

}

.login .text img{
width: 10%;
	margin-bottom: 20px;
	
}


.login .text h2{
 font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px
}

.login .line-bottom{
	
	height: 5px;
	background-color: #FFFFFF;
	width: 80px;
	margin: 0 auto;
	margin-bottom: 40px;
	
	
}

.login .text h5{
 font-size: 25px;
	margin-bottom: 20px;
	width: 70%;
	margin: 0 auto
}
.login .text p{
 font-size: 17px;
	margin-bottom: 20px;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 35px;
}

.login .text .btn-primary {
    color: #FFFFFF;
    display: initial;
    background: #ffffff00;
    border-color: #FFFFFF;
    border-radius: 100px;
    padding: 13px 28px;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 0 8px 8px -6px rgb(0 55 100 / 20%);
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.login .text .btn-primary:hover {
    color: #502e89;
    display: initial;
    background: #FFFFFF;
    border-color: #FFFFFF;
   
}








.login .box-r{
	
	background-image: url("../images/login.jpg");
    background-position: bottom;
	background-size: cover;
    flex: 1 0 auto;
	    min-height: 100vh;

}
	



/*//////////     Portal     ////////////////////////////////////////////////*/


.portal{}



.portal .header {
  background-color: #FFFFFF;
  padding: 25px;
}

.portal .header .bg-dark {
    background-color: #482987!important;
}
.portal .header h1 {
  font-size: 30px;
  color: white;
}
.portal .main {
  display: flex;  min-height: 100vh;
}
.portal .sidebar {
     width: 20%;
}


.portal .sidebar .side-menu{
	
	background-image: url("../images/login.jpg");
    background-position: bottom;
	background-size: cover;
    flex: 1 0 auto;
	position: fixed;
	width: 20%;
	min-height: 100vh;
	
	
}




.portal .sidebar ul {
    line-height: 48px;
    list-style: none;
    font-size: 19px;
    padding: 0;
    margin-top: 56px;
}


.portal .sidebar .nav-item .nav-link {
    padding: .1rem 1rem;
	font-size: 16px;
    color: white;
	background-color: #ffffff6b;
	margin-bottom: 2px;
	padding-left: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portal .sidebar .nav-item .nav-link:hover,
.portal .sidebar .nav-item .nav-link.active {
    color: #482987;
	background-color: #FFFFFF
}


 .portal .sidebar .las {
    margin-right: 10px;
	 font-size: 20px;
}


.portal .article {
  width: 80%;
  padding-bottom: 9em;
  background-color: #FFFFFF;
	padding: 30px;
}

.portal .article .btn-primary {
    color: #482987;
    border-color: #007bff;
    padding: 11px 36px;
    background-color: #FFFFFF;
	border: 2px solid #482987;
    border-radius: 100px;
    font-size: 19px;
    font-weight: bold;
	margin-right: 10px;
}

.portal .article .btn-primary:hover {
    color: #FFFFFF;
    background-color: #482987;
	border: 2px solid #482987;

}



.portal .article .login-title-top {
    background-color: #f9f5ff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}



.portal .menu-mobile{
	background-color: #f2eaff;
    width: 100%;
    height: 54px;
    text-align: center;
    padding: 17px;
    text-transform: uppercase;
    font-size: 16px;
	display: none
}















.portal .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 16px;
    color: #482987;
}




.portal .btn-light img {
    width: 20%;
}

.portal .btn-light h3 {
    font-size: 20px;
	margin-top: 10px;
	    color: #482987;

}


.portal .btn-light {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 12px #e6e4e4;
	margin-bottom: 20px;
}



.portal .btn-light:hover {
    color: #482987;
    background-color: #f2eaff;
    border-color: #f2eaff;
}

.portal .btn-light.focus, .portal .btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 50%);
    border: 1px solid #fbaf17;
}

.portal .successfuly {
    text-align: center;
    box-shadow: 0 0 12px #e6e4e4;
    padding: 30px;
    margin-top: 10px;
    line-height: 22px;
    border-radius: 6px;
    background-color: #fff;
	margin-bottom: 20px;
  
}

.portal .successfuly .las{
	font-size: 94px;
    color: #fbb116;
    padding: 15px;
}

.portal .successfuly h2{
	font-size: 25px;
    color: #fbb116;
}

.portal .login-title-top .las{
	font-size: 24px;
    background-color: #482987;
    padding: 8px;
    border-radius: 6px;
    color: white;
	margin-right: 8px
}

.portal .header .navbar .btn-danger {
   color: #ffffff;
    background: #482987;
    margin-left: 14px;
    padding: 8px 22px;
    border-radius: 100px;
    border-color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.portal .header .navbar .btn-danger:hover {
    color: #482987;
    background: #ffffff;
    border-color: #ffffff;
   
}




.portal .article .add-new-bill{
	
margin-bottom: 10px;	

}

 .portal .article .add-new-bill a {
    color: #482987;
    text-decoration: none;
    background-color: transparent;
}

 .portal .article .add-new-bill a:hover {
    color: #482987;
    text-decoration: underline;
}

 .portal .article .add-new-bill .las {
  font-size: 26px;
    color: #d3940c;
}


.portal .article .table thead th {
    border-bottom: 2px solid #d3940c;
}


.portal  .login-wrapper .form-control {
   
    color: #a8a9ae;
}



.portal  input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    min-height: 40px;
    font-size: 18px;
    font-weight: normal;
	color: #a8a9ae
}



.portal .payment-history{
	
	text-align: center
}

.portal .payment-history img{
	
	width: 20%;
	margin-top: 30px;
}


.portal .payment-history h4{
	
	margin-top: 20px;
}



.portal .article .date-box .las {
   font-size: 26px;
    color: #fbb215;
    right: 0;
    padding: 7px;
    border-bottom: 1px solid #a8a9ae6b;
}




.portal .registered-bills .las {
    font-size: 24px;
    color: #d3940c;
}


 .portal .registered-bills .login-title {
    font-size: 25px;
    color: #482987;
    font-weight: bold;
    margin-bottom: 4px;
}

 .portal .registered-bills h3{
    font-size: 25px;
    color: #482987;
    font-weight: bold;
    margin-bottom: 4px;
}


 .portal .select-your-bank img{
	margin-bottom: 15px;
	 ebkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 .portal .select-your-bank img:hover{
	border: 1px solid #fbb215;
}




/* ========== terms ========== */

.terms {
    padding: 100px;
    background-color: #f0f5fde0;
}


.terms .terms-box{
    background-color: white;
    padding: 38px;
    border-radius: 8px;
    box-shadow: 0 6px 12px -6px rgb(50 61 76 / 15%);
}

.terms .terms-box p {
    font-size: 17px;
}
.terms .terms-box h2 {
    font-weight: bold;
    text-align: center;
    padding: 20px;
}


.terms .terms-box .separator {
    display: flex;
    align-items: center;
    width: 25%;
    margin: 0 auto;
}
.terms .terms-box .separator .line {
    height: 2px;
    flex: 1;
    background-color: #fbb116;
}



/* ========== loading ========== */

.laoding{
    
  background-color: #502e89; color:#FFFFFF; position:fixed; left:0; top:0; width:100%; height:100%; z-index:1000000;}

.sk-circle {
  margin: 300px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




/* ========== toTop ========== */


#toTop {
	position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    margin-right: 0;
    z-index: 100;
}


#toTop .las{
    
    font-size: 16px;
    background-color: #fbae17;
    border-radius: 150px;
    padding: 14px 14PX;
    color: #FFFFFF;

}




/* ========== Responsive Stylings ========== */







@media (max-width: 1440px){
  
  .carousel .carousel-caption {
    z-index: 20;
    padding-bottom: 184px;
}  
}


@media (max-width: 1024px){

   .carousel .carousel-caption {
    z-index: 20;
    padding-bottom: 100px;
}

.carousel h1 {
    font-size: 45px;
    font-weight: bold;
}

.carousel p {
    width: 80%;
       margin-bottom: 30px;
    font-size: 15px;
} 
	
.location nav > div a.nav-item.nav-link.active {
    padding: 18px 0px 0px 14px;
   
}
	
	
	
	.portal .sidebar .side-menu {
      width: 23%;
 }

.portal .article {
    padding-bottom: 9em;
   padding: 16px 50px;
}
	


.login .text h2 {
    font-size: 29px;
   }

}

@media (max-width: 992px){
    

}



@media (max-width: 768px){
	
	.copyright .footer-category {
    text-align: center;
}

.copyright h5 {
       text-align: center;
}
	
.login .text {
     top: 8rem;
 
}
	
	.login .text h2 {
    font-size: 22px;
}

.login .text h5 {
    font-size: 17px;
     width: 88%;

}

.login .text p {
    font-size: 14px;
     width: 82%;
   
}
	.hero-area-bg {
  
  padding: 35px;
    height: 269px;
}
	
.carousel h1 {
    font-size: 22px;
    font-weight: bold;
	text-align: center;
	margin-top: 50px
}	
	
 .navbar-expand-md .navbar-nav .nav-link {
      font-size: 14px;
    padding: 13px 4px;
  }

.navbar-brand img {
    width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar .btn-danger {
  
   margin-left: 5px;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 0;
    width: 100%;
}
	

	
	

	.hero-area-bg img {
   display: none
}
	
	.hero-area-bg h2 {
    
    font-size: 25px;
        line-height: 15px;
    margin-bottom: 25px;
    margin-top: 60px;
    text-align: center;
}

.hero-area-bg p {
    
   font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #502e89;
    text-align: center;
}

.hero-area-bg li{
        text-align: center;
}
	
	.hero-area-bg .values {
    margin-top: 30px;
    text-align: center;
}
	
.why h2 {
    font-size: 20px;
    width: 100%;
	    margin: auto auto 40px auto
}

.slogan p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 33px;
    line-height: 26px;
}
	
	.slogan .btn-primary {
     margin-top: 41px;
    font-size: 12px;
}



.slogan {
      padding: 60px 0;
       text-align: center;
    min-height: 248px;
}
	
.features h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.features {
   
    height: 900px;
    padding: 50px 0;
 }	
	
	.features img {
    display: none
}
	
	.user h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.user .box-item .blog-tag span {
       font-size: 35px; padding: 0
   
}

.user .box-item .blog-tag {
    position: sticky;
    top: -40px;
    left: 64px;
}

.user .box-item {
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
  
}
	
	.user h3 {
        margin-bottom: 30px;
}
.footer img {
    width: 40%;
   
}	
	
	.navbar .las {
    font-size: 23px;
    color: #0080ff;
}
	
	.footer {
   
    padding: 20px 0 0px 0;
    
}
    .user {
    padding: 10px;
  
}
.service-2 img {
   display: none
}
.service-2 {
    height: 400px;
   
}	
	.service h2 {
    font-size: 25px;
   
}

.service h4 {
    font-size: 14px;
 
   
}
	
	.service .tabs li {
    text-align: center;
   
}

.service p {
   
    text-align: center;
}

.service-2 h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.service-3 h2 {
    font-size: 25px;
       text-align: center;
}

.footer {
 min-height: 208px;
    padding: 44px 0 0px 0;
}
	
	.service {
    padding: 10px;
  
}

.contact-us {
    padding: 83px 29px;
   
}

.contact-us h2 {
    font-size: 25px;
   
}
	
.services h2 {
    font-size: 20px;
    width: 100%;
    margin: auto auto 30px auto;
}	
	
	
.services .box-item .text h4 {
    font-size: 18px;
  
}
	
	.services .tab-content p {
    display: block;
    font-size: 16px;
    line-height: 22px;
  
}
	
	
.location h2 {
       font-size: 25px;
}
.location span {
       font-size: 14px;
   } 

.location p {
       font-size: 14px;
}

.why .box-item .text h4 {
    font-size: 20px;
   
}	
	
	
		.wha-we-do img {
    width: 100%;
    float: none;
}

	
	


	
.portal .sidebar .nav-item .nav-link {
    padding: .2rem 1rem;
    font-size: 16px;
   
}

.portal .sidebar .side-menu {
    width: 30%;
   
}	
	
.login-title {
    font-size: 22px;
   
}
	
	.portal .article .login-title-top {  
    padding: 12px 19px;
   margin-bottom: 30px;
}

.portal .article {
  idth: 71%;
    padding: 1px 16px;
    margin-left: 75px;
}

.login-wrapper .login-btn {
    padding: 9px 34px;
  font-size: 16px;
 }
	
	
	.portal .article .btn-primary{
padding: 7px 31px;
    font-size: 16px;
}
	
.portal .successfuly .las {
    font-size: 61px;
     padding: 15px;
}

.portal .successfuly h2 {
    font-size: 16px;
   }

.portal .successfuly {
        padding: 18px;
  }	
	
	
	.terms .terms-box .separator {
    width: 50%;
}
	
	
	
	
.terms {
    padding: 85px 20px;
}
	
.terms .terms-box h2 {
    font-size: 22px;
}
	
	.terms .terms-box p {
    font-size: 14px;
}
	
		.terms .terms-box {
   
    padding: 1px 35px;
   
}
	
.carousel p {
    width: 100%;
   
}
	
	.wha-we-do {
    padding: 20px;
    background-color: #f0f5fde0;
}

	.wha-we-do h2 {
  
    font-size: 22px;
    text-align: center;
}
.wha-we-do p {
    font-size: 14px;
   }
	
	.service h5 {
       font-size: 22px;
    margin-top: 20px;
    text-align: center;
}

.service p {
    max-width: 100%;
  }
	
	.benefits h2 ,.how-it-works h2{
   
    margin-bottom: 22px;
		font-size: 22px;
}
	
	.benefits .benefits-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
	
 }





@media (max-width: 767px){
	
	
	.container {
    max-width: 100%;
}
	
		.terms .terms-box .separator {
    width: 90%;
}

	
.portal .login-title-top .las {
    font-size: 16px;
    padding: 6px;
    margin-right: 5px;
}	
.portal .sidebar .side-menu {
    width: 100%;
    min-height: 0;
    display: none; 
    height: 300px;
    background-size: auto;
	z-index: 100
}
	
	.login-title {
    font-size: 20px;
		    text-align: center;
}
	
.portal .btn-light {
  
    margin-bottom: 20px;
}
	
.portal .article {
    width: 100%; margin-left: 0;
   
}
	
.portal .main {
    display: block;
}
	
	
.portal .menu-mobile{
	display: block
}
	
.portal .sidebar ul {
   
    margin-top: 0;
}	
	

	
	
	
	
	

 .hero-area-bg h2 {
    font-size: 22px;
    line-height: 29px;
   
} 
	
.services img {width: 25%;}
	
.carousel .carousel-indicators {display: none;}
	
.slogan p {font-size: 22px;text-align: center}

.slogan {padding: 12px 0;min-height: 206px;}

.location {padding: 20px;}

.contact-form {padding: 0;   }
	
	
.location nav > div a.nav-item.nav-link.active {
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}	
	
.location nav > div a.nav-item.nav-link.active:after {
     border: 0px solid transparent;
}
	
	.location nav > div a.nav-item.nav-link {
    width: 100%;
      padding: 18px 25px;
     margin-bottom: 0;

}
	
	
	button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
.navbar-toggler {
    padding: .35rem .51rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0080ff;
    border-radius: .25rem;
}
	
	.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 4px;
}
	
	
	.our-partners {
   
    text-align: center;
}
	
	.wha-we-do {
    padding: 20px;
    background-color: #f0f5fde0;
}
	
	.benefits {
    padding: 20px;
}
	
	.benefits .benefits-box img {
    width: 20%;
    margin: 0 auto;
}
	

	
	
	.how-it-works {
    padding: 20;
}


.how-it-works img {
    width: 100%;
    margin: 0 auto;
    margin-top: 13px;
}

.how-it-works h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
	

}


@media (max-width: 540px){
    
  .hero-area-bg {
    height: 310px;
}
.why {
    padding: 0px 0;
   
}
	
	.carousel .carousel-caption {
    padding-bottom: 37px;
}
	

    
}












