body
{
    background-color: #ecf0f5;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
                                       left bottom,
                                       left top,
                                       color-stop(0.44, rgb(122,153,217)),
                                       color-stop(0.72, rgb(73,125,189)),
                                       color-stop(0.86, rgb(28,58,148)));
}
.bg-light {
    background-color: #ffffff!important;
}
.navbar
{
	padding: 1px 16px;
}
/*search box css start here*/
.search-sec{
    padding: 2rem;
    z-index: 9;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        margin-top: -120px;
        background: rgba(26, 70, 104, 0.51);
    }
}

@media (max-width: 992px){
    .search-sec{
        background: #1A4668;
    }
}
.pt-6
{
	padding-top: 72px;
}
.btn-rounded {
    border-radius: 10em;
}
.carousel-multi-item .controls-top {
    margin-bottom: 1.88rem;
    text-align: center;
}
.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}
.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}
.light-blue.darken-4 {
    background-color: #01579b!important;
}
a.waves-effect, a.waves-light {
    display: inline-block;
}
.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}
.testimonial-carousel .testimonial {
    margin-right: 23%;
    margin-left: 23%;
}
.testimonial-carousel .testimonial .avatar img {
    max-width: 170px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
@media (min-width: 768px){
.carousel-multi-item .col-md-4 {
    float: left;
    width: 33.333333%;
    max-width: 100%;
}
}
@media (min-width: 768px){
.d-md-block {
    display: block!important;
}
}
.carousel-multi-item .carousel-indicators {
    margin-bottom: 0em;
}
.carousel-multi-item .carousel-indicators li {
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    margin-bottom: -3.75rem;
    background-color: #4285f4;
}
.carousel-multi-item .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    background-color: #4285f4;
    border-radius: 50%;
}
.btn-secondary
{
    background-color: #eb2188 !important;
}
.btn-secondary:hover {
    background-color: #ad1f67 !important;
    color: #fff;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #080A52 ; 
    transition: .35s;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #eb2188;  
}