body{
	position:relative!important;
	top:0!important;
	padding-top:0!important;
	background-color:rgb(232, 238, 241);
	font-family:'Raleway', sans-serif;
    font-size:0.9rem;
}
*{
	outline:none; 
}
a{
	text-decoration:none!important;
	color:rgb(17, 4, 1);
	transition:0.3s;
}
a:hover, a:focus{
	color:rgb(2, 136, 209);
}
.form-control{
	padding:0.65rem 1.25rem;
	color:rgb(17, 4, 1);
	border:1px solid #ddd;
	border-radius:10rem;
	height:auto;
    transition:0.3s;
}
.form-control:focus{
	color:rgb(17, 4, 1);
    border:1px solid rgb(2, 136, 209);
    box-shadow:0 0 0 0.2rem rgb(2, 136, 209);
}
textarea.form-control{
	height:auto;
	border-radius:1rem;
}
.btn{
	padding:0.65rem 1.5rem;
    border-radius:10rem;
	box-shadow:0 1px 3px #0003;
}
.btn-link, .btn-link:hover, .btn-link:focus{
    color:#fff;
    box-shadow:none!important;
}
.btn-default{
	background-color:#fff!important;
	border-color:#fff!important;
	color:#000;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
	box-shadow: 0 0 0 0.2rem #fff!important;
}
.btn-outline-default{
	color:#fff!important;
	border-color:#fff!important;
	background-color:transparent!important;
}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active{
	background-color:#fff!important;
	color:#000!important;
	box-shadow: 0 0 0 0.2rem #fff!important;
}
.btn-primary{
	background-color:rgb(255, 87, 34)!important;
	border-color:rgb(255, 87, 34)!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	box-shadow: 0 0 0 0.2rem rgb(232, 238, 241)!important;
}
.btn-outline-primary{
	color:rgb(255, 87, 34)!important;
	border-color:rgb(255, 87, 34)!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
	background-color:rgb(255, 87, 34)!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(232, 238, 241)!important;
}
.btn-success{
	background-color: rgb(40, 167, 69)!important;
	border-color: rgb(40, 167, 69)!important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
	box-shadow: 0 0 0 0.2rem rgb(212, 237, 218)!important;
}
.btn-outline-success{
	color:rgb(40, 167, 69)!important;
	border-color:rgb(40, 167, 69)!important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active{
	background-color:rgb(40, 167, 69)!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(212, 237, 218)!important;
}
.btn-info{
	background-color: rgb(23, 162, 184)!important;
	border-color: rgb(23, 162, 184)!important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
	box-shadow: 0 0 0 0.2rem rgb(209, 236, 241)!important;
}
.btn-outline-info{
	color:rgb(23, 162, 184)!important;
	border-color:rgb(23, 162, 184)!important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active{
	background-color:rgb(23, 162, 184)!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(209, 236, 241)!important;
}
.btn-warning{
	background-color: rgb(255, 193, 7)!important;
	border-color: rgb(255, 193, 7)!important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
	box-shadow: 0 0 0 0.2rem rgb(255, 243, 205)!important;
}
.btn-outline-warning{
	color:rgb(255, 193, 7)!important;
	border-color:rgb(255, 193, 7)!important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active{
	background-color:rgb(255, 193, 7)!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(255, 243, 205)!important;
}
.btn-danger{
	background-color: rgb(220, 53, 69)!important;
	border-color: rgb(220, 53, 69)!important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
	box-shadow: 0 0 0 0.2rem rgb(248, 215, 218)!important;
}
.btn-outline-danger{
	color:rgb(220, 53, 69)!important;
	border-color:rgb(220, 53, 69)!important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active{
	background-color:rgb(220, 53, 69)!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(248, 215, 218)!important;
}
.alert{
	color:#fff;
	border-radius:10rem;
    padding:10px 20px;
}
.alert-danger{
    background-color: rgb(220, 53, 69);
    border-color: rgb(220, 53, 69);
}
.alert-warning{
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}
.alert-info{
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
}
.alert-success{
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
}
.alert i{
	margin-right:5px;
}
.table-danger, .table-danger > th, .table-danger > td{
    background-color: rgb(248, 215, 218);
}
.table-warning, .table-warning > th, .table-warning > td{
    background-color: rgb(255, 243, 205);
}
.table-info, .table-info > th, .table-info > td{
    background-color: rgb(209, 236, 241);
}
.table-success, .table-success > th, .table-success > td{
    background-color: rgb(212, 237, 218);
}
.dropdown-toggle::after{
	display:none!important;
}
.dropdown-menu{
	border-radius:1rem;
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	border:none;
	overflow:hidden;
}
.dropdown-item{
	border-bottom:1px solid #ddd;
	padding:10px 15px;
    font-weight:300;
	cursor:pointer;
	transition:0.3s;
}
.dropdown-item:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.dropdown-item:hover, .dropdown-item:focus{
	background-color:rgb(232, 238, 241);
}
.form-group{
    margin-bottom:20px;
}
label{
	font-weight:600;
	line-height:46px;
}
hr{
	border-top:1px solid #ddd;
}
.alert-dismissible .close{
	padding: 0.4rem 1.25rem;
}


.tDnD_whileDrag{
    background-color: #fff;
    box-shadow: 0 1px 5px #eee;
}
.table-sortable{
	color: #ccc;
    margin-right: 10px;
}
.btn-copy-permalink{
	cursor:pointer;
}
.permalink-value{
	text-transform:lowercase;
}
.permalink-value::selection{
  background: transparent;
}
.btn-copy-permalink i{
	transition:0.3s;
	margin-right: 5px;
}
.navbar{
	background-color:#fff;
}
.navbar .navbar-brand img{
	max-width:100px;
}.main-slider .fill{
	background-size: cover;
    height: 600px;
}
.main-slider .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#000;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.main-slider .owl-nav [class*=owl-]:hover{
	background:#ddd;
	color:#FFF;
	text-decoration:none;
}
.main-slider .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#000;
	display:block;
	transition:opacity .2s ease;
	border-radius:30px;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span{
	background:#333;
}.folders .folder{
	background-size: cover;
    padding: 120px 30px 30px;
    color: #fff;
}
@media(max-width:990px){
.folders .folder{
	margin-bottom:30px;
}	
}
.photos .photo img{
	width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
	cursor: pointer;
}.projects .project{
	position:relative;
	margin-bottom: 30px;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px #ddd;
	transition:0.3s;
}
.projects img{
	width:100%;
}
.projects .project .overly{
	opacity:0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    color: #fff;
    text-align: center;
	transition:0.3s;
}
.projects .project:hover .overly{
	opacity:1;
}
.projects .project .overly i{
	margin-top: 50%;
    font-size: 1.5rem;
    text-shadow: 0 0 2px #000;
    cursor: pointer;
}
.projects .project .url{
	height: 40px;
    background-color: #0000007a;
    display: block;
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin-top: -40px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
	transition:0.3s;
}
.projects .project:hover .url{
	background-color:#000;
}
.project-pictures .picture{
	position:relative;
	margin: 10px 0;
    background-color: #fff;
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}
.project-pictures .picture img{
	width:100%;
}
.project-pictures .picture a{
	position: absolute;
    top: -10px;
    right: -5px;
    color: red;
    font-size: 1.3rem;
}

header{
    background-color: #fff;
    padding: 20px 5px 0;
}
header .alert{
	border-radius: 0;
    margin: -20px -5px 20px;
}
header video{
	width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
header .contact-info{
	margin-bottom: 20px;
}
header .contact-info .icon{
	float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    color: rgb(255, 87, 34);
    text-align: center;
    line-height: 47px;
    font-size: 1.2rem;
    border-radius: 10rem;
}
header .contact-info .details{
	overflow: hidden;
}
header .contact-info .details p{
	margin-bottom: 2px;
    font-size: 1rem;
    font-weight: 300;
    color: #999;
}
header .call-request{
	margin-bottom:20px;
}
header .call-request .btn{
	padding: 0.75rem 2rem;
}
.navbar{
	background-color:transparent;
}
.navbar .navbar-collapse{
	justify-content: flex-end;
}
.navbar .navbar-nav .nav-link{
	font-family: 'Raleway', sans-serif;
    color: #000;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 0.95rem;
	transition:0.3s;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active{
	color:rgb(255, 87, 34);
}
.navbar .navbar-nav .nav-item:last-child .nav-link{
	padding-right:0;
}
.main-slider-panel{
	background-color:rgb(255, 87, 34);
	height:350px;
}
.main-slider-panel .main-slider .fill{
	height:350px;
}
.main-slider-panel .main-slider .fill .details{
	padding-top:50px;
}
.main-slider-panel .main-slider .fill .details h1{
	font-size: 2.5rem;
	margin-bottom:0;
	font-weight:300;
}
.main-slider-panel .main-slider .fill .details p{
	font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.e-services{
	background-color: #fff;
    padding: 30px 0 0;
}
.e-services .e-services-panel{
	border: 1px solid #ddd;
	margin-bottom:30px;
}
.e-services .e-services-panel .label{
	position: absolute;
	background-color:rgb(255, 87, 34);
	display: inline-block;
    color: #fff;
    padding: 16px 15px;
    font-weight: bold;
	margin: 5px 0 5px 5px;
}
.e-services .e-services-panel .label i{
	margin-left:5px;
}
.e-services .e-services-panel .e-services-slider{
	margin-left: 126px;
    margin-right: 40px;
}
.e-services .e-services-panel .e-services-slider .service{
	display: inline-block;
    padding: 10px;
}
.e-services .e-services-panel .e-services-slider .service img{
	float: left;
    width: 40px;
    margin-right: 5px;
}
.e-services .e-services-panel .e-services-slider .service p{
	overflow:hidden;
	margin:0;
	height:43px;
}
.e-services .e-services-panel .e-services-slider .owl-nav .owl-prev, .e-services .e-services-panel .e-services-slider .owl-nav .owl-next{
	position: absolute;
    right: -35px;
    top: 5px;
    width: 30px;
    height: 25px;
    background-color: rgb(255, 87, 34);
    color: #fff;
    text-align: center;
    line-height: 1.8;
	border-radius:0.25rem;
}
.e-services .e-services-panel .e-services-slider .owl-nav .owl-next{
	top: 32px;
}
.e-services .e-services-panel .e-services-slider .owl-dots{
	display:none;
}
.e-services .banner{
	margin-bottom: 30px;
    border: 1px solid #ddd;
    height: 63px;
    padding: 10px;
}
.e-services .banner img{
	width:100%;
	margin-top:10px;
}
.heading{
	margin-bottom:30px;
}
.heading h4{
	font-family:'Raleway', sans-serif;
	margin: 0;
	padding-bottom:10px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 1px;
	position:relative;
}
.heading h4:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: -5px;
    left: 0;
}
.heading h4:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: -7px;
    left: 0;
}
.heading h4 a{
	float: right;
    font-size: 0.8rem;
    border: 1px solid;
    padding: 6px 12px;
}
.events{
	padding:30px 0;
}
.nav-tabs .nav-link{
    font-weight: bold;
	color: #000;
    transition: 0.3s;
	border-radius:0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active{
	border-color:transparent;
	color: rgb(255, 87, 34);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: rgb(255, 87, 34);
	border: 1px solid #ddd;
    border-bottom: none;
}
.tab-content{
	background-color: #fff;
    padding: 30px 30px 0;
    border: 1px solid #ddd;
    border-top: none;
}
.events .event{
	display:none;
	position:relative;
	border:1px solid #ddd;
	margin-bottom: 30px;
}
.events .event .img-overly{
	background-color:#000;
}
.events .event .img-overly img{
	width:100%;
	transition:0.3s;
	border-bottom: 1px solid #eee;
}
.events .event .post-date{
    position: absolute;
    font-size: 12px;
    color: #fff;
    right: 0;
    top: 0;
    background-color: #0000009e;
    padding: 3px 6px;
}
.events .event .event-details{
	padding:15px;
	text-align:center;
}
.events .event .event-details h4{
	font-size: 1rem;
    height: 59px;
    overflow: hidden;
    margin: 0;
}
.page.event-details{
	padding-bottom:30px;
	text-align:center;
}
.page.historique-page{
	padding-bottom:30px;
}
.historique-page .news-details{
	position:relative;
    background-color: rgb(255, 87, 34);
    color: #fff;
    padding: 25px;
}
.historique-page .news-left .news-details:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent rgb(255, 87, 34);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.historique-page .news-right .news-details{
	text-align:right;
}
.historique-page .news-right .news-details:after{
	content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent rgb(255, 87, 34) transparent transparent;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.historique-page .news-image{
	padding:15px;
}
.historique-page .news-image img{
	width: 100%;
}
.historique-page .news-date{
    font-size: 1.2rem;
    color: #FF5307;
    line-height: 4;
}
.historique-page .news-right .news-date{
	text-align:right;
}
.historique-page .news-image{
    padding: 15px;
}
.institutions-page .institution{
	position: relative;
	margin-bottom:30px;
}
.institutions-page .institution .circle{
	position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
    border-radius: 10rem;
    background-color: rgba(255, 87, 34, 0.14);
	transition:0.3s;
}
.institutions-page .institution:hover .circle{
	top: 5px;
    left: -20px;
    width: 135px;
    height: 135px;
	background-color: rgba(255, 87, 34, 0.05);
}
.institutions-page .institution img{
	position: relative;
    width: 90px;
    margin:30px 0;
}
.list-group-item{
	border-radius:0!important;
}
.services-rattachs-page .list-group .list-group-item img{
	float: left;
    width: 90px;
	border: 1px solid #ddd;
    border-radius: 100rem;
    margin-right: 15px;
}
.services-rattachs-page .list-group .list-group-item .details{
	overflow: hidden;
	margin-top: 10px;
}
.services-rattachs-page .list-group .list-group-item .details h5{
	font-size:1rem;
}
.services-rattachs-page .list-group .list-group-item .details p{
	margin: 0;
}
.page.etablissements-sous-tutelle-page{
	padding-bottom:30px;
}
.etablissements-sous-tutelle-page .row{
	margin:0;
}
.etablissements-sous-tutelle-page .col-md-6{
	padding:0;
}
.etablissements-sous-tutelle-page .item{
	background-color:rgb(255, 87, 34);
	height: 260px;
    padding: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	text-align:center;
	color:#fff;
	box-shadow:0 0 0 1000px #b42710b8 inset;
	transition:0.3s;
}
.etablissements-sous-tutelle-page .col-md-6:first-child .item{
	box-shadow: 0 0 0 1000px #0b8a4199 inset;
}
.etablissements-sous-tutelle-page .item:hover{
	padding-top: 50px;
	box-shadow:0 0 0 1000px #b42710 inset;
}
.etablissements-sous-tutelle-page .col-md-6:first-child .item:hover{
	box-shadow: 0 0 0 1000px #0b8a41 inset;
}
.etablissements-sous-tutelle-page .item h1{
	text-transform: uppercase;
    font-weight: 700;
}
.etablissements-sous-tutelle-page .item p{
	font-size: 1.1rem;
}
.etablissements-sous-tutelle-page .item a{
	color:#fff;
	font-size:1rem;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:2px solid rgb(255, 87, 34);
	opacity:0;
	transition:0.3s;
}
.etablissements-sous-tutelle-page .item:hover a{
	opacity:1;
}
.institutions-page .institution h4{
	font-size: 1.2rem;
}
.institutions-page .institution p{
	font-size: 1rem;
    margin: 0;
}
.documents{
	padding:30px 0;
}
.card{
    background-color: #fff;
	border-radius:0;
	margin-bottom:1px;
}
.card .card-body{
    padding:30px;
}
.card-header{
    position: relative;
    background-color: rgb(255, 87, 34);
    padding: 0.8rem 1.25rem;
	cursor:pointer;
	border-radius:0!important;
}
.card-header h5{
	font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
	margin-bottom:0;
	color:#fff;
}
.card-header i{
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: rgb(17, 4, 1);
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
	border-radius:10rem;
}
.documents .document{
	margin-bottom:15px;
}
.documents .document i{
	float:left;
	margin-right:10px;
	color:rgb(2, 136, 209);
	font-size:1.1rem;
}
.documents .document .details{
	overflow:hidden;
}
.documents .document .details .date{
	color:rgb(255, 87, 34);
	display: block;
    font-weight: 600;
    line-height: 0.8;
	font-size:0.85rem;
}
.documents .document .details .title{
	color:#000;
	font-weight:600;
}
.books{
	margin-bottom:30px;
}
.books h4{
	font-size: 0.95rem;
    text-align: center;
    margin: 10px 0 0;
}
.photos{
	padding:30px 0 0;
}
.photos .photo{
	margin-bottom:30px;
	background-color: #eee;
    padding: 10px;
}
.photos .photo img{
	width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border: 0;
    border-radius: 0;
}
.photos .photo .details span{
	color: #999;
}
.photos .photo .details span i{
	margin-right:5px;
}
.photos .photo .details p{
	margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos{
	padding:30px 0 0;
}
.videos .video{
	margin-bottom:30px;
}
.videos .video img{
	width:100%;
}
.projects{
	padding:30px 0;
}
.projects .project{
	margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    box-shadow: none;
}
.projects .project:last-child{
	border: none;
    padding-bottom: 0;
}
.projects .project img{
	float: left;
    height: 150px;
    width: auto;
    margin-right: 30px;
}
.projects .project .details{
	overflow:hidden;
	min-height:150px;
}
.projects .project .details h4{
	font-size: 1.1rem;
	margin-bottom: 9.5px;
}
.projects .project .details p{
	margin:0;
}
.important-docs{
	padding:30px 0;
}
.important-docs .doc{
	margin-bottom:30px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.important-docs .doc:last-child{
	border:none;
	padding-bottom:0;
}
.important-docs .doc h4{
	font-size: 0.89rem;
}
.important-docs .doc .btn{
	padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
}
.folders .folder{
	padding:0;
	background-color:rgb(255, 87, 34);
	margin-bottom:30px;
}
.folders .folder img{
	height:143px;
	width:100%;
	transition:0.3s;
}
.folders .folder:hover img{
	opacity:0.5;
}
.page-header{
	height:350px;
	background-color:rgb(17, 4, 1);
	background-size:cover;
}
.page{
	min-height:100vh;
	padding:30px 0 0;
	background-color:#fff;
}
.governments .filter{
	background-color:rgb(255, 87, 34);
	padding:30px;
	margin-bottom:30px;
}
.governments .government{
	margin-bottom:30px;
	background-color:#fff;
	box-shadow:0 2px 4px #ccc;
}
.governments .government img{
	width:100%;
}
.governments .government .details{
	text-align:center;
	padding:15px;
}
.governments .government .details h4{
	color:rgb(255, 87, 34);
	font-size: 0.8rem;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.governments .government .details p{
	height: 75px;
    font-size: 0.8rem;
    overflow: hidden;
}
.governments .government .details a{
	font-weight: 500;
}
.governments .government .details .social-profiles{
	margin-bottom:10px;
}
.governments .government .details .social-profiles a{
	display: inline-block;
    margin: 0 5px;
}
.opportunities .opportunity{
	position:relative;
	height:500px;
	margin-bottom:30px;
	background-color:rgb(255, 87, 34);
	background-size:cover;
	overflow:hidden;
}
.opportunities .opportunity h2{
	position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 45%;
}
.opportunities .opportunity h2:after{
	content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #fff;
	left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}
.opportunities .opportunity .details{
	position: absolute;
    background-color: #000000d1;
    height: 500px;
    top: 0;
    left: -100%;
    width: 100%;
    color: #fff;
    padding: 30px;
	transition:0.5s;
}
.opportunities .opportunity:hover .details{
	left:0;
}
.opportunities .opportunity .details h4{
	position: relative;
    margin-bottom: 25px;
}
.opportunities .opportunity .details h4:after{
	content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: rgb(255, 87, 34);
    left: 0;
    bottom: -10px;
}
.opportunities .opportunity .details .description{
	margin-bottom:100px;
}
.opportunities .opportunity .details h3{
	color: rgb(255, 87, 34);
	font-size:1.2rem;
}
.opportunities .opportunity .details p{
	font-size:1rem;
}
.country-details .main-map{
	margin-bottom:30px;
	width:100%;
}
.side-map img{
	margin-bottom:30px;
	width:100%;
}
.contact .contact-info{
	background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
	margin-bottom:20px;
}
.contact .map-container{
	margin-bottom:30px;
}
.contact form{
	background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
	margin-bottom:20px;
}
.contact .contact-info ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.contact .contact-info ul li{
	margin-bottom: 15px;
}
.contact .contact-info ul li i{
	color:rgb(255, 87, 34);
	width: 20px;
    text-align: center;
    margin-right: 10px;
}
.news .col-md-4{
	display:none;
}
.news .article{
	margin-bottom:30px;
	border:1px solid #ddd;
	border-bottom: 2px solid rgb(255, 87, 34);
}
.news .article .img-overly{
	height:215px;
	position:relative;
	overflow:hidden;
}
.news .article img{
	width:100%;
	transition:0.3s;
}
.news .article:hover img{
	transform: scale(1.2);
}
.news .article .details{
	padding:15px;
}
.news .article .details small{
	color:#999;
}
.news .article .details p{
	margin-bottom:0;
}
#loadMoreNews{
	margin-bottom:30px;
}
.user-services .documents{
	padding:0 0 30px;
}
.user-services img{
	width:100%;
	margin-bottom:30px;
}
.user-services .services-links{
	background-color:rgb(255, 87, 34);
	padding:30px;
	margin-bottom:30px;
}
.user-services .services-links ul{
	list-style:none;
	margin:0;
	padding:0;
}
.user-services .services-links ul li a{
	color: #666;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    border-radius: 0.25rem;
    background-color: #fff;
}
.user-services .services-links ul li:last-child a{
	margin-bottom:0;
}
.bio .president img{
	width:100%;
    margin-bottom: 30px;
}
.bio .president .details{
	margin-bottom: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: rgb(255, 87, 34);
}
.project-details .tab-content{
	border:none;
	padding: 0;
	margin-bottom:30px;
}
.page.photos .folders .folder img{
	height:auto;
}


.error-404{
	padding-bottom:30px;
	text-align:center;
}
.error-404 h1{
	font-size: 10rem;
    color: #666;
    font-weight: bold;
    text-shadow: 5px 5px 1px #000;
}
.error-404 h1 span{
    color: rgb(220, 53, 69);
    display: inline-block;
	margin: 0 5px;
}
.error-404 h4{
    font-size: 2rem;
    color: #999;
    font-weight: 300;
}
.error-404 h5{
    font-size: 1.5rem;
    color: rgb(2, 136, 209);
    margin: 15px 0;
}
.error-404 p{
	color:#ccc;
}


@media(max-width:768px){
.g-recaptcha{
	transform: scale(0.60);
	transform-origin: 0 0
}
}
#google_translate_element, .goog-te-banner-frame, .goog-tooltip{
	display:none!important;
}
.goog-text-highlight{
	background-color:transparent!important;
	box-shadow:none!important;
}
#goog-gt-tt{
	display:none!important;
}


footer{
    background-color: #423f3f;
    padding: 60px 20px;
}
footer .footer-logo{
	text-align:center;
	margin-bottom: 30px;
	
}
footer .social-profiles{
	text-align:center;
	margin-bottom: 60px;
}
footer .social-profiles img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
	border-radius:100rem;
}
footer .footer-col h5{
	text-transform: uppercase;
    font-size: 1rem;
    color: #999;
	margin: 20px 0;
}
footer .links a{
	display: block;
    margin-bottom: 10px;
    color: #ccc;
    letter-spacing: 2px;
    font-weight:normal;
}