.stellarnav > ul > li > a
{
    padding: 13px 11px !important;
}
.stellarnav ul li .fa-home
{
    font-size: 30px;
    color: #0072B5;
}
body::-webkit-scrollbar
{
    width: 1em;
}
body::-webkit-scrollbar-thumb
{
    background-color: #888;
    outline: #708090 solid 1px;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.13);
}
/*  slider start */
.main-slider2
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.main-slider2 .col-md-12
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.main-slider2 .col-md-9
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.main-slider2 .col-md-3
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.play-icon11 i
{
    background: #f77607;
    color: #f9fbfb;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    height: 31px;
}
.next-Img
{
    background: #f77607;
    border-radius: 50%;
   padding: 7px 9px;
    padding-bottom: 3px;
    margin-right: 5px;
}
.next-Img::before
{
    content: '\2039';
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
}
.prev-Img
{
    background:#f77607;
    border-radius: 50%;
    padding: 7px 9px;
    padding-bottom: 3px;
}
.prev-Img::before
{
    content: '\203a';
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
}
.carousel.carousel-fade
{
    opacity: 1;
}

.carousel.carousel-fade > .carousel-inner > .carousel-item
{
    -moz-transition: opacity ease-in-out .6s;
    -o-transition: opacity ease-in-out .6s;
    -webkit-transition: opacity ease-in-out .6s;
    transition: opacity ease-in-out .6s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: -1;
}

.carousel.carousel-fade > .carousel-inner > .carousel-item:first-child
{
    top: auto;
   
    z-index: -1;
}

.carousel.carousel-fade > .carousel-inner > .active
{
    opacity: 1;
    -moz-transition: opacity ease-in-out .6s;
    -o-transition: opacity ease-in-out .6s;
    -webkit-transition: opacity ease-in-out .6s;
    transition: opacity ease-in-out .6s;
    z-index: 2;
}

.carousel.carousel-fade > .carousel-control
{
    z-index: 2;
}
.carousel-caption
{
    position: absolute;
    right: 0%;
    bottom: -8px;
    left: 0%;
    z-index: 10;
    padding-top: 13px;
    padding-bottom: 19px;
    color: #FFF;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    padding-left: 19px;
    padding-right: 19px;
    background: rgba(0,0,0,0.8);
    height: 74px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.carousel-caption h4
{
    font-size: 14px;
}
.carousel-indicators li
{
    background-color: #ccc !important;
    border: none !important;
    width: 11px;
    height: 11px;
}
.carousel-indicators .active
{
    width: 15px;
    height: 15px;
    background-color: green !important;
    border-radius: 50%;
}
.carousel-item .imgg3
{
    width: 100%;
    height: 400px !important;
}
/*  end slider */

/* quotes    */
#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left
{
    left: -12px;
}
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px;
}

.item blockquote
{
    border-left: none;
    margin: 0;
}

.item blockquote img
{
    margin-bottom: 10px;
}

.item blockquote p:before
{
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* bread crumb */

   .breadcrumb
        {
            list-style: none;
            overflow: hidden;
            margin: 15px;
            padding: 0;
            margin-left: 0px;
            margin-right: 0px;
            background-color: #ffffff !important;
        }
        .breadcrumb li
        {
            float: left;
        }
        .breadcrumb li a
        {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;            
            background:#021a3c;
            position: relative;
            display: block;
            float: left;
        }
        .breadcrumb li a:after
        {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; 
            border-bottom: 50px solid transparent;
            border-left: 30px solid #021a3c;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
        }
        .breadcrumb li a:before
        {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; 
            border-bottom: 50px solid transparent;
            border-left: 30px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 1px;
            left: 100%;
            z-index: 1;
        }
        .breadcrumb li:first-child a
        {
            padding-left: 10px;
        }
        .breadcrumb li:nth-child(2) a
        {
            background: rgba(29,161,242,1.00);
        }
        .breadcrumb li:nth-child(2) a:after
        {
            border-left-color:rgba(29,161,242,1.00);
        }
        .breadcrumb li:nth-child(3) a
        {
            background: hsla(34,85%,55%,1);
        }
        .breadcrumb li:nth-child(3) a:after
        {
            border-left-color: hsla(34,85%,55%,1);
        }
        .breadcrumb li:nth-child(4) a
        {
            background: hsla(34,85%,65%,1);
        }
        .breadcrumb li:nth-child(4) a:after
        {
            border-left-color: hsla(34,85%,65%,1);
        }
        .breadcrumb li:nth-child(5) a
        {
            background: hsla(34,85%,75%,1);
        }
        .breadcrumb li:nth-child(5) a:after
        {
            border-left-color: hsla(34,85%,75%,1);
        }
        .breadcrumb li:last-child a
        {
            background: transparent !important;
            color: black;
            pointer-events: none;
            cursor: default;
        }
        .breadcrumb li:last-child a:after
        {
            border: 0;
        }
        .breadcrumb li a:hover
        {
            background: rgb(17 125 191);
        }
        .breadcrumb li a:hover:after
        {
            border-left-color: rgb(17 125 191) !important;
        }


