.stellarnav > ul > li > a
{
    padding: 13px 18px !important;
}
.stellarnav ul li .fa-home
{
    font-size: 30px;
    color: #f5821f;
}
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: #f5821f;
    color: #f9fbfb;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    height: 31px;
}
.next-Img
{
    background: #f5821f;
    border-radius: 50%;
    padding: 8px;
    padding-bottom: 5px;
    margin-right: 5px;
}
.next-Img::before
{
    content: '\2039';
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
}
.prev-Img
{
    background: #f5821f;
    border-radius: 50%;
    padding: 8px;
    padding-bottom: 5px;
}
.prev-Img::before
{
    content: '\203a';
    font-family: FontAwesome;
    color: #fff;
    font-size: 40px;
}
.carousel.fade
{
    opacity: 1;
}

.carousel.fade > .carousel-inner > .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.fade > .carousel-inner > .item:first-child
{
    top: auto;
    position: relative;
    z-index: -1;
}

.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.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);
}
.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%;
}
.item .imgg3
{
    width: 100%;
    height: 400px !important;
}
/*  end slider */
h3
{
    font-size: 38px;
    margin-left: 17px;
    font-family: 'Lato' , sans-serif;
    margin-top: 21px;
    color: #404040;
    font-weight: 600;
}
.img-head img
{
    margin-top: 20px;
    float: right;
    margin-right: -30px;
}
.gov2
{
    font-size: 24px;
    padding-left: 17px;
}
.Flash
{
   
    margin-top: 30px;
}
.social-icon ul
{
    list-style-type: none;
    display: inline-flex;
    margin-top: 40px;
}
.social-icon ul li
{
    padding-left: 8px;
}
.social-icon ul li .fa
{
    border: 1px solid;
}
.panel {
    margin-top: 25px !important;
}
.panel-default>.panel-heading {
    
    background-color: #f5821f !important;
}

.panel-title {   
    font-size: 18px !important; 
    color: #ffffff !important;
} 
/* 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;
}


@media (min-width: 768px)
{
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }

}

@media (max-width: 768px)
{
    #quote-carousel .carousel-indicators
    {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li
    {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active
    {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
.quotecontaine
{
    padding: 43px 0px;
    color: #fff;
}
.quotImg img
{
    width: 127px;
    height: 127px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-top: 44px;
}
.quotImg .quoteImp
{
    position: absolute;
    bottom: -10px;
    right: 335px;
    width: 40px;
    height: 40px;
    background: #53d397;
    border-radius: 50%;
}
.quotImg .fa-quote-left
{
    color: #fff;
    padding-top: 11px;
}
.mainQotes h2
{
    padding-top: 29px;
    margin-bottom: -26px;
}
.mainQotes h2::before
{
    content: '';
    width: 45px;
    height: 3px;
    position: absolute;
    bottom: 135px;
    left: 50%;
    margin-left: -22px;
    background: red;
}
blockquote
{
    padding: 10px 60px !important;
}
/*  gallery photo */
.main-photo-gall {
    padding: 15px 0px;
    background: #ddd;
}
.main-photo-gall img
{
    width: 100%;
}
    
/*.main-photo-gall .container-fluid
{
    padding-left: 0px;
    padding-right: 0px;
}*/
.titleph
{
    padding: 0 28px;
}
.titleph h3
{
    margin-bottom: 0;
    margin-top: 25px;
    font-family: "Poppins" , sans-serif;
    font-weight: 600;
    color: #222222;
    text-align: center;
}
.titleph h4
{
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 20px;
}
.titleph p
{
    color: #777777;
    font-family: "Poppins" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}
.titleph
{
    padding-left: 0px;
    padding-right: 0px;
}
/* news gallery  */

.news-main img
{
/*    width: 100%;
    height: 323px;*/
    width: 90%;
    max-height: 300px;
    padding: 10px 0;
}
.news-main
{
    padding: 50px 0;
}
.news-inside
{
    background: #fff;
    padding: 2px 11px;
    padding-bottom: 54px;
}
.news-inside h2
{
    padding-bottom: 20px;
    color: #f5821f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
}
.new_lnk
{
    text-align: center;
}

.news-inside h2::before
{
    content: "";
    background: #f8395d;
    width: 70px;
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    margin: auto;
}
.news-inside h2::after
{
    content: "";
    background: #a640d0;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.main-more.more-primary
{
    text-decoration: none;
    -webkit-box-shadow: 0 2px 0 0 rgba(247, 98, 104, 0.5), 0 4px 0 0 rgba(252, 224, 138, 0.5);
    box-shadow: 0 2px 0 0 rgba(247, 98, 104, 0.5), 0 4px 0 0 rgba(252, 224, 138, 0.5);
    background-image: -ms-linear-gradient(0deg, #f76268 0%, #fce08a 100%);
}
.main-more
{
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    background-color: #f5821f;
    z-index: 1;
    -webkit-box-shadow: 0 2px 0 0 rgba(247, 98, 104, 0.5), 0 4px 0 0 rgba(252, 224, 138, 0.5);
    box-shadow: 0 2px 0 0 rgba(247, 98, 104, 0.5), 0 4px 0 0 rgba(252, 224, 138, 0.5);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border: none;
    margin-top: 25px;
}
.main-more.more-primary:hover
{
    -webkit-box-shadow: 0 5px 0 0 rgba(247, 98, 104, 0.5), 0 10px 0 0 rgba(252, 224, 138, 0.5);
    box-shadow: 0 5px 0 0 rgba(247, 98, 104, 0.5), 0 10px 0 0 rgba(252, 224, 138, 0.5);
}
.main-more:focus, .main-more:hover
{
    color: #ffffff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 5px 0 0 rgba(247, 98, 104, 0.5), 0 10px 0 0 rgba(252, 224, 138, 0.5);
    box-shadow: 0 5px 0 0 rgba(247, 98, 104, 0.5), 0 10px 0 0 rgba(252, 224, 138, 0.5);
}
.news-inside
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-inside:hover
{
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.news-inside:before
{
    z-index: -1;
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,transparent 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.news-inside:active:before, .news-inside:focus:before, .news-inside:hover:before
{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/*   video     */

.main-video-gall
{
    padding-left: 0px;
    padding-right: 0px;
    background: #5dd1e3;
}
.main-video-gall .rightvd
{
    padding-left: 0px;
    padding-right: 0px;
}
.main-video-gall img
{
    width: 100%;
}
.main-video-gall .container-fluid
{
    padding-left: 0px;
    padding-right: 0px;
}
.read_more::before
{
    text-decoration: none;
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f5821f;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    z-index: -1;
}
.read_more:hover:before
{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    text-decoration: none;
}
.read_more
{
    text-decoration: none;
    width: 150px;
    border: 1px solid #f5821f;
    border-radius: 22.5px;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    font-family: "Montserrat" , sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    overflow: hidden;
    margin-top: 30px;
}
.read_more:hover
{
    color: #f8395d;
    text-decoration: none;
}

.titledata
{
    padding: 0 28px;
}
.tile-video h3
{
    margin-bottom: 0;
    margin-top: 25px;
    font-family: "Poppins" , sans-serif;
    font-weight: 600;
    color: #222222;
    text-align: center;
}
.tile-video h4
{
    margin-top: 10px;
    font-weight: 300;
    margin-bottom: 20px;
}
.tile-video p
{
    color: #777777;
    font-family: "Poppins" , sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}
.tile-video
{
    padding-left: 0px;
    padding-right: 0px;
}
/*  social media */
.fb1 .fa-facebook
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
}
.tw1 .fa-twitter
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
}
.yo1 .fa-youtube
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
}
.in1 .fa-instagram
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
}
.wo1 .fa-wordpress
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
}
.social-mdia .facebook
{
    padding: 5px 10px;
    background: #3b5999;
    text-align: left;
    color: #fff;
    font-size: 130%;
    border-radius: 22px;
    margin-left: 0px;
}
.social-mdia .facebook .fa-facebook
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
    margin-right: 12px;
}
.social-mdia .twitter
{
    padding: 5px 10px;
    background: #34ccfe;
    text-align: left;
    color: #fff;
    font-size: 130%;
    border-radius: 22px;
    margin-left: 0px;
}
.social-mdia .twitter .fa-twitter
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #34ccfe;
    padding-top: 6px;
    font-size: 105%;
    background: #fff;
    text-align: center;
    margin-right: 12px;
}
.social-mdia .instagram
{
    padding: 5px 10px;
    background: #606060;
    text-align: left;
    font-size: 130%;
    color: #fff;
    border-radius: 22px;
    margin-left: 0px;
}
.social-mdia .instagram .fa-instagram
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #3b5999;
    padding-top: 6px;
    font-size: 105%;
    background: #fff;
    text-align: center;
    margin-right: 12px;
}
.social-head1
{
    overflow: hidden;
    width: 364px;
    margin-top: -9px;
    border-left: 5px double #3b5999;
    border-right: 5px double #3b5999;
    border-bottom: 5px double #3b5999;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top: 5px double #3b5999;
}
.social-head2
{
    overflow: hidden;
    width: 364px;
    margin-top: -9px;
    border-left: 5px double #34ccfe;
    border-right: 5px double #34ccfe;
    border-bottom: 5px double #34ccfe;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top: 5px double #34ccfe;
}
.social-head3
{
    overflow: hidden;
    width: 364px;
    margin-top: -9px;
    border-left: 5px double #606060;
    border-right: 5px double #606060;
    border-bottom: 5px double #606060;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top: 5px double #606060;
}
.social-mdia
{
    padding: 98px 0px;
    padding-top: 17px;
}
/* content css */
.main-left-content
{
    background: #fff;
    border-bottom: 34px solid #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.main-left-content h4
{
    background-color: #f5821f;
    padding: 8px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
}
.rel-list
{
    cursor: pointer;
    padding: 5px;
    font-size: medium;
    color: #15416e;
    font-weight: 600;
}
.icon-rel
{
    margin-top: 5px;
    color: #15416e;
    font-size: 17px;
}

.rel-display12 a
{
    color: #0000ff;
    text-decoration: none;
}
.desc111
{
    padding-left: 18px;
    padding-right: 18px;
}
.date2
{
    font-size: 13px;
    color: #7b7a7a !important;
    margin-left: 20px;
}
.fixdate
{
    padding-left: 10px;
}
.rel-list p .fa-calendar
{
    margin-right: 9px;
}
.rel-display13
{
    padding-left: 0;
    border-bottom: #919692 1px dashed;
    width: 100%;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.rel-display12
{
    display: inline-flex;
}
.NewsList
{
    height: 700px;
    max-height: 700px;
    overflow: auto;
    margin-top: -11px;
    padding: 15px 30px;
    transition: 0.6s;
}
.NewsList_h
{
    height: 700px;
    max-height: 700px;
    overflow: auto;
    margin-top: -11px;
    padding: 8px;
    padding-top: 6px;
    transition: 0.6s;
}

/* content second css */

.title-hed
{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.content-hed
{
    padding-bottom: 100px;
    font-size: 121% !important;
}
.contentaal
{
    padding: 58px;
}
@media only screen and (max-device-width: 480px)
{
    .content-ministry
    {
        padding-bottom: 23px;
    }
}
.header-title
{
    text-align: center;
    margin-top: -7px;
}
.header-title h3
{
    font-size: 20px;
}
.header-title h4
{
    font-size: 18px;
    padding-bottom: 2px;
}
.fa-arrow-left
{
    font-size: 19px;
}
.fa-print
{
    font-size: 19px;
    cursor: pointer;
}
.topdate
{
    text-align: center;
}
.minsw
{
    text-align: center;
}
/* breadcrumb */
#breadcrumb
{
    list-style-type: none;
    display: inline-block;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    margin-top: 22px;
    margin-bottom: -4px;
    padding-left: 0px;
}

#breadcrumb li
{
    float: left;
}

#breadcrumb li a
{
    color: #fff;
    display: block;
    background: #f5821f;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}
#breadcrumb li:nth-child(even) a:before
{
    border-left-color: transparent;
}

#breadcrumb li:first-child a
{
    padding-left: 15px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before
{
    border: none;
}

#breadcrumb li:last-child a
{
    padding-right: 15px;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after
{
    border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after
{
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #f40c81;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before
{
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after
{
    left: 100%;
    border-color: transparent;
    border-left-color: #f5821f;
}

#breadcrumb li a:hover
{
    background: #18262d;
}

#breadcrumb li a:hover:before
{
    border-color: #18262d;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after
{
    border-left-color: #18262d;
}
#breadcrumb .active-bread
{
    color: #fff;
    display: block;
    background: #48ada5;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}
#breadcrumb .active-bread:nth-child(even) .active-bread:before
{
    border-left-color: transparent;
}

#breadcrumb .active-bread:first-child .active-bread
{
    padding-left: 15px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb .active-bread:first-child .active-bread:before
{
    border: none;
}

#breadcrumb .active-bread:last-child .active-bread
{
    padding-right: 15px;
    border-radius: 0 4px 4px 0;
}

#breadcrumb .active-bread:last-child .active-bread:after
{
    border: none;
}

#breadcrumb .active-bread:before, #breadcrumb .active-bread:after
{
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #48ada5;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb .active-bread:before
{
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb .active-bread:after
{
    left: 100%;
    border-color: transparent;
    border-left-color: #48ada5;
}
.printnewss img
{
    width: 100%;
    height: 381px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-top: 25px;
}
.crumb11
{
    padding-left: 0px;
    padding-right: 0px;
}
.crumb11 a
{
    text-decoration: none;
}

.gal_right img
{
    height: 129px;
}
