#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: #007bff;
	border-bottom: 2px solid #007bff;
	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);
		position: relative;
	z-index: 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: #545454;
	font-size: 16px;
	display: inline-block;

}

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


#categories{
	  display: flex !important;
    flex-wrap: nowrap !important;
}

#cat1{
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff; 
	color: #545454; 
	padding: 0px;
	width:25%;
	margin-bottom: 50px;
}

#cat1:hover{
	margin-left: 10px;
	margin-right: 10px;
	background-color: #007bff; 
	color: #ffffff; 
	padding: 0px;
	width:25%;
	margin-bottom: 50px;
}

#cat1 h4:hover{
	color: #ffffff; 
}


#services{
	max-width: 31% !important;
	margin: 12px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	transition: all 0.5s;
}

#services:hover{
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


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

#services h4{
	margin-top: 20px;
	color: #01012f;
}

#services h4:hover{
	text-decoration: none;
	color: #007bff;
	border: none;
}

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

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

}

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

.theme-separator-line-horrizontal-full {
    background-color: #007bff;
    height: 0.25rem;
    width: 5.25rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.938rem;
}

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


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

#background-overlay{
    background-color: #f3f8fe;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
	color: white;
	font-size: 18px;
	display: inline-block;
}

.vision-area h1{
	font-weight: normal;
	padding-top: 30px;
	text-align: center !important;
	font-size: 36px;
	color: #01012f;
	font-weight: 600;
}


.vision-area h4{
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left !important;
	font-size: 24px;
	color: #01012f;
	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------------------*/





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

.Widgets-area{
	width: 100%;
	padding: 30px;
	color: #ffffff;
	display: inline-block;
	background-color: #01012f;
	border-top: 3px solid #007bff;
  border-bottom: 3px solid #007bff;
}

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

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

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


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

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

footer{
	width: 100%;
  font-size: 0.938rem;
  padding: 1.75rem 0;
	background-color: #ffffff;
	color: #01012f;
	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%;
  }
}

/* -------------End Services 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;
}



#wowslider-container1 .ws-title div{
	  margin-top: 0.5em;
    font-size: 16px !important;
    padding: 50px !important;
    line-height: 20px !important;
    color: #e5e5e5 !important;
    background-color: rgb(61 61 61 / 70%) !important;
}

.btn-small {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 0;
    border-radius: 40px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
    box-shadow: none;
    background: #007bff;
    color: #ffffff;
    padding: 15px;
    margin-top: 10px;
}

#wowslider-container1 .ws-title{
	    position: absolute;
    font: 1.3em 'Roboto', sans-serif;
    margin-right: 10em
    z-index: 50;
    color: #FFFFFF;
    left: 10% !important;
    background: none;
    padding: 1em;
    bottom: 10% !important;
    top: auto;
    opacity: 1;
}

.theme-info-area {
    background-color: #f3f8fe;
    padding: 1.563rem 0;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 7px 25px 1px rgba(0,0,0,0.08);
    z-index: 100;
    margin-right: 0;
    margin-left: 0;
    margin-top: -120px;
    margin-bottom: 50px;
}

#theme-info-area{
	margin-top: -100px;
	display: block;
}

.theme-info-area .media {
    padding: 1.25rem 0.938rem;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.theme-info-area i.icon {
    background: #01012f;
    border-radius: 50%;
    color: #fff;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    padding: 0.313rem;
    position: relative;
    -webkit-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    -o-transition: .3s cubic-bezier(.53,.645,.51,1.34);
    transition: .3s cubic-bezier(.53,.645,.51,1.34);
}

.theme-info-area i.icon:hover {
    background: #007bff;
    border-radius: 50%;
    color: #fff;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*-------Profile-------------*/

.banner2{
	display: inline-block;
	width: 100%;
	background-color: #007bff;
	color: #ffffff;
  height: 300px;
	padding: 150px;
	text-align: center;
}



#background-overlay2{
    background-color: #f3f8fe;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
	color: white;
	font-size: 18px;
	padding-top: 50px;
	display: inline-block;
}

.vision-area h1{
	font-weight: normal;
	padding-top: 30px;
	text-align: center !important;
	font-size: 36px;
	color: #01012f;
	font-weight: 600;
}


.vision-area h4{
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left !important;
	font-size: 24px;
	color: #01012f;
	font-weight: 600;
}

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

#cat2{
	background-color: #ffffff; 
	color: #818181; 
	font-size: 17px;
	padding: 50px;
	text-align: center;
	margin-bottom: 50px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	transition: all 0.5s;
}

#cat2:hover{

	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#cat2 h4:hover{
	color: #ffffff; 
}

.et:hover{
	transform: scale(0.9);
	transition: all 0.5s;
}

.cat3{
	background-color: #EDEDED; 
	color: #535657;

	padding: 15px;
	width:25%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.7s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}