/*
@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: #2d2f95 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #2d2f95;
}
.text-theme-colored2 {
    color: #ca3436 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #2d2f95;
}
.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: #ca3436 !important;
    color: #fff;
}
.btn-primary{
	background-color:#ca3436 !important;
	border-color:#ca3436 !important;
	color:#fff;
}
.btn-primary:hover {
    background-color: #fff !important;
    border-color: #ca3436 !important;
    color: #ca3436;
}
.btn-theme-colored {
    color: #fff;
    background-color:#ca3436 !important;
    border-color:  #ca3436 !important;
}
#homeServiceCards .card{
	border-radius:35px;
	padding:0px;
	min-height:auto !important;
}
#homeServiceCards .iconServ{
	font-size: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    color: #325595;
    margin-bottom: 20px;
}
#homeServiceCards .iconArrow{
    padding: 10px 13px;
    background: #ca3436;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
#homeCalculatorSlider .h5{
	color:#ca3436;
	font-size:20px;
}


#evaluate .card{
	border-radius:35px;
	padding:30px;
	min-height:auto !important;
	border:0px;
	text-align:left;
	background:1px solid #f7f8fa;
}
@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 23px;
	}
}
#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: #325595;
    border-radius: 50%;
}
#homeGoalSection p{
    color:#666666;
}
#homeGoalSection .card:hover .goalIconHome{
	font-size: 20px;
    padding: 18px 17px;
    background: #ca3436;
    border-radius: 50%;
}
#homeGoalSection .goalIconRetire{
    font-size: 20px;
    padding: 18px 18px;
    background: #325595;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconRetire{
	font-size: 20px;
    padding: 18px 18px;
    background: #ca3436;
    border-radius: 50%;
}
#homeGoalSection .goalIconEdu{
    font-size: 20px;
        padding: 18px 15px;
    background: #325595;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconEdu{
	font-size: 20px;
    padding: 18px 15px;
    background: #ca3436;
    border-radius: 50%;
}
#homeGoalSection .goalIconEmer{
    font-size: 20px;
        padding: 18px 16px;
    background: #325595;
    border-radius: 50%;
}
#homeGoalSection .card:hover .goalIconEmer{
	font-size: 20px;
    padding: 18px 16px;
    background: #ca3436;
    border-radius: 50%;
}
#homeGoalSection .card:hover h4{
    color: #ca3436;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #ca3436 !important;
}
#homeBlog .card{
	min-height:auto !important;
	padding-bottom:0 !important;
	border-radius:20px;
}
#homeNews .card{
	min-height:auto !important;
	padding-bottom:0 !important;
    background: #fff8f8;
    border: 1px solid #f5c3c3;
    border-radius: 20px;	
}
#homeNews .newsBatch{
	background: #ca3436;
    width: 8px;
    height: 40px;
    display: inline-flex;
    position: absolute;
    top: 18px;
    border-radius: 0 5px 5px 0;
}

.test4 {
    opacity: 0.3;
    position: absolute;
    left: 53px;
    top: 23px;
}

.test5 {
    position: relative;
}


.direct {
    transform: rotate(180deg);
}

.test3 {
    padding: 40px;
    border: 1px solid #ca3436;
    background: #fff;
    border-radius: 10px;
}
#homeNews .card:hover .newsBatch{
	background: #2d2f95;
   	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(calc(-1350px * 7));
	}
}
 .clien-slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .clien-slider .client-slide-track {
	 animation: scroll 100s linear infinite;
	 display: flex;
	 width: calc(200px * 90);
}
 .clien-slider .client-logo-slide {
	 height: 100px;
	 width: 250px;
}
/* logo slider end */
#aboutManagement .card{
	padding:10px;
	min-height:auto !important;
}
#aboutWhyus i{
	color:#ca3436 !important;
}
#ourApproach .card{
	padding:10px;
	min-height:auto;
	background-color:#325595 !important;
}


/* service page start */
#servicePageCard .card{
	border-top:5px solid #ca3436;
	
}
/* service page end */
/* service ourfees start */

#homeContact .card{
	position: sticky;
    top: 20%;
    right: 3%;
    justify-content: center;
    align-self: flex-start;
    z-index: 5;
  	overflow:hidden;  
}
  /* .stick {
  	position: sticky;
    top: 20%;
    right: 3%;
    justify-content: center;
    align-self: flex-start;
    z-index: 5;
  	overflow:hidden;
  } */



#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: 80px;
     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: #ca3436 !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:#325595;	
}
#homeServiceCards .service-icon{
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #2d2f95;
}
#homeServiceCards .card-header{
    transform: translateY(-55px);
}
#homeServiceCards .card-body{
    transform: translateY(-55px);
    padding-bottom:0px;
}
#homeServiceCards .serviceButton{
    transform: translateY(25px);
}
#homeCalculatorSlider .border-bottom{
    border-bottom: 5px solid #ca3436 !important;
}
#homeGoal .card {
	min-height:auto;
	padding:0px;
	border-radius:40px;
}

#homeGoal2 .card {
	min-height:auto;
	padding:0px;
	border:1px solid #ca3436;
	text-align:left;
}

.cascam{
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.casflow{
	border-radius:30px;
}

#Partnership .card{
	min-height:auto;
	padding:0px;
	border-radius:0px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border:0px solid;
}

#distributor .card{
	
    padding: 30px;
    background:#fff;
    min-height:auto;
    border:0px solid;
    text-align:left;
}
#distributor .card-body{
	
    
    background:#ffaaab36;
    min-height:auto;
    border:1px solid #ca3436;
    text-align:left;
}

#distributor .potentialdesign{
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border:1px solid #ffaaab36;
	background:#fff;
	
	text-align:center;
	padding: 50px;
	position:relative;
	
	
}

#distributor .potentialdesign:hover{
	transition: all 1s;
	transition-timing-function: ease;
	top:2px;
}

#distributor .potentialdesign h2{
	color:#2d2f95;
}

.potentialdesign2{
	background:#f5f5ff;
	color:#cc323a;
	border-radius:10% 30% 50% 70%;
	padding:10px;
	
	
}

.potentialupper{
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:30px;
	border-radius:0px 0px 50% 0px;
	background:#CC323A;
}

#homeGoal .GoalButton {
    font-size: 17px;
    padding: 11px 10px;
    background: #ffefef;
    border-radius: 30px;
    margin: 10px 0;
    border: 1px solid #f3cfcf;
}
#homeGoal .goalIconHome {
    font-size: 17px;
    padding: 11px 10px;
    background: #ca3436;
    border-radius: 50%;
    margin-right: 8px;
    color:#fff;
}
#homeGoal .goalIconRetire {
    font-size: 17px;
    padding: 11px 11px;
    background: #ca3436;
    border-radius: 50%;
    margin-right: 8px;
    color:#fff;
}
#homeGoal .goalIconEdu {
    font-size: 17px;
    padding: 11px 9px;
    background: #ca3436;
    border-radius: 50%;
    margin-right: 8px;
    color:#fff;
}
#homeGoal .goalIconEmer {
    font-size: 17px;
    padding: 11px 9px;
    background: #ca3436;
    border-radius: 50%;
    margin-right: 8px;
    color:#fff;
}
#homeGoal .GoalButton:hover {
    font-size: 17px;
    padding: 11px 10px;
    background: #ca3436;
    border-radius: 30px;
    margin: 10px 0;
    color:#fff;
    border: 1px solid #f3cfcf;
    transition: 1s;
}
#homeGoal .GoalButton:hover .goalIconHome {
    font-size: 17px;
    padding: 11px 10px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    color:#ca3436;
}
#homeGoal .GoalButton:hover .goalIconRetire {
    font-size: 17px;
    padding: 11px 11px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    color:#ca3436;
}
#homeGoal .GoalButton:hover .goalIconEdu {
    font-size: 17px;
   padding: 11px 9px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    color:#ca3436;
}
#homeGoal .GoalButton:hover .goalIconEmer {
    font-size: 17px;
   padding: 11px 9px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
    color:#ca3436;
}
#homeGoal .GoalButton:hover a{
    color:#fff !important;
}
#homeContact .form-control{
	border: 1px solid #d4d3d3;
}

#homeContact .card{
	
	border:1px solid #d4d3d3;
	border-top:5px solid #ca3436;
	border-left:1px solid #d4d3d3 !important;
	padding-bottom:0px;
}
.inner-header .title {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}
.founderCard{
	min-height:auto !important;
	padding:0px !important;
	border-radius:30px;
    background-color: #f6f6ff;
    border: 1px solid #ddddfc;
}
.founderImage{
	border-radius:15px;
}