body,
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.h1,
h1 {
  font-size: 2em;
  font-weight: 700;
}
.h2,
h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 1.125em;
  font-weight: 700;
}
.h4,
h4 {
  font-size: 0.875em;
  font-weight: 700;
}
.h5,
h5 {
  font-size: 0.5em;
  font-weight: 700;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
img {
  max-width: 100%;
  height: auto;
}
#header {
  position: relative;
  z-index: 2;
}
#header.sticky #top_bar {
  display: none;
}
#header.sticky #main_header {
  position: fixed;
  top: 0px;
  z-index: 10000;
}
#slider {
  position: relative;
  z-index: 1;
}
#top_bar {
  padding: 0.5em 0;
}
#top_bar .phone,
#top_bar .social {
  color: #fff;
  line-height: 1.625em;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#top_bar .phone{
color:#FFF !important;
}
#top_bar .phone:hover {
  text-decoration: none;
  color: #FFF;
}
#top_bar .social {
  display: inline-block;
  height: 1.95em;
  line-height: 1.95em;
  width: 1.95em;
  padding: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
#top_bar .social .fa {
  font-size: 1.2em;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#top_bar .social:hover {
  background: #555;
  border: 1px solid #555;
}
#top_bar .social:hover .fa {
  color: #fff;
}
#main_header {
  padding: 1em 0;
  width: 100%;
}
#top-menu {
  list-style: none;
  padding: 0px;
  display: inline-block;
  margin: 0px;
  height: 100%;
}
#top-menu > li {
  display: inline-block;
  height: 100%;
  margin-right: 0.5em;
  position: relative;
}
#top-menu > li a {
  color: #FFF;
  vertical-align: middle;
  font-size: 1em;
  padding: 0.5px 0em;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#top-menu > li a:hover {
  text-decoration: none;
  color: #e5bc19;
}
#top-menu > li.current-menu-item > a,
#top-menu > li.current-menu-parent > a {
  color: #e5bc19;
}
#top-menu > li:hover ul {
  display: inline-block;
}
#top-menu > li ul:hover {
  display: inline-block;
}
#top-menu > li ul {
  display: none;
  position: absolute;
  background: rgba(85,85,85,0.8);
  padding: 0px;
  z-index: 9000000000;
  left: 0px;
  min-width: 6.25em;
  -moz-transition-duration: 0.4;
  -webkit-transition-duration: 0.4;
  transition-duration: 0.4;
  border: 1px solid #e5bc19;
  top: 100%;
}
#top-menu > li ul >li {
  display: block;
  width: 100%;
  list-style: none;
  text-align: left;
}
#top-menu > li ul >li >a {
  display: block;
  padding: 0.5em;
  color: #FFF;
  white-space: nowrap;
}
#top-menu > li ul >li >a:hover {
  background: #e5bc19;
  color: #FFF;
}
#top-menu > li ul >li.current-menu-item > a {
  background: #e5bc19;
  color: #FFF;
}
#top-menu > li ul:before {
  content: "\f0d8";
  color: #e5bc19;
  position: absolute;
  top: -15px;
  font-size: 16px;
  font-family: FontAwesome;
  left: 0px;
}
#top-menu > li.menu-item-has-children > 	a:after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 0.313em;
}
#services .vc_column-inner {
  transition: background-color 300ms ease-out 0s;
  -moz-transition: background-color 300ms ease-out 0s;
  -webkit-transition: background-color 300ms ease-out 0s;
}
#services .vc_column-inner .increase_width {
  transition: 300ms ease-out 0s;
  -moz-transition: 300ms ease-out 0s;
}
#services .vc_column-inner img {
  height: 65px;
  width: auto;
}
#services .vc_column-inner:hover {
  background: #F3F3F3;
}
#services .vc_column-inner:hover .increase_width {
  width: 60%;
}
#services .vc_column-inner li {
  font-weight: 300;
}
#services .vc_column-inner .service_button button {
  background-color: #fff !important;
  background-image: none;
  border: 2px solid #b0b0b0;
  color: #000;
}
#services .vc_column-inner .service_button button:hover {
  background-color: #b0b0b0 !important;
  color: #fff;
}
#pricing {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f8fafb;
}
.plans h2 {
  color: #303F9F;
  font-weight: 300;
  margin-bottom: 0px;
}
.plans h2 strong {
  font-weight: 700;
}
.plans .red {
  color: red;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.plans .box {
  border: 3px solid #333333;
}
.plans .plan_row {
  padding: 0.625em 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.plans .plan_row.plan_noline {
  border-bottom: 0px;
}
.plans .plan_row.plan_noline .plan2 {
  font-size: 0.875em;
}
.plans .plan_content {
  display: inline-block;
}
.plans .plan_icon,
.plans .plan_icon2 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1.375em;
  min-width: 32px;
  text-align: center;
}
.plans .plan_icon2 {
  font-size: 2em;
}
.plans .plan_info {
  display: table-cell;
  vertical-align: middle;
}
.plans .plan1 {
  font-size: 1em;
  color: #555555;
  font-weight: 700;
}
.plans .plan2 {
  font-size: 1em;
  color: #555555;
  font-weight: 400;
}
.plans .plan3 {
  font-size: 0.875em;
  color: #cccccc;
  font-weight: 300;
  font-style: italic;
}
.plans .plan_button {
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding: 0.85em 0;
  display: block;
  background: #ff5722;
  width: 100%;
  border-bottom: 4px solid #b73a14;
  margin: 10px 0px;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
.plans .plan_button .fa {
  display: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
.plans .plan_button:hover {
  text-decoration: none;
}
.plans .plan_button:hover .fa {
  display: inline-block;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
}
#tmgts_special {
  max-width: 100%;
}
#special {
  background-repeat: repeat-x;
  background-position: center center;
}
#footer {
  padding: 2em 0px;
  background: #81d742;
  color: #FFF;
}
#footer h1 {
  font-weight: 300;
}
#footer .hire {
  background: #fff;
  -moz-transition-duration: 0.5ms;
  -webkit-transition-duration: 0.5ms;
  transition-duration: 0.5ms;
  border: 1px solid #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #000;
  padding: 1em;
  display: inline-block;
  width: 100%;
  text-align: Center;
}
#footer .hire .fa {
  margin-right: 10px;
}
#footer .hire:hover {
  color: #FFF !important;
  background: transparent !important;
  text-decoration: none !important;
}
#footer2 {
  color: #fff;
  padding: 0.5em;
}
#footer2 .social {
  margin-right: 1em;
  font-size:1.5em;
}

.footer-flex{
display:flex;
display:-webkit-flex;
display:-moz-flex;
justify-content:flex-end;
align-items:center;
}
.tmgts_cell {
  display: table-cell;
  vertical-align: middle;
}

.bws-shadow{
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body,
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body,
  html {
    font-size: 15px;
  }
  #special {
    background-image: none;
    background-color: #f3f3f3;
  }
  .tmgts_cell {
    display: block;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
  }
  #footer2 div {
    text-align: center !important;
  }
  #footer2 .col-xs-12 {
    margin-top: 0.5em;
  }
  #footer2 .social {
    margin: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  body,
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  body,
  html {
    font-size: 14px;
  }
}
