@import url('https://fonts.googleapis.com/css?family=Palanquin:300,400,500,600,700&display=swap');
body {
    font-family: 'Palanquin', sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 300;
}
/*body.stick_body {
    padding-top: 65px;
}*/
/*for ie8{
	background:rgba(255, 255, 255, 0.56);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); 
}*/
/*also use rgba to hex conertor*/
.thumbnail{
	margin-bottom: 10px;
}
.img-responsive{
	display: inline-block;
}
.backdrop {
	overflow: hidden;
}
.backdrop .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
figure {
	margin:0;
	padding:0;
}
button {
	outline: none !important;
}
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
	height: 36px;
}
a {
	color: #ffffff;
	text-decoration: none;
	outline: none !important;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:focus {
	color: inherit;
	text-decoration: none;
}
button {
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.1;
	color: inherit;
}
@media (max-width: 1169px) {
	.container {
		width: auto;
	}
}
@media (min-width: 1170px) {
	.container {
		width: 1170px;
	}
}
.main_heading {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
	margin: 30px 0 50px;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.main_heading2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 15px;
}
.heading1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
.heading2 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}
.button1 {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
	font-style: italic;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px 15px 0 0;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.button1:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
}
/*--------------------------Header--------------------------*/
header {
	left: 0;
	right: 0;
	padding: 20px 0;
	position: absolute;
}
header .logo {
	/*font-size: 32px;
	color: #ffffff;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;*/
}
header .logo img {
	width: 220px;
}
header.sticky {
	top: 0;
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	animation: smoothScroll 0.3s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-80px);
	}
	100% {
		transform: translateY(0px);
	}
}
@media (max-width: 767px) {
	header {
		padding: 15px 0;
	}
	header.sticky {
		position: fixed;
	}
	header .logo {
		float: none;
		text-align: center;
		position: relative;
		display: inline-block;
	}
}
.navbar {
	font-size: 13px;
	color: #333333;
	margin-bottom: 0;
	border-radius: 0;
	min-height: auto;
}
.navbar ul {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
}
.navbar ul li {
	float: none;
	display: block;
}
.navbar ul li a {
	font-size: 16px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	display: block;
	padding: 8px 20px;
	text-decoration: none;
}
.navbar ul > li a.active,
.navbar ul > li a:hover {
	color: #034ea2;
	text-decoration: none;
}
.navbar ul > li a:focus {
	text-decoration: none;
}
.navbar .navbar-toggler {
	float: right;
	border: none;
	background: none;
	position: relative;
	margin: 6px 0 0 0;
	z-index: 999 !important;
}
.navbar .navbar-toggler .icon-bar {
	top: 1px;
	right: 0;
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	border-radius: 2px;
	background: #ffffff;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {}
.navbar .sidepanel  {
	top: 0;
	right: 0;
	width: 0;
	z-index: 1000;
	height: 100vh;
	position: fixed;
	background: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.navbar .sidepanel .closebtn {
	position: absolute;
	top: 20px;
	left: 20px;
}
header .dropdown-menu {
	right: 0;
	left: auto;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
}
header .dropdown-menu ul {
	padding: 0;
	margin: 15px 0 0;
	min-width: 400px;
	list-style: none;
	background: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
header .dropdown-menu li {
	width: 100%;
}
header .dropdown-menu li a {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	display: block;
	margin: 0;
	position: relative;
	text-transform: none;
	padding: 15px 20px;
}
header .dropdown-menu li a:hover {
	background: #f1f1f1;
}
@media (max-width: 991px) {	
	.navbar ul li a {
		font-size: 15px;
		line-height: 26px;
	}
}
@media (max-width: 820px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	.navbar {
		z-index: 1;
		float: none;
		/*width: 100%;*/
		border: none;
		min-height: auto;
		text-align: center;
	}
	.navbar .navbar-collapse {
		left: 0;
		right: 0;
		top: 64px;
		z-index: 1;
		border-top: none;
		box-shadow: none;
		position: absolute;
		border: none !important;
		background: rgba(0, 0, 0, 0.6);
	}
	.navbar ul {
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
	.navbar ul li {
		display: block;
	}
	.navbar ul > li a {
		border: none !important;
		margin-bottom: 0;
		padding: 8px 10px 8px 20px;
	}
	.navbar ul > li a.active,
	.navbar ul > li a:hover {
		/*color: #ffffff;*/
		text-decoration: none;
	}
	.navbar .navbar-toggler {
		top: 0;
		right: 0;
		position: fixed;
		margin: 15px 5px 0 0;
	}	
	header .dropdown-menu ul {
		margin-top: 0;
		min-width: auto;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.01);
	}
	header .dropdown-menu li {
		border-bottom: none;
	}
	header .dropdown-menu li a {
		font-size: 13px;
		line-height: 1.5;
		padding: 8px 10px 8px 20px !important;
	}
}
/*---------------------------Home---------------------------*/
.home {
	height: 100vh;
	padding: 65px 0 50px;
	background: url("../images/home.jpg") no-repeat bottom center / cover;
}
p {
	line-height: 1.8;
}
.content-box {
	overflow: auto;
	margin-bottom: 30px;
}
.content-box a.show-more {
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;	
}
.content-box a.show-more.collapsed:after  {
    content: 'Show more...';
}
.content-box a.show-more:not(.collapsed):after {
    content: 'Show less...';
}
.content-box a.show-more:hover {
	text-decoration: none;
}
/*@media (max-width: 991px) {
	.home {
		min-height: auto;
	}
}*/
/*-------------------------About Us-------------------------*/
.about {
	height: 100vh;
	padding: 50px 0 20px;
	background: url("../images/about.jpg") no-repeat bottom center / cover;
    position: relative;
}
.about .right-text {
	text-align: right;
}
@media (max-width: 767px) {
	.about .right-text {
		text-align: left;
		min-height: auto;
	}
	.about p {
		font-size: 13px;
	}
}
.odigos {
	height: 100vh;
	padding: 50px 0 20px;
	background: url("../images/odigos.jpg") no-repeat bottom center / cover;
    position: relative;
}
/*-------------------------Projects-------------------------*/
.projects {
    height: 100vh;
	line-height: 1.8;
	background: url("../images/projects.jpg") no-repeat top center / cover;
    position: relative;
}
.projects .layer {
	padding: 50px 0 20px;
	background: rgba(0, 0, 0, 0.3);
    height: 100vh;
}
.projects .heritage-logo img {
	width:150px;
	margin-bottom: 17px;
}
.projects .ministry-logo img {
	margin: 0 15px;
	width:70px;
}
.img-icon{
    width: 80px;
    height: 50px;
}
.overlay-section {
    position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
  cursor: pointer;
    padding: 50px 0px 20px 0px;
    z-index: 99;
}
/*-----------------------Get Involved-----------------------*/
.get-involved {
    height: 100vh;
	background: url("../images/get-involved.jpg") no-repeat top center / cover;
}
.get-involved .layer {
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.3);
}
.get-involved .get-involved-outer {
	width: 100%;
	margin: 0 auto;
    border: 1px solid red;
}
.get-involved .get-involved-box {
	text-align: center;
	padding: 536px 0 30px;
}
.get-involved .get-involved-box img {
	max-height: 45px;
}
@media (max-width: 991px) {
	.get-involved .get-involved-outer {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.get-involved .layer {
		padding: 0;
	}
	.get-involved .get-involved-box {
		padding: 50px 0 30px;
	}
	.get-involved .get-involved-box img {
		max-height: 35px;
	}
}
@media (max-width: 480px) {
	.get-involved .get-involved-box {
		width: 50%;
		padding: 20px 0;
	}
	.get-involved .get-involved-box img {
		max-height: 30px;
	}
}
/*--------------------------Media---------------------------*/
.media-page {
	line-height: 1.8;
	background: url("../images/media.jpg") no-repeat bottom center / cover;
}
.media-page .layer {
	min-height: 710px;
	padding: 65px 0 50px;
	background: rgba(0, 0, 0, 0.4);
}
.media-page ul li a {
	font-size: 16px;
	line-height: 1.6;
	font-style: italic;
	text-decoration: underline;
}
.media-page ul li a:hover {
	text-decoration: none;
}
.media-page .press-coverage {
	height: auto;
	overflow: auto;
}
.media-page .press-box {
	line-height: 1.3;
	margin-bottom: 25px;
}
.media-page .press-box h2 {
	font-size: 17px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: none;	
}
.media-page .press-box p span {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.media-page .layer {
		min-height: auto;
		padding: 65px 0 40px;
	}
}
/*--------------------------Footer--------------------------*/
footer {
	line-height: 1.6;
	background: #034ea1;
	padding: 20px 0 25px;
}
footer a,
footer a:focus,
footer a:active {
	color: #ffffff;
	text-decoration: none;
}
footer a.active,
footer a:hover {
	text-decoration: underline;
}
footer .footer-social {
	text-align: right;
}
footer .footer-social a {
	font-size: 25px;
	margin: 0 15px;
	display: inline-block;
}
@media (max-width: 767px) {
	footer {
		font-size: 16px;
		line-height: 1.4;
		padding: 0 0 15px;
	}
	footer .footer-social {
		text-align: center;
	}	
	footer .footer-social a {
		font-size: 20px;
		margin: 20px 15px 0 0;
	}
}
/*inner css*/
.captcha_img {
	margin: 0 0 10px;
	border: 1px solid #ccc;
}
.captcha_input {
	border: 1px solid #ccc;
}
.enquiry_form.form-horizontal .control-label {
	text-align: left;
}
.btn-1 {
	font-size:17px;
	color:#fff;
	padding:3px 10px;
	background-image: -webkit-gradient(linear, 100% top, 100% bottom, from(rgba(58, 181, 227, 1)), to(rgba(29, 160, 209, 1)));
	background-image: -webkit-linear-gradient(top, color-stop(rgba(58, 181, 227, 1) 100%), color-stop(rgba(29, 160, 209, 1) 100%));
	background-image: -moz-linear-gradient(top, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(58, 181, 227, 1) 0, rgba(29, 160, 209, 1) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#803ab5e3', endColorstr='#001da0d1', GradientType=1);
}
.map .img-responsive {
	margin:0;
}
.btn-1:hover, .btn-1:focus, .btn-1:active, .btn-1.active, .open .dropdown-toggle.btn-1 {
	color: #ffffff;
	border-color: #1da0d1;
	background-color: #3ab5e3;
}
.ministry-logo-section{
    position: absolute; bottom: 10px; width: 100%; left: 0px; right: 0px; margin: 0px auto;
}
.involve-icon{
    position: absolute; bottom: 0px; width: 70%; left: 0px; right: 0px; margin: 0px auto;
}
.press-box a{
    font-weight: 500;
}
.press-box p{
    line-height: 1;
}
.auto-height{
    height: auto !important;
}
.scroller{
    position: absolute; bottom: 30px; right: 30px; z-index: 9999;
}
.scroller:hover {
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.scroller img{
    width: 140px; height: 18px;
}
@media (max-width:767px){
    header.sticky {
    position: fixed;
    z-index: 99999 !important;
}
    .involve-icon{
    position: absolute; bottom: 0px; width: 100%; left: 0px; right: 0px; margin: 0px auto;
}
    footer .footer-social {
    text-align: left;
}
    .projects {
    height: auto !important;
}
    .ministry-logo-section {
    position: relative !important;    
}
}
