/* 
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;
}

/*-- main --*/
h5.titleprod {
    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;
}
.products-section{
    padding: 5em 0;
}
.para-products {
    font-size: 16px;
    color: #777;
    letter-spacing: .6px;
    line-height: 33px;
    padding-left: 10px;
    padding-bottom: 20px;
}
/*--// main --*/
/*--products --*/
.products-left {
    width: 40%;
    float: left;
    padding: 0;
    min-height: 350px;
    margin-top: 60px;
}
.cat1{
	background: url(../images/category1.jpg)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: 200px;
    margin-top: 30px;	
}

.cat2{
	background: url(../images/category2.jpg)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: 200px;
    margin-top: 30px;	
}

.cat3{
	background: url(../images/category3.jpg)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: 200px;
    margin-top: 30px;	
}

.cat4{
	background: url(../images/category4.jpg)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: 200px;
    margin-top: 30px;	
}

.cat5{
	background: url(../images/category5.jpg)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: 200px;
    margin-top: 30px;	
}

.cat6{
    background: url(../images/category6.jpg)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: 200px;
    margin-top: 30px;   
}

h3.subheading-products {
    color: #567a88;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
}
.products-top {
    text-align: center;
    width: 73%;
    margin: 0em auto 2em;
}
.products-right{
    padding: 1.5em 3em 0;
    width: 60%;
    float: left;
    /*background-color: #f3f3f3;*/
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
}
.products-right a{
	font-size: 15px;
    color: #fff;
    padding: 4px 8px;
    background: #fba919;
    width: 30%;
    text-align: center;
    margin: 20px;
}
.products-right a:hover{
	background-color: #567a88;
	color: #f3f3f3;
}
/*--// products --*/

.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.titleprod {
		font-size: 2.1em;
		margin-bottom: 0.8em;
	}
	.products-section, .team-w3-agileits, .testimonials, .gallery {
		padding: 4em 0;
	}
	.homepage {
		min-height: 640px;
	}
	h3.subheading-products {
		font-size: 23px;
	}
}
@media(max-width:1280px){
	.navbar-nav > li {
		margin: 0 6px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px!important;
	}
	.products-right {
		padding: 2.5em 4em 0;
	}
}
@media(max-width:1080px){
	.goaaeromarinelogo a {
		font-size: 30px;
	}
	.para-products {
		font-size: 15px;
		letter-spacing: .5px;
		line-height: 31px;
	}
	.products-left {
		min-height: 350px;
	}
	.products-right {
		padding: 2em 3em 0;
	}
	h5.titleprod {
		font-size: 1.8em;
		margin-bottom: 0.7em;
	}
	.homepage {
		min-height: 590px;
	}
	.products-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;
	}
	.products-top {
		width: 100%;
		margin: 0em auto 1.5em;
	}
	.products-left {
		width: 100%;
		float: none;
	}
	.products-right {
		padding: 2em 0em 0;
		width: 100%;
		float: none;
	}
	.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;
	}
}
@media(max-width:900px){
	h5.titleprod {
		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){
	.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;
	}
	
	.products-section{
		padding: 2.5em 0;
	}
	h5.titleprod {
		font-size: 1.5em;
	}
	h3.subheading-products {
		font-size: 21px;
	}
}
@media(max-width:736px){
	.homepage {
		min-height: 320px;
		margin-bottom: 1em;
	}
	.footer h2 a {
		font-size: 18px;
	}
}
@media(max-width:667px){
	.goaaeromarinelogo a {
		font-size: 23px;
	}
	header {
		padding: 15px 0px 0;
	}
	.homepage {
		min-height: 240px;
	}
	.footer {
		padding: 1.3em 0;
	}
}
@media(max-width:640px){
	.products-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.titleprod {
		font-size: 1.3em;
	}
	.products-section{
		padding: 2em 0;
	}
	.para-products {
		font-size: 13.4px;
		line-height: 28px;
		padding-left: 10px;
	}
	.products-top {
		margin: 0em auto 1em;
	}
	.products-right {
		padding: 1.5em 0em 0;
	}
	h3.subheading-products {
		font-size: 19px;
	}
}
@media(max-width:568px){
	.goaaeromarinelogo a {
		font-size: 21px;
	}
	#toTop {
		bottom: 33px;
	}
}
@media(max-width:480px){
	.homepage-text {
		width: 99%;
	}
	.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){
    .homepage{
        min-height: 240px;
    }
	.goaaeromarinelogo a {
		font-size: 20px;
	}
	.goaaeromarinelogo h1 {
		line-height: 25px;
	}
    .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.titleprod {
		font-size: 1.1em;
		letter-spacing: 1px;
	}
	h3.subheading-products {
		font-size: 17.5px;
	}
	.products-left {
		min-height: 150px;
	}
}
@media(max-width:384px){
	.bottom-navbar ul.navbar-bottom li {
		margin: 9px 0;
		display: block;
	}
}


/*--responsive--