/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.

By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content.
*/


/* fixed banners: */
#fixedpanelleft{  }
#fixedpanelright{  }
#fixedpanelbottom{  }

.slogan {font-size:1.8em;color:#e40000;font-weight:bold;text-shadow: 1px 1px #000000;background-color: hsla(0, 0%, 97%, 0.3);padding:5px;}
.headerdataTypePhone {color:#e40000;font-size:1.3em;text-shadow: 1px 1px #000000;}
.phone-icon {color:#e40000;text-shadow: 1px 1px #000000;background-color: hsla(0, 0%, 97%, 0.3);padding:5px;}

#divHeaderWrapper {padding-bottom:15px;}
.overlay_container {
  position: relative;
  /* width: 50%; */
 
}

.overlay_container .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay_container .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}

.overlay_container:hover .image {
  opacity: 0.3;
  
}

.overlay_container:hover .middle {
  opacity: 1;
}
.overlay_container .text {
  background-color: #e40000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*dddd   vertical align   */

.vertical_align_container { /* working with .vertical_align */
  position: relative;
  min-height: 300px;
}
.vertical_align { /* working with .vertical_align_container */
 margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* goverment page */
ul {
list-style: none;
}
.textwidget li:before {
font-family:FontAwesome;
content:'\f101';
color:#698FC3;font-size:.8em!important;
margin-right:12px;padding-bottom:10px!important;margin-left:-25px}


/* service page */
.services1 {text-align:center;color:#ffffff;font-weight:1.9em;padding:60px 0px;}

@media only screen and (max-width: 450px)
   {
#divWidgetAnimation_MA_container {padding-bottom:0px !important}

#divWidgetAnimation_MA_container{position:relative;padding-top:0px;padding-bottom: 0px;}
}

