.wp-side-menu {
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10001;
}

.wp-side-menu-item:not(:last-child) {
    margin-bottom: 0;
    text-decoration: none;
}

.wp-side-menu-item {
    background-color: #053d70 !important;
}

.wp-side-menu-item {
    position: absolute;
    cursor: pointer;
    width: 260px;
    left: -221px;
    line-height: 50px;
    -webkit-transition: 400ms all linear;
    transition: 400ms all linear;
    margin: 1px;
    text-align: right;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: larger !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 20px;
}
.fa, .fa-stack {
    display: inline-block;
}

.wp-side-menu-item span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 2px;
    padding: 5px 0;
}
.wp-side-menu-item span {
    color: #ffffff;
}

.wp-side-menu-item:hover{
	left: 0px;
}


#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: rgba(5, 61, 112,0.8);
}

.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:15px !important;
	padding-left:15px !important;
}

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

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

.dropdown-item {
	background-color: #053d70;
	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 Home Area Style-----------------*/
.Home-area{
	background-color: #ffffff;
	width: 100%;
	text-align: left;
	padding: 50px;
	color: #6b6868;
	font-size: 18px;
	display: inline-block;
}

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

.home{
	width: 100%;
}

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

#blue{
	justify-content: center;
	text-align: center;
}

#blue h1{
	color: #6ec1e4;
	text-align: center;
	margin-top: 25px;
}

/* -------------End Home Area Style------------------*/

/* -----------------Start About Area Style-----------------*/

.About-area{
	background-color: #ffffff;
	width: 100%;
	text-align: left;
	padding: 50px;
	color: #6b6868;
	font-size: 18px;
	display: inline-block;
}

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

/* -----------------End About Area Style-----------------*/

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

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

.contact-area img{
	width: 100%;
}

/*------------- End Contacts Area Style----------------*/

/*------------- Start Zinc Oxide Area Style ------------*/

#gray{
	padding: 10px;
	background-color: #bcbcbc;
	margin-top: 1px;
}

#darkblue{
	padding: 10px;
	background-color: #053d70;
	color: white;
	margin-top: 1px;
}

#lightblue{
	padding: 10px;
	background-color: #71c6ed;
	color: white;
	margin-top: 1px;
}

/*------------- End Zinc Oxide Area Style -------------*/




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

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

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

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

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

.Widgets-area a:hover{
	color: #1e1e1e;
}

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

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

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

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

}

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


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