/*html{scroll-behavior:smooth}*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans";
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.5px;
}
.overflow-visible {
  overflow: visible !important;
}
a {
  color: #666;
}
a:hover {
  color: #379dd7;
}
a,
button {
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 23px !important;
}
p:last-child {
  margin-bottom: 0;
}
.theme-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.theme-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}
.theme-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
ul:last-child {
  margin-bottom: 0;
}
iframe {
  border: none;
}
a,
b,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}
a {
  text-decoration: none;
  outline: 0;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}
section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.row {
  position: relative;
  z-index: 2;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f8f8f8;
}
.full-width {
  width: 100%;
}
.center {
  text-align: center;
}
.overflow-visible {
  overflow: visible !important;
}
.section-title h1,
.section-title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  margin: 0;
  font-weight: 600;
}
.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.section-title:last-child {
  margin-bottom: 0;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #fff;
}
.dark p,
.dark span {
  color: #ccc;
}
.title-white .title-tagline {
  color: #eee;
}
.container {
  position: relative;
  z-index: 1;
}
.theme-btn {
  position: relative;
  background: #0871bb;
  font-family: "Open Sans";
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 13px 30px;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theme-btn:hover {
  color: #fff;
  background-color: #0063a6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.theme-btn.white-btn {
  background: #fff;
  color: #001421;
}
.theme-btn.white-btn:hover {
  background: #f2f2f2;
  color: #0871bb;
}
.col-form {
  position: relative;
  margin-bottom: 30px;
}
.theme-input {
  position: relative;
}
.col-middle {
  display: table;
  width: 100%;
}
.col-middle-inner {
  display: table-cell;
  vertical-align: middle;
}
button:focus {
  outline: 0;
}
#back2top.active {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
#back2top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 111;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
#back2top img {
  visibility: visible !important;
  width: 32px;
}
#back2top .up-arrow {
  margin-top: 4px;
  border-width: 2px 0 0 2px;
}
.thankyou-msg {
  font-size: 16px !important;
  color: #666 !important;
  background: 0 0 !important;
}
.form-group,
.form-group-wrapper {
  position: relative;
}
label.error {
  color: #fff;
  background: red;
  font-size: 8px;
  position: absolute;
  left: 15px;
  bottom: -20px;
  line-height: 13px !important;
  top: auto;
  font-weight: 700;
}
.form-control.error {
  border-color: red;
}
.modal .form-control.error {
  margin-bottom: 30px;
}
.contact-form label.error {
  bottom: -16px;
  width: inherit;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.close {
  color: #fff;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  text-shadow: none;
  opacity: 1;
}
.close:hover {
  color: #fff;
  opacity: 0.9;
  background: #0467ad;
}
.thankyou-block {
  background-color: #fff;
  height: 100vh;
}
.thankyou-block h1 {
  color: #666;
}
.list-point {
  padding: 0;
}
.list-point li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-point li:last-child {
  margin-bottom: 0;
}
.list-point li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  left: 0;
  top: 8px;
}
.splide__slide img {
  width: 100%;
}
.splide__arrow.splide__arrow--next:disabled,
.splide__arrow.splide__arrow--prev:disabled {
  display: none;
}
.modal-card-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.modal-card-head {
  border-radius: 0;
}
.modal-card-head {
  background-color: #0871bb;
}
.modal-card {
  margin-top: 30px;
}
.sm-form-control {
  display: block;
  width: 100%;
  /* border: none; */
  border:1px solid #bdbbbb;
  padding: 15px 15px 15px 0;
  /* background-color: #fff; */
  background:none;
  border-radius: 0;
  resize: none;
  color: #000000 !important;
  font-size: 13px;
}
.modal-card-body {
  padding: 30px;
}
.col-form label span {
  color: red;
}
.title-tagline {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}
.section {
  position: relative;
  padding: 60px 0;
}
.theme-block1-img {
  position: relative;
}
.theme-block1-img .yBox {
  position: absolute;
  top: calc(50% + 15px);
  width: 40px;
  height: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 9;
}
.theme-block1-img .yBox svg {
  width: 40px;
  height: 40px;
  color: #fff;
}
.theme-block1:hover .yBox {
  top: 50%;
  opacity: 1;
}
.actual-img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
}
.actual-img:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(0 0 0 / 80%)
  );
  pointer-events: none;
  z-index: 0;
}
.actual-img span {
  color: #fff;
  position: relative;
  letter-spacing: 0;
}
.theme-block1-img img {
  display: block;
}
.big-title1 {
  position: absolute;
  top: 50%;
  font-size: 220px;
  line-height: 220px;
  letter-spacing: 5px;
  color: #eee;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.columns {
  margin-top: 0;
}
.column {
  padding-top: 0;
}
.close-button {
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #065f9d;
  color: #fff;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.close-button svg {
  display: block;
}
.close-button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.form-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
.input-group {
  width: 100%;
  font-size: 13px;
  max-width: 400px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 15px;
}
.input-group input {
  width: 100%;
  color: #fff;
  border: none;
  outline: 0;
  padding: 5px 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.input-group input + label {
  left: 0;
  top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.input-group input.active + label,
.input-group input:focus + label {
  font-size: 12px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.video-wrapper iframe {
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 769px) {
  .modal-card,
  .modal-content {
    width: 400px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 100px;
  z-index: 111;
  background-color: #fff;
}
#section-banner {
  margin-top: 62px;
}
.header__menu1 {
  text-align: right;
  float: right;
}
.header__wrap {
  position: relative;
}
.header__logo {
  position: absolute;
  z-index: 9;
  display: inline-block;
  max-width: 180px;
}
#header__primary-menu {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-left: 220px;
}
.header__menu1 .header__menu1-item {
  display: inline-block;
  padding: 20px;
  width: inherit !important;
}
.header__menu1 .header__menu1-item .header__menu1-link {
  font-weight: 500;
  font-size: 13px;
}
.header__menu1-item:last-child {
  padding-right: 0;
}
.splide__arrow {
  background-color: transparent;
  width: 30px;
  height: 30px;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  opacity: 1;
}
#header-primary-menu1 .splide__arrow.splide__arrow--prev {
  left: 275px;
}
.splide__arrow svg path {
  fill: #707070;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}
#header-primary-menu1 .splide__arrow {
  display: none;
}
.social1 .social__icon {
  display: inline-block;
  width: 36px;
  height: 29px;
  padding: 9px;
  border-radius: 100%;
  text-align: center;
}
.footer1 {
  padding: 10px;
}
.social1 .social__icon svg {
  max-width: 18px;
  height: 18px;
}
.social1 .social__item {
  margin-top: 10px;
  margin: 10px 2px 0 2px !important;
}
.social__item {
  display: inline-block;
}
.social1 .social__icon svg path {
  fill: #adadad;
  transition: all 0.3s linear;
}
.social__icon:hover path {
  fill: #054c9f !important;
}
.powered-by-text {
  color: #144a97;
}
.footer1_detail > span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #adadad;
}
.footer1_detail > span p {
  display: inline-block;
  font-size: 13px;
}
.footer1_detail {
  text-align: center;
}
.footer1 {
  padding: 20px;
}
.footer1_menu li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  font-weight: 500;
}
.footer1_menu li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 6px;
  right: -2px;
  background-color: #666;
}
.footer1_menu li:last-child:before {
  display: none;
}
.section-title img {
  width: 40px;
}
.location-title {
  font-size: 14px !important;
  margin-bottom: 10px;
}
.location-inner p {
  color: #adadad;
  font-size: 13px;
  line-height: 20px !important;
  margin-bottom: 10px;
}
.location-inner p a {
  color: #adadad;
}
.location-inner p strong {
  font-weight: 600;
  color: #666;
}
.email {
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.location-inner p a:hover {
  color: #144a97;
}
#section-aboutmpower img {
  width: 180px;
}
#section-aboutmpower:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 1px;
  background-color: #adadad;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#section-aboutmpower p {
  font-size: 14px;
  line-height: 24px !important;
  color: #666;
  max-width: 900px;
  margin: 20px auto 0;
}
#section-ambitious {
  padding: 60px 20px 40px;
}
#section-faqs {
  background-color: #f8f8f8;
}
#section-ambitious p {
  margin-bottom: 10px;
}
#section-ambitious h4 {
  font-size: 20px;
  font-weight: 600;
}
.list-points li {
  font-size: 13px;
  line-height: 26px !important;
  color: #666;
  margin-bottom: 15px;
}
.list-points li:last-child {
  margin-bottom: 0;
}
.col-features:last-child .features-inner:after {
  content: none;
}
#section-location h2 {
  font-size: 24px;
}
#section-howwework {
  padding: 60px 0;
}
.howwework-desc {
  margin-top: 20px;
}
#section-howweworkicons {
  margin-top: -60px;
  padding: 0 200px;
}
.line {
  background-color: #adadad;
  margin: 80px 0 40px;
  height: 1px;
}
#section-banner {
  width: 100%;
}
.ourservices-column {
  padding-top: 60px;
}
.col-ourservices-inner:last-child .ourservices-inner-block {
  padding: 60px;
}
.col-ourservices-inner:last-child .col-ourservices-sub h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.col-ourservices-inner:last-child .col-ourservices-sub {
  padding: 60px;
}
.col-ourservices-inner:last-child {
  border: 1px solid #adadad;
  border-left: none;
  border-right: none;
}
.col-ourservices-sub img {
  height: 100%;
}
.col-ourservices-inner:last-child .columns {
  height: 100%;
}
.col-ourservices-inner:last-child .col-ourservices-sub:first-child,
.col-ourservices-inner:last-child .col-ourservices-sub:nth-child(2) {
  border-right: 1px solid #adadad;
}
.theme-block1-title {
  font-weight: 600;
  margin-bottom: 0;
}
.splide__arrow--next {
  right: -6em;
}
.splide__arrow--prev {
  left: -6em;
}
.splide__arrow {
  box-shadow: none;
}
.splide__arrow.splide__arrow--next:disabled,
.splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.3 !important;
  display: block;
}
.splide__arrow svg {
  width: 24px;
  height: 24px;
}
.servicesslider-text {
  position: absolute;
  top: 20px;
  background-color: rgb(255 255 255 / 90%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s linear;
}
.servicesslider_item:hover .servicesslider-text {
  opacity: 1;
}
.servicesslider-text p {
  font-size: 13px;
  line-height: 24px !important;
}
.accordion dt > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  text-align: left;
  color: #666;
  -webkit-transition: background-color 0.5s ease-in-out;
  line-height: 24px !important;
}
.accordion dd {
  background-color: #fff;
  color: #666;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-top: 0;
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  border-radius: 0 0 10px 10px;
}
.accordion dd > p {
  padding: 16px;
}
.accordion {
  position: relative;
}
.accordionTitle {
  background-color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;
  padding: 16px 30px 16px 16px !important;
  border-radius: 10px;
}
.accordionTitle:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  right: 10px;
  text-align: center;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%);
}
.no-webp .accordionTitle:before {
  background-image: url(../images/icons/right-chevron.png);
}
.webp .accordionTitle:before {
  background-image: url(../images/icons/right-chevron.webp);
}
.no-webp .accordionTitleActive:before {
  background-image: url(../images/icons/bottom-chevron.png);
  transition: all 0.3s linear;
}
.webp .accordionTitleActive:before {
  background-image: url(../images/icons/bottom-chevron.webp);
  transition: all 0.3s linear;
}
.accordionTitle:hover {
  background-color: #fff;
}
.accordionTitleActive {
  background-color: #fff;
}
.accordionItem {
  height: auto;
  overflow: hidden;
}
@media all {
  .accordionItem {
    max-height: 50em;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}
.accordionItemCollapsed {
  max-height: 0;
  margin-top: -1px;
}
.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.3s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes accordionIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes accordionOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.accordionTitleActive {
  border-radius: 10px 10px 0 0;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.banner-text h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  color: #adadad;
  line-height: 42px !important;
  position: relative;
  margin-left: 120px;
}
.banner-text h2:before {
  content: "";
  position: absolute;
  left: -120px;
  height: 2px;
  background-color: #adadad;
  width: 100px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
#bannerslider .splide__arrow {
  display: none;
}
.banner_item .theme-block1-title {
  color: #379dd7;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px !important;
  letter-spacing: 0 !important;
  font-weight: 800;
} /*html{scroll-behavior:smooth}*/
#formone {
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  text-align: left;
  background-color: #eee;
  margin-top: 20px;
  position: relative;
}
.bannerform h3 {
  color: #144a97;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}
#hidebtn {
  margin-top: 5px;
}
#bannerslider {
  max-width: 550px;
}
.banner_item .theme-block1-title span {
  color: #666;
}
.mainbanner-text {
  max-width: 700px;
  margin-top: 20px;
}
.mainbanner-text p {
  color: #adadad;
  font-size: 14px;
  line-height: 22px !important;
  max-width: 550px;
}
.col-form {
  width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.bannerform {
  max-width: 550px;
  margin-top: 25px;
}
.g-recaptcha {
  display: none;
}
.form-border .col-form:first-child {
  width: 100%;
   /* width: 60%; */
  display: inline-block;
}
.form-border .col-form:nth-child(2) {
  width: 40%;
  display: inline-block;
}
select:focus {
  outline: 0;
}
.theme-bt {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s linear;
  cursor: pointer;
}
.theme-bt:hover {
  background-color: #40a0d8 !important;
  color: #fff !important;
}

.form-border {
  display: flex;
  padding: 20px 25px;
  align-items: center;
  width: 100%;
  border: 1px solid #8a8989;
    margin: 20px 0;
  border-radius: 10px;
  background:none;
  /* background-color: #fff; */
}
.col-form-btn {
  margin-top: 0;
}
.form-border .col-form:nth-child(2) #contact-submit {
  width: 100%;
  padding: 16px 30px !important;
  border: none;
}
#hidebtn button {
  border: 1px solid transparent;
  color: #aaa;
  cursor: pointer;
}
@keyframes orb {
  0%,
  100% {
    box-shadow: 0 0 2px 10px #40a0d8;
  }
  50% {
    box-shadow: 0 0 24px 4px #40a0d8;
  }
}
.section-title p {
  margin-top: 5px;
}
.article-left img {
  width: 200px;
  border-radius: 10px;
}
.article-right .date {
  font-size: 12px;
  color: #adadad;
  margin-bottom: 6px;
  line-height: 12px !important;
}
.article-right .author {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  color: #adadad;
}
.article-right h3 {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 24px !important;
  font-weight: 600;
}
#articlesslider {
  margin-top: 60px;
  padding: 0 100px;
}
#articlesslider .splide__arrow--next {
  right: 30px;
}
#articlesslider .splide__arrow--prev {
  left: 30px;
}
.read-more img {
  width: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.read-more a {
  color: #164c99;
  font-weight: 600;
  line-height: 18px !important;
}
.read-more a:hover {
  color: #55aadc;
}
.webp .col-ourservices-inner:first-child .col-ourservices-sub:first-child {
  background-image: url(../images/our-services/1.webp);
}
.no-webp .col-ourservices-inner:first-child .col-ourservices-sub:first-child {
  background-image: url(../images/our-services/1.jpg);
}
.col-ourservices-inner:first-child .columns {
  height: 100%;
}
.col-ourservices-inner:first-child .col-ourservices-sub:first-child {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ourservices-hidden {
  display: none;
}
#articlesslider .splide__arrow {
  background-color: #fff;
  width: 35px;
  height: 35px;
}
#articlesslider .splide__arrow {
  margin-top: -10px;
}
.section-title {
  padding: 0 30px;
}
.servicesslider-text-hide {
  display: none;
}
.read-more {
  color: #164c99;
  font-size: 13px;
  font-weight: 600;
}
.col-articlesslider:hover h3 {
  color: #666;
}
.col-articlesslider:hover .read-more {
  transition: all 0.3s linear;
}
.col-articlesslider:hover .read-more {
  color: #409fd8;
}
.col-howwework .section-title {
  padding: 0;
}
#servicesslider .splide__arrow {
  margin-top: -25px;
}
#section-team .columns {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.team-img img {
  width: 120px;
  border-radius: 50%;
}
.white-text {
  color: #fff !important;
}
.team-img {
  width: 100%;
  position: relative;
}
.team-name {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 90%)) !important;
  width: 100%;
}
.team-text {
  padding: 10px 0 0 0;
}
.team-wrapper {
  margin-bottom: 0;
}
.team-desc {
  background-color: rgb(248 248 248 / 85%);
  border-radius: 0;
  position: absolute;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  opacity: 0;
  transition: all 0.3s linear;
}
.team-name h4 {
  color: #fff;
  font-weight: 600;
}
#section-team .splide__arrow svg path {
  fill: #fff;
}
.team-name h4 {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 1px;
}
.team-text p {
  margin-bottom: 15px;
}
.designastion {
  font-size: 11px;
  margin-bottom: 5px !important;
  line-height: 15px !important;
  color: #fff;
  width: 100%;
}
.study {
  font-size: 11px;
  margin-bottom: 10px !important;
  line-height: 14px !important;
  font-weight: 600;
  color: #fff;
}
.team-text h4 {
  color: #fff;
  font-size: 16px;
  line-height: 26px !important;
}
#teamslider {
  margin-top: 50px;
}
.team-wrapper:hover .team-desc {
  opacity: 1;
}
.city {
  margin-bottom: 0 !important;
  font-size: 12px;
  color: #fff;
}
.col-team {
  margin-bottom: 15px;
}
.col-team:last-child {
  margin-bottom: 0;
}
.view-more {
  margin-top: 40px;
}
.view-more .theme-bt {
  border: 1px solid #666;
}
.sform .col-form {
  width: 20%;
}
.sform {
  position: absolute;
  bottom: 4px;
  width: 100%;
  padding: 20px 30px 20px;
  background-color: rgb(255 255 255 / 50%);
}
.sform .col-form {
  background-color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  border-right: none;
  padding: 10px 20px;
}
.sform .col-form,
.sform .col-form-btn {
  width: calc(25% - 10px);
  display: inline-block;
  margin-top: 0;
}
.sform .col-form-btn .theme-bt {
  width: 100%;
  padding: 25.5px 60px;
  border: none;
  background-color: #164c99;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.sform .col-form-btn .theme-bt:hover {
  background-color: #40a0d8 !important;
  color: #fff;
}
.sform .sm-form-control {
  padding: 10px 10px 0 0;
  background-color: transparent;
  height: 33px;
}
.sform .col-form label {
  color: #666;
}
.sform .sm-form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.sform .sm-form-control::-moz-placeholder {
  color: #000 !important;
}
.sform .sm-form-control:-ms-input-placeholder {
  color: #000 !important;
}
.sform .sm-form-control:-moz-placeholder {
  color: #000 !important;
}
.sform-title h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px !important;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #064ca2;
}
.sform-title p {
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 1px #064ca2;
}
.form-border .col-form .sm-form-control {
  padding: 10px 10px 0 0;
}

.form-border .col-form:first-child .sm-form-control {padding-left:10px !important;}

.form-border .sm-form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.form-border .sm-form-control::-moz-placeholder {
  color: #000 !important;
}
.form-border .sm-form-control:-ms-input-placeholder {
  color: #000 !important;
}
.form-border .sm-form-control:-moz-placeholder {
  color: #000 !important;
}
.sform .col-form-btn {
  width: calc(25% - 0px);
}
.list-points li p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  word-wrap: break-word;
  width: calc(100% - 29px);
}
.list-points li img {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}
.team-desc p {
  color: #666;
  position: absolute;
  z-index: 99;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
.schedule-logo-inner img {
  width: 200px;
}
.text-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px;
  box-shadow: 0 3px 5px rgb(57 63 72 / 10%);
  box-shadow: rgb(50 50 93 / 25%) 0 6px 12px -2px,
    rgb(0 0 0 / 30%) 0 3px 7px -3px;
}
.text-box h1 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 600;
}
#articlesslider1 {
  display: none;
}
.bannerform .theme-bt {
  background-color: orange;
  border: none;
}
.bannerform .theme-bt {
  background-color: #144a97;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 40px !important;
  font-size: 16px;
  line-height: 22px !important;
}
div#myDIV {
  opacity: 0;
  margin-top: 20px;
}
.bannerform #contact-submit {
  padding: 10px 30px !important;
  font-size: 16px;
}
.howwework-inner {
  padding: 0 50px;
}
.howwework-subtext p {
  max-width: 1200px;
  margin: 0 auto;
}
.howwework-icons img {
  width: 80px;
}
.col-howweworkiconsmain {
  width: calc(20% - 20px);
  display: inline-block;
  z-index: 9;
  position: relative;
}
.howwework-icons {
  width: 100px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 50%;
  height: 100px;
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  position: relative;
}
.howwework-icons img {
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.servicesslider-icon {
  width: 80px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 50%;
  height: 80px;
  position: relative;
  transition: all 0.3s linear;
  border: 1px solid #f5f5f5;
}
.col-servicesslider a:hover .servicesslider-icon {
  background-color: #074d99;
}
.servicesslider-icon img {
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.servicesslider-text1 p {
  font-size: 15px;
  line-height: 20px !important;
}
.servicesslider-white {
  position: absolute;
  transition: all 0.3s linear;
  opacity: 0;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.col-servicesslider a:hover .servicesslider-white {
  opacity: 1 !important;
  z-index: 9;
}
.servicesslider-inner {
  padding: 40px 200px 0;
}
.col-servicesslider {
  margin-bottom: 30px;
}
.col-servicesslider a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.modal {
  z-index: 999;
}
.modal-card {
  top: 50%;
  transform: translateY(-50%);
}
.modal-card,
.modal-content {
  width: 600px;
}
.modal-card-body {
  padding: 20px;
}
.modal-card-head {
  background-color: #379dd7;
}
.delete,
.modal-close {
  background-color: rgb(5 77 158 / 50%);
}
.modal-card-title {
  font-size: 18px;
}
#servicesslider-inner1 {
  display: none;
}
.location-inner p {
  word-wrap: break-word;
}
.progress_inner_main {
  width: 20%;
  font-size: 13px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  position: relative;
}
.progress_inner_dot:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1000px;
  margin: 0 auto;
}
.progress_inner_main:nth-of-type(1) .progress_inner_dot:before {
  content: "1";
}
.progress_inner_main:nth-of-type(2) .progress_inner_dot:before {
  content: "2";
}
.progress_inner_main:nth-of-type(3) .progress_inner_dot:before {
  content: "3";
}
.progress_inner_main:nth-of-type(4) .progress_inner_dot:before {
  content: "4";
}
.progress_inner_main:nth-of-type(5) .progress_inner_dot:before {
  content: "5";
}
.progress_inner_dot:before {
  width: 40px;
  height: 40px;
  color: #144a97;
  background: #fff;
  line-height: 36px;
  border: 3px solid #144a97;
  font-size: 13px;
  top: 8px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
  font-weight: 600;
  z-index: 9;
}
.progress_inner__step label {
  padding-top: 50px;
  top: -10px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 24px;
  max-width: 300px;
  margin: 0 auto;
}
.progress1 {
  height: inherit;
  border-radius: 0;
}
.progress_inner__step:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 6px;
  background-color: #144a97;
  left: 0;
  top: 6px;
}
.progress_inner__step:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 6px;
  background-color: #144a97;
  right: 0;
  top: 6px;
}
.progress_inner_main:first-child .progress_inner__step:before {
  display: none;
}
.progress_inner_main:last-child .progress_inner__step:after {
  display: none;
}
.progress_inner_dot {
  position: relative;
  display: inline-block;
  width: 100%;
}
.progress_inner__step {
  position: relative;
  margin-top: 20px;
}
.progress-icon img {
  width: 60px;
}
.progress-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #144a97;
  position: relative;
  border-radius: 50%;
  border: 3px solid #ffd100;
}
.progress-icon img {
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.progress_inner_main:hover .progress-icon img {
  width: 50px;
  transition: 0.5s ease;
}
.progress_inner_main:hover .progress-icon {
  width: 100px;
  height: 100px;
  transition: 0.5s ease;
}
.progress-icon-main {
  min-height: 100px;
  height: 100px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.progress-icon-inner {
  display: table-cell;
  vertical-align: bottom;
}
#section-process {
  padding: 60px 0;
}
.howdoesitwork {
  padding: 60px;
  background-color: #f8f8f8;
}
#section-process1 {
  display: none !important;
}
#section-aboutmpower {
  padding: 60px 0;
}
#section-location {
  padding: 60px 30px;
}
#section-location .section-title {
  margin-bottom: 40px;
}
.social1 .social__item {
  margin-top: 0;
  margin: 0 2px 0 2px !important;
}
.social1 .social__icon {
  padding: 5px;
}
.accordion dd > p a {
  color: #054da0;
  transition: all 0.3s linear;
}
.accordion dd > p a:hover {
  color: #409fda;
}
#section-team {
  background-color: #144a97;
  margin-top: -7px;
}
.howwework-desc p strong {
  font-size: 16px;
  line-height: 25px;
}
.sform-title {
  display: inline-block;
  width: 450px;
  vertical-align: middle;
}
.sform-inner {
  display: inline-block;
  width: calc(100% - 454px);
  vertical-align: middle;
}
.features-inner img {
  width: 50px;
}
.features-inner {
  position: relative;
  text-align: inherit;
  display: inline-block;
  vertical-align: middle;
}
.features-text {
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}
.points {
  margin-top: 15px;
}
.col-features {
  margin-bottom: 4px;
}
.col-features:last-child {
  margin-bottom: 0;
}
.features-text p {
  color: #adadad;
}
a.sticky-btn-appointment.theme-bt {
  position: fixed !important;
  top: 282px;
  right: -73px;
  font-size: 16px !important;
  padding: 8px 15px !important;
  z-index: 99 !important;
  transform: rotate(-90deg);
  transition: all 0.3s linear;
  background-color: #ffd700;
  color: #144a97;
  border-radius: 10px 10px 0 0;
  border: 1px solid #144a97;
}
.sticky-form {
  position: fixed;
  top: 32%;
  cursor: pointer;
  z-index: 111;
  right: -400px;
  background: #fff;
  padding: 30px 30px 24px 30px;
  max-width: 400px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.sticky-form.open {
  right: 0;
}
.sticky-form .col-form {
  width: 100% !important;
}
.sticky-form h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #666;
}
.sticky-form .form-border {
  border: none;
  padding: 0;
}
a.close-form {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #144a97;
  width: 30px;
  height: 30px;
  text-align: center;
}
.close-form span {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}
.sticky-form .col-form:first-child {
  /*margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;*/
}
.sticky-form #contact-submit {
  background-color: #144a97;
}
.sticky-form #contact-submit span {
  color: #fff;
  font-size: 14px;
}
#formone .theme-bt {
  width: 100%;
  padding: 14px 20px !important;
}
.footer-phone img {
  width: 26px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.footer-phone {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ffd700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s linear;
  z-index: 99;
  border: 1px solid #144a97;
}
.footer-phone:hover {
  background-color: #379dd7;
}
@media screen and (max-width: 1700px) {
  .col-ourservices-inner:last-child .ourservices-inner-block {
    padding: 20px;
  }
  .col-ourservices-inner:last-child .col-ourservices-sub h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .col-ourservices-inner:last-child .col-ourservices-sub p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #section-servicesslider .splide__arrow--prev {
    left: -35px;
  }
  #section-servicesslider .splide__arrow--next {
    right: -35px;
  }
}
@media screen and (max-width: 1599px) {
  #section-location .container {
    max-width: 100%;
    padding: 0 30px;
  }
  #teamslider .splide__arrow--prev {
    left: -20px;
  }
  #teamslider .splide__arrow--next {
    right: -20px;
  }
  .servicesslider-inner {
    padding: 40px 30px 0;
  }
  .sform .col-form-btn {
    margin-right: 0;
  }
  #section-features {
    padding: 30px 0 50px 50px;
  }
  .mainbanner-text {
    margin-top: 10px;
  }
  #articlesslider {
    margin-top: 60px;
    padding: 0 60px;
  }
  #articlesslider .splide__arrow--next {
    right: 20px;
  }
  #articlesslider .splide__arrow--prev {
    left: 20px;
  }
}
@media screen and (max-width: 1450px) {
  #bannerslider {
    max-width: 460px;
  }
  .sform-title h3 {
    font-size: 20px;
    line-height: 20px !important;
  }
  .sform-title {
    width: 320px;
  }
  .sform-inner {
    width: calc(100% - 324px);
  }
  .progress_inner__step label {
    max-width: 200px;
  }
  .howwework-inner {
    padding: 0 20px;
  }
  #section-location .container {
    padding: 0 0;
  }
  #section-howweworkicons {
    padding: 0 100px;
  }
  .sform {
    padding: 20px;
  }
  .features-inner p {
    font-size: 13px;
    margin-top: 3px;
  }
  .features-inner span {
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 22px;
    padding: 5px;
  }
  #articlesslider {
    margin-top: 60px;
    padding: 0 30px;
  }
  #section-howwework {
    padding: 100px 60px;
  }
  .servicesslider-text p {
    font-size: 13px;
    line-height: 22px !important;
  }
  #section-servicesslider {
    padding: 100px 0;
  }
  .servicesslider-text1 p {
    font-size: 13px;
    line-height: 22px !important;
  }
  .servicesslider-text {
    padding: 10px;
  }
  #section-features {
    padding: 30px 0 50px 50px;
  }
  .banner-text h2 {
    font-size: 30px;
    line-height: 40px !important;
    margin-left: 110px;
  }
  .banner-text h2:before {
    left: -100px;
  }
  #section-location {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 1299px) {
  .sform-title {
    text-align: center;
    width: 100%;
    background-color: rgb(255 255 255 / 40%);
    left: 0;
    top: -82px;
    padding: 30px;
  }
  .features-inner p {
    display: block;
  }
  .features-inner span {
    display: block;
    float: none;
  }
  .features-inner p {
    font-size: 15px;
    margin-top: 8px;
    margin-left: 0;
  }
  #section-team .container {
    max-width: 100%;
    padding: 0 60px;
  }
  .team-desc p {
    font-size: 13px;
    line-height: 24px !important;
  }
  .sform .col-form,
  .sform .col-form-btn {
    width: calc(33.33% - 10px);
  }
  .sform {
    padding: 20px 10px 30px 20px;
  }
  .sform {
    position: relative;
  }
  .sform-title {
    position: absolute;
    bottom: auto;
    display: block;
  }
  .sform-inner {
    width: 100%;
  }
  .sform {
    bottom: 6px;
    background-color: #f8f8f8;
  }
  .sform .col-form-btn {
    width: 100%;
    text-align: center;
  }
  .sform .col-form {
    margin-bottom: 20px;
  }
  .sform .col-form-btn .theme-bt {
    width: 200px;
    margin: 0 auto;
  }
  #teamslider .splide__arrow--next {
    right: -25px;
  }
  #teamslider .splide__arrow--prev {
    left: -25px;
  }
  #section-howweworkicons {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .progress_inner__step label {
    max-width: 150px;
  }
  .progress_inner__step label {
    line-height: 18px;
  }
  #teamslider .splide__arrow {
    display: block;
  }
  .col-location:last-child {
    /*margin-left:33.33%*/
    margin-top: 30px;
  }
  .view-more .theme-bt {
    padding: 10px 40px;
  }
  #section-team .container {
    padding: 0 40px;
  }
  .servicesslider-text {
    padding: 20px;
  }
  .servicesslider-text p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #section-features {
    padding: 30px 0 50px 30px;
  }
  .bannerform .theme-bt {
    padding: 10px 40px;
  }
  .mainbanner-text p {
    color: #adadad;
    font-size: 14px;
    line-height: 24px !important;
  }
  .header {
    padding: 0 40px;
  }
  .banner-text {
    left: 40px;
  }
  .banner-text h2 {
    font-size: 24px;
  }
  .banner-text h2:before {
    left: -80px;
  }
  .banner-text h2:before {
    width: 60px;
  }
  .banner-text h2 {
    margin-left: 80px;
  }
  .mainbanner-text {
    margin-top: 10px;
    max-width: 450px;
  }
  .features-inner span {
    display: block;
    float: none;
  }
  .features-inner p {
    display: block;
  }
  .features-text {
    margin-left: 10px;
    margin-top: 10px;
  }
  #section-howwework {
    padding: 60px 40px;
  }
  .features-inner p {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .col-faqs {
    padding-bottom: 0;
  }
  #section-team {
    padding: 100px 60px;
  }
  .progress_inner__step label {
    font-size: 13px;
    line-height: 20px;
  }
  .col-location:last-child {
    margin-left: 0;
    margin-top: 0;
  }
  .col-howweworkiconsmain {
    width: calc(30% - 20px);
    margin-bottom: 30px;
  }
  .col-howweworkiconsmain:nth-child(4),
  .col-howweworkiconsmain:nth-child(5) {
    margin-bottom: 0;
  }
  #section-team .container {
    padding: 0;
  }
  #section-team .columns {
    max-width: 600px;
    margin: 0 auto;
  }
  #articlesslider .columns {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #section-features .columns {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-features:nth-child(3),
  .col-features:nth-child(4) {
    margin-bottom: 0;
  }
  #section-features {
    padding: 40px 40px 50px 40px;
  }
  .article-left.is-5,
  .article-right.is-7 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .article-left img {
    width: inherit;
  }
  #articlesslider {
    padding: 0 60px;
  }
  .article-right .date {
    width: 100%;
  }
  .insomenu-bars {
    top: 10px;
    right: 0;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
  }
  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #666;
  }
  .insomenu-bars span:before {
    top: -8px;
  }
  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }
  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }
  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .insomenu-bars span:after {
    bottom: -8px;
    width: 20px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }
  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }
  .insomenu-active .insomenu-bars span {
    width: 25px;
  }
  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .insomenu-active #header1-primary-menu1 {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  #header1-primary-menu1 ul li {
    display: block;
    text-align: left;
    padding: 10px 30px;
    border-bottom: 1px solid #eee;
  }
  #header1-primary-menu1 {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 100px 0 0;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #header1-primary-menu1 ul li:last-child {
    border-bottom: none;
  }
  .header {
    padding: 0 30px;
    height: 60px;
  }
  #section-aboutmpower {
    padding: 60px 30px;
  }
  .article-left {
    text-align: right;
  }
  .features-text p {
    line-height: 24px !important;
    font-size: 13px;
  }
  .features-inner p {
    margin-left: 0;
  }
  .features-inner span {
    margin-left: 0;
  }
  .features-text {
    margin-left: 0;
  }
  .howwework-icon img {
    width: 70px;
  }
  .howwework-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
  }
  .howwework-text p {
    font-size: 13px;
    line-height: 24px !important;
  }
  .ourservices-hidden {
    display: block;
  }
  .webp .col-ourservices-inner:first-child .col-ourservices-sub:first-child {
    background-image: none;
  }
  .col-ourservices-inner:first-child .col-ourservices-sub:first-child picture {
    display: flex;
  }
  .col-ourservices-inner:last-child {
    border: none;
    border-bottom: 1px solid #adadad;
  }
  .col-ourservices-inner:last-child .col-ourservices-sub:first-child,
  .col-ourservices-inner:last-child .col-ourservices-sub:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #adadad;
  }
  .ourservices-inner {
    padding: 0 40px;
  }
  #section-ourservices {
    padding-bottom: 0 !important;
  }
  #section-servicesslider {
    padding: 100px 0;
  }
  #section-servicesslider .splide__arrow--prev {
    left: -35px;
  }
  #section-servicesslider .splide__arrow--next {
    right: -35px;
  }
  .servicesslider-text p {
    font-size: 13px;
    line-height: 22px !important;
  }
  #section-faqs .accordion {
    padding: 0 30px;
  }
  .accordion dt > a {
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
    line-height: 24px !important;
  }
  .col-location {
    margin-bottom: 20px;
  }
  .col-location:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #processslider .splide__arrow--next {
    right: -28px;
    margin-top: 13px;
  }
  #processslider .splide__arrow--prev {
    left: -28px;
    margin-top: 13px;
  }
  .progress_inner_dot:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #144a97;
    top: 8px;
    position: absolute;
    left: 0;
    right: 0;
  }
  #servicesslider-inner1 .servicesslider-icon {
    margin: 5px auto 10px;
  }
  .progress_inner_main {
    width: 100%;
  }
  #processslider .splide__slide:nth-of-type(1) .progress_inner_dot:before {
    content: "1";
  }
  #processslider .splide__slide:nth-of-type(2) .progress_inner_dot:before {
    content: "2";
  }
  #processslider .splide__slide:nth-of-type(3) .progress_inner_dot:before {
    content: "3";
  }
  #processslider .splide__slide:nth-of-type(4) .progress_inner_dot:before {
    content: "4";
  }
  #processslider .splide__slide:nth-of-type(5) .progress_inner_dot:before {
    content: "5";
  }
  .progress_inner__step label {
    max-width: 200px;
  }
  #section-process1 {
    display: block !important;
    padding: 100px 30px;
  }
  #section-process {
    display: none !important;
  }
  #section-process1 {
    display: block !important;
  }
  .text-box {
    max-width: 100%;
    margin: 0 20px;
    padding: 60px;
    padding: 60px 30px;
  }
  .sform .col-form {
    width: calc(50% - 10px);
  }
  .sform .col-form-btn .theme-bt {
    width: 100%;
  }
  .sform .col-form-btn {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  .servicesslider-text p {
    font-size: 13px;
    line-height: 19px !important;
  }
}
@media screen and (max-width: 768px) {
  .banner_item .theme-block1-title {
    font-size: 30px;
    line-height: 36px !important;
  }
  #section-team {
    padding: 100px 30px;
  }
  .col-howweworkiconsmain {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .howwework-icons {
    width: 90px;
    height: 90px;
  }
  .howwework-icons img {
    width: 60px;
  }
  .modal-card,
  .modal-content {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 20px;
  }
  .col-servicesslider {
    width: 50% !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
  }
  .text-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
  .schedule-logo-inner img {
    width: 160px;
  }
  .team-desc p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #teamslider .splide__arrow--next {
    right: 10px;
  }
  #teamslider .splide__arrow--prev {
    left: 10px;
  }
  .list-points li img {
    vertical-align: top;
  }
  .list-points li p {
    margin-top: -5px;
  }
  .sform-title {
    position: relative;
    bottom: 0;
    display: block;
    top: 0;
    margin-bottom: 15px;
  }
  .sform-title h3 {
    color: #164c99;
    text-shadow: none;
  }
  .sform-title p {
    font-weight: 600;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
  }
  .servicesslider-text p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #section-location {
    padding-top: 60px;
    padding: 60px 30px 50px 30px;
  }
  .team-text {
    padding: 10px;
  }
  #teamslider {
    padding: 0 30px;
  }
  .list-points li {
    font-size: 13px;
    line-height: 24px !important;
  }
  .banner-text {
    position: relative;
    left: 0;
    width: 100%;
    padding: 30px;
    background-color: #f8f8f8;
    top: -6px;
    transform: none;
  }
  #bannerslider {
    max-width: 100%;
  }
  .mainbanner-text {
    max-width: 100%;
  }
  .article-left img {
    width: 100%;
  }
  #section-aboutmpower p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #section-faqs .accordion {
    padding: 0 30px;
  }
  .features-inner span {
    margin: 0 auto 10px;
  }
  .col-features:last-child {
    margin-bottom: 0;
  }
  .features-inner p {
    padding-right: 0;
  }
  p {
    font-size: 11px;
    line-height: 23px !important;
  }
  #section-howweworkicons .columns.is-mobile {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .col-howweworkicons {
    padding-bottom: 30px;
  }
  .col-howweworkicons:last-child {
    padding-bottom: 0;
  }
  .article-left {
    text-align: right;
  }
  .article-left.is-5,
  .article-right.is-7 {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  #articlesslider {
    padding: 0 30px;
  }
  .footer1_detail > span p {
    display: block;
  }
  .copyright-line {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #section-team {
    padding: 100px 10px;
  }
  .howwework-inner {
    padding: 0;
  }
  .line {
    margin: 40px 0 40px;
  }
  .howdoesitwork {
    padding: 30px;
  }
  #section-process1 {
    padding: 60px 30px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 600px) {
  .sform {
    padding: 20px 20px 30px 20px;
  }
  .footer-phone {
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
  }
  .footer-phone img {
    width: 24px;
  }
  a.sticky-btn-appointment.theme-bt {
    font-size: 14px !important;
    padding: 4px 15px !important;
    right: -69px;
    line-height: 18px !important;
  }
  .sticky-form {
    top: 38%;
  }
  #section-howwework {
    padding: 60px 30px;
  }
  #section-howweworkicons {
    padding: 0;
  }
  .modal-card-foot,
  .modal-card-head {
    padding: 12px;
  }
  .modal-card-body {
    padding: 12px;
  }
  .modal-card-body p {
    font-size: 13px;
    line-height: 23px !important;
  }
  .modal-card-title {
    font-size: 13px;
  }
  .col-servicesslider {
    margin-bottom: 10px;
  }
  #articlesslider1 {
    display: block !important;
  }
  #articlesslider1 {
    display: block !important;
    padding: 0 30px;
  }
  #articlesslider1 .splide__arrow--prev {
    left: 0;
  }
  #articlesslider1 .splide__arrow--next {
    right: 0;
  }
  #articlesslider {
    display: none !important;
  }
  .servicesslider-text p {
    font-size: 13px;
    line-height: 20px !important;
  }
  .team-img {
    width: 100%;
  }
  .team-img img {
    width: 120px;
  }
  .team-desc {
    padding: 10px;
  }
  .team-desc p {
    font-size: 13px;
    line-height: 22px !important;
  }
  .team-text {
    width: 100%;
  }
  .sform .col-form,
  .sform .col-form-btn {
    width: 100%;
  }
  .sform .col-form-btn .theme-bt {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .form-border .col-form:first-child {
    width: 100%;
  }
  .form-border .col-form:nth-child(2) {
    width: 100%;
  }
  .form-border .col-form:nth-child(2) #contact-submit {
    padding: 12px 30px !important;
  }
  .mainbanner-text p {
    font-size: 13px;
    line-height: 24px !important;
  }
  .servicesslider-text1 p {
    font-size: 13px;
    line-height: 18px !important;
  }
  .header__logo {
    padding: 0;
    max-width: 200px;
    box-shadow: none;
    background-color: transparent;
  }
  .header__logo img {
    margin: 4px 0;
  }
  #section-articles,
  #section-faqs,
  #section-team {
    padding: 60px 0;
  }
  #header1-primary-menu1 {
    padding: 80px 0 0;
  }
  .header__logo {
    max-width: 160px;
  }
  .header {
    padding: 0 20px;
  }
  .location-inner p {
    word-wrap: break-word;
  }
  .view-more .theme-bt {
    padding: 10px 30px;
    font-size: 13px;
  }
  #section-team .columns {
    padding: 0 20px;
  }
  #section-features {
    padding: 40px 20px 50px 20px;
  }
  .banner-text {
    padding: 20px;
  }
  .list-points li {
    font-size: 13px;
    line-height: 24px !important;
  }
  .banner_item .theme-block1-title {
    font-size: 32px;
    line-height: 38px !important;
  }
  .col-form {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: none !important;
  }
  .col-form:first-child {
    margin-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .col-form:last-child {
    border-bottom: none !important;
  }
  .bannerform .theme-bt {
    padding: 10px 30px;
    font-size: 13px;
  }
  #articlesslider .columns {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .article-left.is-5,
  .article-right.is-7 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: inherit;
  }
  .accordion dt > a {
    line-height: 24px !important;
  }
  .howwework-icon img {
    width: 50px;
  }
  .howwework-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .howwework-text p {
    font-size: 15px;
    line-height: 22px !important;
  }
  #section-ambitious h4 {
    font-size: 20px;
    line-height: 24px !important;
  }
  .line {
    margin: 40px 0 40px;
  }
  #section-howwework {
    padding: 60px 30px;
  }
  #section-howweworkicons {
    margin-top: -50px;
  }
  #section-aboutmpower p {
    font-size: 13px;
    line-height: 24px !important;
  }
  #section-aboutmpower {
    padding: 60px 30px 60px;
  }
  #back2top {
    display: none !important;
  }
  .splide__arrow svg {
    width: 20px;
    height: 20px;
  }
  .servicesslider-text {
    padding: 10px;
  }
  .servicesslider-text {
    display: none !important;
  }
  .servicesslider-text-hide {
    display: block !important;
  }
  .servicesslider_item .theme-block1-title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  #section-location {
    padding: 60px 30px 60px 30px;
  }
  .sform-title h3 {
    font-size: 18px;
    line-height: 22px !important;
  }
  .designastion {
    font-size: 13px;
    line-height: 14px !important;
  }
  #section-ambitious {
    padding: 30px 20px;
  }
  #section-aboutmpower img {
    width: 160px;
  }
  .text-box {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 380px) {
  .team-desc {
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
  }
  .servicesslider-icon {
    width: 70px;
    height: 70px;
  }
  .servicesslider-icon img {
    width: 40px;
  }
}
.indian-flag {
  position: absolute;
  left: 0;
  top: 26px;
  width: 26px;
}
.indian-flag-2 {
  position: absolute;
  left: 19px;
  top: 42px;
  width: 26px;
}
.custom-phone-control {
  padding-left: 40px !important;
}
.error-msg {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 8px;
}
.error-msg1 {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.error-msg2 {
  display: block;
  width: 101%;
  text-align: center;
  position: absolute;
  left: 0;
  border: 0;
}
#contactformerror1 {
  color: red;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 400;
  float: none;
  margin: auto;
  text-align: right;
  padding-right: 15px;
}
#contactformerror,
#contactformerror1,
#inquiryformerror {
  color: red;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 400;
  float: none;
  margin: auto;
}
@media (max-width: 575px) {
  .indian-flag {
    /*display: none; */
  }
  .indian-flag-2 {
    display: none;
  }
  .custom-phone-control {
    padding-left: 32px !important;
  }
}

@media (max-width: 446px){
	.indian-flag {
    position: absolute;
    left: 0;
    top: 30px;
    width: 26px;
}
}

@media screen and (max-width: 350px) {
  .features-inner img {
    width: 35px;
  }
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0 100px;
  z-index: 111;
  background-color: #fff;
  min-height: 90px;
}
.header__menu1 .header__menu1-item {
  display: inline-block;
  padding: 33px 20px;
  width: inherit !important;
}

.header .header__logo img {
  padding-top: 4px;
  width: 100%;
}

@media (max-width: 1199px) {
  .header {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .header .header__logo img {
    padding-top: 4px;
    width: 77%;
  }
  .header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    z-index: 111;
    background-color: #fff;
    min-height: 73px;
  }
  .insomenu-bars {
    top: 17px;
  }
}
