.color-white {
  color: #fff;
}

.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6, .color-white p {
  color: #fff;
}

.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-20 div[class^="col-"], .gap-20 div[class*=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gap-25 {
  margin-left: -12px;
  margin-right: -12px;
}

.gap-25 div[class^="col-"], .gap-25 div[class*=" col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

body {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

body,
html {
  height: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  text-decoration: none;
  outline: none;
  color: #00AEEF;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.87rem;
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #000;
}

h6, .h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

section {
  width: 100%;
  padding: 5.6rem 0;
  position: relative;
  clear: both;
}

div.middle {
  display: table;
  height: 100%;
  z-index: 10;
  position: relative;
}

div.middle > div {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

div.middle > div.bottom {
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  max-width: 1338px;
}

._btn, .gform_button.button, input[type=submit] {
  display: inline-block;
  padding: 13px 24px 13px 24px !important;
  background: #00AEEF !important;
  color: #fff !important;
  border: 0 !important;
  outline: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px -1px 0px rgba(14, 14, 44, 0.4);
          box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px -1px 0px rgba(14, 14, 44, 0.4);
}

._btn._btnGrey, .gform_button.button._btnGrey, input[type=submit]._btnGrey {
  background: #EAEAEA !important;
  color: #000 !important;
}

._btn:hover, .gform_button.button:hover, input[type=submit]:hover {
  color: #fff;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}

.navbar {
  -webkit-box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -4px 14px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.navbar .navbar-nav li {
  position: relative;
}

.navbar .navbar-nav li a.nav-link, .navbar .navbar-nav li a {
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 0.93rem;
  padding-left: 0.93rem;
  color: #000;
  letter-spacing: 0.04em;
}

.navbar .navbar-nav li a.nav-link:hover, .navbar .navbar-nav li a:hover {
  color: #00AEEF;
}

.navbar .navbar-nav li.current-menu-item > a {
  color: #00AEEF;
}

.navbar .navbar-nav li:hover .sub-menu {
  display: block;
}

.navbar .navbar-nav .sub-menu {
  list-style-type: none;
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  background: #fff;
  min-width: 9.3rem;
}

.navbar .navbar-nav .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EAEAEA;
}

.navbar ._search {
  color: #000;
}

.navbar ._search:hover {
  color: #00AEEF;
}

footer {
  background: #181818;
  padding: 3.5rem 0;
  color: #7A7B7E;
}

footer ._widget {
  margin-bottom: 3rem;
}

footer ._widget h6 {
  color: #fff;
}

footer ._widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ._widget ul li {
  margin: 6px 0;
}

footer ._widget ul li a {
  color: #7A7B7E;
  font-size: 1rem;
  font-weight: 400;
}

footer ._widget ul li a:hover {
  color: #00AEEF;
}

footer ._widget ul li.current-menu-item a {
  color: #00AEEF;
}

footer ._widget.__btn {
  text-align: right;
}

footer ._copy {
  border-top: 2px solid rgba(208, 208, 208, 0.1);
  padding-top: 3rem;
  font-size: 0.875rem;
  font-weight: 400;
}

footer ._copy ._menu {
  text-align: center;
}

footer ._copy ._menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

footer ._copy ._menu ul li {
  float: left;
  margin: 0 0.75rem;
}

footer ._copy ._menu ul li a {
  color: #7A7B7E;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

footer ._copy ._menu ul li a:hover {
  color: #00AEEF;
}

footer ._copy ._menu ul li.current-menu-item a {
  color: #00AEEF;
}

footer ._copy ._social {
  gap: 30px;
}

footer ._copy ._social p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

footer ._copy ._social a {
  color: #fff;
  font-size: 1.5rem;
}

footer ._copy ._social a:hover {
  color: #00AEEF;
}

._tag {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: #181818;
  padding: 5px 10px;
  z-index: 99;
  left: 10px;
  top: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: 700;
}

._tag a {
  color: #fff;
}

._post {
  height: calc(100% - 2.5rem);
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 1.125rem;
  margin-bottom: 2.5rem;
}

._post ._img {
  position: relative;
  margin-bottom: 1.125rem;
}

._post ._img img {
  height: 19.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._post ._txt {
  margin-bottom: 1.825rem;
}

._post ._txt h5 a {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: block;
}

._post ._txt p {
  margin: 0;
  color: #181818;
}

._meta {
  color: #7A7B7E;
  font-size: 0.875rem;
  margin-top: auto;
}

._meta a {
  color: #7A7B7E;
}

._meta a:hover {
  color: #00AEEF;
}

._title {
  padding-top: 1.68rem;
  margin-bottom: 1.68rem;
  position: relative;
}

._title a {
  color: #000;
}

._title a:hover {
  color: #00AEEF;
}

._title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #00AEEF;
  height: 3px;
}

._title._red:before {
  background: #EB1C2C;
}

._title._black:before {
  background: #000;
}

._shopLinks {
  row-gap: 30px;
}

._shopLinks a {
  display: inline-block;
  width: 100%;
  position: relative;
}

._shopLinks a:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}

._shopLinks a span {
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 1rem;
  right: 1rem;
  top: 50%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
}

._shopLinks a img {
  height: 8.93rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._pWidget {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #D0D0D0;
}

._pWidget p:not(._date) {
  font-size: 0.75rem;
  font-weight: 700;
  color: #7A7B7E;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

._pWidget p:not(._date) a {
  color: #7A7B7E;
}

._pWidget p._date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #7A7B7E;
  margin: 0;
}

._pWidget h6 {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
}

._pWidget h6 a {
  color: #000;
}

._adBox {
  position: relative;
  overflow: hidden;
}

._adBox h5 {
  background: #00AEEF;
  padding: 5px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

._adBox iframe {
  max-width: 100%;
}

._adBox .box div + h5 {
  margin-top: 30px;
}

._blocks {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  row-gap: 8px;
}

._block {
  position: relative;
  color: #fff;
  margin-bottom: 8px;
}

._block .__img {
  position: relative;
}

._block .__img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55.91%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.91%, #000000 100%);
}

._block p {
  color: #fff;
  display: none;
}

._block h4 {
  color: #fff;
}

._block h4 a {
  color: #fff;
}

._block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 16.93rem;
}

._block:first-of-type p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

._block:first-of-type img {
  height: 34.37rem;
}

._block ._overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  z-index: 8;
  padding: 1.75rem;
}

._block ._tag {
  left: 1.75rem;
  top: 1.75rem;
}

._cta img {
  width: 100%;
}

._cta ._txt {
  padding: 1.5rem 2rem 1.5rem 9.5vw;
}

._video {
  margin-bottom: 2rem;
}

._video._lg ._img {
  margin-bottom: 1.5rem;
}

._video._lg ._img ._play {
  font-size: 3rem;
}

._video._lg ._img img {
  height: 34.68rem;
}

._video._lg h5 {
  font-size: 1.5rem;
}

._video ._img {
  position: relative;
  margin-bottom: 0.5rem;
}

._video ._img ._play {
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
}

._video ._img img {
  height: 10.81rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._video h5 a {
  color: #000;
}

._video ._meta {
  font-size: 1rem;
  color: #000;
}

._subscribe {
  text-align: center;
  -webkit-box-shadow: inset 0px -1px 0.5px rgba(14, 14, 44, 0.4);
          box-shadow: inset 0px -1px 0.5px rgba(14, 14, 44, 0.4);
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #181818;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #EAEAEA;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

._subscribe i {
  margin-left: 5px;
}

.column-5 {
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.data-image {
  background-size: cover !important;
  background-position: center !important;
}

.z-10 {
  z-index: 10;
}

._cta2 {
  padding: 16.48vh 0;
}

._cta2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, 0.7)), to(rgba(24, 24, 24, 0.7)));
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.7), rgba(24, 24, 24, 0.7));
}

._cta2 h3 {
  color: #fff;
}

._cta2 img {
  position: absolute;
  width: 100%;
  height: 100%;
}

._smCTA {
  background: #343435;
  padding: 1.875rem 0;
}

._smCTA h4 {
  color: #fff;
}

._playY {
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: #fff;
}

._vPopup {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

._vPopup ._body {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._vPopup ._close {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  display: block;
  background-color: #00AEEF;
  color: #fff;
  text-align: center;
}

._vPopup iframe {
  width: 75vw;
  height: 80vh;
}

._sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

._sidebar ul li {
  margin-bottom: 1.25rem;
}

._sidebar ul li a {
  display: inline-block;
  width: 100%;
  color: #343435;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EAEAEA;
}

._sidebar ul li:last-child a {
  border-bottom: 0;
}

.pagination {
  border: 0;
}

.pagination li {
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.pagination li a {
  border: 0;
  color: #181818;
  border-radius: 0 !important;
}

.pagination li a:hover, .pagination li a.active {
  background: none;
  color: #7A7B7E;
}

._single ._holder {
  position: relative;
  padding-left: 6.25rem;
}

._single ._holder ._share {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
  margin-left: -6.25rem;
  float: left;
}

._single ._holder ._share ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

._single ._holder ._share ul li {
  margin-bottom: 1rem;
}

._single ._holder ._share ul li a {
  color: #181818;
  font-size: 1.5rem;
}

._single ._holder ._content ._meta {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
}

._single ._holder ._content ._meta a {
  color: #000;
}

._single ._holder ._content ._feature {
  margin-bottom: 2.5rem;
}

._single ._holder ._content ._feature img {
  width: 100%;
}

._tags {
  text-transform: uppercase;
  margin-top: 3rem;
}

._tags ._t {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-right: 1.125rem;
}

._tags .post_tags {
  display: table-row;
}

._tags .post_tags a {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #181818;
  color: #fff;
  padding: 0.25rem 0.75rem;
  margin: 0.325rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

._nextPrev {
  overflow: hidden;
}

._nextPrev a {
  color: #fff;
}

._nextPrev a p {
  margin: 0;
  font-weight: 700;
}

._nextPrev a p + p {
  font-weight: 400;
  margin-top: 0.825rem;
}

._nextPrev a._next {
  text-align: right;
}

._nextPrev ._icon {
  position: relative;
}

._nextPrev ._icon svg {
  position: relative;
  z-index: 9;
}

._nextPrev ._icon:after {
  content: '';
  position: absolute;
  background: #343435;
  height: 1000px;
  width: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;
}

._abBanner ._shape1 {
  top: 0;
  right: 0;
  left: auto;
  max-width: 13.33vw;
}

._abBanner ._shape2 {
  left: 0;
  bottom: 5rem;
  top: auto;
  max-width: 11.66vw;
}

._abBanner ._img {
  text-align: center;
}

._abBanner ._img img {
  max-width: 19.6vw;
}

._abBanner ._txt {
  margin-top: 5rem;
}

._abBanner ._txt p {
  margin-bottom: 2rem;
}

._abBanner ._txt .__btn a._btn {
  margin-right: 1.25rem;
}

.__subscribe {
  background: radial-gradient(90.11% 90.11% at 50% 0%, #E4E3E3 0%, #3C3C3C 0%, #1C1C1C 100%);
}

.__subscribe ._block img {
  height: 25.93rem;
}

._location {
  text-align: center;
}

._location ._img {
  margin-bottom: 1.25rem;
}

._location h5 {
  margin: 0;
}

._location h5 a {
  color: #000;
}

._testimonials ._txt {
  padding: 30px 8.06vw 30px 13.48vw;
}

._testimonials ._txt ._holder {
  position: relative;
}

._testimonials ._txt ._holder svg {
  margin-bottom: 1.25rem;
}

._testimonials ._txt ._holder p {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.55;
}

._testimonials ._txt ._holder h5 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

._testimonials ._txt ._holder h5 + p {
  margin: 0;
  font-size: 1rem;
  color: #7A7B7E;
}

._testimonials ._img img {
  width: 100%;
}

.mb-130 {
  margin-bottom: 130px;
}

._lineTitle {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.87rem;
}

._lineTitle span {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}

._lineTitle span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #EAEAEA;
  height: 1px;
  width: 1500px;
}

._team {
  padding: 20px 25px;
  background: #EAEAEA;
  display: inline-block;
  width: 100%;
}

._team img {
  width: 100%;
  margin-bottom: 1rem;
}

._team h4 {
  margin: 0;
}

._team p {
  margin: 0;
  font-size: 1.125rem;
  color: #7A7B7E;
}

._adBanner {
  background: radial-gradient(90.11% 90.11% at 50% 0%, #E4E3E3 0%, #3C3C3C 0%, #1C1C1C 100%);
}

._adBanner ._txt {
  padding: 2rem 2rem 2rem 12.09vw;
}

._adBanner ._txt h2 {
  margin-bottom: 2.5rem;
}

._adBanner ._txt h5 {
  color: #939393;
  margin-bottom: 1.5rem;
}

._adBanner ._txt p {
  margin: 0;
}

._adBanner ._img {
  position: relative;
}

._adBanner ._img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00AEEF;
  mix-blend-mode: overlay;
  -webkit-transform: matrix(-1, -0.02, 0, -1, 0, 0);
          transform: matrix(-1, -0.02, 0, -1, 0, 0);
}

._adBanner ._img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

._circle {
  position: relative;
  text-align: center;
}

._circle h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 3rem;
}

._circle + h5 {
  text-align: center;
  margin: 1.25rem 0 0;
}

hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

._stat h1 {
  color: #00AEEF;
}

._form h1, ._form h2, ._form h3, ._form h4, ._form h5, ._form h6 {
  margin-bottom: 1.5rem;
}

._smBanner .container-fluid, ._smBanner .container {
  position: relative;
  z-index: 10;
}

._smBanner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

._max800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

._popUp {
  display: none;
  position: fixed;
  background: rgba(28, 28, 28, 0.8);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

._popUp ._holder {
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}

._popUp ._holder ._inner {
  position: relative;
  z-index: 9;
  padding: 4.68rem 3.12rem;
  /* firefox 19+ */
  /* ie */
}

._popUp ._holder ._inner .__close {
  position: absolute;
  left: auto;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

._popUp ._holder ._inner ._thanks {
  margin: 1.75rem 0 0;
}

._popUp ._holder ._inner ._thanks a {
  color: #fff;
  text-transform: uppercase;
}

._popUp ._holder ._inner h3 {
  margin-bottom: 1.125rem;
}

._popUp ._holder ._inner h3 + p {
  margin-bottom: 2.5rem;
}

._popUp ._holder ._inner label, ._popUp ._holder ._inner .gform_wrapper form div.gform_fields
.gfield label.gfield_label {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #fff;
}

._popUp ._holder ._inner input {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.75rem;
  background: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
          box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
}

._popUp ._holder ._inner ::-webkit-input-placeholder {
  color: #fff;
}

._popUp ._holder ._inner ::-moz-placeholder {
  color: #fff;
}

._popUp ._holder ._inner :-ms-input-placeholder {
  color: #fff;
}

._popUp ._holder ._inner input:-moz-placeholder {
  color: #fff;
}

._popUp ._holder ._inner button {
  display: inline-block;
  width: 100%;
  border: 0;
}

._popUp ._holder:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

._searchOverlay {
  display: none;
  position: fixed;
  background: #1C1C1C;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

._searchOverlay ._top {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
}

._searchOverlay ._form {
  height: 100%;
}

._searchOverlay ._form ._inner {
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}

._searchOverlay ._form ._inner ._wrap {
  position: relative;
  /* firefox 19+ */
  /* ie */
}

._searchOverlay ._form ._inner ._wrap svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

._searchOverlay ._form ._inner ._wrap input {
  font-size: 2.5rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #979797;
  background: none;
  display: inline-block;
  width: 100%;
  padding-left: 3.87rem;
}

._searchOverlay ._form ._inner ._wrap ::-webkit-input-placeholder {
  color: #fff;
}

._searchOverlay ._form ._inner ._wrap ::-moz-placeholder {
  color: #fff;
}

._searchOverlay ._form ._inner ._wrap :-ms-input-placeholder {
  color: #fff;
}

._searchOverlay ._form ._inner ._wrap input:-moz-placeholder {
  color: #fff;
}

button, input, optgroup, select, textarea {
  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
          box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #EAEAEA;
  padding: 0.75rem 1rem;
}

.gform_wrapper form div.gform_fields {
  grid-row-gap: 2.5rem !important;
}

.gform_wrapper form div.gform_fields .gfield label.gfield_label {
  color: #181818;
  font-size: 1rem;
  font-weight: 400;
}

.gform_wrapper form div.gform_fields .gfield input, .gform_wrapper form div.gform_fields .gfield textarea, .gform_wrapper form div.gform_fields .gfield select {
  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
          box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #EAEAEA;
  padding: 0.75rem 1rem;
}

.gform_wrapper form div.gform_fields .gfield .gchoice {
  color: #7A7B7E;
  margin-bottom: 0.75rem;
}

.gform_wrapper form div.gform_fields .gfield .gchoice input {
  margin-right: 0.75rem;
}

.gform_wrapper form div.gform_fields .gfield .gchoice label {
  color: #7A7B7E;
}

._single ._holder ._content iframe {
  width: 100%;
  min-height: 400px;
}

._post ._txt p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  min-height: 96px;
}

._post ._txt {
  max-width: 100%;
}

._toprated:nth-child(n+6) {
  display: none;
}

._toprated {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

._testimonials h3 {
  word-break: break-all;
}

._abBanner ._txt .__btn a._btn {
  width: 156px;
}

.validation_message {
  border-radius: 8px;
}

._top-more {
  cursor: pointer;
}

._single ._content h1{
font-size: 2.25rem;
}
/*# sourceMappingURL=custom.css.map */