/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
*/

@import url('css/isotope.css');
@import url('css/responsive-landing-2.css');

* {
  outline: none !important;
}

body {
  font-family: 'DM Sans', sans-serif;
}

.slicknav_menu {
    display: none;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  top: 0;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #035e5c;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #035e5c;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #035e5c;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #035e5c;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #035e5c;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #035e5c;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1000;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.mobile_menu_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

#mobilemenu {
  padding: 20px 0;
}

#mobilemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mobilemenu ul li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

#mobilemenu ul li a {
  color: #3A3B3E;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

#mobilemenu ul li a:hover {
  color: #74CCDA !important;
}

#mobilemenu ul li.current_page_item a {
  color: #74CCDA !important;
}

#mobilemenu ul li ul {
  display: none;
  margin-top: 15px;
}

#mobilemenu ul li ul li {
}

#mobilemenu ul li.menu-item-has-children span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: url('images/menu_down.svg') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
  padding-right: 25px;
}

#mobile_logo {
  display: inline-block;
  max-width: 190px;
  height: auto;
}

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

.mobile_menu_active #mobile_menu {
  opacity: 1;
  z-index: 15000;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
  transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
  transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
  transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
  transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.animate-text.animate-fifth{
    transition-delay:1.2s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.footer_wrap {
  background: #233638;
  padding: 90px 0 25px 0;
}

.medium_container {
  width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}

.footer_logo {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
  width: 186px;
}

.footer_text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 28px;
  padding-right: 19%;
}

.footer_col {
  margin-bottom: 45px;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0 0 0;
}

.copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}

.copyright a {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.copyright a:hover {
  color: #fff !important;
}

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

.footer_bottom_menu ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}

.footer_bottom_menu ul li:last-child {
  margin-right: 0 !important;
}

.footer_bottom_menu ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 14px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer_bottom_menu ul li a:hover {
  color: #fff !important;
}

.footer_title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}

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

.footer_menu ul li {
  font-size: 16px;
  line-height: 28px;
}

.footer_menu ul li a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer_menu ul li a:hover {
  color: #fff !important;
}

.footer_contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_contact li {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
}

.footer_contact li a {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footer_contact li a:hover {
  color: #fff !important;
}

.footer_address {
  background: url('images/footer_address.svg') no-repeat 0 8px;
}

.footer_hours {
  background: url('images/footer_hours.svg') no-repeat 0 5px;
}

.footer_phone {
  background: url('images/phone.svg') no-repeat 0 6px;
  background-size: 18px auto;
}

.nl_form {
  position: relative;
  margin-bottom: 34px;
}

.nl_form input[type=email], .nl_form input[type=text] {
  width: calc(100% - 59px);
  background: #fff;
  height: 59px;
  border: none;
  padding: 19px;
  color: #585B64;
  font-size: 16px;
}

.nl_form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #585B64;
}

.nl_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #585B64;
   opacity:  1;
}

.nl_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #585B64;
   opacity:  1;
}

.nl_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #585B64;
}

.nl_form ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #585B64;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #585B64;
}

.nl_form button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 59px;
  padding: 0;
}

.nl_form button:hover svg rect {
  fill: #80c343;
}

.footer_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_social li {
  display: inline-block;
  margin-right: 15px;
}

.footer_social li:last-child {
  margin-right: 0 !important;
}

.fsoc {
  display: inline-block;
  text-decoration: none !important;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fsoc::before {
  content: " ";
  width: 0;
  height: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.fsoc i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fsoc:hover::before {
  width: 34px;
  height: 34px;
}

.fsoc:hover {
  color: #035e5c !important;
}

/*.fsoc:hover svg rect {
  fill: #80c343;
}*/

.logos_wrap {
  padding: 100px 0 80px 0;
}

.logos_slider {
  margin: 0 60px;
}

.logos_title {
  color: #035e5c;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 55px 0;
  padding: 0;
}

.logos_title span {
  color: #80c343;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
}

.logo_li {
  margin: 0 15px;
  position: relative;
}

.logo_li img {
  max-width: 100%;
  height: 83px;
  width: auto;
  display: inline-block;
}

.slick_new_prev {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  cursor: pointer;
}

.slick_new_next {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  cursor: pointer;
}

.slick_new_prev:hover svg circle, .slick_new_next:hover svg circle {
  fill: #035e5c;
}

.slick_new_prev:hover svg path, .slick_new_next:hover svg path {
  stroke: #fff;
}

.header_wrap {
  padding: 10px 0 10px 0;
  background: #fff;
  border-bottom: 1px solid rgba(201, 211, 222, 0.4);
  position: relative;
  z-index: 10;
  /*top: 0;
  left: 0;*/
  width: 100%;
  transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -100px;
}

#logo {
  display: inline-block;
  height: auto;
}

#logo img {
  max-width: 100%;
  height: auto;
  width: 196px;
}

.mainmenu {
  margin-top: 10px;
}

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

.mainmenu ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #035e5c;
  position: relative;
}

.mainmenu ul li a {
  display: inline-block;
  text-decoration: none !important;
  color: #284B63 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  /*border-bottom: 2px solid #fff;*/
}

.mainmenu ul li a::before {
    content: " ";
    position: absolute;
    display: block;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #5EB1BF;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover::before, .mainmenu ul li.current_page_item > a::before {
    left:  0;
}

.mainmenu ul li a:hover, .mainmenu ul li.current_page_item > a {
  color: #5EB1BF !important;
  /*border-color: #035e5c;*/
}

.mainmenu .menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

.mainmenu .menu-item-has-children > a::after {
  content: " ";
  background: url('images/menu_down.svg') no-repeat right center;
  width: 9px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.mainmenu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  text-align: left;
  background: #fff;
  border-top: 2px solid #80c343;
}

.mainmenu ul li:hover ul {
  display: block;
}

.mainmenu ul li ul li {
  display: block;
  margin: 0;
  padding: 0 !important;
}

.mainmenu ul li ul a {
  display: block;
  width: 170px;
  padding: 8px 0;
  background: #fff;
  position: relative;
}

.mainmenu ul li ul a:hover {
  color: #5EB1BF !important;
  padding-left: 30px;
}

.mainmenu ul li ul a::before {
  display: none !important;
}

.mainmenu ul li ul a::after {
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  top: 16px;
  width: 26px;
  height: 11px;
  background: url('images/submenu_arrow.svg') no-repeat 0 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.mainmenu ul li ul a:hover::after {
  opacity: 1;
  left: 0;
}

.contact_wrap {
  background: #F9F9F9;
  padding: 100px 0;
}

.contact_li_box {
  margin-bottom: 50px;
}

.contact_li_box_inner {
  background: #fff;
  border: 1px solid #80c343;
  padding: 35px 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.contact_li_box_inner:hover {
  background: #035e5c;
  border-color: #035e5c;
}

.contact_li_box_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.contact_li_box_title {
  color: #393E66;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0 30px 7px 0;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  border-bottom: 2px solid #80c343;
}

.contact_li_box_inner:hover .contact_li_box_title {
  color: #fff;
  border-color: #fff;
}

.contact_li_box_text p {
  color: #393E66;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_li_box_inner:hover .contact_li_box_text p {
  color: #fff !important;
}

.contact_container {
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}

.contact_form_wrap {
  background: #fff;
  padding: 50px 40px;
}

.title_1 {
  color: #035e5c;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}

.title_1 span {
  color: #80c343;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.contact_row label {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0 0 0 0;
}

.contact_row .wpcf7-text, .contact_row .wpcf7-number {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #C4C4C4;
  padding: 15px;
  font-size: 16px;
  color: #585B64;
}

.contact_row .wpcf7-textarea {
  width: 100%;
  height: 165px;
  resize: none;
  margin-bottom: 15px;
  border: 1px solid #C4C4C4;
  padding: 15px;
  font-size: 16px;
  color: #585B64;
}

.contact_row .wpcf7-submit {
  color: #fff;
  background: #035e5c;
  padding: 15px 70px;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none !important;
}

.contact_row .wpcf7-submit:hover {
  background: #80c343;
}

.contact_row .wpcf7-spinner {
  position: absolute;
}

.top_wrap {
  position: relative;
  height: 490px;
}

.top_map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.top_map iframe {
  width: 100%;
  height: 100%;
}

.top_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  margin-bottom: 12px;
}

.breadcrumbs a {
  color: #035e5c !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.breadcrumbs a:hover {
  color: #80c343 !important;
}

.top_title {
  color: #035e5c;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.top_title span {
  font-weight: 700;
  font-style: italic;
  color: #80c343;
  font-family: 'Playfair Display', serif;
}

.top_text {
  color: #585B64;
}

.top_text p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

body > section {
  overflow: hidden;
}

.top_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.subpage_warp {
  background: #F9F9F9;
  padding: 100px 0;
}

.sector_li {
  margin-bottom: 30px;
}

.sector_li_inner {
  position: relative;
}

.sector_li_image {
  overflow: hidden;
}

.sector_li_image img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  height: auto;
}

.sector_li_inner:hover img {
  transform: scale(1.1);
}

.sector_li_title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.sector_li_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 20px 25px;
}

.sector_li_excerpt {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: none;
}

.sector_li_excerpt p {
  margin: 0;
  padding: 0;
}

.sector_li_excerpt p span {
  display: inline-block;
  border-bottom: 1px solid #80c343;
  font-size: 22px;
  text-decoration: none !important;
  font-family: 'Playfair Display', serif;
}

.subpage_wrap {
  padding: 100px 0;
  background: #fff;
}

.sector_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button_1 {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 45px;
  background: #035e5c;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

.button_1:hover {
  background: #80c343;
}

.button_2 {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #fff;
}

.button_2:hover {
  background: transparent;
  color: #fff !important;
}

.sectors_bottom_button_wrap {
  margin-top: 30px;
}

.faq_li {
  background: #fff;
  border: 1px solid #F1F1F1;
  margin-bottom: 20px;
  padding: 25px 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.faq_li_title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0 45px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_title:hover {
  color: #80c343;
}

.faq_li_title svg {
  position: absolute;
  top: -10px;
  right: 0;
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_active .faq_li_title svg {
  transform: rotate(180deg);
}

.faq_li_active .faq_li_title svg g#Ellipse_72-2, .faq_li_active .faq_li_title svg path {
  stroke: #80c343;
}

.faq_li_text {
  margin-top: 20px;
  display: none;
  color: rgba(0, 0, 0, 0.6);
}

.faq_li_text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

.faq_li_text p:last-child {
  margin-bottom: 0;
}

.faq_li_number {
  position: absolute;
  top: -44px;
  left: 13px;
  color: #035e5c;
  font-size: 93px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_active .faq_li_number {
  opacity: 0.05;
}

.faq_li_active {
  border-color: #80c343;
}

.about_1_wrap {
  background: #035e5c;
  padding: 85px 0;
}

.title_1.white {
  color: #fff;
}

.title_1.white span {
  color: #035e5c;
}

.text_1 {
  color: #585B64;
}

.text_1 p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 blockquote {
  background: #fff;
  box-shadow: 0px 10px 80px #0000000F;
  margin-bottom: 25px;
  padding: 100px 35px 35px 35px;
  position: relative;
}

.text_1 blockquote::before {
  content: '"';
  display: block;
  color: #035e5c;
  font-size: 150px;
  font-weight: 700;
  font-style: italic;
  margin: 47px 0 10px 0 !important;
  padding: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1px;
  display: block;
  position: absolute;
  left: 14px;
  top: 40px;
}

.text_1 blockquote p:last-child {
  margin-bottom: 0;
}

.text_1.white {
  color: #fff;
}

.text_1 h1 {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 h2 {
  color: #035e5c;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 h3 {
  color: #035e5c;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.text_1 h4 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.text_1 h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}

.text_1 h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0;
}

.text_1 h1 strong, .text_1 h2 strong, .text_1 h3 strong, .text_1 h4 strong, .text_1 h5 strong, .text_1 h6 strong {
  font-weight: inherit !important;
}

.text_1 .blog1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 .blog2 {
  color: #035e5c;
  font-size: 42px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 .blog3 {
  color: #035e5c;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px 0;
  padding: 0;
}

.text_1 .blog4 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 15px 0;
  padding: 0;
}

.text_1 .blog5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 10px 0;
  padding: 0;
}

.text_1 .blog6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  margin: 0 0 5px 0;
  padding: 0;
}

.text_1 li {
  color: #585B64;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.text_1 ol li {
  padding-left: 0;
}

.text_1 ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  background: #035e5c;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 10px;
}

.text_1 ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

.text_1 ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}

.text_1 a {
  color: #284B63 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.text_1 a:hover {
  color: #5EB1BF !important;
}

.top_title_2 {
  color: #035e5c;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  margin: 0 0 30px 0;
  padding: 0;
}

.top_title_2 span {
  color: #80c343;
  font-size: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.about_2_wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 130px 0;
}

.about_2_quote {
  color: #fff;
}

.about_2_quote p {
  font-size: 30px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}

.about_2_quote p span {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  color: #80c343;
}

.about_2_quote_char {
  color: #80c343;
  font-size: 150px;
  font-weight: 400;
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1px;
  display: block;
  position: relative;
  left: -19px;
}

.about_3_wrap {
  padding: 100px 0;
}

.about_3 {
  width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
}

.about_3_image {
  width: 100%;
  height: auto;
}

.about_3 .text_1 {
  margin-bottom: 45px;
}

.about_4_wrap {
  padding: 70px 0 50px 0;
  background: #035e5c;
}

.number_li {
  margin-bottom: 30px;
}

.number_li_inner {
  position: relative;
  background: #035e5c;
  padding: 30px 15px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.number_li_inner:hover {
  background: #fff;
}

.number_li_number {
  color: #fff;
  font-family: 'Vidaloka', serif;
  font-size: 29px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/*.number_li_inner:hover .number_li_number {
  color: #035e5c;
}*/

.number_li_number::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #80c343;
  width: 155px;
  height: 1px;
  transform: translateX(-50%);
}

.number_li_text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.number_li_inner:hover .number_li_text {
  color: rgba(67, 67, 67, 0.7);
}

.about_4 .title_1 {
  margin-bottom: 50px;
}

.about_5_wrap {
  padding: 100px 0;
  background: #F9F9F9;
}

#options ul {
  margin: 0 0 45px 0;
  padding: 0;
  list-style-type: none;
}

#options ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #035e5c;
  margin-right: 15px;
}

#options ul li:last-child {
  margin-right: 0 !important;
}

#options ul li a {
  color: #035e5c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#options ul li a:hover {
  color: #80c343 !important;
}

#options ul li a.selected {
  border-color: #80c343;
  color: #80c343 !important;
}

.grid-item, .grid-sizer {
  width: 25%;
}

.staff_li {
  margin-bottom: 30px;
}

.staff_li_inner {
  margin: 0 22px;
  position: relative;
  cursor: pointer;
}

.staff_li_inner img {
  width: 100%;
  height: auto;
}

.staff_li_info {
  width: 200px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 12px 14px;
  position: absolute;
  bottom: 38px;
  right: -22px;
}

.staff_li_name {
  color: #035e5c;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_li_title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_li_inner:hover .staff_li_info {
  background: #80c343;
}

.staff_li_inner:hover .staff_li_name {
  color: #fff;
}

.staff_li_inner:hover .staff_li_title {
  color: rgba(255, 255, 255, 0.6);
}

.staff_popup_image {
  width: 300px;
  height: auto;
  position: relative;
  z-index: 1;
  margin-right: 30px;
  max-width: 100%;
}

.close_popup {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 24px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}

.close_popup:hover {
  opacity: 0.6;
}

.staff_popup_title {
  color: #035e5c;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

.staff_popup_title span {
  font-weight: 400;
  font-size: 14px;
}

.staff_popup_contact {
  margin-bottom: 22px;
}

.staff_soc {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  text-decoration: none !important;
  top: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_soc:hover {
  top: -3px;
}

.staff_popup_bio {
  position: relative;
  border-top: 1px solid #9BB053;
  border-right: 1px solid #9BB053;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

/*.staff_popup_bio::before {
  content: " ";
  display: block;
  width: 30px;
  left: -30px;
  top: -1px;
  height: 1px;
  background: #9BB053;
  position: absolute;
}*/

.staff_popup_bio::after {
  content: " ";
  display: block;
  width: 30px;
  right: -30px;
  bottom: -1px;
  height: 1px;
  background: #9BB053;
  position: absolute;
}

.modal-content {
  overflow: hidden;
}

.sector_1_wrap {
  background: #F9F9F9;
  padding: 45px 0;
}

.sector_1_title {
  color: #035e5c;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

.sector_1_title span {
  color: #80c343;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.sector_1_text {
  color: #035e5c;
  font-size: 18px;
}

.sector_1_text strong {
  font-size: 30px;
  font-family: 'Vidaloka', serif;
  border-bottom: 2px solid #80c343;
}

.sector_2_wrap {
  padding: 90px 0 10px 0;
}

.section_li {
  margin-bottom: 80px;
}

.image_1 {
  width: 100%;
  height: auto;
}

.section_li_odd .section_li_content_wrap {
  padding-right: 50px;
}

.section_li_even .section_li_content_wrap {
  padding-left: 50px;
}

.title_2 {
  color: #035e5c;
  font-size: 42px;
  line-height: 56px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.title_2 span {
  color: #80c343;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  /*font-family: 'Vidaloka', serif;*/
}

.testimonials_wrap {
  background: #F9F9F9;
  padding: 80px 0;
  position: relative;
}

.testimonials {
  position: relative;
}

.testimonials_background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.02;
}

.testim_li {
  background: #fff;
  padding: 35px;
  margin: 0 10px;
  /*box-shadow: 0px 10px 80px #0000000F;*/
}

.testim_li_quote {
  position: relative;
  height: 40px;
  margin-bottom: 15px;
}

.testim_li_quote span {
  color: #035e5c;
  font-size: 150px;
  font-weight: 400;
  margin: 47px 0 10px 0 !important;
  padding: 0;
  font-family: 'Playfair Display', serif;
  line-height: 1px;
  display: block;
  position: absolute;
  left: -19px;
}

.testim_li_name {
  color: #035e5c;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}

.testim_li_title {
  color: #585B64;
  font-size: 16px;
}

.testimonials_slider .slick_new_next {
  top: -75px;
  right: 0;
}

.testimonials_slider .slick_new_prev {
  top: -75px;
  right: 57px;
  left: auto;
}

.sector_slide_li {
  margin: 0 12px;
}

.related_sectors_wrap {
  padding: 100px 0;
}

.related_sectors_wrap .text_1 {
  margin-bottom: 50px;
}

.related_sectors_wrap .sectors_bottom_button_wrap {
  margin-top: 50px;
}

body.single-sectors .logos_wrap {
  background: #F9F9F9;
}

.related_sectors_wrap .slick_new_prev {
  left: -10px;
  z-index: 1;
}

.related_sectors_wrap .slick_new_next {
  right: -10px;
  z-index: 1;
}

.hiring_1_wrap {
  background: #F9F9F9;
  padding: 80px 0 60px 0;
}

.hiring_2_wrap {
  padding: 80px 0;
}

.diff_2_wrap {
  background: #51C8E9;
  padding: 75px 0;
}

.title_3 {
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.title_3 span {
  color: #035e5c;
  font-weight: 700;
  font-style: italic;
  font-family: 'Playfair Display', serif;
}

.diff_1_wrap {
  padding: 70px 0 40px 0;
  background: url('images/erc.jpg') no-repeat center top;
  background-size: cover;
}

.col_li {
  margin-bottom: 30px;
}

.col_li_inner {
  margin: 0 10%;
}

.col_li_image {
  width: 92px;
  height: auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.col_li_inner:hover .col_li_image {
  transform: scale(1.1);
}

.col_li_title {
  color: #035e5c;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

.diff_3_wrap {
  background: #F9F9F9;
}

.diff_4_wrap {
  margin: 80px 0;
  position: relative;
}

.diff_4_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.diff_4 .row {
  position: relative;
}

.diff_4_form_content {
  background: #fff;
  width: 130%;
  min-height: 630px;
  margin-bottom: 60px;
  box-shadow: 0px 0px 56px #0000001A;
}

.partnership_form_wrap {
  padding: 35px 40px !important;
}

.partnership_4_wrap {
  background: url('images/referral.jpg') no-repeat center top;
  background-size: cover;
  padding: 70px 0 40px 0;
}

.partnership_4 .title_2 {
  color: #fff;
  margin-bottom: 55px;
}

.partnership_4 .col_li_title {
  color: #fff;
}

.partnership_4 .col_li_text {
  color: rgba(255, 255, 255, 0.66);
}

.partnership_5_wrap {
  padding: 90px 0 60px 0;
  background: #F9F9F9;
}

.box_li {
  margin-bottom: 30px;
}

.box_li_inner {
  background: #fff;
  padding: 70px 40px 40px 40px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.box_li_inner:hover {
  background: #035e5c;
}

.box_li_image {
  margin-bottom: 30px;
  height: 85px;
}

.box_li_image svg {
  max-height: 85px;
  width: auto;
}

.box_li_inner:hover svg path {
  fill: #fff;
}

.box_li_title {
  color: #035e5c;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.box_li_inner:hover .box_li_title {
  color: #fff;
}

.box_li_text {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.box_li_inner:hover .box_li_text {
  color: #fff;
}

.box_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.what_1_wrap {
  background: #035e5c;
  padding: 50px 0;
}

.what_1 {
  width: 1240px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.what_1_text {
  color: #fff;
}

.what_1_text p {
  font-size: 30px;
  line-height: 44px;
}

.what_1_text p strong {
  color: #80c343;
  font-family: 'Vidaloka', serif;
}


.what_2_wrap {
  padding: 90px 0;
  background: #F9F9F9;
}

.what_3_wrap {
  padding: 90px 0;
}

.proc_li {
  width: 20%;
  float: left;
  margin-bottom: 60px;
}

.proc_li_inner {
  margin: 0 15px;
  position: relative;
}

.proc_li_image {
  margin-bottom: 45px;
  position: relative;
}

.proc_li_image_img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  top: 0;
}

.proc_li_inner:hover .proc_li_image_img {
  top: -10px;
}

.proc_li_image_arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  width: 100px;
  height: auto;
  transform: translate(-50%, -50%);
}

.proc_li:nth-last-child(2) .proc_li_image_arrow {
  display: none;
}

.proc_li_title {
  color: #035e5c;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

.what_3_text {
  margin-bottom: 50px;
}

.results_1_wrap {
  padding: 90px 0;
}

.results_sectors_grid .row {
  margin-left: -5px;
  margin-right: -5px;
}

.results_sectors_grid .sector_li {
  padding: 0 5px;
}

.results_sectors_grid .sector_li_bottom {
  padding: 0 12px 18px 12px;
}

.results_sectors_grid .sector_li_title {
  font-size: 16px;
  line-height: 20px;
}

.results_2_wrap {
  background: #F9F9F9;
  padding: 80px 0;
}

.results_3_wrap {
  padding: 90px 0;
}

.results_3_newsletter {
  background: #fff;
  box-shadow: 0px 3px 56px #0000001A;
}

.results_3_newsletter .wpcf7-submit {
  display: block;
  padding: 15px 0;
  width: 80%;
}

.kc_1_wrap {
  background: #F9F9F9;
  padding: 90px 0;
}

.kc_1_featured {
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.blog_li {
  margin-bottom: 40px;
}

.blog_li_inner {
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.blog_li_inner:hover {
  box-shadow: 0px 43px 66px #0000000D;
  border-color: #035e5c;
}

.blog_li_image {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_inner:hover .blog_li_image img {
  transform: scale(1.1);
}

.blog_li_bottom {
  padding: 40px 30px;
}

.blog_li_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

.blog_li_title a {
  color: #035e5c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_title a:hover {
  color: #80c343 !important;
}

.blog_li_excerpt p {
  margin: 0 !important;
}

.blog_li_cats {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog_li_cats a {
  color: #035e5c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_cats a:hover {
  color: #80c343 !important;
}

.blog_li_read_more {
  color: #80c343;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-top: 20px;
}

.blog_li_inner:hover .blog_li_read_more {
  opacity: 1;
}

.blog_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_li_title_2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.blog_li_title_2 a {
  color: #035e5c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_title_2 a:hover {
  color: #80c343 !important;
}

.results_sectors_grid .sector_li_excerpt {
  font-size: 11px;
}

.results_sectors_grid .sector_li_excerpt span {
  font-size: 16px;
}

.widget {
  margin-bottom: 30px;
}

.widget_categories {
  background: #fff;
  border: 1px solid #9A778733;
  padding: 25px;
}

.widget-title {
  color: #035e5c;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 0;
}

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

.widget_categories ul li {
  margin-bottom: 15px;
}

.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget_categories ul li a {
  display: block;
  font-size: 16px;
  color: #818181 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-left: 2px solid transparent;
  padding: 2px 0 2px 15px;
}

.widget_categories ul li a:hover {
  color: #035e5c !important;
  border-color: #035e5c;
}

.widget_recent {
  background: #fff;
  border: 1px solid #9A778733;
  padding: 25px;
}

.widget_nl {
  padding: 25px;
  background: #035e5c;
}

.widget-title.white {
  color: #fff;
}

.widget_nl_text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px 0;
}

.widget_nl form {
  position: relative;
}

.widget_nl input[type=email] {
  border: 1px solid #fff;
  margin-bottom: 20px;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  background: transparent;
}

.widget_nl input[type=submit] {
  background: #fff;
  color: #233638;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
  border: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
}

.widget_nl input[type=submit]:hover {
  color: #fff;
  background: #233638;
}

.widget_nl ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

.widget_nl ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.widget_nl :::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.widget_nl ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.widget_nl :::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.widget_nl :::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.bs_top_image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.widget_recent .blog_li_title {
  font-size: 16px !important;
}

.widget_recent .blog_li_bottom {
  padding: 40px 15px 20px 15px;
}

.bs_share {
  margin-bottom: 35px;
}

.bs_share label {
  color: #585B64;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.bs_share a {
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  margin-left: 12px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: 0;
}

.bs_share a:hover {
  top: -3px;
}

.bs_author {
  background: #fff;
}

.bs_author_title {
  color: #035e5c;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
}

.bs_author_text p {
  margin-bottom: 15px;
}

.bs_author_social a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none !important;
  position: relative;
  top: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_author_social a:hover {
  top: -3px;
}

.testim_li_text {
  margin-bottom: 25px;
}

.testim_li_text p {
  margin-bottom: 0;
}

.widget_recent_slider .blog_li {
  margin-bottom: 0 !important;
}

.widget_recent_slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  text-align: center;
}

.widget_recent_slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.widget_recent_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #D1D1D1;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-indent: -9999px;
  overflow: hidden;
}

.widget_recent_slider .slick-dots li button:hover {
  background: #035e5c;
}

.new_inquiry_wrap {
  padding: 20px;
  position: relative;
}

.step_top {
  margin-bottom: 35px;
}

.step_top .text_1 p {
  margin-bottom: 0;
}

.step_top_right_progress {
  margin-bottom: 15px;
  color: #035e5c;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Vidaloka', serif;
}

.step_top_right_progress span {
  font-size: 32px;
}

.step_top_right_progress_bar {
  width: 245px;
  height: 8px;
  border-radius: 20px;
  max-width: 100%;
  position: relative;
  background: #F3F3F3;
  overflow: hidden;
  display: inline-block;
}

.step_top_right_progress_bar span {
  background: #035e5c;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  display: block;
}

.step_top_right_progress_bar_step_2 span {
  width: 100%;
}

.close_modal_button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.close_modal_button:hover {
  opacity: 0.7;
}

.new_inquiry_wrap .contact_row .wpcf7-text, .new_inquiry_wrap .contact_row .wpcf7-number, .new_inquiry_wrap .contact_row .wpcf7-textarea {
  border-radius: 0 !important;
}

.warning {
  border-color: red !important;
}

.select_wrap {
  background: url('images/menu_down.svg') no-repeat right 15px center;
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  border: 1px solid #C4C4C4;
  font-size: 16px;
  color: #585B64;
  overflow: hidden;
}

.select_wrap select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 56px;
  line-height: 1;
  width: 120%;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  color: #585B64;
}

.link_1 {
  padding: 10px;
  position: relative;
  display: inline-block;
  color: #035e5c !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
}

.link_1:before, .link_1:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #035e5c;
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.link_1:before {
  border-width: 2px 0 2px 0;
  transform: scaleX(0);
}

.link_1:after {
  border-width: 0 2px 0 2px;
  transform: scaleY(0);
}

.link_1:hover:before, .link_1:hover:after {
  transform: scale(1, 1);
}

.title_2.white {
  color: #fff;
}

.title_2.white span {
  color: #035e5c;
}

.home_1_wrap {
  padding: 70px 0 70px 0;
}

.home_2_wrap {
  padding: 70px 0 0 0;
}

.home_3_wrap {
  position: relative;
}

.home_3 {
  position: relative;
}

.home_3_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(9, 160, 207, 0.07);
}

.blog_li_cta .blog_li_inner_2 {
  background: #035e5c;
}

.blog_li_cta_inner {
  background: #035e5c;
  padding: 30px;
}

.blog_li_cta_image {
  margin-bottom: 20px;
}

.blog_li_cta_image img {
  width: 100%;
  height: auto;
}

.blog_li_cta_image_title {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-family: 'Playfair Display', serif;
}

.blog_li_cta_image_title span {
  font-size: 37px;
  font-weight: 700;
  font-style: italic;
}

.blog_li_title.white {
  color: #fff;
}

.blog_li_cta_inner .blog_li_excerpt {
  margin-bottom: 20px;
}

.title_6 {
  color: #7CCD00;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}

.title_5 {
  color: #000;
  font-size: 36px;
  line-height: 47px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.home_4_wrap {
  background: rgba(9, 160, 207, 0.07);
  padding: 85px 0;
}

.faq_home_li {
  margin-bottom: 30px;
}

.faq_home_li_inner {
  background: #fff;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_home_li_inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq_home_li_title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.faq_home_li_inner .text_1 p:last-child {
  margin: 0;
}

.faq_home_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_4_wrap .title_5 {
  margin-bottom: 50px;
}

body > section.home_3_wrap {
  overflow: visible;
}

.home_5_wrap {
  background: #fff;
  padding: 85px 0;
}

.home_5_inner {
  background: #262A57;
  padding: 35px 60px;
}

.title_5.white {
  color: #fff;
}

.home_5_inner .text_1 {
  color: rgba(255, 255, 255, 1);
}

.home_5_inner .number_li {
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home_5_inner .number_li:hover {
  background: #fff;
}

.home_5_inner .number_li:nth-child(1), .home_5_inner .number_li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.home_5_inner .number_li:nth-child(1), .home_5_inner .number_li:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.home_5_inner .number_li_number {
  color: #80c343;
  margin: 0 0 3px 0;
  padding: 0;
}

.home_5_inner .number_li_number::after {
  display: none !important;
}

.home_5_inner .number_li_text {
  color: #fff;
}

.home_7_wrap {
  background: #F8F8F8;
  padding: 85px 0;
}

.home_4_bottom {
  margin-top: 15px;
}

/*.home_7 .blog_li .blog_li_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.home_7 .blog_li .blog_li_read_more {
  opacity: 1;
  color: #035e5c;
  text-decoration: none !important;
  font-size: 18px;
}

.home_7 .blog_li_inner:hover .blog_li_read_more {
  color: #035e5c;
}*/

.testim_home_li {
  width: 650px;
  padding: 40px;
  background: #fff;
  border: 1px solid #035e5c4D;
  margin: 0 15px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.slick-current .testim_home_li {
  background: #035e5c;
  transform: scale(1.2);
  border-color: #035e5c;
  z-index: 10;
}

.home_6_wrap {
  padding: 85px 0 45px 0;
}

.testim_home_li_text {
  margin-bottom: 45px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick-current .testim_home_li_text {
  color: #fff;
}

.testim_home_li_text p {
  margin-bottom: 0;
}

.testim_home_li_name {
  color: #035e5c;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick-current .testim_home_li_name {
  color: #fff;
}

.testim_home_li_credit {
  color: #035e5c;
  font-size: 11px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slick-current .testim_home_li_credit {
  color: #fff;
}

.testim_home_li_credit span {
  color: #035e5c;
  font-size: 35px;
  font-family: 'Vidaloka', serif;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home_6_wrap .slick-list {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.home_6_wrap .slick_new_prev {
  position: absolute;
  top: -42px;
  right: 55px !important;
  z-index: 1;
  margin-top: -21px !important;
  left: auto;
}

.home_6_wrap .slick_new_next {
  position: absolute;
  top: -42px;
  right: 0 !important;
  z-index: 1;
  margin-top: -21px !important;
  left: auto;
  transform: rotate(180deg);
}

.home_6_wrap .slick_new_prev:hover svg circle, .home_6_wrap .slick_new_next:hover svg circle {
  fill: #035e5c;
}

.home_6_wrap .slick-dots {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.home_6_wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.home_6_wrap .slick-dots li button {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
  position: relative;
}

.home_6_wrap .slick-dots li button:hover {
  background: #80c343;
}

.home_6_wrap .slick-dots li.slick-active button {
  background: #80c343;
  width: 13px;
  height: 13px;
  top: -2px;
}

.home_top_wrap {
  padding: 170px 0 100px 0;
  position: relative;
  background: #fff;
}

.home_top {
  position: relative;
}

.home_top_bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26.2%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.home_top_bottom {
  border-top: 1px solid rgba(36, 42, 86, 0.1);
  margin-top: 35px;
  padding-top: 35px;
}

.home_top_clients {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}

.home_top_clients li {
  display: inline-block;
  margin-left: -15px;
}

.home_top_clients li img {
  width: 50px;
  height: auto;
}

.home_top_clients_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  margin-left: 25px;
  margin-top: 16px;
}

.home_top_clients_text span {
  font-weight: 700;
}

body.home {
  padding-top: 0;
}

.home_top_image_1 {
  width: 460px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  left: 0;
}

.home_top_image_1:hover {
  left: -30px;
}

.home_top_image_2 {
  width: 460px;
  max-width: 100%;
  height: auto;
  margin-left: 125px;
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  left: 0;
}

.home_top_image_2:hover {
  left: 30px;
}

.home .button_1 {
  padding-left: 20px;
  padding-right: 20px;
}

.home_8_top_wrap {
  padding: 100px 0 85px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.title_6.white {
  color: #fff;
}

.home_8_top_wrap .title_5 span {
  color: #80c343;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
}

.home_8_bottom_wrap {
  padding: 90px 0;
}

.home_8_bottom_image {
  max-width: 100%;
  height: auto;
  margin-top: -200px;
}

.home .header_wrap.nav-down {
  background: #fff;
  border-color: rgba(201, 211, 222, 0.4);
}

.page-template-page-erc-difference .diff_4_form_content {
  padding: 20px;
}

.page-template-page-erc-difference .diff_4_wrap {
  margin-bottom: 0 !important;
}

.diff_chart_wrap {
  padding: 80px 0;
}

.diff_chart_image {
  width: 100%;
  height: auto;
}

.sector_li_cta .sector_li_inner {
  background: #035e5c;
  padding: 56px 30px 55px 30px;
}

.sector_li_cta .sector_li_inner .blog_li_excerpt {
  margin-bottom: 20px;
}

.home_top_right {
  position: relative;
}

.home_dotted {
  position: absolute;
  top: 85px;
  left: 23px;
  max-width: 100%;
  height: auto;
}

.home_top .title_2 span {
  font-family: 'Vidaloka', serif;
  font-style: normal;
  font-weight: 400;
}

.results_2_right .title_1 span {
  font-size: inherit;
}

.animate-image {
  transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s, left 0.25s ease-out 0s !important;
}

.animate-image-second {
  transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s, left 0.25s ease-out 0s !important;
}

.home_effect {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.home_effect .title_2 {
  margin-bottom: 0 !important;
}

.home_effect .content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  mix-blend-mode: screen;
}

.shapes {
  position: relative;
  width: 100%;
  height: 168px;
  background: #000;
  overflow: hidden;
}

.shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}
.shape.shape-1 {
  background: #035e5c;
  width: 350px;
  height: 350px;
  margin: -175px 0 0 -175px;
}
.shape.shape-2 {
  background: #035e5c;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}
.shape.shape-3 {
  background: #80c343;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

/*.cursor {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
}*/

body.page-template-page-get-started .subpage_wrap, body.page-template-page-qualify .subpage_wrap {
  padding-top: 0;
}

.new_inquiry_wrap .button_1 {
  border-radius: 0 !important;
}

.playfair {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

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

.home_top_slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  text-align: center;
}

.home_top_slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.home_top_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #D1D1D1;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-indent: -9999px;
  overflow: hidden;
}

.home_top_slider .slick-dots li button:hover, .home_top_slider .slick-dots li.slick-active button {
  background: #035e5c;
}

.about_2_quote_author {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.blog_li_cta_image_title .vidaloka {
  font-family: 'Vidaloka', serif;
  font-style: normal;
  font-weight: 400;
}

.home_8_wrap .contact_row label {
  font-size: 14px;
}

.home_2 {
  margin-bottom: 60px;
}

.cred_li {
  background: #fff;
  box-shadow: 0px 3px 66px #0000000F;
  padding: 45px 35px;
  margin: 0 25px 0 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cred_li:hover {
  background: #282755;
}

.cred_li_image {
  height: 85px;
  margin-bottom: 25px;
}

.cred_li_image svg {
  height: 85px;
  width: auto;
}

.cred_li:hover .cred_li_image svg path, .cred_li:hover .cred_li_image svg rect {
  fill: #80c343;
}

.cred_li_number {
  color: #035e5c;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Vidaloka', serif;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cred_li:hover .cred_li_number {
  color: #80c343;
}

.cred_li_text {
  color: #282755;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cred_li:hover .cred_li_text {
  color: #fff;
}

.cred_li_location {
  color: #282755;
  font-size: 20px;
  line-height: 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cred_li:hover .cred_li_location {
  color: #fff;
}

.header_button {
  display: inline-block;
  color: #035e5c !important;
  text-decoration: none !important;
  background: transparent;
  border: 1px solid #035e5c;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 35px;
  margin-top: 6px;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}

.header_button:hover {
  background: #035e5c;
  color: #fff !important;
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header_button:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}

.header_button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.header_button:before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

/*.button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #00c7ec;
  border: 1px solid #00c7ec;
  border-radius: 5px;
  line-height: 3em;
  padding-left: 5em;
  padding-right: 5em;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #00c7ec;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
.button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.button:before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}*/

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

/*.cursor {
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #035e5c;
  position: absolute;
  border-radius: 5px;
}

.cursor__follower {
  transition: transform .4s;
  width: 6px;
  height: 6px;
}*/

.blog_single_meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #9A778733;
  margin-bottom: 20px;
  font-size: 16px;
  color: #585B64;
}

.link_2 {
  color: #035e5c !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_2:hover {
  color: #80c343 !important;
}

.blog_single_meta_left i {
  color: #035e5c;
  margin-right: 5px;
}

.mobile_fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #035e5c;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 18px 0;
  font-size: 18px;
  cursor: pointer;
}

.mobile_fixed_footer:hover {
  background: #80c343;
}

.title_5 span  {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  color: #035e5c;
}

.home_cta_wrap {
  background: #80c343;
  padding: 90px 0;
}

.home_cta_text {
  color: #fff;
}

.home_cta_text p {
  font-size: 30px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}

.home_cta_text p em {
  color: #035e5c;
  font-family: 'Vidaloka', serif;
}

.what_1_text u {
  white-space: nowrap;
}

.proc_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.category_filter_link {
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
}

.category_filter_link span {
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  font-weight: 500;
  color: #585B64;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.category_filter_link:last-child {
  margin-bottom: 0;
}

.category_filter_link_active span, .category_filter_link:hover span {
  color: #035e5c;
  border-color: #035e5c;
}

.blog_list_content .blog_li_title {
  font-size: 16px;
  margin: 0;
}

.blog_list_content .blog_li_bottom {
  padding: 40px 20px;
}

.kc_1_wrap {
  overflow: visible !important;
}

.cat_widget_sticky {
  padding-top: 120px;
  margin-top: -120px;
}

.gallery-item img {
  border: none !important;
}

.wp-caption-text {
  font-size: 13px;
}

body.page-template-page-about .number_li_inner:hover .number_li_number {
  color: #035e5c !important;
}

.faq_contact_form {
  background: #fff;
  padding: 50px 40px;
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0 auto;
}

.home_logos_wrap {
  background: rgba(9, 160, 207, 0.07);
  padding: 85px 0;
}

.landing_top_wrap {
  background: rgba(243, 244, 251, 0.47);
}

.landing_process_wrap {
  padding: 90px 0;
}

.landing_faq_wrap {
  background: #F8F8F8;
  padding: 90px 0;
}

.landing_tabs_titles {
  margin-bottom: 50px;
}

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

.landing_tabs_titles ul li {
  display: inline-block;
  margin-right: 30px;
  display: inline-block;
  font-size: 16px;
  color: #585B64;
  padding: 12px 45px;
  background: #0000000F;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.landing_tabs_titles ul li:hover, .landing_tabs_titles ul li.lt_active {
  color: #fff;
  background: #035e5c;
}

.landing_tabs_titles ul li:last-child {
  margin-right: 0;
}

.landing_faq .title_5, .landing_resources_wrap .title_5, .landing_news_wrap .title_5 {
  margin-bottom: 50px;
}

.landing_faq .faq_li_title i {
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.landing_faq .faq_li_active .faq_li_title i {
  transform: rotate(180deg);
}

.lt_tab {
  display: none;
}

.lt_tab_active {
  display: block;
}

.landing_resources_wrap {
  padding: 90px 0 50px 0;
}

.landing_resources .cred_li_location {
  margin-bottom: 20px;
}

.landing_resources .cred_li .button_1 i {
  margin-right: 5px;
}

.landing_news_wrap {
  padding: 90px 0;
  background: #F8F8F8;
}

.landing_contact_wrap {
  padding: 90px 0;
}

.landing_contact_wrap .diff_4_form_content {
  padding: 35px;
  width: 114%;
  position: relative;
}

.landing_top_wrap .button_1 i {
  margin-left: 5px;
}

.landing_news_wrap .blog_li_read_more {
  opacity: 1;
  text-decoration: none !important;
  color: #035e5c;
}

.footer_landing_wrap {
  background: #233638;
  position: relative;
  background-size: 100% auto;
  padding: 70px 0 25px 0;
}

.landing_footer_logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 35px;
  width: 300px;
}

.landing_footer_text {
  color: rgba(242, 242, 242, 0.7);
  width: 825px;
  margin: 0 auto;
  max-width: 100%;
}

.landing_footer_text p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.18px;
  margin: 0 0 50px 0;
  padding: 0;
}

.landing_footer_menu ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
}

.landing_footer_menu ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 50px;
  position: relative;
}

.landing_footer_menu ul li::after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  position: absolute;
  right: -30px;
  top: 10px;
}

.landing_footer_menu ul li:last-child::after {
  display: none;
}

.landing_footer_menu ul li:last-child {
  margin-right: 0 !important;
}

.landing_footer_menu ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.landing_footer_menu ul li a:hover {
  color: #035e5c !important;
}

.landing_footer_contacts {
  margin: 0;
  padding: 0 0 65px 0;
  list-style-type: none;
}

.landing_footer_contacts li {
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-right: 40px;
  letter-spacing: 0.16px;
}

.landing_footer_contacts li:last-child {
  margin-right: 0 !important;
}

.landing_footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  position: relative;
}

.landing_copyright {
  color: rgba(242, 242, 242, 0.6);
  font-size: 14px;
  letter-spacing: 0.14px;
}

.footer_landing {
  position: relative;
}

.footer_landing_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #233638;
}

.back_to_main_landing_header {
  color: #035e5c !important;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none !important;
}

.back_to_main_landing_header img {
  margin-right: 5px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: -2px;
}

.back_to_main_landing_header:hover img {
  left: -3px;
}

.landing_header_button {
  color: #fff !important;
  background: #035e5c !important;
}

.landing_header_button:hover {
  color: #035e5c !important;
  background: #fff !important;
}

.landing_footer_contacts span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  top: 12px;
  margin-right: 12px;
}

.landing_footer_contacts span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.landing_resources_wrap .cred_li {
  position: relative;
}

.landing_resources_wrap .cred_li .button_1 {
  position: absolute;
  left: 35px;
  opacity: 0;
}

.landing_resources_wrap .cred_li:hover .button_1 {
  opacity: 1;
}

.cred_li_col {
  margin-bottom: 40px;
}

.faq_contact_form h2 {
  font-family: 'Vidaloka', serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .landing_contact_right .contact_row label {
      font-size: 11px !important;
      padding-left: 0 !important;
    }

  .landing_contact_right .select_wrap select {
    font-size: 12px !important;
  }

  .landing_contact_right .contact_row .wpcf7-text, .landing_contact_right .contact_row .wpcf7-number, .landing_contact_right .contact_row .wpcf7-textarea {
    font-size: 12px !important;
    padding: 18px 15px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .landing_contact_right .contact_row label {
    font-size: 13px !important;
  }
}

.home_new_top_wrap {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.button_3 {
  display: inline-block;
  color: #035e5c !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 45px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
  border: 1px solid #035e5c;
}

.button_3:hover {
  background: #035e5c;
  color: #fff !important;
}

.home_new_top_left .button_1 {
  font-size: 16px !important;
  margin-right: 15px;
}

.home_new_form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -3px 20px 40px #BEBEBE59;
  border-radius: 2px;
  padding: 35px 30px;
}

.home_new_form_title {
  color: #035e5c;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 35px 0;
  padding: 0;
}

.home_new_form .wpcf7-submit {
  width: 100%;
  padding: 15px;
  margin-top: 30px;
}

.new_top_subpage_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 285px;
}

.new_top_subpage_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nt_title {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.nt_text {
  margin-top: 20px;
  color: #fff;
}

.nt_text p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.faq_ul {
  margin-bottom: 50px;
}

.cc_li_content_inner {
  padding-left: 40px;
}

.cc_li_image img {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 34px #0000001A;
  border: 18px solid #fff;
  max-width: 100%;
  height: auto;
}

.cc_li_name {
  color: #000;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

.cc_li_text {
  color: rgba(0, 0, 0, 0.6);
}

.cc_li_text p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 30px 0;
  padding: 0;
}

.cc_li_contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cc_li_contacts li {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 16px;
}

.cc_li_contacts li label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0;
  width: 150px;
}

.cc_li_contacts li a {
  color: #035e5c !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cc_li_contacts li a:hover {
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
}

.indu_text {
  border: 1px solid #222955;
  padding: 50px 35px;
}

.indu_text p {
  color: #222955;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

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

.indu_text ul li {
  color: #222955;
  font-size: 19px;
  font-weight: 500;
  float: left;
  width: 50%;
  padding: 0 0 0 18px;
  margin-bottom: 35px;
  position: relative;
}

.indu_text ul::after {
  content: " ";
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  clear: both;
}

.indu_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #80c343;
  border-radius: 8px;
}

.industries_1_2 .title_2 {
  margin-bottom: 65px;
}

.industries_1_2_wrap {
  padding: 90px 0 60px 0;
}

.cs_li {
  width: 625px;
  padding: 20px;
  background: #fff;
  /*box-shadow: 0px 3px 56px #0000001A;*/
  box-shadow: 0px 3px 14px #0000001A;
  margin-right: 28px;
  cursor: pointer;
}

.cs_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_li:hover .cs_li_image img {
  transform: scale(1.1);
}

.cs_li_image {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.cs_li_title {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}

.cs_li_link {
  display: block;
  color: #0090C5 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_li_link img {
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline;
}

.cs_li:hover .cs_li_link img {
  margin-left: 14px;
}

.case_studies_slider_wrap {
  width: 3000px;
}

.case_studies_slider .slick-list {
  padding: 14px 14px;
  margin-left: -14px;
}

.slick_new_next_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: #80c343;
  border: 1px solid #80c343;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.slick_new_next_2:hover {
  background: transparent;
}

.slick_new_next_2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick_new_next_2 svg path {
  stroke: #fff;
}

.slick_new_next_2:hover svg path  {
  stroke: #80c343;
}

.slick_new_prev_2 {
  position: absolute;
  top: 0;
  right: 86px;
  width: 64px;
  height: 64px;
  background: transparent;
  border: 1px solid #80c343;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.slick_new_prev_2:hover {
  background: #80c343;
}

.slick_new_prev_2 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick_new_prev_2:hover svg path  {
  stroke: #fff;
}

.industries_1_1_row_1_inner {
  position: relative;
}

.case_studies_slider_wrap .slick-prev, .case_studies_slider_wrap .slick-next {
  display: none !important;
}

.indu_li {
  margin-bottom: 30px;
}

.indu_li_inner {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.indu_li_inner::after {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background: #80c343;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.indu_li_number {
  color: #80c343;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding: 0;
  display: block;
}

.indu_li_title {
  color: #035e5c;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.cs_popup_wrap {
  position: relative;
}

.cs_popup_image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.cs_popup_bottom {
  padding: 0 25px;
}

.cs_popup_title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 18px 0;
  padding: 0;
}

.cs_popup_text {
  color: #000;
}

.close_popup_span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  box-shadow: 0px 6px 56px #0000000A;
  border: 2px solid #0090C5;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}

.close_popup_span:hover {
  opacity: 0.7;
}

.close_popup_span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_numbers_wrap {
  padding: 90px 0 50px 0;
}

.num_li {
  margin-bottom: 30px;
}

.home_numbers_wrap .title_5 {
  margin-bottom: 50px
}

.num_li_image {
  float: left;
  width: 70px;
  margin-right: 14px;
  background: rgba(9, 160, 207, 0.07);
  height: 70px;
  position: relative;
}

.num_li_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.num_li_content {
  float: left;
  width: calc(100% - 84px);
}

.num_li_number {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  font-family: 'Vidaloka', serif;
  margin: 0 0 3px 0;
  padding: 0;
}

.num_li_title {
  color: #535353;
  font-size: 13px;
  margin-bottom: 20px;
}

.num_li_text {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.home_1_wrap .title_5 span {
  color: #80c343;
}

.fixed_footer_wrap {
  background: #80c343;
  padding: 22px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  font-size: 24px;
  color: #000;
}

.fixed_footer_wrap a {
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fixed_footer_wrap a:hover {
  color: #fff !important;
}

.fixed_footer_wrap .fixed_footer_link {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fixed_footer_wrap .fixed_footer_link:hover {
  color: #000 !important;
}

.page-template-page-home-2 .subpage_wrap {
  padding: 40px 0;
}

.page-template-page-home-2 .what_3_wrap {
  padding: 30px 0;
}

.page-template-page-home-2 .industries_1_2_wrap {
  padding: 60px 0 30px 0;
}

.page-template-page-home-2 .home_5_wrap {
  padding: 30px 0;
}

.tax_logo img {
	width: 300px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer_landing_wrap {
    background: #233638 !important;
    padding: 50px 0 25px 0 !important;
  }
}