/*
@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: */
.dropdown-item:active {
    background-color: #ff8e00;
}
.bg-theme-colored {
    background-color: #0094d9 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #0094d9;
}
.text-theme-colored2 {
    color: #ff8e00 !important;
}
.modern-header.modern-header-theme-colored .header-nav .header-nav-wrapper.scroll-to-fixed-fixed {
    background: #0094d9;
}
.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: #ff8e00 !important;
    color: #fff;
}
.btn-primary{
	background-color:#ff8e00  !important;
	border-color:#ff8e00  !important;
	color:#fff;
}
.btn-primary:hover {
    background-color: #fff !important;
    border-color: #ff8e00 !important;
    color: #ff8e00;
}
.btn-theme-colored {
    color: #fff;
    background-color:#fa5850 !important;
    border-color:  #fa5850 !important;
}
.btn-more{
	background-color:#fff !important;
	border-color:#ff8e00  !important;
	color:#ff8e00;
}
.btn-more:hover {
    background-color:#ff8e00 !important;
    border-color: #ff8e00 !important;
    color:#fff;
}

#homeCalculatorSlider{
	background:#004768;
}
#homeCalculatorSlider .h5{
	color:#ff8e00;
	font-size:20px;
}
@media screen and (min-width:1367px){
	.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
	    padding: 18px 35px !important;
	}
}
@media screen and (min-width:992px){
	.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
	    padding: 18px 23px;
	}
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fa5850 !important;
}
#homeBlog .card{
	min-height:auto !important;
	padding-bottom:0 !important;
	border-color: #fff;	
	border-radius: 20px;
}
#homeBlog .card:hover{
	border-color: #c6c6c6;
}
#homeNews .card{
	min-height:auto !important;
	padding-bottom:0 !important;
}

#homeNews .newsBatch{
	background: #325595;
    width: 8px;
    height: 40px;
    display: inline-flex;
    position: absolute;
    top: 18px;
    border-radius: 0 5px 5px 0;
}
#homeNews .card:hover .newsBatch{
	background: #fa5850;
   	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(-250px * 7));
	}
}
 .clien-slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .clien-slider .client-slide-track {
	 animation: scroll 40s 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:#fa5850 !important;
}
#ourApproach .card{
	padding:10px;
	min-height:auto;
	background-color:#325595 !important;
}


/* service page start */
#servicePageCard .card{
	border-top:5px solid #ff8e00;
}
/* 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: 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: #fa5850 !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;	
}
#emipiechart {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.form-control {
    font-size: 14px;
    height: 45px;
    padding: 0 20px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
    width: 100%;
    height: 45px;
    border-radius: 10px;
}
.goal-section .card.transform:hover{
	transform:scale(1.05) !important;
	box-shadow: 0 0 10px #adadad;
	transition: 0.3s ease-out;
}
#homeNews .card:hover {
    box-shadow: 0 0 10px #c9c9c9;
    border: none !important;
}
.text-darkblue{
	color:#00557d !important;
}
.bg-tf{
	    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}