.ars a {
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--button-radius);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.ars a:hover {
    background: none;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 60px!important;
    top: calc(50% - 6px);
}


:root{
        --title--size:36px;
        --content--size:16px;
        --font-bold:400;
        --font-bolder:700
}
.global-title{
        color: var(--title-text-color) !important;
        font-size: var(--title--size) !important;
        font-family: var(--title-font-family) !important;
        font-weight: var(--font-bolder) !important;
}

.global-content{
        font-size: var(--content--size) !important;
        font-family: var(--font-family) !important;
        font-weight: var(--font-bold) !important;
}


@media(max-width:1440px){
  :root{
        --title--size:36px;
        --content--size:16px;
        --font-bold:400;
        --font-bolder:700
}
  .global-title{
        color: var(--title-text-color) !important;
        font-size: var(--title--size) !important;
        font-family: var(--title-font-family) !important;
        font-weight: var(--font-bolder) !important;
}

 .global-content{
        font-size: var(--content--size) !important;
        font-family: var(--font-family) !important;
        font-weight: var(--font-bold) !important;
}
}

@media(max-width:991px){
  :root{
          --title--size:24px;
          --content--size:14px;
  }
}
@media(max-width:767px){
  :root{
          --title--size:24px;
          --content--size:13px;
  }
}













.groundwork-header-top-block .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 20vh;
  max-height: 100%;
  transform: translateY(-100%);
}

.groundwork-header-top-block .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.groundwork-header-top-block .offcanvas.show:not(.hiding),
.groundwork-header-top-block .offcanvas.showing {
  transform: none;
}

.groundwork-header-top-block .offcanvas.hiding,
.groundwork-header-top-block .offcanvas.show,
.groundwork-header-top-block .offcanvas.showing {
  visibility: visible;
}

.groundwork-header-top-block .offcanvas-top {
  min-height: 150px;
  background: var(--color-primary);
}

.groundwork-header-top-block .offcanvas-top .search-wrap {
  padding-top: 40px;
}

.groundwork-header-top-block .offcanvas-top .search-close {
  position: absolute;
  top: 10px;
  right: 40px;
  line-height: 1;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
}

.groundwork-header-top-block .offcanvas-top .main-search-input {
  color: white;
  font-size: 50px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 85px;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}

.groundwork-header-top-block .offcanvas-top .main-search-input::placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 50px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .groundwork-header-top-block .offcanvas-top .main-search-input,
  .groundwork-header-top-block .offcanvas-top .main-search-input::placeholder {
    font-size: 40px;
  }
  
  .groundwork-header-top-block .offcanvas-top .search-close {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .groundwork-header-top-block .offcanvas-top .main-search-input,
  .groundwork-header-top-block .offcanvas-top .main-search-input::placeholder,
  .groundwork-header-top-block .offcanvas-top .search-close {
    font-size: 30px;
  }
  .groundwork-header-top-block .offcanvas-top .main-search-input {
    line-height: 75px;
  }
}

@media (max-width: 767px) {
  .groundwork-header-top-block .offcanvas-top.offcanvas {
    min-height: 100px;
    height: 13vh;
  }
  .groundwork-header-top-block .offcanvas-top .main-search-input,
  .groundwork-header-top-block .offcanvas-top .main-search-input::placeholder {
    font-size: 20px;
    line-height: 65px;
  }
  .groundwork-header-top-block .offcanvas-top .search-close {
    top: 5px;
    right: 5px;
    font-size: 26px;
    line-height: 30px;
  }
}

.groundwork-header-top-block .main-header {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 999;
  width: 100%;
  padding: 20px 20px 0;
}

@media only screen and (max-width: 1140px) {
  .groundwork-header-top-block .main-header {
    padding: 0;
  }
}

.groundwork-header-top-block .main-header.sticky-header {
  padding: 0;
}

.groundwork-header-top-block .main-header.sticky-header .header-top {
  display: none;
}

.groundwork-header-top-block .main-header.sticky-header .header-upper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background: var(--bg-color);
  border-bottom: 1px solid #f1f1f1;
  transition: all 300ms ease;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideInDown;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.groundwork-header-top-block .header-top {
  background-color: var(--bg-color);
  border-bottom: 1px dashed #c7cec9;
}

.groundwork-header-top-block .contact-list {
  padding: 14px 0;
}
.groundwork-header-top-block .contact-list li {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 25px;
  padding-left: 25px;
  padding-right: 15px;
  margin-right: 15px;
}

.groundwork-header-top-block .contact-list li:first-child:before {
  position: absolute;
  right: 0;
  top: 5px;
  height: 15px;
  width: 1px;
  background-color: #c7cec9;
  content: "";
}

.groundwork-header-top-block .contact-list .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: var(--color-primary);
}

.groundwork-header-top-block .social-icon-one li + li {
  margin-left: 10px;
}

.groundwork-header-top-block .header-upper {
  position: relative;
  padding: 10px 0;
  background-color: var(--bg-color);
  z-index: 5;
}

.groundwork-header-top-block .logo-box img {
  max-height: 65px;
}

.groundwork-header-top-block .navbar-collapse {
  padding: 0px 1vw 0 2vw;
}

.groundwork-header-top-block .navigation > li {
  padding: 10px 0.7vw;
  transition: all 300ms ease;
}

.groundwork-header-top-block .navigation > li:last-child {
  margin-right: 0px;
}

.groundwork-header-top-block .navigation a {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--title-text-color);
  text-transform: capitalize;
  transition: all 300ms ease;
}

.groundwork-header-top-block .navigation > li > a {
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}

.groundwork-header-top-block li.current > a {
  color: var(--color-primary);
}

.groundwork-header-top-block .navigation ul {
  display: none;
  position: absolute;
  width: 280px;
  z-index: 100;
  background: #ffffff;
  border-top: 2px solid var(--color-primary);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.groundwork-header-top-block .second-navigation {
  left: 0px;
  top: -2000px;
  margin-top: 0px;
}
.groundwork-header-top-block .third-navigation {
  left: 110%;
  top: 0%;
}

@media (max-width: 991px) {
  .groundwork-header-top-block .navigation ul {
    width: 200px;
  }
  
  .groundwork-header-top-block .second-navigation {
    left: auto;
    right: 0%;
  }
}

.groundwork-header-top-block .second-navigation li {
  position: relative;
  width: 100%;
  padding: 0px 20px;
}

.groundwork-header-top-block .second-navigation a {
  padding: 15px 0px;
  line-height: 23px;
  text-align: left;
  border-bottom: 1px solid #f0f7f2;
}

.groundwork-header-top-block .second-navigation li:last-child>a {
  border-bottom: 0;
}

.groundwork-header-top-block .second-navigation .cion {
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width:768px) {
  .groundwork-header-top-block li.dropdown:hover>ul {
    transition: all 300ms ease;
    display: block;
  }

  .groundwork-header-top-block li.dropdown:hover>.second-navigation {
    top: 100%;
  }

  .groundwork-header-top-block li.dropdown:hover>.third-navigation {
    top: 0;
    left: 100%;
  }
  
  .groundwork-header-top-block .second-navigation li:hover>a {
    padding-left: 22px;
    border-bottom: 1px solid var(--color-primary);
  }

  .groundwork-header-top-block .second-navigation li:hover>a .cion {
    opacity: 1;
    visibility: visible;
  }
}

.groundwork-header-top-block .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  z-index: 5;
}
.groundwork-header-top-block .dropdown-btn i {
  font-size: 11px;
}

.groundwork-header-top-block .outer-box {
  min-width: 146px;
}

.groundwork-header-top-block .search-btn {
  padding-right: 8px;
  border-right: 1px solid var(--text-color);
  cursor: pointer;
}

.groundwork-header-top-block .search-btn .search {
  position: relative;
  font-size: 22px;
  z-index: 5;
  line-height: 1;
  color: var(--title-text-color);
}

.groundwork-header-top-block .search-btn:hover .search {
  color: var(--color-primary);
}

.groundwork-header-top-block .nav-btn span {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 28px;
  color: var(--color-primary);
  line-height: 30px;
  font-weight: normal;
  background: none;
}

@media only screen and (max-width: 767px) {
  
  .ars a {
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--button-radius);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    display: none;
}
  
  
  
  .groundwork-header-top-block .logo-box img {
    max-height: 50px;
  }

  .groundwork-header-top-block .navbar-header {
    text-align: right;
    width: 100%;
  }
  
  .groundwork-header-top-block .navbar-header .navbar-toggler {
    padding: 0;
  }

  .groundwork-header-top-block .navbar-toggler span {
    position: relative;
    font-size: 34px;
    color: var(--color-primary);
    line-height: 34px;
  }

  .groundwork-header-top-block .navbar-collapse {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: 100%;
    padding: 0 !important;
  }
  .groundwork-header-top-block .main-menu .collapse {
    max-height: 400px;
    overflow: auto;
  }

  .groundwork-header-top-block .navigation {
    border: 1px solid #ffffff;
    border-top: none;
  }

  .groundwork-header-top-block .navigation li {
    padding: 0px !important;
    width: 100%;
  }

  .groundwork-header-top-block .navigation ul {
    position: relative;
    display: none;
    border-top: 1px solid #ffffff !important;
    margin: 0px !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #333333;
    border-radius: 0px;
    transition: none !important;
  }

  .groundwork-header-top-block .navigation>li,
  .groundwork-header-top-block .second-navigation>li,
  .groundwork-header-top-block .third-navigation>li {
    border-top: 1px solid #ffffff !important;
    border-bottom: none;
  }

  .groundwork-header-top-block .second-navigation>li:first-child,
  .groundwork-header-top-block .third-navigation>li:first-child {
    border-top: none !important;
  }

  .groundwork-header-top-block .navigation>li:first-child {
    border: none;
  }

  .groundwork-header-top-block .navigation a {
    padding: 12px 20px;
    line-height: 22px !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    background: #333333;
    text-align: left !important;
  }

  .groundwork-header-top-block .navigation a:hover,
  .groundwork-header-top-block .navigation a:active,
  .groundwork-header-top-block .navigation a:focus {
    background: var(--color-primary);
  }

  .groundwork-header-top-block .navigation li:hover>a,
  .groundwork-header-top-block .navigation>li.current>a {
    border-bottom: none;
  }

  .groundwork-header-top-block .dropdown-btn {
    display: block;
    top: 23px;
    width: 34px;
    height: 30px; 
    border: 1px solid #ffffff;
    color: #ffffff;
  }

  .groundwork-header-top-block .second-navigation a {
    border-bottom: 0;
  }
  .groundwork-header-top-block .second-navigation>li>a {
    padding-left: 35px;
  }
  .groundwork-header-top-block .third-navigation>li>a {
    padding-left: 45px;
  }
  
  .groundwork-header-top-block .contact-list {
    padding: 10px 0;
  }
  .groundwork-header-top-block .contact-list li {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
  
  .groundwork-header-top-block .social-icon-one .iconfont {
    font-size: 18px;
  }
  
  .groundwork-header-top-block .outer-box {
    position: absolute;
    min-width: auto;
    right: 35px;
  }
}

@media only screen and (max-width: 576px) {
  .groundwork-header-top-block .top-left,
  .groundwork-header-top-block .logo-box {
    padding-left: 10px;
  }
  .groundwork-header-top-block .top-right,
  .groundwork-header-top-block .navbar-header .navbar-toggler {
    padding-right: 10px;
  }
  .groundwork-header-top-block .outer-box {
    right: 45px;
  }
}

.groundwork-header-top-block .hidden-bar {
  position: fixed;
  right: -500px;
  top: 0px;
  z-index: 99999;
  max-width: 50vw;
  height: 100%;
  padding: 55px 40px 50px;
  background-color: #ffffff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.groundwork-header-top-block .hidden-bar.show {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.groundwork-header-top-block .hidden-bar .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  line-height: 28px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--text-color);
  cursor: pointer;
}

.groundwork-header-top-block .brochures-widget h4 {
  font-size: 18px;
  line-height: 24px;
  color: var(--title-text-color);
  font-weight: 500;
  margin-bottom: 20px;
}

.groundwork-header-top-block .hidden-bar .logo {
  max-width: 50%;
  border-bottom: 1px solid #f0f7f2;
  padding: 0px 0px 25px;
  margin: 0 auto 45px;
}

.groundwork-header-top-block .brochure-box {
  position: relative;
  padding: 0 0 15px 52px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f7f2;
}

.groundwork-header-top-block .brochure-box:last-child {
  border-bottom: 0;
}

.groundwork-header-top-block .brochure-box .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 46px;
  line-height: 50px;
  color: var(--color-primary);
}

.groundwork-header-top-block .brochure-box h5 {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-primary);
  font-weight: 500;
}

.groundwork-header-top-block .brochure-box a {
  color: var(--color-primary);
}

.groundwork-header-top-block .brochure-box span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #c4c4c4;
  font-weight: 400;
}

.groundwork-header-top-block .subscribe-widget {
  padding-top: 10px;
  margin-bottom: 50px;
}

.groundwork-header-top-block .subscribe-widget h4 {
  margin-bottom: 10px;
}

.groundwork-header-top-block .subscribe-widget p {
  margin-bottom: 25px;
}

.groundwork-header-top-block .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

.groundwork-header-top-block .subscribe-form input[type="text"],
.groundwork-header-top-block .subscribe-form input[type="email"],
.groundwork-header-top-block .subscribe-form input[type="search"] {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 50px 10px 20px;
  border: 2px solid #f0f7f2;
  background: none;
  color: #848484;
  width: 100%;
  height: 50px;
  transition: all 500ms ease;
}

.groundwork-header-top-block .subscribe-form input:focus {
  border-color: var(--color-primary);
}

.groundwork-header-top-block .subscribe-form button {
  position: absolute;
  right: 0px;
  top: 13px;
  height: 26px;
  width: 52px;
  text-align: center;
  font-size: 16px;
  color: var(--color-primary);
  border-left: 2px solid #f0f7f2;
  font-weight: normal;
  background: none;
  transition: all 500ms ease;
}

.groundwork-header-top-block .subscribe-form button:hover {
  border-color: var(--color-primary);
}

.groundwork-header-top-block .subscribe-form .iconArrow {
  font-size: 24px;
  line-height: 24px;
}

.groundwork-header-top-block .offer-widget {
  position: relative;
  padding: 25px 45px 30px;
  margin-bottom: 45px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 45px;
  background-color: var(--color-primary);
}

.groundwork-header-top-block .offer-widget .offer {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

.groundwork-header-top-block .offer-widget .offer span {
  display: inline-block;
  vertical-align: middle;
  font-size: 52px;
  line-height: 1em;
  color: var(--color-primary);
  font-family: var(--title-font-family);
  margin-right: 10px;
}

.groundwork-header-top-block .offer-widget .text {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

.groundwork-header-top-block .offer-widget .link-box {
  position: relative;
  font-size: 14px;
  color: var(--title-text-color);
  padding: 13px 50px;
  font-weight: 600;
  background: #f0e53d;
  text-transform: uppercase;
  border-radius: 45px;
  line-height: 25px;
  transition: all 0.3s ease;
}

.groundwork-header-top-block .offer-widget .btn-style-two:hover {
  background: #ffffff;
  color: var(--title-text-color);
}

.groundwork-header-top-block .copyright-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-primary);
  font-weight: 400;
}

.groundwork-header-top-block .body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1031;
  left: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: all 0.5s ease;
}

.groundwork-header-top-block .body-overlay.active {
  opacity: 1;
  display: block;
  visibility: visible;
}