@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'latoblack';
  src: url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
    font-family: 'Montserratregular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }

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

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
  font-weight: normal;
}
img{
    width:100%;
    display: block;
    height: auto;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'latoregular';
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: auto;
  user-select: none !important;
  font-weight: normal;
}
select::-ms-expand {
  display: none !important;
}
select:focus {
  outline: none !important;
}
label {
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 15px;
  vertical-align: top;
}
label em {
  color: #ff0000;
}
strong {
  font-weight: bold;
}
.clearfix {
  display: table;
  clear: both;
}
.main-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  font-size: 50px;
  line-height: 55px;
  font-family: 'orkneybold';
  text-transform: uppercase;
  color: #004f94;
}
.main-title span {
  font-family: 'orkneyregular';
  display: block;
  font-size: 48px;
}
.main-title.line {
  padding-left: 0px;
  text-align: center;
}
.main-title.line::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #004f94;
  margin: 20px auto 0px auto;
}
.main-title.bar {
  text-align: center;
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-size: 35px;
  line-height: 30px;
}
.main-title.bar::before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: #004f94;
  position: absolute;
  left: 12px;
  top: -3px;
  transform: skew(-35deg);
}
.btn {
  height: 46px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 46px; 
  color: #fff;    
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0px 30px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'montserratregular';
  margin-top:25px;
  border-radius: 0;
    background: none;
    border: 2px solid #fff;
}
.btn:hover {
  background-color: #ef7f1b;
  border-color: #ef7f1b;
}
.btn:active {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.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: 28px;
  line-height: 40px;
  padding: 0px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0px;
  -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  font-family: 'latoregular';
}
.input-text.large {
  height: 45px;
  line-height: 45px;
}
.input-text.small {
  height: 34px;
  line-height: 34px;
}
.input-text::placeholder {
  color: #d2d2d2;
}
.input-text:focus {
  color: #0a4197;
  border: 1px solid #0a4197;
}
.input-text:focus::placeholder {
  color: #0a4197;
}
.input-text.validation-failed {
  border-color: #df280a;
  color: #df280a;
}
.input-text.validation-failed::placeholder {
  color: #df280a;
}
.input-text.validation-failed:focus {
  outline-color: #ef9384;
  border-color: #df280a;
  color: #df280a;
}
.input-text.validation-failed:focus::placeholder {
  color: #df280a;
}
.input-div {
  width: 100%;
  position: relative;
}
.input-checkbox {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-checkbox + .checkbox-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  margin: 0px 10px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.input-checkbox + .checkbox-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
}
.input-checkbox:checked + .checkbox-label::after {
  background: #fff url("../images/checkbox_tick.png") center no-repeat;
}
.input-radio {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.input-radio + .radio-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #8b8b8b;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  margin: 0px 3px 0px 0px;
  background-color: #fff;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  line-height: 14px;
  margin: 12px 0px !important;
}
.input-radio + .radio-label::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.input-radio:checked + .radio-label::after {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.input-text:-webkit-autofill {
  background-color: #ffffff !important;
}
textarea.input-text {
  height: 120px !important;
}
select.input-text {
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
  padding-right: 40px;
}
select.input-text:focus {
  background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
  padding-right: 40px;
}
.input-text.date {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.date:focus {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.time {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.input-text.time:focus {
  background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
  background-position: calc(100% - 10px) center;
}
.loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  margin: 0px;
  text-align: center;
  z-index: 1000;
  font-family: 'latoregular';
  text-transform: uppercase;
  z-index: 16009;
}
.loader::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 3px solid rgba(69, 89, 93, 0.52);
  box-sizing: border-box;
}
.loader::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #252525 transparent transparent;
  border-style: solid;
  border-width: 3px;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  box-sizing: border-box;
}
.loader span {
  position: absolute;
  top: 40px;
  left: calc(50% - 45px);
  font-size: 12px;
  width: 90px;
  line-height: 15px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px #000000;
  font-family: 'orkneymedium';
  color: #3a3a3a;
  text-align: center;
}
.loader span::before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(191, 191, 191, 0.9);
}
p {
  color: #3a3a3a;
  
  line-height: 28px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: 'orkneyregular';
}
.inline {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 10px;
  
}
.col-1 {
  width: 100%;
  padding: 0px 15px;
}
.col-2 {
  width: 50%;
  padding: 0px 15px;
}
.col-3 {
  width: 33.3333%;
  padding: 0px 15px;
}
.col-4 {
  width: 25%;
  padding: 0px 15px;
}
.col-5 {
  width: 20%;
  padding: 0px 15px;
}
.col-container {
  font-size: 0px;
}
.row {
  margin: 0px -15px;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
}
.column {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0px -15px;
}
.columns {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px;
}
.margin-top {
  margin-top: 140px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-next {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
}
.ui-datepicker table {
  font-size: 12px !important;
}
.ui-widget {
  font-size: 12px !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 12px !important;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transform: scale(1);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50000;
  text-align: center;
  overflow-y: auto;
}
.popup .popup-content {
  display: inline-block;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 560px;
  max-width: calc(100% - 30px);
  min-height: 300px;
  height: auto;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 20px #000000;
  padding: 40px 30px;
  position: relative;
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.popup .popup-content .popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  width: 29px !important;
  height: 29px !important;
  line-height: 27px !important;
  padding: 0px 0px 0px 2px  !important;
  text-align: center;
  border-radius: 30px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  letter-spacing: 1px !important;
  margin: 0px !important;
}
.popup .popup-content.open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.popup .popup-content .header {
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #9c9c9c;
  margin-bottom: 20px;
}
.popup .popup-content .header h2 {
  font-size: 17px;
  margin: 0px 0px 0px 0px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.popup .popup-content .content {
  border-bottom: 2px solid #9c9c9c;
}
.popup .popup-content .content .job-title {
  font-size: 25px;
  line-height: 30px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .experience {
  font-size: 12px;
  line-height: 12px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .sections {
  margin-bottom: 20px;
}
.popup .popup-content .content .sections p {
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
}
.popup .popup-content .content .sections p strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
}
.popup .popup-content .content .sections .apply {
  float: right;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  text-transform: uppercase;
  font-size: 15px;
  width: auto !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.popup .popup-content .content .sections .apply:hover {
  background: #004988 !important;
  border-color: #004988 !important;
  color: #3a3a3a !important;
}
.popup .popup-content .content .form .col-container {
  margin: 0px -5px;
}
.popup .popup-content .content .form .col-container .inline {
  padding: 0px 5px;
}
.popup .popup-content .content .form .col-container .inline .input-div {
  margin-bottom: 15px;
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-div .input-text {
  width: 100%;
  height: 40px;
  line-height: 41px;
}
.popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
  height: 120px;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
  color: #004f94;
  border-color: #004f94;
  box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
  background: #004988;
  border-color: #004988;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
  position: absolute;
  padding: 0px 15px;
  right: -1px;
  top: -1px;
  height: 40px;
  line-height: 39px;
  margin: 0px;
  width: auto;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
  line-height: 39px;
  position: absolute;
  width: calc(100% - 108px);
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  font-size: 13px;
  padding: 0px 15px;
}
.popup .popup-content .content .form .col-container .inline .apply {
  height: 45px;
  line-height: 44px;
  width: auto;
  padding: 0px 50px;
  float: right;
  margin: 6px 0px 25px 0px;
  box-shadow: none;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .apply:hover {
  background: #004988;
  border-color: #004988;
}
.social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 9.5%;
    top: 60%;
    z-index: 100;
}
.banner::after {
  border-left: 2px solid #63635f;
  height: 186px;
  position: absolute;
  right: 10%;
  content: "";
  top: auto;
  bottom: 0;
  /* width: 2px; */
  z-index: 10;
}
.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: #ef7f1b url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
    background-position: center;
    border-color: #ef7f1b;
    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: 30px 0 0;
    box-shadow: none;
}

header .menu-div {
  background: none;
  padding: 10px 0;
}
.menu-div .col-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .menu-div .logo {
  width: 200px;
  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-block;
  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 .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;
}
header .menu-div .menu .menu-list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0px;
  color: #fff;
  font-family: 'latobold';
  padding: 0px 16px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  
}
header .menu-div .menu .menu-list li:last-child a{
  padding-right: 0;
}
header .menu-div .menu .menu-list li a:hover {
  color: #ef7f1b;
}
header .menu-div .menu .menu-list li.current-menu-item a {
  color: #ef7f1b;
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a {
  color: #ef7f1b;
}
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 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 .dropdown-btn .icon {
  position: relative;
  display: block;
  padding: 0px 0px;
  width: 100%;    
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon{
    border-top: 2px solid #ef7f1b;
  border-right: 2px solid #ef7f1b;
}
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: #fcc600;
}
header .menu-div .menu .menu-list li.menu-item-has-children a:hover .dropdown-btn .icon .bar::after {
  background: #fcc600;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 25px;
width: 270px;
  background: #000;
  border-radius: 0px;
  line-height: normal;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  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;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: 40px;
  top: -7px;
  border-bottom: 7px solid rgba(0, 0, 0, 0.5);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
  line-height: 35px;
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  font-family: 'latoregular';
}
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 li a:hover {
  color: #ef7f1b;
  background: none;
}
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 #fcc600;
  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 #fcc600;
}
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);
}
header .strip .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
header .strip .search-div {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.input-div {
  width: 100%;
  position: relative;
}
header .strip .search-div .input-text {
  vertical-align: top;
  width: 100%;
  color: #282828;
  padding: 0px 30px 0px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
header .strip .search-div .btn {
  width: 12px;
  line-height: normal;
  padding: 0px;
  border: none;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTU3MEVCRjlFN0IyMTFFQ0E2REVENEM4MTkwNkE2RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTU3MEVCRkFFN0IyMTFFQ0E2REVENEM4MTkwNkE2RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTcwRUJGN0U3QjIxMUVDQTZERUQ0QzgxOTA2QTZGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTcwRUJGOEU3QjIxMUVDQTZERUQ0QzgxOTA2QTZGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqeu5QcAAAIfSURBVHjaTJHNaxNBGMZnZne2+SBJk2qbpm1qTVNrMaGGHEJjIvSiKIgnIWAoFlQET94EUfQf8OQf4KkHC4IoapqqBS+tRYXa5ktjmxpbm7QxH9vNZnd2nYkKfWDmMPO+8z7Pb2AikQCwIdpNz57fMrxdmEJS06JDqEFCsHL82Hsxdume4jm6DCDUARViG18sjnZ8+nyWK+8OQFHsRI2GA0qSBa+mTuO1VASqqgD+iZsOBKPmJ0/v4FQ6olkse3I4NCsHAy8AQoTf/jWMM7kQcfbk1f6+DD3TuJulyoywlooSp/ObGI/dls6deaT4ffOtwMmXUJbNOJ05xe2UjrR8Y+90q7WMcDYXAroOm5PRx/JEaJZO2dUFQdK6HMX9C+cfKsOeD3z+ewB/zQeZNcSKNZttR3W5sjrGTXBAxNWbpSvHalCl0gtUgtuhaUArqte72MXBhjaAWu0QI6QbjXXAIYI0u32LejUZ3ixM4Ux2ok2EEB4qisH4OnmdZgizSYrXu8gccJenr8j81vYIv1HwszxIFO0Ur9v4au6GKTl/Fe5LVtLfl5Yj4RndbKpxsQf3l3SbrcQXfpygjV5hZXWyY2n5IqZBAY9bzAalNISqtW7mhovH40B1D3xRRryLgOcUoOmIvlRVxkbZL99VBwdX+MKmj1nD6xvj/P+Aqmfoo9h9eP0vDVWgzEvEYf8Jx/1z6He1x5hIXkOlsvuPAAMAAbv8kXrg7jgAAAAASUVORK5CYII=) no-repeat;
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 0px;
}

header .menu-div .menu-btn {
  display: none;
  vertical-align: middle;
  width: 70px;
    height: 40px;
  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 .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: 3px;
  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-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ee7408;
  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: #ee7408;
  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: 6px;
    margin-bottom: -4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 51%;
}
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: 51%;
}
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: 70%;
}
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 rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.9);
  padding:5px 0;
}
header.fix .logo{
    width:150px;
    transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
}
header.fix .menu-div .menu .menu-list li {
 
 
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
  position: absolute;
  left: auto;
  top: 25px;
  width: 270px;
  background: #000;
  border-radius: 0px;
  line-height: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  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;
}
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);
}
.btn.book {
    margin-left: 20px;
    border-radius: 0;
    background: none;
    border: 2px solid #fff;
    margin-top:0;
    transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.btn.book:hover {
  background-color: #ef7f1b;
  border-color: #ef7f1b;
}
.book_mobile{
  margin-left: 20px;
  border-radius: 0;
  background: none;
  border: 2px solid #fff;
  display: none;
}
.btn.new_mobile {
    display: none;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.banner .banner-item img {
  display: block;
  width: 100%;
}
.banner .banner-item .content {
  position: absolute;
  left: 5%;
  top: 0px;
  width: 45%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  padding: 0px 0px;  
}

.banner .banner-item .content h1 {
  font-size: clamp(30px, 7vw, 70px);
  color: #fff;
  font-family: 'latobold';
  line-height: 1;
  margin: 0px 0px 0px 0px;    
  text-align: left;
  text-transform: uppercase;
}
.banner .banner-item .content h5 {
    font-family: 'latoregular';
    font-size: 25px;
    color: #ee7912;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 0;
}

.banner .owl-carousel .owl-dots{
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% - 96%);
}
.banner .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  display: block;
  vertical-align: middle;
  border-radius: 12px;
  border: 1px solid #fff;
  margin: 15px 0;
  background: transparent;
 
}
.banner .owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
  border: 1px solid #fff;
}
.welcome_container{
  width:100%;
  background: #1b1b1b;
}
.welcome_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0;
}
.welcome_wrapper .image{
  width:35%;
  display: inline-block;
}
.welcome_wrapper .content{
  width:65%;
  display: inline-block;
  background:url(../images/welcomecontent_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0px 68px 0px 0;
}
.welcome_wrapper .content .tittle{
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
}
.welcome_wrapper .content .tittle span{
  color: #ef7f1b;
}
.welcome_wrapper .content p{
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-top: 15px;
}
.welcome_wrapper .content p a{
  color: #fff;
}

.homeservice_container{
  width:100%;  
 text-align: center;
 padding: 80px 0 80px;
 background: #fff;
}
.homeservice_container  .tittle{
 font-family: 'ralewaybold';
 font-size: clamp(30px, 7vw, 55px);
 line-height: 1;
 color: #1b1b1b;
 text-transform: capitalize;
}
.homeservice_container .tittle span{
 color: #ef7f1b;
}
.homeservice_container p{
 font-family: 'latoregular';
 font-size: 17px;
 color: #1b1b1b;
 line-height: 25px;
 padding-top: 15px;
}
.homeservice_wrapper{
 width:100%;
 margin-top:50px;
}
.homeservice_wrapper .image-wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
 margin: auto;
 gap: 20px;
}
.imagemob_wrapper{
 display: none;
}
.homeservice_wrapper .media-item {
  padding: 10px;
  width: 31%;
}
.homeservice_wrapper .media {
 display: block;
 overflow: hidden;
 position: relative;
 border-radius: 30px;
}
.homeservice_wrapper .media::before {
 content: '';
 width: 100px;
 height: 60px;
 border-radius: 20px 0 0 0;
 border-top: 1px solid #fff;
 border-left: 1px solid #fff;
 position: absolute;
 left: 20px;
 top: 20px;
 z-index: 4;
 opacity: 0;
 transition: 0.5s all ease-in-out;
 transform: scale(0);
 transform-origin: 0 0;
}
.homeservice_wrapper .media::after {
 content: '';
 width: 100px;
 height: 60px;
 border-radius: 0 0 20px 0;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 position: absolute;
 right: 20px;
 bottom: 20px;
 z-index: 4;
 opacity: 0;
 transition: 0.5s all ease-in-out;
 transform: scale(0);
 transform-origin: 100% 100%;
}
.homeservice_wrapper .media:hover::before,
.homeservice_wrapper .media:hover::after {
 opacity: 1;
 transform: scale(1);
}

.homeservice_wrapper .media:hover {
 cursor: pointer;
}

.homeservice_wrapper .overlay {
 background: rgba(0, 0, 0, 0.7);
 position: absolute;
 height: 100%;
 width: 100%;
 z-index: 3;
 opacity: 0;
 transition: all ease-in-out 0.5s;
 border-radius: 30px;
}

.homeservice_wrapper .media:hover .overlay {
 opacity: 1;
}

.homeservice_wrapper img {
 width: 100%; 
 margin: auto;
 transform: scale(1);
 transition: all ease-in-out 0.5s;
 border-radius: 30px;
}

.homeservice_wrapper .media:hover img {
 transform: scale(1.1);  
}

.homeservice_wrapper .image-details {
 text-align: left;
 color: white;
 font-size: 20px;
 z-index: 4;
 position: absolute;
 bottom: 60px;
 opacity: 0;
 width: calc(100% - 80px);
 left: 40px; 
 transition: 0.5s opacity ease-in-out, 0.5s transform ease-in-out;
 transform: translateY(10px);
}

.homeservice_wrapper .media:hover .image-details {
 opacity: 1;
 transform: translateY(0);
}
.homeservice_wrapper .image-details .tittle{
 font-family: 'latobold';
 font-size: 18px;
 color: #fff;
 line-height: 22px;
 position: relative;
 text-transform: uppercase;
}
.homeservice_wrapper .image-details .tittle::before{
 position: absolute;
 content: "";
 width:40%;
 border-bottom: 4px solid #ef7f1b;
 bottom:-8px;
}
.homeservice_wrapper .image-details p{
 color: #fff;
 padding-top: 18px;
 font-family: 'latoregular';
 font-size: 16px;
 line-height: 20px;
}
.homeservice_wrapper .media:hover .overlay::before, .homeservice_wrapper .media:hover .overlay::after {
 content: "";
 display: block;
 position: absolute;
 background: transparent;
}
.homeservice_wrapper .media:hover .overlay::before {
 top: -0.3em;
 bottom: -0.3em;
 left: 1em;
 right: 1em;
}
.homeservice_wrapper .media:hover .overlay::after {
 left: -0.3em;
 right: -0.3em;
 top: 1em;
 bottom: 1em;
}
.whats-app-chat {
  position: fixed;
  left: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  background: #1bd741;
  border-radius: 50px;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.7);
  padding: 14px;
  z-index: 99999;
}
.whats-app-chat a {
  display: block;
}
.whats-app-chat a .smallWhatsapp {
  width: 32px;
  height: 32px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFMzREMzQzRDBBMjExRUFCQUZCODhDRjZDRUFEOTk5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFMzREMzQ0RDBBMjExRUFCQUZCODhDRjZDRUFEOTk5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEUzNEQzNDFEMEEyMTFFQUJBRkI4OENGNkNFQUQ5OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEUzNEQzNDJEMEEyMTFFQUJBRkI4OENGNkNFQUQ5OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ITRBWAAAGmklEQVR42uSbe0yXVRjH4Sc3ARFJ0iLMykDLDLqK1WaUmm6VpWXUbMssR/UPtZyttNKa9UfTmt2W6bRhKqVdsJUa05XDmZdMUxGvWZhMJBEQTPj1Pethe/fynMvvvf1wPNvnn/Oe91y+73vOe87znDc2HA7HdGcLxXRziwugjkQwHIwAuWAwyAYpoDflaQHN4G+wH1SD7WAjOO5n42J9GgJpYAIoAreDni7KqgKrQCn43fOWCgE8ZAhYDJrC/thWUAR6eNVmrzqeA8pAWzgYOwAeA7HRFqAnmA1awtGxjeA6N31wMwcMAytoUtPZSZrQKsFecBDUgkbwL02GyeBKkAPywUgwVMxTmrLPgRlgvhjRQc0BU0Gz5umcAh+CAhByWM8loARsN3gbvga9/R4C4o15U9OQGvACSPV4gi0E6zR1/0qi+SKAeIofKypvBXNBiscdtzOOJkGZHQJX+SHAfEWlu8G1PnfcShJYoGjPQdDfSwFeUlS2FCQH2HkrE0CjpF07QJoXAhQqvu/vevEtdsnNoFbSvjK3AlyqKHxmlDtuRQy/k5J2FrsRoFxS6HtdqPMdFEiW4GfBICcCPCDp/DoX33W/KZK0eU2kAohZ9ihT0HHQr4t2voNPJCLcG4kAxZJCHtJUngm+pTWBsAYwNmABxALsGNP2baYCxIPDTAHfaypOoU+P3fZF4UsxSfIA7zERYCJzYzvI01T6kWKtMCoKQ2EL0461JgJ8w9xYrqnscnBeIcDqKAjwINMOsZ7JUglwMTjn4AnqNkhCnOyABQjRvsBuz1vz2b3CY0C8Le1PUKHZVY/UXO8BpgXs8G0HnzPp96vc4oXMDWWgTVNZlkGDpoKEgEVYzqTdanXShgye5I8m3mWDPP3AkIAF2A1OSNz0nQQQbqmBtsziyf9kUNFfBnm2gD0BCxAmV5zdrucEyGEyHgENBhVVaq6LMh4l/1/QtpNJyzEVoMqwklLN9WJyhEbDqpm0qzkBMpiMfxhWIsJYv0iu/QaWRTH8d5RJ68sJ0IvJeCaCiuZK0q+xjrkoGNeHVE6AVCZjYwQVrQbrJQHYxcz6IihrNBXgLJMxOcLKpkkUF4GOOVESIFESTOkkQD2TMSPCyg6BZyXXpoNHoiBAmuSr1EmAf5iMfRxU+Bn4VLJYWgLuC1iATFMB6piMAxxW+gzYwKQn0NL6ccPV5Rtgtot2qNY3nWKD2czOSUR9Ex3uxjLAfsUOUQQ2EhT3v2bJK3aoi0Cug3a8z9Q9S7YdPsFkvsXluYEahQh7wV3MfePJCcPt51eC/AjasFPl2rNn/o7JXOJyX56rEUFYBRhN+YeSL1FlQpxVoJeBj5ITMksmwEwm82YPnBODyDeoM+F1PhPBAYnhmnqnSN46qUPkS8n+OcflTHwAFBhsrftLFmQya9Jcn8ykrdcdkNjFqDbHIzdVHHjZ4jZ3Yw3kwVbNP1xMc4TOKfqK5LRHHw/9dXkSr20ktkRTxyLmnmq7i5678TLJoae3PHZaxtJsv8tB58V5hL6aOYdz7k43jQx9wNzcbHcpe+i9FV7nFQZDQ8zopQazP/c1q+PukxUwQNKYUp9d2WKYPUFx/cP0JorhVwUWgpsMynhYIt6rkUaHv2AKWdbFA6NXgHqm3cdkh7ZUp8VzmbS1XfjgdwrtM9KZayVS34biZEg7M/6yuuiTj5eMe2Ffqe6VvQGjGV//HkP3dzQcHiICNFbiD5yiuln2v8CoC+T1TydXHBfQaSEHzClVASFJ2t1M+g9drPM3gq2SzrfRMnizPnTSeVzcIDlolKxY3t4GXgwoApxEvoJWxVrhaTcnRWdIDkZZV3DDaJtcbtu9icXSPJ/OEYXo5IfqmKxY/U12e1a4QuK9eQoslzhN7NZER2vzPeh4Bp1Z0m2nTzs5j2T/XyCFfIOJHo5VEV5bCTbRmK3T5Bdz0GAK1YvJeIxBe0RkahJtuyMyuwDjwBqfJ68j9Hmqpxn6PMXrRWSq44eJJMOyRLB1HpgFWp00Jo75/juxBmq0yQGIgUwY3okJr/NzMS7/JAs5FEA8tW3gbXpNM8l1/bokvuClbaLYwp0xHvxGZx0C2YposPiu7iCXluBnSSitY3EiVl8TyZ3mxd+ptbTaW0rj3TOzCvAkWGi5ts/S4Q2S0JnOxNmh8eAOkEdx+ZDhkBIHGyqo/kp66zw3qwDvUNy8o9N+rPtTKFx+Eb0p6TR3iJ3a6Zj//y4TX42aoJaTfv06e8FYt/97/D8BBgBvehe3yjXsWAAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
}
.smallWhatsapp .fa{
  display: none;
}
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: #000;
  color: #fff;
}
.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #ef7f1b;
  font-family: 'latoregular';
}
a.next.page-numbers {
  background: transparent;
  color: #cdcdcd;
}
a.prev.page-numbers {
  background: transparent;
  color: #cdcdcd;
}
@media only screen and (max-width: 900px) {
 .homeservice_wrapper .media {
   
 }

}
.homesector_container{
  
  width:100%;
  background: #fff;
  text-align: center;
}
.homesector_container .btn {
  background: #ef7f1b;
  margin-bottom: 30px;
}
.homesector_wrapper{
  background: url(../images/sectortop_bg.png) no-repeat;
   background-position: center top;
   background-size: cover;
   padding: 50px 75px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.homesector_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  width:25%;
  text-align: left;
}
.homesector_container .tittle span {
  color: #ef7f1b;
}
.homesector_container ul.tabs {
  margin: 0;
  padding: 0px;
  list-style: none;
  width: 74%;
  /* border-top: 1px solid #333333; */
  /* border-bottom: 1px solid #333333; */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: right;
  flex-wrap: wrap;
}
.homesector_container ul.tabs li{
  height: 46px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0px 20px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'montserratregular';
  /* margin-top: 25px; */
  border-radius: 0;
  background: none;
  border: 2px solid #fff;
  margin-right:5px;
  }
  .homesector_container ul.tabs li:last-child{
    margin-right:0;
  }
.homesector_container ul.tabs li.current{
    
    color: #ef7f1b;
    border: 2px solid #ef7f1b;
  }
  .homesector_container ul.tabs li:hover{
    color: #ef7f1b;
    border: 2px solid #ef7f1b;
  }

.homesector_container .tab-content{
    display: none;
    background: none;
    padding:0;

  }

.homesector_container .tab-content.current{
    display: flex;
    flex-wrap: wrap;
  }
.homesector_container .tab-content .item{
    display: inline-flex;
    width: 33.333%;
    height: auto;  
    position: relative;
    padding: 0; 
    margin: 0; 
  }
.homesector_container .tab-content .item img{
    width: 100%;
  }
  .homesector_container .project_image .image_desc{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    left:50%;
    top:50%;
    transform: translate(-50% , -50%);
    z-index: 10;
    text-align: center;
  }
  .homesector_container .project_image:hover .image_desc{
    opacity: 1;
    visibility: visible;
  }
.homesector_container .project_image .viewmore {  
  
  background: #ef7f1b;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  display: block;
  width: auto;
  font-family: 'Montserratregular';
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  height: 46px;  
  line-height:46px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0;    
  cursor: pointer;
  box-sizing: border-box; 
  margin-top:20px;
  border: 1px solid #ef7f1b;
  display: none;
}
.homesector_container .project_image .tittle {
  font-family: 'latobold';
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
.project_image{
height: auto;
overflow: hidden;
cursor: pointer;
position: relative;
}
.project_image img {
transition: transform 2s ease-in-out;
width: 100%;

}
.overlay {
          position: absolute;
          transition: all 0.3s ease;
          opacity: 0;
          background-color:#000;
          visibility: visible;
          left: auto;
      }
        
      .project_image:hover .overlay {
          opacity: 0.6;
      }
        
      .overlayTop{
          width: 100%;
          height: 0;
          top: 0;
          right: auto;
          background-color:#000;

      }
        
      .project_image:hover .overlayTop{
      height: 100%;
      }
.client_container{
  width:100%;
  position: relative;
  background: #fff;
}
.client_container::before{
  background: url(../images/clientbg.png) no-repeat;
  background-position: top;
  position: absolute;
  content: "";
  top: 0;
  width:100%;
  background-size: 100%;
  height: 100%;
}
.client_wrapper{
  display: flex;
  flex-wrap: wrap;  
  padding-top:80px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.client_wrapper .block{
  width:100%;
  display: inline-block;  
}
.homeblog_container{
  width:100%;
  padding:60px 0 80px;  
  text-align:center;  
  background: url(../images/blog_bg.png) no-repeat;
  background-color: #fff;
  background-position: bottom;
  background-size:100% ;
}
.homeblog_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #1b1b1b;
  text-transform: capitalize;
}
.homeblog_container p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #1b1b1b;
  line-height: 25px;
  padding-top: 15px;
}
.homeblog_container .container{
border-top:2px solid #d8d8d8;
padding:60px 0 0;  
}
.homeblog_wrapper{
    margin:60px -20px 0;
    width:auto;      
}
.homeblog_wrapper .item{
  padding: 0 20px;
}
.news_block{
  padding: 0 0px;
  width:100%;
}
.newsblock_inner:hover{
 
}

.newsblock_inner.active{    
  
  
}
.newsblock_inner{
  width: 100%;    
  display: block;
  align-items: center;
  justify-content: center; 
  margin: 20px 0;    
  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);  
   
}
.newsblock_inner .image{
  width:100%; 
 
}
.newsblock_inner .image img{
  
}

.newsblock_inner .content{
  width:100%; 
  text-align: center;
  padding:30px 30px 30px 30px;  
  height: 295px; 
  transition: all 0.9s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.newsblock_inner.active .content{
  background:#0b0a10;
  border-bottom: 18px solid #ef7f1b;
}
.newsblock_inner:hover .content{
  background:#0b0a10;
  border-bottom: 18px solid #ef7f1b;
}
.newsblock_inner .content .tittle{
  color: #000;  
  font-family: 'latobold';
  line-height: 25px;
  font-size: 18px;
  padding: 20px 0 0px;
  margin:0;
  text-transform: uppercase;
  letter-spacing: 0;  
  display: inline-block;
  text-align: center;
  width:100%;
}
.newsblock_inner.active .content .tittle{
  color: #fff;
}
.newsblock_inner:hover .content .tittle{
  color: #fff;
}
.newsblock_inner .content .tittle::after{
  content:none;
}
.newsblock_inner .content p{
  color: #000;  
  font-family: 'latoregular';
  line-height: 22px;
  font-size: 17px;
  padding:10px 0  0;
  margin:0;
}
.newsblock_inner.active .content p{
  color: #fff;
}
.newsblock_inner:hover .content p{
  color: #fff;
}
.newsblock_inner .content .date {
  color: #000;
    font-family: 'latoregular';
    line-height: 16px;
    font-size: 16px;
    padding: 0 0px 6px 0;
    margin: 0px auto 0;
    text-transform: capitalize;
    display: inline-block;   
    align-items: center;
    justify-content: center;
    width: auto;
    border-bottom: 4px solid #000;
}
.newsblock_inner.active .content .date{
  color: #fff;
  border-bottom: 4px solid #fff;
}
.newsblock_inner:hover .content .date{
  color: #fff;
  border-bottom: 4px solid #fff;
}
a.knowmore {
  color: #ef7f1b;
  padding-top: 15px;
}
.testimonial_container{
  width: 100%;
    padding: 100px 0;
    background: #f6f6f6;
    text-align: center;
    background: url(../images/testimonial_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;
}
.testimonial_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #fff; 
  text-transform: capitalize;
  display: inline-block; 
  position: relative;
}
.testimonial_container .tittle span{
  color: #ef7f1b;
}
.testimonial_container .tittle::before{
  background: url(../images/quote_bg.png)no-repeat;
    background-position: right;
    position: absolute;
    content: "";
    background-size: 50%;
    width: 15%;
    height: 43px;
    right: -10%;
    top: -5px;
}
.testimonial_wrapper{
  width:100%;
  margin:0 auto;
  margin-top:50px;
}
.testimonials {
  width: 80%;
  max-width: 100%;
  display: block;
  vertical-align: top;
  margin: 0 auto;
}
.testimonials .owl-carousel .owl-nav div {
  position: absolute;
    display: inline-block;
    width: 17px;
    height: 27px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: 0;
    transform: translateY(0);
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;    
    font-size: 0px;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.testimonials .owl-carousel .owl-nav .owl-prev {
  right: auto;
  left: -125px;
}
.testimonials .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
.testimonials .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -125px;
}
.testimonials .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
.testimonials .testimonials-slider {  
  padding: 0px 0px 35px 0px;
}
.testimonials .testimonials-slider .testimonials-slider-item {
  padding: 0;
  text-align: center;
}
.testimonials .testimonials-slider .testimonials-slider-item .name {
  color: #ef7f1b;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-family: 'latobold';
}

.testimonials .testimonials-slider .testimonials-slider-item p {
  color: #fff;  
  font-size: 18px;
    line-height: 25px;
    font-family: 'latoregular';
    font-style: italic;
    padding-top: 10px;
}
.testimonials .owl-carousel .owl-dots {
  display: inline-block;
    width: 100%;
    position: absolute;    
    left: 0px;
    text-align: center;
    bottom: -10%;
}
.testimonials .testimonials-slider .testimonials-slider-item img {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 10px 0px;
  border-radius: 50%;
}

.testimonials .owl-carousel .owl-dots .owl-dot {
  width: 18px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    background: #fff;
    margin: 0px 3px;
    border: none;
}
.testimonials .testimonials-slider .owl-dots .owl-dot.active {
  width:40px;
}
.testimonials .testimonials-slider .owl-dots .owl-dot {
  border: none;
}
.testimonials .owl-carousel .owl-dots .owl-dot.active {
  width:40px;
}
.message_container{
  width:100%; 
  padding: 60px 0 120px;
}
.message_wrapper{
  width:100%;
  margin:0 auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.message_wrapper .content{
  display: inline-block;
  width:62%;
  }
  .message_wrapper .tittle {
    font-family: 'latobold';
    font-size: clamp(20px, 7vw, 40px);
    color: #000;
    line-height: 1.2;
    position: relative;
    padding-left: 12%;
    text-transform: capitalize;
  }
  .message_wrapper .tittle span {
    color: #ef7f1b;
  }
  .message_wrapper .tittle::before {
    content: "";
    position: absolute;
    border-top: 3px solid #ef7f1b;
    top: 60%;
    left: 0;
    width: 10%;
    height: 3px;
    transform: translateY(-50%);
  }
  .message_wrapper .image{
    display: inline-block;
    width:32%;
    border-radius: 60px;
    }
   .message_wrapper .image img{    
    border-radius: 60px;
    width:100%;
    border: 2px solid #ef7f1b;
    }
    .message_wrapper .content .name{
      font-family: 'latobold';
      font-size: 30px;
      color: #ef7f1b;
      line-height: 1;
      position: relative;
      padding-top: 15px;
      text-transform: capitalize;
    }
  .message_wrapper .content .designation{
    font-family: 'latoregular';
    font-size: 18px;
    color: #000;
    line-height: 1;
    position: relative;
    padding-top: 10px;
    text-transform: capitalize;
  }
  .message_wrapper .content p {
    font-family: 'latoregular';
    font-size: 17px;
    color: #000;
    line-height: 25px;
    padding-top: 15px;
}
.message_wrapper .image {
  display: block;
  width: 32%;
  border-radius: 60px;
}
.message_wrapper .image_mobile {
  display: none;  
}
.footer{  
    width: 100%;                                                                                             
    padding: 75px 0 0;
    clear: both !important;
    background: url(../images/footer_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;

  }
  .footer_wrapper{
    width: 100%;
  }
  
  .footer .footer-content {  
    margin: 0px 0px 75px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;    
    flex-wrap: wrap;    
    justify-content: space-between;
  }
  .row {
    margin: 0px -15px;
  }
  .footer .footer-content  .footer-logo {
    margin: 0px 0px 25px 0px;
    width: 140px;
    max-width: 100%;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'latoregular';
    font-size: 17px;
    text-transform: uppercase;
    color: #ee7408;
    padding: 0px 0px 0px 0px;
    font-weight: 400;
    height: 30px;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'latoregular'; 
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 23px;   
    max-width: 300px;
  }  
  .footer .footer-content .timing p{
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 13px;   
  }
  .footer .footer-content  .links {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .fa-map-marker:before {
    content: "\f041";
    color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
    margin-top:-3px;
}

.fa-envelope:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
}
.fa-phone:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 8px 0px;
    text-align: left;    
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
  }
  .footer .footer-content .links li a {
    font-family: 'latoregular';
    font-size: 13px;   
    color: #fff;
    padding: 0;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: uppercase;
    line-height: 23px;
  }
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  .footer .footer-content .links.quicklink li a::before {
    content: "\003E";
    color: #ee7408;
    padding-right: 10px;
    font-weight: 700;
}
  .footer .footer-content .links li a:hover {
    color: #fff;
    
  }
  
  .footer .copyright {
   
    background: #ee7408;
    
  }
  .footer .copyright .desc {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;    
    padding: 20px 0;
  }
  .footer .copyright p {
    display: block;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    text-transform: capitalize;
   
  }
  .footer .copyright p a {
    font-family: 'latoblack';
    color: #fff;
  }
  .footer .copyright p a:hover {
    font-family: 'latoblack';
  }
 
.footer .social {
  font-size: 0px;
  display: block;
  margin: 18px 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: #fff;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.footer .social li a:hover{
  background: #ee7408;
  border: 1px solid #ee7408;
  color: #fff !important;
}
.mobile_banner{
  display: none !important;
}
.desktop_banner{
  display: block !important;
}
.blog_container {
  width: 100%;
  padding: 80px 0 80px;
  text-align: center;  
}
.blog_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #1b1b1b;
  text-transform: capitalize;
}
.blog_container .tittle  span{
  color: #ef7f1b;
}
.blog_container p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #1b1b1b;
  line-height: 25px;
  padding-top: 15px;
}
.blog_wrapper {
  margin: 60px auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog_wrapper .news_block {
  padding: 0 20px;
  width: 33.33%;
}
.blog_detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0;
}
.blog_wrapper .left {
  width: 68%;
  display: inline-block;
  text-align: left;
}
.blog_wrapper .left .tittle{
  font-size: 30px;
  margin: 0px 0px 0px 0px;
  text-transform: capitalize;
  color: #0b0a10;
  font-family: 'latobold';
  line-height: 35px;
}
.blog_detail .news_wrapper {
  width: 100%;
  display: block;
  flex-wrap: wrap;
  margin: 0;
}
.blog_detail .news_block {
  padding: 0;
  width: 100%;
}
.blog_detail .newsblock_inner {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 0;
  cursor: pointer;
  background: #fff;
  -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);
  height: auto;   
  border-bottom: none;
}
.blog_detail .newsblock_inner:hover .content {
  background:none;
  border: none;
}

.blog_detail .newsblock_inner .content {
  width: 100%;
  text-align: center;
  padding: 0 30px 30px 30px;
  background: none;
  height: auto;
}
.blog_detail .newsblock_inner .content .date {
  color: #000;
    font-family: 'latoregular';
    line-height: 16px;
    font-size: 16px;
    padding: 0 0px 6px 0;
    margin: 35px auto 0;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: auto;
    border-bottom: 4px solid #000;
}
.blog_detail .newsblock_inner:hover .content p {
  color: #0b0a10;
}
.blog_detail .newsblock_inner .content .tittle {
  padding: 35px 0 5px;
  color: #ef7f1b;
  font-family: 'ralewaybold';
  font-size: clamp(20px, 7vw, 30px);
  text-align: left;
  line-height: 1;
}
.blog_detail .newsblock_inner .content {
  width: 100%;
  text-align: left;
  padding: 0;
  background: none;
  height: auto;
}
 .blog_detail .newsblock_inner .content ol {
                padding: 10px 0 0 17px;
            }
.blog_detail .newsblock_inner .content ol li {
                font-family: 'latoregular';
                font-size: 17px;
                line-height: 27px;
                color: #000000;
                padding: 10px 0 0;
                display: list-item;
                list-style-type: decimal;
            }

           

.blog_wrapper .right {
  width: 28%;
  display: inline-block;
 
}
.news_list_wrapper {
  width: 100%;
  display: block;
  
}
.popular {
  border: 1px solid #7f7f7f;
  padding: 0 30px 40px;
}
.popular .tittle {
  color: #000;
  font-family: 'latobold';
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
}
.news_list {
  display: flex;
  align-items: center;
  padding: 40px 0px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news_list .image {
  width: 30%;
  display: block;
}
.news_list .content {
  width: 64%;
  display: inline-block;
  text-align: left;
}
.news_list .content .date {
  color: #ef7f1b;
  text-align: left;
  font-family: 'latoregular';
  line-height: 16px;
  font-size: 16px;
  padding:10px 0 0;
  text-transform: capitalize;
}
.news_list .content .tittle {
  color: #0b0a10;
  font-family: 'latoregular';
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  padding: 0 0 0px;
  margin: 0 0 0px;
  background: transparent;
  
}
.tags {
  margin-top: 40px;
}
.news_list_wrapper .tittle {    
  color: #fff;
    font-family: 'latobold';
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    padding: 14px 30px;
    margin: 0 0 0px;
    background: #ef7f1b;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  border: 1px solid #7f7f7f;
  padding: 30px 20px;
}
.tags ul li {
  padding: 10px 3px;
  display: inline-block;
  width: auto;
}
.tags ul li a {
  color: #ef7f1b;
  font-family: 'latoregular';
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: none;
  padding: 6px 20px;
  width: fit-content;
  text-transform: none;
  border: 1px solid #ef7f1b;
  width: 100%;
}
.tags ul li a:hover{
  background: #000000;
  color: #fff;
  border: 1px solid #000;
}

 .contactus_form{
   width:100%;
   padding: 0;   
   margin-top:60px
   
 }
 .contactform_wrapper{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .contact_info{
   background:url(../images/contactinfo_bg.png) no-repeat;
   padding: 50px;
   width:47%;
   background-position: center top;
   background-size: cover;
 }
 .contact_info h3{
  color: #fff;
  font-family: 'latobold';
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
 }
 .contact_info .item{
   display: flex;     
   margin-top: 50px;
   align-items: flex-start;
 }
 .contact_info .item .icon{
  display: inline-flex;
  background: #ef7f1b;
  width: 15%;
  height: 80px;
  align-items: center;
  justify-content: center;
   
 }
 .contact_info .item .icon img{
   width: 100%;
 }
 .contact_info .item .details{
   display: inline-block;
   padding-left: 30px;
 }
 .contact_info .fa-map-marker:before {
  content: "\f041";
  color: #fff;
  font-size: 22px;
  padding-right: 0;
  margin-top: 0;
}

.contact_info .fa-phone:before {
  color: #fff;
  font-size: 22px;
  padding-right: 0;
  margin-top: 0;
}
.contact_info .fa-envelope:before{
  color: #fff;
  font-size: 22px;
  padding-right: 0;
  margin-top: 0;
}

 .contact_info .item .details h4{
   color: #fff;
   font-family: 'latobold';  
   font-size: 18px;
   line-height: 26px;
   text-align: left;
   border-bottom: 1px solid #fff;
   width: 175px;
   text-transform: uppercase;
   padding: 0 0 4px;
 
 }
 .contact_info .item .details p{
   color: #fff;
   font-family: 'latoregular';   
   font-size: 14px;
   line-height: 22px;
   text-align: left;
   padding-top: 10px;
 }
 .contact_info .item .details p.name{
   text-transform: uppercase;
 }
 .contact_info .item .details p a{
   color: #fff;
   cursor: pointer;
 }
 .contactform_form{
   display: inline-block;
   width: 47%;
 }
 .contactform_form #contact-form{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 20px;
 }
 .contactform_form  form label {
   display: block;
   color: #706f6f;
   font-family: "latoregular";   
   font-size: 15px;   
   text-align: left;
   line-height: 5px;
   padding-bottom: 12px;
   
 }
 .required{
   color: red;
 }
 
 .contactform_form  form p {
 margin: 0;
 }
 
 .contactform_form  form .full {
 grid-column: 1 / 3;
 margin-bottom: 0px;
 }
 .contactform_form form .full:first-child {
  padding-top: 0;
}
 .contactform_form form button, .contactform_form form input, .contactform_form form textarea {
   width: 100%;
   padding: 15px;
   border: solid 1px #dddddd;
   border-radius: 0px;
 }
 .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: 130px;
 }
 
 .contactform_form  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;
 }
 .contactform_form .wpcf7-submit {
  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;
 }
 .contactform_form .wpcf7-submit:hover {
   background: #d00b11;
 }
 .contactform_form  form button:hover,
 .contactform_form  form button:focus {
 background: #0b0a10;
 color: #ffffff;
 outline: 0;
 transition: background-color 2s ease-out;
 }
 .contactform_form form .full:last-child{
   margin-bottom:0;
 }.map_container{
   width: 100%;
   margin-top:0;
   
 }
 .about_container{
  width:100%;
  margin-top:80px;
  background: url(../images/about_bg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 80px;
 }
 .about_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_wrapper .image {
  width: 45%;
  display: inline-block;
}
.about_wrapper .content {
  width: 50%;
  display: inline-block;  
  padding: 0;
}
.about_wrapper .content .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 80px);
  line-height: 1;
  color: #1b1b1b;
  text-transform: capitalize;  
  border-bottom: 3px solid #ef7f1b;
  padding-bottom: 15px;
}
.about_wrapper .content .tittle span{
  display: block;
  color: #ef7f1b;
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 35px);
  text-transform: capitalize;  
  padding-top: 10px;
}
.about_wrapper .content .sub_tittle {
  font-family: 'latobold';
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  padding-top: 25px;
}
.about_wrapper .content p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #1b1b1b;
  line-height: 25px;
  padding-top: 15px;
}
.expertise_container{
  width:100%;
  display: flex;
  justify-content: space-between;
  background: url(../images/journey_bg.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}
.expertise_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  padding: 0 0 5px;
  text-align: center;
}
.expertise_container .tittle span {
  color: #ef7f1b;
}
.ps-timeline-sec {
  position: relative;  
}
.ps-timeline-sec .container {
  position: relative;
  width:98%;
}
.ps-timeline-sec.workflow_sec .container {
    position: relative;
    width: 98% !important;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 230px auto 150px;
    padding: 0;
    border-top: 4px solid #ef7f1b;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 16%;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li {
  float: left;
  width: 11.111%;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: auto;
    height: 50px;
    margin-left: -25px;
    background: #0f0f0f;
    border: 3px solid #ef7f1b;
    border-radius: 30px;
    box-shadow: none;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    padding: 0 27px;
    top: -26px;
    left: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: 'latobold';
    -webkit-animation: grow 1s linear 0s infinite alternate;
  -moz-animation: grow 1s linear 0s infinite alternate;
  -ms-animation: grow 1s linear 0s infinite alternate;
  -o-animation: grow 1s linear 0s infinite alternate;
  animation: grow 1s linear 0s infinite alternate;   
  transition: 0.5s ease all;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline li span {
    width: auto;
    height: 16px;
    margin-left: -25px;
    background: #0f0f0f;
    border: 3px solid #ef7f1b;
    border-radius: 30px;
    box-shadow: none;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    padding: 0 5px;
    top: -10px;
    left: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: 'latobold';
    -webkit-animation: grow 1s linear 0s infinite alternate;
    -moz-animation: grow 1s linear 0s infinite alternate;
    -ms-animation: grow 1s linear 0s infinite alternate;
    -o-animation: grow 1s linear 0s infinite alternate;
    animation: grow 1s linear 0s infinite alternate;
    transition: 0.5s ease all;
}
  .ps-timeline-sec .container ol.ps-timeline li span:hover {
    animation: avatar-pulse 2s infinite;
    transition: background-color 0.5s;    
    transition: 0.5s ease all;
  }
  @-webkit-keyframes grow {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
    }
  }
  @-moz-keyframes grow {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
    }
  }
  @-ms-keyframes grow {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
    }
  }
  @-o-keyframes grow {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
    }
  }
  @keyframes grow {
    0% {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -moz-transform: scale(1.06);
      -o-transform: scale(1.06);
      -ms-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
    }
  }
  
  @keyframes avatar-pulse {
    0% {
      box-shadow: 0 0 0 0 #ef7f1b;
    }
    100% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
  }
  
  
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #ef7f1b;
  width: 2px;
  height: 50px;
  background: #ef7f1b;
  position: absolute;
  top: -50px;
  left: 50%;
  
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #ef7f1b;
  width: 10px;
  height: 10px;
  background: #ef7f1b;
  position: absolute;
  bottom: 90px;
  left: 46%;
    border-radius: 100%;
    transform: translateX(-50%);
    -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -ms-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;   
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #ef7f1b;
  width: 10px;
  height: 10px;
  background: #ef7f1b;
  position: absolute;
  bottom: 62px;
  left: 5%;
  border-radius: 100%;
  transform: translateX(-50%);
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -ms-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #ef7f1b;
  width: 2px;
  height: 50px;
  background: #ef7f1b;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #ef7f1b;
  width: 10px;
  height: 10px;
  background: #ef7f1b;
  position: absolute;
  top: 90px;
  left: 46%;
    border-radius: 100%;
    transform: translateX(-50%);
    -webkit-animation: pulse 1s linear 0s infinite alternate;
    -moz-animation: pulse 1s linear 0s infinite alternate;
    -ms-animation: pulse 1s linear 0s infinite alternate;
    -o-animation: pulse 1s linear 0s infinite alternate;
    animation: pulse 1s linear 0s infinite alternate;   
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #ef7f1b;
  width: 10px;
  height: 10px;
  background: #ef7f1b;
  position: absolute;
  top: 62px;
  left: 6%;
  border-radius: 100%;
  transform: translateX(-50%);
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -ms-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}

@-webkit-keyframes grow {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-moz-keyframes grow {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-ms-keyframes grow {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-o-keyframes grow {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
    color: #fff;
    text-align: center;
    left: 13%;    
    font-family: 'latobold';
    font-size: 16px;
    text-transform: uppercase;
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 154px;
    width: 100%;
    color: #fff;
    text-align: center;
    left: -5%;
    font-family: 'latobold';
    font-size: 16px;
    text-transform: capitalize;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  color: #fff;
    text-align: center;
    left: 13%;
    font-family: 'latobold';
    font-size: 16px;
    text-transform: uppercase;
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  color: #fff;
    text-align: center;
    left: -5%;
    font-family: 'latobold';
    font-size: 16px;
    text-transform: capitalize;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}
@media screen and (max-width: 850px) {
  
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 50px 0 !important;
    border-left: 2px solid #ef7f1b;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 80px !important;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline {    
    padding-top: 44px !important;   
}
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline {
    
    margin-left: 0 !important;
}
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 160px;
    float: none !important;
    width: inherit !important;
    text-align: left;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline li {
    height: 80px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 20px;
}
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    position: absolute !important;
    bottom: 89% !important;   
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: -30px !important;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline li span {
    left: 17px !important;
}
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 96% !important;
    width: 100% !important;
    float: left !important;
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    text-align: left;
    padding-left: 50px;
  }
  .ps-timeline-sec.workflow_sec .container ol.ps-timeline li .img-handler-top {   
    width: 100%;
    color: #fff;
    text-align: center;
    left: auto;   
    position: absolute !important;
    bottom: 96% !important;
    width: 100% !important;
    float: left !important;
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    text-align: left;
    padding-left: 50px;
}
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 96% !important;
    width: 100% !important;
    float: left !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
    padding-left: 50px;
  }

  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot{
    position: absolute !important;
    bottom: 89% !important;   
}
.ps-timeline-sec.workflow_sec .container ol.ps-timeline li:nth-child(even) .img-handler-bot {
    position: absolute !important;
    bottom: 96% !important;
    left: 0;
    text-align: left;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(3) .img-handler-top {
  position: absolute !important;
  bottom: 90% !important;  
}
  .ps-timeline-sec {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec.workflow_sec {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .expertise_container {
   
    padding: 80px 0;
}
}

.expertise_container .content{
  background: url(../images/expertise_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 80px 60px 5%;
  width:50%;
  display: inline-block;
}
.expertise_container .image{
  width: 50%;
  display: inline-block;
}

.expertise_container .content .tittle{
  color: #fff;
    font-family: 'latobold';
    padding:5px 0 0;
    text-transform: uppercase;
    display: block; 
    font-size: 20px;  
    line-height: 28px;
    position: relative;
    display: inline-block;
}
.expertise_container .content .tittle::before{
  bottom: -20px;
  border-bottom: 4px solid #ef7f1b;
  width:60%;
  content: "";
  position: absolute;
}
.expertise_container .content p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 23px;
  text-transform: none;
  padding-top: 40px;
  padding-bottom: 20px;
}
.animated-progress { 
  height: 10px;
    margin: 65px 0 0;   
    position: relative;
    border-radius: 3px;
    background:transparent;
    border-radius: 30px;
}
.animated-progress .number_wrap{
  position: absolute;
  left:0;
  color: #fff;
  top:-28px;
  font-family: 'latoregular';
  font-size: 18px;  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.animated-progress .number_wrap .name{
  text-align: left;
  display: inline-block;
}
.animated-progress .number_wrap .number{
  text-align: right;
  display: inline-block;  
}
.progress-blue .number_wrap{
  width:100%;
  
}
.progress-green .number_wrap{
  width:100%;
  
}
.progress-purple .number_wrap{
  width:100%;
  
}
.animated-progress span {
  height: 100%;
    display: block;
    width: 0;
    color: #ef7f1b;
    line-height: 8px;
    position: relative;
    text-align: end;
    padding-right: 5px;
    background: #ef7f1b;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0;
    border-radius: 30px;
}
.opportunity_container{  
    width: 100%;
    
    padding: 80px 0 80px;
    background:url(../images/opportunity_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.opportunity_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  padding: 0 0 5px;
  text-align: center;
}
.opportunity_container .tittle span {
  color: #ef7f1b;
}
.opportunity_container p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-top: 18px;
}
.team_container{
  padding: 80px 0 80px;
  width:100%;
  position: relative;   
  text-align: center;
}
.team_container .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding: 0 0 5px;
}
.team_container .tittle span {
  color: #ef7f1b;
}


.team_wrapper{
  width:100%;
  margin:50px auto 0;
  text-align: left;
  }
.team_wrapper .team .item { 
  padding: 5px;
 
}
  .team_wrapper .team .item .profile {display:flex;  align-items: center; position: relative;
    flex-wrap: wrap;
    padding: 10px;    
  }
  .team_wrapper .team .item .profile img {width:100%; border-radius: 5px;}
  .team_wrapper .team .item .profile .information {text-align: center; width:100%; padding:20px 10px; background: #f7f7f7;  height: 165px;}   
  .team_wrapper .team .item .profile .information p {font-size: 20px;margin: 0px auto 0px;color: #000;line-height: 1; font-family: 'latobold'; text-transform: capitalize; text-align: center; padding: 0;}
  .team_wrapper .team .item .profile .information span {color: #000000;line-height: 1.6em;font-size: 17px; font-family: 'latoregular'; text-transform: capitalize; text-align: center; padding-top: 5px;}
  .team_wrapper .team .item>p {margin-bottom: 15px;font-size: 18px;line-height:24px;display: block;z-index: 2;color: #000; font-family: 'jostregular';}
  .team_wrapper .team .item .profile .information a {
    color: #ef7f1b;
    line-height: 1.6em;
    font-size: 25px;
    font-family: 'latobold';
    text-transform: capitalize;
    text-align: center;
    padding-top: 5px;
}
  
  .team_wrapper .owl-dots {
      display: block !important;
      width: 100%;
      margin-top: 40px !important;
      text-align: center;
  }   
  
  .team_wrapper .owl-dots .owl-dot {
    width: 8px !important;
    height: 8px !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #000 !important;
    margin: 0px 3px;
    border: none;
  }
  .team_wrapper .owl-dots .owl-dot.active {
    background: #ef7f1b!important;
    width: 35px !important;
  }
  .owl-theme .owl-dots .owl-dot span {
      display: none !important;
  }
  .project_slider {
    width: 95%;
    margin: 0 auto 40px;
    height: auto;
    position: relative;
    overflow: hidden;    
  }
  .project_slider img {
    display: block;
    width: 100%;
    border-radius: 0;
  }
 
.project_slider .owl-carousel .owl-nav button {
  position: absolute;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0px;
  text-align: center;
  top: calc(50% - 15px);
  bottom: auto;
  font: normal normal normal 14px/1 FontAwesome;
  background: rgba(0, 0, 0, 0.8);
  color: #cccccc;
  font-size: 20px;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  border-radius: 50%;
  padding: 20px;
}
.project_slider .owl-carousel .owl-nav .owl-prev {
  right: auto;
  left: 5%;
}
.project_slider .owl-carousel .owl-nav .owl-prev::before {
  content: "";
    width: 17px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
    top: 50%;
    background: url(../images/project_prev.png) no-repeat;
    background-position: center center;
    background-size: 70%;
}
.project_slider .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 5%;
}
.project_slider .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 17px;
  height: 30px;
  position: absolute;
  left: 50%;
    transform: translate(-50% , -50%);
    top: 50%;
  background: url(../images/project_next.png) no-repeat;
  background-position: center center;
  background-size: 70%;
}

.project_slider .owl-carousel .owl-nav button span{
  display: none;  
}
.project_middle_section{
  width:100%; 
  background: url(../images/projectdetail_middlebg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding:80px 0; 
}
.project_middle_wrapper{
  display: flex;
  justify-content: right;
}
.project_middle_wrapper .content{
  width:60%;
}
.project_middle_wrapper .tittle{ 
    font-family: 'ralewaybold';
    font-size: clamp(30px, 7vw, 55px);
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 5px;
    position: relative;
}
.project_middle_wrapper .tittle span{  
    color: #ef7f1b;
}
.project_middle_wrapper .tittle::before {
  bottom: -15px;
  border-bottom: 4px solid #ef7f1b;
  width: 55%;
  content: "";
  position: absolute;
}
.project_middle_wrapper p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-top: 40px;
}
.project_middle_wrapper ul{
  padding-top: 25px;
  padding-left: 18px; 
  color: #ef7f1b;
}
.project_middle_wrapper ul li{
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  display: list-item;
  list-style: disc;
  padding: 3px 0;
}
.project_middle_wrapper ul li::marker{
  color: #ef7f1b;
}
.homesector_container .tab-content.current {
  display: flex;
  flex-wrap: wrap;
}
.related_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top:50px;
}
.related_wrapper .block{  
    width: 33.333%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.related_container {
  width: 100%;
  background: #fff;
  text-align: center;
  margin-top:80px;
}
.related_container .tittle{
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 55px);
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding: 0 0 5px;
  position: relative;
}
.related_container .tittle span{
  color: #ef7f1b;
}
.related_container .block .image_desc{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  left:50%;
  top:50%;
  transform: translate(-50% , -50%);
  z-index: 10;
  text-align: center;
}
.related_container .block:hover .image_desc{
  opacity: 1;
  visibility: visible;
}
.related_container .block  .viewmore {  

background: #ef7f1b;
transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
display: block;
width: auto;
font-family: 'Montserratregular';
padding: 0 30px;
font-size: 16px;
color: #fff;
height: 46px;  
line-height:46px;
text-align: center;
text-transform: capitalize;
color: #fff;
border-radius: 0;    
cursor: pointer;
box-sizing: border-box; 
margin-top:20px;
border: 1px solid #ef7f1b;
}
.related_container .block  .tittle {
font-family: 'latobold';
font-size: 18px;
color: #fff;
line-height: 22px;
position: relative;
text-transform: uppercase;
width: auto;
}

.related_container .block img {
transition: transform 2s ease-in-out;
width: 100%;

}

      
.related_container .block:hover .overlay {
        opacity: 0.6;
    }
   
      
    .related_container .block:hover .overlayTop{
    height: 100%;
    }
    .servicedetail_wrapper {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      text-align: left;
  }
  .servicedetail_wrapper .image {
    width: 48%;
    display: inline-block;
    border-radius: 20px;
}
.servicedetail_wrapper .image img{
  border-radius: 20px;
}
.servicedetail_wrapper .content {
  width: 48%;
  display: inline-block;
  padding: 0;
}
.servicedetail_wrapper .content .tittle {
  font-family: 'ralewaybold';
  font-size: clamp(30px, 7vw, 40px);
  line-height: 1;
  color: #1b1b1b;
  text-transform: capitalize; 
}
.servicedetail_wrapper .content p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #1b1b1b;
  line-height: 25px;
  padding-top: 15px;
}
.servicedetail_wrapper ul{
  padding-top: 25px;
  padding-left: 18px;   
}
.servicedetail_wrapper ul li{
  font-family: 'latoregular';
  font-size: 17px;
  color: #1b1b1b;
  line-height: 25px;
  display: list-item;
  list-style: disc;
  padding: 3px 0;
}
.servicedetail_wrapper ul li::marker{
  color: #ef7f1b;
}
.service_middle_section{
  width:100%; 
  background: url(../images/servicedetail_middlebg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding:80px 0; 
}
.service_middle_wrapper{
  display: flex;  
}
.service_middle_wrapper .content{
  width:60%;
}
.service_middle_wrapper .tittle{ 
    font-family: 'ralewaybold';
    font-size: clamp(30px, 7vw, 55px);
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 5px;
    position: relative;
}
.service_middle_wrapper .tittle span{  
    color: #ef7f1b;
}
.service_middle_wrapper .tittle::before {
  bottom: -15px;
  border-bottom: 4px solid #ef7f1b;
  width: 55%;
  content: "";
  position: absolute;
}
.service_middle_wrapper p {
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-top: 40px;
}
.service_middle_wrapper ul{
  padding-top: 25px;
  padding-left: 18px; 
  color: #ef7f1b;
}
.service_middle_wrapper ul li{
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  display: list-item;
  list-style: disc;
  padding: 3px 0;
}
.service_middle_wrapper ul li::marker{
  color: #ef7f1b;
}
.project-inner {
  margin: 80px 0;
}
.project-inner .related_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  margin-top: 50px;
}
.project-inner .related_wrapper .block {
  width: 33.333%;
  height: auto;
  position: relative;
  padding: 0 10px;
    margin: 10px 0;
  display: inline-block;
}
.project-inner .overlayTop{
  width: auto;
    height: auto;
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
  background-color:#000;

}

.project-inner .block:hover .overlayTop{
height: 100%;
}
.opportunity_container h2 {
  display: block;
  color: #ef7f1b;
  font-family: 'ralewaybold';
  font-size: 20px;
  text-transform: capitalize;
  padding-top: 40px;
}
.opportunity_container .container {
  width: 70%;
}
.opportunity_container ul {
  padding: 30px 0 0 0px;
  text-align: left
}
.opportunity_container ul li {
  font-family: 'latoregular';
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-top: 10px;
  display: list-item;
  list-style: disc;
  list-style-position: inside;
}
.opportunity_container ul p {
  font-family: 'latoregular';
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  padding: 15px 0 15px 23px;
}
.product_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin:50px -20px 100px;
}

.product_wrapper .product_image .product_image{
  position: relative;
}
.product_wrapper .product_image .product_image .img-text {
  position: absolute;
  bottom: 25px;
  left: 0;
  background: #f75b00; 
  color: white;
  opacity: 0;
  visibility: hidden; 
  font-family: 'latobold';
  font-size: 20px;
  line-height: normal;
}
.product_wrapper .product_image .product_image:hover .img-text {
  padding: 12px 22px;
  visibility: visible;
  opacity: 1;
  max-width: 95%;
  z-index: 1;
}
.product_wrapper .product-gallery img{  
 
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  grid-row-end: span 2;
  position: relative;
  
}
.product_wrapper .product-gallery {
  display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-flow: dense;
    margin: 0 auto 0;
    width:100%;
}
.product_wrapper .product-gallery .product_image{
  position: relative;
}
.product_wrapper .product-gallery .product_image a{
 
    cursor: pointer;
    width: 100%;      
    position: relative;
    height: 100%;
}
.product_wrapper .product-gallery .landscape {
 
  cursor: pointer;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}

.product_wrapper .product-gallery .portrait {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
 
  background: rgba(255, 255, 255, 0.02); 
  position: relative;
}
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > a{
  width:100%;
  position: relative;
  width: 100%;
	
	
}
.grid-wrapper > div > a > img {
	width: 100%;height: 100%;
	
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));	
	grid-auto-flow: dense;
  margin: 50px auto 100px
}
.grid-wrapper .smallpic {
	
}
.grid-wrapper .wide {
	
}
.grid-wrapper .tall {
	
}
.grid-wrapper .big {
	
}
.grid-wrapper > div a:hover .img-text {
  padding: 12px 22px;
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    z-index: 1;
}
.grid-wrapper > div a .img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #d58e00;
  opacity: 0;
  visibility: hidden;
  font-family: 'corbelbold';
  font-size: 22px;
  line-height: normal;
  width:100%;
  text-transform: uppercase;
}
.product_wrapper .product-gallery .product_image .content-overlay {
  background: rgba(213,142,0,0.4);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 5;
  cursor: pointer;
}

.product_wrapper .product-gallery .product_image:hover .content-overlay{
  opacity: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
  cursor: pointer;
}

.product_wrapper .product-gallery .product_image:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'corbelbold';
  cursor: pointer;
}

@media (min-width: 1800px) {
.social {  
  top: 64%;  
}
.banner .banner-item .content {
  position: absolute;
  left: 12%;  
}

}
@media (min-width: 1301px) and (max-width: 1505px) {
  .homesector_wrapper {   
    padding: 50px 50px;   
  }
  .homesector_container ul.tabs li {   
    padding: 0px 25px;   
    margin-right: 5px;
}
  
}


@media (max-width: 1400px) {
  .social {  
    top: 50%;  
  } 
}
@media (max-width: 1300px) {
  .homesector_container .tittle {
   
    width: 100%;
    text-align: center;
}
.homesector_container ul.tabs {
  margin: 30px 0 0; 
  width: 100%; 
  justify-content: center;
}
}
@media (max-width: 1280px) {  
  .banner .banner-item .content .icon {
    width: 110px;
    margin: 0 auto;
    display: block;
}
.banner .banner-item .content h1 {
  font-size: 25px;  
  line-height: 28px;
  }
  .welcome_wrapper .content {   
    padding: 30px 30px 0px 0;
}
.about_wrapper {
  
  align-items: center;
}
.expertise_container {
  
  flex-wrap: wrap;
}
.expertise_container .content {
  
  width: 100%;
  display: block;
  padding: 60px 30px;
}
.expertise_container .image {
  
  width: 100%;
  display: block;
}
.about_wrapper .image {
  width: 100%;
  display: none;
}
.about_wrapper .content {
  width: 100%;
  display: block;
  margin-top:0px;
  text-align: center;
}
}
@media (max-width: 1200px) {
  .book_mobile {
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
   
}
.btn.book{
  display: none;
}
.btn.new_mobile {
    display: block;
    display: inline-flex;
    justify-content: right;
    margin: 0px 0px 0px calc(100% - 475px);
}
header .menu-div {
padding: 15px 0px;
}
header .menu-div .menu {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100vh;
background: #000;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 15px;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 9999;
transform: scale(1.1);
flex-wrap: wrap;
}
header .menu-div .menu .menu-list {
text-align: center;
position: relative;
max-height: 100%;
overflow: auto;
width:100%;
}
header .menu-div .menu .menu-list li {
display: block;
line-height: 70px;
text-align: center;
}
header.fix .menu-div .menu .menu-list li {
line-height: 70px;
}
header .menu-div .menu .menu-list li a {
display: block;
font-size: 20px;
}
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: center;
position: relative;
left: 0px;
top: auto;
opacity: 1;
visibility: visible;
width: 200px;
margin: 0px 0px 0px 0px;
transform: translateY(0px);
border-radius: 0px;
display: none;
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
position: relative;
left: auto;
top: 0;
width: 200px;
background: #000;
border-radius: 0px;
line-height: normal;
border-top: 1px solid rgba(255, 255, 255, 0.5);
opacity: 1;
visibility: visible;
transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
-webkit-transform: translateY(10px);
transform: translateY(10px);
text-align: left;

}
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 a {
line-height: 35px;
padding: 0px 10px;
color: #fff;
font-size: 13px;
display: flex;
text-transform: uppercase;
text-align: center;
justify-content: center;
}
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: 14px;
text-transform: uppercase;
}
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;
}
}
@media (max-width: 1180px) {
.welcome_wrapper {
 
  padding: 50px 0;
}
.social {
 
  top: 45%;
  z-index: 100;
}
.blog_wrapper .news_block {
  padding: 0 20px;
  width: 50%;
}
.blog_detail .news_block {
  padding: 0;
  width: 100%;
}
.contact_info {
  
  width: 100%;  
}
.contact_info h3 { 
  text-align: center; 
}
.contact_info .item {
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: center;
}
.contact_info .item .details {
  display: inline-block;
  padding-left: 50px;
}
.contactform_form {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.servicedetail_wrapper .image {
  width: 100%;
  display: block;  
}
.servicedetail_wrapper .content {
  width: 100%;
  display: block;  
  text-align: center;
  margin-top: 40px;
}
.servicedetail_wrapper ul li {
 
  list-style-position: inside;
}
.service_middle_wrapper .content {
  width: 74%;
}
}
@media (max-width: 1080px) {
  .blog_wrapper .left {
    width: 100%;
    display: block;
}
.blog_wrapper .right {
  width: 100%;
  display: block;
 margin-top:50px;
}
.project_middle_wrapper .content {
  width: 67%;
}
.opportunity_container .container {
  width: 90%;
}
}
@media (max-width: 993px) {
.banner::after {
  border-left: 2px solid #63635f;
  height: 135px;
}
.welcome_wrapper .image {
  width: 100%;
  display: inline-block;
}
.welcome_wrapper .content {
  padding: 0;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.homesector_container ul.tabs li {
  
  margin-bottom: 10px;
}
.project_middle_wrapper .content {
  width: 76%;
}
.service_middle_wrapper .content {
  width: 95%;
}
.related_services .media-item {
  padding: 10px;
  width: 48%;
}
.project-inner .related_wrapper .block {
  width: 50%;  
}
.message_wrapper .image {
  display: none;
  width: 30%;
  border-radius: 60px;
}
.message_wrapper .image_mobile {
  display: block;
  width: 30%;
  border-radius: 60px;
  margin-top:20px;
}
.message_wrapper .content {
  display: block;
  width: 100%;
}
.message_wrapper .image_mobile img {  
  border-radius: 60px;
  width: 100%;
  border: 2px solid #ef7f1b;
}
.message_wrapper {
  
  text-align: center;
}
.message_wrapper .tittle::before {  
  left: auto;
  margin-left: -10%; 
}
.message_wrapper .image_mobile {
  display: block;
  width: 50%;
  border-radius: 60px;
  /* margin-top: 20px; */
  margin: 30px auto;
}
.message_container {  
  padding: 60px 0 60px;
}

}
@media (max-width: 768px) {
.banner .banner-item .content {
  position: absolute;
  left: 5%;
  top: 15%;
}
.client_wrapper .block {
  width: 100%;
  display: inline-block;
}
.footer .footer-content .col-container {
  display: flex;
 justify-content: left;
  flex-wrap: wrap;
}
.inline {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 10px 20px;
}
.blog_wrapper .news_block {
  padding: 0 20px;
  width: 100%;
  position: relative;
}
.project_middle_wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.project_middle_wrapper .content {
  width: 90%;
  /* text-align: center; */
}
.project_middle_wrapper .tittle {  
  line-height: 1.3;  
}
.related_container {
  
  margin-top: 0;
}
.project-inner {
  margin: 80px 0;
}
}
@media (max-width: 600px) {
.banner .banner-item .content {
  position: absolute;
  left: 5%;
  top: 20%;
  width: 100%;
}
.testimonial_container .tittle {
  
  line-height: 1.2;
  
}
.testimonial_container .tittle span {
  color: #ef7f1b;
  display: block;
}

.testimonial_container .tittle::before {
  
  top: 10px;
}
header{
  padding: 0px 0 0;
}
.social {
  top: 70%;
  z-index: 100;
}
.welcome_wrapper .image {
  width: 100%;
  display: none;
}
.welcome_wrapper .content {
  padding: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.homesector_container .tab-content .item {
  display: inline-flex;
  width: 100%;
  
}
.inline:nth-child(3), .inline:nth-child(4){
  display: none;
}
.homeservice_wrapper .image-wrapper{
  display: none;
}
.imagemob_wrapper{
  display: block;
  width:90%;
  margin:0 auto;
}
.mobile_banner{
  display: block !important;
}
.desktop_banner{
  display: none !important;
}
.banner .banner-item .content {
  
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
}
.banner .banner-item .content h1 {
  
  text-align: center;
}
.banner .banner-item .content h5{
  font-size: 12px;
}
.banner .banner-item .content .btn {
  height: 40px;  
  font-size: 14px;
  line-height: 40px;
  color: #fff;  
  margin-top: 10px;  
}
.banner::after {
 display: none;
}
.book_mobile {
  display: none;
}
.btn.new_mobile{
    display: none;
}
.imagemob_wrapper .owl-carousel .owl-nav button {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 28px;
  border: none;
  border-radius: 0px;
  text-align: center;
  top: calc(50% - 15px);
  bottom: auto;
  font: normal normal normal 14px/1 FontAwesome;
  background: rgba(255, 255, 255, 0);
  color: #cccccc;
  font-size: 20px;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.imagemob_wrapper .owl-carousel .owl-nav .owl-prev {
  right: auto;
  left: -8%;
}
.imagemob_wrapper .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
}
.owl-carousel .owl-nav button span {
  display: none;
}

.imagemob_wrapper .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -8%;
}
.imagemob_wrapper .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
}

.homeblog_wrapper {
  margin: 60px auto 0;
  width: 90%;
}
.homeblog_wrapper .owl-carousel .owl-nav button {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 28px;
  border: none;
  border-radius: 0px;
  text-align: center;
  top: calc(50% - 15px);
  bottom: auto;
  font: normal normal normal 14px/1 FontAwesome;
  background: rgba(255, 255, 255, 0);
  color: #cccccc;
  font-size: 20px;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeblog_wrapper .owl-carousel .owl-nav .owl-prev {
  right: auto;
  left: -6%;
}
.homeblog_wrapper .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
}
.owl-carousel .owl-nav button span {
  display: none;
}

.homeblog_wrapper .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -6%;
}
.homeblog_wrapper .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
}
.newsblock_inner .content {
  background: #0b0a10;
  border-bottom: 18px solid #ef7f1b;
  height: 360px;
}
.blog_detail .newsblock_inner .content {
  border: none;
}
.newsblock_inner .content .date {
  color: #fff;
  border-bottom: 4px solid #fff;
}
.newsblock_inner .content .tittle {
  color: #fff;
  font-size: 18px;
}
.newsblock_inner .content p {
  color: #fff;
}
.blog_detail .newsblock_inner .content p {
  color: #0b0a10;
}
.homeservice_wrapper .media .overlay {
  opacity: 1;
}
.homeservice_wrapper .media .image-details {
  bottom: 15%;
  opacity: 1;
  left: 15%;
}
.homeservice_wrapper .overlay {
  
  height: 100%;
  width: 100%;
  
}
.homesector_container ul.tabs li {
  margin-bottom: 20px;
  width:100%;
}
.related_wrapper .block {
  width: 100%;
 
}
.project-inner .related_wrapper .block {
  width: 100%;  
}
.social {
  top: 28%;
  z-index: 100;
  display: none;
}
}
@media (max-width: 400px) {
 

.homeservice_wrapper .media {
  width: 100%;
  height: 100%;
}

.homesector_wrapper {
  background: url(../images/sectortop_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 30px;
}
header .menu-div .logo {
  width: 130px;
  
}
.social {
  top: 28%;
  z-index: 100;
}
}
@media screen and (max-width: 430px){
.ps-timeline-sec .container ol.ps-timeline {
    
    border-left: 2px solid #ef7f1b;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 45px !important;
}
}
@media (max-width: 380px) {
.newsblock_inner .content{
  height: 440px;
}
}