body{
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #000;
    overflow-x: hidden;

    display:flex;
    flex-direction:column;
    min-height:100vh;
}

.section{
    padding:50px 0;
    overflow: hidden;
    position: relative;
}

.section-head{
    margin-bottom: 30px;
}

.title{
    font-weight: bold;
    text-transform: uppercase;
    color: #676767;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.title:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #e49600;
    width: 100px;
    content: "";
}

.title:before{
    position: absolute;
    left: 100px;
    bottom: 0px;
    transform: translate(-50%,50%);
    height: 10px;
    background: #e49600;
    width: 10px;
    border-radius: 50%;
    content: "";
}

h1,h2,h3,h4,h5,h6,p{
    margin:0;
}

p{
    font-size: 14px;
}

a{
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #333333;
}

a:focus, a:hover {
    text-decoration: none;
}

ul,ol{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.margin-bottom-0{
    margin-bottom: 0 !important;
}
.margin-bottom-5{
    margin-bottom: 5px !important;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.margin-bottom-25{
    margin-bottom: 25px !important;
}
.margin-bottom-30{
    margin-bottom: 30px !important;
}
.margin-bottom-40{
    margin-bottom:40px !important;
}

.margin-bottom-50{
    margin-bottom:50px !important;
}

.color-red{
    color: red;
}


/**
 * Scrollbar
 */
/*::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track { 
    -webkit-box-shadow: inset 0 0 6px #ccc;
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: red;
    outline: 1px solid slategrey;
}*/

/**
 * Scrollbar
 */


/************************************ prelaoder starts***************************************/
/*****************************************************************************************/
.loader{
    position: fixed;
    height: 100vh !important;
    width: 100%;
    background: white;
    z-index: 9999999;
}

.status{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

}
/************************************ prelaoder end***************************************/
/*****************************************************************************************/



/************************************ back to top start***************************************/
/*****************************************************************************************/
.tap-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #e49600;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 6px 1px #423636;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 999;
    display: none;
}

.tap-top i
{
    line-height:45px;
    }

.tap-top:hover{
    box-shadow: 0 0 10px 0 #000;
}
/************************************ back to top end***************************************/
/*****************************************************************************************/




/************************************ header starts***************************************/
/*****************************************************************************************/
.wrapper-header{
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.headline{
    color: white; 
    padding: 5px 0;    
    border-bottom: 1px solid #ffffff52;
    background: #040a2c;
}

header{
    padding: 10px 0;
    position: relative;
    background-color: #eaf1fa;
}

header .logo{
    max-width: 200px;
}

header .website-name h1 {
    color: #040a2c;
    font-weight: bold;
    padding: 25px 0 0;
    text-shadow: 0px 7px 10px #4a4a4a;
}

header .website-name img.flag-img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

header .header-links{
    align-items: center;
}

header .header-links li{
    float: left;
    width: calc(100%/3);
}

header .header-links li a{
    display: block;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    background: #e49600;
    margin: 5px;
    height: 45px;
    color: white;
    position: relative;
    font-weight: 600;
}

header .header-links li a:hover{
    background: #040a2c;
}

header .header-links li a span{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

header .header-links li a small{
    display: block;
    font-size: 10px;
    font-weight: 400;
}


/************************************ header starts***************************************/
/*****************************************************************************************/

.menubar {
    background: #040a2c;
    transition:.3s ease-in-out;    
}

.stickytop{
    position:sticky;
    position:-webkit-sticky;
    top :0px;
    z-index:1;
}

/*.menubar.sticky
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    transition:.3s ease-in-out;
    z-index: 999;    
}*/

.menubar .navbar{   
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    min-height: auto;
}

.navbar-nav{
   width: 100%;
   margin: 0;
}

.navbar li{
    position: relative;
}

.navbar li a{
    display: inline-block;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    padding: 15px 12px;
    font-weight: 600;
}

.navbar li a:hover,.navbar li.active a{
    color: #e49600;
}

.main-menu .sub-menu{
    padding: 10px 0;
    background: #040a2c;
    position: absolute;
    border-top: 2px solid #e49600;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 999;
    min-width: 225px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .09);
    transform-origin: 0 0;
    transition: all 500ms ease-in-out;
}

.sub-menu li a{
    font-size: 12px;
    display: block;
}


.main-menu li:hover .sub-menu{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.sub-menu li a:hover{
    color: white;
    background: #e49600;
}


/************************************ menubar starts***************************************/
/*****************************************************************************************/





/************************************ main-slider starts***************************************/
/*****************************************************************************************/
.main-slider{
    margin-top: -5px;
}

.main-slider .item{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slider .item:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.2);
    z-index: 1;
}

.main-slider .owl-prev{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    line-height: 50px;
    color: white;
    font-size: 20px;
    text-align: center;
    transition: .3s all;
}

.main-slider .owl-next{
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    line-height: 50px;
    color: white;
    font-size: 20px;
    text-align: center;
    transition: .3s all;
}

.main-slider .owl-prev:hover,.main-slider .owl-next:hover{
    background: #040a2c;
}
/************************************ main-slider ends***************************************/
/*****************************************************************************************/




/************************************ about-section start**********************************/
/*****************************************************************************************/
.about .title span{
    font-size: 15px;
    color: gray;
    font-weight: 400;
}

.about .content p{
    text-align: justify;
}

.news{
    background: url(../images/pattern-bg.png) repeat;
}

.news-content marquee{
    height: 150px;
    margin-bottom: 30px;
}

.news-content .news-data{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-content .news-data span.date{
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
    text-transform: capitalize;
    display:  block;
}

.news-content .news-data a{
    display:  block;
    text-align: justify;
}

.news-content .news-data a:hover{
    text-decoration: underline;
}

.custom-btn{
    display: inline-block;
    padding: 0 25px;
    background: #e49600;
    color: white;
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    border-radius: 0;
    transition: .3s all;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border:0;
}

.custom-btn:hover{
    background: #040a2c;
    color: white;
}

.highlight .content a{
    display: block;
}

.highlight .content a:hover{
    text-decoration: underline;
}

.zigzag {
  position: relative;
  z-index: 1;
  display:none;
}
.zigzag:before, .zigzag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.zigzag:before {
    height: 12px;
    top: 110%;
    background: linear-gradient(-135deg, #f6f6f8 8px, transparent 0) 0 8px, linear-gradient(135deg, #f3f2ee 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}
.zigzag:after {
    height: 16px;
    top: 100%;
    background: linear-gradient(-135deg, #ececec 8px, transparent 0) 0 8px, linear-gradient(135deg, #f6f6f8 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;

}

/************************************ about-section ends**********************************/
/*****************************************************************************************/

.form-control{
    height: 44px;
    border-radius: 0;

}

.form-control:focus{
    box-shadow: none;
    border-color: #e49600; 
}


/*footer start*/
.footer-top{
    background: #040a2c;
    border-bottom: 1px solid;
}

.footer-top .title{
    color: #e49600;
}

.footer-top ul li a{
    color: #656565;
    font-size: 14px;
    padding:5px 0;
    display: inline-block;
    text-transform: capitalize;
}


.footer-top ul li a:hover{
    color: #e49600;
    padding-left: 5px;
}

.footer-top ul li a i{
    margin-right: 10px;
}

.footer-bottom{
    color: #656565;
    padding: 20px 0;
    background: #040a2c;
    text-transform: capitalize;
}

.footer-bottom p{
    font-size: 14px;
}

.footer-bottom p a{
    color: white;
}
.footer-bottom p a:hover{
    text-decoration: underline;
    color: white;
}

/*footer end*/




/*about us page start*/
.inner-page.wrapper-header{
    position: relative;
    top: 0;
    /*background: black;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febf01+0,ff7802+100 */
    background: #febf01; /* Old browsers */
    background: -moz-linear-gradient(left, #febf01 0%, #ff7802 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #febf01 0%,#ff7802 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #febf01 0%,#ff7802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#ff7802',GradientType=1 ); /* IE6-9 */
}

.breadcrumb-container{
    list-style: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.breadcrumb{    
    padding: 15px 15px;
    border-radius: 0;
    margin-bottom: 0
}

.breadcrumb li{    
    text-transform: capitalize;
}

.about-us-content img{
    margin-right: 10px;
    float: left;
    width: 40%;
}
.about-us-content p{
    text-align: justify;
}

.disclaimer, .bg-pattern{
    background: url(../images/pattern-bg.png) repeat;
}
/*about us page end*/




/*registration form start*/
.registration-form{
    margin-top: 20px;   
}

#smartwizard
{
    margin:30px 0;
    }
    
.sw-theme-arrows .step-content {
    padding: 50px 30px;
}

label {
    text-transform: capitalize;
}

select,select option{
    text-transform: capitalize;
}

.amount-box{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.due-list .content{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
}

/*registration form end*/



/*download page start*/
.downloads a{
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.downloads a i{
    position: absolute;
    left: 0;
    top: 3px;
}

.press-list .content{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    position: relative;
    padding-left: 30px;
}

.press-list .content:after,.due-list .content:after{
    content: "\f0a4";
    position: absolute;
    font-family: fontAwesome;
    top: 8px;
    left: 0;
    font-size: 16px;
}

.press-list .content a span{
    display: block;
    font-size: 12px;
    color: #4f4f4f;
}

/*.press-list .content{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}*/


/*download page end*/




/*bar member list page start*/

.flex{
    display: flex;
    height: 100%;
}

.member-list .content-box{
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    background: white;
    box-shadow: 0 0 23px 0px #ccc;
    height: 100%;
}

.content-box .member-image{
    float: left;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.content-box .member-detail{
    padding-left: 200px;    
}

.content-box .member-detail h5{
    margin-bottom: 5px;    
}

.content-box .member-detail p{
    margin-top: 5px;    
    word-break: break-word;
}

.content-box .member-detail p a{
    color: #040a2c;
    text-transform: capitalize;  
}
/*bar member list page end*/



/*gallery page*/
ul.gallery li{
    float: left;
    padding: 5px;
    width: 20%;
    height: 200px;
    overflow: hidden;
}

ul.gallery li a{
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;       
}


.folder
{
    text-align:center;
    margin-bottom:30px;
}

.folder .folder-image{
    height: 130px;
    width: 130px;
    background-color: #ffc046;
    position: relative;
    margin: auto;
    box-shadow: 0 0 10px #767676;
    margin-bottom:30px;
}


.folder .folder-image:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    transform: skewY(10deg);
    transform-origin: top left;
    background: #ffc046;
    box-shadow: 0 0 10px #767676;
}

.folder-name
{
    text-transform:capitalize;
    color:Black;
    font-size:20px;    
    
}


/*gallery page*/




/*contact-us page*/
.address-detail h4{
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}
.address-detail h5{
    color: #0f70b8;
    font-weight: bold;  
    margin-bottom: 5px;
}

.address-detail span{
    color: black;
    margin-bottom: 5px;
    display: block;
}

.address-detail a{
    font-weight: bold;
    word-break: break-all;
}

/*contact-us page*/


/*dashboard page*/

.dashboard .dashboard-box
{
    background:#040a2c;
    padding:30px 20px;
    box-shadow:0 0 10px #666666;
    display:block;
    color:White;
    margin-bottom: 30px;
    text-align:center;
    transition:.3s all;
} 

.dashboard .dashboard-box:hover
{
    background:#e49600;
} 

.dashboard .dashboard-box img{
    max-width:60px;
    margin-bottom:10px; 
}
    
.dashboard .dashboard-box h3{
    font-size:30px
}

/*dashboard page*/




/*user-detail page*/
.sidebar{
    background: white;
    box-shadow: 0 0 10px #cccccc;
    padding: 20px;
    border-radius: 4px;
}

.sidebar ul li a{
    display: inline-block;
    padding:10px;
    text-transform: capitalize;
    font-size: 16px;    
}

.sidebar ul li p
{
    position:relative;
    border-bottom: 1px solid #ededed;
    padding-right: 30px;
    cursor:pointer;
    }

.sidebar ul li i
{   
    position:absolute;
    top:50%;
    right:15px;
    color:Black;
    font-size:15px;
    transform: translateY(-50%);
    }


.sidebar > ul > li > p:hover,
.sidebar > ul > li.active > p{
    background: #040a2c;
}

.sidebar > ul > li > p:hover a,.sidebar > ul > li.active > p a,
.sidebar > ul > li > p:hover i,.sidebar > ul > li.active > p i{
    color: white;
}

.sidebar  ul.subcategory{
    padding-left:20px;
    display:none;
}

.sidebar  ul.subcategory  li:not(:last-child)
{
    border-bottom: 1px solid #ededed;
    }


.sidebar  ul.subcategory  li p:hover a{
    color:White;
}

.sidebar  ul.subcategory  li p:hover{
    background: #040a2c; 
}



.sidebar  ul.subcategory  li.active  a{
    background: none;
}   

.sidebar ul li:last-child a{
    border-bottom: 0;
}

header ul.username {
    text-align: right;
}

header ul.username > li{
    display: inline-block;
    padding:10px 20px;
    text-align:left;
}

header ul.username > li > a{
    display: block;
    padding: 10px 0;
    color: #040a2c;
    font-size: 16px;
}

header ul.username > li a img{
    max-width: 60px;
    border-radius: 50%;
    padding: 3px;
    background: white;
    box-shadow: 0 0px 20px 0px #787878;
    margin-right: 0px;
    float: left;
}

header ul.username > li a p{
    padding-left: 75px;
    text-align: left;
    padding-top: 7px;
}

header ul.username > li > a small{
    display: block;
}


header ul.username > li .dropdown-menu{
    width: 100%;
    padding: 10px 0;
    background: #040a2c;
    border: 0;
}

header ul.username > li .dropdown-menu:after{
    position: absolute;
    content: "";
    top: 0;
    left: 40px;
    transform: translateY(-100%);
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #040a2c;
}

header ul.username > li .dropdown-menu li{
    display: block;
}

header ul.username > li .dropdown-menu li a{
    text-transform: capitalize;
    color: white;
    font-size: 14px;
    padding: 15px 12px;
    font-weight: 600;
}
header ul.username > li .dropdown-menu li a:hover {
    color: white;
    background: #e49600;
}


.contact-line
{
    background: #f9f9f9;
    padding: 15px 0;
    color: #777;
    border-bottom: 1px solid #e4e4e4;  
 }


.page-title
{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #040a2c;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;    
    
}


.section-head .separator {
    display: inline-block;
    background-color: #040a2c;
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: relative;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 30px;
}


.section-head .separator:before {
    position: absolute;
    right: -60px;
    top: -30px;
    width: 60px;
    height: 2px;
    background-color: #040a2c;
    content: '';
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section-head .separator:after {
    position: absolute;
    left: -60px;
    top: 60px;
    width: 60px;
    height: 2px;
    background-color: #040a2c;
    content: '';
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*user detail page*/



/*educational detail*/

.add-education-detail
{
    padding:20px;
    border:1px solid #d4d4d4;
    margin-bottom:10px;
    
    }
    
    

/*Check box*/

/*input[type="checkbox"]{
    display: none;
}*/
input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}

input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #040a2c;
    -webkit-animation: effect 250ms ease-in;
            animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
    color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}


@-webkit-keyframes effect{
    0%{-webkit-transform: scale(0);transform: scale(0);}
    25%{-webkit-transform: scale(1.3);transform: scale(1.3);}
    75%{-webkit-transform: scale(1.4);transform: scale(1.4);}
    100%{-webkit-transform: scale(1);transform: scale(1);}
}


@keyframes effect{
    0%{-webkit-transform: scale(0);transform: scale(0);}
    25%{-webkit-transform: scale(1.3);transform: scale(1.3);}
    75%{-webkit-transform: scale(1.4);transform: scale(1.4);}
    100%{-webkit-transform: scale(1);transform: scale(1);}
}

.table thead
{
    background: #e49600;
    color: white;
}
    
.dataTables_paginate.paging_simple_numbers,.dataTables_filter
{
    text-align:right;
}


.dataTables_paginate .pagination
{
    margin:0;
    }
    
.dataTables_wrapper
{
    margin-top:30px
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e49600;
    border-color: #e49600;
}

.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: white;
    background-color: #e49600;
    border-color: #e49600;
}





/*educational detail*/



/*photo upload*/

.photo-upload
{
    position:relative;
    display:block;    
}


.photo-upload:after
{
    position: absolute;
    content: "\f030";
    font-family: fontAwesome;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 35px;
    opacity:0;
    transition:.3s all;
    cursor:pointer;
}

.photo-upload:hover:after
{
    opacity:1;
    }

.photo-upload img
{
    width:100%;  
}

/*photo upload*/






.login-form
{
    width:40%;
    background:white;
    padding:50px 30px;
    box-shadow:0 0 10px #ccc;
    border-radius:10px;
    margin:auto;
}



.logo-image img
{
    max-width:100px;
    margin:0 auto 20px;
}


.alert.fixed {
    position:fixed;
    right:0;
    top: 40%;
    width:300px;
    text-align:center;
    color:black;
    height:auto;
    z-index:99999;
}

.select2-container--default{
    border: 1px solid #ccc!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    background: #fff!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px;
    right: 11px;
}
.select2-selection--single:focus{
  outline: none;
}
