@import url("animate.css");
@import url("owl.css");
@import url("elegenticon.css");
@import url("linearicons.css");
@import url("jquery-ui.css");
@import url("animation.css");
@import url("icofont.min.css");
@import url("themify-icons.css");
@import url("simple-line-icons.css");
@import url("fontawesome.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");
/*** 

====================================================================
	Reset
====================================================================

 ***/
/* line 24, src/sass/style.scss */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

@font-face {
  font-family: "icofont";
  src: url("../fonts/icofont.eot");
  src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"), url("../fonts/icofont.svg#icofont") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/simple-Line-Icons.eot");
  src: url("../fonts/simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/simple-Line-Icons.woff") format("woff"), url("../fonts/simple-Line-Icons.ttf") format("truetype"), url("../fonts/simple-Line-Icons.svg#simple-Line-Icons") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "themify";
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SignericaMedium";
  src: url("../fonts/SignericaMedium.eot");
  src: url("../fonts/SignericaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SignericaMedium.woff") format("woff"), url("../fonts/SignericaMedium.ttf") format("truetype"), url("../fonts/SignericaMedium.svg#SignericaMedium") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
/* line 83, src/sass/style.scss */
body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

/* line 94, src/sass/style.scss */
.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

/* line 98, src/sass/style.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #2c724f;
}

/* line 104, src/sass/style.scss */
button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

/* line 112, src/sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Work Sans", sans-serif;
}

/* line 126, src/sass/style.scss */
.pull-left {
  float: left;
}

/* line 130, src/sass/style.scss */
.pull-right {
  float: right;
}

/* Typography */
/* line 136, src/sass/style.scss */
h1 {
  font-size: 60px;
}

/* line 140, src/sass/style.scss */
h2 {
  font-size: 48px;
}

/* line 144, src/sass/style.scss */
h3 {
  font-size: 30px;
}

/* line 148, src/sass/style.scss */
h4 {
  font-size: 24px;
}

/* line 152, src/sass/style.scss */
h5 {
  font-size: 20px;
}

/* line 156, src/sass/style.scss */
h6 {
  font-size: 18px;
}

/* line 166, src/sass/style.scss */
textarea {
  overflow: hidden;
}

/* line 170, src/sass/style.scss */
p {
  position: relative;
  line-height: 1.8em;
}

/* line 175, src/sass/style.scss */
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

/* line 182, src/sass/style.scss */
.medium-container {
  max-width: 850px;
}

/* line 186, src/sass/style.scss */
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

/* line 193, src/sass/style.scss */
ul,
li {
  padding: 0px;
  margin: 0px;
}

/* line 200, src/sass/style.scss */
img {
  display: inline-block;
  max-width: 100%;
}

/* line 205, src/sass/style.scss */
.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 214, src/sass/style.scss */
.centered {
  text-align: center;
}

/*Btn Style One*/
/* line 220, src/sass/style.scss */
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 30px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 2px;
  background-color: #0d8fb7;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

/* line 235, src/sass/style.scss */
.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #262626;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

/* line 253, src/sass/style.scss */
.btn-style-one i {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

/* line 259, src/sass/style.scss */
.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

/* line 264, src/sass/style.scss */
.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 270, src/sass/style.scss */
.btn-style-one:hover {
  color: #ffffff;
}

/* Btn Style Two */
/* line 276, src/sass/style.scss */
.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #2c724f;
  padding: 9px 24px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 2px;
  letter-spacing: 1px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

/* line 292, src/sass/style.scss */
.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #262626;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

/* line 310, src/sass/style.scss */
.btn-style-two i {
  position: relative;
  top: 1px;
  margin-left: 4px;
}

/* line 316, src/sass/style.scss */
.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

/* line 321, src/sass/style.scss */
.btn-style-two:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 327, src/sass/style.scss */
.btn-style-two:hover {
  color: #ffffff;
}

/* Btn Style Three */
/* line 333, src/sass/style.scss */
.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #2c724f;
  padding: 10px 60px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 50px;
  background: none;
  border: 1px solid #2c724f;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
}

/* line 349, src/sass/style.scss */
.btn-style-three:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #2c724f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

/* line 367, src/sass/style.scss */
.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

/* line 372, src/sass/style.scss */
.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 378, src/sass/style.scss */
.btn-style-three:hover {
  color: #ffffff;
}

/* Social Icon One */
/* line 384, src/sass/style.scss */
.social-icon-one {
  position: relative;
  display: block;
}

/* line 389, src/sass/style.scss */
.social-icon-one li {
  position: relative;
  margin-left: 9px;
  display: inline-block;
}

/* line 395, src/sass/style.scss */
.social-icon-one li a {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #cccccc;
  text-align: center;
  border-radius: 2px;
  background-color: #333333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 413, src/sass/style.scss */
.social-icon-one li a:hover {
  color: #333333;
  background-color: #feec42;
}

/* line 418, src/sass/style.scss */
.theme_color {
  color: #2c724f;
}

/* line 422, src/sass/style.scss */
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
/* line 436, src/sass/style.scss */
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 458, src/sass/style.scss */
.scroll-to-top:hover {
  color: #ffffff;
  background: #0d8fb7;
}

/*** 

====================================================================
	Section Title
====================================================================

***/
/* line 471, src/sass/style.scss */
.sec-title {
  position: relative;
  margin-bottom: 50px;
}

/* line 476, src/sass/style.scss */
.sec-title .title {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}

/* line 486, src/sass/style.scss */
.sec-title h2 {
  position: relative;
  color: #000000;
  font: weight 900;
  line-height: 1.3em;
  margin-top: 15px;
}

/* line 494, src/sass/style.scss */
.sec-title h2 span {
  position: relative;
  color: #0d8fb7;
  font-weight: 600;
}

/* line 500, src/sass/style.scss */
.sec-title .text {
  position: relative;
  color: #666666;
  font-size: 18px;
  line-height: 1.8em;
  margin-top: 20px;
}

/* line 508, src/sass/style.scss */
.sec-title.centered {
  text-align: center !important;
}

/* line 512, src/sass/style.scss */
.sec-title.light .title {
  color: #2c724f;
  background-color: #ffffff;
}

/* line 517, src/sass/style.scss */
.sec-title.light h2 {
  color: #ffffff;
}

/* List Style One */
/* line 523, src/sass/style.scss */
.list-style-one {
  position: relative;
  z-index: 1;
}

/* line 528, src/sass/style.scss */
.list-style-one li {
  position: relative;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  padding-left: 35px;
  line-height: 1.8em;
}

/* line 538, src/sass/style.scss */
.list-style-one li:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "\eed6";
  color: #2c724f;
  font-size: 24px;
  font-weight: 400;
  display: block;
  font-family: IcoFont !important;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
/* line 558, src/sass/style.scss */
.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 569, src/sass/style.scss */
.main-header.style-two {
  position: relative;
}

/* line 573, src/sass/style.scss */
.main-header.style-three {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

/* Header Top */
/* line 579, src/sass/style.scss */
.header-top {
  background-color: #0d8fb7;
}

/* line 583, src/sass/style.scss */
.main-header .header-top {
  position: relative;
}

/* line 587, src/sass/style.scss */
.main-header .header-top .inner-container {
  position: relative;
}

/* line 591, src/sass/style.scss */
.main-header .header-top .top-left {
  position: relative;
  float: left;
  padding: 17px 0px;
  padding-right: 50px;
}

/* line 598, src/sass/style.scss */
.main-header .header-top .info-list {
  position: relative;
}

/* line 602, src/sass/style.scss */
.main-header .header-top .info-list li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-right: 45px;
  display: inline-block;
}

/* line 610, src/sass/style.scss */
.main-header .header-top .info-list li:last-child {
  margin-right: 0px;
}

/* line 614, src/sass/style.scss */
.main-header .header-top .info-list li .icon {
  position: absolute;
  left: 0px;
  top: 1px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
}

/* line 623, src/sass/style.scss */
.main-header .header-top .info-list li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding-left: 25px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 636, src/sass/style.scss */
.main-header .header-top .info-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 641, src/sass/style.scss */
.main-header .header-top .top-right {
  position: relative;
  padding: 17px 0px;
}

/* line 646, src/sass/style.scss */
.main-header .header-top .top-right .social-box {
  position: relative;
}

/* line 650, src/sass/style.scss */
.main-header .header-top .top-right .social-box li {
  position: relative;
  margin-left: 14px;
  display: inline-block;
}

/* line 656, src/sass/style.scss */
.main-header .header-top .top-right .social-box li.share {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}

/* line 662, src/sass/style.scss */
.main-header .header-top .top-right .social-box li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 673, src/sass/style.scss */
.main-header .header-top .top-right .social-box li a:hover {
  color: #ffffff;
}

/* line 677, src/sass/style.scss */
.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 691, src/sass/style.scss */
.main-header .header-upper {
  position: relative;
  z-index: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: #ffffff;
}

/* line 702, src/sass/style.scss */
.main-header .header-upper .inner-container {
  position: relative;
}

/* line 706, src/sass/style.scss */
.main-header .header-upper .outer-box .nav-toggler {
  position: relative;
  font-size: 28px;
  color: #ff9600;
  cursor: pointer;
  display: inline-block;
}

/* line 723, src/sass/style.scss */
.main-header.fixed-header .main-menu .navigation > li.current > a,
.main-header.fixed-header .main-menu .navigation > li:hover > a {
  color: #2c724f;
}

/* Search Box Outer */
/* line 730, src/sass/style.scss */
.main-header .header-upper .search-box-outer {
  position: relative;
  float: left;
}

/* line 735, src/sass/style.scss */
.main-header .header-upper .search-box-btn {
  position: relative;
  float: left;
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  cursor: pointer;
  background: none;
  margin: 36px 0px 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 752, src/sass/style.scss */
.main-header .header-upper .search-box-btn:after {
  display: none;
}

/* Sticky Header */
/* line 758, src/sass/style.scss */
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #222222;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 775, src/sass/style.scss */
.sticky-header .logo {
  padding: 8px 0px 8px;
}

/* line 779, src/sass/style.scss */
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* line 805, src/sass/style.scss */
.sticky-header .main-menu .navigation > li > a {
  padding: 23px 0px !important;
  color: #ffffff !important;
}

/* line 810, src/sass/style.scss */
.sticky-header .main-menu .navigation > li > a:after {
  display: none;
}

/* line 814, src/sass/style.scss */
.main-header .nav-outer {
  position: relative;
  padding-left: 100px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 824, src/sass/style.scss */
.main-header .header-upper .logo-box {
  position: relative;
  z-index: 10;
  padding: 9px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 835, src/sass/style.scss */
.main-header .header-upper .logo-box .logo {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 844, src/sass/style.scss */
.main-header .header-upper .outer-box {
  position: absolute;
  right: 0px;
  margin-left: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 855, src/sass/style.scss */
.main-menu {
  position: relative;
  float: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 865, src/sass/style.scss */
.main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

/* line 870, src/sass/style.scss */
.main-menu .navigation {
  position: static;
  margin: 0px;
  width: 100%;
}

/* line 876, src/sass/style.scss */
.main-menu .navigation > li {
  position: relative;
  float: none;
  display: inline-block;
  margin-right: 45px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 889, src/sass/style.scss */
.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

/* line 893, src/sass/style.scss */
.main-header .header-upper .upper-right {
  position: relative;
}

/* line 897, src/sass/style.scss */
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #000000;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 600;
  padding: 34px 0px;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 916, src/sass/style.scss */
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #0d8fb7;
}

/* line 921, src/sass/style.scss */
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
}

/* line 928, src/sass/style.scss */
.main-menu .navigation > li > ul {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 948, src/sass/style.scss */
.main-menu .navigation > li > ul.from-right {
  left: auto !important;
  right: -30px !important;
}

/* line 953, src/sass/style.scss */
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

/* line 958, src/sass/style.scss */
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #222222;
  padding-left: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 975, src/sass/style.scss */
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  top: -6px;
  left: 8px;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-animation: opacitychange 1s ease-in-out infinite;
          animation: opacitychange 1s ease-in-out infinite;
}

/* line 991, src/sass/style.scss */
.main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
  color: #000000;
  text-shadow: 8px 0 #0d8fb7, -8px 0 #0d8fb7;
}

/* line 997, src/sass/style.scss */
.main-menu .navigation > li > ul > li:hover > a {
  color: #0d8fb7;
  padding-left: 30px;
}

/* line 1002, src/sass/style.scss */
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

/* line 1020, src/sass/style.scss */
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #222222;
}

/* line 1024, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 120%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 1042, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

/* line 1047, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

/* line 1055, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #222222;
  padding-left: 10px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 1072, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  top: -6px;
  left: 8px;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-animation: opacitychange 1s ease-in-out infinite;
          animation: opacitychange 1s ease-in-out infinite;
}

/* line 1088, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li:hover > a::before {
  opacity: 1;
  color: #000000;
  text-shadow: 8px 0 #2c724f, -8px 0 #2c724f;
}

/* line 1094, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #2c724f;
  padding-left: 30px;
}

/* line 1099, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

/* line 1116, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

/* line 1120, src/sass/style.scss */
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  left: 0px;
}

/* line 1126, src/sass/style.scss */
.main-menu .navigation > li.dropdown:hover > ul.from-right {
  right: 0px !important;
}

/* line 1129, src/sass/style.scss */
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 107%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

/* line 1141, src/sass/style.scss */
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/* line 1157, src/sass/style.scss */
.main-header .header-upper .outer-box .social-icon-one {
  position: relative;
  float: left;
}

/* line 1162, src/sass/style.scss */
.main-header.fixed-header .header-upper {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  padding-top: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1179, src/sass/style.scss */
.main-header .header-upper .outer-box .sidebar-btn {
  position: relative;
  width: 52px;
  height: 52px;
  float: left;
  color: #ffffff;
  font-size: 18px;
  margin-left: 14px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  border-radius: 50px;
  background-color: #05db56;
}

/* line 1194, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 210px;
  z-index: 100;
  display: none;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0px 0px;
  background-color: #1e1e1e;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* line 1214, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 1220, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > ul > li > a {
  position: relative;
  padding: 10px 18px;
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 1237, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  border-top: 0px !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 1248, src/sass/style.scss */
.main-menu .navigation > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #2c724f;
  color: #ffffff;
}

/* line 1253, src/sass/style.scss */
.main-header .header-upper .outer-box .menu-toggler {
  position: relative;
  float: right;
  cursor: pointer;
  color: #ffffff;
  font-size: 28px;
  margin-left: 30px;
  padding-left: 30px;
}

/* line 1263, src/sass/style.scss */
.main-header .header-upper .outer-box .menu-toggler:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 1px;
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/
/* line 1281, src/sass/style.scss */
.main-header .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #222222;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 1296, src/sass/style.scss */
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

/* line 1309, src/sass/style.scss */
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 20px;
  text-align: left;
}

/* line 1315, src/sass/style.scss */
.mobile-menu .nav-logo img {
  max-width: 200px;
}

/* line 1319, src/sass/style.scss */
.mobile-menu-visible {
  overflow: hidden;
}

/* line 1323, src/sass/style.scss */
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

/* line 1328, src/sass/style.scss */
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

/* line 1341, src/sass/style.scss */
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 1354, src/sass/style.scss */
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #ffffff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

/* line 1373, src/sass/style.scss */
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease 500ms;
  transition: all 0.7s ease 500ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 1386, src/sass/style.scss */
.mobile-menu .close-btn {
  position: absolute;
  right: 10px;
  top: 34px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* line 1407, src/sass/style.scss */
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 1413, src/sass/style.scss */
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

/* line 1417, src/sass/style.scss */
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1424, src/sass/style.scss */
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1430, src/sass/style.scss */
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

/* line 1434, src/sass/style.scss */
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1438, src/sass/style.scss */
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 14px 20px;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 1454, src/sass/style.scss */
.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #0d8fb7;
}

/* line 1459, src/sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 52px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}

/* line 1473, src/sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn span {
  position: absolute;
  right: 0px;
  top: 3px;
  height: 44px;
  width: 50px;
  line-height: 44px;
}

/* line 1482, src/sass/style.scss */
.mobile-menu .navigation li.dropdown .dropdown-btn span:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1492, src/sass/style.scss */
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

/* line 1497, src/sass/style.scss */
.sticky-header .navbar-header {
  display: none;
}

/* line 1501, src/sass/style.scss */
.sticky-header .mobile-nav-toggler {
  display: none;
}

/*Custom Select*/
/* line 1507, src/sass/style.scss */
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  height: 46px;
  padding: 10px 0px 10px 0px;
  line-height: 26px;
  color: #999999;
  border: none;
  border-radius: 0px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}

/* line 1521, src/sass/style.scss */
.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 2px;
  text-indent: 0px;
  color: #333333;
}

/* line 1529, src/sass/style.scss */
.form-group .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #000000;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  font-weight: 800;
}

/* line 1548, src/sass/style.scss */
.ui-menu .ui-menu-item {
  font-size: 14px;
}

/* line 1552, src/sass/style.scss */
.ui-menu .ui-menu-item:last-child {
  border: none;
}

/* line 1556, src/sass/style.scss */
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #0d8fb7;
  border-color: #0d8fb7;
}

/* line 1562, src/sass/style.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

/* line 1570, src/sass/style.scss */
.ui-menu-item:hover {
  background-color: #0d8fb7;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/
/* line 1582, src/sass/style.scss */
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

/* line 1607, src/sass/style.scss */
.sidenav-bar-visible .search-popup {
  width: 80%;
}

/* line 1611, src/sass/style.scss */
.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/icons/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

/* line 1625, src/sass/style.scss */
.search-active .search-popup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}

/* line 1630, src/sass/style.scss */
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #2c724f;
  width: 70px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

/* line 1653, src/sass/style.scss */
.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
}

/* line 1663, src/sass/style.scss */
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

/* line 1674, src/sass/style.scss */
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 1691, src/sass/style.scss */
.search-active .search-popup form {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* line 1700, src/sass/style.scss */
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

/* line 1706, src/sass/style.scss */
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  padding-right: 65px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 1727, src/sass/style.scss */
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 1747, src/sass/style.scss */
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

/* line 1752, src/sass/style.scss */
.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
  color: #000000;
}
.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
  color: #000000;
}
.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
  color: #000000;
}
.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
  color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/* line 1757, src/sass/style.scss */
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 1776, src/sass/style.scss */
.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #ffffff;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/
/* line 1789, src/sass/style.scss */
.banner-section {
  position: relative;
  background-color: #e7ecef;
}

/* line 1794, src/sass/style.scss */
.banner-section .mouse-btn-down {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 20px;
  width: 30px;
  height: 68px;
  cursor: pointer;
  display: block;
  z-index: 1;
  cursor: pointer;
}

/* Chevron */
/* line 1809, src/sass/style.scss */
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
}

/* line 1818, src/sass/style.scss */
.chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

/* line 1822, src/sass/style.scss */
.chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

/* line 1826, src/sass/style.scss */
.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #2c724f;
}

/* line 1836, src/sass/style.scss */
.chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}

/* line 1841, src/sass/style.scss */
.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* line 1871, src/sass/style.scss */
.banner-section .slide {
  position: relative;
  overflow: hidden;
  height: 1000px;
  padding-top: 160px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1882, src/sass/style.scss */
.banner-section .content-column {
  position: relative;
}

/* line 1886, src/sass/style.scss */
.banner-section .content-column .inner-column {
  position: relative;
  margin-right: -60px;
}

/* line 1891, src/sass/style.scss */
.banner-section .content-column .title {
  position: relative;
  color: #666666;
  font-weight: 400;
  line-height: 1em;
  opacity: 0;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  text-transform: uppercase;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* line 1909, src/sass/style.scss */
.banner-section .active .content-column .title {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

/* line 1919, src/sass/style.scss */
.banner-section .content-column h1 {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.1em;
  opacity: 0;
  margin-top: 30px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* line 1935, src/sass/style.scss */
.banner-section .content-column h1 span {
  position: relative;
  font-weight: 600;
  color: #0d8fb7;
}

/* line 1941, src/sass/style.scss */
.banner-section .active .content-column h1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/* line 1951, src/sass/style.scss */
.banner-section .content-column .text {
  position: relative;
  color: #666666;
  font-weight: 400;
  line-height: 1.7em;
  opacity: 0;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 75px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* line 1969, src/sass/style.scss */
.banner-section .active .content-column .text {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

/* line 1979, src/sass/style.scss */
.banner-section .content-column .btn-box {
  position: relative;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  text-transform: uppercase;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

/* line 1991, src/sass/style.scss */
.banner-section .active .content-column .btn-box {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

/* line 2001, src/sass/style.scss */
.banner-section .owl-dots {
  display: none;
}

/* line 2005, src/sass/style.scss */
.banner-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  opacity: 0;
  margin-top: -30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 2020, src/sass/style.scss */
.banner-section .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 62px;
  font-size: 24px;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2037, src/sass/style.scss */
.banner-section .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  color: #ffffff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  line-height: 62px;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2055, src/sass/style.scss */
.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #0d8fb7;
}

/* line 2061, src/sass/style.scss */
.banner-section:hover .owl-nav {
  opacity: 1;
}

/*** 

====================================================================
	About Section
====================================================================

***/
/* line 2073, src/sass/style.scss */
.about-section {
  position: relative;
  padding-top: 100px;
}

/* line 2078, src/sass/style.scss */
.about-section .inner-container {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #c0c8cd;
}

/* line 2084, src/sass/style.scss */
.about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -90px;
}

/* line 2088, src/sass/style.scss */
.max-width-470 {
  max-width: 470px;
}

/* line 2091, src/sass/style.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 2095, src/sass/style.scss */
.lower-box {
  position: relative;
  margin-top: 70px;
}

/* line 2100, src/sass/style.scss */
.lower-box .book {
  position: relative;
  padding-left: 50px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 2109, src/sass/style.scss */
.lower-box .book .icon {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 34px;
  height: 34px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  display: inline-block;
  background-color: #2c724f;
}

/* line 2124, src/sass/style.scss */
.lower-box .phone {
  position: relative;
  font-size: 36px;
  color: #000000;
  font-weight: 400;
  line-height: 1.2em;
}

/* Consult Form */
/* line 2134, src/sass/style.scss */
.consult-form {
  position: relative;
}

/* line 2138, src/sass/style.scss */
.consult-form form .form-group {
  position: relative;
  margin: 0px 0px 20px;
}

/* line 2143, src/sass/style.scss */
.consult-form form .form-group:last-child {
  margin-bottom: 0px;
  margin-left: -45px;
  margin-right: -45px;
}

/* line 2149, src/sass/style.scss */
.consult-form .form-group label {
  position: relative;
  margin-bottom: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 2158, src/sass/style.scss */
.consult-form form input[type="text"],
.consult-form form input[type="search"],
.consult-form form input[type="tel"],
.consult-form form input[type="email"],
.consult-form form input[type="range"],
.consult-form form select {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 28px;
  padding: 0px 0px 0px;
  font-size: 18px;
  font-style: normal;
  background: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #cccccc;
}

/* line 2178, src/sass/style.scss */
.consult-form form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 165px;
  line-height: 28px;
  padding: 0px 0px 0px;
  font-size: 18px;
  font-style: normal;
  background: #ffffff;
  border-radius: 0px;
  resize: none;
  margin-top: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 2194, src/sass/style.scss */
.consult-form form .theme-btn {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 36px;
  border-radius: 0px 0px 3px 3px;
}

/* line 2202, src/sass/style.scss */
.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

/* line 2207, src/sass/style.scss */
.about-section .content-column .inner-column {
  position: relative;
  padding-top: 145px;
  padding-left: 100px;
}

/* line 2213, src/sass/style.scss */
.about-section .content-column .sec-title {
  margin-bottom: 25px;
}

/* line 2217, src/sass/style.scss */
.about-section .content-column .text {
  position: relative;
  margin-bottom: 85px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.15rem;
  margin-left: 20px;
}

/* line 2223, src/sass/style.scss */
.about-section .content-column .text li {
  margin-bottom: 1rem;
}

/* line 2228, src/sass/style.scss */
.about-section .content-column .text p {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
}

/* line 2236, src/sass/style.scss */
.about-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

/* line 2240, src/sass/style.scss */
.about-section .content-column .signature {
  position: relative;
  font-size: 30px;
  font-family: "SignericaMedium";
}

/* line 2246, src/sass/style.scss */
.about-section .content-column .signature span {
  position: relative;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

/*** 

====================================================================
	Services Section
====================================================================

***/
/* line 2265, src/sass/style.scss */
.section-padding {
  padding: 100px 0 !important;
}

/* line 2269, src/sass/style.scss */
.services-section {
  position: relative;
  padding: 100px 0px 80px;
}

/* line 2274, src/sass/style.scss */
.services-section .inner-container {
  position: relative;
  border: 1px solid #ebebeb;
  border-bottom: 0;
}

/* line 2280, src/sass/style.scss */
.services-section .inner-container .service-block {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #ebebeb;
}

/* line 2285, src/sass/style.scss */
.services-section .inner-container .service-block:nth-child(3n + 0) {
  border-right: none;
}

/* line 2289, src/sass/style.scss */
.service-block {
  position: relative;
}

/* line 2293, src/sass/style.scss */
.service-block .inner-box {
  position: relative;
  padding: 45px 25px 45px 35px;
  border-top: 4px solid transparent;
  height: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2305, src/sass/style.scss */
.service-block.style-two {
  margin-bottom: 30px;
}

/* line 2309, src/sass/style.scss */
.service-block.style-two .inner-box {
  border: 1px solid #ebebeb;
}

/* line 2313, src/sass/style.scss */
.service-block.style-two .inner-box h5 {
  font-size: 18px;
}

/* line 2317, src/sass/style.scss */
.service-block.style-two .inner-box .text {
  margin-bottom: 0px;
}

/* line 2321, src/sass/style.scss */
.service-block .inner-box:hover {
  border-color: #0d8fb7;
  background-color: #f2f5f6;
}

/* line 2326, src/sass/style.scss */
.service-block .inner-box .icon-box {
  position: relative;
  line-height: 1em;
  font-size: 46px;
  color: #0d8fb7;
  display: inline-block;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

/* line 2339, src/sass/style.scss */
.service-block .inner-box:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

/* line 2347, src/sass/style.scss */
.service-block .inner-box h5 {
  position: relative;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 2354, src/sass/style.scss */
.service-block .inner-box h5 a {
  position: relative;
  font-weight: 600;
  color: #010101;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2365, src/sass/style.scss */
.service-block .inner-box h5 a:hover {
  color: #0d8fb7;
}

/* line 2369, src/sass/style.scss */
.service-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

/* line 2377, src/sass/style.scss */
.service-block .inner-box .read-more {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 2385, src/sass/style.scss */
.service-block .inner-box .read-more span {
  position: relative;
  top: 1px;
  font-size: 12px;
}

/* line 2391, src/sass/style.scss */
.service-block .inner-box:hover .read-more {
  color: #0d8fb7;
}

/*** 

====================================================================
	Reputation Section
====================================================================

***/
/* line 2403, src/sass/style.scss */
.reputation-section {
  position: relative;
  padding-top: 120px;
  background-color: #f8f6f7;
}

/* line 2409, src/sass/style.scss */
.reputation-section .image-column {
  position: relative;
}

/* line 2413, src/sass/style.scss */
.reputation-section .image-column .inner-column {
  position: relative;
}

/* line 2417, src/sass/style.scss */
.reputation-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

/* line 2422, src/sass/style.scss */
.reputation-section .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}

/* line 2427, src/sass/style.scss */
.reputation-section .content-column .blocks-outer {
  position: relative;
  margin-top: 80px;
}

/* line 2432, src/sass/style.scss */
.reputation-block {
  position: relative;
  margin-bottom: 28px;
}

/* line 2437, src/sass/style.scss */
.reputation-block .inner-box {
  position: relative;
}

/* line 2441, src/sass/style.scss */
.reputation-block .inner-box h5 {
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 2448, src/sass/style.scss */
.reputation-block .inner-box .text {
  position: relative;
  color: #999999;
  font-size: 16px;
  line-height: 1.9em;
  margin-top: 15px;
}

/*** 

====================================================================
	Experts Section
====================================================================

***/
/* line 2464, src/sass/style.scss */
.experts-section {
  position: relative;
  padding: 100px 0px 70px;
}

/* line 2469, src/sass/style.scss */
.experts-section .sec-title .experts {
  position: relative;
  color: #000000;
  font-size: 14px;
  margin-top: 60px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2483, src/sass/style.scss */
.experts-section .sec-title .experts span {
  position: relative;
  font-size: 12px;
}

/* line 2488, src/sass/style.scss */
.experts-section .sec-title .experts:hover {
  color: #2c724f;
}

/* Team Block */
/* line 2494, src/sass/style.scss */
.team-block {
  position: relative;
  margin-bottom: 30px;
}

/* line 2499, src/sass/style.scss */
.team-block .inner-box {
  position: relative;
  padding-right: 28px;
}

/* line 2504, src/sass/style.scss */
.team-block .inner-box .image {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background-color: #2c724f;
}

/* line 2511, src/sass/style.scss */
.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2523, src/sass/style.scss */
.team-block .inner-box:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/* line 2528, src/sass/style.scss */
.team-block .inner-box .image .social-box {
  position: absolute;
  right: -200px;
  bottom: 10px;
  padding: 10px 12px;
  border-radius: 3px;
  display: inline-block;
  background-color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2543, src/sass/style.scss */
.team-block .inner-box .image .social-box li {
  position: relative;
  margin: 0px 8px;
  display: inline-block;
}

/* line 2549, src/sass/style.scss */
.team-block .inner-box .image .social-box li a {
  position: relative;
  color: #666666;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2560, src/sass/style.scss */
.team-block .inner-box .image .social-box li:first-child {
  margin-right: 4px;
}

/* line 2564, src/sass/style.scss */
.team-block .inner-box .image .social-box li a:hover {
  color: #2c724f;
}

/* line 2568, src/sass/style.scss */
.team-block .inner-box:hover .image .social-box {
  right: 10px;
}

/* line 2572, src/sass/style.scss */
.team-block .inner-box .lower-box {
  position: relative;
  padding-top: 30px;
}

/* line 2577, src/sass/style.scss */
.team-block .inner-box .lower-box h4 {
  position: relative;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 2583, src/sass/style.scss */
.team-block .inner-box .lower-box h4 a {
  position: relative;
  color: #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2593, src/sass/style.scss */
.team-block .inner-box:hover .lower-box h4 a {
  color: #2c724f;
}

/* line 2597, src/sass/style.scss */
.team-block .inner-box .lower-box .designation {
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}

/*** 

====================================================================
	Project Section
====================================================================

***/
/* line 2612, src/sass/style.scss */
.project-section {
  position: relative;
  overflow: hidden;
  padding: 20px 0px 0px;
}

/* line 2618, src/sass/style.scss */
.project-section .sec-title .cases {
  position: relative;
  color: #000000;
  font-size: 14px;
  margin-top: 60px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2632, src/sass/style.scss */
.project-section .sec-title .cases span {
  position: relative;
  font-size: 12px;
}

/* line 2637, src/sass/style.scss */
.project-section .sec-title .cases:hover {
  color: #2c724f;
}

/* line 2641, src/sass/style.scss */
.project-section .outer-container {
  position: relative;
}

/* line 2645, src/sass/style.scss */
.project-section .column {
  padding: 0px 2px;
}

/* line 2649, src/sass/style.scss */
.project-section .column .row {
  margin: 0px -2px;
}

/* line 2653, src/sass/style.scss */
.project-section .inner-column {
  padding: 0px 2px;
}

/* line 2657, src/sass/style.scss */
.gallery-block {
  position: relative;
  margin-bottom: 5px;
}

/* line 2662, src/sass/style.scss */
.gallery-block .inner-box {
  position: relative;
  overflow: hidden;
}

/* line 2667, src/sass/style.scss */
.gallery-block .inner-box .image {
  position: relative;
  margin-bottom: 0px;
}

/* line 2672, src/sass/style.scss */
.gallery-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* line 2678, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -120px;
  right: 0px;
  padding: 22px 30px;
  background-color: #2c724f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2692, src/sass/style.scss */
.gallery-block .inner-box:hover .image .overlay-box {
  bottom: 0px;
}

/* line 2696, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box .overlay-inner {
  position: relative;
}

/* line 2700, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box .overlay-inner h3 {
  position: relative;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 2706, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box .overlay-inner h3 a {
  position: relative;
  color: #ffffff;
}

/* line 2711, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box .overlay-inner .designation {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
}

/* line 2718, src/sass/style.scss */
.gallery-block .inner-box .image .overlay-box .overlay-inner .arrow {
  position: absolute;
  right: -10px;
  top: 5px;
  line-height: 1em;
  color: #ffffff;
  font-size: 60px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
/* line 2735, src/sass/style.scss */
.testimonial-section {
  position: relative;
  padding-top: 90px;
}

/* line 2740, src/sass/style.scss */
.testimonial-section.style-two {
  padding-top: 0px;
}

/* line 2744, src/sass/style.scss */
.testimonial-section.style-two .inner-container {
  padding-top: 100px;
  border-top: 1px solid #d9d9d9;
}

/* line 2749, src/sass/style.scss */
.testimonial-section .sec-title {
  margin-bottom: 70px;
}

/* line 2753, src/sass/style.scss */
.testimonial-section .owl-nav {
  position: absolute;
  right: -10px;
  top: -120px;
}

/* line 2759, src/sass/style.scss */
.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
  position: relative;
  color: #999999;
  font-size: 48px;
  margin-left: 0px;
  font-weight: 300;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2774, src/sass/style.scss */
.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
  color: #000000;
}

/* line 2779, src/sass/style.scss */
.testimonial-block {
  position: relative;
  margin-bottom: 30px;
}

/* line 2784, src/sass/style.scss */
.testimonial-block .inner-box {
  position: relative;
  padding: 45px 45px;
  border: 1px solid #e1e1e1;
}

/* line 2790, src/sass/style.scss */
.testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 5px;
  opacity: 0;
  -webkit-transform: scale(0.3, 1);
          transform: scale(0.3, 1);
  background-color: #0d8fb7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2807, src/sass/style.scss */
.testimonial-block .inner-box:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* line 2812, src/sass/style.scss */
.testimonial-block .inner-box .quote {
  position: relative;
  font-size: 36px;
  color: #0d8fb7;
  line-height: 1em;
  text-align: right;
}

/* line 2820, src/sass/style.scss */
.testimonial-block .inner-box .author {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}

/* line 2828, src/sass/style.scss */
.testimonial-block .inner-box .author span {
  position: relative;
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}

/* line 2835, src/sass/style.scss */
.testimonial-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 20px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/
/* line 2851, src/sass/style.scss */
.sponsors-section {
  position: relative;
  padding: 60px 0px 90px;
}

/* line 2856, src/sass/style.scss */
.sponsors-section .owl-nav,
.sponsors-section .owl-dots {
  display: none;
}

/* line 2861, src/sass/style.scss */
.sponsors-section .image-box {
  position: relative;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2872, src/sass/style.scss */
.sponsors-section .image-box:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/*** 

====================================================================
	Blog Section
====================================================================

***/
/* line 2885, src/sass/style.scss */
.blog-section {
  position: relative;
  padding: 100px 0px 100px;
  background-color: #eef1f3;
}

/* line 2891, src/sass/style.scss */
.blog-section .column {
  padding: 0px;
  float: left;
}

/* line 2896, src/sass/style.scss */
.news-block {
  position: relative;
}

/* line 2900, src/sass/style.scss */
.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2910, src/sass/style.scss */
.news-block .inner-box .image-column {
  position: relative;
  padding: 0px;
  float: left;
}

/* line 2916, src/sass/style.scss */
.news-block .inner-box .image-column .inner-column {
  position: relative;
}

/* line 2920, src/sass/style.scss */
.news-block .inner-box .image-column .image {
  position: relative;
}

/* line 2924, src/sass/style.scss */
.news-block .inner-box .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* line 2930, src/sass/style.scss */
.news-block .inner-box .content-column {
  position: relative;
  padding: 0px;
  float: left;
}

/* line 2936, src/sass/style.scss */
.news-block .inner-box .content-column .arrow-one {
  position: absolute;
  top: 50%;
  left: -20px;
  border-top: 10px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 10px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2950, src/sass/style.scss */
.news-block .inner-box:hover .content-column .arrow-one {
  border-right-color: #2c724f;
}

/* line 2954, src/sass/style.scss */
.news-block .inner-box .content-column .arrow-two {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  border-top: 10px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 10px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2969, src/sass/style.scss */
.news-block .inner-box:hover .content-column .arrow-two {
  border-left-color: #2c724f;
}

/* line 2973, src/sass/style.scss */
.news-block .inner-box .content-column .inner-column {
  position: relative;
  text-align: center;
  padding: 90px 15px 80px;
}

/* line 2979, src/sass/style.scss */
.news-block .inner-box .content-column .title {
  position: relative;
  color: #2c724f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 2992, src/sass/style.scss */
.news-block .inner-box .content-column h4 {
  position: relative;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 18px;
  margin-bottom: 35px;
}

/* line 3000, src/sass/style.scss */
.news-block .inner-box .content-column h4 a {
  position: relative;
  color: #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3010, src/sass/style.scss */
.news-block .inner-box:hover {
  background-color: #2c724f;
}

/* line 3014, src/sass/style.scss */
.news-block .inner-box .post-date {
  position: relative;
  color: #999999;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3025, src/sass/style.scss */
.news-block .inner-box .post-date span {
  position: relative;
  color: #000000;
}

/* line 3030, src/sass/style.scss */
.news-block .inner-box:hover .content-column .title,
.news-block .inner-box:hover .post-date,
.news-block .inner-box:hover .post-date span,
.news-block .inner-box:hover .content-column h4 a {
  color: #ffffff;
}

/* News Block Two */
/* line 3039, src/sass/style.scss */
.news-block-two {
  position: relative;
  height: 100%;
}

/* line 3044, src/sass/style.scss */
.news-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3055, src/sass/style.scss */
.news-block-two .inner-box .image {
  position: relative;
}

/* line 3059, src/sass/style.scss */
.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* line 3065, src/sass/style.scss */
.news-block-two .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 99px 15px;
}

/* line 3071, src/sass/style.scss */
.news-block-two .inner-box .lower-content .title {
  position: relative;
  color: #2c724f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3084, src/sass/style.scss */
.news-block-two .inner-box .lower-content h4 {
  position: relative;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 18px;
  margin-bottom: 35px;
}

/* line 3092, src/sass/style.scss */
.news-block-two .inner-box .lower-content h4 a {
  position: relative;
  color: #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3102, src/sass/style.scss */
.news-block-two .inner-box:hover {
  background-color: #2c724f;
}

/* line 3106, src/sass/style.scss */
.news-block-two .inner-box .lower-content .post-date {
  position: relative;
  color: #999999;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3117, src/sass/style.scss */
.news-block-two .inner-box .lower-content .post-date span {
  position: relative;
  color: #000000;
}

/* line 3122, src/sass/style.scss */
.news-block-two .inner-box:hover .lower-content .title,
.news-block-two .inner-box:hover .post-date,
.news-block-two .inner-box:hover .post-date span,
.news-block-two .inner-box:hover .lower-content h4 a {
  color: #ffffff;
}

/* line 3129, src/sass/style.scss */
.news-block-two .inner-box .image .arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3144, src/sass/style.scss */
.news-block-two .inner-box:hover .image .arrow {
  border-bottom-color: #2c724f;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/
/* line 3156, src/sass/style.scss */
.main-footer {
  position: relative;
}

/* line 3160, src/sass/style.scss */
.main-footer.style-two {
  border-top: 0px solid #dfdfdf;
}

/* line 3164, src/sass/style.scss */
.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

/* line 3169, src/sass/style.scss */
.main-footer .widgets-section {
  position: relative;
  padding: 75px 0px 0px;
}

/* line 3174, src/sass/style.scss */
.main-footer .footer-widget h5 {
  position: relative;
  font-weight: 600;
  color: #000000;
  line-height: 1.2em;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

/* line 3184, src/sass/style.scss */
.main-footer .logo-widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 3190, src/sass/style.scss */
.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 0px;
  width: 350px;
}

/* line 3196, src/sass/style.scss */
.main-footer .logo-widget .call {
  position: relative;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  text-transform: uppercase;
}

/* line 3205, src/sass/style.scss */
.main-footer .logo-widget .call .phone {
  position: relative;
  color: #000000;
  font-size: 24px;
  display: block;
  margin-top: 15px;
  margin-bottom: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3219, src/sass/style.scss */
.main-footer .logo-widget .call .email {
  position: relative;
  color: #000000;
  font-size: 16px;
  display: block;
  margin-top: 0px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3233, src/sass/style.scss */
.main-footer .logo-widget .call .phone:hover,
.main-footer .logo-widget .call .email:hover {
  color: #0052e7;
}

/* List Link */
/* line 3240, src/sass/style.scss */
.list-link {
  position: relative;
}

/* line 3244, src/sass/style.scss */
.list-link li {
  position: relative;
  margin-bottom: 8px;
}

/* line 3249, src/sass/style.scss */
.list-link li a {
  position: relative;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 3261, src/sass/style.scss */
.list-link li a:hover {
  color: #2c724f;
}

/* line 3265, src/sass/style.scss */
.main-footer .newsletter-widget .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 15px;
}

/* line 3273, src/sass/style.scss */
.newsletter-form {
  margin-top: 35px;
}

/* line 3277, src/sass/style.scss */
.newsletter-form .form-group {
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
  max-width: 550px;
}

/* line 3285, src/sass/style.scss */
.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 44px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding: 10px 20px 10px 20px;
  background: #f7f7f7;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #cccccc;
}

/* line 3307, src/sass/style.scss */
.newsletter-form .form-group input[type="email"] {
  padding-right: 40px;
}

/* line 3311, src/sass/style.scss */
.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="tel"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group textarea:focus {
  border-color: #2c724f;
}

/* line 3318, src/sass/style.scss */
.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 44px;
  line-height: 44px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  background: none;
  width: 40px;
  cursor: pointer;
  background: none;
  text-transform: capitalize;
}

/* line 3335, src/sass/style.scss */
.main-footer .footer-bottom {
  position: relative;
}

/* line 3339, src/sass/style.scss */
.main-footer .footer-bottom .bottom-inner {
  position: relative;
  padding: 0px 0px 35px;
  border-top: 0px solid #e1e1e1;
}

/* line 3345, src/sass/style.scss */
.main-footer .footer-bottom .copyright {
  position: relative;
  color: #666666;
  font-size: 16px;
}

/* line 3351, src/sass/style.scss */
.main-footer .footer-bottom .copyright a {
  position: relative;
  color: #000000;
  font-weight: 700;
}

/* line 3357, src/sass/style.scss */
.main-footer .footer-bottom .social-nav {
  position: relative;
  text-align: right;
}

/* line 3362, src/sass/style.scss */
.main-footer .footer-bottom .social-nav li {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

/* line 3368, src/sass/style.scss */
.main-footer .footer-bottom .social-nav li a {
  position: relative;
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 3379, src/sass/style.scss */
.main-footer .footer-bottom .social-nav li a:hover {
  color: #2c724f;
}

/*** 

====================================================================
	Map Section
====================================================================

***/
/* line 3391, src/sass/style.scss */
.map-section {
  position: relative;
  padding: 0px 0px;
}

/* line 3396, src/sass/style.scss */
.contact-map-area iframe {
  width: 100%;
  height: 500px;
  border: 0 none;
}

/* line 3402, src/sass/style.scss */
.map-canvas {
  height: 640px;
  width: 100%;
}

/* line 3407, src/sass/style.scss */
.map-data {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

/* line 3414, src/sass/style.scss */
.map-section .gm-style-iw {
  width: 270px;
  padding: 15px 20px;
  border-radius: 3px;
  text-align: left;
}

/* line 3421, src/sass/style.scss */
.map-data h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}

/* line 3428, src/sass/style.scss */
.map-section .map-data .map-content {
  position: relative;
  color: #000000;
  font-size: 14px;
}

/* line 3434, src/sass/style.scss */
.page-banner-image-section {
  position: relative;
}

/* line 3438, src/sass/style.scss */
.page-banner-image-section .image {
  position: relative;
}

/* line 3442, src/sass/style.scss */
.page-banner-image-section .image img {
  position: relative;
  width: 100%;
  display: block;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/
/* line 3456, src/sass/style.scss */
.about-section-two {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 3462, src/sass/style.scss */
.about-section-two .inner-container {
  position: relative;
}

/* line 3466, src/sass/style.scss */
.about-section-two .image-column {
  position: relative;
}

/* line 3470, src/sass/style.scss */
.about-section-two .image-column .inner-column {
  position: relative;
  margin-left: -80px;
  padding-right: 70px;
}

/* line 3476, src/sass/style.scss */
.about-section-two .content-column {
  position: relative;
  margin-bottom: 40px;
}

/* line 3481, src/sass/style.scss */
.about-section-two .content-column .inner-column {
  position: relative;
  padding-top: 20px;
}

/* line 3486, src/sass/style.scss */
.about-section-two .content-column .sec-title {
  margin-bottom: 25px;
}

/* line 3490, src/sass/style.scss */
.about-section-two .content-column .text {
  position: relative;
  margin-bottom: 75px;
}

/* line 3495, src/sass/style.scss */
.about-section-two .content-column .text p {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
}

/* line 3503, src/sass/style.scss */
.about-section-two .content-column .text p:last-child {
  margin-bottom: 0px;
}

/* line 3507, src/sass/style.scss */
.about-section-two .content-column .signature {
  position: relative;
  font-size: 30px;
  font-family: "SignericaMedium";
}

/* line 3513, src/sass/style.scss */
.about-section-two .content-column .signature span {
  position: relative;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

/*** 

====================================================================
	Reputation Section Two
====================================================================

***/
/* line 3532, src/sass/style.scss */
.reputation-section-two {
  position: relative;
  padding: 100px 0px 60px;
  background-color: #f8f6f7;
}

/* line 3538, src/sass/style.scss */
.reputation-section-two .content-column {
  position: relative;
  margin-bottom: 40px;
}

/* line 3543, src/sass/style.scss */
.reputation-section-two .content-column .inner-column {
  position: relative;
}

/* line 3547, src/sass/style.scss */
.reputation-section-two .content-column .sec-title {
  margin-bottom: 90px;
}

/* line 3551, src/sass/style.scss */
.reputation-section-two .form-column {
  position: relative;
  margin-bottom: 40px;
}

/* line 3556, src/sass/style.scss */
.reputation-section-two .form-column .inner-column {
  position: relative;
}

/* line 3560, src/sass/style.scss */
.reputation-section-two .form-column .form-boxed {
  position: relative;
  border-radius: 3px;
  padding: 55px 45px 0px;
  border: 1px solid #c0c8cd;
  background-color: #ffffff;
}

/* line 3568, src/sass/style.scss */
.reputation-section-two .form-column h5 {
  position: relative;
  color: #0d8fb7;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}

/* line 3577, src/sass/style.scss */
.reputation-section-two.style-two .content-column .inner-column {
  padding-left: 170px;
}

/*** 

====================================================================
	Service Banner Section
====================================================================

***/
/* line 3589, src/sass/style.scss */
.service-banner-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 170px;
  overflow: hidden;
  background-color: #efefeb;
}

/* line 3598, src/sass/style.scss */
.service-banner-section .content-box {
  position: relative;
  max-width: 530px;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
}

/* line 3606, src/sass/style.scss */
.service-banner-section .content-box h2 {
  position: relative;
  color: #000000;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 15px;
}

/* line 3614, src/sass/style.scss */
.service-banner-section .content-box h2 span {
  position: relative;
  font-weight: 600;
  color: #2c724f;
}

/* line 3620, src/sass/style.scss */
.service-banner-section .content-box .text {
  position: relative;
  color: #666666;
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 30px;
  margin-bottom: 90px;
}

/* line 3629, src/sass/style.scss */
.service-banner-section .content-box .lower-box {
  position: relative;
  margin-top: 140px;
}

/* line 3634, src/sass/style.scss */
.service-banner-section .content-box .lower-box .book {
  position: relative;
  padding-left: 50px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 3643, src/sass/style.scss */
.service-banner-section .content-box .lower-box .book .icon {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 34px;
  height: 34px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  display: inline-block;
  background-color: #2c724f;
}

/* line 3658, src/sass/style.scss */
.service-banner-section .content-box .lower-box .phone {
  position: relative;
  font-size: 36px;
  color: #000000;
  font-weight: 400;
  line-height: 1.2em;
}

/* line 3666, src/sass/style.scss */
.service-banner-section .side-image {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/
/* line 3680, src/sass/style.scss */
.sidebar-page-container {
  position: relative;
  padding: 90px 0px 70px;
}

/* line 3685, src/sass/style.scss */
.sidebar-page-container.style-two {
  padding-bottom: 0px;
}

/* line 3689, src/sass/style.scss */
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 30px;
}

/* line 3694, src/sass/style.scss */
.sidebar-page-container .sidebar-side .sidebar.margin-left {
  margin-left: -30px;
}

/* line 3698, src/sass/style.scss */
.sidebar-page-container .service-title-box {
  position: relative;
  margin-bottom: 60px;
}

/* line 3703, src/sass/style.scss */
.sidebar-page-container .service-title-box h2 {
  position: relative;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 3711, src/sass/style.scss */
.service-detail {
  position: relative;
}

/* line 3715, src/sass/style.scss */
.service-detail .inner-box {
  position: relative;
}

/* line 3719, src/sass/style.scss */
.service-detail .inner-box .image {
  position: relative;
  margin-bottom: 50px;
}

/* line 3724, src/sass/style.scss */
.service-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* line 3730, src/sass/style.scss */
.service-detail .inner-box .lower-content {
  position: relative;
}

/* line 3734, src/sass/style.scss */
.service-detail .inner-box .lower-content p {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

/* line 3742, src/sass/style.scss */
.service-detail .inner-box .lower-content blockquote {
  position: relative;
  color: #000000;
  font-size: 14px;
  padding: 28px 35px;
  line-height: 2em;
  margin-top: 35px;
  margin-bottom: 50px;
  background-color: #f7f7f7;
  border-left: 3px solid #2c724f;
  font-family: "Libre Baskerville", serif;
}

/* line 3755, src/sass/style.scss */
.service-detail .inner-box .lower-content h4 {
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 40px;
}

/* line 3763, src/sass/style.scss */
.service-detail .inner-box .lower-content .analysis-columns {
  position: relative;
  margin-bottom: 40px;
}

/* line 3768, src/sass/style.scss */
.service-detail .inner-box .lower-content .accordian-box {
  position: relative;
  margin-top: 60px;
}

/* line 3773, src/sass/style.scss */
.accordion-box {
  position: relative;
}

/* line 3777, src/sass/style.scss */
.accordion-box .block {
  position: relative;
  margin-bottom: 3px;
  background-color: #f7f7f7;
}

/* line 3786, src/sass/style.scss */
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  padding: 18px 50px 18px 30px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

/* line 3801, src/sass/style.scss */
.accordion-box .block .acc-btn.active {
  color: #2c724f;
}

/* line 3805, src/sass/style.scss */
.accordion-box .block .icon-outer {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 20px;
  color: #262626;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3818, src/sass/style.scss */
.accordion-box .block .icon-outer .icon {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  color: #000000;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

/* line 3834, src/sass/style.scss */
.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

/* line 3838, src/sass/style.scss */
.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

/* line 3842, src/sass/style.scss */
.accordion-box .block .acc-btn.active .icon-outer .icofont-minus {
  opacity: 1;
}

/* line 3846, src/sass/style.scss */
.accordion-box .block .acc-btn.active .icon-outer .icofont-plus {
  opacity: 0;
}

/* line 3850, src/sass/style.scss */
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

/* line 3855, src/sass/style.scss */
.accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}

/* line 3859, src/sass/style.scss */
.accordion-box .block .acc-content.current {
  display: block;
}

/* line 3863, src/sass/style.scss */
.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 0px 35px 30px 35px;
}

/* line 3869, src/sass/style.scss */
.accordion-box .block .content .accordian-text {
  line-height: 1.9em;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

/* line 3876, src/sass/style.scss */
.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

/* line 3880, src/sass/style.scss */
.sticky-top {
  top: 110px;
  z-index: 1;
}

/* line 3885, src/sass/style.scss */
.sidebar-widget {
  position: relative;
  margin-bottom: 30px;
}

/* line 3890, src/sass/style.scss */
.sidebar-widget:last-child {
  margin-bottom: 0px;
}

/* line 3894, src/sass/style.scss */
.sidebar-title {
  position: relative;
  margin-bottom: 30px;
}

/* line 3899, src/sass/style.scss */
.sidebar-title h4 {
  position: relative;
  color: #000000;
  font-weight: 600;
}

/* Category Boxed */
/* line 3907, src/sass/style.scss */
.category-boxed {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 3px;
  background-color: #f7f7f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3919, src/sass/style.scss */
.category-boxed .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

/* line 3929, src/sass/style.scss */
.category-boxed .boxed-inner {
  position: relative;
  padding-left: 60px;
}

/* line 3934, src/sass/style.scss */
.category-boxed .boxed-inner .icon {
  position: absolute;
  left: 0px;
  top: 8px;
  color: #2c724f;
  font-size: 36px;
  line-height: 1em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3948, src/sass/style.scss */
.category-boxed .boxed-inner h6 {
  position: relative;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 1.6em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 3961, src/sass/style.scss */
.category-boxed:hover {
  background-color: #2c724f;
}

/* line 3965, src/sass/style.scss */
.category-boxed:hover h6,
.category-boxed:hover .icon {
  color: #ffffff;
}

/* Brochures Widget */
/* line 3972, src/sass/style.scss */
.brochures-widget .widget-content {
  position: relative;
  padding: 30px 30px 35px;
  background-color: #f7f7f7;
}

/* line 3978, src/sass/style.scss */
.brochures-widget .widget-content h4 {
  position: relative;
  color: #000000;
  font-weight: 600;
}

/* line 3984, src/sass/style.scss */
.brochures-widget .widget-content .text {
  position: relative;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 14px;
}

/* line 3993, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list {
  position: relative;
  margin-top: 20px;
}

/* line 3998, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list li {
  position: relative;
  margin-bottom: 15px;
}

/* line 4003, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list li:last-child {
  margin-bottom: 0px;
}

/* line 4007, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list li a {
  position: relative;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4019, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list li a .icon {
  position: relative;
  top: 4px;
  color: #000000;
  font-size: 24px;
  line-height: 1em;
  margin-right: 15px;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4034, src/sass/style.scss */
.brochures-widget .widget-content .brochure-list li a:hover,
.brochures-widget .widget-content .brochure-list li a:hover .icon {
  color: #2c724f;
}

/* Enquiry Widget */
/* line 4041, src/sass/style.scss */
.enquiry-widget .widget-content {
  position: relative;
  padding: 35px 35px;
  background-color: #2c724f;
}

/* line 4047, src/sass/style.scss */
.enquiry-widget .widget-content h4 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 4054, src/sass/style.scss */
.enquiry-widget .widget-content .text {
  position: relative;
  color: #cccccc;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 15px;
}

/* line 4062, src/sass/style.scss */
.enquiry-widget .widget-content .number {
  position: relative;
  color: #cccccc;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 20px;
}

/* line 4070, src/sass/style.scss */
.enquiry-widget .widget-content .number a {
  position: relative;
  color: #ffffff;
  display: block;
  font-weight: 700;
  margin-top: 10px;
}

/*Search Box Widget*/
/* line 4080, src/sass/style.scss */
.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

/* line 4085, src/sass/style.scss */
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 30px;
  padding: 10px 60px 10px 20px;
  border: 1px solid transparent;
  background: #f5f5f5;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 50px;
  color: #8d9aa8;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4105, src/sass/style.scss */
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 52px;
  background: #2c724f;
  border-radius: 0px;
  cursor: pointer;
}

/* line 4121, src/sass/style.scss */
.sidebar .search-box .form-group input::-webkit-input-placeholder {
  color: #333333;
}

/* line 4125, src/sass/style.scss */
.categories-blog ul {
  position: relative;
}

/* line 4129, src/sass/style.scss */
.categories-blog ul li {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 4138, src/sass/style.scss */
.categories-blog ul li:first-child a {
  padding-top: 0px;
}

/* line 4142, src/sass/style.scss */
.categories-blog ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  display: block;
  padding: 13px 0px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 1px solid #ebebeb;
}

/* line 4158, src/sass/style.scss */
.categories-blog ul li span {
  position: absolute;
  right: 0px;
}

/* line 4163, src/sass/style.scss */
.categories-blog ul li:last-child a {
  border-bottom: none;
  border-bottom: 0px;
}

/* line 4168, src/sass/style.scss */
.categories-blog ul li.active a,
.categories-blog ul li a:hover {
  color: #2c724f;
}

/*Post Widget*/
/* line 4175, src/sass/style.scss */
.sidebar .popular-posts .widget-content {
  position: relative;
}

/* line 4179, src/sass/style.scss */
.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 100px;
  min-height: 75px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d8dc;
}

/* line 4190, src/sass/style.scss */
.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
  border: none;
}

/* line 4195, src/sass/style.scss */
.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 79px;
  overflow: hidden;
  border-radius: 0px;
}

/* line 4204, src/sass/style.scss */
.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.7;
}

/* line 4208, src/sass/style.scss */
.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 4218, src/sass/style.scss */
.sidebar .popular-posts .post .text {
  position: relative;
  top: -4px;
  font-size: 15px;
  margin: 0px 0px 0px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8em;
  text-transform: capitalize;
}

/* line 4229, src/sass/style.scss */
.sidebar .popular-posts .post .text a {
  color: #000000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 4238, src/sass/style.scss */
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #2c724f;
}

/*Popular Tags*/
/* line 4245, src/sass/style.scss */
.sidebar .tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 15px 6px;
  margin: 0px 4px 10px 0px;
  color: #999999;
  text-align: center;
  font-size: 13px;
  background: none;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid #d7d7d7;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

/* line 4266, src/sass/style.scss */
.sidebar .tags a:hover {
  background-color: #2c724f;
  border-color: #2c724f;
  color: #ffffff;
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/
/* line 4280, src/sass/style.scss */
.page-title-section {
  position: relative;
  padding: 100px 0px 0px;
}

/* line 4285, src/sass/style.scss */
.page-title-section .post-meta {
  position: relative;
}

/* line 4289, src/sass/style.scss */
.page-title-section .post-meta li {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
  display: inline-block;
  text-transform: uppercase;
}

/* line 4297, src/sass/style.scss */
.page-title-section .post-meta li:before {
  position: absolute;
  content: "/";
  right: -4px;
  top: 0px;
}

/* line 4304, src/sass/style.scss */
.page-title-section .post-meta li:last-child::before {
  display: none;
}

/* line 4308, src/sass/style.scss */
.page-title-section .post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

/* line 4313, src/sass/style.scss */
.page-title-section .post-meta li a {
  position: relative;
  color: #666666;
}

/* line 4318, src/sass/style.scss */
.page-title-section h2 {
  position: relative;
  color: #000000;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 30px;
}

/* line 4326, src/sass/style.scss */
.page-title-section h2 span {
  position: relative;
  font-weight: 600;
  color: #2c724f;
}

/* line 4332, src/sass/style.scss */
.page-title-section.style-two h2 {
  font-weight: 600;
  font-size: 36px;
}

/* line 4337, src/sass/style.scss */
.our-blogs {
  padding-right: 80px;
  margin-bottom: 80px;
}

/* line 4342, src/sass/style.scss */
.news-block-three {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

/* line 4349, src/sass/style.scss */
.news-block-three .inner-box {
  position: relative;
  min-height: 195px;
  padding-left: 330px;
}

/* line 4355, src/sass/style.scss */
.news-block-three .inner-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  overflow: hidden;
  background-color: #2c724f;
}

/* line 4364, src/sass/style.scss */
.news-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4375, src/sass/style.scss */
.news-block-three .inner-box:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.05, 1.05) rotate(2deg);
          transform: scale(1.05, 1.05) rotate(2deg);
}

/* line 4380, src/sass/style.scss */
.news-block-three .inner-box .title {
  position: relative;
  color: #2c724f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 4388, src/sass/style.scss */
.news-block-three .inner-box h4 {
  position: relative;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 4396, src/sass/style.scss */
.news-block-three .inner-box h4 a {
  position: relative;
  color: #000000;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

/* line 4406, src/sass/style.scss */
.news-block-three .inner-box:hover h4 a {
  color: #2c724f;
}

/* line 4410, src/sass/style.scss */
.news-block-three .inner-box .post-date {
  position: relative;
  color: #999999;
  font-size: 14px;
}

/* line 4416, src/sass/style.scss */
.news-block-three .inner-box .post-date span {
  position: relative;
  color: #000000;
}

/* line 4421, src/sass/style.scss */
.news-block-three:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  min-height: auto;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/
/* line 4436, src/sass/style.scss */
.styled-pagination {
  position: relative;
}

/* line 4440, src/sass/style.scss */
.styled-pagination li {
  position: relative;
  margin-right: 35px;
  display: inline-block;
}

/* line 4446, src/sass/style.scss */
.styled-pagination li a {
  position: relative;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* line 4459, src/sass/style.scss */
.styled-pagination li.active a,
.styled-pagination li:hover a {
  color: #000000;
}

/* line 4464, src/sass/style.scss */
.styled-pagination li.next a {
  font-size: 14px;
}

/* Blog Detail */
/* line 4470, src/sass/style.scss */
.blog-detail {
  position: relative;
}

/* line 4474, src/sass/style.scss */
.blog-detail .inner-box {
  position: relative;
  padding-right: 80px;
}

/* line 4479, src/sass/style.scss */
.blog-detail .inner-box .image {
  position: relative;
}

/* line 4483, src/sass/style.scss */
.blog-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/* line 4489, src/sass/style.scss */
.blog-detail .inner-box .lower-content {
  position: relative;
  padding-top: 40px;
}

/* line 4494, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-info {
  position: relative;
  color: #999999;
  font-size: 14px;
  margin-bottom: 35px;
}

/* line 4501, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-info span {
  text-transform: uppercase;
}

/* line 4505, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-info i {
  color: #000000;
  font-style: normal;
}

/* line 4510, src/sass/style.scss */
.blog-detail .inner-box .lower-content p {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 45px;
}

/* line 4518, src/sass/style.scss */
.blog-detail .inner-box .middle-image {
  position: relative;
  margin-bottom: 50px;
}

/* line 4523, src/sass/style.scss */
.blog-detail .inner-box .lower-content h4 {
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 35px;
}

/* line 4531, src/sass/style.scss */
.blog-detail .inner-box .lower-content blockquote {
  position: relative;
  margin: 80px 0px;
  padding-left: 105px;
}

/* line 4537, src/sass/style.scss */
.blog-detail .inner-box .lower-content blockquote .blockquote-text {
  position: relative;
  color: #000000;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5em;
}

/* line 4545, src/sass/style.scss */
.blog-detail .inner-box .lower-content blockquote .blockquote-text .quote {
  position: absolute;
  left: -20px;
  top: -5px;
  color: #000000;
  font-size: 16px;
  line-height: 1em;
}

/*post share options*/
/* line 4556, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-share-options {
  position: relative;
  margin-top: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}

/* line 4563, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-share-options .tags a {
  position: relative;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  margin-right: 4px;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #d7d7d7;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4581, src/sass/style.scss */
.blog-detail .inner-box .lower-content .post-share-options .tags a:hover {
  color: #ffffff;
  border-color: #2c724f;
  background-color: #2c724f;
}

/* Related Projects */
/* line 4589, src/sass/style.scss */
.related-projects {
  position: relative;
  margin-top: 75px;
  padding-right: 80px;
}

/* line 4595, src/sass/style.scss */
.related-projects .title-box {
  position: relative;
  margin-bottom: 35px;
}

/* line 4600, src/sass/style.scss */
.related-projects .title-box h3 {
  position: relative;
  color: #000000;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 4607, src/sass/style.scss */
.news-block-four {
  position: relative;
  margin-bottom: 30px;
}

/* line 4612, src/sass/style.scss */
.news-block-four .inner-box {
  position: relative;
}

/* line 4616, src/sass/style.scss */
.news-block-four .inner-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #2c724f;
}

/* line 4623, src/sass/style.scss */
.news-block-four .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* line 4634, src/sass/style.scss */
.news-block-four .inner-box:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.05, 1.05) rotate(2deg);
          transform: scale(1.05, 1.05) rotate(2deg);
}

/* line 4639, src/sass/style.scss */
.news-block-four .inner-box .title {
  position: relative;
  color: #2c724f;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 4647, src/sass/style.scss */
.news-block-four .inner-box h4 {
  position: relative;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 4655, src/sass/style.scss */
.news-block-four .inner-box h4 a {
  position: relative;
  color: #000000;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

/* line 4665, src/sass/style.scss */
.news-block-four .inner-box:hover h4 a {
  color: #2c724f;
}

/* line 4669, src/sass/style.scss */
.sidebar-page-container .lower-section {
  position: relative;
  margin-top: 60px;
  padding: 90px 0px 100px;
  background-color: #eef1f3;
}

/* line 4676, src/sass/style.scss */
.sidebar-page-container .lower-section .comment-form {
  position: relative;
  max-width: 770px;
}

/* Comment Form */
/* line 4683, src/sass/style.scss */
.comment-form .group-title {
  position: relative;
  margin-bottom: 40px;
}

/* line 4688, src/sass/style.scss */
.comment-form .group-title h3 {
  position: relative;
  color: #000000;
  font-weight: 600;
}

/* line 4694, src/sass/style.scss */
.comment-form .group-title .text {
  position: relative;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  margin-top: 6px;
}

/* line 4702, src/sass/style.scss */
.comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

/* line 4707, src/sass/style.scss */
.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

/* line 4711, src/sass/style.scss */
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #222222;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 4734, src/sass/style.scss */
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #2c724f;
}

/* line 4743, src/sass/style.scss */
.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #222222;
  height: 210px;
  resize: none;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 4763, src/sass/style.scss */
.comment-form .theme-btn {
  cursor: pointer;
  border-radius: 0px;
  font-family: "Heebo", sans-serif;
}

/*** 

====================================================================
	Blog Detail Section
====================================================================

***/
/* line 4777, src/sass/style.scss */
.contact-page-section {
  position: relative;
  padding-bottom: 100px;
  background-color: #eef1f3;
}

/* line 4783, src/sass/style.scss */
.contact-page-section .contact-info-boxed {
  position: relative;
  z-index: 10;
  padding: 90px 65px 65px;
  background-color: #0d8fb7;
  top: -100px;
  margin-bottom: 0px;
}

/* line 4792, src/sass/style.scss */
.contact-page-section .contact-info-boxed h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 12px;
}

/* line 4801, src/sass/style.scss */
.contact-page-section .contact-info-boxed h2 span {
  position: relative;
  color: #ffffff;
  font-weight: 700;
}

/* line 4807, src/sass/style.scss */
.contact-page-section .contact-info-boxed .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
}

/* line 4814, src/sass/style.scss */
.contact-page-section .contact-info-boxed .email {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 28px;
}

/* line 4822, src/sass/style.scss */
.contact-page-section .contact-info-boxed .email a {
  position: relative;
  color: #b3d1c2;
  font-weight: 400;
}

/* line 4828, src/sass/style.scss */
.contact-page-section .contact-info-boxed .call {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* line 4838, src/sass/style.scss */
.contact-page-section .contact-info-boxed .call a {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 15px;
  display: inline-block;
}

/* line 4848, src/sass/style.scss */
.contact-page-section .contact-info-boxed .location-list {
  position: relative;
}

/* line 4852, src/sass/style.scss */
.contact-page-section .contact-info-boxed .location-list li {
  position: relative;
  color: #b3d1c2;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 4861, src/sass/style.scss */
.contact-page-section .contact-info-boxed .location-list li span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}

/* line 4870, src/sass/style.scss */
.contact-page-section .contact-info-boxed .location-list li:last-child {
  margin-bottom: 0px;
}

/* line 4874, src/sass/style.scss */
.contact-page-section .form-boxed {
  position: relative;
}

/* line 4878, src/sass/style.scss */
.contact-page-section .form-boxed .boxed-inner {
  position: relative;
  padding: 45px 50px 35px;
  background-color: #ffffff;
}

/* Contact Form */
/* line 4886, src/sass/style.scss */
.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

/* line 4891, src/sass/style.scss */
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  color: #222222;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 4914, src/sass/style.scss */
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #2c724f;
}

/* line 4923, src/sass/style.scss */
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #222222;
  height: 210px;
  resize: none;
  font-size: 14px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 4943, src/sass/style.scss */
.contact-form .theme-btn {
  cursor: pointer;
  border-radius: 0px;
  font-family: "Heebo", sans-serif;
}

/* line 4949, src/sass/style.scss */
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

/* line 4955, src/sass/style.scss */
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

/* ======================
	23. CTA Section 
=========================*/
/* line 4970, src/sass/style.scss */
.cta-section {
  position: relative;
  padding: 75px 0px 60px;
}

/* line 4975, src/sass/style.scss */
.cta-content .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

/* line 4982, src/sass/style.scss */
.cta-content .title .text-bold {
  font-weight: 700;
}

/* line 4985, src/sass/style.scss */
.cta-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

/* line 4990, src/sass/style.scss */
.cta-phone .title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

/* Work Details CSS */
/* line 4999, src/sass/style.scss */
.mb-n30 {
  margin-bottom: -30px;
}

/* line 5002, src/sass/style.scss */
.mt-lg-30 {
  margin-top: 30px;
}

/* line 5005, src/sass/style.scss */
.mt-lg-100 {
  margin-top: 100px;
}

/* line 5008, src/sass/style.scss */
.mt-lg-70 {
  margin-top: 70px;
}

/* line 5011, src/sass/style.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 5014, src/sass/style.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 5017, src/sass/style.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 5020, src/sass/style.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 5023, src/sass/style.scss */
.mtb-30 {
  margin: 30px 0;
}

/* line 5026, src/sass/style.scss */
.section-padding-top-70 {
  padding-top: 70px;
}

/* line 5029, src/sass/style.scss */
.portfolio-main-info .title {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}

/* line 5037, src/sass/style.scss */
.work-content .title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

/* line 5043, src/sass/style.scss */
.work-details-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 62px 30px;
}

/* line 5049, src/sass/style.scss */
.work-details-list .details-list label {
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

/* line 5056, src/sass/style.scss */
.work-details-list .details-list span {
  color: #666666;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  display: block;
}

/* line 5063, src/sass/style.scss */
.work-details-list .details-list a {
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 5067, src/sass/style.scss */
.work-details-list .details-list a:hover {
  color: #2c724f;
}

/* line 5072, src/sass/style.scss */
* {
  scroll-behavior: smooth;
}
