#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%;
	display: inline-block;
	position:fixed;
	z-index:9999;
	background-color: #0b0a0a;
}

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

.logo{
	max-height: 80px;
	padding-top: 20px;
}


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

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

.nav-link:hover{

	color: #c8221c !important;

}

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

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

.navbar-light .navbar-nav .active>.nav-link{
	color: #c8221c;
	border-bottom: 2px solid #c8221c;
	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 Categories Area Style--------------------*/
.categories-area{
	background-color: #96492c;
	color: #fcfaf9;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.categories-area .container{
	display: contents !important;
}
.cat1{
	width:25%;
	padding:30px 10px 30px 10px;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:22px;
}

.coils:hover{
	transform: scale(0.9);
}


.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.cat2{
	width:25%;
	padding:30px 10px 30px 10px;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:22px;
}
.cat3{
	width:25%;
	padding:30px 10px 30px 10px;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:22px;
}

.cat4{
	width:25%;
	padding:30px 10px 30px 10px;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size:22px;
}


/* ---------------------End Categories Area Style---------------------*/

/* ----------------------Start Products Area Style--------------------*/
.products-area{
	width: 100%;
	text-align: center;
	padding: 50px;
	display: inline-block;
}

.products-area h2{
	font-size: 20px;
	color: #7a838a;
	padding-top: 30px;
	font-weight: bold;
}

.products-area h3{
	font-size: 20px;
	color: #7a838a;
	font-weight: normal;
}

.products-area h4{
	font-size: 18px;
	color: #73dcfd;
	padding-top: 20px;
	font-variant: small-caps;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
}

.products-area .row{
	margin-bottom: 35px;
}

.products-area img:hover{
	transform: scale(0.90);
	opacity: 0.6;
}

/* -----------------End Products Area Style------------------*/

/* -----------------Start Explore Area Style-----------------*/
.Explore-area{
	background-color: #3d3d3d;
	width: 100%;
	text-align: center;
	line-height: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

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

.more{
	text-align: right;
}

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

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

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

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

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

/* -----------------Start Home Area Style-----------------*/
.Home-area{
	width: 100%;
	text-align: justify;
	padding: 30px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}

.Home-area h1{
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center !important;
	font-size: 36px;
	color: #ffffff;
}

.home{
	width: 100%;
}

.home:hover{
	transform: scale(1.1);
}

#about{
	padding: 30px;
	background-color: #333333;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 0px;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 350px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 50%;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }



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

footer{
	width: 100%;

	line-height: 50px;
	font-size: 14px;
	background-color: #aaaaaa;
	color: black;
	text-align: left;
	display: inline-block;
}

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

}

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

.help{
	position: fixed;
	right: 20px;
	bottom:10px;
	width:100px;
}


.about-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;
}

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

.about-vision-area{
	background-color: #09729e;
	color: #ffffff;
	width: 100%;
	text-align: left;
	display: inline-block;
}

.about-vision-area .vision{
	display: contents !important;
}

.visioncont{
	width:50%;
	float: left;
	text-align: left;
	color: white;
}

.visioncont>img{
	width:100%;
	height: 100%;
}

.visioncont-text{	
	width:50%;
	padding: 20px 50px 20px 50px;
	float: left;
	text-align: left;
	color: white;
}

.Mission-area{
	background-color: #dedede;
	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;
}

.mission-container1{
	flex: 0 0 33.3%;
     max-width: 33.333%;
	background-color: #00DBA5;
	color:#ffffff;
	text-align: left;
	padding:20px;
	display: inline-block;
}

.mission-container2{
	flex: 0 0 33.3%;
     max-width: 33.333%;
	background-color: #00bf99;
	color:#ffffff;
	text-align: left;
	padding:20px;
	display: inline-block;
}

.mission-container3{
	flex: 0 0 33.3%;
     max-width: 33.333%;
	background-color: #108f9b;
	color:#ffffff;
	text-align: left;
	padding:20px;
	display: inline-block;
}

.certificate{
	max-width:20%;
	text-align: left;
}

.certificate>img{
	width: 100%;
	padding:5px;
}


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

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

/* -------------End PPGI Area Style------------------*/

/* -----------------Start PPGI Blue Area Style-----------------*/
.ppgiblue-area{
	background-color: #04639b;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}
/* -------------End PPGI Blue Area Style------------------*/

/* -----------------Start PPGI Gallery Area Style-----------------*/
.ppgigallery-area{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
}
div.ppgigallery {
  	border: 1px solid #ccc;
}

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

div.ppgigallery img {
  	width: 100%;
  	height: auto;
}

* {
  	box-sizing: border-box;
}

.ppgiresponsive {
  	padding: 0 6px;
  	float: left;
  	width: 24.99999%;
}

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

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

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

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

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


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

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

* {
  	box-sizing: border-box;
}

.servicesresponsive {
  	padding: 0 6px;
  	float: left;
  	width: 33.333%;
}

@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;
}