body {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  line-height: 25px;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width : 991px) {
  .row-flex {
    display: block;
  }
}
.green {
  color: #539536;
}
.lightgreen {
  color: #96ca4f;
}
.normal-case {
  text-transform: none;
}
.quote-heading {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: #404041;
  background: #C5C6C6;
  padding: 20px 40px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 767px) {
  .quote-heading {
    font-size: 18px;
    line-height: 25px;
    padding: 20px 20px;
  }
}
.quote {
  font-size: 22px;
  line-height: 32px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #539536;
  margin: 30px 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .quote {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 20px;
  }
}
.button {
  font-size: 17px;
  line-height: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  min-width: 200px;
  display: inline-block;
  color: #231F20;
  border: solid 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #FFF;
  background: #231F20;
  border-color: #231F20;
}
.button.button-white {
  color: #FFF;
}
.button.button-white:hover {
  color: #231F20;
  background: #FFF;
  border-color: #FFF;
}
.button.button-solid {
  color: #FFF;
  background: #333334;
  border-color: #333334;
}
.button.button-solid:hover {
  background: #000;
  border-color: #000;
}
.img-block-bg .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.img-block-bg img {
  display: none;
}
.img-block-bg .title {
  color: #FFF;
  font-size: 40px;
  line-height: 45px;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 3px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .img-block-bg .title {
    font-size: 26px;
    line-height: 26px;
  }
}
.before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header {
  background: #FFF;
  padding: 35px 80px 30px 60px;
}
#header #header-left {
  margin-right: 70px;
  float: left;
}
@media screen and (min-width: 1201px) {
  #header #header-left {
    margin-right: 100px;
  }
}
#header #logo {
  width: 256px;
}
#header #navigation {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #navigation .nav li {
  font-size: 17px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  position: static;
}
#header #navigation .nav li:first-child {
  margin-left: 0;
}
#header #navigation .nav li a {
  color: #231F20;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header #navigation .nav li a:hover,
#header #navigation .nav li a:focus {
  color: #539536;
  background: transparent;
}
#header #navigation .nav li.nav-selected > a {
  color: #539536;
}
#header #navigation .nav li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#header #navigation .nav li ul {
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0;
  padding-top: 31px;
  width: 100%;
  z-index: 22;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header #navigation .nav li ul li {
  width: 50%;
  line-height: 25px;
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  float: left;
}
#header #navigation .nav li ul li a {
  color: #FFF;
}
#header #navigation .nav li ul li a:hover,
#header #navigation .nav li ul li a:focus {
  color: #231F20;
}
#header #navigation .nav li ul li:nth-child(odd) {
  background: #539536;
}
#header #navigation .nav li ul li:nth-child(odd) a {
  color: #FFF;
}
#header #navigation .nav li ul li:nth-child(even) {
  background: #96ca4f;
}
#header #header-links {
  font-size: 17px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #header-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#header #header-links ul li {
  display: inline-block;
  margin-left: 20px;
  margin-top: 10px;
  cursor: pointer;
}
#header #header-links ul li:first-child {
  margin-left: 0;
}
#header #header-links ul li a,
#header #header-links ul li span {
  padding: 0;
  color: #231F20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header #header-links ul li a:hover,
#header #header-links ul li span:hover,
#header #header-links ul li a:focus,
#header #header-links ul li span:focus {
  color: #539536;
  background: transparent;
}
#header #header-links ul li:hover ul {
  /*opacity: 1;
						height: auto;
						visibility: visible;*/
}
#header #header-links ul ul {
  /*visibility: hidden;
				opacity: 0;
				height: 0;*/
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  padding-top: 31px;
  width: 100%;
  z-index: 11;
}
#header #header-links ul ul li {
  width: 50%;
  line-height: 25px;
  padding: 20px 10px;
  text-align: center;
  margin: 0;
  float: left;
}
#header #header-links ul ul li a {
  color: #FFF;
}
#header #header-links ul ul li a:hover,
#header #header-links ul ul li a:focus {
  color: #231F20;
}
#header #header-links ul ul li:nth-child(odd) {
  background: #539536;
}
#header #header-links ul ul li:nth-child(even) {
  background: #96ca4f;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 35px 30px 30px;
  }
  #header #logo {
    width: 210px;
  }
  #header #navigation .nav li {
    margin-left: 15px;
  }
  #header #navigation .nav li:first-child {
    margin-left: 0;
  }
  #header #header-links ul li {
    margin-left: 15px;
  }
  #header #header-links ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width : 992px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    /*#header-links {
			ul {
				li {
					&:hover {
						ul {
							opacity: 1;
							height: auto;
							visibility: visible;
						}
					}
				}
			}
		}*/
  }
  #header #navigation {
    display: block !important;
  }
}
@media only screen and (max-width : 991px) {
  #header {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
  }
  #header #header-left {
    margin-bottom: 40px;
  }
  #header #navigation {
    float: none;
    margin: 0 -30px;
    display: none;
    clear: both;
    background: #539536;
    /*display: none;
			background: @green;
			margin-top: 20px;
			padding: 30px;
			position: absolute;
			left: 0;
			.nav {
				float: none;
				li {
					display: block;
					a {
						color: #FFF;
						&:hover, &:focus {
							color: #FFF;
						}
					}
					&.nav-selected {
						a {
							color: #FFF;
						}
					}
				}
				& > li {
					&.nav-selected {
						background: transparent;
					}
				}
			}*/
  }
  #header #navigation .nav li {
    display: block;
    margin: 0;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  #header #navigation .nav li a {
    color: #FFF;
  }
  #header #navigation .nav li a:hover,
  #header #navigation .nav li a:focus {
    color: #FFF;
  }
  #header #navigation .nav li.nav-selected > a {
    color: #231F20;
  }
  #header #navigation .nav li ul {
    display: none;
  }
  #header #header-links {
    float: none;
    clear: both;
    margin: 0 -30px;
  }
  #header #header-links > ul {
    width: 100%;
  }
  #header #header-links > ul li {
    margin: 0;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #FFF;
    background: #414042;
  }
  #header #header-links > ul li a,
  #header #header-links > ul li span {
    color: #FFF;
  }
  #header #header-links > ul li ul {
    padding: 0;
    top: 100%;
  }
  #header #header-links > ul li ul li {
    width: 100%;
    float: none;
    line-height: 20px;
    padding: 15px;
  }
  #header #header-links > ul li ul.visible {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  #header #header-links > ul > li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    background: #539536;
  }
  #header #header-links > ul > li:first-child a:hover,
  #header #header-links > ul > li:first-child a:focus {
    color: #231F20;
  }
  #header #menuToggle {
    display: inline-block;
    width: 40px;
    height: 50px;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: transparent;
    padding-top: 10px;
    top: 95px;
    right: 30px;
    margin: auto;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  #header #menuToggle .stripe {
    width: 100%;
    height: 4px;
    width: 40px;
    background: #539536;
    margin: 0 auto 7px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  #header #menuToggle[rel="open"] .stripe1 {
    -webkit-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuToggle[rel="open"] .stripe2 {
    opacity: 0;
  }
  #header #menuToggle[rel="open"] .stripe3 {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    -moz-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-bar .green + .green {
    display: none;
  }
  #header #header-bar a {
    display: block;
  }
  #header #header-bar .button {
    margin-top: -10px;
  }
}
/*#page-header {
			.container {
				color: #FFF;
				background: @green;
				padding: 50px 60px;
			}
			h1 {
				font-size: 55px;
				color: @lightgreen;
			}
			h2 {
				font-size: 34px;
				text-transform: uppercase;
				margin-bottom: 15px;
			}
		}*/
#banner {
  position: relative;
}
#banner #banner-content {
  position: relative;
  color: #FFF;
  margin: 0 auto;
  width: 100%;
}
#banner #banner-content .banner-content-inner {
  min-height: 600px;
  padding-left: 60px;
  padding-bottom: 90px;
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
#banner #banner-content .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
#banner #banner-content #page-header {
  position: relative;
}
#banner #banner-content #page-header .container {
  color: #FFF;
  background: #539536;
  padding: 50px 60px;
}
#banner #banner-content #page-header h1 {
  font-size: 55px;
  color: #96ca4f;
}
#banner #banner-content #page-header h2 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#banner #banner-content h1 {
  font-size: 65px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #529535;
  margin: 0;
  /*font-size: 40px;
			//font-family: @font-bold;
			line-height: 45px;
			padding: 15px 20px;
			font-weight: bold;
			text-transform: uppercase;
			border: solid 3px;
			display: inline-block;*/
}
#banner #banner-content h3 {
  /*font-size: 60px;
			padding-right: 60px;
			margin-bottom: 10px;*/
  font-size: 20px;
  color: #939598;
  margin-bottom: 10px;
}
#banner #banner-content h2 {
  /*font-size: 70px;
			text-align: right;
			margin-bottom: 10px;*/
  font-size: 41px;
  margin-bottom: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
}
#banner #banner-content h4 {
  /*font-size: 30px;
			text-align: right;
			margin-bottom: 0;*/
  font-size: 17px;
  margin-bottom: 0px;
}
#banner #banner-content .header-sections {
  position: relative;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  /*&:before {
						content: "";
						position: absolute;
						top: 0;
						right: 0;
						width: 28px;
						height: 50%;
						background: #529535;
						z-index: 2;
					}
					&:after {
						content: "";
						position: absolute;
						right: 0;
						bottom: 0;
						width: 28px;
						height: 50%;
						background: #95C94F;
						z-index: 2;
					}*/
}
#banner #banner-content .header-sections .header-section {
  position: relative;
  left: 0;
  color: #FFF;
  flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#banner #banner-content .header-sections .header-section:first-child {
  background: #231F20;
  border-right: #529535 solid 28px;
}
#banner #banner-content .header-sections .header-section:first-child:hover {
  background: #000;
}
#banner #banner-content .header-sections .header-section:hover {
  left: -50px;
  width: calc(100% + 50px);
}
@media only screen and (max-width : 991px) {
  #banner #banner-content .header-sections .header-section:hover {
    left: 0;
    width: 100%;
  }
}
#banner #banner-content .header-sections .header-section:last-child {
  background: #414042;
  border-right: #95C94F solid 28px;
}
#banner #banner-content .header-sections .header-section:last-child:hover {
  background: #333;
}
#banner #banner-content .header-sections .header-section-inner {
  padding: 20px 50px;
}
@media only screen and (min-width : 992px) {
  #banner {
    margin-top: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  #banner #banner-content h1 {
    font-size: 86px;
  }
}
@media screen and (max-width: 1024px) {
  #banner #banner-content .banner-content-inner {
    padding-left: 30px;
  }
  #banner #banner-content h1 {
    font-size: 54px;
  }
  #banner #banner-content .header-sections .header-section-inner {
    padding: 20px 30px;
  }
}
@media only screen and (max-width : 991px) {
  #banner {
    margin-top: 0;
  }
  #banner #banner-content {
    display: block;
  }
  #banner #banner-content h2 {
    font-size: 30px;
  }
  #banner #banner-content .header-sections .header-section:first-child {
    border-right: #529535 solid 14px;
  }
  #banner #banner-content .header-sections .header-section:last-child {
    border-right: #95C94F solid 14px;
  }
  #banner #banner-content .header-sections .header-section-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #banner {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #banner #banner-content .banner-content-inner {
    min-height: 350px;
  }
  #banner #banner-content h1 {
    font-size: 40px;
  }
  #banner #banner-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #banner #banner-content h1 {
    font-size: 34px;
  }
}
#footer-border .col-xs-6 {
  background: #539536;
  height: 28px;
}
#footer-border .col-xs-6:last-child {
  background: #96ca4f;
}
@media only screen and (max-width : 991px) {
  #footer-border .col-xs-6 {
    height: 14px;
  }
}
#footer {
  color: #FFF;
  background: #333334;
  font-size: 16px;
  padding: 50px 35px;
}
#footer .row-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer #footer-left ul {
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
}
#footer #footer-left ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer #footer-left ul li:last-child {
  margin-right: 0;
}
#footer #footer-left ul li img {
  margin-right: 10px;
}
#footer #footer-right {
  text-align: right;
}
#footer #footer-right h3 {
  color: #96ca4f;
  text-transform: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 50px 15px;
  }
}
@media only screen and (max-width : 991px) {
  #footer #footer-right {
    text-align: left;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-left ul li {
    margin-right: 10px;
  }
  #footer #footer-left ul li:last-child {
    margin-right: 0;
  }
  #footer #footer-left ul li img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #footer #footer-left ul li:first-child {
    display: block;
    margin-bottom: 20px;
  }
}
#copyright {
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  background: #333334;
  padding: 0px 35px 50px;
}
#copyright .row {
  border-top: #A7A9AC solid 1px;
  padding-top: 50px;
  margin: 0;
}
#copyright .col {
  padding: 0;
}
#copyright #copyright-right {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #copyright {
    padding: 0px 15px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #copyright #copyright-right {
    text-align: left;
  }
}
.breadcrumb {
  text-transform: lowercase;
  background: transparent;
  padding: 0;
  font-size: 16px;
}
.breadcrumb > li + li:before {
  color: #231F20;
  content: ">";
}
.breadcrumb > .active {
  color: #539536;
}
.section {
  position: relative;
  clear: both;
}
.section-intro {
  font-size: 15px;
  line-height: 25px;
  border-right: #C5C6C6 solid 28px;
  padding: 120px 30px;
}
.section-intro > .container {
  padding: 0;
}
.section-intro h3 {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #539536;
  margin-bottom: 20px;
}
.section-intro h2 {
  font-size: 40px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #96ca4f;
}
.section-intro h4 {
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #96ca4f;
  margin-bottom: 20px;
}
.section-intro ul {
  padding-left: 20px;
}
.section-intro .button {
  margin-top: 20px;
}
.section-intro .row {
  margin-top: 20px;
}
.section-intro .row:first-child {
  margin-top: 0;
}
.section-intro #page-header {
  position: relative;
  color: #FFF;
  background: #539536;
  padding: 50px 60px;
  margin-bottom: 85px;
}
.section-intro #page-header h1 {
  font-size: 55px;
  color: #96ca4f;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.section-intro #page-header h2 {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .section-intro {
    padding: 100px 30px;
  }
}
@media only screen and (max-width : 991px) {
  .section-intro {
    border-right-width: 14px;
  }
  .section-intro #page-header {
    padding: 40px;
  }
  .section-intro #page-header h1 {
    font-size: 48px;
  }
  .section-intro #page-header h2 {
    font-size: 30px;
  }
  .section-intro h2 {
    font-size: 30px;
  }
  .section-intro .col-sm-6 {
    margin-bottom: 40px;
  }
  .section-intro .col-sm-6:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-intro .button {
    margin-top: 0;
  }
  .section-intro #page-header {
    padding: 30px;
    margin-bottom: 40px;
  }
  .section-intro #page-header h1 {
    font-size: 32px;
  }
  .section-intro #page-header h2 {
    font-size: 24px;
  }
}
/* Homepage */
.page-template-homepage #banner {
  height: 750px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-template-homepage #banner #banner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-template-homepage #banner #banner-content .banner-content-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.7);
}
.page-template-homepage #banner #banner-content .banner-content-inner h1 {
  position: relative;
}
@media only screen and (max-width : 991px) {
  .page-template-homepage #banner {
    height: auto;
  }
  .page-template-homepage #banner #banner-content {
    display: block;
  }
  .page-template-homepage #banner #banner-content .banner-content-inner {
    padding: 30px;
    padding-top: 150px;
  }
}
.section-services .col {
  padding: 0;
}
.section-services .col-md-3 {
  order: 1;
  background: #96ca4f;
  padding: 50px;
  min-height: 500px;
  border-right: #539536 solid 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-services .col-md-9 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-services .services {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.section-services .services .service {
  position: relative;
}
.section-services .services .service:before {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.5);
}
.section-services .services .service h3 {
  color: #FFF;
  font-size: 28px;
  position: relative;
  margin-top: 50px;
  padding: 0 30px;
}
.section-services .services .service .button {
  margin-left: 30px;
  margin-top: 10px;
  color: #FFF;
  background: #333334;
  border-color: #333334;
  position: relative;
  opacity: 0;
}
.section-services .services .service:hover:before {
  background: rgba(35, 31, 32, 0.95);
}
.section-services .services .service:hover .button {
  opacity: 1;
}
.section-services h2 {
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 30px;
}
.section-services h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section-services .row-flex {
    display: block;
  }
  .section-services .col-md-3 {
    width: 100%;
    float: none;
    min-height: auto;
    padding: 70px 40px;
  }
  .section-services .col-md-9 {
    width: 100%;
    float: none;
  }
  .section-services .services .service {
    min-height: 240px;
  }
  .section-services .services .service .button {
    opacity: 1;
  }
  .section-services .services .service:hover:before {
    background: rgba(35, 31, 32, 0.5);
  }
}
@media only screen and (max-width : 991px) {
  .section-services .col-md-3 {
    border-right-width: 14px;
    padding: 70px 30px;
  }
  .section-services h2 {
    font-size: 30px;
  }
}
.section-bottom #section-content {
  border-right: #F1F2F2 solid 28px;
}
.section-bottom img {
  width: 100%;
}
.section-bottom .img-block-bg .img-bg {
  position: relative;
  min-height: 500px;
}
.section-bottom .bottom-content {
  position: relative;
  margin-top: -210px;
}
.section-bottom .col-md-6 {
  padding: 50px 30px;
  margin-bottom: 80px;
}
.section-bottom .content-box {
  background: #96ca4f;
  color: #FFF;
  padding: 50px;
}
.section-bottom h2 {
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.section-bottom h3 {
  color: #231F20;
  margin-bottom: 10px;
}
@media only screen and (max-width : 991px) {
  .section-bottom #section-content {
    border-right: 0;
  }
  .section-bottom .img-block-bg .img-bg {
    min-height: 400px;
  }
  .section-bottom .col-md-6 {
    padding: 30px;
    margin-bottom: 0px;
  }
  .section-bottom .col-md-6:last-child {
    padding-top: 0;
    margin-bottom: 70px;
  }
  .section-bottom .content-box {
    padding: 30px;
  }
  .section-bottom h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-bottom .bottom-content {
    margin-top: -180px;
  }
  .section-bottom h2 {
    word-wrap: break-word;
  }
  .section-bottom .img-block-bg .img-bg {
    min-height: 350px;
  }
}
.section-bottom-banner {
  position: relative;
}
.section-bottom-banner .img-block-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.7);
}
.section-bottom-banner #bottom-banner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  height: 600px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  padding: 60px;
}
.section-bottom-banner #bottom-banner-content h3 {
  font-size: 53px;
  max-width: 900px;
}
@media only screen and (max-width : 991px) {
  .section-bottom-banner #bottom-banner-content {
    height: 500px;
  }
  .section-bottom-banner #bottom-banner-content h3 {
    font-size: 46px;
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .section-bottom-banner #bottom-banner-content {
    height: auto;
    padding: 100px 30px;
  }
  .section-bottom-banner #bottom-banner-content h3 {
    font-size: 36px;
    max-width: none;
  }
}
/* FAQ page */
.page-template-template-3 .section-intro .row .col-sm-6:nth-child(odd) {
  padding-right: 40px;
}
.page-template-template-3 .section-intro .row .col-sm-6:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (max-width : 991px) {
  .page-template-template-3 .section-intro .row .col-sm-6 {
    width: 100%;
    float: none;
  }
  .page-template-template-3 .section-intro .row .col-sm-6:nth-child(odd),
  .page-template-template-3 .section-intro .row .col-sm-6:nth-child(even) {
    padding: 0 15px;
  }
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel-default {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-default > .panel-heading {
  background: #C5C6C6;
  border: 0;
  border-radius: 0;
}
.panel-group .panel-heading h3 {
  color: #404041;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  padding-right: 35px;
  position: relative;
}
.panel-group .panel-heading h3 a:after {
  content: "";
  background: url('/application/themes/i2i/images/accordion.svg') center no-repeat;
  width: 21px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.panel-group .panel-heading h3 a.collapsed:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #539536;
  padding: 40px 50px;
}
@media only screen and (max-width : 991px) {
  .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-group .panel-default > .panel-heading {
    padding: 5px;
  }
  .panel-group .panel-heading h3 {
    padding: 5px 10px;
    padding-right: 35px;
  }
  .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 10px;
  }
}
/* General Page */
.page-template-full .section-intro {
  padding-bottom: 0;
}
.page-template-full .section-intro #page-header {
  margin-bottom: 0;
}
.page-template-full .section-content {
  padding: 75px 30px 180px;
  border-right: #C5C6C6 solid 28px;
}
.page-template-full .section-content .container {
  padding: 0;
}
.page-template-full .section-content h3 {
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #96ca4f;
  margin-bottom: 15px;
  text-transform: none;
}
.page-template-full .section-content p {
  margin-bottom: 20px;
}
.page-template-full .section-content p:last-child {
  margin-bottom: 0;
}
.page-template-full .section-content a {
  color: #539536;
}
.page-template-full .section-content a:hover,
.page-template-full .section-content a:focus {
  text-decoration: underline;
}
@media only screen and (max-width : 991px) {
  .page-template-full .section-content {
    padding: 60px 30px 120px;
    border-right-width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-full .section-content {
    padding: 50px 30px 70px;
  }
}
/* Blog */
.section-post-content {
  padding: 75px 30px 180px;
  border-right: #C5C6C6 solid 28px;
}
.section-post-content .container {
  padding: 0;
}
.section-post-content h3 {
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #96ca4f;
  margin-bottom: 15px;
  text-transform: none;
}
.section-post-content p {
  margin-bottom: 20px;
}
.section-post-content p:last-child {
  margin-bottom: 0;
}
.section-post-content a {
  color: #539536;
}
.section-post-content a:hover,
.section-post-content a:focus {
  text-decoration: underline;
}
.section-post-content .post-header {
  background: #96ca4f;
  max-width: 530px;
  padding: 50px;
  color: #FFF;
  margin-bottom: 75px;
  margin-top: -175px;
}
.section-post-content .post-header .date {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #231F20;
  display: block;
  margin-bottom: 10px;
}
.section-post-content .post-header .title {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.section-post-content .sidebar {
  padding-left: 50px;
}
.section-post-content .ccm-block-next-previous-wrapper {
  overflow: hidden;
  margin-top: 5px;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header {
  float: left;
  width: 48%;
  text-align: right;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header a {
  font-size: 17px;
  line-height: 26px;
  padding: 10px 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #333334;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header a:before {
  content: "";
  background: url('/application/themes/i2i/images/arrow-prev.svg') center / contain no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  left: 10px;
  margin-top: 3px;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header a:hover {
  background: #000;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header.next {
  float: right;
  text-align: left;
}
.section-post-content .ccm-block-next-previous-wrapper .ccm-block-next-previous-header.next a:before {
  background: url('/application/themes/i2i/images/arrow-next.svg') center / contain no-repeat;
  left: auto;
  right: 10px;
}
@media only screen and (max-width : 991px) {
  .section-post-content {
    padding: 60px 30px 120px;
    border-right-width: 14px;
  }
  .section-post-content .sidebar {
    margin-top: 50px;
    padding-left: 15px;
  }
  .section-post-content .post-header {
    padding: 30px;
    margin-bottom: 60px;
    margin-top: -140px;
  }
  .section-post-content .post-header .date {
    font-size: 18px;
  }
  .section-post-content .post-header .title {
    font-size: 32px;
    line-height: 40px;
  }
  .section-post-content .ccm-block-next-previous-wrapper {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .section-post-content {
    padding: 50px 30px 70px;
  }
  .section-post-content .post-header {
    margin-bottom: 50px;
    margin-top: -120px;
  }
  .section-post-content .post-header .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.section-blog-posts {
  padding-bottom: 140px;
  border-right: #C5C6C6 solid 28px;
}
@media only screen and (max-width : 991px) {
  .section-blog-posts {
    padding-bottom: 100px;
    border-right-width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-blog-posts {
    padding-bottom: 70px;
    border-right: 0;
  }
}
.blog-posts-wrapper {
  margin-top: -100px;
}
.blog-posts-wrapper .blog-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.blog-posts-wrapper .blog-posts .blog-post {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.blog-posts-wrapper .blog-posts .post-info {
  background: #96ca4f;
  padding: 50px;
  color: #FFF;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.blog-posts-wrapper .blog-posts .post-info .date {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #231F20;
  display: block;
  margin-bottom: 10px;
}
.blog-posts-wrapper .blog-posts .post-info .title {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-posts-wrapper .blog-posts .post-thumb {
  height: 300px;
}
.blog-posts-wrapper .ccm-pagination-wrapper {
  padding: 0 15px;
  margin-top: 20px;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination {
  width: 100%;
  max-width: 380px;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .disabled {
  opacity: 0.4;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination li {
  display: none;
  width: 48%;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next {
  display: block;
  text-align: right;
  float: left;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev span,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next span,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev a,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next a {
  border-radius: 0;
  float: none;
  font-size: 17px;
  line-height: 26px;
  padding: 10px 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #333334;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev span:before,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next span:before,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev a:before,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next a:before {
  content: "";
  background: url('/application/themes/i2i/images/arrow-prev.svg') center / contain no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  left: 10px;
  margin-top: 3px;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev span:hover,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next span:hover,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .prev a:hover,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next a:hover {
  background: #000;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next {
  display: block;
  text-align: left;
  float: right;
}
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next span:before,
.blog-posts-wrapper .ccm-pagination-wrapper .pagination .next a:before {
  background: url('/application/themes/i2i/images/arrow-next.svg') center / contain no-repeat;
  left: auto;
  right: 10px;
}
@media only screen and (max-width : 991px) {
  .blog-posts-wrapper .blog-posts .post-info {
    padding: 30px;
  }
  .blog-posts-wrapper .blog-posts .post-info .date {
    font-size: 18px;
  }
  .blog-posts-wrapper .blog-posts .post-info .title {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-posts-wrapper .blog-posts .post-thumb {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-wrapper .blog-posts .post-info .title {
    font-size: 28px;
    line-height: 34px;
  }
}
/* Service pages */
.section-features .col {
  padding: 0;
}
.section-features .col-md-3 {
  order: 1;
  min-height: 300px;
}
.section-features .col-md-9 {
  background: #96ca4f;
  padding: 80px 75px;
}
.section-features h2 {
  font-size: 40px;
  color: #FFF;
}
.section-features .col-sm-6 {
  margin: 20px 0;
}
.section-features .col-sm-6 h3 {
  font-size: 28px;
  color: #FFF;
}
.section-features .col-sm-6:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width : 991px) {
  .section-features .col-md-9 {
    padding: 50px;
  }
  .section-features h2 {
    font-size: 36px;
  }
  .section-features .col-sm-6 h3 {
    font-size: 24px;
    color: #FFF;
  }
}
@media only screen and (max-width: 767px) {
  .section-features .col-md-9 {
    padding: 30px;
  }
  .section-features h2 {
    font-size: 32px;
  }
  .section-features .col-sm-6 h3 {
    font-size: 18px;
    color: #FFF;
  }
}
.section-services .container-fluid > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.section-services .container-fluid > .row .col-sm-6 {
  padding: 0;
}
.section-services .container-fluid > .row .col-sm-6 .img-block-bg {
  height: 450px;
  position: relative;
  z-index: 1;
}
.section-services .container-fluid > .row .col-sm-6 .content-box {
  padding: 75px;
}
.section-services .container-fluid > .row:nth-child(odd) .col-sm-6:nth-child(odd) {
  background: #96ca4f;
}
.section-services .container-fluid > .row:nth-child(odd) .col-sm-6:nth-child(even) {
  background: #539536;
}
.section-services .container-fluid > .row:nth-child(even) .col-sm-6:nth-child(odd) {
  background: #539536;
}
.section-services .container-fluid > .row:nth-child(even) .col-sm-6:nth-child(even) {
  background: #96ca4f;
}
@media only screen and (max-width : 991px) {
  .section-services .container-fluid > .row .col-sm-6 {
    float: none;
    width: 100%;
  }
  .section-services .container-fluid > .row .col-sm-6 .content-box {
    padding: 50px;
  }
  .section-services .container-fluid > .row:nth-child(odd) .col-sm-6:nth-child(odd),
  .section-services .container-fluid > .row:nth-child(even) .col-sm-6:nth-child(odd) {
    background: #96ca4f;
  }
  .section-services .container-fluid > .row:nth-child(odd) .col-sm-6:nth-child(even),
  .section-services .container-fluid > .row:nth-child(even) .col-sm-6:nth-child(even) {
    background: #539536;
  }
}
@media only screen and (max-width: 767px) {
  .section-services .container-fluid > .row .col-sm-6 .img-block-bg {
    height: 300px;
  }
  .section-services .container-fluid > .row .col-sm-6 .content-box {
    padding: 50px 30px;
  }
}
.section-slider .container-fluid {
  padding: 0;
}
.section-slider .row {
  margin: 0;
}
.section-slider .col {
  padding: 0;
  position: relative;
}
.section-slider .ccm-image-slider {
  background: #96ca4f;
}
.section-slider .ccm-image-slider .rslides .slide-image {
  min-height: 600px;
}
.section-slider .ccm-image-slider .rslides .slide-content {
  padding: 100px 50px;
}
.section-slider .ccm-image-slider .rslides .slide-content h2 {
  color: #FFF;
  margin-bottom: 20px;
}
.section-slider .ccm-image-slider .slider-nav {
  position: absolute;
  left: 75px;
  bottom: 60px;
  width: 100%;
  max-width: 380px;
}
.section-slider .ccm-image-slider .slider-nav .rslides_nav {
  width: 48%;
  height: auto;
  float: left;
  opacity: 1;
  z-index: 10;
  top: 0;
  font-size: 17px;
  line-height: 26px;
  padding: 10px 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background: #333334;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: right;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.section-slider .ccm-image-slider .slider-nav .rslides_nav:before {
  content: "";
  background: url('/application/themes/i2i/images/arrow-prev.svg') center / contain no-repeat;
  width: 10px;
  height: 21px;
  position: absolute;
  left: 10px;
  margin-top: 3px;
}
.section-slider .ccm-image-slider .slider-nav .rslides_nav:hover {
  background: #000;
}
.section-slider .ccm-image-slider .slider-nav .rslides_nav.next {
  float: right;
  text-align: left;
}
.section-slider .ccm-image-slider .slider-nav .rslides_nav.next:before {
  background: url('/application/themes/i2i/images/arrow-next.svg') center / contain no-repeat;
  left: auto;
  right: 10px;
}
@media only screen and (max-width : 991px) {
  .section-slider .ccm-image-slider .rslides .slide-image {
    min-height: 450px;
  }
  .section-slider .ccm-image-slider .rslides .slide-content {
    padding: 70px 40px;
  }
  .section-slider .ccm-image-slider .slider-nav {
    top: 410px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-slider .ccm-image-slider .rslides .slide-image {
    min-height: 350px;
  }
  .section-slider .ccm-image-slider .rslides .slide-content {
    padding: 50px 30px;
  }
  .section-slider .ccm-image-slider .slider-nav {
    width: calc(100% - 60px);
    top: 320px;
    left: 30px;
  }
}
.page-template-contact .section-intro .col-sm-6:nth-child(even) h3 {
  margin-bottom: 10px;
}
.page-template-contact .section-intro .col-sm-6:nth-child(even) h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.section-contact-form {
  padding: 100px 15px;
}
.section-contact-form h2 {
  font-size: 40px;
  color: #96ca4f;
}
.section-contact-form h3 {
  color: #539536;
}
@media only screen and (max-width : 991px) {
  .section-contact-form {
    padding: 70px 15px;
  }
  .section-contact-form h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact-form h2 {
    font-size: 30px;
  }
}
.contact-form {
  margin-top: 50px;
}
.contact-form .fields {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.contact-form .fields .col-md-6 {
  padding: 0;
  width: 48%;
}
.contact-form .form-group .control-label {
  font-size: 20px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: #404041;
  text-transform: uppercase;
}
.contact-form .form-group .control-label span {
  display: none;
}
.contact-form .form-group .form-control {
  color: #404041;
  border: #404041 solid 1px;
  font-size: 20px;
  line-height: 30px;
  height: auto;
  padding: 7px 10px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  resize: none;
  height: 137px;
}
.contact-form .form-actions {
  clear: both;
  margin-top: 30px;
}
.contact-form .form-actions .captcha {
  float: left;
}
.contact-form .form-actions .btn {
  float: right;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  padding: 10px 40px;
  text-align: center;
  min-width: 180px;
  display: inline-block;
  color: #FFF;
  background: #96ca4f;
  border: #96ca4f solid 2px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .form-actions .btn:hover {
  background: #539536;
  border-color: #539536;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 30px;
  }
  .contact-form .fields {
    display: block;
  }
  .contact-form .fields .col-md-6 {
    width: 100%;
  }
  .contact-form .form-actions .captcha {
    float: none;
    clear: both;
  }
  .contact-form .form-actions .btn {
    float: none;
    clear: both;
  }
  .contact-form .g-recaptcha {
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.section-map #location-toggle {
  border-right: #C5C6C6 solid 28px;
  padding: 0 30px;
}
.section-map #location-toggle .container {
  padding: 0;
}
.section-map .nav {
  width: 45%;
  float: right;
  border: 0;
  margin-bottom: 15px;
}
.section-map .nav li {
  width: 50%;
  margin: 0;
}
.section-map .nav li a {
  font-size: 17px;
  line-height: 25px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  padding: 20px 40px;
  text-align: center;
  color: #FFF;
  background: #96ca4f;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}
.section-map .nav li a:hover {
  color: #FFF;
  background: #539536;
  border: 0;
}
.section-map .nav li.active a {
  color: #FFF;
  background: #539536;
  border: 0;
}
.section-map .location .container {
  position: relative;
}
.section-map .location-map {
  height: 600px;
}
.section-map .location-address {
  color: #FFF;
  background: #96ca4f;
  padding: 50px;
  font-size: 22px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  width: 50%;
  top: -80px;
  left: -14px;
}
.section-map .location-address h3 {
  color: #231F20;
}
@media only screen and (max-width : 991px) {
  .section-map #location-toggle {
    border-right-width: 14px;
  }
  .section-map .location-map {
    height: 500px;
  }
  .section-map .location-address {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-map .nav {
    float: none;
    width: 100%;
  }
  .section-map .location .container {
    padding: 0;
  }
  .section-map .location-map {
    height: 400px;
  }
  .section-map .location-address {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
