@font-face {
  font-family: 'atypthin';
  src: url('../fonts/AtypDisplay-Thin.woff2') format('woff2'), url('../fonts/AtypDisplay-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}

@font-face {
  font-family: 'atyplight';
  src: url('../fonts/AtypDisplay-Light.woff2') format('woff2'), url('../fonts/AtypDisplay-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'atypregular';
  src: url('../fonts/AtypDisplay-Regular.woff2') format('woff2'), url('../fonts/AtypDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'atypmedium';
  src: url('../fonts/AtypDisplay-Medium.woff2') format('woff2'), url('../fonts/AtypDisplay-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'atypsemibold';
  src: url('../fonts/AtypDisplay-Semibold.woff2') format('woff2'), url('../fonts/AtypDisplay-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'atypbold';
  src: url('../fonts/AtypDisplay-Bold.woff2') format('woff2'), url('../fonts/AtypDisplay-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}


* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
  font-weight: normal;
}
img{
    width:100%;
    display: block;
    height: auto;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  color: #282828;
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
   background: #f9f9f9;
  scroll-behavior: smooth;
  font-family: 'atypregular';
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: auto;
  user-select: none !important;
  font-weight: normal;
}
select::-ms-expand {
  display: none !important;
}
select:focus {
  outline: none !important;
}
label {
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 15px;
  vertical-align: top;
}
label em {
  color: #ff0000;
}
strong {
  font-weight: bold;
}
.clearfix {
  display: table;
  clear: both;
}
.main-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  font-size: 50px;
  line-height: 55px;
  font-family: 'orkneybold';
  text-transform: uppercase;
  color: #004f94;
}
.main-title span {
  font-family: 'orkneyregular';
  display: block;
  font-size: 48px;
}
.main-title.line {
  padding-left: 0px;
  text-align: center;
}
.main-title.line::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #004f94;
  margin: 20px auto 0px auto;
}
.main-title.bar {
  text-align: center;
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-size: 35px;
  line-height: 30px;
}
.main-title.bar::before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: #004f94;
  position: absolute;
  left: 12px;
  top: -3px;
  transform: skew(-35deg);
}
.btn {
  height: 42px;
  width: auto;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  font-size: 19px;
  line-height: 42px; 
  color: #fff;    
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0px 6px 4px 8px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-family: 'atypsemibold';
  margin-top:25px;
  border-radius: 50px;
    background: #b32f25;
    border: 2px solid #b32f25;
}

.btn:hover {
  
  display: inline-flex;
  background: #447d3f;
    border-color: #447d3f;
    color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.btn:focus{
  color: #fff;
  display: inline-flex;
}
.btn span {
  display: inline-block;
  width: 25%;
  padding-left: 10px;
}
.btn:hover span{
  color: #fff;
}
.btn:active {
  box-shadow: none;
}
.btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.btn.blue-btn {
  border: 1px solid #0a4197;
  color: #fff;
  background-color: #0a4197;
}
.btn.blue-btn:hover {
  border: 1px solid #093883;
  color: #fff;
  background-color: #093883;
}
.btn.yellow-btn {
  border: 1px solid #fcc600;
  color: #fff;
  background-color: #fcc600;
}
.btn.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #fff;
  background-color: #D2AB0D;
}
.btn.green-btn {
  border: 1px solid #00ae93;
  color: #fff;
  background-color: #00ae93;
}
.btn.green-btn:hover {
  border: 1px solid #00937C;
  color: #fff;
  background-color: #00937C;
}
.btn.large {
  height: 46px;
  line-height: 46px;
}
.btn.transparent {
  color: #282828;
  background: transparent;
  border: 1px solid #000;
}
.btn.transparent:hover{
    background: #d00b11;
    color: #fff;
    border: 1px solid #d00b11;
}
.btn.small {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    outline: none;
    display: inline-flex;
    -webkit-transition: all 0.15s 
cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s 
cubic-bezier(0.32, 0.1, 0.3, 1);
    color: #fff;
}
.input-text {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid #717171;
  border-radius: 4px;
  -webkit-border-radius: 30px;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  color: #282828;
  font-size: 14px;
  height: 28px;
  line-height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'latoregular';
}
.input-text.large {
  height: 45px;
  line-height: 45px;
}
.input-text.small {
  height: 34px;
  line-height: 34px;
}
.input-text::placeholder {
  color: #d2d2d2;
}
.input-text:focus {
  color: #0a4197;
  border: 1px solid #0a4197;
}
.input-text:focus::placeholder {
  color: #0a4197;
}
.input-text.validation-failed {
  border-color: #df280a;
  color: #df280a;
}
.input-text.validation-failed::placeholder {
  color: #df280a;
}
.input-text.validation-failed:focus {
  outline-color: #ef9384;
  border-color: #df280a;
  color: #df280a;
}
.input-text.validation-failed:focus::placeholder {
  color: #df280a;
}
.input-div {
  width: 100%;
  position: relative;
}
.input-checkbox {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-checkbox + .checkbox-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  margin: 0px 10px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.input-checkbox + .checkbox-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
}
.input-checkbox:checked + .checkbox-label::after {
  background: #fff url("../images/checkbox_tick.png") center no-repeat;
}
.input-radio {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-radio + .radio-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #8b8b8b;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0px 3px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  line-height: 14px;
  margin: 12px 0px !important;
}
.input-radio + .radio-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.input-radio:checked + .radio-label::after {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.input-text:-webkit-autofill {
  background-color: #ffffff !important;
}
textarea.input-text {
  height: 120px !important;
}
select.input-text {
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
  padding-right: 40px;
}
select.input-text:focus {
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
  padding-right: 40px;
}
.input-text.date {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.date:focus {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.time {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.time:focus {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: 0px;
  text-align: center;
  z-index: 1000;
  font-family: 'latoregular';
  text-transform: uppercase;
  z-index: 16009;
}
.loader::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 3px solid rgba(69, 89, 93, 0.52);
  box-sizing: border-box;
}
.loader::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #252525 transparent transparent;
  border-style: solid;
  border-width: 3px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  box-sizing: border-box;
}
.loader span {
  position: absolute;
  top: 40px;
  left: calc(50% - 45px);
  font-size: 12px;
  width: 90px;
  line-height: 15px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px #000000;
  font-family: 'orkneymedium';
  color: #3a3a3a;
  text-align: center;
}
.loader span::before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(191, 191, 191, 0.9);
}
p {
  color: #3a3a3a;  
  line-height: 28px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: 'orkneyregular';
}
.inline {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 10px;
  
}
.col-1 {
  width: 100%;
  padding: 0px 15px;
}
.col-2 {
  width: 50%;
  padding: 0px 15px;
}
.col-3 {
  width: 33.3333%;
  padding: 0px 15px;
}
.col-4 {
  width: 25%;
  padding: 0px 15px;
}
.col-5 {
  width: 20%;
  padding: 0px 15px;
}
.col-container {
  font-size: 0px;
}
.row {
  margin: 0px -15px;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 88%;
  display: block;
}
.column {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0px -15px;
}
.columns {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px;
}
.margin-top {
  margin-top: 140px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-next {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
}
.ui-datepicker table {
  font-size: 12px !important;
}
.ui-widget {
  font-size: 12px !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 12px !important;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transform: scale(1);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50000;
  text-align: center;
  overflow-y: auto;
}
.popup .popup-content {
  display: inline-block;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 560px;
  max-width: calc(100% - 30px);
  min-height: 300px;
  height: auto;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 20px #000000;
  padding: 40px 30px;
  position: relative;
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.popup .popup-content .popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  width: 29px !important;
  height: 29px !important;
  line-height: 27px !important;
  padding: 0px 0px 0px 2px  !important;
  text-align: center;
  border-radius: 30px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  letter-spacing: 1px !important;
  margin: 0px !important;
}
.popup .popup-content.open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.popup .popup-content .header {
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #9c9c9c;
  margin-bottom: 20px;
}
.popup .popup-content .header h2 {
  font-size: 17px;
  margin: 0px 0px 0px 0px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.popup .popup-content .content {
  border-bottom: 2px solid #9c9c9c;
}
.popup .popup-content .content .job-title {
  font-size: 25px;
  line-height: 30px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .experience {
  font-size: 12px;
  line-height: 12px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .sections {
  margin-bottom: 20px;
}
.popup .popup-content .content .sections p {
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
}
.popup .popup-content .content .sections p strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
}
.popup .popup-content .content .sections .apply {
  float: right;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  text-transform: uppercase;
  font-size: 15px;
  width: auto !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.popup .popup-content .content .sections .apply:hover {
  background: #004988 !important;
  border-color: #004988 !important;
  color: #3a3a3a !important;
}
.popup .popup-content .content .form .col-container {
  margin: 0px -5px;
}
.popup .popup-content .content .form .col-container .inline {
  padding: 0px 5px;
}
.popup .popup-content .content .form .col-container .inline .input-div {
  margin-bottom: 15px;
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-div .input-text {
  width: 100%;
  height: 40px;
  line-height: 41px;
}
.popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
  height: 120px;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
  color: #004f94;
  border-color: #004f94;
  box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
  background: #004988;
  border-color: #004988;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
  position: absolute;
  padding: 0px 15px;
  right: -1px;
  top: -1px;
  height: 40px;
  line-height: 39px;
  margin: 0px;
  width: auto;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
  line-height: 39px;
  position: absolute;
  width: calc(100% - 108px);
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  font-size: 13px;
  padding: 0px 15px;
}
.popup .popup-content .content .form .col-container .inline .apply {
  height: 45px;
  line-height: 44px;
  width: auto;
  padding: 0px 50px;
  float: right;
  margin: 6px 0px 25px 0px;
  box-shadow: none;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .apply:hover {
  background: #004988;
  border-color: #004988;
}
.social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 8%;
    bottom: 0;
    z-index: 2;
}
.social::after {
  border-left: 3px solid #fff;
    height: 170px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: auto;
    bottom: 0;
    display: inline-block;
    /* width: 2px; */
    z-index: 1;
}
.social li {
    display: block;
    margin: 0px 0px 14px 0px;
    text-align: center;
}
.social li a {
    display: block;
    font-size: 16px;
    color: #282828;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width:32px;
    height:32px;
}
.social li a:hover{
  background: #b32f25;
  color: #fff;
}
/*
.social li a.facebook:hover {
  color: #3b5998;
}
.social li a.instagram:hover {
  color: #d82c7d;
}
.social li a.twitter:hover {
  color: #1da1f2;
}
.social li a.linkedin:hover {
  color: #0077b5;
}
.social li a.youtube:hover
{
 
  color: #ff0000;
}*/
.social li a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.social li a:hover i {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
/*.social li a.facebook:hover,
.social li a.facebook:active,
.social li a.facebook:focus {
  color: #3b5998;
}
.social li a.g-plus:hover,
.social li a.g-plus:active,
.social li a.g-plus:focus {
  transition: 0.1s;
  color: #e53935;
}
.social li a.instagram:hover,
.social li a.instagram:active,
.social li a.instagram:focus {
  transition: 0.1s;
  color: #d82c7d;
}
.social li a.twitter:hover,
.social li a.twitter:active,
.social li a.twitter:focus {
  transition: 0.1s;
  color: #1da1f2;
}
.social li a.linkedin:hover,
.social li a.linkedin:active,
.social li a.linkedin:focus {
  transition: 0.1s;
  color: #0077b5;
  background-color: transparent;
}
.social li a.youtube:hover,
.social li a.youtube:active,
.social li a.youtube:focus {
  transition: 0.1s;
  color: #ff0000;
}*/
.goto-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 0;
    border-radius: 3px;
    padding: 0px 20px;
    height: 40px;
    font-size: 40px;
    z-index: 100;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    background: #b32f25 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
    background-position: center;
    border-color: #b32f25;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.goto-top.open {
opacity: 1;
visibility: visible;
}

.home-wrapper {
  padding: 0px 0px 0px 145px;
}
.close-div {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.close-div.open {
  opacity: 1;
  visibility: visible;
}
.desc {
  color: #3a3a3a;
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 0px 0px 0px 0px;
}
.box {
  padding: 70px 0px;
}
.read-more {
  color: #004f94;
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
.read-more:hover {
  color: #fcc600;
}
header {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    padding: 10px 0px;
    box-shadow: none;
}

header .menu-div {
  background: none;
  padding: 0;
}
.menu-div .col-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .menu-div .logo {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
header .menu-div .logo a {
  display: block;
}
header .menu-div .logo a img {
  max-width: 100%;
  display: block;
}
header .menu-div .menu {  
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .btn{
  margin: 0;
  transition: 0.5s; 
}
header .menu-div .menu .btn:hover {
  
}
header .menu-div .menu .menu-list {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
header .menu-div .menu .menu-list li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0px 25px;
  position: relative;
  line-height: 65px;
}
header .menu-div .menu .menu-list li:hover::before{
 border-bottom: 6px solid #b32f25;
    content: "";
    position: absolute;
    width: 100%;    
    bottom: -9px;
    left: 0;
  
}

header .menu-div .menu .menu-list li:nth-child(5), header .menu-div .menu .menu-list li:nth-child(6){
  display: none;
}
header .menu-div .menu .menu-list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: 0px;
  color: #282828;
  font-family: 'atypmedium'; 
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  
}
header .menu-div .menu .menu-list li:last-child a{
  padding-right: 0;
}
header .menu-div .menu .menu-list li a:hover {
  color: #b32f25; 
}
header .menu-div .menu .menu-list li.current-menu-item a {
  color: #b32f25;    
}
header .menu-div .menu.open .menu-list li a {
  color: #b32f25; 
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a {
  color: #b32f25; 
}
header .menu-div .menu .menu-list li.menu-item-has-children {
  position: relative;
}
header .menu-div .menu .menu-list li.menu-item-has-children a {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);  
}
header .menu-div .menu .menu-list li.menu-item-has-children::after {
  content: '';
  position: relative;
  display: block;
  padding: 0px 0px;
  width: 100%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 3px solid #282828;
  border-right: 3px solid #282828;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.appointment .btn {
    margin: 0;    
    text-transform: capitalize;
    background: #b32f25;
    font-family: 'atypmedium';
    border: 2px solid #b32f25;    
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);    
    color: #fff;
}

.appointment .btn:hover {
    background: #447d3f;
    border-color: #447d3f;
    color: #fff;
}
    
header .menu-div .menu .menu-list li.menu-item-has-children:hover::after {
  border-top: 3px solid #b32f25;
  border-right: 3px solid #b32f25;
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn {
  vertical-align: middle;
  width: 10px;
  height: 7px;
  padding: 0px 0px;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: relative;
  border: none;
  background: rgba(0, 0, 0, 0);
  margin: -7px 0px 0px 5px;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children a::after{
  position: relative;
    display: block;
    margin: 0px 0 0 6px;
    width: 100%;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    transform: rotate(135deg);
    content: "";
    /* position: absolute; */
    /*z-index: 10;
    top: -4px;
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a::after{
    border-top: 2px solid #0095d9;
  border-right: 2px solid #0095d9;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children a.dropdown-btn .icon .bar {
  overflow: hidden;
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: relative;
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2b303b;
  transform: translateX(-40px);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2b303b;
  transform: translateX(0px);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2 {
  margin-top: 2px;
  margin-bottom: -2px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3 {
  margin-bottom: 2px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .menu-list li.menu-item-has-children a:hover .dropdown-btn .icon .bar::before {
  background: #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children a:hover .dropdown-btn .icon .bar::after {
  background: #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 35px;
  width: 220px;
  background: #fff;
  border-radius: 0;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  text-align: left;
  padding: 20px 25px;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: 40px;
  top: -7px;
  border-bottom: 7px solid rgba(0, 0, 0, 0.5);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
    display: block;
    line-height: 35px;
    border-bottom: 2px solid #202020;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 21px;
    padding: 0;
    color: #202020;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    font-family: 'montserratmedium';
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li::after {
  display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a:hover {
  color: #4cc19b; 
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child a::after {
  display: none;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  height: 16px;
  width: 10px;
  font-size: 15px;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 4px 4px 0px;
  line-height: normal;
  border-top: none;
  border-left: 3px solid #0095d9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  text-align: left;
  width: 300px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 10px;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:first-child a {
  border-radius: 0px 4px 4px 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0px 4px 4px 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn {
  background: rgba(0, 0, 0, 0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-1 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-4 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .menu-div .menu.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.input-div {
  width: 100%;
  position: relative;
}

header .menu-div .menu-btn {
  display: none;
  vertical-align: middle;
  width: 40px;
    height: auto;
  padding: 0px 0px;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: relative;
  border: none;
  background: rgba(0, 0, 0, 0);
  margin: 0px 0px 0px 0px;
}
header .menu-div .menu-btn.open {
  
  width: 42px;
  height: 18px;
 
}
header .menu-div .menu-btn .icon {
  position: relative;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 0px 0px;
    width: 100%;
}
header .menu-div .menu-btn .icon .bar {
  overflow: hidden;
  width: 100%;
  height: 4px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: relative;
  border-radius: 30px;
}
header .menu-div .menu-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-40px);
}
header .menu-div .menu-btn .icon .bar::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #202020;
  transform: translateX(0px);
}
header .menu-div .menu-btn .icon .bar-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu-btn .icon .bar-1::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-1::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-2 {
  margin-top: 5px;
    margin-bottom: -4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 70%;
}
header .menu-div .menu-btn .icon .bar-2::before {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-2::after {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3 {
  margin-bottom: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 70%;
}
header .menu-div .menu-btn .icon .bar-3::before {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3::after {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-4 {
  transform: scale(1);
    -webkit-transform: scale(1);
    width: 40%;
}
header .menu-div .menu-btn .icon .bar-4::before {
  -webkit-transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-4::after {
  -webkit-transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn.open {
  z-index: 160010;
  background: rgba(0, 0, 0, 0);
}
header .menu-div .menu-btn.open .icon .bar-1 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu-btn.open .icon .bar-2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .menu-div .menu-btn.open .icon .bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .menu-div .menu-btn.open .icon .bar-4 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header.fix {
  top: 0;
  box-shadow: 0px 0px 5px #2b4548;  
  padding:10px 0;
}
header.fix .logo{
    width:220px;
    transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
}
header.fix .menu-div .menu .menu-list li {
 
 
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {  
  top: 35px;  
  opacity: 0;
  visibility: hidden;
  
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hamburger {
  height: 40px;
  width: 50px;
  transform: 0.2s;
  position: relative;
  z-index: 10000;
  display: none;
}
.hamburger .checkbox {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.line {
  transition: 0.5s;
  stroke-width: 5px;
  stroke: #282828;
}
.lineTop {
  stroke-dasharray: 40 40;
  stroke-dashoffset: 25;
}
.lineBottom {
  stroke-dasharray: 40 40;
  stroke-dashoffset: 60;
}
.lineMid {
  stroke-dasharray: 40 40;
}
.hamburger .checkbox:checked + svg .line {
  stroke: #282828;
}
.hamburger .checkbox:checked + svg .lineTop {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(45deg) translate(-7px, -5px);
}
.hamburger .checkbox:checked + svg .lineMid {
  stroke-dashoffset: 40;
}
.hamburger .checkbox:checked + svg .lineBottom {
  stroke-dashoffset: 0;
  transform-origin: left;
  transform: rotateZ(-45deg) translate(-5px, 5px);
}
.hamburger  svg {
    height: 100%;
    width: 100%;
}
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #b32f25;
  }

  .slides {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide.active {
    opacity: 1;
    z-index: 1;
  }

  .mask {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(80, 1fr);
    z-index: 10;
    pointer-events: none;
    gap: 0;
    width:100%;
    
  }

  .mask div {
    background: #b32f25;
    transform: scaleX(0);
    transform-origin: left;
  }

  .banner_content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    text-align: right;
    width:50%;
      opacity: 0; /* hidden until GSAP animates it */
  }

  .banner_content h2 {    
  margin: 0px 0;
  line-height: 1.1;
  font-size: clamp(30px, 7vw, 60px);
  font-family: 'atypbold';
  color: white;
  text-transform: capitalize;
  position: relative;
  padding-right: 13%;
 
  }

  .banner_content h2::after{
    border-bottom: 3px solid #fff;
    content: '';
    position: absolute;    
    right: 0;
    bottom: -10px;
    height: 2px;    
    transition: transform 0.3s ease;
    width: calc(100% - 46%);
  }
   .dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 3;
  }

  .dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dot.active {
    background: #fff;
    transform: scale(1.3);
  }
    .banner_content .btn{
      border-color: #fff;
      margin-right: 13%;
    }
   .banner_content .btn:hover{
    color: #fff;
   }
   .homeproduct_container{
    margin: 0;
    width:100%;
   }
  .homeproduct_container .block{
      position: relative;
      overflow: hidden;
      display: block;
  }
    .homeproduct_container .block::before{
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(179,47,37,0.8);
      z-index: 0;
      transition: all 0.5s cubic-bezier(0.32, 0.5, 0.5, 1);
      opacity: 0;
      visibility: hidden;
      z-index: 1;
      width:100%;
      height:100%;
      left:0;
      top:0;
    }
  .homeproduct_container .block:hover::before{
      opacity: 1;
      visibility: visible;
  }
  .homeproduct_container .block img{
      width: 100%;
      display: block;      
      filter: brightness(0.54);
      transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
    .homeproduct_container .block:hover img{
      filter: brightness(1);
      
    }
  .homeproduct_container .block .content{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width:80%;
    z-index: 2;
  }
  .homeproduct_container .block .right_arrow img{
    filter: brightness(1);
  }
  .homeproduct_container .block .right_arrow{
    position: absolute;
    right: 5%;
    top: 10%;   
    z-index: 2;
    width: 28px;
    opacity: 0;
    visibility: hidden;
  }
  .homeproduct_container .block:hover .right_arrow{
    opacity: 1;
    visibility: visible;
  }
   .homeproduct_container .block .content p{
    display: none;
   }
    .homeproduct_container .block:hover .content p{
    display: block;
   }
h3{
    font-family: 'atypsemibold';
    color: #fff;
    font-size: clamp(20px, 7vw, 32px);
    margin: 0 0 0px 0;
    text-transform: capitalize;
    line-height: 1.1;
  }
p{
    font-family: 'atyplight';
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0 0px 0;
  }
  .homeproduct_container .block:hover img{

      opacity: 1;
}
.global_container{
    padding: 0px 0 0px;
    background: url(../images/global_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;    
  overflow: hidden;
  padding: 0px 0 0px; 
}
.cards-viewport {
 height: calc(200px + 0.7 * (200px + 40px)); /* shows 1.5 cards */
  overflow: hidden;
  margin: 0 auto;
  width: 95%;
}

.cards-wrapper {
  height: calc(1.5 * 200px + 40px); /* 1½ cards visible */
  overflow: hidden;
}
.global_wrapper{
  display: flex;
  justify-content: space-between;  
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto;
   height: 100%;
   align-items: center;
}

.global_wrapper .left{
  width: 38%;
  display: inline-block;  
}
.global_wrapper .right{
  width: 58%;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.cards-viewport{
 position: relative;
}
.card::after {
    border-left: 3px solid #fff;
    content: "";
    width: 3px;
    height: calc(100% + 10%);
    position: absolute;
    left: 8%;
    top: 0;
}
#cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 100%;
  padding-right: 5%;
  /* padding-left: 10%; */
  width: 100%;
  padding-top: 60px;
}

.card {
  height: 200px;
  /* border-radius: 20px; */
  /* background: #fff; */
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
  /* padding: 2rem; */
  /* flex-shrink: 0; */
  position: relative;
  padding-left: 18%;
  
}
.card::before {
    color: #b95355;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/tick_mark.png) no-repeat;
    background-size: 100%;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 5%;
    border-radius: 50%;
    z-index: 6;
}
.card:first-child:before {
    top: 0;
}

.card-content {
  position: relative;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 30px 20px;
  flex-shrink: 0;
}

.card-number {
 font-size: clamp(30px, 7vw, 60px);
    line-height: 1;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0;
    font-family: 'atypmedium';
    background: linear-gradient(to bottom, #cbcbcb, #fff 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-content h2 {
  color: #282828;
  margin-top: -5%;
  font-family: 'atypmedium';
  font-size: clamp(20px, 7vw, 28px);
}

.card-content p {
  color: #282828;
  line-height: 1.2;
  font-size: 16px;
}



.pin-spacer {
  overflow: hidden !important;
 width:100% !important;
}
/* Scrollbar styles for WebKit browsers (Chrome, Edge, Safari) */
#cards::-webkit-scrollbar {
  width: 10px;               /* width of vertical scrollbar */
  height: 10px;   
  top: 60px;           /* height of horizontal scrollbar */
}

#cards::-webkit-scrollbar {
  width: 0px;
}

#cards::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid rgba(255,255,255,0.2);
}

#cards::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #fff, #fff);
  border-radius: 8px;
}
.homequality_container{
  width:100%;
  display: block;
  margin: 50px 0 0; 
}
.homequality_wrapper{
  width:85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
  align-items: center;
}
.homequality_wrapper .left{
  width:42%;
  display: inline-block;
  position: relative;
}
.homequality_wrapper .right{
  width:48%;
  display: inline-block;
}
.rating_container .block{      
  display: inline-block; 
  box-sizing: border-box;  
  padding: 0;
  text-align: center;
  position: absolute;
  right: -15%;
  bottom:5%;
}
.rating_container .block  .content{
  background: linear-gradient(to bottom, #61a65b, #387b33); /* Adjusted green gradient */
border-radius: 0 0 30px 0; /* Rounded bottom-right corner */
  padding: 8px 15px 10px;  
}

.rating_container .block  .content .number {
  position: relative;
  font-family: 'atypmedium';
  font-size: clamp(20px, 5vw, 27px);
  color: #fff; 
  line-height: 1;
  padding: 0px;
  display: inline-block;
}

/*.rating_container .block  .content .number::after {
  content: "%";
  display: inline-block;
}*/

.rating_container .block  .content .tittle{
  position: relative;
 font-family: 'atypmedium';
  font-size: clamp(20px, 5vw, 26px);
  color: #fff;
  padding-left: 3px;
  text-transform: capitalize;
  line-height: 20px;
  display: inline;

}
.rating_container .block  .content .tittle span{
  font-size: clamp(16px, 5vw, 18px);
}
.whychoose_container h3, .whychoose_container  p, .homequality_wrapper h3, .homequality_wrapper  p{

  color: #282828;
}
h6{
  font-family: 'atypregular';
    color: #282828;
    font-size: clamp(18px, 7vw, 20px);
    margin: 0 0 0px 0;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 0 10px;
}
.btn.green{
  background: #43873e;
  border-color: #43873e;
}
.btn.green:hover{
  background: #b32f25;
  color: #fff;
  border-color: #b32f25;
}
.whychoose_container{
  width:100%;
  padding: 0;
  margin: 70px 0 0;
  display: block;
  text-align: center;
}
.whychoose_wrapper{
  margin: 0px auto 0;
  display: block;
  width:85%;  
}
.whychoose_wrapper #featured_slider{
  margin: 50px 0 0;
  text-align: left;
}
.whychoose_wrapper .item{
  padding: 10px;
}
.whychoose_wrapper .item .block {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(-121deg, #eeeeee 62%, #eeeeee 50%, #e5e5e5 50%, #e5e5e5 40%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  height: 400px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* top-left color overlay */
.whychoose_wrapper .item .block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #b6493b;
    /* clip-path: polygon(0 0, -169% 52%, 98% 100%, 00% 0); */
    clip-path: polygon(0 5%, 0% 100%, 63% 100%);
    transform: translate(-100%, -100%);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
    border-radius: 20px;
}

/* bottom-right color overlay */
.whychoose_wrapper .item .block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #b32f25;
 clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    transform: translate(100%, 100%);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
    border-radius: 20px;
}

/* Animate diagonally into place */
.whychoose_wrapper .item:hover .block::before {
  transform: translate(0, 0);
}
.whychoose_wrapper .item:hover .block::after {
  transform: translate(0, 0);
}

/* Text styles */
.whychoose_wrapper .item .block .content {
  position: relative;
  z-index: 2;
  color: #282828;
   transition: color 1s ease;
}

.whychoose_wrapper .item:hover .block .content {
  color: #fff;
}


.whychoose_wrapper .item .block .icon{
  width:18%;
  padding-bottom: 10px;
}
.whychoose_wrapper .item:hover .block .icon img{
  filter: brightness(0) invert(1);
  transition: filter 1s ease;

}
.whychoose_wrapper .item:hover .block h3, .whychoose_wrapper .item:hover .block p{
  color: #fff;
   transition: color 1s ease;
}
.owl-carousel .owl-nav {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
}

.owl-carousel .owl-nav button {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    text-align: center;
    top: 0;
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;
    background: #282828;
    color: #cccccc;
    font-size: 20px;
    border: none;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.owl-carousel .owl-nav .owl-prev {
  left:-5%;
}
.owl-carousel .owl-nav .owl-next {
 right:-5%;
 
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 12px;
  height: 12px;  
  display: block;
   border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(-45deg);
    margin-left: 5px;   
    transition: all 0.3s 
cubic-bezier(0.32, 0.1, 0.3, 1);
  
}
.owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 12px;
  height: 12px;  
  display: block;
   border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);   
    margin-right:5px;   
    transition: all 0.3s 
cubic-bezier(0.32, 0.1, 0.3, 1);
  
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus,
 .owl-carousel .owl-nav button:active {
  background: #b32f25;  
  
}
.counter_container{
    width:100%;
    display: block;
    margin: 70px 0 70px;
}
.counter_wrapper{
    width: 75%;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
}
.counter_wrapper .left{
    width: 100%;
    display: inline-block;
}
.counter_wrapper .right{
    width: 64%;
    display: inline-block;
    position: relative;
    margin: 10% 0 0 -32%;
    background: url(../images/counter_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px;
    border-radius: 30px;
}
.counter_wrapper .right h3{
  text-transform: none;
}
.counterblock_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:100%;  
  margin: 30px 0 0;
}
.counterblock_wrapper .counter_block{
  padding-right: 40px;
  display: inline-block;
  width: 25%;
  
}
.counterblock_wrapper .counter_block:last-child{
  padding-right: 0;
}
.counterblock_wrapper .counter_block .block_inner{
    
}

.counterblock_wrapper .counter_block .block_inner .number{
  position: relative;
  font-family: 'atypsemibold';
  font-size: 30px;
  color: #fff;  
  line-height: 30px;
}

.counterblock_wrapper .counter_block .block_inner .tittle{
  position: relative;
  font-family: 'atypmedium';
  font-size: 17px;
  color: #fff;
  padding-top: 8px;
  text-transform: capitalize;
  line-height: 20px;
}
.homeblog_container{
    width:100%;
    display: block;
    margin: 0px 0 70px;
    text-align: center;
}
.homeblog_container h3{
  color: #282828;
}
.homeblog_wrapper{
    margin: 0 0 0;
    width:100%;      
}
.blog-slider{
  margin: 40px 0 0;
}
.homeblog_wrapper .item{
  padding: 0 10px;
  margin-bottom: 20px;
}
.news_block{
  padding: 0 0px;
  width:100%;
  text-align: left;
  border-radius: 20px;
  margin: 0 0 0px;
}

.newsblock_inner{
  width: 100%;    
  display: block;
  align-items: center;
  justify-content: center; 
  margin: 0px 0 0px;    
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);      
  border-radius: 6px;
  
}
.newsblock_inner .image{
  width:100%; 
  border-radius: 20px;
  position: relative; 
}
.newsblock_inner .image::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(179,47,37,0.6);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.32, 0.5, 0.5, 1);
}
.homeblog_wrapper .item:hover .newsblock_inner .image::before{
  opacity: 1;
  visibility: visible;
}
.newsblock_inner .image img{
  border-radius: 20px;
}

.newsblock_inner .content{
  width: 100%;
  padding: 0 10px 0px;
  transition: all 0.9s cubic-bezier(0.32, 0.1, 0.3, 1);
  position: relative;
  display: block;
  position: relative;  
}

.newsblock_inner .content .tittle{
  color: #282828;
  font-family: 'atypsemibold';
  line-height: 23px;
  font-size: 18px;
  padding: 15px 0 0px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
.homeblog_wrapper .item:hover .newsblock_inner .content .tittle{
  color: #b32f25;
}

  footer{
    background:#579552;
    padding: 50px 0 0;
    text-align: center;
    background-position: center top;
    background-size: cover;
}
.footer_logo{
  width:330px;
  margin: 0 auto;
  display: block;
}
footer .social {
    font-size: 0px;
    display: block;
    margin: 25px 0px 0px 0px;
    position: static;
}
footer .social::after{
  display: none;
}
footer .social li{
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
footer .social li a{
  font-size: 16px;
    color: #579552;
    border: none;
    width: 30px;
    background: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
footer h4{
    font-family: 'atypsemibold';
    color: #fff;
    font-size: 20px;
}
footer ul.links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:15px;
}
footer ul.links li{
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-family: 'atypsemibold';
    text-transform: uppercase;
}
footer ul.links li a{    
    color:#fff;
    }

footer ul.links li a:hover{
    text-decoration: underline;
}
footer ul.links.address li{
  display: inline-flex;  
}
footer ul.links.address li span{
  display: inline-block;
  padding-right: 10px;
}
footer ul.links.address li a{
  border: none;
  padding: 0;
}
footer .copyright{
  background: #447d3f;
  margin: 30px 0 0;
}
footer .desc {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;  
  flex-wrap: wrap;
  padding: 12px 0;
  text-align: center;
}
footer .desc p {
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: 'atypmedium';
}
footer .desc p a{
  color: #f0e92e;
  text-transform: none;
  font-family: 'atyplight';
}
img.mob_banner{
    display: none;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
   margin: 30px 0 20px;
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #b32f25;
    margin: 0px 3px;
    border: none;
    opacity: 0.6;
}
.owl-dots .owl-dot.active {
    width: 35px;
    height: 6px;
    opacity: 1;
    background: #b32f25;

}
.homeproduct_container .owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: absolute;
    margin: 0px 0 0;
    bottom: 2%;
}
.homeproduct_container .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #fff;
    margin: 0px 3px;
    border: none;
    opacity: 0.6;
}
.homeproduct_container .owl-dots .owl-dot.active {
    width: 35px;
    height: 6px;
    opacity: 1;
    background: #fff;
}
/********************************************product page********************************************/
.inner_banner{
  margin: 35px 0 0;
  height: auto;
  background: transparent
}
.inner_banner .banner_wrapper {
    position: absolute;
    left: 8%;
    top: 30%;
    width: 90%;
    z-index: 1;
}
    
.inner_banner .banner_wrapper h3{
    margin: 0px 0;
    line-height: 1.1;
    font-size: clamp(30px, 7vw, 50px);
    font-family: 'atypsemibold';
    color: white;
    text-transform: capitalize;
    position: relative;
}
ul.breadcrumb {
  padding: 10px 0 0;
  list-style: none;
  display: flex;  
  align-items: center; 
}
ul.breadcrumb li {
  display: inline;
  font-size: 17px;
  font-family: 'atypregular';
  color: #b32f25;
  text-transform: capitalize;
}
ul.breadcrumb li+li:before {
  padding: 6px 1px;
  color: #fff;
  content: "/\00a0";
  
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #b32f25;
  text-decoration: underline;
}
.product_container{
  width:100%;
  display: block;
  margin: 70px 0;
  text-align: center;
}
.product_container p, .product_container h3{
  color: #282828;
}
.product_container h2{
  color: #282828;
  font-family: 'atypsemibold';    
    font-size: clamp(25px, 7vw, 36px);
    margin: 0 0 0px 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.producttop_wrapper{
  width:90%;
  margin: 30px auto 0;
  display: block;
}
.producttop_wrapper .image{
  width:100%;
  display: block;
}
.producttop_wrapper .image img{
  border-radius: 20px;
}
.producttop_wrapper .content{
  width:90%;
  display: block;
  margin: 10px auto 30px;
}
.productbottom_wrapper{
  margin: 40px auto 0;
  width:90%;
}
.productlist_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  text-align: left;
  justify-content: center;
}
.productlist_wrapper .product_box{
  width:25%;
  padding: 8px;
  display: inline-block;
}
.productlist_wrapper .product_box .image{
  width:100%;
  display: block;
  border-radius: 5px;
  position: relative;
}
.productlist_wrapper .product_box .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(179, 47, 37, 0.6);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 
cubic-bezier(0.32, 0.5, 0.5, 1);
}
.productlist_wrapper .product_box:hover .image::before{
    opacity: 1;
    visibility: visible;
}

.productlist_wrapper .product_box .image img{
  border-radius: 5px;
}
.productlist_wrapper .product_box h4{
  color: #282828;
    font-family: 'atypsemibold';
    line-height: 25px;
    font-size: 18px;
    padding: 10px 0 0px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.productlist_wrapper .product_box:hover h4{
  color: #b32f25;
}
.productdescription_wrapper{
  width:100%;
  display: block;
}
.productdescription_wrapper .block_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productdescription_wrapper .block_wrapper .left{
  width:20%;
  display: inline-block;  
  height: 100%;
  padding: 4px;
}
.productdescription_wrapper .block_wrapper .left .block{
  background: #579552;
  padding:5px 15px 8px;
  text-align: center;
  height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.productdescription_wrapper .block_wrapper .left .block h6{
  color: #fff;
    font-size: 20px;
    padding:0;
    font-family: 'atypsemibold';
    text-transform: capitalize;
}
.productdescription_wrapper .block_wrapper .right{
  width:80%;
  display: inline-flex;
  text-align: left;
  height: 100%;
  flex-wrap: wrap;
}
.productdescription_wrapper .block_wrapper .right .block{
  width:24%;
  margin: 4px;
  display: inline-block;
  background: #fff;
  padding:5px 15px 8px;
  text-align: left;
 height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
     border-radius: 5px;
}
.productdescription_wrapper .block_wrapper .right .block p{
  color: #282828;
  font-family: 'atypregular';
  padding: 0;
  line-height: 22px;
}
.homefaq_wrapper{
  display: flex;  
  justify-content: space-between;
  width:90%;
  margin: 60px auto 0;
  text-align: left;
}
.homefaq_wrapper .left{
  width:45%;
  display: inline-block;
  padding: 0 0px;
}
.homefaq_wrapper .left{
  font-size: 15px;
  line-height: 20px;
}
.homefaq_wrapper .left .sub_tittle {
    font-family: 'atypregular';
    font-size: clamp(16px, 6vw, 18px);
    color: #579552;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}
.homefaq_wrapper .left h3{
  
    padding: 10px 0 0;
}

.homefaq_wrapper .right{
  width:50%;
  display: inline-block;
}
.faq_wrapper{
  width:100%;
  margin:0 0 0px;
  text-align: center;
}
.faq_wrapper .question_wrapper{  
  width:100%;
  text-align: left;
}
.collapsible {  
  padding:10px 0;
  position: relative; 
 margin: 0 0;
 border-bottom: 2px solid #a5a5a5;
}

.collapsible .collapse-head {
  display: block;   
 font-family: 'atypsemibold';
    color: #282828;
    font-size: clamp(15px, 7vw, 18px);
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 20px 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.collapsible .collapse-head.open{
  color:#579552;
}
/* line 2924, ../sass/_styles.scss */
.collapsible .collapse-head::after {
  content: "\002B";
    color: #282828;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;   
    display: flex;
    align-items: center;
    justify-content: center;    
    position: relative;
    z-index: 10;
    font-family: 'atypsemibold';
    font-weight: 900;
}
.collapsible .collapse-head.open::after{
  content: "\2212";  
}

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 10px 0;
}
.collapsible .collapse-content .tittle{
  font-size: 18px;
    color: #22AD4B;
    font-family: 'poppinsmedium';
    line-height: 1.2;
    margin: 0px 0px 0px 0;
    text-transform: none;
    display: block;
}
.collapsible .collapse-content p{
  font-size: 16px;
  line-height: 23px;
}
.collapsible .collapse-content ul{
  padding:10px 0 0 17px;
}
.collapsible .collapse-content ul li{
  color: #282828;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:5px 0;
    font-family: 'atyplight';
    display: list-item;
    list-style-type: disc;
}
.collapsible:last-child {
  position: relative;
}
.collapsible:last-child {
  border-bottom: none;
}
/********************************************product page********************************************/
/********************************************blog page********************************************/
.blog_container{
  margin-top:70px;
}
.blog_container .homeblog_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.blog_container .homeblog_wrapper .item{
  width:33.333%;
  display: inline-block;
}
.news_container {
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 70px 0 0;
   
}
.news_container h3, .news_container p, .related_container h3, .related_container p{
  color: #282828;
}
.newsdetail_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0 0;
    text-align: left;
}
   
.newsdetail_wrapper .left {
  width: 66%;
  display: inline-block;
   text-align: left;
}
.newsdetail_wrapper .left h3 {
    color: #282828;
    font-family: 'atypsemibold';
    padding: 0 0;
    text-transform: none;
    display: block;
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.1;
    padding: 0px 0 0;
}
.newsdetail_wrapper .left .content_wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.newsdetail_wrapper .left .content_wrapper .image{
  margin: 20px 0;
  width:100%;
}
.newsdetail_wrapper .left .content_wrapper .image img{
  border-radius: 10px;
}
.newsdetail_wrapper .left .content_wrapper:first-child {
  margin: 0;
}

.blogdetail_image .date{
  font-family: 'centurygothicbold';
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;  
    padding: 0;   
    position: absolute;
    left:4%;
    top:4%;   
}
.newsdetail_wrapper .left .content_wrapper h4{
  font-family: 'atypsemibold';
  font-size: clamp(18px, 7vw, 24px);
  color: #282828;
  line-height: 1.2;
  position: relative;
  text-transform: none;
  padding: 12px 0 0;
}
.newsdetail_wrapper .left .content_wrapper p {
 font-family: 'atypregular';
}
.newsdetail_wrapper .left .content_wrapper p a{
  color: #282828;
}
.newsdetail_wrapper .left .content_wrapper .readmore {
  font-family: 'poppinssemibold';
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-top: 20px;
}
.newsdetail_wrapper .left .content_wrapper .readmore:hover {
  color: #e71d2a;
  border-bottom: 1px solid #e71d2a;
}
.newsdetail_wrapper .left .content_wrapper p strong{
  padding: 12px 0 0;
  display: block;
}
.newsdetail_wrapper .right {
  width: 30%;
  display: inline-block;  
  text-align: left;
}
.newsdetail_wrapper .right .right_wrapper{
  width: 100%;
    display: block;
    padding: 5px 0px 80px 10%;
    border-left: 2px solid #bababa;
}
.newsdetail_wrapper .right .tittle {
  font-family: 'atypbold';
    font-size: clamp(19px, 7vw, 26px);
    color: #b32f25;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}
.blogdetail_wrapper .categories { 
 padding:0;
text-align: left;
}
.blogdetail_wrapper .categories ul{
  padding: 20px 0 0 0;
}
.blogdetail_wrapper .categories ul li{
  padding: 8px 0;
  color: #282828;
  font-family: 'atypregular';
  line-height:25px ;
  font-size: 18px;    
  margin: 0;  
  text-transform: capitalize;
}
.blogdetail_wrapper .categories ul li a{
  color: #282828;
}
.blogdetail_wrapper .categories ul li a:hover{
  color: #b32f25;
}
.blogdetail_wrapper .tags{      
 padding:0;
 margin: 30px 0 0;
}
.blogdetail_wrapper .tags ul{
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -5px;
}
.blogdetail_wrapper .tags ul li{    
  padding:7px 2px;
  color: #282828;
  font-family: 'atypregular';
  line-height:25px ;
  font-size: 18px;    
  margin: 0;
  display: inline-block;    
  
}
.blogdetail_wrapper .tags ul li a{
  color: #282828;
  border-radius: 10px;   
  padding: 3px 20px 8px;
  border: 2px solid #b32f25;
  
}
.blogdetail_wrapper .tags ul li a:hover{ 
  color: #fff;  
  background: #b32f25;
}
.related_container {
    margin: 50px 0 50px;
    padding: 0 0 0px;
    text-align: center;
    display: block;
}

.related_container .blog_wrapper .item {
    padding: 0px 10px;
    width: 100%;
    display: inline-block;
    margin: 0px 0 0;
}
.related_container .blog_wrapper  {
    width: 96%;
    margin: 30px 0 0;
}
.related_container .blog_wrapper .block {
    width: 100%;
}
.related_container .blog_wrapper .block  .content .tittle {
    color: #282828;
    font-family: 'atypsemibold';
    line-height: 23px;
    font-size: 18px;
    padding: 15px 0 0px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.blog-listing {
    width: 100%;
    text-align: center;
}

/********************************************blog page********************************************/
/**************************************************contactus page****************************************************/
.contact_banner{
  z-index: 1;
}
.contact_container{
  display: block;
    width: 100%;
    padding: 0px 0 10%;
    text-align: center;
    position: relative;
}
.contact_container p{
  color: #282828;
  font-family: 'atypregular';  
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0 0;
}
.contact_container .image {
    width: 40%;
    content: "";
    position: absolute;
    left: 0;
    top: -24%;
    background: url(../images/contact_img.png) no-repeat;
    background-position: left top;
    background-size: 100%;
    height: -webkit-fill-available;
    /* padding: 25% 0; */
}
.contact_container .image img{
  height: 100%;
}
.contactform_wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 auto 0;
  position: relative;
  padding: 60px 0 0;

}

.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
}

.contactaddress_area {
  width: 45%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.contactaddress_area h6 {
    color: #282828;
    font-family: 'montserratsemibold';
    font-size: clamp(18px, 7vw, 20px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 0 6px;
}
.contactaddress_area .main_tittle {
    color: #b32f25;
    font-family: 'atypbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(30px, 7vw, 42px);
    line-height: 1.2;
    padding: 0px 0 0;
}
.contactform_form form label {
  display: block;
  color: #282828;
  font-family: "atypregular";  
  font-size: 15px;
  padding:14px 0;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;    
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}
.contactform_form form p:last-of-type{
  text-align: left;
}
.contactform_form  form .full {
grid-column: 1 / 3;

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #f9f9f9;
  border: none;  
  padding: 10px 8px;
  font-family: "atyregular";
  font-size: 15px;
  text-transform: none;
  color: #282828;  
  height: 40px;
}

.contactform_form form button{
 
  height: 45px;
  display: block;
  margin: 0 auto;
  
}

.wpcf7-list-item {
  display: flex;
  padding-top: 42px;
  position: relative;
  padding-right: 50px;
  flex-direction: row-reverse;
}

.contactform_form form input::placeholder,  .contactform_form form textarea::placeholder {
  
  display: block;
  font-family: "centurygothicregular";
  font-size: 13px;  
  color: #d1d1d1; 
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
}

.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 120px;
}
.contactform_form .wpcf7-submit {
  
  background: #ec2124;
    border: 0;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
}
.contactform_form .wpcf7-submit:hover {
  
}
.contactform_form  form button:hover,
.contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.contactform_form form .full:last-child{
  margin-bottom:0;
}


.contactform_area{
  width: 48%;
  display: inline-block;
  
}
.contactpage .contactform_form form .icon {
    position: relative;
    background: #b32f25;
    border-radius: 30px;
    height: 40px;
    display: block;
}
.contactpage .contactform_form form .icon:hover{
   background-color: #447d3f;
    border-color: #447d3f;   
}
.contactpage .contactform_form form .icon::after{
  background: url(../images/submit_arrow.png) no-repeat;
  background-position: right center;
  position: absolute;
  right:5px;
  top:5px;
  background-size: 100%;
  width:30px;
  height: 30px;
  content: "";
}
.contactpage .contactform_form form .btn {
    font-size: 18px;
    text-transform: capitalize;
    background: transparent;
    font-family: 'atypmedium';
    border: 2px solid #b32f25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    gap: 1px;
    border-radius: 30px;
    transition: all 0.4s 
cubic-bezier(0.1, 0.1, 0.25, 0.9);
    width: 100%;
    line-height: 30px;
    margin: 0;
    position: relative;
    z-index: 2;
}
.contactpage .contactform_form form .btn span {
    padding-left: 12px;
    width: 26%;
    display: inline-block;
}
.contactpage .contactform_form form .btn span img{
 
}
.contactpage .contactform_form form .btn:hover{
  background-color: transparent;
    border-color: #b32f25;   
    display: inline-flex;
    color: #fff;
}
.contact_info {
  padding: 0;
  width: 100%;
}
.contact_info .item {
  display: flex;
  margin-top: 25px; 
}
.contact_info .item .icon {
  display: inline-block;
}
.contact_info .item .icon::before {
  background: url(../images/contact_location.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.contact_info .item .details {
  display: inline-block; 
}

.contact_info .item .details p {
  font-family: 'atypsemibold';
  color: #b32f25;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
}
.contact_info .item .details p span{
  font-family: 'atypregular';
   font-size: 17px;
  line-height: 24px;
  color: #282828;
  text-transform: none;
  padding-top: 5px;
  display: block;
}
.contact_info .item .details p span a{
  color: #282828;
}
.contact_info .item .icon1 {
  display: inline-block;
}
.contact_info .item .icon1::before {
  background: url(../images/contact_call.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;    
}

.contact_info .item .details p a {
  color: #282828;
  cursor: pointer;  
  padding: 0 5px 0 0;
  text-transform: none;
  word-break: break-all;
}

.contact_info .item .icon2 {
  display: inline-block;
}
.contact_info .item .icon2::before {
  background: url(../images/contact_mail.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
   width: 46px;
  height: 46px;
  display: inline-block;   
}
.map_container{  
  padding: 0px 0 0px;
  display: block;
  margin: 0 auto;
  background: #579552;
  text-align: center;
  width:100%;
  position: relative;
  z-index: 1;
}
.map_container .container{
   margin: 0 auto; 
   width:80%;
}
.map_wrapper{
 width:100%;
  margin: 40px auto 0;
 display: block;
}
/**************************************************contactus page****************************************************/
/**************************************************aboutus page****************************************************/
.about_container{
  width:100%;
  margin: 70px 0 0;
  display: block;
  text-align: center;
}
.about_container h3, .about_container p{
  color: #282828;
}
.about_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
  text-align: left;
}
.about_wrapper .block{
  display: inline-flex;
  width:33.333%;
  flex-wrap: wrap;
  padding: 0 10px;
}
.about_wrapper .block p{
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}
.abouttop_content{
  width:90%;
  margin: 0 auto;
}

.about_wrapper .block.center .image{
  margin: 0;
}
.about_wrapper .block.left .image{
  margin: 20px 0 0;
}
.about_wrapper .block.right .image{
  margin: 0px 0 20px;
}
.about_wrapper .block .text_wrapper{
background: linear-gradient(to bottom, #61a65b, #387b33);
    border-radius: 20px;
    padding: 30px;
   
}
.about_wrapper .block .text_wrapper h5{
  position: relative;
    font-family: 'atypmedium';
    font-size: clamp(20px, 5vw, 24px);
    color: #fff;
    padding-left: 0;
    text-transform: capitalize;
    line-height: 1.2;
    display: block;
    padding: 10px 0 0;
}
.about_wrapper .block .image{
  margin: 20px 0;
}
.about_wrapper .block .image img{
  border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.aboutbottom_container {
  width:100%;
  margin: 60px 0 60px;
  display: block;
}
.aboutbottom_wrapper{
  width:95%;
  margin: 0 auto;
}
.aboutbottom_wrapper .tittle{
  font-family: 'atyplight';
    color: #282828;
   font-size: clamp(18px, 7vw, 25px);
    line-height: 1;
    padding: 10px 0 0px 0;
}
.aboutbottom_wrapper .block{
  border-top: 2px solid #a5a5a5;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.aboutbottom_wrapper .block .head{
  width:34%;
  display: inline-block;
}
.aboutbottom_wrapper .block .content{
  width:65%;
  display: inline-block;
}
.aboutbottom_wrapper .block h2{
  font-family: 'atypsemibold';
    color: #282828;
    font-size: clamp(25px, 7vw, 42px);
    margin: 0 0 0px 0;
    text-transform: capitalize;
    line-height: 1.1;
}
.aboutbottom_wrapper .block .content p{
  padding: 0;
  color: #282828;
}
/**************************************************aboutus page****************************************************/
#global_slider{
      display: none;
    }
  #counter2 {
        display: none;
    }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link{
      font-family: 'atypmedium';
    }
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
  text-decoration: none;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
 #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > 
ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  font-family: 'atypmedium';
  text-transform: capitalize;
  line-height: 1;
  font-size: 19px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > 
 ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
  font-family: 'atypregular';
  font-size: 16px;
  padding: 0px 0;
 }
 #mega-menu-wrap-main #mega-menu-main, #mega-menu-wrap-main{
  position: unset;
  height: 100%;
    overflow-y: auto;
 }
 #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu{
  right: 6%;
        left: auto;
        width: 75%;
        border-radius: 0 0 10px 10px;
 }
 
 #mega-menu-wrap-main #mega-menu-main li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
  margin: 5px 0 0;
 }
 #mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
   padding: 0 10px;
    border-right: 2px solid #a5a5a5;
}
span.wpcf7-spinner {
    position: absolute;
}
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-numbers.current {
  background: #b32f25;
  color: #fff
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 30px;
  color: #282828;
  background: 0 0;
  border: 2px solid #b32f25;
  font-family:'atypmedium';
  justify-content: center;
}
.page-numbers:hover{
  display: flex;
}
a.next.page-numbers {
  background: 0 0;
  color: #282828
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:last-child{
  display: none;
}
#mega-menu-wrap-main #mega-menu-main {
    text-align: left;
    padding: 10px 0px 10px 0px;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px;
    width: 100%;
}
.whats-app-chat {
    position: fixed;
    right: 20px;
    top: 82%;
    z-index: 1;
    z-index: 99999;
    justify-content: center;
    width: 60px;
    height: 60px;
}
iframe#gmap_canvas {
    width: 100%;
    /* height: 100%; */
    display: block;
    margin: 0;
    padding: 0;
}
#global_slider .owl-dots .owl-dot{
  background: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
   
    grid-column: 1 / 3;
}
img.mobile_banner {
    display: none;
}

img.main_img.desktop_banner {
    display: block;
}
.not-found .wrapper img {
            width: 35%;
            padding-bottom: 10px;
        }

        .not-found .wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 8% 0 0;
        }
.not-found .wrapper .content {
    text-align: center;
}
span.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  grid-column: 1 / 3;
  margin: 0;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output , .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
   grid-column: 1 / 3;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1900px) {
  header .menu-div .menu .menu-list li a {    
      font-size: 24px;
  }
  .btn {    
    font-size: 21px;
  }
  h3 {    
    font-size: clamp(25px, 7vw, 36px);
  }
  .banner_content h2::after{
    bottom:-20px;
  }
  .banner_content .btn {
    
    margin-top: 40px;
}
  h6 {    
    font-size: clamp(20px, 7vw, 24px);
  }
  p {   
    font-size: 20px;
    line-height: 28px;
  }
  .rating_container .block .content .tittle {
    
    font-size: clamp(20px, 5vw, 30px);
  }
  .counterblock_wrapper .counter_block .block_inner .number {   
    font-size: 40px;    
    line-height: 40px;
}
.newsblock_inner .content .tittle {    
    line-height: 27px;
    font-size: 20px;
}
footer ul.links li {    
    font-size: 20px;
}
footer .desc p {    
    font-size: 15px;
}
.whychoose_wrapper .item .block {  
    height: 600px;
}
}
@media (max-width: 1420px) {
.productdescription_wrapper .block_wrapper .right .block p {
    color: #282828;
    font-family: 'atypregular';
    padding: 0;
    line-height: 20px;
    font-size: 16px;
}
}
@media (max-width: 1350px) {
.banner_content {   
    width: 80%;    
}
.counter_wrapper {
    width: 88%;
}
.homequality_wrapper, .whychoose_wrapper {
    width: 100%;
}

}
@media (max-width: 1280px) {
  .book_mobile {
      margin: 0 0 0 calc(100% - 475px);
      display: inline-flex;
      justify-content: right; 
  }
  .hamburger {
    height: 40px;
    width: 50px;
    transform: 0.2s;
    position: relative;
    z-index: 10000;
    display: block;
}
  .btn.book{
      display: none;
  }
  header .menu-div {
    
  }
  header .menu-div .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 25px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transform: scale(1.1);
    flex-wrap: wrap;
  }
  header .menu-div .menu .menu-list {    
    position: relative;
    max-height: 100%;
    overflow: auto;
    width:100%;
    text-align: left;
  }
  header .menu-div .menu .menu-list li {
    display: block;
    line-height: 60px;
    border-bottom:2px solid #4cc19b;
}
  header.fix .menu-div .menu .menu-list li {
    line-height: 70px;
}
  header .menu-div .menu .menu-list li a {
    display: block;
    font-size: 25px;
  }
  header .menu-div .menu .menu-list li:nth-child(5), header .menu-div .menu .menu-list li:nth-child(6) {
    display: block;
}
  header .menu-div .menu .menu-list li.current-menu-item a {
    color: #4cc19b;
}
header .menu-div .menu .menu-list li a:hover {
  color: #4cc19b;
}
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1 {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4 {
    display: none;
  }
  
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
    text-align: left;
    position: relative;
    left: 0;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin: 0px 0px 0px 0px;
    transform: none;
    border-radius: 0px;
    display: none;
    background: transparent;
    padding: 0;
    
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: 35px;
  border-bottom: none;
  position: relative;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 35px;
    padding: 0px 0px;
    color: #2d2d2d;
    font-size: 22px;
    display: flex;
    text-transform: capitalize;
    border-bottom: none;
    text-align: left;
    justify-content: flex-start;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a::after{
  display: none;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a {
    font-size: 16px;
    text-transform: capitalize;
    color: #202020;
    line-height: 20px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
    transform: rotate(90deg);
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    text-align: center;
    left: 0px;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
    margin: 0px 0px 0px 0px;
    transform: translateY(0px);
    border-left: none;
    border-radius: 0px;
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::before {
    /*display: none;*/
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children.open .sub-menu {
    display: block;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
    display: none;
  }
  header .menu-div .menu.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  header .menu-div .search {
    margin: -2px 20px 0px calc(100% - 264px);
  }
  header .menu-div .search a {
    font-size: 20px;
  }
  header .menu-div .search .search-div {
    top: 52px;
  }
  header .menu-div .menu-btn {
    display: inline-block;
    margin: 0;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children::after {    
    position: absolute; 
    transform: rotate(135deg);
    position: absolute;
    right: 10%;
    top: calc(50% - 42%);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children a::after {
  content: '';
    position: relative;
    display: block;
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #32755f;
    border-right: 2px solid #32755f;
    transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}

header .menu-div .menu .social{
display: block;
margin: 30px 0 0;
position: relative;
width:100%;
text-align: center;
}
header .menu-div .menu .social li {
display: inline-block;
    margin: 0px 12px 0px 0px;
    text-align: center;
}
header .menu-div .menu .social li a {
display: block;
    font-size: 15px;
    color: #87dbe9;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .social li a::after{
  display: none;
}
header .menu-div .menu .social li a:hover{
color: #202020 !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item:nth-child(6) {
        display: block;
    }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item:last-child{
  display: block;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 0 10px;
    border-right: none;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
    font-family: 'atypmedium';
    font-size: 22px;
    height: auto;
    line-height: 40px;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0;
    width: 100%;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'atypmedium';
    text-transform: capitalize;
    line-height: 1;
    font-size: 15px;
}
    #mega-menu-wrap-main #mega-menu-main li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
        padding:4px 0 0;
    }
  }
@media (max-width: 1250px) {
  .producttop_wrapper {
    width: 100%;  
}
.producttop_wrapper .content {
    width: 100%;
    display: block;
}
.productbottom_wrapper {
    margin: 0 auto 0;
    width: 100%;
}
.inner_banner {
    margin: 0px 0 0;
    height: auto;
}
.homefaq_wrapper{
  width:100%;
}
.homeproduct_container .block .content {
   
    width: 92%;
}
.global_wrapper {
  
    width: 100%;
}
.contactform_wrapper {
    width: 100%;
}

}
@media (max-width: 1150px) {
      .inner_banner {
        margin: 60px 0 0;
        height: auto;
    }
    .inner_banner .banner_wrapper {
    position: absolute;
    left: 8%;
    top: 17%;
    }
    .inner_banner .banner_wrapper h3 {
    margin: 0px 0;
    line-height: 1.1;
    font-size: clamp(30px, 5vw, 60px);
    }
    ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    }
    .productdescription_wrapper .block_wrapper .right .block {
    width: 45%;
    }
    .counter_wrapper {
        width: 100%;
    }
    .counter_wrapper .right {
    width: 100%;
    }
.contact_container .image {
    width: 51%; 
    top: -24%;
}

}
@media (max-width: 1050px) {
.blog_container .homeblog_wrapper .item {
    width: 50%;
    display: inline-block;
}
.newsdetail_wrapper .left {
    width: 100%;
    display: block;
    text-align: left;
}
.newsdetail_wrapper .right .right_wrapper {
    width: 100%;
    display: block;
    padding: 5px 0px 80px 5%;
  }
.newsdetail_wrapper .right {
    width: 100%;
    display: block;
    text-align: left;
    margin: 30px 0 0;
}
.contactform_wrapper {
  width:100%;
  justify-content: center;
  flex-direction: column-reverse;
}
.contactaddress_area {
    width: 100%;
    display:block;
}
.contactform_area {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
    .contact_container .image {
        width: 100%;
       background-size: cover;
        bottom: 0;
    }
        .contactaddress_area {
        width: 100%;
        display: block;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    p.half {
    grid-column: 1 / 3;
}

.global_container{
  padding: 50px 0;
}
 .global_wrapper {
        width: 100%;
        justify-content: center;
    }
    .global_wrapper .left{
      width:85%;
      display: block;
      text-align: center;
      margin: 0 auto;
    }
    .global_wrapper .right{
      width:95%;
      display: block;  
      margin-left: auto;
      margin-right: 0;   
      padding: 0;
    }
    .cards-viewport{
      display: none;
    }
    #global_slider{
      display: block;
    }
     #global_slider .item{
      padding: 0 10px;
      height: 100%;
     }
    .global_container .container{
      width:100%;
    }
.global_container .owl-stage{
  display:flex;
}
 #global_slider .card-content{
  height: 100%;
 }
}
@media (max-width: 950px) {
  .productlist_wrapper .product_box {
    width: 50%;
    padding: 8px;
  }
  .counter_wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .counter_wrapper .right {
        width: 90%;
        margin: -10% auto 0;
    }
}
@media (max-width: 850px) {
  .productdescription_wrapper .block_wrapper .left {
    width: 100%;    
    padding: 4px 0;
}
.productdescription_wrapper .block_wrapper .right {
    width: 100%;
}
.productdescription_wrapper .block_wrapper .right .block {
        width: 48.5%;
    }
        .productdescription_wrapper .block_wrapper .right .block {
        width: 100%;
        margin: 4px 0;
        text-align: center;
        justify-content: center;
    }
        .homefaq_wrapper {
       
        flex-wrap: wrap;
    }
.homefaq_wrapper .left{
  width:100%;
  display: block;
}
.homefaq_wrapper .right{
  width:100%;
  display: block;
}
    .banner_content {
        width: 95%;
    }
   
 .homequality_wrapper, .whychoose_wrapper {
        width: 100%;
        justify-content: center;
    }
    .homequality_wrapper .right{
      width:100%;
      text-align: center;
    }
        .homequality_wrapper .left{
          width:100%;
          margin: 40px auto;
        }
     .homequality_wrapper .left .image{
      width:90%;
     }
     .rating_container .block {
  
    right: 0;
    bottom: 5%;
}
    #counter{
      display: none;
    }
    #counter2{
      display: block;
    }
    .about_wrapper .block {  
    width: 100%;  
    margin: 0px 0 0;
}
.about_wrapper .block.left {
    flex-direction: column-reverse;
}
.about_wrapper .block.right {
    flex-direction: column-reverse;
}
.about_wrapper .block .text_wrapper {
   margin: 20px 0;
}
.aboutbottom_wrapper .block .head {
    width: 100%;
    display: block;
}
.aboutbottom_wrapper .block .content {
    width: 100%;
    display: block;
    margin: 10px 0 0;
}
.aboutbottom_wrapper .block .head br{
  display: none;
}
}
@media (max-width: 750px) {
    .banner_content {
        width: 90%;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%) !important;
        text-align: center;
        top:auto;
    }
    .banner_content h2 {   
    padding-right: 0;
}
.banner_content h2::after{
  display: none;
}
.banner_content .btn{
  margin-right: 0;
}
.whychoose_wrapper .item .block::after {
    transform: translate(0, 0);
}
.whychoose_wrapper .item .block::before {
    transform: translate(0, 0);
}
.whychoose_wrapper .item .block .icon img{
  filter: brightness(0) invert(1);
    transition: filter 1s ease;
}
.whychoose_wrapper .item .block h3, .whychoose_wrapper .item .block p {
    color: #fff;
    transition: color 1s ease;
}
.blog_container .homeblog_wrapper .item {
    width: 100%;
    display: inline-block;
}
  }
@media (max-width: 700px) {
  footer ul.links {
    display: none;
  }
  footer .desc p {
    color: #fff;
    font-size: 12px;
  }
  .product_container {   
    margin: 40px 0;    
}
p {   
    font-size: 14px;
    line-height: 20px;
}
.contact_info .item .details p span {
    font-family: 'atypregular';
    font-size: 14px;
    line-height: 21px;

}
img.mobile_banner {
    display: block;
}

img.main_img.desktop_banner {
    display: none;
}
}
@media (max-width: 650px) {
header .menu-div .logo {
    width: 188px;
}
.footer_logo {
    width: 200px;
}
    ul.breadcrumb li {
        display: inline;
        font-size: 10px;
    }
    .inner_banner .banner_wrapper h3 {
    margin: 0px 0;
    line-height: 1.1;
    font-size: clamp(20px, 5vw, 60px);
    }
    .counterblock_wrapper .counter_block {
    padding-right: 20px;
    display: inline-block;
    width: 50%;
    padding-top: 20px;
}
    .global_container {
        padding: 50px 0 0px;
        background: #599e54;
    }
.whats-app-chat {
   position: fixed;
        right: 20px;        
        z-index: 1;
        z-index: 99999;
        justify-content: center;
        width: 50px;
        height: 50px;
}
ul.breadcrumb {
    padding: 10px 0 0;
    list-style: none;
 display: block; 
    align-items: center;
}
.productlist_wrapper .product_box h4, .about_wrapper .block .text_wrapper, .aboutbottom_wrapper, .contactaddress_area {
  text-align: center;
}
  .contact_info .item {  
    justify-content: center;
}
}
@media (max-width: 550px) {
 .productlist_wrapper .product_box {
    width: 100%;
    padding: 8px;
  }
  .inner_banner .banner_wrapper {
        font-size: clamp(20px, 5vw, 60px);
    }
ul.breadcrumb {
    padding: 0px 0 0;
}
    header .menu-div .logo {
        width: 138px;
    }
    .banner .social{
      display: none;
    }
    .banner_content h2 {
   
    font-size: clamp(25px, 7vw, 60px);
    }
    

.card-content {
  
    padding: 10px 20px 20px;
}
.counter_wrapper .right {
   
    padding: 30px 20px;
}
  }
@media (max-width: 450px) {
.inner_banner .banner_wrapper h3 {
        margin: 0px 0;
        line-height: 1.1;
        font-size: clamp(15px, 5vw, 60px);
    }
        ul.breadcrumb li {
        display: inline;
        font-size: 9px;
    }
    #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
        font-family: 'atypmedium';
        font-size: 30px;
        height: auto;
        line-height: 44px;
        padding: 10px 0;
    }
  }