/* 
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;
}
/*-- homepage-grids --*/
/*-- //homepage-grids --*/
/*-- //homepage --*/

/*--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--*/


/*--contact--*/
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    font-size: 15px;
    letter-spacing: .8px;
    color: #26272b;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
    background: none;
    -webkit-appearance: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.contact-form textarea {
    min-height: 80px;
    resize: none;
}
.contact-form,.contact_section_right{
	    padding: 3em 9em;
}

.contact-form {
    border-right: 2px solid #eee;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #567a88;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
    width: 100%;
    margin: 1em 0 1em 0em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    color: #5b5b5d;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #567a88;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact-form input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: 13px 35px;
    font-size: 14px;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #f1c40f;
    border: 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-form input[type="submit"]:hover {
       background: #567a88;

}
.address {
    width: 49%;
    float: left;
}
.address:nth-child(2) {
    margin-right:9px;
}
.address h6 {
    color: #567a88;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 1.5em 0 1em;
}
.address p {
    color: #777;
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 25px;
}
.address h4, .address h4 a {
    color: #000;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 1.6em;
    text-decoration: none;
}
h5.contact_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;
}
/*--//contact--*/
/*-- footer --*/
.maps_goaaeromarine iframe{
	width:100%;
	height:400px;
	border:none;
}
.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:1440px){
	.contact-form, .contact_section_right {
		padding: 3em 8em;
	}
}
@media(max-width:1366px){
	h5.contact_title {
		font-size: 2.1em;
		margin-bottom: 0.8em;
	}
	.homepage {
		min-height: 640px;
	}
	.contact-form, .contact_section_right {
		padding: 3em 7em;
	}
}
@media(max-width:1280px){
	.contact-form, .contact_section_right {
		padding: 3em 5em;
	}
	.maps_goaaeromarine iframe {
		height: 350px;
	}
	.navbar-nav > li {
		margin: 0 6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px!important;
	}
}
@media(max-width:1080px){
	.goaaeromarinelogo a {
		font-size: 30px;
	}
	h5.contact_title {
		font-size: 1.8em;
		margin-bottom: 0.7em;
	}
	.contact-form, .contact_section_right {
		padding: 2.5em 2.5em;
	}
	.address h4, .address h4 a {
		font-size: 21px;
	}
	.homepage {
		min-height: 590px;
	}
}
@media(max-width:1050px){
	.contact-form {
		border-bottom: 2px solid #eee;
		border-right: none;
		width: 100%;
	}
	.contact-form,.contact_section_right,.subscribe-w3-agile{
		width: 100%;
		padding-left:4em;
		padding-right:4em;
	}
	.address h6 {
		margin: 0.5em 0 1em;
	}
	#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-text {
		padding: 4em 0em 0 0;
		width: 85%;
	}
	.homepage {
		min-height: 500px;
	}
	.contact-form, .contact_section_right {
		padding: 3.5em 4em;
	}
	.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.contact_title {
		font-size: 1.6em;
	}
}
@media(max-width:800px){
	.contact-form, .contact_section_right, .subscribe-w3-agile {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.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: 8!important;
	}
	.navbar-toggle {
		margin-top: 20px;
		margin-right: 170px;
		margin-bottom: 0px;
	}
	h5.contact_title {
		font-size: 1.5em;
	}
	.contact-form, .contact_section_right{
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.contact-form, .contact_section_right {
		padding: 2.5em 1.5em;
	}
}
@media(max-width:736px){
	.homepage {
		min-height: 320px;
		margin-bottom: 4.65em;
	}
	.address h4, .address h4 a {
		font-size: 18px;
		margin-top: 1em;
	}
	.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;
	}
	.maps_goaaeromarine iframe {
		height: 250px;
	}
	ul.top_part_right li {
		margin-left: 0;
		margin-right: 55px;
	}
	ul.top_part_right {
		margin-top: 0.5em;
	}
	.homepage-text {
		padding: 1em 0em 0 0
	}
	.footer {
		padding: 1.3em 0;
	}
}
@media(max-width:640px){
	.address {
		width: 100%;
		float: none;
	}
	.address:nth-child(2) {
		margin-right: 0px;
		margin-bottom: 1.5em;
	}
	.address h6 {
		margin: 0em 0 0.5em;
	}
	#toTop {
		right: 2%;
		bottom: 18px;
		width: 33px;
		height: 33px;
		background-size: 33px;
	}
}
@media(max-width:600px){
	h5.contact_title {
		font-size: 1.3em;
	}
	.address h6 {
		font-size: 18px;
	}
	.contact-form, .contact_section_right {
		padding: 2em 1.5em;
	}
}
@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){
	.contact-form input[type="submit"] {
		padding: 10px 25px;
		font-size: 13.4px;
		letter-spacing: .5px;
		margin: 0.5em 0 0 0;
	}
	.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.contact_title {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	.contact-form, .contact_section_right {
		padding: 1.5em 1em;
	}
	.address h4, .address h4 a {
		font-size: 17px;
		margin-top: 0.6em;
	}
}
@media(max-width:384px){
	.bottom_navbar ul.navbar_bottom li {
		margin: 9px 0;
		display: block;
	}
}
/*--responsive--*/