body {
  padding-top: 54px;
  font-family: 'Lato', arial, sans-serif !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color:#26383c;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.teams{
  height: 65vh;
  min-height: 550px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.teamsCover{
  height: 65vh;
  min-height: 780px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.navbar-dark{
	background-color:#201e1f !important;
	
	
}
.navbar-dark .navbar-nav .nav-link {
    color:#fff;
}
.bg-colors{
	background-color:#367d99;
}
.teambg-color{
	background-color:#35406d;
	
}
.teambgCoverColor{
	  background-color:#14b0bf !important;
}
.body-color{
	background-color:#dcf1f6 !important;
}
.hr-color{
	background-color:#58a4bb;
	
}
.btn-outline-white{
	
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;

}
.btnCol {
	background-color:#09a4c2 !important;
	color:#fff;
	border:1px solid #fff;
	border-radius: 10px;
	/* font-family: SourceSansProExtraLight !important; */
	letter-spacing: 2px;
}
.textInputRadius{
	 border-radius: 8px !important;
}
.cardbdr{
	border:1px solid #367d99;
	
}
.homeIcon{
	width: 100%!important;
}
.cardbg{
	background-color:#68a1b5 !important;
	border-radius: 1.25rem;
}
.cardProtbg{
	background-color:#cce5ea !important;
	border-radius: 1.25rem;
}
.cardRightbdr{
	border-right:2px solid #7fdce8 !important;
}
.cadProtbgc{
	background-color:#dcf1f6 !important;
	border-radius: 0;
}
.Rightbdr{
	border-right:2px solid #7fdce8 !important;
}
.hrbdrcolor{
	background-color:#96c0ce !important;
}
.boboPlannerbdrTopBottom{
	border-top:10px solid #96c0ce;
	border-bottom:10px solid #96c0ce;
	
}
.table .thead-dark th{
	color: #fff;
    background-color: #2e7390;
    border-color: #2e7390;
}
.tbl td, .tbl th {
    padding: .3rem !important;
    vertical-align: top;
    border-top: 1px solid #abd2d9;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #abd2d9;
}

.tdCol{
	color:#30738e !important;
}
.textColor{
	color:#20a1a7 !important;
}
.shadows{
	border-radius:13%;
	 box-shadow: 5px 5px 5px #367d99;
}
.hrbdr{
	    height: 83px;
    top: 95px;
    position: absolute;
    left: 0;
}
.hrbdrhlt{
	    height: 83px;
   bottom: 40px;
    position: absolute;
    left: 0;
}
.AssessRisk{
	    position: absolute;
    left: 36%;
    bottom: 0;
}
.stepsic { padding-left:20px; list-style:none; }
.stepsic 
li { margin-bottom:20px;}
.stepsic 
li:before {    
    font-family: 'FontAwesome';
    content: '\f111';
    margin:0 5px 0 -15px;
	color:#09a4c2;
	font-size:11px;
}
.font-size-19{
	font-size:19px;
}
.font-size-19{
	font-size:18px;
}
/*range slider start*/


/*end*/
/*testimonial start*/

.testimonials .carousel {
	margin: 0px auto;
	padding: 0 70px;
}
.testimonials .carousel .item {
	color: #999;
	font-size: 15px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.testimonials .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.testimonials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.testimonials .carousel .testimonial {
	padding: 30px 0 10px;
}
.testimonials .carousel .overview {	
	font-style: italic;
}
.testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #fff;
}
.testimonials .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.testimonials .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: #fff;
	
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.testimonials .carousel .carousel-indicators {
	bottom: 0px;
}
.testimonials .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.testimonials .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonials .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/*testimonial end*/
/* @font-face {
    font-family: SourceSansProRegular;
    src: url(source-sans-pro/SourceSansPro-Regular.otf);
}
@font-face {
    font-family: SourceSansProBold;
    src: url(source-sans-pro/SourceSansPro-Bold.otf);
}
@font-face {
    font-family: SourceSansProLight;
    src: url(source-sans-pro/SourceSansPro-Light.otf);
}
@font-face {
    font-family: SourceSansProExtraLight;
    src: url(source-sans-pro/SourceSansPro-ExtraLight.otf);
} */
h4{
	  font-size: 1.3rem;
	  /* font-family: SourceSansProRegular; */
}
.meetColorbg{
	background-color:#cbeaef !important;
}
.meetbgimg{
	background-color:#a1d6e8 !important;
}
.hrline{
	    border-bottom: 2px solid #09a4c2;
   width: 66%;
    position: absolute;
    left: 17%;
	
}
.hrline-100{
	    border-bottom: 2px solid #54ada9;
   width: 90%;
   position:absolute;
}
.hrline-45{
	    border-bottom: 2px solid #54ada9;
  width: 45%;
    position: absolute;
    left: 27%;
	top:-11px;
}
.hrline-75{
	    border-bottom: 2px solid #54ada9;
  width: 75%;
    position: absolute;
    left: 12%;
	top:-11px;
}
.hrline-55 {
    border-bottom: 2px solid #54ada9;
    width: 55%;
    position: absolute;
    left: 22%;
    top: -11px;
}
.fundNamebg{
	background-color:#edf8fc;
	
}
.fundNamebg p label {
	    margin-bottom: .0rem;
	    font-size: 15px;
	/* line-height:0.5!important; */
}
.LfCard{
border-radius: 16px 0px 0px 16px;
}
.RtCard{
border-radius: 0px 16px 16px 0px;
}
.hrbdrcolorInvest {
    background-color: #c1e7f5 !important;
	padding:3px 0;
}
.bdr-top-bot-Inv{
	border-top:6px solid #c1e7f5;
	border-bottom:6px solid #c1e7f5;
}
.bdr-right-Inv{
	border-right:6px solid #c1e7f5;
}
.bdrcolorInv{
	border:1px solid #09a4c2;
}
.w-30{
	width:30% !important; 
	
}
.btn-outline-blue {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #09a4c2;
}
.RightbdrFoot {
    border-right: 2px solid #5b6263 !important;
}
.nav-tabs .nav-item .show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
     background-color:#dcf1f6 ; 
    border-color: #dcf1f6 #dcf1f6 #f58220; 
}
.nav-tabs {
    border-bottom: 4px solid #c1e7f5;
}
.nav-tabs .nav-link {
    border: 4px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
/* .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
} */
.table-bg{
	background-color:#edf8fc;
	 border-radius: 1.25rem!important;
	
}
.strtDatebg{
	background-color:#1995b5 !important;
	
}
.canvasjs-chart-canvas{
	/* position:relative !important; */
}
.canvasjs-chart-container a{
display:none;
} 
/* radio button*/
.form-check-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-label1 {
    display: block;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form-check-label1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #09a4c2;
    border-radius: 50%;
}
.checkmark1 {
    position: absolute;
    top: 5px;
    left: 0;
    height: 13px;
    width: 13px;
   /*  background-color: #09a4c2; */
    border-radius: 50%;
	border: 1px solid #09a4c2;
}
/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
    background-color: #ccc;
}
.form-check-label1:hover input ~ .checkmark1 {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
    background-color: #09a4c2;
}
.form-check-label1 input:checked ~ .checkmark1 {
    background-color: #09a4c2;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}
.form-check-label1 input:checked ~ .checkmark1:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.form-check-label1 .checkmark1:after {
 	top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.mt--1{
	    margin-top: -1px;
}
.mt--3{
	    margin-top: -3px;
}
.mt--5{
	    margin-top: -5px;
}
.bg-orange{
	background-color:#f58634 !important;
}
.border-orange{
	border:1px solid #f58634 !important;
}
.font-size-16{
	font-size:16px;
}
.font-size-22{
	font-size:22px;
}
.border-radius-10{
	border-radius:10px;
}
.border-color-gray{
	border:2px solid #abc6cf;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #555;
}
.nav-pills .nav-link {
    border-radius: 0rem;
    background-color: #1995b5;
	color:#fff;
	    border-left: 1px solid #fff;
}
 .tble td{
   font-size:14px;
}  
.lineinput input[type="text"],.lineinput input[type="email"],.lineinput input[type="tel"],.lineinput input[type="password"],
.lineinput select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.lineinput input[type="text"]:focus,.lineinput input[type="email"]:focus,.lineinput input[type="tel"]:focus,.lineinput input[type="password"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progressHeight{
	height:10px;
	
}
.py-40{
	padding-bottom:40px;
	padding-top:40px;
}
.py-25{
	padding-bottom:25px;
	padding-top:25px;
}
.bg-RoboGoal{
	background-color:#2598b7;
}
.border-blue{
	border :1px solid #2598b7;
	
}
.btn-radius{
	border-radius:10px;
}


.badgebg{
       background-color:#09a4c2;
       color:#fff;
}
.AllCornerBorder {
    border-radius: 16px 16px 16px 16px;
}
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e91e63;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}



.activc{
	background-color:#17a2b8!important;
	color:#fff !important;
}
.activc a{
	background-color:#17a2b8!important;
	color:#fff !important;
}
button {
   
    /* font-family: SourceSansProExtraLight !important; */
	 letter-spacing: 2px;
    
}
/*radio button tab*/

.tabinator {
 /*  background: #fff;
  padding: 40px;
  font-family: Open Sans; */
}
.tabinator h2 {
  text-align: center;
  margin-bottom: 20px;
}
.tabinator input {
  display: none;
}
.tabinator label {
  box-sizing: border-box;
  display: inline-block;
  padding: 11px 24px;
  color: #000;
  margin-bottom: -1px;
  margin-left: -1px;
}
.tabinator label:before {
  content:'';
  display:block;
  width:100%;
  height:15px;
 /*  background-color:#fff; */
  position:absolute;
  bottom:-11px;
  left:0;
  z-index:10;  
}
.tabinator label:hover {
  color: #888;
  cursor: pointer;
}
.tabinator input:checked + label {
  position: relative;
  color: #000;
  /* background: #fff; */
  border: 1px solid rgba(0,0,0,.125);
  /* border-bottom: 1px solid #fff; */
  border-radius: 0px 0px 0 0;
}
.tabinator input:checked + label:after {
  display: block;
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
 /*  box-shadow: 0 0 15px #939393; */
}
#content1, #content2, #content3, #content4 {
  display: none;
 /*  border-top: 1px solid rgba(0,0,0,.125); */
  padding: 0px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
/*   box-shadow: 0 0 15px #939393; */
}
.page-link-Nav {
    position: relative;
    display: block;
	font-size:15px;
    padding: .5rem .4rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
	
   background:#edf8fc;
    border: 1px solid #dee2e6;
	text-decoration:none !important;
}
 .activee {
color: #09a4c2 !important;
}
p{
	color:#26383c !important;
}
.text-dark {
    color: #213333!important;
}
.bg-lightblue{
	background-color:#ADD8E6!important;
}
.ml--19{
	margin-left: -19px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.w-15{
	width:15% !important;
}
/*div flip animination*/
.conta {
  position: relative;
  width: 100%;
}

.overlays {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.conta:hover .overlays {
  bottom: 0;
  height: 100%;
}

.textt {
  color: white;
  
  position: absolute;
  padding:15px;
 /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  /* text-align: center; */
}
.teamContHeight{
	height: 640px;
}
.DivRelative{
	position:relative;
}
.aboutimg{
	position:absolute;
	bottom:0;
	right:0;
}
.bg-blue-faq{
	background-color:#1d98b7;
}
.border-faq{
	border:1px solid #1d98b7;
	border-radius:5px;
}
.card45bg{
 background-color:#d4e2eb;
 border:1px solid #1d98b7;
 border-radius:10px;
}

.list45t {
    border-top-right-radius:10px !important;
    border-top-left-radius:10px !important;
}

.list45b {
    border-bottom-right-radius:10px !important;
    border-bottom-left-radius:10px !important;
}
/*page 1-19 */
.font-size-13{
font-size:13px !important;
}
.f-smal p{
font-size:13px !important;
}
.f-smal span{
font-size:13px !important;
}
.f-smal h4{
font-size:15px !important;
}
.f-smal table tr td{
font-size:13px !important;
}
.banerheight{
	height:220px!important;
}

/*line start*/
h4.h4line {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  
}

h4.h4line:before,
h4.h4line:after {
  background: #cee5ed;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
    top: 50%;
  width: 400%;
}
h4.h4line:before {
  right: 100%;
}
h4.h4line:after {
  left: 100%;
}
.contline {
  overflow: hidden;
  text-align: center;
}
/*line end*/
.firstcol{
	border-top-left-radius: 2.25rem !important ;
    border-top-right-radius: 2.25rem !important;
}
.lastcol{
	border-bottom-right-radius: 2.25rem !important;
    border-bottom-left-radius: 2.25rem !important;
}
.welthbt{
	background-color:#fff !important ;
	color:#20a1a7 !important;
	border-radius:10px !important;
	border:1px solid #09a4c2 !important;
	width: 340px;
	text-align: left;
}
.divZind{
	z-index:1;
}
.mt--18{
	margin-top:-18px !important;
}
.ulColum {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
ul.ultl {
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}
li.listgrp { 
    padding-left: 16px; 	
}

li.listgrp::before {
	 font-family: FontAwesome;
    content: " \f111"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #09a4c2; /* Or a color you prefer */
	font-size:11px;
}

.btYbg{
	background-color:#f58634 !important;
	color:#fff !important;
	border:1px solid #f58634 !important;
}
.circl{
	color:#09a4c2;
	font-size:11px;
}
.invest-top{
	border-top: 2px solid #cee5ed;
}
.lastews-right{
	border-right: 2px solid #cee5ed;
}
.mt--132{
	margin-top:-132px;
}
.mt-142{
	    margin-top: 142px;
}
.mt--75{
	margin-top:-75px;
}
.readmoretxt{
	color:#f58634!important ;
	cursor:pointer;
}

.pa.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f58634 !important;
    border-color: #09a4c2 !important;
}
.bdr-right-blue {
    border-right: 2px solid #cbeff1;
}
.img-hw{
	height:100px;
	width:120px;
}

.align-left {
	text-align: left ;
}

.align-center {
	text-align: center;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.lastews-right p {
	padding-right: 15px ;
}

.padding-50 {
    padding: 50px;
}

.padding-15 {
    padding: 15px;
}

.img-middle img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.mt-50 {
 margin-top: 50px;
}

.bg-light-cyan {
    background: #b8dde6 !important;
}

.text-dark-cyan {
    color: #006161 !important;
}

.border-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.p-l-r-30 {
    padding-left: 30px;
    padding-right: 30px;
}

/* Aligned star icon */

.decorated-list > ul.star-icon {
    list-style-type: none;
}

.m-b-30 {
    margin-bottom: 30px;
}

.medium-dark-cyan  {
    color: #099298;
}

.p-r-15 {
    padding-right: 15px;
}