.inner-header .container {
	padding-top: 70px;
	padding-bottom: 20px;
}

/*Goals*/

.goals-section {
    position: relative;
    overflow: hidden;
}

/* CARD DESIGN */
.goal-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    position: relative;
    z-index: 5;
}
.goal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* ICONS WITH COLORS */
.icon1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 30px;
    color:#fff;
    margin-bottom: 15px;
}
.icon2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 30px;
    color:#000;
    margin-bottom: 15px;
}
.bg1 { background: #020f67; }
.bg2 { background: #ffc107; }

.goal-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color:#012a64;
}
.goal-card p {
    color:#444;
    font-size: 15px;
}

/* ANIMATED BACKGROUND SHAPES */
.animated-bg span {
    position: absolute;
    display: block;
    width: 180px;
    height: 180px;
    background: rgba(0, 98, 255, 0.12);
    border-radius: 50%;
    animation: float 10s linear infinite;
}

/* Positions */
.animated-bg span:nth-child(1) {
    top: -40px;
    right: 0%;
    animation-duration: 14s;
}
.animated-bg span:nth-child(2) {
    bottom: -15%;
    left: 0%;
    animation-duration: 18s;
    width: 220px;
    height: 220px;
}
.animated-bg span:nth-child(3) {
    top: 20%;
    left: 12%;
    animation-duration: 12s;
    width: 150px;
    height: 150px;
}

.animated-bg span:nth-child(4) {
	bottom: 0%;
   	right: 12%;
   	animation-duration: 12s;
   	width: 150px;
   	height: 150px;
}

/* Animation */
@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-40px) rotate(90deg); }
    100% { transform: translateY(0) rotate(180deg); }
}

/*Goals End*/

.geometric1{
	position:absolute; 
	top:-40px; 
	left:-40px; 
	width:220px; 
	height:220px; 
	background:#020f67; 
	opacity:0.15; 
	transform:rotate(25deg); 
	border-radius:20px; 
	animation: shape1 10s linear infinite;
}
.geometric2{
	position:absolute; 
	bottom:-60px; 
	right:-50px; 
	width:260px; 
	height:260px; 
	background:#ffc107; 
	opacity:0.15; 
	transform:rotate(-18deg); 
	border-radius:30px; 
	animation: shape2 12s linear infinite;
}

@keyframes shape1 {
  0% { transform:rotate(25deg) translateY(0); }
  50% { transform:rotate(25deg) translateY(30px); }
  100% { transform:rotate(25deg) translateY(0); }
}
@keyframes shape2 {
  0% { transform:rotate(-18deg) translateY(0); }
  50% { transform:rotate(-18deg) translateY(-25px); }
  100% { transform:rotate(-18deg) translateY(0); }
}


.test{
	background:#fff; 
	border-radius:12px; 
	padding:22px; 
	box-shadow:0 8px 30px rgba(0,0,0,0.08); 
	border-left:6px solid #020f67;
	min-height: 0px;
	text-align:left;
}

.test1{
	background:#fff; 
	border-radius:12px; 
	padding:25px; 
	box-shadow:0 8px 35px rgba(0,0,0,0.1); 
	text-align:center;
	min-height: 0px;
}


/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.bg-theme-colored {
    background-color: #020f67 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #020f67;
}
.text-theme-colored2 {
    color: #FFCB05 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #020f67;
}
.menuzord-menu > li > a {
    font-size: 16px;
}
.menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
    background: #FFCB05 !important;
    color: #000;
}
.btn-primary{
	background-color:#020f67 !important;
	border-color:#020f67 !important;
	color:#fff;
	font-size:14px;
	padding: 13px 21px;
}
.btn-primary:hover {
    background-color: #FFCB05 !important;
    border-color: #FFCB05 !important;
    color: #000;
}
.btn-theme-colored {
    color: #fff;
    background-color:#FFCB05 !important;
    border-color:  #FFCB05 !important;
}
#homeServiceCards .card{
	padding:30px;
	min-height:auto !important;
	text-align:left;
	border:none;
	border-radius: 10px;
}
.item-active{
	background: #fff;
	box-shadow: 0 20px 40px rgba(107, 94, 128, 0.2) !important;
	border-radius: 20px;
}
#homeServiceCards .card:hover{
	background: #fff;
	box-shadow: 0 20px 40px rgba(107, 94, 128, 0.2);
}
#homeCalculatorSlider{
	background:#00416e;
}
#homeCalculatorSlider .h5{
	color:#FFCB05;
	font-size:20px;
}
@media screen and (min-width:1367px){
	.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
	    padding: 25px 35px !important;
	}
}
@media screen and (min-width:992px){
	.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
	    padding: 25px 13px;
	}
}
#homeGoalSection .card{
	min-height:auto;
	padding:10px;
	text-align:left;
	border-color:#ededed;
}
#homeGoalSection .goalIconBack{
    padding: 10px;
    border: 1px solid #d2d8e3;
    border-radius: 50%;
    color: #fff;
}
#homeGoalSection .goalIconHome{
    font-size: 20px;
    padding: 18px 17px;
    background: #020f67;
    border-radius: 50%;
}

.goalIconHome{
    font-size: 30px;
    padding: 25px;
    background: #FFCB05;
    border-radius: 50%;
}

.goalIconHome:hover{
    font-size: 30px;
    padding: 25px;
    background: #020f67;
    border-radius: 50%;
}

#homeGoalSection p{
    color:#666666;
}
#homeGoalSection .card:hover .goalIconHome{
	font-size: 20px;
    padding: 18px 17px;
    background: #FFCB05;
    border-radius: 50%;
}
#homeGoalSection .goalIconRetire{
    font-size: 20px;
    padding: 18px 18px;
    background: #020f67;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconRetire{
	font-size: 20px;
    padding: 18px 18px;
    background: #FFCB05;
    border-radius: 50%;
}
#homeGoalSection .goalIconEdu{
    font-size: 20px;
        padding: 18px 15px;
    background: #020f67;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconEdu{
	font-size: 20px;
    padding: 18px 15px;
    background: #FFCB05;
    border-radius: 50%;
}
#homeGoalSection .goalIconEmer{
    font-size: 20px;
        padding: 18px 16px;
    background: #020f67;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconEmer{
	font-size: 20px;
    padding: 18px 16px;
    background: #FFCB05;
    border-radius: 50%;
}
#homeGoalSection .card:hover h4{
    color: #FFCB05;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #FFCB05 !important;
}
#homeBlog .card{
	min-height:auto !important;
	padding-bottom:0 !important;
}
#homeNews .card{
	min-height:auto !important;
	padding-bottom:0 !important;	
}
#homeNews .newsBatch{
	background: #020f67;
    width: 8px;
    height: 40px;
    display: inline-flex;
    position: absolute;
    top: 18px;
    border-radius: 0 5px 5px 0;
}
#homeNews .card:hover .newsBatch{
	background: #FFCB05;
   	width: 8px;
    height: 40px;
    display: inline-flex;
    position: absolute;
    top: 18px;
    border-radius: 0 5px 5px 0;
}

/* logo slider start */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.clien-slider {
	height: 100px;
	margin: auto;
	overflow: hidden; 
	position: relative;
	width: 100%;
}

.clien-slider .client-slide-track {
	display: flex;
	width: calc(100px * 62); 
	animation: scroll 20s linear infinite;
}

.clien-slider .client-logo-slide {
	height: 100px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* logo slider end */
#aboutManagement .card{
	padding:10px;
	min-height:auto !important;
}
#aboutWhyus i{
	color:#FFCB05 !important;
}
#ourApproach .card{
	padding:10px;
	min-height:auto;
	background-color:#020f67 !important;
}


/* service page start */
#servicePageCard .card{
	border-top:5px solid #FFCB05;
}
/* service page end */
/* service ourfees start */
#ourfees .card{
	border:1px solid #d2d2d2;
	padding-bottom:0% !important;
	min-height:auto !important;
	
	
}
#risk .card{
	border:1px solid #d2d2d2;
	padding-bottom:0% !important;
	min-height:auto !important;
}

/* service ourfees end */
/* header register content start */
@media screen and (max-width: 991px) {
  .register {
      display: block-inline;
      margin-left: 0px;
     margin-right: auto; 
  }
}

/* header register content end */
/* header register content start */
@media screen and (max-width: 991px) {
  .finance {
      margin-top:30px; 
  }
}
/* header register content end */
/* contact us page ourapproach start */
#ourApproach i {
    color: #FFCB05 !important;
}
@media (max-width: 992px){
.pt-lg-0 {
    padding-top: 0!important;
}
}
/* contact us page ourapproach end */
/* fund  page fundcard start */

/* fund  page fundcard start */


 
#ruleSection .card {
	min-height:auto !important;
	text-align:left;
	padding:30px !important;
	background:#020f67;	
}


    .custom {
      border: none;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      transition: all 0.3s ease;
	  text-align: left;
    }
    .custom:hover {
      transform: translateY(-10px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    }
    .custom .icon {
      font-size: 40px;
      color: #020f67;
    }
    .custom .card-body {
      padding: 30px;

    }
    .btn-custom {
      background-color: #FFCB05;
      color: white;
      padding: 10px 20px;
      border-radius: 50px;
      font-weight: bold;
      text-transform: uppercase;
      transition: background-color 0.3s;
    }
    .btn-custom:hover {
      background-color: #388e3c;
	  color:#fff;
    }
  

