.text-white{
    color:#fff;
}

/* - Features Section */
.feature-section {
	padding-top: 65px;
	padding-bottom: 65px;
}

.feature-section .icon-content-box-0 i {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50%;
    background-color: #ffffff;
    color: #01142a;
	font-size: 40px;
	height: 110px;
	width: 110px;
	text-align: center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.feature-section .icon-content-box-0 i::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin: 0 auto;
}
.feature-section .icon-content-box-0:hover i {
  color: #ffffff;
  background-color: #01142a;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}

.feature-section .icon-content-box-0 > h3 {
  color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.2;
}
.feature-section .icon-content-box-0:hover h3 {
  color: #000;	
}
.feature-section .icon-content-box-0 > p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.75;
}

/* - Services Section 8 */
.services-section-8 .icon-content-box-0 {

	text-align: center;
    overflow: hidden;
    padding:90px 5px 90px 5px;
}
.services-section-8 .icon-content-box-0:hover {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.services-section-8 .icon-content-box-0 > i {
	border: 1px solid #e5e5e5;
	color: #000000;
	border-radius: 10px;
	font-size: 38px;
	width: 92px;
	height: 80px;
    margin: 40px 0px 40px 0px;
	position: relative;
}
.services-section-8 .icon-content-box > p {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.75;
}

.rc{
    padding:0px;
    margin:0px;
}
.rc p{
    font-size: 16px;
	color:#000000;
	line-height: 1.75;
}
.rc div{
    padding:70px 30px 70px 30px;
}

.success-story{
  color:#ffffff;
  background-image: url("../images/home5-slide-2.jpg");
  background-color: #14120c;
}
#text-main{
  color:#01142a;
}
.bg-main{
  background-color: #01142a !important;
}
.text-main{
  color:#01142a !important;
}
.shadow{
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.faint{
  color:#686765;
}
/* - max-width: 639 */
@media (max-width: 639px) {
	.feature-section .icon-content-box-0 i {
    font-size: 30px;
    height: 70px;
    width: 70px;
  }
}

/* - max-width: 575 */
@media (max-width: 575px) {

}










/* SLIDER CSS */
.slider{
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 20px; /* Specified height */
  background: #d3d3d3;
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #01142a; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #01142a; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }

  .my-color {
    background: #01142a;
    background: -moz-linear-gradient(top, #01142a 0%, #76b51b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01142a), color-stop(100%, #76b51b));
    background: -webkit-linear-gradient(top, #01142a 0%, #76b51b 100%);
    background: -o-linear-gradient(top, #01142a 0%, #76b51b 100%);
    background: -ms-linear-gradient(top, #01142a 0%, #76b51b 100%);
    background: linear-gradient(to bottom, #01142a 0%, #76b51b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01142a', endColorstr='#76b51b',GradientType=0 );
padding: 20px;
border-radius: 10px;
  }

  .my-color-2 {
    background: #01142a;
    background: -moz-linear-gradient(top, #76b51b 0%, #01142a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b51b ), color-stop(100%, #01142a));
    background: -webkit-linear-gradient(top, #76b51b 0%, #01142a 100%);
    background: -o-linear-gradient(top, #76b51b 0%, #01142a 100%);
    background: -ms-linear-gradient(top, #76b51b 0%, #01142a 100%);
    background: linear-gradient(to bottom, #76b51b 0%, #01142a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01142a', endColorstr='#76b51b',GradientType=0 );
padding: 20px;
border-radius: 10px;
  }


  .management-quote {
    padding-right: 30px;
  }
  
  .management-quote .management-items p {
    padding-top: 50px;
    position: relative;
  }
  
  .management-quote .management-items p::before {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 120px;
    left: 5px;
    letter-spacing: -10px;
    opacity: 0.09;
    position: absolute;
    top: 55px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .management-quote .management-items .owl-dots {
    margin-top: 20px;
    text-align: center;
  }
  
  .management-quote .management-items .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 0 5px;
    width: 20px;
  }
  
  .management-quote .management-items .owl-dots .owl-dot.active span {
    background: #032148 none repeat scroll 0 0;
    border: 2px solid transparent;
  }
  
  .author {
    align-items: center;
    display: flex;
    padding-top: 20px;
  }
  
  .author .thumb {
    max-width: 100px;
  }
  
  .author .info {
    font-family: "Poppins",sans-serif;
    padding-left: 15px;
  }
  
  .author .info span {
    display: block;
    text-transform: uppercase;
  }
  
  .author .info b {
    color: #032148;
    display: block;
    font-weight: 500;
  }
  
  .pricing-table {
  
    text-align: center;
}

.pricing-table .my_plan {
    border: 1px solid #ddd;
    color: #000000;
    padding: 20px;
    }


/* --------------- */   

.pricing-table .grove {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: linear-gradient(#fff, #eee);
}


.pricing-table .grove span {
    display: block;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 200px;
    margin: 10px auto -65px;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

.pricing-table ul {
    padding: 10px;
    list-style: none;
}

.pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* --------------- */
    
.pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;  
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;       
    background-color: #3e2e57;
    background-image: linear-gradient(#76b521, #3e2e57);
    border-radius: 3px;     
    text-shadow: 0 1px 0 rgba(0,0,0,.3);        
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

.pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: linear-gradient(#62bc30, #72ce3f); 
}

.pricing-table .signup:active, .pricing-table .signup:focus {
    background: #62bc30;       
    top: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* --------------- */

.clearr:before, .clearr:after {
  content:"";
  display:table
}

.clearr:after {
  clear:both
}

.clearr {
  zoom:1
}    

.my_plan{
	background-color: #01142a;
	border-radius: 0px 0px 5px 5px;
    color: white;
    text-align: center;


}



ul{
	list-style: none;
	font-size: 15px;
	color: #07bf07;
	padding: 0px;
	margin: 0px;


}

.benefit_box {
    background-color: #07BF07;
    border-radius: 10px;
    padding: 15px 5px;
}

.stat-container {
  padding: 30px 0;
  background: -webkit-linear-gradient(left, rgb(17, 6, 34) 0%,rgba(37,184,213,1) 99%);
  background: linear-gradient(to right, rgb(17, 6, 34) 0%,rgba(37,184,213,1) 99%);
  color: #fff;
  position: relative;
  box-shadow: 5px 0px 20px 5px rgb(0 0 0 / 10%);
}

.account-types-wrapper{margin-top:0}.account-type-box{border-radius:20px;margin-bottom:35px; }.account-type-standard.account-type-box{box-shadow:0 2px 20px 0 rgba(0,0,0,.25),0 1px 5px 0 rgba(0,0,0,.08),0 3px 1px -2px rgba(0,0,0,.1)}.account-type-box:hover{box-shadow:0 2px 20px 0 rgba(0,0,0,.4),0 1px 5px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.3)}.img-account-type{margin-top:40px;height:155px}.account-type-title{font-family:nexa_boldregular;font-size:25px;color:#2f2f4b;margin-bottom:20px}.account-type-amt{font-family:nexa_xboldregular;font-size:32px;line-height:34px;color:#01142A;margin-bottom:40px}.ul-style2,.ul-style-acc{font-size:16px;color:#454545;margin:0;padding:0}.ul-style2 li{background:url(../../../../uploads/2017/03/bullet-green.png) no-repeat;padding-left:30px;margin-bottom:15px}.ul-style-acc li{background:url(../../../../uploads/2017/06/bullet-black-circle.png) 0 3px no-repeat;padding-left:30px;margin-bottom:15px}.singular-page-17953 p.breadcrumbs,.singular-page-26862 p.breadcrumbs,.singular-page-27086 p.breadcrumbs,.singular-page-27816 p.breadcrumbs,.singular-page-27816 .header-social-sharing,.singular-page-28894 .header-social-sharing,.singular-page-28828 .header-social-sharing,.singular-page-28887 .header-social-sharing{display:none}.account-type-btn{border:1px solid #01142A;text-align:center;border-radius:8px;font-family:nexa_regularregular;color:#01142A;font-size:17px;text-transform:uppercase;padding:15px 10px;margin-top:30px;margin-bottom:20px;transition:all .3s ease-in}.account-type-box:hover .account-type-btn{background-color:#01142A;color:#01142A}.account-type-standard .account-type-btn{background-color:#01142A;color:#fff}.account-type-standard .account-type-btn a,.account-type-box:hover a{color:#01142A}.account-type-standard:hover .account-type-btn{background-color:#fff;color:#01142A}.account-type-standard:hover .account-type-btn a,.account-type-btn a{color:#01142A}.acc-type-sub-heading{font-family:nexa_lightregular;font-size:26px;line-height:15px;margin-top:-125px}.most-popular{position:absolute;top:-35px;width:145px;height:78px;left:0;right:0;margin:0 auto;text-align:center;background-color:#f74a68;color:#fff;font-family:debby;font-size:30px;border-radius:4px;padding-top:12px}