/*
  Theme Name: Lemurmr
  Theme URI: http://www.webfwd.co.uk/
  Description: Simple Theme using ACF & Repeater
  Author: Webforward
  Author URI: http://www.webfwd.co.uk
  Version: 1.0
*/
/*
  Usage: Core Styles for Theme Builder
*/
.wysi_content h1,
.wysi_content h2,
.wysi_content h3,
.wysi_content h4,
.wysi_content h5,
.wysi_content h6 {
  color: #333;
  font-weight: 900;
  margin-top: 0;
}
.wysi_content h1 {
  font-size: 40px;
}
.wysi_content h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.wysi_content h3 {
  font-size: 22px;
}
.wysi_content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
}
.wysi_content p strong {
  font-size: 18px;
}
.wysi_content a {
  color: #71bb5c;
}
.wysi_content ul {
  list-style: none;
  padding: 0;
  display: table;
}
.wysi_content ul li {
  font-size: 16px;
  margin-bottom: 10px;
  display: table-row;
}
.wysi_content ul li:before {
  content: "•";
  display: table-cell;
  padding-right: 15px;
  color: #71bb5c;
}
#asc_portal .inner-col {
  padding: 60px 30px 70px;
}
#asc_portal .inner-col .title_block {
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}
#asc_portal .inner-col .btn-container {
  margin-top: 50px;
}
#asc_portal .inner-col .main.btn {
  margin: 0 5px;
}
#asc-banner {
  margin: 60px 0;
  padding: 50px 0;
}
#asc-banner .banner-title {
  line-height: 44px;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
#asc_info_block {
  display: block;
  position: relative;
  padding: 60px 0;
}
#asc_info_block .info_box {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
#asc_info_block .info_box:hover .info_box_text {
  top: 0;
  cursor: pointer;
}
#asc_info_block .info_box .info_box_text {
  transition: all 0.5s ease;
  position: absolute;
  background-color: rgba(113, 187, 92, 0.9);
  top: 155px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}
#asc_info_block .info_box .info_box_text .info_title {
  color: #fff;
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
}
#asc_info_block .info_box .info_box_text .info_text {
  color: #fff;
  font-size: 18px;
  padding: 28px 0;
}
#asc_info_block .info_box .info_box_text .info_read {
  color: #fff;
  bottom: 0;
}
#asc_splash {
  text-align: center;
  margin: 30px 0 0;
  position: relative;
  z-index: -1;
}
#asc_splash .splash_title {
  margin: 60px 0 50px;
}
#asc_splash .splash_text {
  color: #959595;
  font-size: 24px;
}
.cms_panel {
  padding: 60px 0;
}
.content_area {
  background-color: #fff;
  padding: 30px;
}
#asc_points {
  background-color: #f8fbfc;
  padding: 60px 0;
  border-top: 2px solid #e8eef0;
  border-bottom: 2px solid #e8eef0;
}
#asc_points .asc_point_mtitle {
  text-align: center;
  font-weight: 700;
  color: #333;
  margin: 0 0 25px;
  font-size: 34px;
}
#asc_points .asc_point_mtext {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin: 0 0 35px;
}
#asc_points .asc_point {
  padding: 30px 0;
}
#asc_points .asc_point .asc_point_title {
  margin: 0 0 15px;
  line-height: 20px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
#asc_points .asc_point .asc_point_text {
  margin: 0;
  font-size: 16px;
  color: #333;
}
.col-xs {
  padding: 0;
}
.row-xs {
  margin: 0;
}
#asc_pricing_table .asc_prcing_table_header {
  padding: 60px 0;
}
#asc_pricing_table .asc_prcing_table_header .asc_pricing_title {
  font-size: 42px;
  color: #333;
  font-weight: 400;
  text-align: center;
  margin: 0 0 25px;
}
#asc_pricing_table .asc_prcing_table_header .asc_pricing_text {
  color: #333;
  text-align: center;
  font-size: 26px;
}
#asc_pricing_table .asc_package_popular {
  position: absolute;
  display: block;
  text-align: center;
  background-color: #f6ad10;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  bottom: 100%;
}
#asc_pricing_table .asc_package_popular:after,
#asc_pricing_table .asc_package_popular:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#asc_pricing_table .asc_package_popular:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f6ad10;
  border-width: 10px;
  margin-left: -10px;
}
#asc_pricing_table .asc_table_bg {
  padding: 60px 0;
  background-color: #eaf2f5;
}
#asc_pricing_table .table_head {
  padding: 20px 0;
  text-align: center;
  background-color: #333;
  font-size: 22px;
  color: #fff;
}
#asc_pricing_table .table_head span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#asc_pricing_table .info li {
  padding: 10px 15px;
  text-align: center;
  color: #333;
}
#asc_pricing_table .info li .mobile-header {
  font-weight: 700;
}
#asc_pricing_table .info li .btn-table {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#asc_pricing_table .info li .btn-popular {
  background-color: #f6ad10 !important;
}
#asc_pricing_table .info li:nth-child(even) {
  background-color: #ffffff;
}
#asc_pricing_table .info.features li {
  text-align: left;
  font-weight: 700;
  color: #333;
}
#asc_staff_information .asc_staff_mtitle {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
#asc_staff_information .asc_staff_mtext {
  color: #333;
  font-size: 16px;
  margin-bottom: 30px;
}
#asc_staff_information .asc_staff_block {
  display: block;
  margin-bottom: 30px;
}
#asc_staff_information .asc_staff_block .asc_staff_name {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#asc_staff_information .asc_staff_block .asc_staff_title {
  font-size: 16px;
}
#asc_staff_information .asc_staff_block .asc_staff_text {
  font-size: 16px;
}
#asc_staff_information .asc_staff_block .asc_staff_social a {
  color: #333;
  font-size: 22px;
}
#asc_staff_information .asc_staff_block .asc_staff_social span {
  margin-right: 10px;
}
#asc_testimonials .asc_testimonial {
  margin-bottom: 35px;
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble {
  position: relative;
  border-radius: 16px;
  padding: 25px;
  background-color: #eaf2f5;
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble p {
  margin: 0;
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble:after,
#asc_testimonials .asc_testimonial .asc_testimonial_buble:before {
  top: 100%;
  left: 128px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #eaf2f5;
  border-width: 30px;
  margin-left: -30px;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption {
  margin: 30px 0 0;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption .asc_testimonial_name {
  margin: 0;
  color: #333;
  font-weight: 700;
  margin-top: 5px;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption .asc_testimonial_title {
  color: #333;
  margin-top: 0;
}
#asc_trial_banner {
  padding: 60px 0;
  text-align: center;
}
#asc_trial_banner .asc_trial_title {
  color: #fff;
  margin: 0 0 25px;
  font-size: 28px;
}
#asc_trial_banner .asc_trial_text {
  color: #fff;
  font-size: 18px;
  margin: 0 0 25px;
}
#asc_trial_banner .btn {
  border-bottom: 4px solid #5b8a19;
}
#asc_carousel {
  padding: 60px 0;
}
#asc_carousel .carousel-controls {
  margin-top: 15px;
}
#asc_carousel .carousel-controls .control {
  background-color: #71bb5c;
  padding: 5px 12px 5px;
  margin: 0 1px 0;
  display: inline-block;
  color: #fff;
}
#asc_carousel .carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#asc_carousel .carousel .carousel-group {
  width: 20000em;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
#asc_carousel .carousel .carousel-group .carousel-item {
  float: left;
  width: 25%;
  padding: 0 15px 0 15px;
}
#asc_carousel .carousel .carousel-group .carousel-item a {
  margin: 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background-color: #71bb5c;
  padding: 10px 0;
  color: #fff;
  border-bottom-right-radius: 8;
  border-bottom-left-radius: 8;
  transition: all 0.5s ease;
}
#asc_carousel .carousel .carousel-group .carousel-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tabbedContent .tab-content {
  border-bottom: 1px solid #eae6e6;
  border-right: 1px solid #eae6e6;
  border-left: 1px solid #eae6e6;
  padding: 30px;
}
.tabbedContent .nav-tabs li {
  border-color: #ddd;
}
.tabbedContent .nav-tabs li.active a {
  border-top: 4px solid #71b449;
  box-sizing: border-box;
  height: 42px;
  font-weight: 700;
}
.tabbedContent .nav-tabs a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  color: #394a59;
  margin: 0;
}
.form-control {
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.archivePage {
  margin-top: 30px;
}
.archivePage .asc_feature_overlay {
  padding: 15px;
  background-color: #eaf2f5;
  margin-bottom: 30px;
}
.archivePage .asc_article_title a {
  font-size: 22px;
  color: #333;
}
.vertAlign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/** Stage container **/
.connected-carousels {
  display: block !important;
}
.connected-carousels .stage {
  width: 100%;
  position: relative;
}
.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: 0.66;
}
.connected-carousels .photo-credits a {
  color: #fff;
}
/** Navigation container **/
.connected-carousels .navigation {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative;
}
.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.connected-carousels .carousel li {
  float: left;
}
/** Stage carousel specific styles **/
/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation {
  width: 100%;
  background: #fff;
}
.connected-carousels .carousel-navigation li {
  cursor: pointer;
  width: 236px;
}
.connected-carousels .carousel-navigation li img {
  display: block;
  border: 6px solid #fff;
}
.connected-carousels .carousel-navigation li.active img {
  border-color: #0268a6;
}
/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 305px;
  height: 410px;
  color: #fff;
}
.connected-carousels .prev-stage {
  left: 0;
}
.connected-carousels .next-stage {
  right: 0;
}
.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none;
}
.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.connected-carousels .prev-stage span {
  left: 20px;
}
.connected-carousels .next-stage span {
  right: 20px;
}
.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block;
}
/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0268a6;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 16px/29px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.connected-carousels .prev-navigation {
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 6px;
}
.connected-carousels .next-navigation {
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 20px;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: 0.5;
  cursor: default;
}
.Axl_Testimonials_Widget_Slider_Widget {
  padding-bottom: 40px !important;
}
.Axl_Testimonials_Widget_Slider_Widget blockquote {
  border: 0;
  padding: 0;
  font-style: italic;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
html {
  margin: 0 !important;
}
a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
img {
  max-width: 100%;
}
.cms_title {
  padding: 30px 0;
  background-color: #f1f1f1;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 120px;
}
h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #007236 !important;
}
.themeHeader {
  padding: 30px 0;
}
.themeHeader .headerText {
  margin: 25px 0 0;
  font-size: 20px;
}
.themeHeader .headerText span {
  color: #007236;
}
.navbar {
  margin-bottom: 0 !important;
  background-color: #007236;
  border: none;
  border-radius: 0;
}
.navbar .navbar-collapse {
  padding-left: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    padding: inherit !important;
  }
}
.navbar .socialIcon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  float: right;
  margin: 10px 0 0 10px;
  position: relative;
}
.navbar .socialIcon.facebook {
  background-color: #4d67a3;
}
.navbar .socialIcon.twitter {
  background-color: #4d67a3;
}
.navbar .socialIcon.linkedin {
  background-color: #0178b5;
}
.navbar .socialIcon span {
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
.navbar .nav-slogan {
  line-height: 50px;
  margin: 0;
  color: #c3e0ae;
  font-weight: 400;
  font-size: 16px;
}
.navbar .navbar-brand {
  font-weight: 900;
  color: #fff;
  height: 96px;
  line-height: 66px;
}
.navbar .navbar-brand.image {
  padding: 0;
  width: 90px;
  margin: 6px 0 0 0;
}
.navbar li.menu-item:before {
  content: ' - ';
  line-height: 20px;
  padding: 15px 0;
  margin-right: 2px;
  float: left;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar li.menu-item:before {
    content: '';
    margin-right: 0;
  }
}
.navbar li.menu-item:first-child a {
  padding-left: 2px;
}
@media (max-width: 767px) {
  .navbar li.menu-item:first-child a {
    padding-left: 15px !important;
  }
}
.navbar li.menu-item:first-child:before {
  content: '';
}
.navbar li.menu-item.active > a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
.navbar li.menu-item.active > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar li.menu-item.active > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar li.menu-item.open > a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navbar li.menu-item.open > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navbar li.menu-item.open > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.navbar li.menu-item > ul.dropdown-menu {
  border-radius: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: none;
}
.navbar li.menu-item > ul.dropdown-menu li.menu-item > a {
  font-weight: 400;
}
.navbar li.menu-item > ul.dropdown-menu li.menu-item > a:hover {
  background-color: transparent;
  color: #333;
}
.navbar li.menu-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #c3e0ae;
}
.btn {
  border-radius: 0;
  border: 2px solid;
}
.btn.btn-lg {
  font-weight: 700;
}
.btn.btn-default {
  border-color: #fff;
}
.btn.btn-default.btn-opacity {
  color: #fff;
}
.btn.btn-primary {
  border-color: #42a5f5;
  background-color: #42a5f5;
  text-transform: uppercase;
  color: #fff;
}
.btn.btn-primary.btn-opacity {
  color: #0268a6;
}
.btn.btn-primary:hover {
  border-color: #0268a6;
  background-color: #0268a6;
}
.btn.btn-success {
  border-color: #58af4d;
  background-color: #58af4d;
  text-transform: uppercase;
  color: #fff;
}
.btn.btn-success.btn-opacity {
  color: #58af4d;
}
.btn.btn-warning {
  border-color: #ff7408;
  background-color: #ff7408;
}
.btn.btn-warning.btn-opacity {
  color: #ff7408;
}
.btn.btn-opacity {
  background-color: transparent;
}
#asc_footer {
  padding: 30px 30px;
  background-color: #007236;
  z-index: 9999;
}
#asc_footer .fa {
  color: #fff;
}
#asc_footer .footerBlock .footerMenu ul li:before {
  content: ' - ';
  padding-right: 10px;
}
#asc_footer .footerBlock .footerMenu ul li:first-child:before {
  content: '';
}
#asc_footer .footerBlock .footerLogo {
  width: 100px;
}
#asc_footer .footerBlock .copy {
  font-size: 14px;
  color: #c3e0ae;
}
#asc_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#asc_footer ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  float: left;
  margin-left: 15px;
}
#asc_footer ul li.fa:before {
  margin-right: 10px;
}
#asc_footer ul li a {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
#asc_footer_bottom {
  padding: 25px 0 40px;
  background-color: #e6e6cf;
}
#asc_footer_bottom p {
  color: #8e959c;
  margin: 0;
}
.borders .widget {
  border-left: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  padding: 30px;
  font-size: 18px;
}
.borders .widget .footer-title {
  color: #1882a9;
  font-weight: bold;
}
.borders .widget.widget_text {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.borders .widget.widget_text p {
  font-weight: 400;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
}
.borders .widget.widget_recent_entries ul {
  margin: 10px 0 0;
  font-size: 18px;
  list-style: none;
  padding: 0;
}
.borders .widget.widget_recent_entries ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.borders .widget.widget_recent_entries ul li a {
  color: #333;
}
.borders .widget.widget_archive ul {
  margin: 10px 0 0;
  font-size: 18px;
  list-style: none;
  padding: 0;
}
.borders .widget.widget_archive ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.borders .widget.widget_archive ul li a {
  color: #333;
}
.borders .widget.widget_categories {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.borders .widget.widget_categories ul {
  margin: 10px 0 0;
  font-size: 18px;
  list-style: none;
  padding: 0;
}
.borders .widget.widget_categories ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.borders .widget.widget_categories ul li a {
  color: #333;
}
.widget {
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin-bottom: 30px;
  text-align: left;
  border-radius: 8px;
}
.widget h3 {
  color: #007236;
  text-align: left;
}
.widget.widget_text span {
  color: #007236;
}
.widget.widget_text .client {
  margin-bottom: 0;
  color: #007236;
}
.widget.widget_text .client small {
  display: block;
}
.widget.widget_text p:last-child {
  margin: 0;
}
.page-title {
  color: #0077b5;
  font-size: 28px;
  margin-top: 0;
  font-weight: 700;
}
.asc_content_area {
  padding: 60px 0;
}
.asc_content_area p {
  color: #333;
  font-size: 18px;
}
.asc_content_area ul li {
  color: #333;
  font-size: 18px;
}
.asc_sub_feature {
  padding: 60px 0;
  background-color: #eaf2f5;
}
.asc_sub_feature .asc_sub_blog {
  position: relative;
  margin-bottom: 30px;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 25px;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay .asc_article_title {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay .asc_article_title a {
  color: #333;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay .asc_article_title a:hover {
  text-decoration: none;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay .asc_article_excerpt {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.asc_sub_feature .asc_sub_blog .asc_feature_overlay .asc_article_date {
  font-size: 16px;
  color: #333;
  margin: 5px 0 0;
}
.asc_feature_blog {
  margin: 60px 0;
  position: relative;
}
.asc_feature_blog .asc_feature_overlay {
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  padding: 25px;
}
.asc_feature_blog .asc_feature_overlay .asc_article_title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.asc_feature_blog .asc_feature_overlay .asc_article_title a {
  color: #fff;
}
.asc_feature_blog .asc_feature_overlay .asc_article_title a:hover {
  text-decoration: none;
}
.asc_feature_blog .asc_feature_overlay .asc_article_excerpt {
  font-size: 18px;
  color: #fff;
}
.asc_feature_blog .asc_feature_overlay .asc_article_date {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}
.asc_single_article .asc_article_title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 28px;
  color: #333;
  font-weight: 700;
}
.asc_single_article .asc_feature_image {
  margin: 15px 0 0;
}
.asc_single_article .asc_article_meta {
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  color: #8e959c;
  padding: 8px 0;
}
.asc_single_article .asc_article_meta span {
  color: #333;
}
.fancyTitle {
  display: block;
  position: absolute;
  top: 127px;
  padding: 30px 30px 15px;
  border-top: 5px solid #8bb174;
  background-color: #fff;
  margin: 0 -30px;
  width: 100%;
  font-size: 24px !important;
  font-weight: 700 !important;
}
.clientBox .clientImg {
  background-color: #f5f5f5;
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.clientBox p {
  margin: 0;
}
.clientBox h4 {
  margin-bottom: 25px;
  color: #45a2ae;
  font-size: 15px;
}
.socialBlock {
  display: block;
  text-align: center;
  padding: 30px 30px;
  color: #fff;
  background-color: #333;
  transition: all 0.5s ease;
}
.socialBlock:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.socialBlock h4 {
  margin-bottom: 0;
}
.socialBlock .fa {
  font-size: 42px;
}
.videoBlock {
  margin-bottom: 30px;
}
.videoBlock h2 {
  font-size: 21px;
  color: #1882a9;
  font-weight: 700;
}
.videoBlock p {
  font-size: 15px;
}
.videoBlock a {
  color: #3eb3a4;
  font-weight: 700;
}
.itBlock {
  margin-bottom: 30px;
}
.itBlock .title {
  background-color: #333;
  margin: 0;
  padding: 20px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.itBlock .title a {
  color: #fff;
}
.blogWrapper {
  border-top: 20px solid #e8eaeb;
}
#advSearch .form-group .form-control {
  border: none;
  border-radius: 4px;
}
#advSearch .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  overflow: hidden;
  color: #0268a6;
  font-weight: 700;
}
#advSearch .form-group select.form-control option {
  color: #0268a6;
  font-weight: 700;
}
#advSearch .form-group span.form-control-feedback {
  top: 11px;
  color: #f39a44;
}
.panel {
  border-radius: 0;
  border: none;
}
.panel .panel-heading {
  padding: 20px 15px;
  border: none;
}
.panel .panel-title {
  text-transform: uppercase;
}
.panel .panel-heading {
  border-radius: 0;
  text-align: center;
}
.panel .panel-body {
  border-radius: 0;
  border: none;
}
.panel.panel-primary .panel-heading {
  background-color: #0268a6;
}
.panel.panel-primary .panel-body {
  background-color: #e6e6cf;
}
.panel.panel-info .panel-heading {
  background-color: #2e3373;
}
.panel.panel-info .panel-heading .panel-title {
  color: #fff;
}
.panel.panel-info .panel-body {
  background-color: #0268a6;
}
.homeForm {
  background-color: #f1f1f1;
  padding: 30px;
}
.homeForm h2 {
  color: #007236;
  text-align: center;
  margin: 0 0 25px;
}
.homeForm .form-control {
  border-radius: 8px;
  border: none;
}
.homeForm .btn-submit {
  display: block;
  border-radius: 8px;
  width: 100%;
  background-color: #007236;
  color: #fff;
  border: none;
}
.homeBox {
  padding: 30px 60px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .homeBox {
    margin-bottom: 60px;
  }
}
.homeBox.dark .boxTitle,
.homeBox.dark .boxText,
.homeBox.dark .boxLink {
  text-align: center;
  color: #333;
}
.homeBox .boxIcon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #f9b21c;
}
.homeBox .boxIcon span {
  font-size: 34px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homeBox .boxTitle,
.homeBox .boxText,
.homeBox .boxLink {
  text-align: center;
  color: #fff;
}
.homeBox .boxTitle {
  margin-bottom: 30px;
}
.homeBox .boxLink {
  display: block;
  margin: 30px 0 0;
}
#bs_form_2 {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  #bs_form_2 {
    margin-bottom: 30px;
  }
}
#bs_form_2 .form-control {
  border-radius: 8px;
  border: none;
}
#bs_form_2 .btn-submit {
  display: block;
  border-radius: 8px;
  width: 100%;
  background-color: #007236;
  color: #fff;
  border: none;
  height: 46px;
  padding: 10px 16px;
}
#bs_form_2 textarea {
  height: 200px;
}
#asc_testimonials .asc_testimonial {
  margin-bottom: 35px;
}
#asc_testimonials .asc_testimonial_buble {
  background-color: #c3e0ae !important;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  font-size: 18px;
}
#asc_testimonials .asc_testimonial_buble p {
  margin: 0;
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble::after,
#asc_testimonials .asc_testimonial .asc_testimonial_buble::before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  left: 128px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
@media (max-width: 767px) {
  #asc_testimonials .asc_testimonial .asc_testimonial_buble::after,
  #asc_testimonials .asc_testimonial .asc_testimonial_buble::before {
    left: 50%;
  }
}
#asc_testimonials .asc_testimonial .asc_testimonial_buble::after {
  border-color: #c3e0ae rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
  border-width: 30px;
  margin-left: -30px;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption {
  margin: 30px 0 0;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption .asc_testimonial_name {
  color: #007236;
  font-weight: 700;
  margin: 5px 0 0;
}
#asc_testimonials .asc_testimonial .asc_testimonial_caption .asc_testimonial_title {
  color: #007236;
  margin-top: 0;
}
@media (max-width: 767px) {
  .asc_feature_blog .asc_feature_overlay {
    position: relative;
  }
}
