.back-to-top-wrapper, a, button, p, input, li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*
@media (min-width: 576px) {
    .container, .container-sm {
        max-width:100%;
		padding:0 30px;
    }
}
*/
body {
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  color:#444;
  font-family: 'Gotham Pro';
  letter-spacing:-0.5px;
}

img {
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
  color:#387514;

}

h1,
h2,
h3,
h4 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-family: 'Gotham Pro';
    letter-spacing:-1.5px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3em;

}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input[type=email] {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: #444;
  border: 1px solid #444;
  background-color: #fff;
}
input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
input[type=email]:-moz-placeholder { /* Firefox 4-18 */
  color: #444;
}
input[type=email]:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #444;
}
input[type=email]:focus {
  border: 1px solid #e12454;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #444;
  font-size: 14px;
  opacity: 1;
}

.section {
padding-top:86px;
padding-bottom:86px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section {
    padding-top:60px;
    padding-bottom: 60px;
  }
}


.bg-dark {background:#ddd!important;
    padding-top:60px;
    padding-bottom: 60px;
}


.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background:#387514;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color:#fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}


.tp-theme-btn {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	padding:8px;
	border-radius: 5px;

	background: #f6c606;
	background: linear-gradient(to top left, #F69F06, #f6c606);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-theme-btn {
    padding: 17px 35px;
  }
}

.tp-theme-btn:hover {

}
.tp-theme-btn svg{
	fill:#444;
height:32px;
}


@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-moz-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-ms-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes tp-arrow {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}

.tp-offcanvas {
  position: fixed;
  background: #fff;
  width: 500px;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 999;
}
@media only screen and (max-width: 499px) {
  .tp-offcanvas {
    width: 100%;
    padding: 30px 30px;
  }
}
.tp-offcanvas-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-close-toggle {
  font-size: 29px;
  color: #444;
}
.tp-offcanvas-close-toggle:hover {
  color: #e12454;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-offcanvas-header {
    margin-bottom: 40px;
  }
}
.tp-offcanvas-title {
  font-size: 35px;
}
.tp-offcanvas-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.tp-offcanvas-info span {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;

}


.tp-offcanvas-menu ul li.active > a {
  color:#387514;
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  color: #444;
  border-color: #e12454;
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.offcanvas-address {
	font-size:14px;
	}

.tp-offcanvas-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.tp-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.tp-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}





.tp-faq-accordion-box .accordion-items {
  position: relative;
  margin-bottom: 20px;
}
.tp-faq-accordion-box .accordion-header {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  margin-bottom: -10px;
}
.tp-faq-accordion-box .accordion-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 17px;
  left: 30px;
  display: inline-block;
background: #f6c606;
background: linear-gradient(to top left, #F69F06, #f6c606);  
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-faq-accordion-box .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  transition: 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-faq-accordion-box .accordion-icon::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-faq-accordion-box .accordion-buttons {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 18px 0;
  padding-left: 74px;
  color: #444;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-faq-accordion-box .accordion-buttons:not(.collapsed) {
color:#fff;
background: #387514;
background: linear-gradient(to top left, #6AB43E, #387514);
background: #f6c606;
background: linear-gradient(to top left, #F69F06, #f6c606);    

}
.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon {
  background: #fff;
}
.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::before {
  background: #444;
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: #444;
}
.tp-faq-accordion-box .accordion-body {
  border-radius: 0 0 15px 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  padding: 30px 27px 20px 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-faq-accordion-box .accordion-body p {
  margin: 0;
}

.tp-section-title {
  font-weight: 500;
  font-size: 45px;
  display: inline-block;
  letter-spacing: -2px;
  color:#444;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .tp-section-title {
    letter-spacing: -1px;
        font-size: 22px;
  }
}
.tp-section-subtitle {
  font-weight: 700;
  font-size: 15px;
  display: block;
  color: #387514;
  margin-bottom:0px;
  line-height:1.1em;
}

.gw-header {
	background-image: url(../images/header2023.jpg);
    background-position: bottom;
    background-size: cover;
    padding-bottom:100px;
    position: relative;
    background-attachment: fixed;
    z-index:98;
}

.gw-header:before {
    content: '';
    position: absolute;
    background-attachment: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
}


.header-title {

	font-weight:500;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.99);
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.99), -3px -3px 5px rgba(255, 255, 255, 0.99), -3px 3px 5px rgba(255, 255, 255, 0.99), 3px -3px 5px rgba(255, 255, 255, 0.99);
}

.inner-header {border-top: 1px solid #aaa;
text-align:center;
padding-top:100px;
}
ul.breadcrumb { padding:10px 20px 13px 20px;font-weight:400;display:inline-block;margin:0;}
ul.breadcrumb li { color: #d2e58f; display: inline-block; font-size: 16px; list-style: none;}

.breadcrumb>li+li:before {
padding: 0 5px 0 0;
color: #000;
font-weight:700;
content: "»";
font-size:16px;
}
.breadcrumb>.active,  .breadcrumb a{
color: #222;
text-transform:none;
text-shadow: 2px 2px 2px rgba(255,255,255,0.99);
text-shadow: 3px 3px 5px rgba(255,255,255,0.99), -3px -3px 5px rgba(255,255,255,0.99), -3px 3px 5px rgba(255,255,255,0.99), 3px -3px 5px rgba(255,255,255,0.99);
}

@media screen and (max-width: 450px) {
ul.breadcrumb {display:none;}
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 99;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
-webkit-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.27);
    box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.27);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.tp-header-top-wrapp {
  border-bottom: 1px solid #aaa;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-top-wrapp {
    border: none;
  }
}
.tp-header-shape-1 {
  position: absolute;
  right: 10%;
  bottom: 0;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom right;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-header-shape-1 {
    right: 7%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-shape-1 {
    right: 5%;
    bottom: 14px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-shape-1 {
    display: none;
  }
}
.tp-header-info {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-info {
    padding: 15px 0;
  }
}
.tp-header-info-item:hover .tp-header-info-icon {
  color: #fff;
  background: #444;
  animation: icon-bounce 0.8s ease-out infinite;
}
.tp-header-info-item:hover .tp-header-info-text span {
  color: #e12454;
}
.tp-header-info ul li {
  list-style: none;
  padding-right: 30px;
  margin-right: 25px;
  display: inline-block;
  border-right: 1px solid #aaa;
}
.tp-header-info ul li:last-child {
  border: 0;
}

.tp-header-info-text a{font-size:20px;font-weight:700;}

.tp-header-info-text {
	line-height:1.3em;

font-size:16px;
text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.99);
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.99), -3px -3px 5px rgba(255, 255, 255, 0.99), -3px 3px 5px rgba(255, 255, 255, 0.99), 3px -3px 5px rgba(255, 255, 255, 0.99);
}



.tp-header-info-icon {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 55px;
  text-align: center;
  color:#fff;
  display: inline-block;
  background: #387514;
  border-radius: 50%;
  margin-right: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-header-info-text span {
  font-size: 16px;

}


.tp-main-logo {padding:13px 0;}
.tp-main-logo img {height:100px;}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-bottom-right {
    padding: 10px 0;
  }
}


.tp-main-menu > nav > ul {
  position:relative;
}

.tp-main-menu > nav > ul > li {
  display: inline-block;
  margin-right: 27px;
  margin-left:27px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu > nav > ul > li {
    margin-right:27px;
  }
}
.tp-main-menu > nav > ul > li:hover > a {
  color:#444;
}
.tp-main-menu > nav > ul > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  display: block;
  min-width: 220px;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  background: #fff;
  border-top: 5px solid #f6c606;

  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  z-index: 6;
  transition: all 0.3s ease-out;
}
.tp-main-menu > nav > ul > li .tp-mega-menu {
  position: absolute;
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu > nav > ul > li .tp-mega-menu {
    width:100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu > nav > ul > li .tp-mega-menu {
    width:100%;
  }
}
.tp-main-menu > nav > ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight:500;
  padding: 16px 0;
  display: block;
color:#444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.99);
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.99), -3px -3px 5px rgba(255, 255, 255, 0.99), -3px 3px 5px rgba(255, 255, 255, 0.99), 3px -3px 5px rgba(255, 255, 255, 0.99);
}
.tp-main-menu > nav > ul > li:hover > .sub-menu,
.tp-main-menu > nav > ul > li:hover .tp-mega-menu {
  transform: scaleY(1);
  visibility: visible;
}
.tp-main-menu-bars {
  margin-left: 15px;
}
.tp-main-menu-bars button {
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  background-color:#444;
  transition: 0.3s;
}
.tp-main-menu-bars button:hover {
  background-color: #e12454;
}

.homemenu {
  position: relative;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.homemenu-thumb {
  position: relative;
  margin-bottom: 3px;
}
.homemenu-thumb img {
  width: 100%;
  border-radius:13px;
  /*filter: grayscale(1);*/
}
.homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 34, 33, 0.1);
  transition: all 0.3s 0s ease-out;
}
.homemenu-thumb:hover::before {
  opacity: 1;
}

.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-offcanvas-menu ul li > a:hover {
  color: #444;
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 10px;
}
.tp-offcanvas-menu ul li .sub-menu.tp-mega-menu {
  padding-left: 0;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}
.tp-menu-close:hover {
  border: 1px solid #444;
}
.tp-menu-close i {
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}


.tp-footer-area {margin-top:80px;}


@media (max-width: 575px) {
  .tp-footer-widget {
    margin-bottom: 40px;
  }
}
.tp-footer-widget-text {
  margin-bottom: 25px;
}
.tp-footer-widget-text p {


}
.tp-footer-widget-contact {

}
.tp-footer-widget-contact a {

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-footer-widget-contact a:hover {
  color:#fff;
}
.tp-footer-widget-mail a {
  font-size: 15px;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-footer-widget-mail a:hover {
  color: #e12454;
}

.tp-footer-widget-menu ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.tp-footer-widget-menu ul li a {
  position: relative;
  font-size: 15px;
  color: #444;

  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-footer-widget-menu ul li a::before {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: -15px;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translateY(-50%);
  background: #fff;
  
}
.tp-footer-widget-menu ul li a:hover {
  padding-left: 15px;
  color: #fff;
}
.tp-footer-widget-menu ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.tp-footer-widget-newslater span {

  display: block;
  color: #9ca6ae;
  margin-bottom: 15px;
}
.tp-footer-widget-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 16px;
}
.tp-footer-widget-social ul li:last-child {
  margin-right: 0;
}
.tp-footer-widget-social ul li a {
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-footer-widget-social ul li a:hover {
  color: #fff;
}
.tp-footer-widget.footer-col-2 {
  margin-left: -38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget.footer-col-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-widget.footer-col-3 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .tp-footer-widget.footer-col-3 {
    margin-left: 0;
  }
}
.tp-footer-widget.footer-col-4 {
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget.footer-col-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget.footer-col-4 {
    margin-top: 30px;
  }
}

.tp-faq-title-box .tp-section-title {
  font-weight: 800;
  line-height:1.0em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-title-box .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-title-box .tp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tp-faq-title-box .tp-section-title {
    font-size:22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faq-title-box .tp-section-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-accordion-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-faq-accordion-box .accordion-buttons {
    font-size: 16px;
  }
}

.tp-footer-widget-logo img {margin-bottom:20px;}
.tp-footer-widget-logo p {line-height:1.1em;}


.tp-cta-plr {
  padding-top: 120px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-plr {
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-plr {
    padding-bottom: 270px;
  }
}
@media (max-width: 575px) {
  .tp-cta-plr {
    padding-top: 80px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-title-box .tp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tp-cta-title-box .tp-section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-title-box .tp-section-title {
    font-size: 30px;
  }
}
.tp-cta-title-box p {
 font-size:1.1em;
}

.tp-cta-shape-1 {
  position: absolute;
  left: 12%;
  bottom: 30px;
  animation: spin-1 3000ms forwards infinite alternate;
  transform-origin: bottom left;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-shape-1 {
    bottom: 100px;
  }
}
.tp-cta-shape-2 {
  position: absolute;
  right: 4%;
  bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-shape-2 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cta-shape-2 {
    right: 0;
  }
}
.tp-cta-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp-cta-aciton-1 {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tp-cta-aciton-1 {
    margin-bottom: 0px;
	    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cta-aciton-1 {
    margin-bottom: 0;
  }
}

.tp-funfact-item {
  padding: 40px;
  text-align: center;
  border-right: 1px solid #c27c04;
padding: 20px 25px;
    color: #444;
    font-size: 18px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.tp-funfact-wrapp {
  position: relative;
  border-radius: 13px;
  margin-top: -75px;
background: #f6c606;
    background: linear-gradient(to top left, #F69F06, #f6c606);
-webkit-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
}

@media (max-width: 992px) {
tp-funfact-item {border-right:0px !important;}
}
.tp-funfact-wrapp .row [class*=col-]:last-child .tp-funfact-item {
  border-right: 0;
}
@media (max-width: 575px) {
  .tp-funfact-wrapp .row [class*=col-]:last-child .tp-funfact-item {
    border: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-funfact-wrapp .row [class*=col-]:nth-child(2n+2) .tp-funfact-item {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-funfact-wrapp .row [class*=col-]:nth-child(2n+2) .tp-funfact-item {
    border: 0;
  }
}

@media (max-width: 575px) {
  .tp-funfact-item {
    border: 0;
  }
}
.tp-funfact-item p {
  font-weight: 700;
  color: #444;
  margin: 0;
 font-size:16px;
  line-height: 1.15em;
}
.tp-funfact-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #e12454;
  margin: 0;
}
.tp-funfact-title .purecounter {
  color: #444;
}


.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight:400;
  color:#444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-offcanvas-menu ul li > a:hover {
  color: #444;
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 10px;
}
.tp-offcanvas-menu ul li .sub-menu.tp-mega-menu {
  padding-left: 0;
  padding-top:13px;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}
.tp-menu-close:hover {
  border: 1px solid #444;
}
.tp-menu-close i {
  -webkit-transition: 0.3s 0.3s ease-out;
  -moz-transition: 0.3s 0.3s ease-out;
  -ms-transition: 0.3s 0.3s ease-out;
  -o-transition: 0.3s 0.3s ease-out;
  transition: 0.3s 0.3s ease-out;
}




.offer-benefits-item .icon {
    width: 65px;
    height: 50px;
    line-height: 40px;
    float: left;
    border-right: 1px solid #aaa;
    display: table-cell;
    vertical-align: middle;

}

.offer-benefits-item .icon .svg {
    height: 50px;
    width: 50px;
}

.offer-benefits-item .description {
    
    height: 50px;
    margin: 0;
    padding:0 0 0 13px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    text-shadow: 0 0px 15px rgba(255,255,255,.96), 0 0 5px rgba(255,255,255,.96), 0 0 10px rgba(255,255,255,.96), 0 0 20px rgba(255,255,255,.96), 0 0 40px rgba(255,255,255,.96);
}

.offer-benefits-item .description p {

    margin: 0;
    padding:0;

}

.offer-benefits-item {margin-bottom:30px;}


.offer-benefits-item2 {
    text-align:center;
    margin-bottom:30px;
    
}

.offer-benefits-item2 img {
height:70px;
       margin-bottom:20px; 
}


.gw-btn, .gw-btn:focus {
display: inline-block;
font-size: 15px;
color: #fff!important;
border:1px solid #444; 
background: linear-gradient(to top left, #6AB43E, #387514);
-webkit-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    10px 20px 30px -6px rgba(0, 0, 0, 0.35);
box-shadow:         10px 20px 30px -6px rgba(0, 0, 0, 0.35);  
background: #387514;
/*background: linear-gradient(to top left, #6AB43E, #387514);*/
background: #444;
text-decoration:none!important;    
font-weight:400;
padding: 10px 27px;
border-radius:13px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
margin: 5px 0;
}

.gw-btn:hover {
background:rgba(255,255,255,0.13);
backdrop-filter: blur(2px);
color:#444!important;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.gw-btn-alt {
	border:1px solid #f6c606;
    background: #f6c606;
    /*background: linear-gradient(to top left, #F69F06, #f6c606);*/
	color:#444!important;
}


.service-cta h2 {
    text-align: left;
   font-size:30px;
    margin-bottom:25px;
    max-width: 700px;    
}

.service-cta h2 span {
color: #387514;
font-size:25px;
display:inline-block;
line-height:1.1em;
}



.service-cta {
height:100%;
border-radius:27px;
padding:40px 50px;
-webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .28) !important;
box-shadow: 0 0 1.25rem rgba(31, 45, 61, .28) !important;
}

.service-cta-content {padding-top:40px; /*padding-bottom:40px;*/}

@media (max-width: 575px) {
    .service-cta h2 {letter-spacing: -1px;font-size: 22px;}
    .service-cta h2 span {font-size:19px;}

}

@media (min-width: 992px) {
.service-cta {margin-top:0px;}
}

.phone-link {
	font-size: 20px;
    font-weight: 700;
}

.service-cta .phone-link{
font-size:23px;
font-weight:700;
color:#387514;
}

.surname {display:none}
.modal-desc {
	display:block;
	padding:0;
	margin:0;
	line-height:1.2em;
}

.accent {
background: #f6c606;
    background: linear-gradient(to top left, #F69F06, #f6c606);
}
.bgDrop {
  height:12px;
  transform:translateY(12px);
  margin-left: 12px;
  margin-right: 12px;
  box-shadow : inset 4px 6px 8px rgba(0,0,0,0.2);
  border-radius:4px;
}


.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    color: #444;
    background-color: #e7e7e7;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #777;
    background-color: #d7d7d7;
    outline: 0;
    box-shadow: none;


}

.conf-info {font-size:13px;
	display:block;
	padding:0;
	margin:0;
	line-height:1.2em;}
	
	
	
	
	







#bootstrap-gallery .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: 900px
}

#bootstrap-gallery .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none
}

#bootstrap-gallery .modal-header {
    padding: 5px 10px;
    display: block
}

#bootstrap-gallery .modal-body {
    padding: 0
}

#bootstrap-gallery .modal-body img {
    max-height:100%;
}

#bootstrap-gallery .modal-body .carousel-control {
    background-image: none
}

#bootstrap-gallery .modal-header a.modal-button {
    float: right;
    font-size: 18px;
    line-height: 1;
    color: #aaa;
    margin-left: 5px
}

#bootstrap-gallery .modal-header a.modal-button:hover {
    text-decoration: none;
    color: grey
}

#bootstrap-gallery .carousel-control-next i,#bootstrap-gallery .carousel-control-prev i {
    font-size: 2em
}
	
.section-fb {padding-bottom:150px;}	
	
.fb-gallery .img-thumbnail 	{
	-webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .28) !important;
box-shadow: 0 0 1.25rem rgba(31, 45, 61, .28) !important;

}

.fb-gallery .thumbnail	{
	display:block;

margin-bottom:25px;
}



.project-szz {
margin-bottom:30px;
overflow: hidden;
position:relative;
border-radius:13px;	
-webkit-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
box-shadow: 10px 20px 30px -6px rgba(0, 0, 0, 0.35);
}

.project-szz img {
z-index:-1;
border-radius:13px;
}

.project-szz-info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
padding: 13px;

}

.project-szz:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #387514;
background: linear-gradient(to top left, #6AB43E, #387514);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
opacity: 0.6;
z-index: 0;
border-radius:13px;	
}

.project-szz p {
margin:0 0 13px 0;
line-height:1.1em;
font-weight:700;
color:#fff;
}


.project-szz span {
margin:0;
display:block;
line-height:1.1em;
color:#fff;
}







@media (max-width: 576px) {



.project-szz {
margin-bottom:30px;
overflow: hidden;
box-shadow:none;
}


.project-szz:before {
display:none;
}


.project-szz img {
width:96px;
border-radius:13px;
float:left;
display:block;
margin-right:10px;

}


.project-szz-info {
text-align:left;
position:relative;
padding:0;
}


.project-szz p {
margin:0 0 13px 0;
line-height:1.1em;
font-weight:700;
color:#444;
}


.project-szz span {
margin:0;
display:block;
line-height:1.1em;
color:#444;
}



}


.ecobalance-area {
text-align:left;
margin-bottom:30px;
position:relative;
}

.ecobalance-area.project-szz:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #387514;
    background: linear-gradient(to top left, #6AB43E, #387514);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
    z-index: 0;
    border-radius: 13px;
}

.ecobalance-area img {
border-radius:13px;
z-index:-1;
width:100%;
}

.ecobalance-area h4 {
font-size:16px;
font-weight:700;
letter-spacing:-0.5px;
color:#444;
line-height:1em;
}

.ecobalance-area .h4-wrapper {
background:#fff;
-webkit-border-top-right-radius: 27px;
-moz-border-radius-topright: 27px;
border-top-right-radius: 27px;
padding:20px;
overflow:hidden;
position:absolute;
bottom:-10px;
left:-10px;
max-width:50%;
}

@media (max-width:575px) {
    
.ecobalance-area .h4-wrapper {
    overflow:visible;
    position:absolute;
    bottom:auto;
    bottom:0;
    left:-10px;
    max-width:70%;
    padding-bottom:0;
    }


.ecobalance-area {margin-bottom:80px;}


}

.project-area {
	text-align:center;
	margin-bottom:80px;
}

.project-area img {
	border-radius:13px;
	margin-bottom:10px;	
}

.project-area h4 {
font-size:16px;
font-weight:400;
letter-spacing:-0.5px
}





.section-bg4 {
	background-image:url('../images/bg4.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	 background-attachment: fixed;
}

.section-bg5 {
	background-image:url('../images/bg5.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	
}

.feature-block-2 {

  margin-bottom: 30px;

}
.feature-block-2 .inner-box {

  overflow: hidden;
  height: 100%;
  padding:0;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;

}


.feature-block-2 .title {
  position: relative;
  display: inline-block;
font-size:18px;
  margin-bottom: 30px;
}
.feature-block-2 .title::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;

  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-2 .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}

.feature-block-2 .text {
  position: relative;
  color: #67687a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
}
















.work-item {
position:relative;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
margin-bottom:30px;
overflow:hidden;
border-radius:18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.work-item hr {
    border: none; 
    color: #444; 
    background-color: #444; 
    height: 1px; 
   }

   


.work-item img {
width:256px;
border-radius: 13px;
float: left;
display: block;
margin-right:30px;
}

.work-item .work-content {
width:100%;
padding-right:13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}    

.work-item .work-content p{
line-height:1.2em;
margin:0;
color:#222;

}       

.work-item .work-content .work-title {
font-weight:700;
} 

.work-item .work-content .work-region {
font-size:15px;
color:#000;
} 

.work-item .work-content .work-desc {
font-size:15px;
color:#000;
min-height:30px;
}   

.work-item .work-content hr{
margin:7px 0;
}   

.work-item span {
font-size:13px;
letter-spacing:-1px;
-webkit-border-bottom-right-radius: 13px;
-moz-border-radius-bottomright: 13px;
border-bottom-right-radius: 13px;
background:#fff;
padding:4px 10px;
position:absolute;
left:0;
top:0;
display:inline;        

width:120px;
line-height:1.2em;
font-weight:700;
} 


.eco-contacts {
   background:#387514;   
    border-radius:13px;
    color:#fff;

}

.contact-info {
padding: 30px 20px 30px 80px;
position: relative;
border-bottom: 1px solid rgba(255,255,255,.3);
overflow: hidden;
box-shadow: 0 7px 21px 0 rgba(0,0,0,0.1);
}
.contact-info.yellow h6 {
color:#444;
}

.contact-info.yellow a{
color:#444;
font-size:15px;
font-weight:700;
}

.contact-info.yellow {
background:#ffc100;
box-shadow: 0 7px 21px 0 rgba(0,0,0,0.1);

} 

.contact-info h6 {
font-weight: 700;
font-size: 18px;
margin: 0 0 10px;
color: #fff;

}

.contact-info img {
height:28px;
opacity:0.75;
display: inline-block;
vertical-align: top;
position: absolute;
top:30px;
left:33px;

}
.contact-info p {
margin: 0;
color: rgba(255,255,255,.7);
font-size:15px;
line-height:1.2em;
}
.contact-info:last-child {
border-bottom:none;
}

.contact-info p span{
font-size:12px;
}

.map-div {height:100%;min-height:500px; border-radius: 13px; overflow: hidden;}
#YMapsID {height:100%;}

.jGrowl-notification {
  border-radius: 0 !important;
  padding: 13px 18px;
  font-size: 14px;
  line-height: 1.25em;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.55);
}

.jGrowl-close {
  font-size: 27px !important;
  padding: 0 0 10px 10px;
}

.af-message-success {
  background-color: #ffb200 !important;
  color: #fff !important;
}

.af-message-error {
  background-color: #ff4d00 !important;
  color: #fff !important;
}

.af-message-info {
  background-color: #888 !important;
}





@media (min-width: 1199px) {
   
.work-item:hover.work-item hr {
    border: none; 
    color: #fff;
    background-color: #fff; 
    height: 1px; 
   }

.work-item:hover {
background:#ddd;  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}   
.work-item:hover.work-item .work-content {padding-top:20px;}
}

@media (max-width: 1199px) {
    .work-item img {width:180px;margin-right:20px;}
    
}


@media (max-width:992px) {
    .work-item img {width:100%;margin:0 0 20px 0;}
    .work-item  {border-radius:0;margin-bottom:60px;}
    .tp-main-logo img {height:70px;}
    .map-div {margin-top:50px;}
}


@media (max-width: 576px) {

    .work-item img {width:192px;margin:0 0 20px 0;display:flex;flex-direction: column;}
     .work-item {width:192px;margin:0 0 20px 0;display:flex;flex-direction: column;}


h1 {font-size:26px!important;}
h2 {font-size:23px!important;}
h3 {font-size:21px!important;}   
h4 {font-size:16px!important;}   

.service-cta {height:auto; padding: 20px 25px;}



}


.shpere-01 {
    margin-bottom: 30px;
}

.shpere-01 ul {
padding-left:20px;
}

.shpere-01 .image img {
       border-radius: 13px;

}

.shpere-01 h5 {
    margin-top: 27px;
    border-bottom: 1px solid #ccc;
}



.important-text {
    padding:25px 25px 15px 25px;
    background:#f6c606;
    border-radius: 13px;
    
}

.important-text-2 {
    padding:25px 25px 15px 25px;
    background:#387514;
    border-radius: 13px;
    color:#fff;
    
}

.text-bold {font-weight:800;}


.work-steps {
    height:100%;
    position:relative;
    z-index:1;
    overflow:hidden;
}

.work-step-title {
    font-weight:700;
}

.work-steps span {
    position:absolute;
    bottom:20px;
    right:-5px;
    font-size:100px;
    font-weight:800;
    color:#000;
    opacity:0.25;
        z-index:-1;
}

.agreement-block {
    font-size:13px;
    margin-top:20px;
    padding-left:13px;
    text-align:left;
}

.agreement-block label {
    font-size:13px;
    line-height:1em;
        text-align:left;
}

.form-check-input:checked {
    background-color: #387514 !important;
    border-color: #387514 !important;
}


.list-group-item {padding-left:0!important;}
.regular-link {font-weight:bold!important;color:#387514!important;}