
figure img{
	width: 100%;
}
@media (max-width: 576px) { 
    .logo{ width: 250px;

    }
 }
/*------Home Page css------*/
.homeabout h1{
    text-transform: uppercase;
    color: #3384d2;
    text-align: center;
    padding-bottom: 20px;
}
.homeabout h1 span{
	color: #89ba05;
}
.pcenter{
	text-align: center;
	color: #555;
	line-height: 1.8;
}
.pjustify{
	text-align: justify;
	color: #555;
	line-height: 1.8;
}
.missionvision h3{
    text-transform: uppercase;
    color:#3384d2; 
}
.featuredbg{
	background-color: #f0f2f9;
}
.featuredbg h2{
	padding-bottom: 20px;
	color: #3384d2;
}
.featuredbg h2 span{
	color:#89ba05;
}
.hcontactbtn h3{
	text-transform: uppercase;
	color:#3384d2;
}
.hcontactbtn h4{
	color:#89ba05; 
}
/*------Home Page css------*/

/*------Page Banner css------*/
.pagebanner{
  position: relative;
}
.pagebanner img{
  display: block;
  width: 100%;
}
.pagebanner .pagebannercontent{
  position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}
.pagebanner .pagebannercontent .pagebannertitle h1{
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .pagebanner .pagebannercontent .pagebannertitle h1{

  font-size: 26px;
}
}

/*------Page Banner css------*/

/*------footer css------*/
.bg-dark-light {
    background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #13bfb1;
}
.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 20px;
}

/*------footer css------*/