﻿/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";



main {
    background: #ffffff;
}
.text-small {
    font-size: 10px!important;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #000000;
}

.news-post {
    
}

.news-post ul#js-news{
    list-style: none;
}
ul#js-news li{
    border-bottom: 1px solid #c76707;
    padding: 5px;
}
/*.h1, h1 {
    
    font-size: 10vw!important;
}*/
.h3, h3 {
    font-size: 1.3rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
    text-align: justify;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px;
    background: #114634;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.dropdown-menu {
    top: 94%;
    border-radius: 0px;
}

.dropdown-item {
    border-bottom: 1px solid #FF8000;
}

    .dropdown-item:hover {
        background-color: #f19f4d;
    }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/*Body Style*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 786) {
    .boxed-page {
        margin: 0 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px and 1199px) {
    .boxed-page {
        margin: 0 3%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .boxed-page {
        margin: 0 3%;
    }
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */



.wrapper {
    display: flex;
    /*width: 100%;*/
    /*align-items: stretch;
    perspective: 1500px;*/
}

.boxed-page {
    position: relative;
    /*width: 1100px;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.top-bar.dark-bar {
    background-color: #040b6a;
    border-bottom: 0;
}

.top-bar .contact-details li {
    display: inline-block;
}

    .top-bar .contact-details li a {
        font-size: 12px;
        display: block;
        line-height: 32px;
    }

.top-bar.dark-bar a {
    color: #ffffff;
}

ul.social-list {
    float: right;
    list-style: none;
}

    ul.social-list li {
        float: left;
    }

        ul.social-list li a {
            display: inline-block;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

.top-bar.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255,255,255,.08);
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

#sidebar {
    /*min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;*/
    /*transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;*/
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1245575999;
    background: #f18111;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
        /*margin-left: -250px;*/
        /*transform: rotateY(100deg);*/
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F44336;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386D5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1245575998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

.newspanel {
    padding: 10px;
    border-radius: 10px;
    background: antiquewhite;
}

    .newspanel ul li {
        text-align: justify;
        border-bottom: 1px solid gray;
        padding: 5px;
    }

#sidebar .sidebar-header {
    padding: 20px;
    background: #444444;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a
 {
    color: #fff;
    background: #444444;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /*display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);*/
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

.tag-line {
    font-size: 15px;
    text-align: center;
    display: block;
}

main section {
    padding: 10px;
}

.mobile-title {
    margin-left: 15px;
}

footer {
    background-color: #222;
    padding-top: 2%;
    border-top: 4px solid #555;
    color: #ccc;
}

    footer p {
        color: #ccc;
    }

ul.footer-nav {
    float: right;
}

    ul.footer-nav li {
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

        ul.footer-nav li a:hover {
            color: #fff;
        }

        ul.footer-nav li a {
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

.carousel-control-next-icon, .carousel-control-prev-icon {
    /*display: inline-block;
    width: 20px;
    height: 20px;
    background: #ff8000 no-repeat center center;
    background-size: 100% 100%;*/
}

.nav navbar-nav {
}

.nav .nav-item {
    padding-top: 10px;
}

    .nav .nav-item:last-child {
        padding-top: 0px;
    }

.dropdown:hover > .dropdown-menu {
    display: block;
}

ul.breadcrumbs {
    float: right;
    margin-top: 10px;
    list-style: none;
}

    ul.breadcrumbs li:first-child {
        margin: 0;
    }

    ul.breadcrumbs li {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        font-weight: 300;
        margin-left: 3px;
        color: #999;
        float: left;
    }

        ul.breadcrumbs li:first-child:before {
            content: '';
            margin: 0;
        }

        ul.breadcrumbs li:before {
            content: '/';
            margin: 0 4px 0 2px;
            color: #bbb;
        }

        ul.breadcrumbs li a:hover {
            color: #f36510;
        }

        ul.breadcrumbs li a {
            color: #666;
            font-weight: 600;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

.widget ul {
    list-style: none;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}

.widget-categories ul li a:hover {
    padding-left: 8px;
    color: #ff8000 !important;
}

.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts {
    background-color: #f7d67a;
    padding: 10px;
}

    .sidebar .widget-popular-posts li {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
    }

.sidebar .widget h4 .head-line {
    position: absolute;
    left: 5%;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0;
}

.right-sidebar {
    border-right: 1px solid gainsboro;
}

.sidebar {
    margin-bottom: 30px;
}

/* Flash class and keyframe animation */
.flashit
{
     color:#fff;
     -webkit-animation: flash linear 1s infinite;
     animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
/* Pulse class and keyframe animation */
.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}

/*@media (max-width:575.98px) {
    .newspanel {
        float: right;
    }
}*/



.new i {
  animation: blinker 1s linear infinite;
    background: yellow;
    color: black;
    position: relative;
    top: -15px;
    /* right: 18px; */
    left: -19px;
    padding: 5px;
    border-radius: 50%;
    font-weight: bold;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.m-title{
   font-size:3.5rem;
}
.btn-round {
    border-radius: 30px;
}
.callout-section{
    padding: 40px 0px;
}
.section > div.container-fluid {
    padding: 30px;
}
div#divaboutscheme {
    background-image: url('../images/intro-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
div#divaboutschemeprocess {
    background-image: url('../images/process-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#divaboutscheme p, #divaboutscheme h5, #divaboutscheme ol li {
    color: white !important;
}
#divaboutschemeprocess p, #divaboutschemeprocess h5, #divaboutschemeprocess ol li, #divaboutschemeprocess ul li,
#divaboutscheme-state p, #divaboutscheme-state h5, #divaboutscheme-state ol li, #divaboutscheme-state ul li,
#divaboutseatallotmentprocess p, #divaboutseatallotmentprocess h5, #divaboutseatallotmentprocess ol li, #divaboutseatallotmentprocess ul li {
    color: white !important;
    text-align: justify;
}
#divaboutscheme-state {
    background-image: url('../Content/bg/state-about.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#divaboutscheme-state ul, #divaboutseatallotmentprocess ul{
   margin: 0;
   padding: 0;
}
#divaboutseatallotmentprocess {
    background-image: url('../Content/bg/process-bg-state.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.program-cateory {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
    .program-cateory>div {
        /*border: 1px solid rgb(255 128 0 / .8);*/
        /*border-bottom: 2px solid rgb(0 0 0 / .8);
        border-top: 2px solid rgb(9 3 78 / .9);*/
        /*display: table-cell;*/
        /*padding: 20px;*/
        /* background: rgb(255 128 0 / .8); */
        /*box-sizing: border-box;*/
        
    }
        .program-cateory >div a i, .program-cateory >div a span {
            text-align: center;
            display: list-item;
            color: #06042d;
        }
        .program-cateory >div a>span {
           /* margin-top:30%;*/
        }
        .program-cateory>div> a {
            display: block;
            color: #0d084c;
            /*line-height: 150px;*/
            font-size: 1.2rem;
            text-align: center;
            /* float: left; */
            
           
            border-radius: 50%;
            /*margin: 0px -18px;
            border: 1px solid rgb(9 3 78 / .9);*/
        }
            .program-cateory li a:hover {
                color: #0d084c;
                font-weight: bolder;
                transform: scale(1.2);
               /* border: 1px solid rgb(255 128 0 / .8);*/
            }

    .program-cateory > div > a > p > span::before {
        color: white;
        border-radius: 50%;
        /* text-align: center; */
        display: inline-block;
        position: relative;
        /* font-size: 1vw; */
        padding: 20px;
        height: 7vw;
        width: 7vw;
        font: normal normal normal 3.5vw FontAwesome;
    }

    .program-cateory > div > a > p > span#one::before {
        content: "\f085";
        background: rgb(60 60 60);
    }
    .program-cateory > div > a > p > span#two::before {
        content: "\f0f8";
        background: #23865d;
    }
    .program-cateory > div > a > p > span#three::before {
        content: "\f0f0";
        background: #2f95b3;
    }
    .program-cateory > div > a > p > span#four::before{
        content: "\f277";
        background: #dc2994;
    }
    .program-cateory > div > a > p > span#five::before{
        content: "\f19d";
        background: #55a02e;
    }

    .program-cateory > div > a > p > span#six::before{
        content: "\f2d9";
        background: orange;
    }

    .program-cateory > div > a:hover {
        color: #0d084c;
        /*font-weight: bolder;*/
        transform: scale(1.2);
    }


ul#js-news li, .js-news li {
    border-bottom: 1px solid #383736;
    padding: 8px;
}
    ul#js-news li, .js-news li:last-child {
        border-bottom:none;
    }
.colorlib-widget h4 {
    border-bottom: 1px solid #383736;
    padding-bottom:5%;
}
    .social {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.social li {
    float: left;
    margin-right: 10px;
}
.social li a i {
    font-size: 2em;
}
/* .social li.facebook a:hover{color: #3b5998 !important;}
.social li.twitter a:hover{color: #00acee !important;}
.social li.whatsapp a:hover{color: #25d366 !important;} */
.social li.facebook a {
    color: #3b5998 !important;
}

.social li.twitter a {
    color: #00acee !important;
}
.social li.youtube a {
    color: #c00 !important;
}

.social li.whatsapp a {
    color: #25d366 !important;
}


.member_counter .single_member_counter span {
   
    font-weight: 700;
    color: #ff5e13;
    /* display: block; */
    /* float: left; */
    /* padding-right: 30px; */
    /* line-height: 57px;*/
}

.member_counter .single_member_counter h4 span {
    font-size: 16px;
    color: #83868c;
/*    display: block;
*/    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    /* line 17, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_member_counter.scss */
    .member_counter .single_member_counter span {
        line-height: 67px;
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* line 17, /Applications/MAMP/htdocs/palash/cl/july 2019/190 Pexcon Construction/190 Pexcon Construction html/sass/_member_counter.scss */
    .member_counter .single_member_counter span {
    font-size: 1.5vw;
    }
}



/*  ==========================================
    News marquee
    ===========================================
*/

.notice-bar {
    border-top: 1px solid #c5bcb2;
}
.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
*/}

.simple-marquee-container {
    width: 100%;
    background: black;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

    .simple-marquee-container .marquee-sibling {
        padding: 0;
        background:rgb(255 128 0);
        width: 5%;
        height: 45px;
        line-height: 42px;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        float: left;
        left: 0;
        z-index: 2000;
    }

    .simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
        display: inline-block;
        white-space: nowrap;
        position: absolute;
    }

    .simple-marquee-container .marquee {
        margin-left: 25%;
    }

    .simple-marquee-container .marquee-content-items {
        display: inline-block;
        padding: 5px;
        margin: 0;
        height: 45px;
        position: relative;
    }

        .simple-marquee-container .marquee-content-items li {
            display: inline-block;
            line-height: 35px;
            color: #fff;
        }

            .simple-marquee-container .marquee-content-items li:after {
                content: "|";
                margin: 0 1em;
            }

/*==================================
    Responsive YouTube video 
=====================================
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.copyright-section {
    background-color: #353535;
}

.lSSlide li.lslide img, .lSSlide li.clone img {
    height: 100px;
}