@font-face{
	font-family: Corbert-Bold;
	src: url(../fonts/Corbert-Bold.otf);
}
@font-face{
	font-family: Corbert-Regular;
	src: url(../fonts/Corbert-Regular.otf);
}
.nomargin{
	margin: 0 !important;
}
.nopadding{
	padding: 0 !important;
}
body{
	font-family: Corbert-Regular;
}
.navbar{
	background: rgb(39, 37, 50);
}
.navbar .btn{
background-color: transparent;
	color: #fff;
	border: 0;
}
.navbar .btn:focus{
	outline: none;
}
.navbar .container-fluid{
	padding-left: 0;
	box-shadow: none;
}
.info{
	
}
.info ul{
	margin-bottom: 0;
}
.info li{
    display: inline-block;
    color: #fff;
    margin-left: 12px;
    font-size: 14px;
}
.info li a{
	position: relative;
	color: #fff;
	padding: 0 5px;
}
.info li a span{
	position: absolute;
    top: -10px;
    font-size: 10px;
    background: #ff5400;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    right: -7px;
}
.main{
	background-size: 100% !important;
}
.top_section{
	color: #fff;
}
.top_section img{
	margin-bottom: 15px;
}
.top_section h3{
	font-size: 21px;
	margin-bottom: 20px;
}
.top_section h4{
	font-size: 19px;
	margin-bottom: 20px;
}
.top_section p{
	
}
.top_section form{
	width: 75%;
	margin: 0 auto;
	margin-top: 65px;
}
.top_section form.register{
	width: 100%;
	margin-top:30px;
}
.top_section .form-control{
	background: rgba(255,255,255,0.2);
	border: none;
	border-radius: 10px;
	margin-bottom: 45px;
	height: 45px;
	color: #fff;
}
.top_section form.register .form-control{
	margin-bottom: 15px;
}
.top_section form.register textarea{
	height: 120px !important;
	max-height: 120px;
	max-width: 100%;
}
.top_section form.register select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.top_section .form-control::-webkit-input-placeholder{
    color:#fff;
}

.top_section .form-control:-moz-placeholder{
    color:#fff;
}

.top_section .form-control::-moz-placeholder{
    color:#fff;
}

.top_section .form-control:-ms-input-placeholder{
    color:#fff;
}
.top_section  input[type="checkbox"] {
    display:none;
}
.top_section  input[type="checkbox"] + label{
	margin-right: 0;
	float: right;
}
.top_section  input[type="checkbox"] + label span {
    display:inline-block;
    width: 19px;
    height: 30px;
    margin:-2px 0 0 15px;
    vertical-align:middle;
    background:url(../images/check.png) 0 -22px no-repeat;
    cursor:pointer;
}
.top_section  input[type="checkbox"]:checked + label span{
    background: url(../images/check.png) 0 2px no-repeat;
}
	.top_section a.btn {
		background: #888888;
		color: white;
		width: 320px;
		text-transform: uppercase;
		margin-top: 25px;
		border-radius: 10px;
	}
.top_section .row .col-6 a{
	text-align: left;
	color: #fff;
	float: left;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: absolute;
    top: 48px;
    height: calc(110vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
	width: 100%;
}
.dashboard .sidebar{
	background-size: cover !important; 
	padding:50px 0 80px 0; 
	background-repeat: no-repeat;
	    height: auto !important;
}
.dashboard .sidebar img{
    width: 150px;
    margin: 0 auto;
    display: block;
}
.dashboard .sidebar .nav{
	padding-left: 15px;
    margin-top: 50px;
}
.dashboard .sidebar .nav li{
	padding: 15px 0;
}
.dashboard .sidebar .nav li a{
	color:#fff;
	font-size: 0.9rem;
}
.dashboard .sidebar .nav li a:hover{
	text-decoration: none;
	color: #d08910;
}
.dashboard .sidebar .nav li a i{
	margin-right: 10px;
}
.dashboard_detal {
    background: #f7f9f9;
    padding-bottom: 35px;
}
.top_dash{
	background: #fff;
    padding:1.5rem;
}
.top_dash h2{
	font-family: Corbert-Bold;
    font-size: 22px;
    margin-bottom: 0;
}
.dashboard_detal form{
	margin:0 15px;
	margin-top: 50px;
}
.dashboard_detal form label{
	
}
.dashboard_detal form label sup{
	color: #ff0000;
}
.dashboard_detal .form-control {
    background-color: rgb(231, 232, 232);
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-bottom: 11px;
    margin-bottom: 50px;
}
.dashboard_detal .form-control::-webkit-input-placeholder{
    color:#848484;
}

.dashboard_detal .form-control:-moz-placeholder{
    color:#848484;
}

.dashboard_detal .form-control::-moz-placeholder{
    color:#848484;
}

.dashboard_detal .form-control:-ms-input-placeholder{
    color:#848484;
}
.dashboard_detal .btn{
	border-radius: 0;
	text-transform:uppercase;
	color: #fff;
	border: 0;
	background-color: #0054a6;
	font-size: 12px;
	padding: 8px 35px;
}
/*-----------------------*/
.footer{
	background-color: #272532;
	padding: 80px 0 0 0;
	color: #f0f0f0;
	font-size: 0.85rem;
}
.footer img{
	margin-bottom: 25px;
}
.footer h4{
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 25px;
}
.footer ul li{
	line-height: 30px;
}
.footer ul li, .footer ul li a{
	text-transform: uppercase;
}
.footer a{
	color: #f0f0f0;
}
.footer ul.list-inline li{
	display: inline-block;
	margin-right: 10px;
}
.copy{
	background-color: rgba(0,0,0,0.3);
	padding: 15px 0;
	margin-top: 15px;
}
.copy p{
	margin-bottom: 0;
}
.proj_detail{
	margin-top: 35px;
	margin-bottom: 25px;
}
/*----------------*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
	width: 100%;
    font-size: 0.8rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 12px;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff !important;
    background-color: #002e5d;
    text-transform: unset;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
.left_bar{
	background: rgba(0,0,0,.02);
    height: 100%;
}
.left_bar .custom-control{
	margin-top: 25px;
}
.left_bar .js{
	margin-top: 25px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: url(../images/bg.jpg);
	background-size: cover;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(0,0,0,0.5);
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
    color: #fff;
	text-decoration: none;
}
#sidebar ul li a:hover {
    color: #fff;
    background:rgba(0,0,0,1);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: rgba(0,0,0,0.5);
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
	content: '\f107';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 0.9em;
}
a[aria-expanded="true"]::before {
   content: '\f106';
	 
}


#sidebar li ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(0,0,0,0.5);
}

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: calc(100% - 250px);
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}