:root {
    --tg-primary-color: #2d5753 !important;
}

.cbtn:hover {
  background: #64837f!important;
  border-color: #64837f!important;
}

.feature-icon img {
  max-width: 68px;
}

.ca{
height: auto !important;
  width: auto !important;
  border: none !important;
  background: transparent !important;
  color: var(--tg-primary-color) !important;
}

.ca:hover{
  color: #64837f!important;
}

.cmap{
    filter: grayscale(1);
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.project-info-wrap .info-item .content p {
  font-size: 11px;
  font-weight: normal;
}

.project-info-wrap .info-item .content p span{
  font-weight: bold;
}

.footer-bg {
  background: #2d5753 !important;
    color: #fff  !important;
}

.footer-link a ,.copyright-text p, .footer-contact p , .footer-contact .list-wrap li a {
  color: #fff  !important;
}

.footer-link a:hover {
  color: var(--tg-silver) !important;
}

.footer-bottom {
  padding: 0!important;
}

.footer-top {
  padding: 70px 0 35px!important;
}


.navbar-wrap ul li a span{
    padding: 10px;
}

.navbar-wrap ul li a:hover span , .navbar-wrap .active span{
  border-radius: 5px;
  color: var(--tg-white);
  background: var(--tg-primary-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,h7 {
  font-family: "Tenor Sans", sans-serif!important;
  font-weight: 600;
    color: #2d5753;
}

.title.h2{
        color: #fff !important;
}