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

@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.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: 'montserratsemibolditalic';
  src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: 'alphacorsapersonaluse';
  src: url('../fonts/Alphacorsa\ Personal\ Use.woff2') format('woff2'), url('../fonts/Alphacorsa\ Personal\ Use.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-flex;
  -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'robotoregular';
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: auto;
  user-select: none !important;
  font-weight: normal;
}
select::-ms-expand {
  display: none !important;
}
select:focus {
  outline: none !important;
}
label {
  font-weight: normal;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 15px;
  vertical-align: top;
}
label em {
  color: #ff0000;
}
strong {
  font-weight: normal;
}
.clearfix {
  display: table;
  clear: both;
}
.main-title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  font-size: 50px;
  line-height: 55px;
  font-family: 'orkneybold';
  text-transform: uppercase;
  color: #004f94;
}
.main-title span {
  font-family: 'orkneyregular';
  display: block;
  font-size: 48px;
}
.main-title.line {
  padding-left: 0px;
  text-align: center;
}
.main-title.line::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #004f94;
  margin: 20px auto 0px auto;
}
.main-title.bar {
  text-align: center;
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-size: 35px;
  line-height: 30px;
}
.main-title.bar::before {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: #004f94;
  position: absolute;
  left: 12px;
  top: -3px;
  transform: skew(-35deg);
}
.btn {
  height: 44px;
  width: auto;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  line-height: 44px;   
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.6s 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: 0px;
  font-family: 'montserratmedium';
  margin-top:25px;
  border-radius: 30px;
   border: 2px solid transparent;
  border-radius: 30px;
  background: 
    linear-gradient(to right, white, white), 
    linear-gradient(to right, #244095 , #bb0b0c); 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.btn:hover {
  background: linear-gradient(to bottom, #244095, #bb0b0c), linear-gradient(to right, white, white);
    color: #fff;
    display: inline-flex;
  -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);
}
.btn span {
  background: linear-gradient(to right, #bb0b0c 35%, #244095);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn:hover span{
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.btn:active {
  box-shadow: none;
}
.btn.is-loading {
  font-size: 0px;
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #ffffff;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
  box-sizing: border-box;
}
.btn.blue-btn {
  border: 1px solid #0a4197;
  color: #fff;
  background-color: #0a4197;
}
.btn.blue-btn:hover {
  border: 1px solid #093883;
  color: #fff;
  background-color: #093883;
}
.btn.yellow-btn {
  border: 1px solid #fcc600;
  color: #fff;
  background-color: #fcc600;
}
.btn.yellow-btn:hover {
  border: 1px solid #D2AB0D;
  color: #fff;
  background-color: #D2AB0D;
}
.btn.green-btn {
  border: 1px solid #00ae93;
  color: #fff;
  background-color: #00ae93;
}
.btn.green-btn:hover {
  border: 1px solid #00937C;
  color: #fff;
  background-color: #00937C;
}
.btn.large {
  height: 46px;
  line-height: 46px;
}
.btn.transparent {
  color: #282828;
  background: transparent;
  border: 1px solid #000;
}
.btn.transparent:hover{
    background: #d00b11;
    color: #fff;
    border: 1px solid #d00b11;
}
.btn.small {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.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: 85%;
  display: block;
}
.column {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0px -15px;
}
.columns {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 15px;
}
.margin-top {
  margin-top: 140px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-next {
  top: 3px;
  background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
}
.ui-datepicker table {
  font-size: 12px !important;
}
.ui-widget {
  font-size: 12px !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 12px !important;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transform: scale(1);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50000;
  text-align: center;
  overflow-y: auto;
}
.popup .popup-content {
  display: inline-block;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 560px;
  max-width: calc(100% - 30px);
  min-height: 300px;
  height: auto;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 20px #000000;
  padding: 40px 30px;
  position: relative;
  transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.popup .popup-content .popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  width: 29px !important;
  height: 29px !important;
  line-height: 27px !important;
  padding: 0px 0px 0px 2px  !important;
  text-align: center;
  border-radius: 30px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  letter-spacing: 1px !important;
  margin: 0px !important;
}
.popup .popup-content.open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.popup .popup-content .header {
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #9c9c9c;
  margin-bottom: 20px;
}
.popup .popup-content .header h2 {
  font-size: 17px;
  margin: 0px 0px 0px 0px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.popup .popup-content .content {
  border-bottom: 2px solid #9c9c9c;
}
.popup .popup-content .content .job-title {
  font-size: 25px;
  line-height: 30px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .experience {
  font-size: 12px;
  line-height: 12px;
  color: #3a3a3a;
  margin: 0px 0px 10px 0px;
}
.popup .popup-content .content .sections {
  margin-bottom: 20px;
}
.popup .popup-content .content .sections p {
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
}
.popup .popup-content .content .sections p strong {
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
}
.popup .popup-content .content .sections .apply {
  float: right;
  padding: 0px 30px;
  line-height: 38px;
  height: 40px;
  text-transform: uppercase;
  font-size: 15px;
  width: auto !important;
  background: #004f94 !important;
  border-color: #004f94 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.popup .popup-content .content .sections .apply:hover {
  background: #004988 !important;
  border-color: #004988 !important;
  color: #3a3a3a !important;
}
.popup .popup-content .content .form .col-container {
  margin: 0px -5px;
}
.popup .popup-content .content .form .col-container .inline {
  padding: 0px 5px;
}
.popup .popup-content .content .form .col-container .inline .input-div {
  margin-bottom: 15px;
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-div .input-text {
  width: 100%;
  height: 40px;
  line-height: 41px;
}
.popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
  height: 120px;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
  color: #004f94;
  border-color: #004f94;
  box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
}
.popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
  background: #004988;
  border-color: #004988;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
  position: relative;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
  position: absolute;
  padding: 0px 15px;
  right: -1px;
  top: -1px;
  height: 40px;
  line-height: 39px;
  margin: 0px;
  width: auto;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
  line-height: 39px;
  position: absolute;
  width: calc(100% - 108px);
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  font-size: 13px;
  padding: 0px 15px;
}
.popup .popup-content .content .form .col-container .inline .apply {
  height: 45px;
  line-height: 44px;
  width: auto;
  padding: 0px 50px;
  float: right;
  margin: 6px 0px 25px 0px;
  box-shadow: none;
  background: #004f94;
  border-color: #004f94;
  color: #FFFFFF;
}
.popup .popup-content .content .form .col-container .inline .apply:hover {
  background: #004988;
  border-color: #004988;
}
.social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 9.5%;
    top: 60%;
    z-index: 100;
}

.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: #244095 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
    background-position: center;
    border-color: #244095;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

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

header .menu-div {
  background: none;
  padding: 0;
}
.menu-div .col-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .menu-div .logo {
  width: 195px;
  display: inline-block;
  vertical-align: middle;
}
header .menu-div .logo a {
  display: block;
}
header .menu-div .logo a img {
  max-width: 100%;
  display: block;
}
header .menu-div .menu {  
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu .btn{
  margin: 0;
  transition: 0.5s;
  background-size: 200% auto;
  filter: drop-shadow(-4px 4px 4px rgba(40,40,40,0.24));
  background-image: linear-gradient(to right, #4bc09a 0%, #13bad7 51%, #4bc09a 100%);
  color: #fff;
  font-size: 18px;
}
header .menu-div .menu .btn:hover {
  background-position: right center; /* change the direction of the change here */
}
header .menu-div .menu .menu-list {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
header .menu-div .menu .menu-list li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0px 15px;
}

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

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

header .menu-div .menu-btn {
  display: none;
  vertical-align: middle;
  width: 40px;
    height: 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.open {  
  width: 30px; 
}
header .menu-div .menu-btn .icon {
  position: relative;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 0px 0px;
    width: 100%;
}
header .menu-div .menu-btn .icon .bar {
  overflow: hidden;
  width: 100%;
  height: 4px;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: relative;
  border-radius: 0px;
}
header .menu-div .menu-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #5268ab;
  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: #5268ab;
  transform: translateX(0px);
}
header .menu-div .menu-btn .icon .bar-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
  width:60%;
}
header .menu-div .menu-btn .icon .bar-1::before {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-1::after {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-2 {
  margin-top: 5px;
    margin-bottom: -4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 100%;
}
header .menu-div .menu-btn .icon .bar-2::before {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-2::after {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3 {
  margin-bottom: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 100%;
}
header .menu-div .menu-btn .icon .bar-3::before {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3::after {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-4 {
  transform: scale(1);
    -webkit-transform: scale(1);
    width: 60%;
    margin-right:auto;
}
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 #244095;  
 
}
header.fix .logo{
    width:180px;
    transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
}
header.fix .menu-div .menu .menu-list li {
 
 
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {  
  top: 50px;  
  opacity: 0;
  visibility: hidden;
  
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; 
  background: #fff;
}
.banner  img {
  display: block;
  width: 100%;
}
.banner .content {
    position: absolute;
    left: 7%;
    top: 55%;
    width: 40%;    
    z-index: 1;
    display: block;    
    padding: 0px 0px;  
    transform: translateY(-50%);  
}
.banner .content::after {
    position: relative;
    margin: 5px 0 0;
    background: linear-gradient(to right, #bb0b0c 35%, #244095);
    height: 2px;
    width: 100%;
    content: "";
    display: block;
}
.banner .content h1 {
    font-size: clamp(25px, 7vw, 50px);
    color: #244095;
    font-family: 'alphacorsapersonaluse';
    line-height: 1.2;
    margin: 20px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    width:100%
}
.banner .content h1 span{
  color: #bb0b0c;
}
.banner .content h3 {
    font-size: clamp(20px, 7vw, 30px);
    color: #244095;
    font-family: 'montserratregular';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    position: relative;
    text-transform: capitalize;    
}
.banner .content p {
    font-family: 'montserratmedium';
    font-size: 18px;
    color: #08090f;
    line-height: 27px;
    text-transform: none;
    padding: 15px 0 0 0;
    width:100%;
}
.bottom_line{  
  position: relative;
  margin: 5px 0 0;
  background: linear-gradient( to right, #bb0b0c 35%, #244095);
  height: 2px;
  width:100%;
  content: "";
  display:block;    
}

.homeabout_container{
    width:100%;
    display: block;
    margin:0px 0 0;
    background: url(../images/homeaboutbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 9% 0 50px;
    position: relative;
}
.homeabout_container::before{
   background: url(../images/homeabout_overlay.png) no-repeat;
    background-position: left top;
    background-size: 100%;
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:30%;
    z-index: 2;
    height: 100%;
}
.homeabout_wrapper{
    width:90%;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
    margin: 0 auto;
}
.homeabout_wrapper .image{
    width:38%;
    display: inline-block;
}
.homeabout_wrapper .image img {
    filter: drop-shadow(0px 40px 77px rgba(0, 0, 0, 1));
}
.homeabout_wrapper .content_wrapper{
    width:50%;
    display: inline-block;
    padding: 0 5% 0 0
}
.homeabout_wrapper .content_wrapper .tittle{
  font-family: 'montserratsemibold';
  font-size: clamp(25px, 7vw, 38px);
  color: #fff;
  line-height: 1.2; 
    text-transform: capitalize;
    padding: 0px 0 0;
    position: relative;
}
.homeabout_wrapper .content_wrapper .tittle::before{
    background: url(../images/previous_arrow.png) no-repeat;
    background-position: left center;
    background-size: 100%;
    position: absolute;
    left: -19%;
    content: "";
    width: 15%;
    height: 100%;
}
.sub_tittle{
    font-family: 'montserratbold';
    color: #4cc19b;
    font-size: clamp(18px, 7vw, 22px);  
    line-height: 1; 
    text-transform: capitalize;
    padding: 0 0 10px 0;
}
.main_tittle{
    font-family: 'montserratsemibold';
    color: #244095;
    font-size: clamp(25px, 7vw, 35px);  
    line-height: 1.2; 
    text-transform: capitalize;
    padding: 0px 0 0;
    display: inline-block;
}
.main_tittle::after {
    position: relative;
    margin: 5px 0 0;
    background: linear-gradient(to right, #bb0b0c 35%, #244095);
    height: 2px;
    width: 100%;
    content: "";
    display: block;
}
h5{
    color: #5996ce;
    font-family: 'poppinssemibold';    
    font-size: 17px;  
    line-height: 27px; 
    text-transform: none;
    padding: 10px 0 10px;
}
p{
    color: #202020;
    font-family: 'montserratregular';    
    font-size: 17px;  
    line-height: 26px; 
    text-transform: none;
     padding: 15px 0 0;
}
.homeabout_wrapper .content_wrapper p{
  color: #fff;
  padding: 20px 0 0;
}
.homeabout_wrapper .content_wrapper .button_wrapper{
  display: flex;
  position: relative; 
  margin: 40px 0 0;
  align-items: center;
}
.homeabout_wrapper .content_wrapper .button_wrapper::before{
    background: url(../images/previouslarge_arrow.png) no-repeat;
    background-position: left center;
    background-size: 100%;
    position: relative;
    left: 0;
    content: "";
    width: 60%;
    height: 17px;
    display: block;
    margin-right:10px;
}
.homeabout_wrapper .content_wrapper .button_wrapper .btn{
  margin: 0;
}
.homeservice_container{
  width:100%;
  background: #f1f1f1;
  padding: 60px 0;
  display: block;
  text-align: center;
}
.tittle_wrapper{
  display: inline-block;
}
.bottom_linesmall{
  
}
.homeservice_wrapper{
  margin: 40px 0 0;
  display: block;
  width:100%;
  position: relative;
}
.homeservice_wrapper #service_slider{
  width:88%;
  margin: 0 auto;
}
.homeservice_wrapper::before {
    background: linear-gradient(to right, #244095 35%, #bb0b0c);
    height: 2px;
    width: 100%;
    content: "";
    display: block;    
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.homeservice_wrapper .item{
  padding: 10px 20px;
}
.homeservice_wrapper .item .block{
  position: relative;
}
.homeservice_wrapper .item .block .tittle{
  font-family: 'montserratsemibold';
  font-size: clamp(18px, 5vw, 24px);
  color: #244095;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  position: relative;
  display: inline-block;
  position: absolute;
  left:50%;
  top:12%;
  transform: translateX(-50%);
  transition: all 0.1s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper .item .block .tittle::after{
  background: linear-gradient(to right, #244095 35%, #bb0b0c);
    height: 2px;
    width: 100%;
    content: "";
    display: block;
}
.homeservice_wrapper .item .block:hover .tittle{
  opacity: 0;
  visibility: hidden;
}
.homeservice_wrapper .item .block img{
  border-radius: 100px 0 100px 0;
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.15));
}

.homeservice_wrapper .item .block::before {
    background: linear-gradient(to bottom, transparent, rgba(36, 64, 149, 1)) no-repeat bottom;
    background-size: 100% 85%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    content: "";
    left: 0;
    top:0;
    border-radius: 100px 0 100px 0;
}
.homeservice_wrapper .item .block:hover::before {
    opacity: 1;
}
.homeservice_wrapper .item .block .content{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  bottom:7%;
  left:5%;
  width:85%;
  z-index: 2;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeservice_wrapper .item .block .content .left{
  display: inline-block;
}
.homeservice_wrapper .item .block .content .right{
  display: inline-block;
  
}
.homeservice_wrapper .item .block .content .right img{
  border-radius: 0;
  filter:none;
  width:37px;
  height: 18px;
}
.homeservice_wrapper .item .block:hover .content{
  opacity: 1;
  visibility: visible;
}
.homeservice_wrapper .item .block .content h5{
    font-family: 'montserratsemibold';
    font-size: clamp(18px, 5vw, 24px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 0;
}
.homeservice_wrapper .item .block .content p{
  color: #fff;
  padding: 10px 0 0;
}
.homeservice_wrapper .owl-nav button{
    text-align:center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
      
    width:40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.5s ease 0s;
    border: 2px solid #263a7f;
  }
  .homeservice_wrapper .owl-nav button:hover, .homeservice_wrapper .owl-nav button:focus{
    background: #263a7f;
    color: #fff;
    border: 2px solid #263a7f;
  }
.homeservice_wrapper .owl-nav button.owl-prev{
   
    left:-7%;
   

}
.homeservice_wrapper .owl-nav button.owl-next{    
    right: -7%;
    
}
.homeservice_wrapper .owl-nav button.owl-prev:after,
.homeservice_wrapper .owl-nav button.owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #263a7f;
    font-size:30px;
}
.homeservice_wrapper .owl-nav button.owl-prev:hover:after,.homeservice_wrapper .owl-nav button.owl-prev:focus:after, 
.homeservice_wrapper .owl-nav button.owl-next:hover:after, .homeservice_wrapper .owl-nav button.owl-next:focus:after{
   
    color: #fff;
   
}
.homeservice_wrapper .owl-nav button.owl-next:after{
    content:"\f105";
}
.homeservice_wrapper .owl-nav button span{
  display: none;
}
.owl-dots {
    display: block ;
    width: 100%;
    margin-top:25px;
    text-align: center;
    position: relative;
    
}
.owl-dots .owl-dot{
    width: 12px ;
    height: 12px ;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    margin: 0px 3px;
    border: 2px solid #1d306d;    
    background: #1d306d;
    padding: 0;
}
.owl-dots .owl-dot.active {
    
    background: #fff ;
    border: 2px solid #1d306d; 
}
.homeyears_container{
  width: 100%;  
  display: block;
  background: url(../images/years_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0;
}
.homeyears_wrapper{
  width:84%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
}
.homeyears_wrapper .left{
  display: inline-block;
  width:42%;
}
.homeyears_wrapper .left h3 {
    color: #282828;
    font-family: 'montserratsemibold';
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize;
    padding: 22px 0 0;
    display: block;
}
.homeyears_wrapper .left .btn{
  border: 2px solid transparent;
    border-radius: 30px;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #244095, #bb0b0c);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    display: inline-flex;
}
.homeyears_wrapper .left .btn:hover{
  background: linear-gradient(to bottom, #244095, #bb0b0c), linear-gradient(to right, white, white);
  color: #fff;
}
.homeyears_wrapper .left .btn:hover span {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
}
.homeyears_wrapper .right{
  display: inline-flex;
  width:42%;
  align-items: center;
}
.homeyears_wrapper .right .years{
  border-right: 2px solid #707070;
  padding: 0 20px 0 0px;
}
.homeyears_wrapper .right .year_logo{
  
  padding: 0 0px 0 20px;
}
.homeclients_container{
    width:100%;
    text-align: center;
    display: block;
    margin: 0px 0 0;   
    padding: 24px 0;
}
.homeclients_wrapper{
    display: block;
    margin: 0px auto 0;
    width:95%
}
.homeclients_wrapper .item{
    padding: 0px 30px;
}
.homeclients_wrapper .owl-stage{
    display: flex;
    align-items: center;
    width:100%;
}
.homeblog_container{
  width:100%;
  display: block;
  margin: 0px 0 0px;    
  text-align: center;
  background: url(../images/blog_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0;
}

.homeblog_wrapper{
  width:100%;
  display: flex; 
  position: relative; 
  margin: 50px 0 0;  
  text-align: left;
  flex-wrap: wrap;
  align-items: flex-end;
}
p.blog-listing {   
    width: 100%;
}
.homeblog_wrapper .item{
  padding: 0px 15px;
  width:33.333%;
  display: inline-block;
  margin: 30px 0 0;
}
.homeblog_wrapper .item .block{  
  position: relative; 
   transition: all ease-in-out 0.5s;
   border-radius: 20px;
  
}
.homeblog_wrapper .item .block::before {    
    background: linear-gradient(-160deg, transparent, transparent, rgba(0,0,0,0.6), rgba(0,0,0,0.6));
    position: absolute;
    height: 100%;
    width: 100%;   
    opacity: 0.9;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
}
.homeblog_wrapper .item .block:hover{
 

}
.homeblog_wrapper .item .block:hover::before{
 background: linear-gradient(-160deg, transparent, transparent, #1d2e64, #1d2e64);
}
.homeblog_wrapper .item .block .image{
  border-radius: 0;
  width:100%;
  display: block;
  transition: all ease-in-out 0.5s;
  border-radius: 20px;
}
.homeblog_wrapper .item .block:hover .image{
  
  height: auto;
}
.homeblog_wrapper .item .block .image img

 {
  transition: all ease-in-out 6s;
    height: auto;
    border-radius: 20px;
}
.homeblog_wrapper .item:hover .block .image img

 {transition: all ease-in-out 6s;
    height: auto;
}
.homeblog_wrapper .item .block .content{
  width:90%;
  padding: 0px 0 0;
  position: absolute;
  left:6%;
  bottom:6%;
  z-index: 1;  
}
.homeblog_wrapper .item .block .content .tittle{
  font-family: 'montserratbold';
    color: #fff;
    font-size: clamp(18px, 7vw, 22px);
    line-height: 28px;
    text-transform: capitalize;
    display: block;

}
.homeblog_wrapper .item .block .content p{ 
  font-size: 16px;
  line-height:23px ;
}

.homeblog_wrapper .item .block .content .readmore {
    display: block;
    text-align: right;
    float: right;
    margin: 6px 0 0 auto;
    width: 8%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    position: relative;
}
.homeblog_wrapper .item:hover .block .content .readmore{
  opacity: 1;
  visibility: visible;
}
.homeblog_wrapper .item .block .content .readmore span{
    padding-left: 6px;
    color: #4cc19b;  
    border-bottom: 3px solid #fff;
    vertical-align: middle;
  }
  .homeblog_wrapper .item .block:hover .content .readmore span{
    border-bottom:3px solid #e9fef7;
    vertical-align: middle;
  }
.footer{  
    width: 100%;                                                                                             
    padding: 4% 0 0;
    clear: both !important; 
    background:url(../images/footer_bg.png) no-repeat;
    background-position: center top;    
    background-size: cover;
  }
  .footer .inline{
    position: relative;
    display: inline-flex;
    padding: 15px 0 10px;  
    width: 33.333%;   
    flex-wrap: wrap;
  }
  .footer .inline:nth-child(2), .footer .inline:nth-child(3){   
    justify-content: center;   
  }
  .footer .inline::before {
    position: absolute;
    margin: 0px 0 0;
    background: linear-gradient(to bottom, #8694c2 35%, #d6797a);
    height: 100%;
    content: "";
    display: inline-block;
    width: 1px;
    right: 0;
    top:0;
}
  .footer_wrapper{
    width: 100%;
  }
  .footer .inline:last-child::before {
    display: none;
  }
  .footer .footer-content {  
    margin: 0px 0px 45px 0px;  
    width:100%
  }
  .footer .footer-content .col-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}
.row {
    margin: 0px -15px;
  }
.footer .footer-content  .footer-logo {
    margin: 0px 0px 0px 0px;
    width: 300px;
    max-width: 100%;
    padding: 0 0 0px; 
    position: relative;  
  }
.footer .footer-content  .footer-logo ::after {
  content: "";
  position: relative;
  top: 0; 
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #939fc8 0 1px,
    #d67779 1px 2px
  );
  display: block;
  margin-top: 10px;
}
  .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: 'montserratmedium';
    font-size: 20px;
    text-transform: capitalize;
    color: #202020;
    padding: 0px 0px 5px 5px;     
    display: inline-block;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'montserratmedium'; 
    font-size: 15px;
    color: #282828;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 20px;   
    max-width: 380px;
  }  
  .footer .footer-content  p.phone_numbers{
    padding: 0;
  }
  .footer .footer-content  p a{
    color: #fff;
  }
  .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: 5px 0px;
    text-align: left;    
    font-family: 'montserratlight';
    font-size: 15px;
    flex-wrap: wrap;
  }
  .footer .footer-content  .links.address li{
   
    
  }
  .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: 'montserratsemibold';
    font-size: 15px;
    color: #1c1b1b;
    padding: 0 5px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
     transition: 0.01s;
}
.footer .footer-content .links.address li a{
  font-family: 'montserratmedium';
  display: inline-block;
  padding: 0 0 5px 10px;  
  text-transform: none;
}
.footer .footer-content .links li img {    
    filter: grayscale(100%) brightness(0);
}
.footer .footer-content .links li:hover img {    
    filter: grayscale(0) brightness(1);
}
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .footer-content .links li:hover a{
    color: #244095;    
  }
  .footer .footer-content .links.address li:hover a{
    background: linear-gradient(to bottom, #bb0b0c 35%, #244095);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.01s;
  }
  .footer .copyright {   
    border-top: 1px solid #000;
  }
  .footer .copyright .desc {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 10px 0;  
      text-align: center;    
  }
  .footer .copyright p {
    display: block;
    color: #1c1b1b;
    font-family: 'montserratregular';
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;    
  }
  .footer .copyright p a {
   
    color: #1c1b1b;
    text-transform: none;
  }
  .footer .copyright p a:hover {
    
  }
  
  .footer .social {
  font-size: 0px;
  display: inline-block;
  margin: 0px 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: #87dbe9;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
  
  color: #202020 !important;
  }
  .footer .social .fa.fa-facebook {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img.mob_banner{
  display: none;
}
/*********************************services page*********************************/
.banner .content h2 {
    font-size: clamp(25px, 7vw, 40px);
    color: #fff;
    font-family: 'montserratbold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;    
    text-transform: none;
    position: relative;
    text-transform: uppercase;
}
.inner_banner .content{
  left:50%;
  top:60%;
  width:90%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.inner_banner .content::after{
  display: none;
}
.service_container{
  width: 100%;
  background: #f1f1f1;
  padding: 60px 0 120px;
  display: block;
  text-align: center;
  border-radius: 0 0 180px 180px;
  position: relative;
  margin-bottom: 60px;
}
.service_wrapper{
  margin: 40px auto 0;
  display: flex;
  width:95%;
  position: relative;
  flex-wrap: wrap;
}
.service_container h6 {
    color: #202020;
    font-family: 'montserratmedium';
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    padding: 15px 0 0;
}
.service_wrapper .block {
    position: relative;
    width: 33.333%;
    padding: 12px 10px;   
    text-align: left;
}
.service_wrapper .block .block_inner {
    position: relative;
    padding: 40px 35px;
    background: #fff;      
    transition: all ease-in-out 0.3s;
    border-bottom: 8px solid #003f99;
    min-height: 347px;
}
.service_wrapper .block:hover .block_inner {
   
    background:#003f99;
}
.service_wrapper .block .icon{
  display: inline-block;
}

.service_wrapper .block:hover .icon img{
  filter: invert(100%);
}
.service_wrapper .block h5{
  font-family: 'montserratsemibold';
    font-size: clamp(20px, 5vw, 26px);
    color: #282828;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 10px 0 0;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}
.service_wrapper .block p{
  font-family: 'montserratmedium';
  font-size: 16px;
  line-height: 23px;
}
.service_wrapper .block:hover h5, .service_wrapper .block:hover p{
  color: #fff;
}
.icon-arrow-short {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;  
  align-items: center;
  justify-content: center;
  text-align: center;
  float: right;
  margin: 10px 0 0;
}

.icon-arrow-short:after {
  content: ''; 
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.conversation_container{
  width: 80%;
  display: block;
 background: radial-gradient(circle at left, #990f2f, transparent 30%),
            radial-gradient(circle at right, #990f2f, transparent 30%),
            linear-gradient(to right, #1a237e, #0d47a1);
border-radius: 9999px; /* fully rounded for pill shape */
  padding: 15px 0 8px;
  margin: 0 auto 0;
  position: absolute;
  bottom:-3%;
  left:50%;
  transform: translateX(-50%);
}
.conversation_wrapper{
  width: 70%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.conversation_wrapper .left{  
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
}
.conversation_wrapper .left h4{
  font-family: 'montserratsemibold';
  font-size: clamp(20px, 7vw, 30px);
  color: #fff;
  line-height: 1.2; 
  text-transform: capitalize;
  padding: 0px 0 10px;
}
.conversation_wrapper .left span{
  display: inline-block;
  padding-left: 20px;
}
.conversation_wrapper .btn{
  margin: 0;
}
.serviceinner_container{
 
  padding: 60px 0;
  display: block;
  text-align: center;  
  position: relative; 
}
.serviceinner_container::before{
 filter: opacity(0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/serviceinner_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.serviceinner_container .container{
  position: relative;
}
.serviceinner_container h6 {
    color: #202020;
    font-family: 'montserratmedium';
    font-size: 17px;
    line-height: 26px;
    text-transform: none;
    padding: 15px 0 0;
}
.serviceinner_wrapper{
  margin: 40px auto 0;
  display: flex;
  width:95%;
  position: relative;
  flex-wrap: wrap;
}
.serviceinner_wrapper .block {
    position: relative;
    width: 33.333%;
    padding: 10px;      
}
.serviceinner_wrapper.terms .block {
    position: relative;
    width: 82%;
    padding: 10px;
    margin: 0 auto;
}
.serviceinner_wrapper .block .block_inner {
    position: relative;     
    transition: all ease-in-out 0.3s;   
}
.serviceinner_wrapper .block .block_inner::before {
   background: rgba(0, 63, 153, 0.98);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    content: "";
    visibility: hidden;
    z-index: 1;
    mix-blend-mode: multiply;
}
.serviceinner_wrapper .block:hover .block_inner::before {
    opacity: 1;
    visibility: visible;
}
.serviceinner_wrapper.terms .block .block_inner::before {
  display: none;
}
.serviceinner_wrapper .block .block_inner .tittle_wrapper{
  background: rgba(0, 63, 153, 0.99);
  mix-blend-mode: hard-light;
  position: absolute;
  text-align: center;  
    padding: 10px 10px;
    width:100%;
    bottom:0;
    left:0;
}
.serviceinner_wrapper .block .block_inner .tittle_wrapper .tittle{
  font-family: 'montserratsemibold';
    color: #fff;
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0px 0 0;
    display: inline-block;
    position: relative;
}
.serviceinner_wrapper .block:hover .block_inner .tittle_wrapper{
  opacity: 0;
  visibility: hidden;
}
.serviceinner_wrapper .block .content{
  position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;    
}
.serviceinner_wrapper .block:hover .content{
    opacity: 1;
    visibility: visible;
}
.serviceinner_wrapper .block .content h5 {
    font-family: 'montserratsemibold';
    font-size: clamp(20px, 5vw, 26px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 10px 0 10px;
    display: inline-block;
    border-bottom:2px solid #fff
}
.serviceinner_wrapper .block .content p{
  color: #fff;
}
.serviceinner_wrapper .icon-arrow-short { 
  display: none;
}
/**********************************services page**********************************/
/**********************************blog page**********************************/
.blog_container {
  background: #fff;
}
.bloginner_container {
    width: 100%;
    display: block;
    margin: 0px 0 0px;
    text-align: center;
    background: url(../images/bloginner_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}
.bloginner_wrapper{
  display: block;
  width:90%;
  margin: 0 auto;
}
.bloginner_wrapper .image{
  width:90%;
  margin: 0 auto;
}
.bloginner_wrapper .content{
  margin: 50px 0 0;
}
.bloginner_wrapper .content h5{
  font-family: 'montserratsemibold';
    font-size: clamp(20px, 5vw, 26px);
    color: #244095;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0px 0 5px;
    border-bottom: 1px solid #244095;
    display: inline-block;
}
/**********************************blog page**********************************/
/**********************************contact page**********************************/
.contact_container {
    width: 100%;
    display: block;
    margin: 0px 0 0px;
    text-align: center;
   
    padding: 70px 0;
    position: relative;
}
.contact_container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/contact_bg.png) no-repeat;
    background-position: center top;
    background-size: 100%;
}
.contact_wrapper{
  width: 100%;
  display: block;
  position: relative
}
.contactform_wrapper {
    width: 95%;
    display: flex;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 70px auto 0;
    align-items: center;
}
.contactaddress_area {
    width: 35%;
    display: inline-block;
    padding: 0;
    text-align: left;
}
.contactaddress_area .tittle {
    font-family: 'montserratsemibold';
    font-size: clamp(25px, 7vw, 32px);
    color: #244095;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.contactaddress_area p{
  font-family: 'montserratmedium';
}
.contactaddress_area 
.contact_info {
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
.contact_info .item {
  display: flex;
  margin-top: 4px;
  align-items: center;
}
.contact_info .item .icon {
  display: inline-block;
}
.contact_info .item .icon::before {
  background: url(../images/contact_mail.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width: 61px;
  height: 61px;
  display: inline-block;
}
.contact_info .item .details {
  display: inline-block;
  padding-left: 5px;
}

.contact_info .item .details p {
  font-family: 'montserratmedium';
  color: #003f99;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
}
.contact_info .item .icon1 {
  display: inline-block;
}
.contact_info .item .icon1::before {
  background: url(../images/contact_phone.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width: 61px;
  height: 61px;
  display: inline-block;    
}

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

.contact_info .item .icon2 {
  display: inline-block;
}
.contact_info .item .icon2::before {
  background: url(../images/contact_map.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width: 61px;
  height: 61px;
  display: inline-block;   
}
.contactform_area {
    width: 62%;
    display: inline-block;
}
.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: url(../images/contactform_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 55px;
    border-radius: 10px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
    text-align: left;
}
.contactform_form .tittle {
    font-family: 'montserratsemibold';
    font-size: clamp(25px, 7vw, 32px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.contactform_form form label {
  display: block;
  color: #282828;
  font-family: "latobold";  
  font-size: 16px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;    
  text-align: center;
  margin-top: 30px;
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}

.contactform_form  form .full {
grid-column: 1 / 3;

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 2px solid #fff;  
  padding: 10px 20px;
  font-family: "montserratmedium";
  font-size: 15px;
  text-transform: none;
  color: #282828;  
  height: 45px;
}

.contactform_form form button{
 
  height: 45px;
  display: block;
  margin: 0 auto;
  
}
.wpcf7-list-item {
  display: flex;
  padding-top: 42px;
  position: relative;
  padding-right: 50px;
  flex-direction: row-reverse;
}

.contactform_form form input::placeholder, .contactform_form form textarea::placeholder {
  
  display: block;
  font-family: "montserratmedium";
  font-size: 15px;  
  color: #282828; 
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
}
.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 120px;
}
.contactform_form .wpcf7-submit {
  
  background: #ec2124;
    border: 0;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
}
.contactform_form .wpcf7-submit:hover {
  
}
.contactform_form  form button:hover,
.contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.contactform_form form .full:last-child{
  margin-bottom:0;
}
.contactform_form form .btn{
  margin: 0 auto;
  background: linear-gradient(175deg, #9c1629 0%, #752e7c 40%, #2c3a8b 70%, #2f3d8b 100%);
  color: #fff;
border-radius: 0;
border: none;
font-size: 19px;
}
.contactform_form form .btn:hover {
    background: linear-gradient(175deg, #2f3d8b 0%, #2c3a8b 40%, #752e7c 70%, #9c1629 100%);
    color: #fff;
    transition: background-color 2s ease-out;
}
.map_container {
    width: 100%;
    display: block;
   border-top: 2px solid #244095;
    border-bottom: 2px solid #244095;
    position: relative;
}
.map_container iframe {
    width: 100%;    
    margin: 0 0 -4px 0;
}
/**********************************contact page**********************************/
/**********************************about page**********************************/
.abouttop_container{
  width:100%;
  display: block;
  text-align: center;
  margin: 60px 0 0;
}
.abouttop_wrapper{
  width:100%;
  display: block;
}
.aboutmiddle_container{
  margin: 60px 0 0;
  padding: 60px 0;
  background: url(../images/aboutvisin_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.aboutmiddle_wrapper{
  display: block;
  width:95%;
  margin: 0 auto;
}
.aboutmiddle_wrapper .top{
  width: 100%;
  /* vertical-align: top; */
  position: relative;
  width:100%;
}
.aboutmiddle_wrapper .top::after{
  border-bottom: 2px solid #003f99;
  width:85%;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom:4px;
  left:6.5%;
}
.aboutmiddle_wrapper .top .left{
  display: inline-block;
  width:30%;
  padding-right: 30px;
}
.aboutmiddle_wrapper .top .right{
  display: inline-flex;
  width:66%;  
  margin: 4% 0 0;
}
.aboutmiddle_wrapper .top .right .icon{
  display: inline-block;
  width:10%;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}
.aboutmiddle_wrapper .top .right .icon img{
  position: relative;
  z-index: 2;
}
.aboutmiddle_wrapper .top .right .icon::after{
  background: #003f99;
  content: "";
  top: 0;
  left:50%;
  transform: translateX(-50%);
  height: 83px;
  position: relative;
  width:2px;
  z-index: 1;
  display: block;
  /* background-position: bottom; */
  /* background-size: 100%; */
}
.aboutmiddle_wrapper .top .right .content{
  width:80%;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.aboutmiddle_wrapper .top .right .content::before{
   background: #003f99;
  content: "";
  top:10px;
  left:0; 
  height: 2px;
  position: absolute;
  width:12px;
  z-index: 1;
}
.aboutmiddle_wrapper .top .right .content p{
  color: #003f99;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.aboutmiddle_wrapper .bottom{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
  width:100%;
  margin-top: -9px;
}
.aboutmiddle_wrapper .bottom .right{
  display: inline-flex;
  width:66%;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0% 0 0;
}
.aboutmiddle_wrapper .bottom .right .icon{
  display: inline-block;
  width:10%;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}
.aboutmiddle_wrapper .bottom .right .icon img{
  position: relative;
  z-index: 2;
}
.aboutmiddle_wrapper .bottom .right .icon::before{
  background: #003f99;
  content: "";
  bottom: -4px;
  left:50%;
  transform: translateX(-50%);
  height: 83px;
  position: relative;
  width:2px;
  display: block;
  z-index: 1;
}
.aboutmiddle_wrapper .bottom .right .content{
  width:80%;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.aboutmiddle_wrapper .bottom .right .content::before{
   background: #003f99;
  content: "";
  top:10px;
  left:0; 
  height: 2px;
  position: absolute;
  width:12px;
  z-index: 1;
}
.aboutmiddle_wrapper .bottom .right .content p{
  color: #003f99;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.help_container{
  width:100%;
  display: block;
  background: url(../images/help_bg.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 100px 0;
}
.help_wrapper{
  display: flex;
  justify-content: flex-end;
  width:90%;
  margin: 0 auto;
}
.help_wrapper .content{
  width:50%;
  display: block;
}
.help_wrapper .content h5 {
    font-family: 'montserratsemibold';
    font-size: clamp(20px, 5vw, 26px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 10px 0 10px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.help_wrapper .content p {
    color: #fff;
}
.trustus_container{
  width:100%;
  display: block;
  background: url(../images/trustus_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0 100px;
  text-align: center;
}
.trustus_wrapper{
  width:95%;
  margin: 60px auto 0;
  display: block;
  position: relative;
}
.trustus_wrapper .image{
  position: relative;
  left:50%;
  top:50%;
  transform: translate(-50%);  
  width:48%;
  z-index: 2;
}
.trustus_wrapper .item{
  padding: 0 0;
  display: inline-flex;
  justify-content: flex-end;
  width: 34%;
}
.trustus_wrapper .item .block{
  display:inline-block;
  text-align: center;
  width:100%;
}
.trustus_wrapper .item .block .tittle {
    color: #282828;
    font-family: 'montserratsemibold';
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 12px 0 0;
}
.trustus_wrapper .item .block .icon{
  width:18%;
  display: block;
  margin: 0 auto;
}
.trustus_wrapper .owl-carousel .owl-stage{
  display: flex;
  justify-content: space-between;
}
.trustus_wrapper .item .block .point{
  width: 12px;
    height: 12px;
    display: none;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    margin: 12px auto 0;
    border: 2px solid #bb0b0c;
    background: #bb0b0c;
    padding: 0;    
}
#trust_slider{
  position: absolute;
  top:3%;
  display: flex;
  justify-content: space-between;
  width: 100%;
} 
.curve-line {
  position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%) rotate(180deg);
    width: 66%;
    height: calc(100% - 112px);
    border: 2px solid #bb0b0c;
    border-bottom: 3px solid transparent;
    border-radius: 1000px 1000px 0 0;
    background: transparent;
    z-index: 1;    
  }
.curve-line::before {
    width: 12px;
    height: 12px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    margin: 0px auto 0;
    border: 2px solid #bb0b0c;
    background: #bb0b0c;
    padding: 0;
    position: absolute;
    left: -8px;    
    bottom: -2px;
    content: "";
}
.curve-line::after {
    width: 12px;
    height: 12px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
    margin: 0px auto 0;
    border: 2px solid #bb0b0c;
    background: #bb0b0c;
    padding: 0;
    position: absolute;
    right: -8px;    
    bottom: -2px;
    content: "";
}
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: #244095;
  color: #fff
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #244095;
  background: 0 0;
  border: 2px solid #244095;
  font-family: 'montserratregular';
  justify-content: center;
}

a.next.page-numbers {
  background: 0 0;
  color: #244095
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    grid-column: 1 / 3;
    color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7-spinner {   
    position: absolute;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    grid-column: 1 / 3;
    text-align: center;
    color: #fffd;
}
/**********************************about page**********************************/
.whats-app-chat {
  position: fixed;
  left: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  background: #1bd741;
  border-radius: 50px;
  padding: 14px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
@media only screen and (min-width: 1650px) {
  .curve-line {
    position: absolute;
    top: 32%;
}
}
@media only screen and (min-width: 1750px) {
.curve-line {   
    top: 29%;   
    
}
.trustus_container {
    padding: 60px 0 125px;   
}
}
@media only screen and (min-width: 1800px) {
.service_wrapper .block .block_inner {    
    min-height: 370px;
}
}
@media only screen and (min-width: 1900px) {
  header .menu-div .menu .menu-list li a {    
    font-size: 21px;
}
.banner .content h3 {
    font-size: clamp(20px, 7vw, 34px);
}
.banner .content h1 {
    font-size: clamp(25px, 7vw, 54px);
}
.banner .content p {    
    font-size: 21px;
}
.banner .content {
   
    width: 38%;
}
.homeabout_wrapper .content_wrapper .tittle {    
    font-size: clamp(25px, 7vw, 42px);
}
p, .homeyears_wrapper .left h3 {   
    font-size: 20px;
    line-height: 30px;
}
.btn {
   
    font-size: 20px;
}
.main_tittle {   
    font-size: clamp(25px, 7vw, 42px);
}
.homeservice_wrapper .item .block .tittle, .homeservice_wrapper .item .block .tittle {
     
    font-size: clamp(18px, 5vw, 30px);
}
.homeblog_wrapper .item .block .content .tittle {
  
    font-size: clamp(18px, 7vw, 28px);
}
.footer .footer-content p, .footer .footer-content .links li {    
    font-size: 17px;   
    line-height: 23px;
}
.banner .content h2 {
    font-size: clamp(25px, 7vw, 45px);
}
.service_wrapper .block h5, .help_wrapper .content h5 {   
    font-size: clamp(20px, 5vw, 30px);
}
.service_wrapper .block p {   
    font-size: 18px;
    line-height: 26px;
}
.conversation_container {
   
    padding: 25px 0 18px;
}
.aboutmiddle_wrapper .top .right .content p {   
    font-size: 18px;
    line-height: 23px;
}
}
@media only screen and (min-width: 2000px) {
.curve-line {   
    top: 27%;    
}
}
@media only screen and (min-width: 2100px) {

}
@media only screen and (min-width: 2200px) {
  .footer .footer-content .col-container {   
      width: 88%;    
  }
}
@media only screen and (min-width: 2250px) {
    .curve-line {
        top: 25%;
    }
}
@media only screen and (min-width: 2400px) {
    .curve-line {
        top: 26%;
    }
    .trustus_container {
        padding: 60px 0 200px;
    }
}
@media (max-width: 1450px) {
.service_wrapper .block .block_inner {
   
    min-height: 372px;
}
}
@media (max-width: 1430px) {
.footer .footer-content p {
   
    max-width: 330px;
}

.service_wrapper {
  
    width: 100%;
}

}
@media (max-width: 1350px) {
.service_wrapper .block h5 {    
    font-size: clamp(20px, 5vw, 27px);
}
.service_wrapper .block p {
   
    font-size: 15px;
    line-height: 23px;
}

.trustus_wrapper {
    width: 100%;
}
}
@media (max-width: 1280px) {
  .book_mobile {
      margin: 0 0 0 calc(100% - 475px);
      display: inline-flex;
      justify-content: right;
      /* margin: 0 calc(100% - 141px) 0; */
  }
  .btn.book{
      display: none;
  }
  header .menu-div {
    
  }
  header .menu-div .menu {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: #fff;
        background-size: 200% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 25px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        transform: scale(1.1);
    }
  header .menu-div .menu .menu-list {    
    position: relative;
    max-height: 100%;
    overflow: auto;
    width:100%;
    text-align: left;
  }
  header .menu-div .menu .menu-list li {
    display: block;
    line-height: 60px;
    border-bottom:2px solid #4cc19b;
}
  header.fix .menu-div .menu .menu-list li {
    line-height: 70px;
}
  header .menu-div .menu .menu-list li a {
    display: block;
    font-size: 25px;
  }
  header .menu-div .menu .menu-list li.current-menu-item a {
    color: #4cc19b;
}
header .menu-div .menu .menu-list li a:hover {
  color: #4cc19b;
}
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1 {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4 {
    display: none;
  }
  
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
    text-align: left;
    position: relative;
    left: 0;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin: 0px 0px 0px 0px;
    transform: none;
    border-radius: 0px;
    display: none;
    background: transparent;
    padding: 0;
    
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: 35px;
  border-bottom: none;
  position: relative;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 35px;
    padding: 0px 0px;
    color: #2d2d2d;
    font-size: 22px;
    display: flex;
    text-transform: capitalize;
    border-bottom: none;
    text-align: left;
    justify-content: flex-start;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a::after{
  display: none;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a {
    font-size: 16px;
    text-transform: capitalize;
    color: #202020;
    line-height: 20px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
    transform: rotate(90deg);
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    text-align: center;
    left: 0px;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
    margin: 0px 0px 0px 0px;
    transform: translateY(0px);
    border-left: none;
    border-radius: 0px;
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::before {
    /*display: none;*/
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children.open .sub-menu {
    display: block;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
    display: none;
  }
  header .menu-div .menu.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  header .menu-div .search {
    margin: -2px 20px 0px calc(100% - 264px);
  }
  header .menu-div .search a {
    font-size: 20px;
  }
  header .menu-div .search .search-div {
    top: 52px;
  }
  header .menu-div .menu-btn {
    display: inline-block;
    margin: 0;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children::after {    
    position: absolute; 
    transform: rotate(135deg);
    position: absolute;
    right: 10%;
    top: calc(50% - 42%);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children a::after {
  content: '';
    position: relative;
    display: block;
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #32755f;
    border-right: 2px solid #32755f;
    transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.service_wrapper .block .block_inner {
    position: relative;
    padding: 40px 30px;
}
.serviceinner_wrapper {
  
    width: 100%;
}
.serviceinner_wrapper .block .content p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {     
        background: linear-gradient(to bottom, #bb0b0c 35%, #244095);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.01s;
        border-bottom: 3px solid #244095;
    }
        #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
       
        text-align: center;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  
    top: 10px;    
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {   
    font-size: 24px;   
    padding: 36px 15px;   
}
#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu li {
   
    text-align: center;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    
    font-size: 18px;
}
    #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        opacity: 0;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms, display 200ms ease-in ease-in;
        display: none;
    }
      #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1;
        transform: translate(0, 0);
        display: block;
    }
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
   
    text-align: center;
}
}
@media (max-width: 1250px) {
.footer .inline:first-child {   
    display: inline-flex;
    padding: 15px 30px 10px 0;
}
.banner .content h1 {
    font-size: clamp(25px, 7vw, 45px);
}

.service_wrapper .block {   
    width: 50%;   
}
.serviceinner_wrapper.terms .block{
  width:100%;
}
.serviceinner_wrapper .block .content {
   
    width: 85%;
}
.curve-line {
    position: absolute;
    top: 35%;
}
}
@media (max-width: 1180px) {
.homeabout_wrapper {
    width: 100%;
}
.homeservice_wrapper #service_slider {
    width: 95%;
}
.homeservice_wrapper .item {
    padding: 10px 10px;
}
.homeyears_wrapper {
    width: 100%;
}
.homeyears_wrapper .left {
    display: inline-block;
    width: 46%;
}

    .conversation_wrapper {
    width: 90%;
    }
    .inner_banner {
    margin-top: 58px;
}
.contactform_wrapper {
    width: 100%;
}
.curve-line {
  
    height: calc(100% - 85px);
}
    .trustus_wrapper .item .block .tittle {   
    font-size: 16px;
    line-height: 20px;
}
.help_wrapper .content {
    width: 78%;
    display: block;
}
.help_container {   
    background-size: cover;
    padding: 60px 0;
}
}
@media (max-width: 1050px) {
.banner .content h1 {
        font-size: clamp(25px, 5vw, 38px);
    }
    .banner .content h3 {
      font-size: clamp(20px, 5vw, 25px);
    }
  .banner .content p {   
    font-size: 16px;    
    line-height: 23px;
  }
  .homeabout_wrapper .content_wrapper .tittle {    
    font-size: clamp(25px, 5vw, 35px);
  }
  p {   
    font-size: 15px;
    line-height: 23px;
  }
  .btn {   
    font-size: 15px;
}
.homeservice_wrapper .item .block .tittle {   
    font-size: clamp(18px, 3vw, 22px);
}
.homeservice_wrapper .item .block .content p {
   
    line-height: 20px;
    font-size: 14px;
}
.homeblog_wrapper .item .block .content .tittle {
  
    font-size: clamp(18px, 5vw, 20px);
}
.footer .footer-content p {    
    font-size: 13px;   
    line-height: 18px;
}
.serviceinner_wrapper .block .block_inner .tittle_wrapper .tittle {
        font-size: clamp(25px, 5vw, 26px);   
}
.serviceinner_wrapper .block {    
    width: 50%;   
}
.serviceinner_wrapper.terms .block{
  width:100%;
}
.contactaddress_area {
    width: 100%;
    display: block;
}
.contactform_area {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.aboutmiddle_wrapper {    
    width: 100%;
    margin: 0 auto;
}
.aboutmiddle_wrapper .top .left {   
    width: 20%;
    padding-right: 30px;
}
.aboutmiddle_wrapper .top .right {   
    width: 75%;   
}
.aboutmiddle_wrapper .bottom .right {   
    width: 75%;   
}
}
@media (max-width: 950px) {
    .homeabout_wrapper {
        width: 100%;
        justify-content: center;
        flex-direction: column-reverse;
        text-align: center;
    }
 .homeabout_wrapper .image{
  width:70%;
  display: block;
  margin: 30px auto 0;
 }
 .homeabout_wrapper .content_wrapper{
  width:100%;
 }
 .homeabout_wrapper .content_wrapper .tittle::before, .homeabout_wrapper .content_wrapper .button_wrapper::before{
  display: none;
 }
 .homeabout_wrapper .content_wrapper .button_wrapper {   
    justify-content: center;
}

  .footer .footer-content .links.address{
    display: none;
  }
  .footer .inline{
    width:100%;
    text-align: center;
    padding: 0;
  }
  .footer .footer-content p {
        font-size: 13px;
        line-height: 18px;
        max-width: 100%;
    }
    .footer .footer-content .footer-logo{
      margin: 0 auto;
    }
    .footer .inline::before{
      display: none;
    }
    .footer .footer-content .links li {
    display: inline-flex;
    }
    .footer .inline:nth-child(3) {
    display: none;
}
.footer .footer-content {
    margin: 0px 0px 15px 0px;
}
.footer {
    width: 100%;
    padding: 2% 0 0;
}
.footer .inline:first-child{
  padding: 0;
}
.conversation_container {
    width: 90%;
}
.help_wrapper {  
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.trustus_wrapper .image {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 40%;
    z-index: 2;
}
    .curve-line {
        position: absolute;
        top: 41%;
        /* height: 83%; */
        height: calc(100% - 28px);
        width: 63%;
        left: 49.6%;
        border-radius: 850px 850px 0 0;
    }
  .trustus_container {    
    padding: 60px 0 136px;
  }    

  }
  @media (max-width: 850px) {
  .homeservice_wrapper .owl-nav, .homeservice_wrapper::before{
    display: none;
  }
  .homeyears_wrapper {  
    justify-content: center;
    text-align: center;
  }
      .homeyears_wrapper .left {
        display:block;
        width: 100%;
    }
    .homeyears_wrapper .right {
        
        width: 100%;
        margin: 20px 0 0;
    }
    .service_wrapper .block {
        width: 100%;
    }
    .aboutmiddle_wrapper .top .left {
        display: none;
    }
    .aboutmiddle_wrapper .top .right {
        width: 100%;
        margin: 0;
    }
    .aboutmiddle_wrapper .bottom .right {
        width: 100%;
    }
        .aboutmiddle_wrapper .top .right {
        width: 100%;
        margin: 0;
    }
    .aboutmiddle_wrapper .top::after {
   
    left: 5%;
}
    .curve-line {
       
        display: none;
    }
    .trustus_container {   
    padding: 50px 0;
    }

}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #1c1b1b;
        background: none;
        -webkit-text-fill-color: #1c1b1b;
    
    }
        #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: linear-gradient(to bottom, #bb0b0c 35%, #244095);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.01s;
        border-bottom: 3px solid #244095;
    }
}
  @media (max-width: 750px) {
img.mob_banner {
    display: block;
}
img.desktop_banner{
  display: none;
}
.banner .content {   
    left: 50%;
    top: 20%;
    width: 90%;
    z-index: 1;   
    transform: translate(-50%, 0);
    text-align: center;
}
.banner .content h3, .banner .content h1{
  text-align: center
}
.homeblog_wrapper .item {
    padding: 0px 15px;
    width: 100%;
}
.homeblog_wrapper .item .block .image img {
    transition: all ease-in-out 6s;
    height: auto;
}
.homeblog_wrapper .item .block::before {
    background: linear-gradient(-160deg, transparent, transparent, #1d2e64, #1d2e64);
}
.homeblog_wrapper .item .block .content .readmore {
    opacity: 1;
    visibility: visible;
}
.homeblog_wrapper .item:nth-child(2), .homeblog_wrapper .item:nth-child(3){
  display: none;
}
.homeblog_wrapper {   
    margin: 20px 0 0;
}
.conversation_wrapper .left {
   
    padding-right: 0;
}
.conversation_wrapper .left span {    
    padding-left: 20px;
    width: 16%;
}
.conversation_container {
   
    padding: 15px 0 15px;
    bottom:0
    }
  .banner .content {
        left: 50%;
        top: 25%;
  }
  .banner.inner_banner .content {
       
        top: 50%;
        transform: translate(-50%, -50%);
  }
  .conversation_wrapper .left h4 {
    
    font-size: clamp(18px, 2vw, 23px);
  }
      .serviceinner_wrapper .block {
        width: 100%;
        padding: 10px 0;
    }
    .bloginner_wrapper {
    display: block;
    width: 100%;
    }
    p.half {
    grid-column: 1 / 3;
}
.contactform_form {    
    padding: 25px;
}
.contactform_wrapper {   
    margin: 30px auto 0;
  }
  .aboutmiddle_wrapper .bottom .right .icon::before, .aboutmiddle_wrapper .top .right .icon::after{
    height: 130px;
  }
  .help_wrapper .content {
        width: 95%;
        display: block;
    }
  .trustus_wrapper  .owl-dots {
    display: block;
    width: 100%;
    margin-top: 70px;
}
.trustus_wrapper .item {
    padding: 0 0px;
}
 
}
@media (max-width: 550px) {
.aboutmiddle_container {
    margin:20px 0 0;
    padding: 40px 0;
    background: url(../images/aboutvisin_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
  .aboutmiddle_wrapper .top .right {
      width: 100%;
      margin: 0;
      flex-wrap: wrap;
    }
  .aboutmiddle_wrapper .top .right .icon , .aboutmiddle_wrapper .bottom .right .icon{    
    width: 40%;   
    margin: 0 auto;
}
.aboutmiddle_wrapper .top .right .content, .aboutmiddle_wrapper .bottom .right .content {
       padding: 20px 0 0 0px;
    text-align: center;
    width:100%;
}
.aboutmiddle_wrapper .bottom .right .icon::before, .aboutmiddle_wrapper .top .right .icon::after, 
.aboutmiddle_wrapper .top .right .content::before, .aboutmiddle_wrapper .top::after,
 .aboutmiddle_wrapper .bottom .right .content::before{
  display: none;
}
  .aboutmiddle_wrapper .bottom .right {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        margin: 30px 0 0;
  }
  .trustus_wrapper .item .block .icon {
    width: 46%;
  }
  #trust_slider {
    position: relative;
    top: 0;
}
.trustus_wrapper .item .block {
        width: 100%;
    }
    .trustus_wrapper .owl-dots {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
   header .menu-div .logo, header.fix .menu-div .logo{
    width:100px
   }
   .conversation_container {
        padding: 15px 0 15px;
        bottom: 0;
        border-radius: 0;        
        bottom: -1%;
    }
    .conversation_wrapper {
        width: 95%;
    }
    .conversation_wrapper .left span{
      display: none;
    }
    .serviceinner_wrapper .block .content {
        width: 90%;
    }
    .icon-arrow-short {  
    width: 28px;
    height: 28px;   
    margin: 5px 0 0;
}
.bloginner_wrapper .image {
    width: 100%;    
}
.banner .content {
        
        top: 17%;
  }
  .footer .footer-content .links li a { 
  font-size: 11px;  
  padding: 0 2px;
  }
  .banner .content h2 {
    font-size: clamp(16px, 4vw, 40px);
  }
}