@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,500,700');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Hallstar Solutions
 Author URI:   https://hallstarsolutions.com
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
.cut-corners {
  clip-path: polygon(10px 0%, calc(100% - 0) 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 50px 100%, 0% calc(100% - 50px), 0% 10px);
}
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Gotham", Verdana, Arial, sans-serif;
  color: #3a3a3a;
  letter-spacing: 0;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.subtitle .fl-heading-text {
  color: #e31937;
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.heading-blue {
  color: #40bada;
}
.heading-blue .fl-heading-text {
  color: #40bada;
}
h1, h1 .fl-heading-text, h2, h2 .fl-heading-text {
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  font-weight: bold;
}
h1, h2, h3, h4 {
  text-transform: uppercase !important;
}
h3, h4 {
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
  text-transform: uppercase;
}
h2, h2 .fl-heading-text {
  font-size: 36px;
}
.kulturista h2, .kulturista h2 .fl-heading-text {
  font-size: 40px;
  font-family: "Kulturista Semibold", Verdana, Arial, sans-serif;
  color: #fff;
}
h3, h3 .fl-heading-text {
  font-size: 24px;
}
h4, h4 .fl-heading-text {
  font-size: 16px;
}
p, ul {
  font-size: 18px;
  line-height: 1.7;
}
@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 22px;
  }
  p, ul {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px !important;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }
  h4, h4 .fl-heading-text {
    font-size: 20px;
  }
  p, ul {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li:before {
  color: #e31937;
  position: absolute;
  left: -30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f058";
  padding-right: 10px;
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }
}
.fl-button {
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  min-width: 180px;
  padding: 16px 18px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !Important;
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  color: #fff !important;
  background: #e31937 !important;
  border-color: #e31937 !important;
  color: #fff !important;
}
.primary .fl-button span {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #b5142c !important;
  border-color: #b5142c !important;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}
.secondary .fl-button {
  color: #fff !important;
  background: #40bada !important;
  border-color: #40bada !important;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #b5142c !important;
  border-color: #b5142c !important;
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}
.transparent-primary .fl-button {
  background: none !important;
  border-color: #e31937 !important;
  color: #e31937 !important;
}
.transparent-primary .fl-button:hover {
  border-color: #e31937 !important;
  color: #fff !important;
  background: #b5142c !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #40bada !important;
  color: #40bada !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #b5142c;
  color: #fff !important;
  background: #b5142c !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.dual-btn div.link a:hover {
  color: #e31937;
}
.dual-btn div.link a:hover::after {
  right: -50px;
}
.dual-btn div.link a::after {
  transition: 0.3s;
  display: block;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  right: -30px;
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}
.banner {
  color: #fff;
}
.min-height .fl-row-content-wrap {
  display: flex;
  min-height: 500px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
}
.min-height-2 .fl-row-content-wrap {
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 992px) {
  .min-height-2 .fl-row-content-wrap {
    min-height: 450px;
  }
}
@media all and (max-width: 768px) {
  .min-height-2 .fl-row-content-wrap {
    min-height: 400px;
  }
}
.overlay .fl-row-content-wrap:after, .gradient .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.overlay .fl-row-content, .gradient .fl-row-content {
  z-index: 10;
}
.overlay .fl-row-content-wrap:after {
  background: rgba(0, 0, 0, 0.5);
}
.intro-max-width {
  width: 100%;
}
.intro-max-width .fl-col-content {
  max-width: 800px;
  margin: 0 auto;
}
.general-img img {
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.15);
}
.z-top {
  position: relative;
  z-index: 1000;
}
.saturate img {
  filter: contrast(140%) saturate(65%);
}
.saturate:hover img {
  filter: contrast(160%) saturate(0%);
}
.red-triangle {
  max-width: 1180px;
}
.red-triangle .fl-builder-shape-triangle svg {
  left: 50%;
  transform: scaleX(1) scaleY(1) translateX(-50%);
  width: 140%;
}
@media all and (max-width: 992px) {
  .red-triangle .fl-builder-shape-triangle svg {
    width: 200%;
  }
}
@media all and (max-width: 768px) {
  .red-triangle .fl-builder-shape-triangle svg {
    width: 200%;
  }
}
@media all and (max-width: 450px) {
  .red-triangle h2.fl-heading {
    margin-top: -20px !important;
  }
}
@media all and (max-width: 768px) {
  .red-triangle h2.fl-heading .fl-heading-text {
    font-size: 30px;
  }
}
@media all and (max-width: 450px) {
  .red-triangle h2.fl-heading .fl-heading-text {
    font-size: 28px;
  }
}
.timeline .pp-timeline-item {
  margin-bottom: 120px !important;
}
.timeline .pp-timeline-item .pp-timeline-icon-wrapper {
  width: 100% !important;
}
.timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon {
  border-color: #e31937 !important;
  position: relative;
  border: 5px solid;
  background-color: #dadada;
  border-radius: 50%;
}
@-moz-document url-prefix() {
  .timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon::after {
    height: calc(100% - 10px) !important;
    width: calc(100% - 10px) !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
.timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon .pp-icon::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 5px;
  background-color: #e31937;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon .pp-icon::before {
    width: 150px;
  }
}
@media (max-width: 900px) and (max-width: 410px) {
  .timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon .pp-icon::before {
    width: 100px;
  }
}
.timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon .pp-icon::after {
  content: "";
  position: absolute;
  border: 18px solid transparent;
  top: 50%;
  transform: translateY(-50%);
}
.timeline .pp-timeline-item .pp-timeline-icon-wrapper .pp-timeline-icon::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 5px solid #fff;
  border-radius: 50%;
}
.timeline .pp-timeline-item .pp-timeline-content .pp-timeline-text-wrapper {
  padding-top: 0 !important;
}
.timeline .pp-timeline-item .pp-timeline-content .pp-timeline-title-wrapper {
  position: relative;
  background-color: transparent !important;
  height: 50px;
}
.timeline .pp-timeline-item .pp-timeline-content .pp-timeline-title-wrapper .pp-timeline-title {
  position: absolute;
  top: -45px;
  color: #e31937 !important;
  font-size: 54px;
  font-weight: bold;
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
}
@media (max-width: 995px) {
  .timeline .pp-timeline-item .pp-timeline-content .pp-timeline-title-wrapper .pp-timeline-title {
    top: -40px;
  }
}
.timeline .pp-timeline-item .pp-timeline-content .pp-timeline-text h3 {
  margin-bottom: 10px !important;
}
.timeline .pp-timeline-item .pp-timeline-content img {
  position: absolute;
  transform: translateY(-50%);
  width: 300px;
  top: 41%;
}
@media all and (max-width: 768px) {
  .timeline .pp-timeline-item .pp-timeline-content img {
    display: none;
  }
}
.timeline .pp-timeline-item:nth-child(odd) .pp-icon::before {
  right: 100%;
}
@media all and (max-width: 768px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-icon::before {
    right: auto;
    left: 100%;
  }
}
.timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
  border-left-color: #e31937 !important;
  right: calc(100% + 200px - 25px);
}
@media (max-width: 900px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
    right: calc(100% + 200px - 71px);
  }
}
@media all and (max-width: 768px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
    border-right-color: #e31937 !important;
    border-left: none !important;
    right: calc(-100% - 200px + 71px) !important;
  }
}
@media (max-width: 410px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
    right: calc(-100% - 200px + 121px) !important;
  }
}
@-moz-document url-prefix() {
  @media all and (max-width: 768px) {
    .timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
      right: calc(-100% - 200px + 75px) !important;
    }
  }
  @media (max-width: 410px) {
    .timeline .pp-timeline-item:nth-child(odd) .pp-icon::after {
      right: calc(-100% - 200px + 125px) !important;
    }
  }
}
.timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content .pp-timeline-title {
  right: 170px;
}
@media (max-width: 900px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content .pp-timeline-title {
    right: 140px;
  }
}
@media all and (max-width: 768px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content .pp-timeline-title {
    right: auto;
    left: 140px;
  }
}
@media (max-width: 410px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content .pp-timeline-title {
    left: 100px;
  }
}
.timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content img {
  right: 11%;
}
@media (max-width: 995px) {
  .timeline .pp-timeline-item:nth-child(odd) .pp-timeline-content img {
    right: 2%;
  }
}
.timeline .pp-timeline-item:nth-child(even) .pp-icon::before {
  left: 100%;
}
.timeline .pp-timeline-item:nth-child(even) .pp-icon::after {
  left: calc(100% + 200px - 25px);
  border-right-color: #e31937 !important;
}
@media (max-width: 900px) {
  .timeline .pp-timeline-item:nth-child(even) .pp-icon::after {
    left: calc(100% + 200px - 71px);
  }
}
@media (max-width: 410px) {
  .timeline .pp-timeline-item:nth-child(even) .pp-icon::after {
    left: calc(100% + 200px - 121px);
  }
}
.timeline .pp-timeline-item:nth-child(even) .pp-timeline-content .pp-timeline-title {
  left: 170px;
}
@media (max-width: 900px) {
  .timeline .pp-timeline-item:nth-child(even) .pp-timeline-content .pp-timeline-title {
    left: 140px;
  }
}
@media (max-width: 900px) and (max-width: 410px) {
  .timeline .pp-timeline-item:nth-child(even) .pp-timeline-content .pp-timeline-title {
    left: 100px;
  }
}
.timeline .pp-timeline-item:nth-child(even) .pp-timeline-content img {
  left: 11%;
}
@media (max-width: 995px) {
  .timeline .pp-timeline-item:nth-child(even) .pp-timeline-content img {
    left: 2%;
  }
}
.heading-star .fl-rich-text h3 {
  margin-bottom: 0;
}
.heading-star .fl-rich-text p {
  position: relative;
}
.heading-star .fl-rich-text p::after {
  content: "";
  height: 60px;
  width: 60px;
  mask: url("/wp-content/uploads/2020/06/Good_article_star.svg");
  -webkit-mask: url("/wp-content/uploads/2020/06/Good_article_star.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  top: -20px;
  left: -80px;
  position: absolute;
  background-color: #e31937;
}
.underlined .underlined-span {
  text-decoration: underline;
}
input[type=submit].gform_button {
  background-color: #e31836;
  border-radius: 5px;
}
input[type=submit].gform_button:hover {
  background-color: #d2353e;
}
#primary-menu {
  margin-top: 10px;
}
#primary-menu a {
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
  margin-right: 20px;
}
#primary-menu li.menu-btn a {
  font-family: "Gotham Books", Verdana, Arial, sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0);
  background-color: #e31937 !important;
  border: 1px solid #e31937 !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #b5142c !important;
  border-color: #b5142c !important;
  color: #fff !important;
}
#sticky-navigation {
  z-index: 1001 !important;
  padding-bottom: 10px;
}
#sticky-navigation .menu-item a {
  line-height: 45px;
}
#mobile-header {
  z-index: 9999 !important;
}
footer .upper-footer h4 {
  font-size: 14px;
}
footer .upper-footer h5 {
  font-size: 10px;
  margin-bottom: 0 !Important;
}
footer .upper-footer p, footer .upper-footer a {
  color: #231f20;
  font-size: 14px;
  font-weight: normal;
}
@media all and (max-width: 450px) {
  footer .upper-footer p, footer .upper-footer a {
    font-size: 12px;
  }
}
footer .upper-footer li {
  padding: 0 !important;
}
footer .upper-footer .links p {
  line-height: 2;
}
footer .lower-footer p, footer .lower-footer a {
  font-size: 12px;
  color: #fff;
}
footer .lower-footer .lower-footer-menu #menu-lower-footer-menu {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  footer .lower-footer .lower-footer-menu #menu-lower-footer-menu {
    justify-content: center;
  }
}
footer .lower-footer .lower-footer-menu #menu-lower-footer-menu li:last-child a {
  border: none;
}
footer .lower-footer .lower-footer-menu #menu-lower-footer-menu li a {
  border-right: 1px solid #fff;
  padding: 0px 6px;
}
.slideout-navigation .site-logo {
  margin: 40px 20px 30px 20px;
}
.image-left, .image-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-left img, .image-right img, .image-left article, .image-right article {
  width: 48%;
}
.image-right img {
  order: 2;
}
.image-right article {
  order: 1;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-grid-post:hover {
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.12), 0px 6px 12px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.fl-post-grid-post:hover img {
  filter: grayscale(0);
}
.column {
  padding: 20px;
  transition: 0.3s;
}
.column .fl-post-text h4 {
  font-weight: bold !important;
  font-size: 20px !important;
  padding-top: 20px;
}
.column .fl-post-text p {
  font-size: 14px !important;
}
.column .fl-post-text .fl-post-more-link a {
  position: relative;
  font-weight: 500;
  padding-right: 35px;
}
.column .fl-post-text .fl-post-more-link a::after {
  transition: 0.3s;
  position: absolute;
  transition: 0.3s;
  content: ">";
  display: block;
  right: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.column .fl-post-text .fl-post-more-link a:hover::after {
  right: 5px;
}
.column img {
  transition: 0.3s;
  filter: grayscale(1);
}
.sidebar .widgettitle {
  font-size: 30px;
}
.fl-post-feed-post {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-color: #eee;
}
.fl-post-text .fl-post-title {
  margin: 0;
  font-size: 20px !important;
  font-weight: bold !important;
  padding-bottom: 15px;
}
.fl-post-text .fl-post-title a {
  color: #e31937;
}
.fl-post-text .fl-post-title a:hover {
  color: #b5142c;
}
.fl-post-text .fl-post-meta {
  font-size: 16px;
  padding: 0px;
  padding-bottom: 10px;
}
.fl-post-text .fl-post-more-link a {
  display: inline-block;
  margin-top: 5px !important;
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding-right: 32px;
  color: #e31937;
}
.fl-post-text .fl-post-more-link a::after {
  transition: 0.3s;
  position: absolute;
  transition: 0.3s;
  content: ">";
  display: block;
  right: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fl-post-text .fl-post-more-link a:hover {
  color: #b5142c !important;
}
.fl-post-text .fl-post-more-link a:hover::after {
  right: 5px;
}
.fl-post-text .fl-post-more-link a.external {
  color: #40bada;
}
.fl-post-image img {
  padding-bottom: 15px;
}
.single-post .fl-post-image {
  padding-bottom: 0px;
}
.single-post .fl-post-meta {
  font-size: 16px;
  padding: 0px;
  padding-bottom: 20px;
  margin-top: -10px !important;
}
.not-found {
  margin: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160px;
  color: #e31937;
  font-family: "Gotham Bold", Verdana, Arial, sans-serif !important;
}
.not-found img {
  max-width: 150px;
}
.page-id-51438 .fl-row-content-wrap {
  padding: 0 !important;
}
.page-id-51438 .fl-row-content-wrap .fl-col:last-child h2::before {
  display: none;
}
.page-id-51438 .fl-row-content-wrap h2, .page-id-51438 .fl-row-content-wrap h2 .fl-heading-text {
  font-size: 18px !important;
  padding: 20px 0 20px 0 !important;
  display: block;
  color: #fff !important;
  font-weight: 500;
}
.page-id-51438 .fl-row-content-wrap h2 {
  position: relative;
  border: 2px solid #000;
}
.page-id-51438 .fl-row-content-wrap h2::before {
  font-size: 12px;
  padding: 20px 0 20px 0 !important;
  right: -40px;
  transform: rotate(270deg);
  color: #000 !important;
  position: absolute;
  content: "40px";
  display: block;
  margin: 0;
}
.page-id-51438 .fl-row-content-wrap h2::after {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: #000 !important;
  position: absolute;
  top: -32px;
  content: "40px";
  display: block;
  margin: 0;
}
.col-1 h2 {
  background-color: #00bffe;
}
.col-1 h2::after {
  display: none !important;
}
.col-2 h2 {
  background-color: #ff4500;
}
.col-3 h2 {
  background-color: #4169e2;
}
.col-4 h2 {
  background-color: #fed700;
}
.col-5 h2 {
  background-color: #8a2be1;
}
.col-6 h2 {
  background-color: #32cd33;
}
.col-9 h2 {
  background-color: #ff7f50;
}
.col-12 h2 {
  background-color: #20b1aa;
}
.home-slider {
  position: relative;
}
.home-slider .fl-slide-bg-photo::after {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
}
.home-slider .fl-slide-foreground .fl-slide-text {
  margin-bottom: 20px;
}
.home-slider .fl-slide-foreground .fl-button-wrap {
  text-align: center;
}
.slider {
  min-height: 550px;
  position: relative;
}
.slider .slide {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0.5;
  transition: visibility 0s, opacity 1.5s linear;
  background-size: cover;
  background-position: center;
  min-height: 550px;
}
.slider .slide.active {
  visibility: visible;
  opacity: 1;
}
.slider .slide .wrapper {
  padding: 20px;
  position: relative;
  z-index: 99;
  color: #fff;
  max-width: 1180px;
  text-align: center;
  margin: 0 auto;
}
.slider .slide .wrapper h3 {
  margin: 30px 0px 40px 0px;
}
.slider .slide::after {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
}
.logo-slider .bx-pager {
  bottom: -50px !important;
}
.contact-form .gform_heading {
  display: none;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  border-radius: 4px;
  border: 1px solid #f6f6f6;
}
.contact-form ::placeholder {
  color: #3a3a3a !important;
  font-family: "Gotham", Verdana, Arial, sans-serif;
}
.contact-form .gform_button {
  font-family: "Gotham Bold", Verdana, Arial, sans-serif;
  border-radius: 4px;
  background: #e31937 !important;
  border: 1px solid #e31937 !important;
  text-transform: uppercase;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #b5142c !important;
  border-color: #b5142c !important;
}
.contact-form form {
  margin-top: 30px !important;
}
.contact-form .pp-tabs-panel-content {
  margin-top: 20px;
}
.countie-container {
  max-width: 350px;
  text-align: center;
}
.countie-container .box {
  min-height: 70px;
  margin-bottom: 20px;
  background: #e31937;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
}
.countie-container .box .countie {
  display: flex;
  align-items: center;
}
.countie-container .box .countie .short-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #40bada;
  font-size: 20px;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
}
.countie-container .box .countie .name {
  text-align: center;
}
.countie-container .box .countie .name h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.countie-container .box .countie .name span {
  font-size: 14px !important;
}
.countie-container p {
  font-size: 16px;
}
.equal-height h3, .equal-height p {
  min-height: 60px;
}
