/* header start */
.navbar-toggler-icon{
    background: #3169b4;
}
.navbar .navbar-nav .nav-link {
    padding: 5px 20px ;
    color: #000;
    font-size: 15px;
    outline: none;
}
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
.topbarback{
    background:#12355f;
}

.insurancelogo{
	
	box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
   background:#Fff;
   
}

 .nav-pills .nav-link{
	
	padding:10px 50px;
	border:1px solid #ffddbe;
	color:#000;
}

/* .insurancelogo:hover{
	
	width:30%;
	animation-duration: 10s;
  animation-delay: -2s;
  animation-timing-function:ease-in-out;
   
}
 */
 
 .nav-pills .nav-link.active {
    color: #fff;
    background-color: #F5851F;
}
 
 
 
.scrollpbarback{
	background:#f4f6ff;
}
.signup-btn{
	background-color:#f5851f;
	color:#fff;
	border-color:#f5851f;
    font-size: 14px;
}
.login-btn{
	background-color:#367ccf;
	color:#fff;
	border-color:#367ccf;
    font-size: 14px;
}

.login-btn:hover{
	background-color:#0085a1;
	color:#fff;
	border-color:#0085a1;
    font-size: 14px;
}

.signup-btn:hover{
	background-color:#0085a1;
	color:#fff;
	border-color:#0085a1;
    font-size: 14px;
}


 .navbar-sticky-animated .container {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
 .navbar-sticky-animated:not(.scroll-to-fixed-fixed) .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-900px * 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;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active{
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	color: #367ccf !important;
}
.dropdown-item{
	font-size:15px;
    padding: 5px 10px;
}
/* header end */

/* home page start */
.carousel-control-next{
   background:none !important;
    
}
.carousel-control-prev{
	background:none !important;
	
}
.carousel-caption .carousel-content a button.carousel-content-btn1{
    background: #367ccf;
    color: #ffffff;
}
.carousel-caption .carousel-content a button.carousel-content-btn2{
	background: #367ccf;
    color: #ffffff;	
}
#carouselId .carousel-indicators li{
    width: 10px;
    height: 10px;
    background: #fff;
    margin:5px;
}
.carousel-indicators [data-bs-target]{
	border-top:0;
	border-bottom:0;
}
.carousel-indicators .active{
    background: #0085A1 !important;
}
#carouselId .carousel-indicators li:hover{
    background: #367ccf !important;
}
.text-theme-light{
	color:#367ccf;
}

.addhead{
	color:#367ccf !important;
}
.text-theme-dark{
	color:#367ccf;
}
.btn-theme-dark{
	background-color:#0069b4;
	color:#fff;
}
.btn-theme-light{
	background-color:#103561;;
	color:#fff;
}
.btn-theme-light:hover{
	background-color:#103561;
	color:#fff;
}
.services-content::after{
    background: rgb(0 105 180);
}
.services-item:hover .services-content-icon i {
    color: #103561 !important;
}
.homesliderback{
   /* background-image: linear-gradient(45deg, #0085A1, #F4F6FF ); */
   background:#0085A1 ;
}
.homeCalRet {
    background-color: #ebf6ff;
    border-radius: 25px;
}
.homeCalRetText {
    color: #ffffff;
    font-weight: 600;
    background:#367ccf;
    border-radius: 50px;
    font-size: 13px;
}
.blogbtn{
    background-color: #367ccf !important;
    color:#fff;
}
.blogbtn a{
    color: #fff;
}

.blogbtn a:hover{
    color: #f5851f;
}
.testimonial-item {
    background: #f2faff;
}
.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #009fe3;
}
.slide_vertical_wrap {
    overflow: hidden;
}

.slide_vertical_wrap {
    overflow: hidden;
    height: 330px !important;
}

.slide_vertical_wrap img {
    vertical-align: bottom;
}

.section_vertical {
    margin-left: 350px;
}

.section_vertical header {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
}

.section_vertical header h1 {
    font-size: 1.5em;
    font-weight: bold;
}
.slide_vertical {
    margin: 0 40px 0 0;
}


@keyframes infiniteslide16775885016091e8c {
	0% {
	    transform: translate3d(0, 0, 0);
	}
	100% {
	    transform: translate3d(0, -1139px, 0);
	}
}
/* home page end */
.page-header{
    background: #143455;
    margin-top: 125px;
}
.bg-card-about{
	background-color: #e8f8ff !important;
}
#serviceDetails p{
	color:#2c2b2b;
	text-align:justify;
}

/* contact page start */
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: #f4f6ff;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}
.contact-map {
    background: #0085A1;
}
.contact-form {
    background:#f4f6ff;
}
.bg-theme-dark{
    background: #f5851f;
}
.bg-theme-light{
    background: #009fe3;
}
/* contact page end */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #367ccf;
    border-color: #367ccf;
}
.page-link {
    position: relative;
    display: block;
    color: #0069b4;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-light {
    background-color: #f4f6ff !important;
}
#mfResearch label{
	margin-bottom:10px;
}
#mfResearch table{
	font-size:13px;
}
#mfResearch thead{
    background: #12355f;
    color: #fff;
}
#mfResearch tfoot{
    background: #d5f3ff;
    color: #000;
    font-weight:600;
}
.dt-length label{
	display:none;
}
.table>:not(caption)>*>*{
	box-shadow:0 0 0 #000;
}
/* calculator start */
.slider-track {
    background-color: #eee !important;
    background-image: none !important;
}
.slider-selection {
    background: #367ccf !important;
}
.slider-handle {
    background-color: #fff;
    border: 2px solid #367ccf;
    opacity:1;
}
.hide {
    display: none !important;
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100% !important;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0px 0px 35px !important;
    position: relative;
    width: 100%;
}
.tick {
    color: #000000;
    font-size: 9px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    letter-spacing: 0px;
    width: 50px;
}
#emipiechart {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.highcharts-button{	
	display:none;
}
.list-group-flush>.list-group-item{
    padding: 20px 10px;
}
.irs-slider {
    width: 25px;
    height: 25px;
    top: 20px;
    background-position: 0 -120px;
}
/* calculator end */

#commisionDisclosure table>tbody>tr{
	background:#fff;
	font-size:14px;
}
#commisionDisclosure table>thead>tr{
	background:#0069b4;
	font-size:14px;
	color:#fff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #143455;
}
.figcaption {
    font-size: 12px;
    color: #000;
    margin-top:10px;
}
.mainsection .card{
	padding:20px;
	border-radius:20px;
}
.mainsection a:hover .card{
	padding:20px;
	border-radius:20px;
	background:#367ccf !important;
}
.mainsection a:hover h4,
.mainsection a:hover h6{
	color:#fff;
}
.mainsection .card-body{
	padding:15px 20px;
	border-radius:15px;
	background:#fff;
}
.bannerAnimation2{
	animation: rotate 7s infinite;
    left: 8%;
    position: absolute;
    top: 20%;
    z-index:0;
}
.bannerAnimationGoal{
	animation: animation2 7s infinite;
    left: 9%;
    position: absolute;
    bottom: 10%;
    opacity:0.5;
}
.bannerAnimation{
	animation: rotate 7s infinite;
    right: 8%;
    position: absolute;
    bottom: 15%;
    opacity:0.5;
}
@keyframes rotate {
  50% {transform: rotate(360deg);}
}
#homeSliderSection{
	background-color:#11345e;
}
.services .services-item {
    box-shadow: none ;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 10px 0;
    position: relative;
  box-shadow: 3px 3px 6px 0 #bfc3cf, -3px -3px 6px 0 #fff;
    background-color: #eff0f3;
   
   
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a .active {
    font-size: 14px;
    color: #ffffff;
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-size: 18px;
    color: #000;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #367ccf;
}
.page-header h1{
    color:#000;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(255 255 255);
    color: var(--bs-table-striped-color);
}
table thead{
	background-color:#15355d;
	color:#fff;
}


#portfolio .card{
	
	padding:15px;
	background:#12355d;
	border-radius:0px;
}

#portfolio .card-body{
	
	background:#fff;
	border-radius:30px;
	padding:20px;
}

#pro .card{
	
	padding:10px;
	border:2px solid #12355D;
	
}





