ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #222222;
  font-size: 1rem;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  font-weight: 500;
}
.navbar .content {
  height: 114px;
  align-items: center;
}
.navbar .logo {
  position: relative;
  top: 5px;
}
.navbar .logo a span{
  display: inline-block;
  text-indent: -9999px;
}
.navbar .logo .icon_search {
  display: none;
}
.navbar-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-header-container {
  text-transform: uppercase;
}
.navbar-right ul {
  height: 100%;
  display: flex;
}
.navbar-right li {
  height: 100%;
  margin: 0 1.4rem;
}
.navbar-right a {
  display: block;
  height: 100%;
  line-height: 114px;
  position: relative;
}
.navbar-right a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  background-color: #62A734;
  transform: translateX(-50%);
  transition: all .2s;
}
.navbar-right li.current-menu-item a:before{
  width: 100%;
}
.navbar-right li a.active:before,
.navbar-right li a:hover:before {
  width: 100%;
}
.contactus {
  display: flex;
  align-items: center;
}
.contactus-button {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  background-color: #62A734;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  margin-left: 2rem;
  cursor: pointer;
  transition: all .2s;
}
.contactus-button:hover {
  background-color: #538d2c;
}
.header-search {
  margin: 0 1rem;
  cursor: pointer;
}
.header-search img {
  vertical-align: middle;
}
.page-template-wood-contact footer{
  margin-top: 0;
}
footer {
  margin-top: 7.8rem;
}
.cta {
  height: 260px;
  color: #ffffff;
  background: url(../../../../themes/sytech/assets/img/footer-bg.jpg) no-repeat center;
  position: relative;
}
.footer-mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.cta .content {
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 9;
}
.cta strong {
  display: block;
  font-size: 2.6rem;
  margin: 2.5rem 0 2rem;
}
.cta p {
  width: 40rem;
  height: 4rem;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 30px;
}
.cta .contactus-button {
  line-height: 3.8rem;
  font-size: 1.2rem;
  width: 12.7rem;
  height: 3.8rem;
}
.navbar-right .contactus-button {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  background-color: #62A734;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  margin-left: 2rem;
  cursor: pointer;
  transition: all .2s;
}
footer .footer {
  padding: 5rem 0 1rem 0;
}
footer .footer p {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 1.5rem;
}
footer .footer li {
  line-height: 2.5rem;
}
footer .footer li a {
  color: #979797;
  transition: all .2s;
  font-size: 17px;
}
footer .footer li a:hover {
  color: #62A734;
}
footer .footer .newsletter {
  max-width: 21rem;
}
footer .footer .newsletter div p {
  color: #979797;
  font-size: 15px;
  line-height: 25px;
}
.footer-search {
  display: flex;
  justify-content: space-between;
}
.footer-search input {
  display: block;
  width: 18rem;
  height: 2.5rem;
  outline: none;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  padding-left: 1rem;
  font-size: 1rem;
}
.footer-search button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #62A734;
  border-radius: 3px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}
.footer-search button:hover {
  background-color: #538d2c;
}
.footer-search button::after {
  display: block;
  content: '';
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../../../themes/sytech/assets/img/right.svg) no-repeat center/80%;
  /* background-size: cover; */
}
.social {
  margin-top: 1.5rem;
}
.social li {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.social li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f1f1f1;
  transition: all .2s;
}
.social li a:hover {
  background-color: #62A734;
}
.social li a::after {
  display: block;
  width: 70%;
  height: 70%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.social li.facebook a::after {
  background: url(../../../../themes/sytech/assets/img/facebook.svg) no-repeat center;
}
.social li.linkedin a::after {
  background: url(../../../../themes/sytech/assets/img/linkedin.svg) no-repeat center;
  background-size: 15px;
}
.social li.instagram a::after {
  background: url(../../../../themes/sytech/assets/img/insta.svg) no-repeat center;
}
.social li:hover a:after{
  filter: brightness(20);
}


.copyright > div:nth-child(1) {
  padding: 5rem 0 2rem 0;
}
.copyright > div:nth-child(2) {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.copyright div p {
  font-size: 0.9rem;
  line-height: 58px;
  color: #333;
  margin: 0;
}
.copyright ul li a {
  color: #333;
}
.copyright div li {
  margin-left: 2rem;
}
.copyright-logo {
  width: 6.8rem;
  height: 6.8rem;
}
.copyright-right {
  align-items: center;
}
.copyright-right img {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 2rem;
}
.loading {
  position: relative;
}
.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../../../../themes/sytech/assets/img/load.gif') no-repeat center;
  background-size: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.menu-mini-container ul{
  display: flex;
}
.news-box .primary-btn{
  line-height: unset;
}
div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}

div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}

div.search-block div.content {
  position: relative;
  display: block;
}

.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../../../themes/sytech/assets/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}

.wd-action-btn:hover {
  transform: rotate(180deg);
}

div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}

div.search-block.active .searchform {
  opacity: 1;
}

div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}

header div.main-menu div.main div.right {
  display: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}
.main-form span{
    display:block;
    text-align:left;
    color:var(--primary-color);
    font-size:1.25rem;
    margin-bottom:3.125rem;
}
 div.main-form form p{
    display:inline-block;
    width:32%;
    margin-right:1.5%;
    color:#585b5e;
    font-size:17.6px;
    vertical-align:top;
}
div.main-form form p:nth-of-type(6),div.main-form form p:nth-of-type(3){
    margin-right:0;
}
 div.main-form form p:nth-of-type(7), div.main-form form p:nth-of-type(8){
    width:100%;
    display:block;
}
div.main-form form p select{
    outline: none;
    appearance: none;
    background: url(../../../../themes/sytech/assets/img/b.png) 93% center no-repeat;
}
 div.main-form form p input,div.main-form form p textarea,
 div.main-form form p select{
    width:100%;
    padding:1.5625rem 1.375rem;
    border:.0625rem solid #d4d4d4;
    text-transform:capitalize;
    outline-color:var(--primary-color);
    border-radius:.25rem;
    font-size:1.125rem;
    font-weight:300;
    margin-bottom:0;
    color: #585B5E;
}
 div.main-form form p textarea{
    height:320px;
    resize:none;
    font-size:1.125rem;
}
 div.main-form form p input[type="submit"]{
    font-size:1.125rem;
    padding: 1rem 3.75rem;
    width: 12.125rem;
    color:white;
    background-color:var(--primary-color);
    border:.0625rem solid var(--primary-color);
    cursor:pointer;
    transition:all .2s ease;
    border-radius: var(--round-size);
}
 div.main-form form p input[type="submit"]:hover{
    background-color:black;
    color:white!important;
    border:.0625rem solid black;
}
 .main-form>span{
    margin-bottom:0;
    text-align:center!important;
}
 .main-form span{
    text-align:left;
}
 .main-form span.wpcf7-spinner{
    margin-top:.625rem;
    margin-bottom:-24px;
    margin-left:0;
}