#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 Categories Area Style--------------------*/
.categories-area{
	background-color: #f7f8f8;
	color: #747678;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.categories-area .container{
	display: contents !important;
}
.cat1{
	width:25%;
	padding:70px 10px 70px 10px;
	float: left;
	text-align: center;
	background-color: #00dba5;
	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:70px 10px 70px 10px;
	float: left;
	text-align: center;
	background-color: #00bf99;
	color: white;
	font-weight: bold;
	font-size:22px;
}
.cat3{
	width:25%;
	padding:70px 10px 70px 10px;
	float: left;
	text-align: center;
	background-color: #108f9b;
	color: white;
	font-weight: bold;
	font-size:22px;
}

.cat4{
	width:25%;
	padding:70px 10px 70px 10px;
	float: left;
	text-align: center;
	background-color: #09729e;
	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: #e6e6e6;
	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;
}

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

/* -----------------Start Vision Area Style-----------------*/
.vision-area{
	background-color: #2276a7;
	width: 100%;
	text-align: left;
	padding: 100px;
	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;
}

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

/* -----------------Start catalogue Area Style-----------------*/
.catalouge-area{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 50px;
	color: white;
	display: inline-block;
}
/* -------------End catalogue Area Style------------------*/



hr{
	border: 1px solid #c0c0c0;
	border-bottom: none;
}

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

.Widgets-area{
	width: 100%;
	padding: 30px;
	color: #6a747b;
	display: inline-block;
	background-color: #eaeaea;
	margin-top: -16px;
}

.Widgets-area h3{
	color: #767676;
	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%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background-color: #5d5d5d;
	color: white;
	text-align: center;
	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;
}