/* 
PROJECT: Goa Aeromarine & Engineering Services PVT. LTD 
DEVELOPER: ANUBHAV SINGH
COMPANY: ALPHACODE GOA
WEBSITE: www.alphacode.co.in
EMAIL: teamalphacodegoa@gmail.com
*/
/*BASIC STYLING*/
html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header --*/
.goaaeromarinelogo {
    float: left;
    line-height: 5px;
	position:relative;
	z-index: 999;
}
.goaaeromarinelogo h1 {
    margin-top: 2px;
    font-weight: bold;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
    float: right;
    margin-right: 4em;
}

.goaaeromarinelogo a {
    color: #ffffff;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
header {
    padding: 22px 0px 0;
    width: 100%;
}
/*--nav effect--*/
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}

/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a.active:after,nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #567a88;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a.active:after ,nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
/*--//nav effect--*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px!important;
    letter-spacing: 1.5px;
    color: #fff!important;
    background: transparent;
    padding: 4px 9px;
    font-weight: 600;
}
.navbar-nav > li {
    float: left;
    margin: 0 12px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	padding: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
 .navbar-nav > li > a.active {
    color: #fff!important;
}
.bottom_part {
    position: relative;
}

/*-- //header --*/
.homepage {
    background: url(../../images/bg1.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
    min-height: 405px;
	position:relative;
}
.top_part {
    background: rgba(86, 122, 136, 0.4);
    padding: 1em 0;
}
ul.top_part_right {
    float: right;
}
ul.top_part_right li {
    list-style: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    display: inline;
    float: right;
    text-align: right;
    margin-left: 25px;
}
ul.top_part_right li span {
    font-size: 15px;
    font-weight: 500;
    color: #fba919;
    display: block;
}
ul.top_part_right li a {
    color: #fff;
	text-decoration:none;
}
ul.top_part_right li a:hover {
    color: #F1C40F;
	text-decoration:none;
}
/*--placeholder-color--*/

::-webkit-input-placeholder{
	color:#fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
/*--//placeholder-color--*/


/*-- main --*/
h5.about_title {
    font-size: 2.2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    color: #000;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.about_section{
    padding: 5em 0;
}
.para_about {
    font-size: 16px;
    color: #777;
    letter-spacing: .6px;
    line-height: 33px;
}
.red_special{
	color:#fba919!important;
	display:inline-block!important;
}
.contact_button a {
    display: inline-block;
    padding: 13px 37px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 1.5em;
    color: #fff;
    background: #567a88;
	text-decoration:none;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    
}
.contact_button a:hover {
	background:#fba919;
}
/*--// main --*/
/*--about --*/
.about-left {
    background: url(../../images/logo.png)no-repeat 0px 0px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    width: 40%;
    float: left;
    padding: 0;
    min-height: 395px;
}
h3.sub_section {
    color: #146eb4;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}
.ready_contact {
    margin-top: 2em;
}
.ready_contact h4 {
    font-size: 36px;
    border-right: 3px solid #555;
    float: left;
	color:#000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 10px;
    margin-right: 5px;
}
.ready_contact p {
    display: inline-block;
    font-size: 23px;
    line-height: 18px;
    letter-spacing: 2px;
    float: left;
    color: #555;
}
.about-top {
    text-align: center;
    width: 73%;
    margin: 0em auto 2em;
}
.about-right {
    padding: 2.5em 6em 0;
    width: 60%;
    float: left;
    background: none;
}
/*--// about --*/
/*Footer*/
.footer {
    background: #567a88;
    padding: 1.5em 0;
}
.bottom_navbar ul.navbar_bottom {
    text-align: center;
    margin-top: 5px;
}
.bottom_navbar ul.navbar_bottom li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
.bottom_navbar ul.navbar_bottom li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bottom_navbar ul.navbar_bottom li:hover a {
    color: #F1C40F!important;
}
ul.navbar_bottom {
    float: left;
}
.footer h2 a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
	text-decoration:none;
}
.footer h2 a:hover,.footer h2 a:focus {
    color: #fff;
	text-decoration:none;
	outline:none;
}
.footer h2 a span {
    color: #F1C40F;
	padding-right:5px;
}
.credits_section p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 2px solid #fba919;
    word-spacing: 1px;
    text-align: center;
}

.credits_section a {
	    color: #fff;
	text-decoration: none;
}
.credits_section a:hover {
    color: #ffffff;
    font-weight: 700;
}
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../../images/arr.png") no-repeat 0px 0px;
	background-size: 40px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/

@media(max-width:1366px){
	h5.about_title {
		font-size: 2.1em;
		margin-bottom: 0.8em;
	}
	.about_section{
		padding: 4em 0;
	}
	.homepage {
		min-height: 640px;
	}
	h3.sub_section {
		font-size: 23px;
	}
	.ready_contact h4 {
		font-size: 33px;
	}
	.ready_contact p {
		font-size: 21px;
	}
}
@media(max-width:1280px){
	.navbar-nav > li {
		margin: 0 6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px!important;
	}
	.about-right {
		padding: 2.5em 4em 0;
	}
}
@media(max-width:1080px){
	.goaaeromarinelogo a {
		font-size: 30px;
	}
	.para_about {
		font-size: 15px;
		letter-spacing: .5px;
		line-height: 31px;
	}
	.about-left {
		min-height: 350px;
	}
	.ready_contact {
		margin-top: 1.3em;
	}
	.about-right {
		padding: 2em 3em 0;
	}
	h5.about_title {
		font-size: 1.8em;
		margin-bottom: 0.7em;
	}
	.homepage {
		min-height: 590px;
	}
	.about_section{
		padding: 3.5em 0;
	}
}
@media(max-width:1050px){
	#toTop {
		right: 1.8%;
		width: 40px;
		height: 40px;
	}
}
@media(max-width:991px){
	.navbar-nav {
		margin-right: 2.5em;
	}
	.goaaeromarinelogo a {
		font-size: 26px;
		letter-spacing: 1.5px;
	}
	.navbar-nav > li {
		margin: 0 0px;
	}
	nav ul li a {
		margin: 0 5px;
	}
	.goaaeromarinelogo h1 {
		margin-top: 0px;
	}
	.homepage {
		min-height: 500px;
	}
	.about-top {
		width: 100%;
		margin: 0em auto 1.5em;
	}
	.about-left {
		width: 100%;
		float: none;
	}
	.about-right {
		padding: 2em 0em 0;
		width: 100%;
		float: none;
	}
	.ready_contact h4 {
		font-size: 28px;
		letter-spacing: 0.5px;
		padding-right: 6px;
		margin-right: 7px;
	}
	.ready_contact p {
		font-size: 17px;
		line-height: 15px;
	}
	.footer h2 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: .5em;
	}
	.bottom_navbar ul.navbar_bottom {
		margin-top: 0;
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 11px!important;
	}
	ul.top_part_right li {
		margin-left: 23px;
	}
}
@media(max-width:900px){
	h5.about_title {
		font-size: 1.6em;
	}
}
@media(max-width:800px){
	.credits_section p {
		font-size: 12px;
		letter-spacing: 2px;
		padding-top: 1.7em;
	}
}
@media(max-width:768px){
	ul.top_part_right li span {
		font-size: 13px;
	}
	ul.top_part_right li {
		font-size: 12px;
	}
	.homepage {
		min-height: 440px;
	}
}
@media(max-width:767px){
	.navbar-nav {
		float: none;
		margin: 10px!important;
	}
	.navbar-default .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #f1c40f;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	div#main_navbar {
		background: rgba(0, 0, 0, 0.83);
		margin: 0;
		padding: 0px 0;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 0px 5px 0px;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1ca0de;
	}
	.navbar-nav > li {
		float:none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.navbar-nav > li:nth-child(5) {
		margin-bottom: 8px!important;
	}
	.navbar-toggle {
		margin-top: 20px;
		margin-right: 170px;
		margin-bottom: 0px;
	}
	.about_section{
		padding: 2.5em 0;
	}
	h5.about_title {
		font-size: 1.5em;
	}
	.ready_contact h4 {
		font-size: 24px;
	}
	.ready_contact p {
		font-size: 15px;
		line-height: 13px;
		letter-spacing: 1.5px;
	}
	.contact_button a {
		padding: 10px 25px;
		font-size: 13px;
	}
	h3.sub_section {
		font-size: 21px;
	}
}
@media(max-width:736px){
	.homepage {
		min-height: 320px;
		margin-bottom: 4.65em;
	}
	.footer h2 a {
		font-size: 18px;
	}
}
@media(max-width:667px){
	ul.top_part_right li {
		margin-left: 18px;
	}
	.goaaeromarinelogo a {
		font-size: 23px;
	}
	header {
		padding: 15px 0px 0;
	}
	.homepage {
		min-height: 240px;
	}
	ul.top_part_right li {
		margin-left: 0;
		margin-right: 55px;
	}
	ul.top_part_right {
		margin-top: 0.5em;
	}
	.footer {
		padding: 1.3em 0;
	}
}
@media(max-width:640px){
	.about-left {
		width: 100%;
		background-position: center;
		min-height: 180px;
	}
	#toTop {
		right: 2%;
		bottom: 18px;
		width: 33px;
		height: 33px;
		background-size: 33px;
	}
}
@media(max-width:600px){
	h5.about_title {
		font-size: 1.3em;
	}
	.about_section{
		padding: 2em 0;
	}
	.para_about {
		font-size: 13.4px;
		line-height: 28px;
	}
	.about-top {
		margin: 0em auto 1em;
	}
	.about-right {
		padding: 1.5em 0em 0;
	}
	.contact_button a {
		margin-top: 1em;
	}
	h3.sub_section {
		font-size: 19px;
	}
}
@media(max-width:568px){
	ul.top_part_right li {
		margin-right: 35px;
	}
	.goaaeromarinelogo a {
		font-size: 21px;
	}
	#toTop {
		bottom: 33px;
	}
	ul.top_part_right li {
		margin-right: 14px;
	}
}
@media(max-width:480px){
	.bottom_navbar ul.navbar_bottom li {
		margin: 0px 10px;
	}
	.credits_section p {
		padding: 1em 1em 0;
		line-height: 26px;
	}
	.footer {
		padding: 1em 0;
	}
	#toTop {
		bottom: 16px;
		right: 3%;
	}
}
@media(max-width:414px){
	ul.top_part_right li {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-top: 7px;
	}
	ul.top_part_right {
		margin-top: 0em;
	}
	.goaaeromarinelogo a {
		font-size: 18px;
	}
	.goaaeromarinelogo h1 {
		line-height: 25px;
	}
	.homepage{
		min-height: 240px;
	}
	.navbar-toggle {
		margin-top: 80px;
		margin-right: 150px;
		margin-bottom: 0px;
	}
	.navbar-toggle {
		padding: 7px 7px;
	}
	header {
		padding: 15px 0px 0;
		height: 53px;
	}
	.bottom_navbar ul.navbar_bottom li a {
		font-size: 10px;
	}
	.bottom_navbar ul.navbar_bottom li {
		margin: 0px 7px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 10px!important;
	}
	h5.about_title {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	h3.sub_section {
		font-size: 17.5px;
	}
	.about-left {
		min-height: 150px;
	}
	.ready_contact h4 {
		font-size: 20px;
	}
	.ready_contact p {
		font-size: 13px;
		line-height: 11px;
	}
}
@media(max-width:384px){
	.bottom_navbar ul.navbar_bottom li {
		margin: 9px 0;
		display: block;
	}
}


/*--responsive--