/*
	Theme Name: SRI
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  color: #2b2c2d;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 900;
  line-height: 1.15;
  color: #2b2c2d;
}

h1 {
  font-size: 57px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    margin-bottom: 30px;
  }
}
h1 .h1-sm {
  font-size: 0.4em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin: 15px 0 0;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  h1 .h1-sm {
    letter-spacing: 1px;
    font-size: 0.45em;
  }
}
@media (max-width: 575px) {
  h1 .h1-sm {
    font-size: 0.5em;
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 50px;
  margin: 0 0 40px;
  position: relative;
}
h2 .h2-sm {
  color: #19bc95;
  display: block;
  font-weight: 400;
  margin-top: 10px;
  font-size: 0.6em;
}
h2:not(.no-line) {
  padding-bottom: 40px;
}
h2:not(.no-line):after {
  content: "";
  position: absolute;
  width: 130px;
  height: 3px;
  background: #19bc95;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

.text-center h2:after {
  left: 50%;
  margin-left: -65px;
}

h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #58595b;
  margin-right: 15px;
  font-style: italic;
}
.breadcrumbs a i {
  margin-left: 12px;
}
.breadcrumbs a:hover {
  color: #19bc95;
  text-decoration: none;
}

.font-light {
  font-weight: 400;
}

p, ul, ol {
  line-height: 1.7;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  p, ul, ol {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  p, ul, ol {
    margin-bottom: 25px;
  }
}

ul, ol {
  padding-left: 20px;
}

a {
  color: #19bc95;
}
a:hover {
  color: #16a57f;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.standard-btn {
  background: #19bc95;
  padding: 18px 35px 20px;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.25s all linear;
}
@media (max-width: 991px) {
  .standard-btn {
    padding: 15px 30px 17px;
  }
}
.standard-btn:hover {
  background: #16a57f;
  color: #fff;
  text-decoration: none;
}

.image-right {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .image-right {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .image-right {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .image-right {
    padding-left: 15px;
  }
}
.image-right img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.image-left {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .image-left {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .image-left {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .image-left {
    padding-right: 15px;
  }
}
.image-left img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.text-col {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .text-col {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .text-col {
    padding-top: 35px;
  }
}

.model-image {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .model-image {
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .model-image {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .model-image {
    padding-right: 15px;
  }
}
.model-image img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/*------------------------------------*\
    nav
\*------------------------------------*/
#wrapper {
  margin-top: 90px;
}

@media (min-width: 992px) {
  .home #wrapper {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .home .navbar {
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    background: transparent;
    padding: 85px 0 25px;
  }
  .home .navbar #logo img.logo-white {
    opacity: 1;
  }
  .home .navbar #logo img.logo-dark {
    opacity: 0;
  }
  .home .navbar .navbar-nav > li > a {
    color: #fff;
  }
  .home .navbar .navbar-nav li.menu-item-has-children > a:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
  }
  .home .navbar .navbar-nav li.menu-item-has-children:hover > a:after {
    border-color: #19bc95;
  }
}

.page-id-534 .navbar {
  position: absolute !important;
}

.navbar,
.navbar.scrolled {
  z-index: 1000;
  top: 0;
  transition: 0.25s all linear;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.navbar #navbarCollapse,
.navbar.scrolled #navbarCollapse {
  justify-content: end;
}
@media (max-width: 991px) {
  .navbar #navbarCollapse,
  .navbar.scrolled #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
.navbar .container-1400,
.navbar.scrolled .container-1400 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar .container-1400,
  .navbar.scrolled .container-1400 {
    width: 100%;
    display: block;
  }
}
.navbar #logo,
.navbar.scrolled #logo {
  width: 154px;
  height: 77px;
  position: relative;
}
.navbar #logo img,
.navbar.scrolled #logo img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.25s all linear;
}
.navbar #logo img.logo-white,
.navbar.scrolled #logo img.logo-white {
  opacity: 0;
}
.navbar #logo img.logo-dark,
.navbar.scrolled #logo img.logo-dark {
  opacity: 1;
}
@media (max-width: 991px) {
  .navbar #logo,
  .navbar.scrolled #logo {
    width: 120px;
    height: 60px;
    margin: 15px 0 15px 4%;
    float: left;
  }
}
@media (max-width: 991px) {
  .navbar,
  .navbar.scrolled {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
.navbar .navbar-nav,
.navbar.scrolled .navbar-nav {
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
}
.navbar .navbar-nav a:hover,
.navbar.scrolled .navbar-nav a:hover {
  text-decoration: none;
}
.navbar .navbar-nav > li,
.navbar.scrolled .navbar-nav > li {
  margin-left: 40px;
  position: relative;
}
.navbar .navbar-nav > li a,
.navbar.scrolled .navbar-nav > li a {
  border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.navbar .navbar-nav > li > a,
.navbar.scrolled .navbar-nav > li > a {
  color: #2b2c2d;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li,
  .navbar.scrolled .navbar-nav > li {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li,
  .navbar.scrolled .navbar-nav > li {
    width: 100%;
    margin: 0;
  }
}
.navbar .navbar-nav > li > a,
.navbar.scrolled .navbar-nav > li > a {
  padding-bottom: 25px;
  transition: all 0.25s linear;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li > a,
  .navbar.scrolled .navbar-nav > li > a {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    padding: 7px 4% 9px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li > a,
  .navbar.scrolled .navbar-nav > li > a {
    font-size: 15px;
    text-transform: none;
  }
}
.navbar .navbar-nav > li:hover > a,
.navbar.scrolled .navbar-nav > li:hover > a {
  border-color: #19bc95;
  color: #19bc95;
}
@media (max-width: 991px) {
  .navbar .navbar-nav > li:hover > a,
  .navbar.scrolled .navbar-nav > li:hover > a {
    color: #fff;
    background: #19bc95;
  }
}
.navbar .navbar-nav li.menu-item-has-children > a,
.navbar.scrolled .navbar-nav li.menu-item-has-children > a {
  padding-right: 20px;
}
.navbar .navbar-nav li.menu-item-has-children > a:after,
.navbar.scrolled .navbar-nav li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  border: solid #2b2c2d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.25s all linear;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.menu-item-has-children > a:after,
  .navbar.scrolled .navbar-nav li.menu-item-has-children > a:after {
    right: 4%;
    top: 15px;
  }
}
.navbar .navbar-nav li.menu-item-has-children:hover > a:after,
.navbar.scrolled .navbar-nav li.menu-item-has-children:hover > a:after {
  border-color: #19bc95;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li.menu-item-has-children:hover > a:after,
  .navbar.scrolled .navbar-nav li.menu-item-has-children:hover > a:after {
    border-color: #fff;
  }
}

.content-wrapper {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.navbar-toggler {
  position: absolute;
  right: 4%;
  top: 30px;
  width: 40px;
  padding: 0;
  border: none;
}

.dropdown-toggle::after {
  margin-left: 8px;
}

.animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon span {
  display: block;
  position: absolute;
  background: #2b2c2d;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon span:nth-child(1) {
  top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}
.animated-icon span:nth-child(4) {
  bottom: 0px;
}
.animated-icon.open span:nth-child(1),
.animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*.navbar,
.navbar.scrolled {
	background:#fff;
	padding:15px 0;
	@include box-shadow(0,0,6px,rgba(0,0,0,.2));

	#logo img.logo-dark {
		opacity:1;
	}

	#logo img.logo-white {
		opacity:0;
	}

	.navbar-nav {
		>li>a {
			color:$black;
		}

		>li:hover>a {
			border-color:$green;
			color:$green;
		}

		li.menu-item-has-children > a:after{
			border-color:$black;
		}

		li.menu-item-has-children:hover > a:after{
			border-color:$green;
		}
	}

	@include respond-below(lg){
		padding:0;
	}
}*/
ul.sub-menu {
  position: absolute;
  top: 51px;
  margin-left: 0px;
  background: #fff;
  width: 260px;
  display: none;
  font-size: 18px;
  overflow: hidden;
  list-style-type: none;
  padding: 20px 20px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  ul.sub-menu {
    position: relative;
    top: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
ul.sub-menu li {
  padding: 0;
}
ul.sub-menu li a {
  padding: 0 0 10px;
  display: block;
  font-size: 16px;
  color: #2b2c2d;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
ul.sub-menu li a:hover {
  color: #19bc95;
}
@media (max-width: 991px) {
  ul.sub-menu li a {
    padding: 5px 12px 7px;
    border-bottom: none;
  }
}
ul.sub-menu li:last-of-type a {
  border-bottom: 0;
}
ul.sub-menu li:hover a {
  color: #19bc95;
}

@media (max-width: 991px) {
  .navbar-nav .menu-item-has-children.expanded ul {
    display: block !important;
  }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
section {
  width: 100%;
  padding: 110px 0;
  float: left;
  background: #f8f8f8;
}
@media (max-width: 1199px) {
  section {
    padding: 95px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
section.why-choose, section.full-ground {
  padding: 200px 0;
}
@media (max-width: 1199px) {
  section.why-choose, section.full-ground {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  section.why-choose, section.full-ground {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  section.why-choose, section.full-ground {
    padding: 70px 0;
  }
  section.why-choose:not(.header-section, .cta), section.full-ground:not(.header-section, .cta) {
    background: #58595b !important;
  }
}
section .home-intro {
  margin-top: -100px;
  position: relative;
  z-index: 100;
}
@media (max-width: 991px) {
  section .home-intro {
    margin-top: -50px;
  }
}
section.why-choose {
  background: url("/wp-content/themes/sri/assets/img/why-choose.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
section.full-ground {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
section.full-ground:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media (max-width: 767px) {
  section.full-ground:not(.header-section, .cta):after {
    display: none;
  }
}
section.full-ground h1, section.full-ground h2 {
  color: #fff;
}
section.full-ground h1 .h2-sm, section.full-ground h2 .h2-sm {
  color: #fff;
}
section.full-ground .container-fluid,
section.full-ground .container-1400 {
  z-index: 1;
  position: relative;
}
section.cta {
  padding: 230px 0;
}
@media (max-width: 1199px) {
  section.cta {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  section.cta {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  section.cta {
    padding: 140px 0;
  }
}
@media (max-width: 575px) {
  section.cta {
    padding: 120px 0;
  }
}
section#cta-1 {
  background-image: url("/wp-content/themes/sri/assets/img/banners/cta-1.jpg");
}
@media (max-width: 575px) {
  section#cta-1 {
    background-image: url("/wp-content/themes/sri/assets/img/banners/cta-1-mobile.jpg");
  }
}
section.white-ground {
  background: #fff;
}
section.grey-ground {
  background: #efefef;
}
section.header-section {
  padding: 220px 0;
}
@media (max-width: 1199px) {
  section.header-section {
    padding: 190px 0;
  }
}
@media (max-width: 991px) {
  section.header-section {
    padding: 160px 0;
  }
}
@media (max-width: 767px) {
  section.header-section {
    padding: 130px 0;
  }
}
@media (max-width: 575px) {
  section.header-section {
    padding: 100px 0;
  }
}

.container-1400 {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

.container-full {
  width: 92%;
  margin: 0 auto;
}

.top-banner {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
.top-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.top-banner .banner-content {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 100px;
  width: 92%;
  margin: 0 auto;
}
.top-banner .banner-content h1 {
  color: #fff;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 {
    margin: 0 0 25px;
  }
}
.top-banner .banner-content h1 .h1-sm {
  margin: 0 0 35px;
  font-size: 0.33em;
}
@media (max-width: 991px) {
  .top-banner .banner-content h1 .h1-sm {
    margin: 0 0 30px;
    font-size: 0.4em;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content h1 .h1-sm {
    margin: 0 0 20px;
    font-size: 0.5em;
  }
}
.top-banner#home-banner {
  background-color: #000;
  height: 100vh;
  max-height: 950px;
  min-height: 700px;
  overflow: hidden;
}
.top-banner#home-banner:after {
  display: none;
}
.top-banner#home-banner #vid1 {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.65;
  display: flex;
}
@media (max-width: 991px) {
  .top-banner#home-banner #vid1 {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .top-banner#home-banner #vid1 {
    height: 100%;
  }
}
.top-banner#home-banner .banner-content {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .top-banner#home-banner .banner-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .top-banner#home-banner {
    height: auto;
    min-height: 0;
    padding: 100px 0 150px;
  }
}

#home-banner {
  background-size: cover;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.max-w-600px {
  max-width: 600px !important;
}

.max-w-900px {
  max-width: 900px !important;
}

.cover-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  width: 100%;
  float: left;
  padding: 90px 0 90px;
  position: relative;
  color: #2b2c2d;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  footer {
    padding: 70px 0 60px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0 40px;
  }
}
footer * {
  transition: 0.25s all linear;
}
footer hr {
  width: 100%;
  height: 1px;
  background: #efefef;
  border: none;
  margin: 35px 0 20px;
}
footer .copyright {
  font-size: 11px;
}
footer #footer-logo {
  width: 155px;
  float: left;
  margin-bottom: 35px;
  clear: both;
}
@media (max-width: 1199px) {
  footer #footer-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer #footer-logo {
    margin-bottom: 25px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  footer #footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer-col {
  margin-left: 60px;
  float: right;
}
footer .footer-col .contact-block {
  margin-bottom: 25px;
}
footer .footer-col:last-of-type {
  margin-left: 0;
}
footer .footer-col h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: 900;
}
footer .footer-col p, footer .footer-col a {
  color: #58595b;
  font-size: 1em;
  display: block;
  line-height: 1.7;
  font-weight: 400;
}
footer .footer-col a:hover {
  text-decoration: none;
  color: #19bc95;
}
footer .footer-col p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .footer-col {
    float: left;
    clear: both;
    margin-left: 0;
    margin-right: 50px;
  }
}
footer .footer-social {
  float: left;
  clear: both;
  margin-bottom: 25px;
}
footer .footer-social a {
  margin-left: 20px;
  color: #2b2c2d;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 1.2em;
}
footer .footer-social a:hover {
  text-decoration: none;
  color: #19bc95;
}

.opening-cols {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.opening-cols .col-12 {
  min-height: 360px;
  border-right: 1px solid #efefef;
  padding: 50px 30px;
  text-align: center;
}
.opening-cols .col-12 img {
  width: 90px;
}
.opening-cols .col-12 h3 {
  margin: 20px 0;
}
.opening-cols .col-12 p {
  margin: 0;
}
.opening-cols .col-12:last-of-type {
  border: none;
}
@media (max-width: 991px) {
  .opening-cols .col-12 {
    min-height: 250px;
    border-bottom: 1px solid #efefef;
    padding: 40px 30px;
  }
  .opening-cols .col-12:nth-child(even) {
    border-right: none;
  }
  .opening-cols .col-12 img {
    width: 70px;
  }
  .opening-cols .col-12 h3 {
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .opening-cols .col-12 {
    min-height: 0;
    padding: 30px;
    border-right: none;
  }
  .opening-cols .col-12 img {
    width: 60px;
  }
}

.image-block-link {
  color: #2b2c2d;
  text-align: center;
}
.image-block-link figure {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.image-block-link figure:hover img {
  transform: scale(1.1);
}
.image-block-link img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transition: 0.25s all linear;
  width: 100%;
}
.image-block-link .link-details {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 40px;
  width: 92%;
  margin: -60px auto 0;
  position: relative;
  display: block;
  z-index: 2;
}
.image-block-link .link-details h3 {
  margin: 0 0 20px;
}
.image-block-link .link-details span.post-date {
  color: #19bc95;
  display: block;
}
.image-block-link .link-details p {
  margin: 0;
}
.image-block-link .link-details .standard-btn {
  margin-top: 35px;
}
.image-block-link a:hover {
  text-decoration: none;
}

.why-choose-wrapper {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #fff;
}
.why-choose-wrapper .why-choose-header {
  background: #19bc95;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .why-choose-wrapper .why-choose-header {
    position: absolute;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .why-choose-wrapper .why-choose-header {
    padding: 60px 30px;
  }
}
.why-choose-wrapper .why-choose-header span {
  font-size: 51px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .why-choose-wrapper .why-choose-header span {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .why-choose-wrapper .why-choose-header span {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .why-choose-wrapper .why-choose-header span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .why-choose-wrapper .why-choose-header span {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .why-choose-wrapper .why-choose-items {
    left: 50%;
  }
}

.row-center {
    justify-content: center;
}
.why-choose-wrapper .why-choose-items .row {
  border-bottom: 1px solid #efefef;
}
.why-choose-wrapper .why-choose-items .row:last-of-type {
  border: none;
}
.why-choose-wrapper .why-choose-items .row .col {
  border-right: 1px solid #efefef;
  height: 200px;
  padding: 25px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-wrapper .why-choose-items .row .col div {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.why-choose-wrapper .why-choose-items .row .col:last-of-type {
  border: none;
}
.why-choose-wrapper .why-choose-items .row .col img {
  height: 60px;
  margin-bottom: 15px;
}
.why-choose-wrapper .why-choose-items .row .col span {
  font-size: 1.15em;
  color: #2b2c2d;
}

.standard-card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  display: block;
  overflow: hidden;
  color: #58595b;
  margin-bottom: 30px;
  transition: 0.25s all linear;
}
.standard-card figure {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.standard-card figure img {
  width: 100%;
  transition: 0.25s all linear;
}
.standard-card .card-details {
  padding: 17px 20px 18px;
}
.standard-card .card-details h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #2b2c2d;
  margin: 0 0 4px;
  transition: 0.25s all linear;
  line-height: 1.3;
}
.standard-card .card-details span {
  display: block;
}
.standard-card .card-details .post-meta {
  font-size: 0.8em;
  margin-bottom: 10px;
  display: block;
  font-style: italic;
}
.standard-card .card-details .post-meta i {
  margin-right: 8px;
}
.standard-card.news-card .card-details {
  min-height: 150px;
}
@media (max-width: 767px) {
  .standard-card.news-card .card-details {
    min-height: 0;
  }
}
.standard-card .retailer-logo {
  width: 94%;
  margin: 25px auto;
  display: flex;
  overflow: hidden;
  aspect-ratio: 7/2;
  max-width: 320px;
  color: #19bc95;
}
.standard-card .retailer-logo img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575px) {
  .standard-card .retailer-logo {
    max-width: 280px;
  }
}
.standard-card .retailer-logo h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 800;
}

a.standard-card:hover {
  text-decoration: none;
  color: #fff;
  background: #19bc95;
}
a.standard-card:hover img {
  transform: scale(1.1);
}
a.standard-card:hover .card-details h4 {
  color: #fff;
}

.info-card {
  padding: 35px;
  text-align: center;
}
.info-card img {
  width: 80px;
}
.info-card h3 {
  margin: 10px 0;
}
.info-card p {
  margin: 0;
}

.retailer-link.no-logo {
  background: #19bc95;
}
.retailer-link.no-logo h3 {
  color: #fff;
}
.retailer-link .card-details {
  padding-top: 18px;
  border-top: 1px solid #efefef;
  background: #fff;
}
.retailer-link .card-details a {
  color: #2b2c2d;
}
.retailer-link .card-details a:hover {
  color: #19bc95;
  text-decoration: none;
}

#model-filters {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
#model-filters h3 {
  margin: 0;
  background: #19bc95;
  color: #fff;
  padding: 16px 15px 18px;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 1.1em;
}
#model-filters .collapse-expand {
  width: 100%;
  height: auto;
  background: #fff;
}
#model-filters .collapse-expand ul {
  float: left;
}
#model-filters .collapse-expand .expand-block {
  border-bottom: 1px solid #ddd;
}
#model-filters .collapse-expand .expand-block:last-of-type {
  border-bottom: none;
}
#model-filters .collapse-expand .expand-header {
  padding: 12px 60px 14px 15px;
  font-weight: 700;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  color: #231f20;
  position: relative;
  font-size: 0.95em;
}
#model-filters .collapse-expand .expand-header i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
#model-filters .collapse-expand .expand-header:hover {
  color: #19bc95;
}
#model-filters .collapse-expand .expand-content {
  padding: 0;
  height: 0;
  overflow: hidden;
}
#model-filters .collapse-expand .expand-content .expand-content-wrapper {
  padding: 0 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}
#model-filters .collapse-expand .expand-content .expand-content-wrapper a {
  display: block;
  font-size: 0.9em;
  padding: 5px 0;
  color: #2b2c2d;
}
#model-filters .collapse-expand .expand-content .expand-content-wrapper a:first-of-type {
  padding-top: 0;
}
#model-filters .collapse-expand .expand-content .expand-content-wrapper a:hover,
#model-filters .collapse-expand .expand-content .expand-content-wrapper a.active {
  color: #19bc95;
  text-decoration: none;
}

#current-filters {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#current-filters:empty {
  margin: 0;
  display: none;
}
#current-filters a {
  font-size: 0.9em;
  border: 1px solid #c1bfbf;
  padding: 8px 15px;
  float: right;
  margin-left: 10px;
  border-radius: 3px;
  font-weight: 700;
  color: #2b2c2d;
}
#current-filters a i {
  margin-left: 5px;
  font-size: 1em;
  font-weight: 900;
}
#current-filters a:hover {
  background-color: #19bc95;
  border-color: #19bc95;
  color: #fff;
  text-decoration: none;
}

.pods-pagination-paginate {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pods-pagination-paginate a,
.pods-pagination-paginate .current {
  font-size: 1.1em;
  padding: 6px 15px 8px;
  background: #fff;
  margin: 0 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #2b2c2d;
}
.pods-pagination-paginate a:hover,
.pods-pagination-paginate .current:hover {
  text-decoration: none;
  background: #19bc95;
  color: #fff;
  border-color: #19bc95;
}
.pods-pagination-paginate .current {
  background: #19bc95;
  color: #fff;
  border-color: #19bc95;
}

.single-model-details {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ddd;
}
.single-model-details .detail-block {
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #2b2c2d;
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
}
.single-model-details .detail-block .block-label {
  font-weight: 700;
}
.single-model-details .detail-block img {
  width: 30px;
  margin: 0 auto 10px;
}
.single-model-details .detail-block:nth-of-type(odd) {
  border-right: 1px solid #ddd;
}
.single-model-details .detail-block:last-child, .single-model-details .detail-block:nth-last-child(2) {
  border-bottom: none;
}

.single-model-links a {
  padding: 15px 60px 15px 15px;
  background: #f8f8f8;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b2c2d;
  position: relative;
  display: block;
  margin-bottom: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.25s all linear;
}
.single-model-links a i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  color: #19bc95;
}
.single-model-links a:hover {
  background: #19bc95;
  text-decoration: none;
  color: #fff;
}
.single-model-links a:hover i {
  color: #fff;
}

.form-wrapper {
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .form-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .form-wrapper {
    padding: 25px;
  }
}

.contact-detail-block {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
}
.contact-detail-block .label {
  display: block;
  font-weight: 900;
  color: #2b2c2d;
}
.contact-detail-block a {
  color: #2b2c2d;
}
.contact-detail-block a:hover {
  color: #19bc95;
  text-decoration: none;
}

.warranty-link {
  background: #fff;
  padding: 20px;
  max-width: 180px;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 5px solid #fff;
}
.warranty-link:hover {
  border-color: #19bc95;
}

.recents {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.recents h3 {
  background: #19bc95;
  color: #fff;
  padding: 16px 15px 18px;
  font-size: 18px;
  margin: 0;
}
.recents ul {
  padding: 0;
  margin: 0;
}
.recents ul li {
  padding: 0;
  list-style-type: none;
}
.recents ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #efefef;
  font-weight: 700;
  color: #2b2c2d;
  font-size: 1.1em;
  line-height: 1.4;
}
.recents ul li a .date {
  display: block;
  color: #19bc95;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.recents ul li a .date i {
  margin-right: 8px;
}
.recents ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
}

.associations a {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: 5px solid #fff;
  transition: 0.25s all linear;
  width: 100%;
}
.associations a:hover {
  border-color: #19bc95;
}
.associations a img {
  width: 100%;
}

.current-jobs {
  border: 1px solid #2b2c2d;
  border-bottom: none;
}
.current-jobs h3 {
  padding: 25px 30px;
  color: #fff;
  background: #2b2c2d;
  margin: 0;
}
.current-jobs .current-job {
  padding: 35px 30px;
  border-bottom: 1px solid #2b2c2d;
}
.current-jobs .current-job h4 {
  color: #2b2c2d;
  margin: 0 0 15px;
  font-size: 1.2em;
}
.current-jobs .current-job p {
  font-size: 0.9em;
  margin: 0 0 15px;
}
.current-jobs .current-job .standard-btn {
  font-size: 0.9em;
  padding: 10px 20px;
}

.mobile-view {
  display: none;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block;
  }
}

.wp-block-pb-accordion-item {
  padding: 30px;
  border: 1px solid #2b2c2d;
  border-bottom: none;
  transition: 0.2s background-color linear;
}
.wp-block-pb-accordion-item:last-of-type {
  border-bottom: 1px solid #2b2c2d;
}
.wp-block-pb-accordion-item h1, .wp-block-pb-accordion-item h2, .wp-block-pb-accordion-item h3, .wp-block-pb-accordion-item h4, .wp-block-pb-accordion-item h5, .wp-block-pb-accordion-item h6 {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}
.wp-block-pb-accordion-item h1:after, .wp-block-pb-accordion-item h2:after, .wp-block-pb-accordion-item h3:after, .wp-block-pb-accordion-item h4:after, .wp-block-pb-accordion-item h5:after, .wp-block-pb-accordion-item h6:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: #2b2c2d;
  font-weight: 900;
  width: 25px;
  height: 25px;
  left: auto;
  bottom: auto;
  background: transparent;
  padding: 0;
  font-weight: 700;
  font-size: 35px;
  margin-top: -10px;
}
.wp-block-pb-accordion-item.is-open {
  background: #2b2c2d;
  color: #fff;
}
.wp-block-pb-accordion-item.is-open h1, .wp-block-pb-accordion-item.is-open h2, .wp-block-pb-accordion-item.is-open h3, .wp-block-pb-accordion-item.is-open h4, .wp-block-pb-accordion-item.is-open h5, .wp-block-pb-accordion-item.is-open h6 {
  color: #fff;
}
.wp-block-pb-accordion-item.is-open h1:after, .wp-block-pb-accordion-item.is-open h2:after, .wp-block-pb-accordion-item.is-open h3:after, .wp-block-pb-accordion-item.is-open h4:after, .wp-block-pb-accordion-item.is-open h5:after, .wp-block-pb-accordion-item.is-open h6:after {
  color: #fff;
  content: "-";
}
.wp-block-pb-accordion-item .c-accordion__title {
  position: relative;
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding-top: 20px;
}
.wp-block-pb-accordion-item .c-accordion__content p, .wp-block-pb-accordion-item .c-accordion__content ul, .wp-block-pb-accordion-item .c-accordion__content ol {
  margin-bottom: 0;
}

.land-acknowledgment {
  background: #c5cfea;
  width: 100%;
  padding: 80px 30px;
  float: left;
  text-align: center;
}
.land-acknowledgment p {
  margin: 0 auto;
  max-width: 860px;
  font-size: 1.2em;
  font-weight: 600;
}

#info-content {
  width: 240px;
  font-size: 1em;
}
#info-content h3 {
  color: #1a1c1c;
  font-size: 20px;
  margin-bottom: 15px;
}
#info-content p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}
#info-content .website-link {
  color: #fff;
  background: #19bc95;
  padding: 10px 15px;
  margin-top: 25px;
  display: block;
  font-weight: 800;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
#info-content .website-link:hover {
  background: #16a57f;
  text-decoration: none;
}

button.gm-ui-hover-effect {
  height: 30px !important;
  width: 30px !important;
}
button.gm-ui-hover-effect span {
  margin: 5px !important;
}

#google-map-wrapper {
    padding-bottom: 0;
}

#google-map {
  height: 320px;
  background: #efefef;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
