#scroll {
    position:fixed;
    right:10px;
    bottom:50px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#962222;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}



.wrapper{
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}


/* -------------------Start Header Area Style-------------------*/
.header-area{
	width: 100%;
	height: 110px;
	display: inline-block;
	position:fixed;
	z-index:9999;
	background-color: white;
}

.header-area.float-header {
    background-color: rgba(212,212,212,0.9) !important;
    padding: 5px;
}

.logo{
	max-height: 100px;
}


.navbar{
	float: right;
	padding: 2rem 1rem;
}

.bg-light{
	background-color: transparent !important;
}

.nav-link:hover{
	border-bottom: 2px solid #333333;
	color: yellow;

}

.navbar-nav .nav-link{
	padding-right:10px !important;
	padding-left:10px !important;
}

.navbar-light .navbar-nav .nav-link{
	color: #000000;
	font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link{
	color: #03649b;
	border-bottom: 2px solid #03649b;
	font-weight: 600;
}

.dropdown-item {
	background-color: black;
	color: #ffffff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
   	background-color: #024e79;
}

/* -------------------End Header Area Style--------------------------*/

/* -------------------Start Banner Area Style-------------------*/

#banner {
	display: inline-block;
	width: 100%;
	background:rgba(102,102,102,1);
	}

#banner>img { width: 100%;}

/* ---------------------End Banner Area Style---------------------*/


/* -----------------Start Explore Area Style-----------------*/
.Explore-area{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
}

.Explore-area h1{
	font-weight: 600;
	padding-bottom: 30px;
	font-size: 36px;
	color: #443f3f;
}

.more{
	text-align: right;
}

.more img:hover{
	transform: scale(1.1);
}

#services{
	max-width: 31% !important;
	margin: 12px;
	background-color: #DDDDDD;
}

#services img{
	width: 100%;
}

#services img:hover{
	transform: scale(0.9);
}

#services h4{
	margin-top: 20px;
	color: #6B6868;
}

#services h4:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}

#services a:hover{
	text-decoration: none;
	border: none;
	color: #6B6868;
	transform: scale(0.9);
}

#all img:hover{
	transform: scale(1.1);

}

.image:hover{
	transform: translateY(-8px);
}

/* -------------End Explore Area Style------------------*/


/* -----------------Start About Area Style-----------------*/
.about-area{
	background-color: #ffffff;
	width: 100%;
	text-align: left;
	padding: 50px;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
}

.about-area h1{
	font-weight: 600;
	font-size: 36px;
	color: #443f3f;
}


/* -------------End Abou Area Style------------------*/




/* -----------------Start Vision Area Style-----------------*/
.vision-area{
	  background-image: url(../images/shipping-and-ports.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

	width: 100%;
	text-align: left;
	color: white;
	font-size: 18px;
	display: inline-block;
}

#background-overlay{
    background-color: #424242;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    padding: 50px 200px;
	color: white;
	font-size: 18px;
	display: inline-block;
}

.vision-area h1{
	font-weight: normal;
	padding-bottom: 30px;
	font-size: 36px;
	color: white;
	font-weight: 600;
}

.vision-area>a{
	text-align: right;
	color:#ffffff !important;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #cdcdcd;
  color: black;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #c6c6c6;
}

/* -------------End vision Area Style------------------*/

.services-area{
	background-color: #e3e3e3;
	width: 100%;
	text-align: left;
	color: #6b6868;
	font-size: 16px;
	display: inline-block;
}

.services-area h4{
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	font-size: 28px;
	color: #6b6868;
	font-weight: 600;
}



/* -----------------Start Widgets Area Style-------------*/

.Widgets-area{
	width: 100%;
	padding: 30px;
	color: #767676;
	display: inline-block;
	background-color: #ebe9ea;
}

.Widgets-area h3{
	color: #585858;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 600;
}

.Widgets-area a{
	color: #6a747b;
}

.Widgets-area a:hover{
	color: #00c2ff;
}

.sign{
	margin-left: 10px;
}

.input{
	width:70%;
	height: 40px;
	padding-left: 10px;
}

.social{
	float: left; 
	margin-right: 10px;
}

.social:hover{
	transform: scale(1.2);
	margin-top: 5px;
}

/* -----------------End Widgets Area Style-------------*/

/* -----------------Start Footer Area Style-------------*/

footer{
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	background-color: #424242;
	color: white;
	text-align: center;
	display: inline-block;
}

footer a {
	color:white;
	padding-left: 20px;
	font-size: 12px;

}

/* -----------------End Footer Area Style-------------*/



@media only screen and (max-width: 700px) {
  .ppgiresponsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  #background-overlay{
    padding: 10px;
}
#services{
	max-width: 100% !important;
	margin-top: 10px;
	background-color: #DDDDDD;
}

.header-area{
	width: 100%;
	height: auto;
	display: inline-block;
	position:fixed;
	z-index:9999;
	background-color: white;
}

}

@media only screen and (max-width: 500px) {
  .ppgiresponsive {
    width: 100%;
  }
}




@media only screen and (max-width: 700px) {
  .servicesresponsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .servicesresponsive {
    width: 100%;
  }
}

.clearfix:after {
  	content: "";
  	display: table;
  	clear: both;
}
/* -------------End Services Gallery Area Style------------------*/

/* -----------------Start Coils Gallery Area Style-----------------*/
.coilsgallery-area{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

.coilsgallery-area h1{
	font-weight: 600;
	padding-bottom: 30px;
	margin-top: 20px;
	font-size: 36px;
	color: #443f3f;
}

.coilsgallery-area h3	{
	color: #443f3f;
}


div.gallery:hover {
  	border: 1px solid #777;
  	transform: scale(0.9);
}

div.gallery img {
  	width: 100%;
  	height: 400px;
  	padding-bottom: 10px;
}

* {
  	box-sizing: border-box;
}

.responsive {
  	padding: 0 6px;
  	float: left;
  	width: 50%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  	content: "";
  	display: table;
  	clear: both;
}
/* -------------End Coils Gallery Area Style------------------*/


.contacts-container{
	flex: 0 0 48%;
     max-width: 50%;
	background-color: #ffffff;
	text-align: left;
	padding:20px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}


@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #09729e !important;
}