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

@font-face {
  font-family: 'overpassbold';
  src: url('../fonts/Overpass-Bold.woff2') format('woff2'), url('../fonts/Overpass-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'overpasssemibold';
  src: url('../fonts/Overpass-SemiBold.woff2') format('woff2'), url('../fonts/Overpass-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'overpassblack';
  src: url('../fonts/Overpass-Black.woff2') format('woff2'), url('../fonts/Overpass-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'overpassextrabold';
  src: url('../fonts/Overpass-ExtraBold.woff2') format('woff2'), url('../fonts/Overpass-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'overpassmedium';
  src: url('../fonts/Overpass-Medium.woff2') format('woff2'), url('../fonts/Overpass-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinsblack';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.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);
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'overpassregular';
  position: relative;
}
::-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: normal;
}
.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-wrapper {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
}

/* Actual button */
.btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: #FF7300;
  border: 2px solid #FF7300; 
  border-radius: 10px;
  cursor: pointer;
  text-transform: capitalize;
}

/* Striped background base */
.btn-stripes {
    position: absolute;
    bottom: -9px;
    left: 9px;
    width: 100%;
    height: 45px;
    background: repeating-linear-gradient(-45deg, #FF7A0D, #FF7A0D 2px, transparent 2px, transparent 4px);
    border-radius: 10px;
    z-index: 1;
}

.btn:hover {
  background-color:#fff;
  border-color: #FF7300;
  display: inline-flex;
  color: #FF7300;
  -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 span {
  padding-left: 6px;
    color: #4cc19b;    
    vertical-align: middle;
}
.btn:hover span{
  color: #fff;
}
.btn:active {
  box-shadow: none;
}
.btn:focus{
  display: inline-flex;
}
.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;
}
.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: 45px;
  line-height: 45px;
  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: 90%;
  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;   
}

.social li {
    display: block;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.social li a {
    display: block;
    font-size: 20px;
    color: #fff;
    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);
}
.social li a:hover{
  
}
.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: #2152FF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
    background-position: center;
    border-color: #2152FF;
    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: transparent;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    -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: 83px;
  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;
  background-size: 200% auto;
  filter: drop-shadow(-4px 4px 4px rgba(40,40,40,0.24));
  background-image: linear-gradient(to right, #4bc09a 0%, #13bad7 51%, #4bc09a 100%);
  color: #fff;
  font-size: 18px;
}
header .menu-div .menu .btn:hover {
  background-position: right center; /* change the direction of the change here */
}
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 20px;
}

header .menu-div .menu .menu-list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 0px;
  color: #2152FF;
  font-family: 'overpassregular'; 
  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: #FF7300;
  
}
header .menu-div .menu .menu-list li.current-menu-item a {
  color: #FF7300;  
}
header .menu-div .menu.open .menu-list li a {
 
 
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a {
  color: #FF7300;
 
}
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: 6px;
  height: 6px;
  border-top: 2px solid #2152FF;
  border-right: 2px solid #2152FF;
  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 .menu-list li.menu-item-has-children:hover::after {
  content: '';
  position: relative;
  display: block;
  padding: 0px 0px;
  width: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FF7300;
  border-right: 2px solid #FF7300;
  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 .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: -5%;
  top: 30px;
  width: 280px;
  background: #F7E1C7;
  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: 15px 0 15px;
  border-left: 2px solid #FF7300;
}
/*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;   
    position: relative;   
    padding: 0;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 19px;
    padding: 0;
    color: #2152FF;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    font-family: 'overpassregular';
    padding: 10px 20px;
}
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:hover a {
  color: #fff; 
  background: #FF7300;
}
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: 38px;    
  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 {
  
  
}
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: 13px;
}
header .menu-div .menu-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2152FF;
  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: #2152FF;
  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: 100%;
}
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: 100%;
}
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: 100%;
}
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 #2152FF;  
  padding:10px 0;
  background: #fff;
}
header.fix .logo{
    width:60px;
    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: 28px;  
  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);
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; 
  background: #fff;
}
.banner  img {
  display: block;
  width: 100%;
}
.banner .content {
    position: absolute;
    left: 58%;
    top: 61%;
    width: 40%;    
    z-index: 1;
    display: block;    
    padding: 0px 0px;  
    transform: translate(-50%, -50%);  
}
.banner .content h1 {
    font-size: clamp(25px, 7vw, 45px);
    color: #fff;
    font-family: 'montserratsemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    width:100%
}
.banner .content p {
    font-family: 'montserratmedium';
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    text-transform: none;
    padding: 15px 0 0 0;
    width:100%;
}
.banner .content .block{
    background: url(../images/bannerslider_bg.png) no-repeat center center;
    background-size: cover;
    padding: 32px 25px;   
    display: flex;    
    justify-content: space-between; 
    border-radius: 25px;
    position: relative;
    text-align: center;
    align-items: center;
}
.banner .content .block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(30%);
    filter: blur(250px);
    border-radius: 25px;
    z-index: 1;
    background: linear-gradient(to right, #FFE8CD, #F9B96C);
    opacity: 0.7;
}

.banner .content .block .content_wrapper{
    width:48%;
    display: inline-block;
    position: relative;
    z-index: 2;      
}
.banner .content .block .content_wrapper .tittle{
    font-size: clamp(20px, 7vw, 28px);
    color: #2152FF;
    font-family: 'overpasssemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;    
    text-transform: none;
    position: relative;
    text-transform: capitalize;
   
}
.banner .content .block .content_wrapper h6{
  font-size: 18px;
    color: #2152FF;
    font-family: 'overpasssemibold';
    line-height: 1.1;
    margin: 5px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    position: relative;    
}
.banner .content .block .image{
    width:50%;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.banner .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0 0;
    margin-left: auto;
    border: 2px solid #2152FF;
    width: 100px;
    border-radius: 30px;
    padding: 10px;
}
.banner .owl-nav .owl-prev{
    background: url(../images/prev.png) no-repeat center center;
    background-size: 100%;
    width:28px;
    height:18px;
    border: none;
}
.banner .owl-nav .owl-next{
    background: url(../images/next.png) no-repeat center center;
    background-size: 100%;
    width:28px;
    height:18px;
    border: none;
}
.banner .owl-nav  span{
  display: none;
}
.banner .content_right {
    position: absolute;
    right: 8%;
    top: 17%;
    width: 30%;    
    z-index: 1;
    display: block;    
    padding: 0px 0px;    
}
.banner .content_right h3{
  background: #2152FF;
  padding: 6px 25px 2px;
  border-radius: 10px;
  font-family: 'overpassblack';
  color: #fff;
  font-size: clamp(20px, 7vw, 40px);
  display: inline-block;
  text-transform: capitalize;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.18));
  transform: rotate(1deg);
  position: relative;
  z-index: 2;
  margin-left: 3%;
}
.banner .content_right h3.note2{
  transform: rotate(-5deg);
  z-index: 1;
  margin-left: 18%;
  margin-top: -15px;
}
.banner .content_right h1{
  background: #FF7300;
  padding: 6px 25px 2px;
  border-radius: 10px;
  font-family: 'overpassblack';
  color: #fff;
  font-size: clamp(20px, 7vw, 50px);
  display: inline-block;
  text-transform: capitalize;
  filter: drop-shadow(3px 5px 7px rgba(0, 0, 0, 0.18));
  transform: rotate(3deg);
  position: relative;
  z-index: 0;
  margin-top: -13px;
}
.homeproduct_container{
  width:100%;
  margin: 40px 0 0;
  display: block;
  text-align: center;
}
.homeproduct_wrapper{
  margin: 0px 0 0;
}
.homeproduct_wrapper .item{
  padding: 40px 40px 60px;
  position: relative;
}
.homeproduct_wrapper .item a {
    width: 100%;
}
.homeproduct_wrapper .block{
  width: 100%;
  padding: 0 50px 40px 0;
  background: repeating-linear-gradient(-45deg, #FF7A0D 2px, #FF7A0D 2px, transparent 5px, transparent 8px, transparent 7px);
  border-radius: 0 80px 0 80px;
  text-align: center;  
}
.homeproduct_wrapper .block .block_inner{
  background: linear-gradient(to bottom right, #FF7300 0%, #FFAA65 100%);
  padding:60px 35px;
  border-radius: 0 80px 0 80px;
  text-align: left;
  height: 317px;
    display: flex;
    align-items: center;
}
.homeproduct_wrapper .block .block_inner h4{
  font-size: clamp(18px, 6vw, 32px);
  color: #fff;
  font-family: 'poppinsbold';
  line-height: 1.1;
  margin: 0px 0px 0px 0px;  
  text-transform: none;
  position: relative;
  text-transform: capitalize;

}
.homeproduct_wrapper .item .image {
    display: inline-block;
    /* margin-right: -10%; */
    /* margin-top: -10%; */
    position: absolute;
    right: 0;
    bottom: 0;
    width:50%
}
.homeproduct_wrapper .item .image img{
  
}
.main_tittle{
  font-size: clamp(20px, 7vw, 38px);
    color: #2152FF;
    font-family: 'poppinssemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;    
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:100%;
}
.main_tittle::before{
  content: "";
    border-top: 2px solid #FF7A0D;
    position: relative;
    left: 0;
    height: 2px;
    width: 50%;
    margin-right: 10px;    
}
.main_tittle::after{
  content: "";
    border-top: 2px solid #FF7A0D;
    position: relative;
    right: 0;
    height: 2px;
    width: 50%;
    margin-left: 10px;    
}
img.mob_banner{
  display: none;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    margin-left: auto;
    border: 2px solid #2152FF;
    width: 105px;
    border-radius: 30px;
    padding: 10px;
}
.owl-nav .owl-prev{
    background: url(../images/prev.png) no-repeat center center;
    background-size: 92%;
    width:28px;
    height:18px;
    border: none;
}
.owl-nav .owl-next{
    background: url(../images/next.png) no-repeat center center;
    background-size: 92%;
    width:28px;
    height:18px;
    border: none;
}
.owl-nav  span{
  display: none;
}
.homeabout_container {
  width: 100%;
  margin: 60px 0 0;
  display: block;
  text-align: center;
}
.homeabout_wrapper {
  margin: 40px auto 0;
  width:98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.homeabout_wrapper .image{
  width: 48%;
  display: inline-block;
  position: relative;
}
.homeabout_wrapper .content{
  width: 48%;
  display: inline-block;
  position: relative;
}
p {
    color: #000;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0;
    font-family: 'poppinsregular';
    font-size: 17px;
}
.tryout_container {
  width: 100%;
  margin: 60px 0 0;
  display: block;
  text-align: center;
  background: url(../images/tryoutbg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0 50px;
}
.tryout_wrapper{
  width:40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-right: 3%;
}
.tryout_wrapper .block{
  width: 100%;
  padding: 0 0px 20px 30px;
  background: repeating-linear-gradient(-45deg, #fff 2px, #fff 3px, transparent 5px, transparent 7px);
  border-radius: 0 80px 0 80px;
  text-align: center;  
}
.tryout_wrapper .block .block_inner{
  background: linear-gradient(to bottom right, #FF7300 0%, #FFAA65 100%);
  padding:60px 40px;
  border-radius: 0 80px 0 80px;
  margin: -5% -5% 0 0;
}
.tryout_wrapper .block .block_inner .tittle{
  font-size: clamp(40px, 6vw, 100px);
  color: #fff;
  font-family: 'poppinsblack';
  line-height: 1.1;
  margin: 0px 0px 0px 0px;  
  text-transform: none;
  position: relative;
  text-transform: uppercase;

}
.tryout_wrapper .block .block_inner h4{
  font-size: clamp(20px, 6vw, 32px);
  color: #fff;
  font-family: 'poppinsbold';
  line-height: 1.1;
  margin: 0px 0px 0px 0px;  
  text-transform: none;
  position: relative;
  text-transform: capitalize;

}
.tryout_wrapper .block .block_inner h5{
  font-size: clamp(18px, 6vw, 28px);
  color: #fff;
  font-family: 'poppinsbold';
  line-height: 1.1;
  margin: 0px 0px 0px 0px;  
  text-transform: none;
  position: relative;
  text-transform: capitalize;

}
.testimonial_container {
  width: 100%;
  margin: 60px 0 0;
  display: block;
  text-align: center;
}
.testimonial_wrapper {
  width: 100%;
  margin: 40px auto 0;
  display: block; 
}
.testimonial_wrapper .item {
  padding: 10px 15px;
  position: relative;
}
.testimonial_wrapper .item .block {
  display: block;
}
/*.testimonial_wrapper .owl-item:nth-child(even) .item .block {
  flex-direction: row-reverse;
}
.testimonial_wrapper .item .block .image {
  width:32%;
  display: inline-block;
    overflow: hidden;
    clip-path: polygon(73px 0%, 100% 0%, 100% 100%, 60px 100%, 0% 13%, 0% -122%);
    border-radius: 20px;
}
.testimonial_wrapper .owl-item:nth-child(even) .item .block .image {
  clip-path: polygon(0px 0%, 104% 0%, 70% 100%, 0px 100%, 0% 0%, 0% 0%);
}
.testimonial_wrapper .item .block .image img {
  border-radius: 20px;
  height: 100%;
}*/
.testimonial_wrapper .item .block .content {
  width:100%;
  display: inline-block;
  padding: 20px 15px;
  background: #FEF2E4;
  border-radius: 20px;
  position: relative;
  text-align: left; 
  height: 185px;
}
/*.testimonial_wrapper .owl-item:nth-child(even) .item .block .content {
  margin-left: 0;
  margin-right: -4%;
}*/
.testimonial_wrapper .item .block .content p{
  font-size: 15px;
  font-family: 'poppinslight';
  line-height: 21px;
}
.testimonial_wrapper .item .block .content::before {
    content: '';
    width: 60px;
    height: 100px;
    border-radius: 20px 0 0 0;
    border-top: 3px solid #F37A21;
    border-left: 3px solid #F37A21;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;    
    transition: 0.5s all ease-in-out;    
    transform-origin: 0 0;
}
.testimonial_wrapper .owl-item:nth-child(even) .item .block .content::before {
    content: '';   
    right: 0;
    top: 0;  
    left: auto; 
    border-right: 3px solid #F37A21;
    border-left: none;
    border-radius: 0 20px 0 0;
}
.testimonial_wrapper .item .block .content::after {
    content: '';
   width: 60px;
    height: 100px;
    border-radius: 0 0 20px 0;
    border-right: 3px solid #2152FF;
    border-bottom: 3px solid #2152FF;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;   
    transition: 0.5s all ease-in-out;
    transform-origin: 100% 100%;
}
.testimonial_wrapper .owl-item:nth-child(even) .item .block .content::after {
    content: '';
    left: 0;
    bottom: 0;  
    border-right: none;
    border-left: 3px solid #2152FF;  
    border-radius: 0 0 0 20px;
}
.testimonial_wrapper .item .block .content .name{
  font-size: clamp(16px, 6vw, 18px);
  color: #2152FF;
  font-family: 'poppinssemibold';
  line-height: 1.1;
  margin: 0px 0px 0px 0px;  
  text-transform: none;
  position: relative;
}
.testimonial_wrapper .item .block .content .position{
  font-size: clamp(12px, 6vw, 14px);
  color: #000;
  font-family: 'poppinsregular';
  line-height: 1.1;
  margin: 5px 0px 0px 0px;  
  text-transform: none;
  position: relative;
}
.homeblog_container{
  width:100%;
  display: block;
  margin: 70px 0 0px;    
  text-align: center;
}

.homeblog_wrapper{
  width:100%;
  display: flex; 
  position: relative; 
  margin: 50px 0 0;  
  text-align: left;
  flex-wrap: wrap;
}
.homeblog_wrapper .item{
  padding: 15px 15px;
  width:100%;
  display: inline-block;
  margin: 0px 0 0;
}
.homeblog_wrapper .item .block{
  padding: 0px;
  background: #FEF2E4;
  border-radius: 32px;
}
.homeblog_wrapper .item .block:hover{
  
}
.homeblog_wrapper .item .block .image{
  border-radius: 32px;
  width:100%;
  display: block;
}
.homeblog_wrapper .item .block .image img{
  width:100%;
  height: auto;
  border-radius: 32px;
}
.homeblog_wrapper .item .block .content{
  width:100%;
  padding: 25px 25px 30px;
}
.homeblog_wrapper .item .block .content .tittle{
  font-family: 'overpassbold';
    color: #2152FF;
    font-size: clamp(18px, 7vw, 20px);
    line-height: 26px;
    text-transform: capitalize;
}
.homeblog_wrapper .item .block .content p{ 
  font-size: 16px;
  line-height:23px ;
}

.homeblog_wrapper .item .block .content .readmore{
  font-family: 'poppinsbold';
  font-size: 16px;
  color: #FB770D;
  text-transform: capitalize;
  display: inline-block;  
  align-items: center;  
  vertical-align: middle;
}
.homeblog_wrapper .item .block .content .readmore span{
    padding-left: 6px;
    color: #4cc19b;  
    border-bottom: 3px solid #fff;
    vertical-align: middle;
  }
  .homeblog_wrapper .item .block:hover .content .readmore span{
    border-bottom:3px solid #e9fef7;
    vertical-align: middle;
  }
footer {
  width: 100%;
  background: url(../images/footer_bg.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0 0;
  color: #fff;
  margin: 80px 0 0;
}
.footer_wrapper{
  display: flex;
  justify-content: space-between;  
  width:100%;
}
.footer_wrapper .footer_logo{  
  position: relative;
  border-radius: 20px;
  display: inline-block;
  width:150px;
  margin-top: -70px;
}
.footer_wrapper .footer_logo a{
  background: #fff;
  padding: 20px;
  width:100%;
  border-radius: 20px;
}
.footer_wrapper .footer_logo a::before {
    content: '';
    width: 60px;
    height: 80px;
    border-radius: 0px 0 0 20px;
    border-bottom: 3px solid #F37A21;
    border-left: 3px solid #F37A21;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;    
    transition: 0.5s all ease-in-out;    
    transform-origin: 0 0;
}

.footer_wrapper .footer_logo a::after {
    content: '';
   width: 60px;
    height: 80px;
    border-radius: 0 20px 0px 0;
    border-right: 3px solid #2152FF;
    border-top: 3px solid #2152FF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;   
    transition: 0.5s all ease-in-out;
    transform-origin: 100% 100%;
}
.footer_menu{
  display: inline-block;
  
}
footer .inline{
  width:40%;
}
footer .inline:nth-child(1) {
    width: 22%;
}
footer h4{
  font-size: 20px;
  color: #2152FF;
  font-family: 'overpassextrabold';
  line-height: 1.1;
  margin: 0px 0px 15px 0px;  
  text-transform: none;
  position: relative;
}
.footer_menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_menu ul li{
  display: inline-block;
}
.footer_menu ul li a{
  font-size: 16px;
  color: #000;
  font-family: 'overpassregular';
  line-height: 1.1;
  margin: 0px 20px 0 0;  
  text-transform: capitalize;
  position: relative;
}
.footer_menu ul li a:hover{
  color: #2152FF;
}
footer .footer_social {
  font-size: 0px;
  display: inline-block;
  margin: 20px 0px 0px 0px;
  position: static; 
  }
  .footer_social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
.footer_social li a {
  display: block;
  font-size: 15px;
  color: #FEF2E4 !important;  
  border: 1px solid #2152FF;
  width: 30px;
  height: 30px;
  display: flex;
  background: #2152FF;
  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_social li a:hover{
  
   border: 1px solid #FF7300; 
  background: #FF7300;
  }
  .footer_social .fa.fa-facebook {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer_contact ul li{
  display: inline-flex;  
  padding: 0 0 10px 0;
}
.footer_contact ul li:nth-child(3) {
  
}
.footer_contact ul li a{
  font-size: 16px;
  color: #000;
  font-family: 'overpassregular';
  line-height: 23px;
  margin: 0px 10px 0 0;  
  text-transform: capitalize;
  position: relative;
  width:90%;
}
.footer_contact ul li.mail a{
  text-transform: none;
}
.footer_contact ul li span {
    display: inline-block;
    padding-right: 10px;
}
.copyright{
  width:100%;
}
footer .desc {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 10px 0px 0px 0px;
  width: 100%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #2152FF;
  flex-wrap: wrap;
  padding: 10px 0;
}
footer .desc p {
  color: #000;
  font-family: 'overpasssemibold';
  font-size: 15px;
  padding: 0;
}
footer .desc p a{
  color: #000;
}
/*****************************************************product category page***********************************/
.inner_banner .content .block{
  width: 100%;
  padding: 0 10px 10px 0;
  background: repeating-linear-gradient(-45deg, #2152FF 2px, #2152FF 3px, transparent 5px, transparent 7px);
  border-radius: 0 60px 0 60px;
  text-align: center;
}
.inner_banner .content .block .block_inner{
  background: linear-gradient(to bottom right, #FF7300 0%, #FFAA65 100%);
  padding: 15px 80px;
  border-radius: 0 60px 0 60px;
  margin: -12% 0 0 -4%;
}
.banner .content h2 {   
    font-family: 'overpassblack';
    color: #fff;
    font-size: clamp(20px, 7vw, 42px);
    display: inline-block;
    text-transform: capitalize;    
    line-height: 1;
}
.inner_banner .content {
    width: auto;
    transform: translate(0, 0);
    left: 6%;
    top: auto;
    bottom: 15%;
}
.inner_banner{
  position: relative;
    width: 100%;
    padding: 0 10px 10px 0;
    background: repeating-linear-gradient(-45deg, #2152FF 2px, #2152FF 3px, transparent 5px, transparent 7px);
    border-radius: 0 0 317px 0;
    background-size: 100%;
    display: block;
    padding-bottom: 16px;
    padding-right: 35px;
}
.inner_banner .content .block:before{
  display: none;
}
.category_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 60px -20px 0;
  justify-content: center;
}
.category_wrapper .item{
  width:33.333%;
  padding: 20px;
}
.category_wrapper .item a {
    width: 100%;
}
.category_wrapper .item .image {
    display: inline-block;
    /* margin-right: -10%; */
    /* margin-top: -10%; */
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
  }
/*****************************************************product category page***********************************/
/****************************************************product listing page*****************************************/
.productlist_container{
  width:100%;
  display: block;
  margin: 60px 0 0;
}
.productlist_wrapper{
  display: flex;
  flex-wrap: wrap;  
  margin: 40px -10px 0;
  width:auto;
}
.productlist_wrapper .item{
  padding: 10px;
  width:25%;
  display: inline-block;
}
.productlist_wrapper .item a {
    width: 100%;
    background: linear-gradient(to bottom right, #FFE2CA 0%, #FF7301 100%);
    padding: 15px;
    border-radius: 21px;
    height: 100%;
    display: block;
}
.productlist_wrapper .item .block{
  width:100%;
}
.productlist_wrapper .item .block .image{
  border-radius: 21px;
}
.productlist_wrapper .item .block .image img{
  border-radius: 21px;
}
.productlist_wrapper .item .block .content{
  margin: 15px 0 0;
}
.productlist_wrapper .item .block .content h6{
  font-size: clamp(16px, 6vw, 18px);
    color: #fff;
    font-family: 'overpasssemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    position: relative;
}
.breadcrumb_container{
  width:100%;
  margin: 30px 0 0;
  display: block;
}
ul.breadcrumb {
  padding: 10px 0 0;
  list-style: none;  
  align-items: center;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-family: 'overpassregular';
  color: #FB770D;
  text-transform: capitalize;
}
ul.breadcrumb li+li:before {
  padding: 6px;
  color: #4099d5;
  content: "/\00a0";
  
}
ul.breadcrumb li a {
  color: #2152FF;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #2152FF;
  text-decoration: underline;
}
/****************************************************product listing page*****************************************/
/****************************************************blog page*****************************************/
.blog_container {
    display: block;
    width: 100%;
    margin-top: 60px; 
    position: relative;   
}
.blog_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0;
    justify-content: space-between;
}
.blog_wrapper .left {
    width: 72%;
    display: inline-block
}
.blog_wrapper .homeblog_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
  width:auto;
}
.blog_wrapper .homeblog_wrapper .item{
  width:33.333%;
  padding: 10px;
  display: inline-block;
}
.blog_wrapper .right {
    width: 25%;
    display: inline-block;
    text-align: left;
}
.news_list_wrapper {
    width: 100%;
    display: block;
    padding: 10px 0px;
}
.search {
  display: inline-block;
  position: relative;
  width: 100%; 
  padding: 10px 0 0;
}

.search .fa-search {
  position: absolute;
  top: 60%;
  left: auto;
  right: 5%;
  transform: translateY(-50%);   
  justify-content: center;
  border-radius: 2px;
  color: #2152FF;
  font-size: 20px;
}

.search input {
  width: 100%;
  height: 44px;
  background: none;
  border: 2px solid #2152FF;
  border-radius: 30px;
  font-family: 'poppinsregular';
  color: #252323;
  font-size: 15px;
  text-indent: 20px;  
  text-transform: none;
}
.search input::placeholder{
  color: #252323;
  text-transform: capitalize;
}
.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #2152FF;
  font-family: 'overpasssemibold';
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px 12px;
  margin: 0px 0 0;
  border: 2px solid #2152FF;
  width: 100%;
  background: transparent;
  margin: 10px 0;
  display: inline-flex;
  border-radius: 30px;
  justify-content: space-between;
}
.categories ul li:hover, .categories ul li:hover a{
  background: #2152FF;
  color: #fff;
}
.categories ul li a {
  color: #2152FF;
  cursor: pointer;
}
.categories ul li span{
  font-size: 12px;
}
.popular_post {
  margin-top: 40px;
}
.news_list_wrapper .tittle {
  color: #000;
  font-family: 'overpassbold';
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  padding: 0 0 10px 0px;    
  display: block;
  position: relative;
  border-bottom:2px solid #2152FF
}

.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 30%;
  display: inline-block;
}
.news_list .content {
  width: 66%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #000;
  font-family: 'overpassregular';
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  padding:0px 0 0px;
  border: none;
  margin: 0;
}
.news_list .content .date {
  color: #000;
  font-family: 'overpasssemibold';
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  padding: 5px 0 0px;
  border: none;
  margin: 0;
  position: static; 
  display: block;
}

.tags {
  margin-top: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 25px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
  color: #2152FF;
  font-family: 'overpasssemibold';
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content;
  border-radius: 30px;
  border: 2px solid #2152FF;
}
.tags ul li a:hover {
 
 color: #fff;
 background: #2152FF;
}
.news_content {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0 50px;
}
.blogdetail .left .image {
    width: 100%;
    border-radius: 25px;
    margin: 20px 0;
}
.blogdetail .left .image img{
  border-radius: 25px;
}
.blogdetail .left .maintittle {
    font-size: clamp(20px, 7vw, 38px);
    color: #2152FF;
    font-family: 'poppinssemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;    
    position: relative;
    text-transform: capitalize;  
}
.blogdetail .left .date{
  color: #000;
    font-family: 'poppinsregular';
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    text-transform: capitalize;
    padding: 8px 0 0px;
    border: none;
    margin: 0;
    position: static;
    display: block;
}
/****************************************************blog page*****************************************/
/****************************************************about page*****************************************/
.about_container{
  width:100%;
  margin:30px 0 0;
  display: block;
  position: relative;
}
.about_container::before{
  background: url(../images/about_bg.png) no-repeat;
  background-size:100%;
  background-position: right bottom;
  position: absolute;
  content: "";
  right:10%;
  bottom:10%;
  width:30%;
  height: 100%;
}
.about_wrapper{
  width:100%;
  display: block;
}
.about_wrapper .block_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 30px auto;
  width:95%;
}
.about_wrapper .block_wrapper .content{
  width:48%;
  display: inline-block;
}
.about_wrapper .block_wrapper .content h4{
  font-size: clamp(20px, 7vw, 32px);
    color: #2152FF;
    font-family: 'poppinssemibold';
    line-height: 1.1;
    margin: 0px 0px 10px 0px;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;    
    width: 100%;
}
.about_wrapper .block_wrapper .content h4::after {
   content: "";
    border-top: 2px solid #FF7A0D;
    position: relative;
    right: 0;
    height: 2px;
    width: 40%;
    margin-left: 10px;
}
.about_wrapper .block_wrapper .image{
  width:48%;
  display: inline-block;
}
.about_wrapper .block_wrapper:nth-child(even){
  flex-direction: row-reverse;
  margin: 30px auto 30px 0;
}
.about_wrapper .block_wrapper.vision_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0 30px 0;
    width: 85%;     
}
.about_wrapper .block_wrapper.vision_wrapper .content{  
  
  width:76%;
  display: inline-block;
  position: relative;
}
.about_wrapper .block_wrapper.vision_wrapper .content .content_description{
  position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 80px 8%;
}
.about_wrapper .block_wrapper.vision_wrapper .image{
  width: 20%;
  margin-left: -4%;
  display: inline-block;
}
.about_wrapper .block_wrapper.vision_wrapper .image img{
  height: 100%;
}
/****************************************************about page*****************************************/
 /***********************************************contactus page************************************************/
 .contactpage_container{
  width:100%;
  display: block;
  margin: 50px 0 0;
 }
 .contactus_form{
   width:100%;
   padding: 0;   
   text-align: right;
 }
 .contactform_wrapper{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
 }
 .contact_info{    
   width:51%;
   display: inline-block;
 }
.contactus_form h3{
  font-size: clamp(20px, 7vw, 35px);
    color: #2152FF;
    font-family: 'poppinssemibold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: capitalize;
 }
 
 .contactform_form{
   display: inline-block;
   width: 46%;
   padding: 0px 0 0;
 }
 .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
 .contactform_form form{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 5px;
   margin: 30px 0 0;
 }
 .contactform_form  form label {
   display: block;
   color: #2152FF;
   font-family: 'overpasssemibold';
   font-size: 16px;
   text-align: left;
   line-height: 25px;   
   width: 32%;
 }
 p.full:nth-of-type(6) label {
    width: 24%;
}
 .required{
   color: red;
 }
 
 .contactform_form  form p {
 margin: 0;
 }
 
 .contactform_form  form .full {
 grid-column: 1 / 3;
 margin-bottom: 0px;
 display: flex;
 align-items: center;
 }
 .contactform_form form .full:first-child {
  padding-top: 0;
}
 .contactform_form form input, .contactform_form form textarea, .contactform_form form select{
   width: 100%;
   padding: 12px;
   border: solid 2px #2152FF;
   border-radius: 4px;
   color: #2152FF;
   font-family: 'overpassregular';
   font-size: 15px;
   text-transform: none;
 }
  .contactform_form form .wpcf7-submit 
  {
    border: solid 2px #FF7300;   
   color: #fff;
   padding: 0 30px;
   font-size: 18px;
  }
  .contactform_form form .wpcf7-submit:hover{
    color:#FF7300
  }
 .contactform_form  form button,
 .contactform_form  form input.wpcf7-not-valid,
 .contactform_form  form textarea.wpcf7-not-valid {
 width: 100%;
 padding: 10px;
 border: 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: 100px;
 }
 .contactform_form form select.input-text {
    background: #fff url(../images/select_arrow.png) no-repeat calc(100% - 20px) center;
    background-size: 3%;
    appearance: none;
}
.contactform_form form select.input-text {
   padding: 0 15px;
}
.contactform_form form select.input-text::placeholder{
  color: #1d5770;
  text-transform: capitalize;
  opacity: 0.8;
}
select.input-text::placeholder{
   
  color: #1d5770;
  text-transform: capitalize;
  opacity: 0.8;
 
}

 
 .contactform_form form .full:last-child{
   margin-bottom:0;
 }
  .contactform_form form .btn-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 0 0;
    width: fit-content;
}
.contactform_form form .full:last-child label {
    width: 19%;
}
.map_wrapper {
    margin: 30px 0 0 auto;
    width: 100%;
}
  .contact_details{
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width:auto;
    margin: 30px 0px;
  }
 .contact_details h4{
  color: #2152FF;
    font-family: 'overpasssemibold';
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    text-transform: uppercase;
 }
    .contact_details:nth-child(1) {
      margin-top: 50px;
    }
 .contact_details .item {
  display: flex;
  margin-top: 10px;  
  padding: 0 0px;
  width:100%;
}
 .contact_details:last-child .item:last-child{
  align-items: center;
 }
.contact_details .item .icon {
  display: inline-block;
}
.contact_details .item .icon::before {
  background: url(../images/contact_location.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 60%;
  width: 32px;
  height: 32px;
  display: inline-block;
}
.contact_details .item .details {
  display: inline-block;
  padding-left: 10px;
}

.contact_details .item .details p {
  font-family: 'poppinsregular';
  color: #000;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  word-break: break-word;
}
.contact_details .item .icon1 {
    display: inline-flex;
    align-items: center;
}
.contact_details .item .icon1::before {
  background: url(../images/contact_phone.png) no-repeat;
  background-position: left;
  content: "";
   background-size: 60%;
  width: 32px;
  height: 32px;
  display: inline-block;    
 
}

.contact_details .item .details p a {
  color: #282828;
  cursor: pointer;  
  padding: 0 0 0 0;
  text-transform: none;
}


/***********************************************contactus page************************************************/
/*************************************************product detail page**************************************/
.productdetail_container {  
  padding: 70px 0 0px;
  display: block;
  width: 100%;
  margin:0px 0 0;
}
.productdetail_container .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:90%;
  margin: 0 auto;
}
.gallery-container {
  position: relative;
  width: 48%;  
  overflow: hidden;
  margin: 0 0 0;   
  
}
#sync1 .item {
  margin: 0;
  color: #fff;  
  text-align: center; 
}
#sync1 .item img{
  border-radius: 26px;
  border: 3px solid #CACACA;
}
#sync2{  
 margin: 20px auto 0;
 width:70%;
}
#sync2 .owl-item{
padding: 0 12px;  
}
#sync2 .item {
 
  margin: 5px auto;
  color: #fff; 
  text-align: center;
  cursor: pointer; 
  border-radius: 8px;
 
}
#sync2 .item img{
  border-radius: 8px;
}
#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
 position: relative;
}
#sync2 .current .item::before{
  content: "";
  background: rgba(33, 82, 255, 50%);
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  border-radius: 8px;
}
#sync2 .owl-nav {
    display: block;
    justify-content: space-between;
    margin: 0;
    margin-left: auto;
    border: none;
    width: auto;
    border-radius: 0px;
    padding: 0;
}
#sync2 .owl-nav button{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: background 0.5s ease 0s;
    border: 2px solid #2152FF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
#sync2 .owl-nav button:hover, #sync2 .owl-nav button:focus{
    background: #2152FF;
    color: #fff;
    border: 2px solid #2152FF;
  }
#sync2 .owl-nav button.owl-prev{
   
    left:-5%;
   

}
#sync2 .owl-nav button.owl-next{    
    right: -5%;
    
}
#sync2 .owl-nav button.owl-prev:after,
#sync2 .owl-nav button.owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #2152FF;
    font-size:18px;
}
#sync2 .owl-nav button.owl-prev:hover:after,#sync2 .owl-nav button.owl-prev:focus:after, 
#sync2 .owl-nav button.owl-next:hover:after, #sync2 .owl-nav button.owl-next:focus:after{   
    color: #fff;   
}
#sync2 .owl-nav button.owl-next:after{
    content:"\f105";
}
#sync2 .owl-nav button span{
  display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* 輪播的前後按鈕背景調大 */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}
.product-image-single {
    width: 48%;
    display: inline-block;
}
.productdescription_wrapper{
  margin:0 0 0;
  width:48%;
  display: inline-flex;   
  flex-wrap: wrap; 
  }
.productdescription_wrapper h3 {   
   font-size: clamp(20px, 7vw, 35px);
    color: #2152FF;
    font-family: 'poppinssemibold';
    line-height: 1.3;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: none;
}

.faq_wrapper{
  width:100%;
  margin:0 0 0px;
  text-align: center;
}
.faq_wrapper .question_wrapper{
  margin-top:40px;
  width:100%;
  text-align: left;
}
.collapsible {  
  padding: 0;
  position: relative; 
 margin: 20px 0;
}
.collapsible .collapse-head {
  display: block;   
  color: #000;
    font-family: 'poppinssemibold';
    font-size: clamp(18px, 5vw, 19px);
    line-height: 1;
    text-transform: none;
    padding: 0 0px 8px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #EBEBEB;
}
.collapsible .collapse-head.open{
  color:#000;
}
.collapsible .collapse-head::after {
  content: "\002B";
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    font-family: 'poppinssemibold';
    font-weight: 700;
}
.collapsible .collapse-head.open::after{
  content: "\2212";  
}

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 0px 0;
}
.faq_wrapper table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:30px auto 20px;
	}

.faq_wrapper td, .faq_wrapper th { 
	padding: 10px 20px; 	
	text-align: left; 
	font-size: 16px;
  font-family: 'poppinsregular';
  color: #000;
  text-transform: capitalize;
	}
  .faq_wrapper th { 
	background: #FF7300; 
	color: white; 
	font-weight: bold; 
  font-size: 17px;
	}
.faq_wrapper td{
  border-bottom: 2px solid #000 ; 
  border-right: 2px solid #000;
}
.faq_wrapper td:last-child{
  border-right: none;
}
.faq_wrapper tr:last-child td{
  border-bottom:none;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.faq_wrapper table { 
	  	width: 100%; 
	}
	.faq_wrapper table, .faq_wrapper thead, .faq_wrapper tbody, .faq_wrapper th, .faq_wrapper td, .faq_wrapper tr { 
		display: block; 
	}	
	
	.faq_wrapper thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.faq_wrapper tr { border: 1px solid #ccc; }
	
	.faq_wrapper td { 		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	.faq_wrapper td:before { 		
		position: absolute;		
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;		
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
}
/*************************************************product detail page**************************************/
/*************************************************popup**************************************/
.quote-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    background-size: cover;
    object-fit: cover;
    display: flex;
    padding-top: 10%;
    justify-content: center;
}
.quote-popup-inner {
    width: 50%;
    margin: 0 auto;
    background: #FEF2E4;
    border-radius: 20px;
    border-left: 8px solid #FF7300;
    padding: 60px 50px;
    height: max-content;
    position: relative;
}
button.quote-popup-close {
    position: absolute;
    right: 2%;
    top: 4%;
    background: #FF7300;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}
.quote-popup form{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 5px;
   margin: 30px 0 0;
 }
.quote-popup  form label {
   display: block;
   color: #2152FF;
   font-family: 'overpasssemibold';
   font-size: 16px;
   text-align: left;
   line-height: 25px;   
   width: 25%;
 }
 .quote-popup form .full:nth-type(5){
  width:20%;
 }
 .required{
   color: red;
 }
 
.quote-popup  form p {
 margin: 0;
 }
 
.quote-popup  form .full {
 grid-column: 1 / 3;
 margin-bottom: 0px;
 display: flex;
 align-items: center;
 }
.quote-popup form .full:first-child {
  padding-top: 0;
}
 .quote-popup form input, .quote-popup form textarea, .quote-popup form select {
    width: 100%;
    padding: 12px;
    border: solid 2px #2152FF;
    border-radius: 4px;
    color: #2152FF;
    font-family: 'overpassregular';
    font-size: 15px;
    text-transform: none;
}
.quote-popup form button{
  border: solid 2px #FF7300;
   color: #fff;
}
.quote-popup  form button,
.quote-popup  form input.wpcf7-not-valid,
.quote-popup  form textarea.wpcf7-not-valid {
 width: 100%;
 padding: 10px;
 border: solid 1px red;
 border-radius: 0px;
 }
 .wpcf7-spinner {
 
    position: absolute;
}
 .wpcf7-not-valid-tip {
   color: #dc3232; /* Red */
   font-size: 0;
   font-weight: normal;
   display: none;
 }
.quote-popup  form textarea {
 resize: none;
 height: 100px;
 }
.quote-popup form select.input-text {
    background: #fff url(../images/select_arrow.png) no-repeat calc(100% - 20px) center;
    background-size: 3%;
    appearance: none;
}
.quote-popup form select.input-text {
   padding: 0 15px;
}
.quote-popup form select.input-text::placeholder{
  color: #1d5770;
  text-transform: capitalize;
  opacity: 0.8;
}
select.input-text::placeholder{
   
  color: #1d5770;
  text-transform: capitalize;
  opacity: 0.8;
 
}
.quote-popup  form button {
  background: #0b0a10;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
 }


.quote-popup  form button:hover,
.quote-popup  form button:focus {
 background: #0b0a10;
 color: #ffffff;
 outline: 0;
 transition: background-color 2s ease-out;
 }
.quote-popup form .full:last-child{
   margin-bottom:0;
 }
.quote-popup form .btn-wrapper {
    position: relative;
    display: inline-block;
    margin: 0 0 0;
    width: fit-content;
}
.quote-popup form .full:last-child label {
    width: 19%;
}
.quote-popup .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.quote-popup .wpcf7-submit.btn {
    color: #fff;
    border-color: #FF7300;
    padding: 0 23px;
    font-size: 18px;
}
.quote-popup .wpcf7-submit.btn:hover{
  color: #FF7300;
}
/*************************************************popup**************************************/
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;   
    grid-column: 1 / 3;
    text-align: center;
}
.search .fa-search {   
    display: none;
}
.is-form-style.is-form-style-3 label {
    width: 100% !important; 
}
.is-form-style input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 15px !important;
    height: 45px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: 2px solid #2152FF !important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 50px;
}
button.is-search-submit {
    position: absolute;
    right: 5%;
    width: auto !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
}
.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block !important;
    color: #666;
    background: none;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 15px !important;
    border: none;
    border-radius: 0;
    line-height: 1;
    height: auto;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.is-search-icon svg {
    width: 26px;
    display: inline;
}
.is-form-style .is-search-submit path {
    fill: #2152FF;
}
.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 2px solid #2152FF !important;
}
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: #2152FF;
  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;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  color: #000;
  background: 0 0;
  border: 2px solid #2152FF;
  font-family:'poppinsregular';
  justify-content: center;
}

a.next.page-numbers {
  background: 0 0;
  color: #000
}
.whats-app-chat {
  position: fixed;
  left: 15px;
  bottom: 20px;  
  z-index: 1; 
  z-index: 99999;
  display: flex;
    align-items: center;
    justify-content: center;
}
.whats-app-chat a {
  display: block;
}
.whats-app-chat a .smallWhatsapp {
  width: 60px;
  height: 60px;
  display: block;
  background:url(../images/whatsapp.png) no-repeat center;
  background-size: contain;
}
.smallWhatsapp .fa {
  display: none;
}
.blog_wrapper.archive {
    justify-content: center;
    text-align: center;
}
.archive .left {
    width: 100%;
    text-align: center;
}
.archive .homeblog_wrapper.hiding {
    justify-content: center;
    text-align: center;
}
.blog_wrapper.archive .right {
    width: 70%;
    display: inline-block;
    text-align: left;
}
@media only screen and (min-width: 1900px) {
  header .menu-div .menu .menu-list li a {   
    font-size: 22px;
}
.banner .content_right h3 {
   
    font-size: clamp(20px, 7vw, 48px);
}
.banner .content_right h1 {   
    font-size: clamp(20px, 7vw, 68px);
}
.banner .content .block .content_wrapper .tittle {
    font-size: clamp(20px, 7vw, 30px);
}
.banner .content .block .content_wrapper h6 {
    font-size: 22px;
}
.btn {
   
    font-size: 21px;
}
.main_tittle {
    font-size: clamp(20px, 7vw, 45px);
}
.homeproduct_wrapper .block .block_inner h4 {
    font-size: clamp(18px, 6vw, 45px);
}
p {
    
    line-height: 32px;   
    font-size: 19px;
}
.tryout_wrapper .block .block_inner h5 {
    font-size: clamp(18px, 6vw, 35px);
}
.tryout_wrapper .block .block_inner .tittle {
    font-size: clamp(40px, 6vw, 120px);
}
.tryout_wrapper .block .block_inner h4 {
    font-size: clamp(20px, 6vw, 44px);
}
.testimonial_wrapper .item .block .content p {
    font-size: 18px;
    line-height: 27px;
}
.testimonial_wrapper .item .block .content .name {
    font-size: clamp(16px, 6vw, 22px);
}
.testimonial_wrapper .item .block .content .position {
    font-size: clamp(12px, 6vw, 17px);
}
.homeblog_wrapper .item .block .content .tittle {    
   font-size: clamp(18px, 7vw, 25px);
    line-height: 33px;
}
.homeblog_wrapper .item .block .content p {
    font-size: 18px;
    line-height: 28px;
}
.homeblog_wrapper .item .block .content .readmore {
    font-family: 'poppinsbold';
    font-size: 17px;
}
footer h4 {
    font-size: 26px;
}
.footer_menu ul li a {
    font-size: 18px;
}
.footer_contact ul li a {
    font-size: 18px;    
    line-height: 25px;
}
footer .desc p {   
    font-size: 17px;
}
.news_list_wrapper .tittle {    
    font-size: 25px;
    line-height: 32px;
}
.news_list .content .tittle {   
    font-size: 16px;
    line-height: 23px;
}
.news_list .content .date {   
    font-size: 17px;
    line-height: 25px;
}
.categories ul li , .tags ul li a{  
    font-size: 16px;
    line-height: 22px;
}
.categories ul li span {
    font-size: 14px;
}
.about_wrapper .block_wrapper .content h4 {
    font-size: clamp(20px, 7vw, 35px);
}
.about_wrapper .block_wrapper.vision_wrapper .content .content_description {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 8% 0px 8%;
}
.homeproduct_wrapper .block .block_inner{ 
  height: 440px;  
}
.testimonial_wrapper .item .block .content {   
    height: 200px;
}
}
@media only screen and (min-width: 2200px) {
.testimonial_wrapper .item .block .content {   
    height: 200px;
}
}
@media (max-width: 1400px) { 
.btn { 
    padding: 0 25px;
}
.homeproduct_wrapper .item {
    padding: 40px 20px 60px;
    position: relative;
}
}
@media (max-width: 1350px) { 
.banner .content {
    position: absolute;
    left: 64%;
    top: 62%;
    width: 45%;
    z-index: 1;
    display: block;
    padding: 0px 0px;
    transform: translate(-50%, -50%);
}
.inner_banner .content {
    width: auto;
    transform: translate(0, 0);
    left: 6%;
    top: auto;
    bottom: 15%;
}
.homeproduct_wrapper .block .block_inner {   
    padding: 60px 20px;
}
.homeproduct_wrapper .item {
    padding: 40px 16px 60px;
    position: relative;
}
.blog_wrapper .homeblog_wrapper .item {
    width: 50%;
    padding: 10px;
    display: inline-block;
}
.map_wrapper {
    margin: 40px auto;
    width: 100%;
}
.contact_details .item .details p br {
    display: none;
}
}
@media (max-width: 1280px) { 
  .book_mobile {
      margin: 0 0 0 calc(100% - 475px);
      display: inline-flex;
      justify-content: right;
      /* margin: 0 calc(100% - 141px) 0; */
  }
  .btn.book{
      display: none;
  }
  header .menu-div {
    
  }
  header .menu-div .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background:#FEF2E4;
    background-size: 200% auto;
    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;   
}
  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: #FF7300;
}
header .menu-div .menu .menu-list li a:hover {
  color: #FF7300;
}
  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: #fff;
    padding: 20px;
}
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: 25px;
    padding:10px;    
    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: 17px;
    
  }
  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 #2152FF;
    border-right: 2px solid #2152FF;
    transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.newsdetail_wrapper .right .recent .block .image {
  width: 23%;
  display: inline-block;
  position: relative;
}
.newsdetail_wrapper .right .recent .block .content {
  width: 75%;
  display: inline-block;
  padding-left: 20px;
}
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;
}
.visitus_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 10px;
}
header .menu-div .menu .menu-list li.menu-item-has-children:hover::after{
  display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children:hover a::after{
      border-top: 2px solid #FF7300;
    border-right: 2px solid #FF7300;
}
.quote-popup-inner {
    width: 50%;
    margin: 10% auto 0;
}
}
@media (max-width: 1250px) { 
.btn {   
    padding: 0 15px;
   
    font-size: 16px;
}
.banner .content_right h3 {    
    font-size: clamp(20px, 7vw, 35px);
}
.banner .content_right h1 {    
    font-size: clamp(20px, 7vw, 39px);
}
.homeproduct_wrapper .block .block_inner h4 {
    font-size: clamp(18px, 3vw, 25px);
}
.productlist_wrapper .item {
    padding: 10px;
    width: 33.333%;  
}
.about_wrapper .block_wrapper.vision_wrapper {  
    width: 100%;
}
}
@media (max-width: 1150px) { 
.banner .content .block .content_wrapper .tittle {
    font-size: clamp(20px, 4vw, 30px);
}
.footer_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
}
ul.links.address {
    display: flex;
    flex-direction: column-reverse;
}
.footer_contact ul li {   
    justify-content: center;
    flex-wrap: wrap;
}
.footer_contact ul li span{
  padding-bottom: 5px;
}
.footer_contact ul li a{
  width:100%;
}
footer .inline {
    width: 100%;
}
footer .inline:nth-child(1) {
    width: 100%;
}
.homeproduct_wrapper .block {
    width: 100%;
    padding: 0 36px 30px 0;
}
.quote-popup-inner {
        width: 70%;
        margin: 10% auto 0;
    }
}
@media (max-width: 1050px) { 
.homeabout_wrapper{
  justify-content: center;
  text-align: center;
}
.homeabout_wrapper .image {
    width: 100%;
    display: block;
}
.homeabout_wrapper .content {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.tryout_wrapper {
    width: 50%;
}
    .banner .content {       
        left: 64%;
        top: 62%;
        width: 52%;
    }
.inner_banner .content {
    width: auto;
    transform: translate(0, 0);
    left: 6%;
    top: auto;
    bottom: 10%;
}
.banner .content .block .image {
    width: 45%;   
}
.footer_wrapper .footer_logo {   
    margin-top: 0;
}
.footer_wrapper .footer_logo a {
    background: none;
    padding: 0px;   
}
.inner_banner .content .block .block_inner {
    background: linear-gradient(to bottom right, #FF7300 0%, #FFAA65 100%);
    padding: 8px 70px;
}
    .inner_banner .content {
        width: auto;
        transform: translate(-50%, 0);
        left: 50%;
        top: auto;
        bottom: 22%;
    }
   .inner_banner {
  
    display: block;
    padding-bottom: 16px;
    padding-right: 17px;
}
 header .menu-div .menu-btn {     
        right: 3%;
  }
      .category_wrapper .block .block_inner {
        padding: 40px 20px;
    }
.blog_wrapper .left {
    width: 100%;
    display: block;
}
.blog_wrapper .right {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.about_wrapper .block_wrapper { 
    justify-content: center;  
    margin: 30px auto;
    width: 90%;
    flex-direction: column-reverse;
}
.about_wrapper .block_wrapper .content{
  margin: 20px 0 0;
  width:100%;
}
.about_wrapper .block_wrapper .image{ 
  width:100%;
}
.about_wrapper .block_wrapper:nth-child(even) {
    flex-direction: column-reverse;
    margin: 30px auto;
}
  .about_wrapper .block_wrapper.vision_wrapper {
        width: 90%;
        margin: 0 auto;
 }
 .about_wrapper .block_wrapper.vision_wrapper .image {
    width: 100%;
    margin-left: auto;
    display: block;
}
.about_wrapper .block_wrapper.vision_wrapper .content {
    width: 100%;
    display: block;
    position: relative;
}
.footer_wrapper .footer_logo a::before, .footer_wrapper .footer_logo a::after{
  display: none;
}
.contact_info {
    width: 100%;
    display: block;
    margin: 40px 0 0;
}
.contactform_form {
    display: block;
    width: 100%;
    padding: 30px 0 0;
}
.contactus_form {    
    text-align: center;
}
.gallery-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 0;
}
.productdescription_wrapper {
    margin: 30px 0 0;
    width: 100%; 
}
.productdescription_wrapper .left{
  width:100%;
}
.product-image-single {
    width: 100%;
    display: block;
}
}
@media (max-width: 950px) { 
  img.mob_banner{
    display: block !important;
  }
  img.desktop_banner{
    display: none !important;
  }
.banner .content_right {
    position: absolute;
    right: auto;
    top: 17%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    padding: 0px 0px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
  .banner .content_right h3 {
    font-size: clamp(30px, 7vw, 56px);
    width: 100%;
    transform: rotate(3deg);
}
.banner .content_right h1 {
    font-size: clamp(40px, 8vw, 101px);
    width: 100%;
    transform: rotate(2deg);
    margin-top: 4px;
}
.banner .content_right h3.note2 {
    transform: rotate(-2deg);
    z-index: 1;
    margin-left: 18%;
    margin-top: -6px;
}
    .banner .content {
        left: 50%;
        top: 40%;
        width: 80%;
        transform: translateX(-50%);
    }
    .inner_banner .content {
        width: auto;
        transform: translate(-50%, 0);
        left: 50%;
        top: auto;
        bottom: 22%;
    }
  .banner .content .block .content_wrapper .tittle {
        font-size: clamp(20px, 5vw, 39px);
    }
    .banner .content .block .image {
        width: 60%;
    }
  .banner .owl-nav {
    margin-top: 40px;
    margin-right: auto;
  }
      .tryout_wrapper {
        width: 60%;
        justify-content: center;
        margin-right: auto;
    }
.category_wrapper .item {
    width: 50%;
    padding: 20px;
}
.productlist_wrapper .item {
    padding: 10px;
    width: 50%;
    display: inline-block;
}
    .about_wrapper .block_wrapper.vision_wrapper {
        width: 90%;
        margin: 0 auto;  
    }
.about_wrapper .block_wrapper.vision_wrapper .content img{
  display: none;
}
.about_wrapper .block_wrapper.vision_wrapper .content .content_description {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 0
}
}
@media (max-width: 750px) { 
  .owl-dots {
    display: block ;
    width: 100%;
    margin-top:40px;
    text-align: center;
    position: relative;
    
}
.owl-dots .owl-dot{
    width: 12px ;
    height: 12px ;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    margin: 0px 5px;
    border: 2px solid #2152FF;    
    background:transparent;
    padding: 0;
}
.owl-dots .owl-dot.active {
    
    background: #2152FF ;
    border: 2px solid #2152FF; 
}
.banner .content .block {      
     background-size: cover;
  }
  #sync2 .owl-item {
    padding: 0 0;
}
#sync2 .owl-nav button {  
    width: 18px;
    height: 18px;
}
#sync2 .owl-nav button.owl-prev:after, #sync2 .owl-nav button.owl-next:after {
   
    font-size: 12px;
}
#sync2 {
    margin: 20px auto 0;
    width: 82%;
}
#sync2 .owl-nav button.owl-prev {
    left: -9%;
}
#sync2 .owl-nav button.owl-next {
    right: -9%;
}
.quote-popup-inner {
    width: 95%;
    margin: 15% auto 0;
}
}
@media (max-width: 650px) { 
.banner .content .block {   
    padding: 20px;    
    flex-direction: column-reverse;
}
.banner .content .block .content_wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 20px 0 0;
    padding-bottom: 15px;
}
.banner .content .block .content_wrapper .tittle, .banner .content .block .content_wrapper h6{
  text-align: center;
  display: block;
}
.banner .content .block .tittle br{
  display: none;
}
.banner .content .block .image {
    width: 100%;
  }
.banner .content_right h3, .banner .content_right h1 {      
    padding: 14px 10px;
}
.banner .content {       
    top: 43%;
  } 
  .homeproduct_wrapper .block .block_inner h4 {
      font-size: clamp(24px, 7vw, 25px);
      text-align: center;
    }
      .tryout_wrapper {
        width: 100%;
      }
  .testimonial_wrapper .item .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial_wrapper .owl-item:nth-child(even) .item .block {
    flex-direction: column;
}
.testimonial_wrapper .item .block .content {
    width: 100%;
    display: block;
    padding: 30px 15px 40px;   
    text-align: center;
    margin-left: 0;
}
.testimonial_wrapper .item .block .image {
    width: 52%;
    margin: 0 auto -5%;
    position: relative;
    z-index: 3;
}
.homeblog_wrapper .item .block .content {   
    text-align: center;
}
.footer_menu ul li {
    display: block;
    padding: 5px 0;
}
.footer_menu ul li a{
      margin: 0px 0px 0 0;
}
.footer_social li {
    display: inline-block !important;
}
.footer_contact ul li {
        justify-content: center;
        flex-wrap: wrap;
    }
  .banner .content .block {
        padding: 8px;
        flex-direction: column-reverse;
    }

 .banner .content h2 {    
    font-size: clamp(18px, 5vw, 36px);   
}
.inner_banner .content {
        width: max-content;
        transform: translate(-50%, 0);
        left: 50%;
        top: auto;
        bottom: 22%;
    }
      .inner_banner {
        display: block;
        padding-bottom: 5px;
        padding-right: 7px;
    }
    header .menu-div .logo {
    width: 60px;
    }
      .blog_wrapper .homeblog_wrapper .item {
        width: 100%;
        padding: 10px;
        display: block;
    }
  .contactform_form form .full {
    grid-column: 1 / 3;
    margin-bottom: 0px;
    display: block;
  }
  .contactform_form form label {   
    width: 100%;
    padding: 0 0 5px 0;
}
  .banner .content_right h3, .banner .content_right h1 {
      padding: 10px 30px;
      width: max-content;
      font-size: 25px;
  }
    .banner .content .block {
        padding: 8px 8px 10px 8px;
        flex-direction: column-reverse;
    }
}
@media (max-width: 550px) { 
   footer .desc{
    text-align: center;
    justify-content: center;
  }
.homeblog_wrapper .item .block .content {
    width: 100%;
    padding: 15px 10px 20px;
}
.main_tittle {
    font-size: clamp(25px, 7vw, 38px);
}
.testimonial_wrapper .item .block .content p {
    font-size: 14px;   
    line-height: 22px;
}
.category_wrapper .item {
        width: 96%;
        padding: 20px;
    }
    .inner_banner .content .block .block_inner {        
        padding: 8px 25px;
    }
   .inner_banner {
        border-radius: 0;        
        margin: 0px 0 0;
        background: #FFE2C3;
        padding: 8% 0 8%;
    }
    .inner_banner img{
      display: none;
    }
  .inner_banner .content {
        bottom: 0;
        position: relative;
        margin-top: 10%;
    }
  .productlist_wrapper .item {
    padding: 10px;
    width: 100%;
    display: block;
}ul.breadcrumb li {
  
    font-size: 14px;  
}
  .quote-popup-inner {
      width: 95%;
      margin: 15% auto 0;
      padding: 40px 30px;
  }
header, header.fix {
  padding: 10px 0 0;
}
header .menu-div .menu-btn {
        right: 4%;       
        width: 28px;
    }
  header .menu-div .menu-btn .icon .bar-2 {
    margin-top: 2px;
    margin-bottom: -4px;   
}
header .menu-div .menu-btn .icon .bar-3 {
    margin-bottom: 1px;
}
header .menu-div .logo , header.fix .logo{
        width: 38px;        
    }
  }
@media (max-width: 480px) { 
 

.banner .content .block .content_wrapper .tittle {
        font-size: clamp(16px, 4vw, 39px);
    }
.banner .content .block .content_wrapper h6 {
        font-size: 15px;
    }
    .homeproduct_wrapper .block {
        width: 100%;
        padding: 0 15px 15px 0;
    }
      .owl-dots {       
        margin-top: 15px;
      }
  p {  
    line-height: 23px;     
    font-size: 15px;
}
   
  .btn {
        padding: 0 15px;
        font-size: 14px;
        height: 38px;
    }
.tryout_wrapper .block {
    width: 100%;
    padding: 0 0px 15px 20px;
}
.tryout_wrapper .block .block_inner {   
    padding: 60px 18px;
}
.tryout_container {   
    padding: 60px 0 40px;
}
 .testimonial_wrapper .item .block .image {     
        margin: 0 auto -16%;
 }
 .homeproduct_wrapper .block .block_inner {  
    height: 247px;  
    text-align: center;
        width: 100%;
        justify-content: center;
}
.quote-popup form label {   
    width: 100%;
}
    .banner .content .block {
        padding:5px 5px 7px;
       
    }
.quote-popup form .full { 
    flex-direction: column;
}
.testimonial_wrapper .item .block .content {
    width: 100%;
        display: block;
        padding: 15px 15px 20px;
        text-align: center;
        margin-left: 0;
        height: 220px;
}
}