@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap");
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fade-in-lg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fade-in-lg {
  -webkit-animation-name: fade-in-lg;
  animation-name: fade-in-lg; }

* {
  outline: 0 !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #111;
  line-height: 1.6;
  background: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }
  @media (max-width: 768px) {
    body {
      font-size: 14px; } }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

ol,
ul,
dl {
  margin: 0;
  padding: 0; }
  ol li,
  ul li,
  dl li {
    list-style: none; }

b,
strong {
  font-weight: 600; }

a {
  color: #d96f32;
  text-decoration: none; }
  a:hover {
    color: #086892;
    text-decoration: none; }

.broken_link, a.broken_link {
  text-decoration: none !important; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none; }

input,
button,
select,
optgroup,
textarea {
  font-family: inherit; }

::-webkit-scrollbar-track {
  background-color: inherit; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background-color: inherit; }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; }
      .container.medium {
        max-width: 980px; } }
  @media (min-width: 1100px) and (max-width: 1200px) {
    .container {
      max-width: 1070px; }
      .container.medium {
        max-width: 980px; } }
  @media (min-width: 1024px) and (max-width: 1100px) {
    .container {
      max-width: 984px; } }
  @media (min-width: 992px) and (max-width: 1023px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: calc(100% - 30px); } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row.reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row.center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
a.close,
button.close {
  right: 20px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  border: 0;
  cursor: pointer;
  position: absolute;
  background: 0 0; }
  a.close:hover,
  button.close:hover {
    opacity: 1; }

.quote-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.5s linear; }

.quote-modal {
  top: 50px;
  right: -6000px;
  width: 380px;
  z-index: 99;
  position: fixed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #eeeff1;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  @media (max-width: 400px) {
    .quote-modal {
      width: calc(100% - 20px); } }
  .quote-modal .ins {
    padding: 22px 26px 16px; }
    .quote-modal .ins img {
      display: block;
      margin: 6px auto 0; }
    .quote-modal .ins p {
      margin: 0;
      line-height: 0; }
    .quote-modal .ins .heading {
      text-align: center;
      margin-bottom: 20px; }
      .quote-modal .ins .heading h6 {
        font-size: 19px;
        margin-bottom: 2px;
        font-weight: 600; }
      .quote-modal .ins .heading p {
        font-size: 20px;
        color: #086892;
        font-weight: 500;
        line-height: 1.2; }
    .quote-modal .ins .form-body .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 10px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .label-control {
        margin-bottom: 0; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap .form-control {
        padding: 8px 12px; }
      .quote-modal .ins .form-body .wpcf7-form-control-wrap textarea.form-control {
        height: 60px;
        min-height: 0; }
    .quote-modal .ins .form-body .btn {
      padding: 14px 14px 12px; }
    .quote-modal .ins label {
      margin-bottom: 0; }
      .quote-modal .ins label .wpcf7-quiz-label {
        line-height: 1.2; }

body.quote-open .quote-overlay {
  opacity: 1;
  z-index: 98;
  visibility: visible; }
body.quote-open .quote-modal {
  right: 10px; }

.modal-backdrop {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: visibility 0s, opacity 0.2s linear; }
  .modal-backdrop.open {
    opacity: 1;
    z-index: 1000;
    visibility: visible; }

.modal {
  top: -800px;
  right: 0;
  left: 0;
  z-index: 1050;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 1.75rem auto; }
  .modal.open {
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto; }
  .modal.sm {
    max-width: 500px; }
  .modal.md {
    max-width: 600px; }
  .modal.medium {
    max-width: 680px; }
  .modal .modal-dialog {
    position: relative; }
    .modal .modal-dialog .modal-content {
      width: 100%;
      outline: 0;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #fff;
      border-radius: 4px; }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5; }
        .modal .modal-dialog .modal-content .modal-header.no {
          border: 0; }
        .modal .modal-dialog .modal-content .modal-header h4 {
          color: #000;
          font-size: 22px;
          font-weight: 700;
          line-height: 1.4;
          margin-bottom: 0; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 30px; }
        .modal .modal-dialog .modal-content .modal-body.scroll {
          overflow: auto;
          max-height: calc(100vh - 170px); }
        .modal .modal-dialog .modal-content .modal-body .quiry-data:not(:last-child) {
          margin-bottom: 30px; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data h5 {
          color: #656567;
          font-size: 20px;
          font-weight: 700; }
        .modal .modal-dialog .modal-content .modal-body .quiry-data p {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p i {
            margin-right: 12px; }
          .modal .modal-dialog .modal-content .modal-body .quiry-data p a {
            color: #1971F5; }

.modal-open {
  overflow: hidden; }

.modal .vct.close:before {
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  background-position: -137px -327px; }

.btn {
  height: 48px;
  font-size: 16px;
  padding: 0 22px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (max-width: 767.99px) {
    .btn {
      height: 44px;
      font-size: 15px; } }
  .btn.primary:not(.outline) {
    color: #fff;
    background: #1971F5; }
    .btn.primary:not(.outline):before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      content: '';
      position: absolute;
      border-radius: inherit;
      border: 2px solid #fff;
      transform: scale3d(0.6, 0.6, 1);
      transition: transform 0.75s, opacity 0.75s;
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .btn.primary:not(.outline).active, .btn.primary:not(.outline):hover {
      color: #fff;
      background: #1971F5; }
      .btn.primary:not(.outline).active:before, .btn.primary:not(.outline):hover:before {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1); }

i.svg {
  position: relative;
  display: inline-block;
  background: url(../img/sprites.svg) no-repeat; }
  i.svg.pos {
    position: absolute; }
    i.svg.pos.icon1 {
      left: -20px;
      top: -18px;
      width: 45px;
      height: 44px;
      background-position: 0px -30px; }
    i.svg.pos.icon2 {
      right: -15px;
      bottom: 4px;
      width: 45px;
      height: 44px;
      background-position: -55px -30px; }
    i.svg.pos.icon3 {
      right: -38px;
      bottom: 0;
      top: -36px;
      margin: auto;
      width: 58px;
      height: 58px;
      background-position: -156px -33px; }
    i.svg.pos.icon4 {
      right: 30px;
      bottom: 0;
      width: 44px;
      height: 44px;
      background-position: -148px -104px; }
    i.svg.pos.icon5 {
      left: -15px;
      bottom: -24px;
      width: 45px;
      height: 44px;
      background-position: -104px -32px; }
    i.svg.pos.icon6 {
      width: 172px;
      height: 172px;
      background: url(../img/plus.svg) no-repeat 0 0; }
      i.svg.pos.icon6.left {
        left: -72px;
        top: -88px; }
      i.svg.pos.icon6.right {
        right: -72px;
        top: -88px; }
      i.svg.pos.icon6.bl {
        left: -72px;
        bottom: -88px; }
      i.svg.pos.icon6.br {
        right: -72px;
        bottom: -88px; }

.vct {
  position: relative; }
  .vct:before {
    background: url(../img/sprites.svg) no-repeat; }

.after {
  position: relative; }
  .after:after {
    background: url(../img/sprites.svg) no-repeat; }

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/logo-icon.svg) no-repeat 0 0/cover; }

header.page-header {
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #E6DBF1; }
  @media (min-width: 768px) {
    header.page-header {
      height: 86px;
      position: absolute; } }
  @media (max-width: 767.99px) {
    header.page-header {
      height: 74px;
      position: fixed; } }
  header.page-header .container {
    height: 100%; }
  header.page-header .fxc {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header.page-header .fxc .logo {
      position: relative; }
      @media (max-width: 1023px) {
        header.page-header .fxc .logo {
          z-index: 99; } }
      @media (min-width: 768px) {
        header.page-header .fxc .logo img {
          width: 192px; } }
    @media (min-width: 1024px) {
      header.page-header .fxc nav.header-nav {
        margin-left: auto; } }
    @media (min-width: 1024px) {
      header.page-header .fxc nav.header-nav ul.nav-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-right: 20px; } }
    header.page-header .fxc nav.header-nav ul.nav-menu > li {
      position: relative;
      font-weight: 500; }
      header.page-header .fxc nav.header-nav ul.nav-menu > li > a {
        color: #111;
        font-size: 15px;
        position: relative; }
        @media (min-width: 1024px) {
          header.page-header .fxc nav.header-nav ul.nav-menu > li > a {
            padding: 0 18px; } }
        header.page-header .fxc nav.header-nav ul.nav-menu > li > a:hover, header.page-header .fxc nav.header-nav ul.nav-menu > li > a.active {
          color: #1971F5; }
    header.page-header .fxc .header-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 1023px) {
        header.page-header .fxc .header-contact {
          margin-left: auto; } }
      @media (min-width: 1024px) {
        header.page-header .fxc .header-contact .menu-toggle {
          display: none; } }
      @media (max-width: 1023px) {
        header.page-header .fxc .header-contact .menu-toggle {
          width: 36px;
          height: 36px;
          z-index: 9;
          font-size: 0;
          margin-left: 16px;
          cursor: pointer;
          position: relative; }
          header.page-header .fxc .header-contact .menu-toggle:before, header.page-header .fxc .header-contact .menu-toggle:after {
            right: 0;
            left: 0;
            width: 26px;
            content: "";
            margin: auto;
            position: absolute;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          header.page-header .fxc .header-contact .menu-toggle:before {
            top: 16px;
            right: -7px;
            width: 19px;
            height: 2px;
            background: #222; }
          header.page-header .fxc .header-contact .menu-toggle:after {
            top: 7px;
            height: 20px;
            border-top: 2px solid #222;
            border-bottom: 2px solid #222; }
          header.page-header .fxc .header-contact .menu-toggle.opened {
            z-index: 99; }
            header.page-header .fxc .header-contact .menu-toggle.opened:before, header.page-header .fxc .header-contact .menu-toggle.opened:after {
              top: 16px;
              width: 24px; }
            header.page-header .fxc .header-contact .menu-toggle.opened:before {
              right: -1px;
              background: #222;
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            header.page-header .fxc .header-contact .menu-toggle.opened:after {
              border: 0;
              height: 2px;
              background: #222;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); } }
    @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
      header.page-header .fxc .header-contact .menu-toggle.opened {
        left: 18px; } }

      @media (max-width: 767.99px) {
        header.page-header .fxc .header-contact .menu-toggle {
          margin-left: 8px; } }
      @media (max-width: 767.99px) {
        header.page-header .fxc .header-contact .btn {
          padding: 0 18px; } }
      @media (max-width: 400px) {
        header.page-header .fxc .header-contact .btn {
          padding: 0 14px;
          font-size: 14px; } }
    @media (max-width: 1023px) {
      header.page-header .fxc nav.header-nav {
        top: 0;
        height: 100%;
        right: -1200px;
        width: 100%;
        z-index: 91;
        position: fixed;
        background: #fff;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; } }
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    header.page-header .fxc nav.header-nav {
      width: 320px; } }
    @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav ul.nav-menu {
          padding-top: 100px; }
          header.page-header .fxc nav.header-nav ul.nav-menu li a {
            display: inline-block; } }
      @media (max-width: 1023px) and (max-width: 1023px) {
        header.page-header .fxc nav.header-nav ul.nav-menu li a {
          padding: 10px 20px; } }
    @media (max-width: 1023px) {
        header.page-header .fxc nav.header-nav.opened {
          right: 0; } }
  header.page-header.fixed {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    top: 0px; }
    @media (max-width: 1023px) {
      header.page-header.fixed {
        animation-fill-mode: none; } }
    header.page-header.fixed nav.header-nav {
      top: 0px; }
    @media (min-width: 768px) {
      header.page-header.fixed {
        height: 62px;
        position: fixed;
        background: rgba(255, 255, 255, 0.95); } }
    @media (max-width: 767.99px) {
      header.page-header.fixed {
        animation: none !important; } }

@media (min-width: 1024px) {
  body .menu-overlay {
    display: none; } }
@media (min-width: 768px) and (max-width: 1023px) {
  body .menu-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -9999;
    position: fixed;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    transition: visibility 0s, opacity 0.2s linear; } }
body.menu-opened {
  height: 100vh;
  overflow: hidden; }
  body.menu-opened .menu-overlay {
    opacity: 1;
    z-index: 8;
    visibility: visible; }

.page-head {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: white;
  background: linear-gradient(180deg, white 47%, #f8fafa 71%, #f2f6f6 100%); }
  @media (min-width: 768px) {
    .page-head {
      min-height: 110vh;
      padding-top: 80px; } }
  @media (max-width: 1023.99px) {
    .page-head {
      padding-top: 100px;
      padding-bottom: 40px; } }
  .page-head .flex-row {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .page-head .flex-row {
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    @media (min-width: 768px) and (max-width: 1023.99px) {
      .page-head .flex-row {
        text-align: center;
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 767.99px) {
      .page-head .flex-row {
        padding: 0 20px;
        text-align: center; } }
    .page-head .flex-row .cnts {
      height: 100%;
      margin-bottom: 32px; }
      @media (min-width: 1024px) {
        .page-head .flex-row .cnts {
          width: 56%;
          padding-top: 68px;
          padding-right: 28px; } }
      @media (min-width: 1023.99px) {
        .page-head .flex-row .cnts {
          max-width: 800px;
          max-width: 620px; } }
      @media (max-width: 1400px) {
        .page-head .flex-row .cnts br {
          display: none; } }
      .page-head .flex-row .cnts br.mob {
        display: none; }
        @media (max-width: 767.99px) {
          .page-head .flex-row .cnts br.mob {
            display: block; } }
      .page-head .flex-row .cnts .cnt {
        font-size: 17px;
        margin-bottom: 22px; }
        @media (max-width: 767.99px) {
          .page-head .flex-row .cnts .cnt {
            font-size: 15px; } }
        .page-head .flex-row .cnts .cnt .sub {
          height: 38px;
          font-size: 15px;
          padding: 0 15px;
          font-weight: 500;
          background: #F3F6F6;
          display: inline-flex;
          align-items: center;
          border-radius: 20px;
          margin-bottom: 10px; }
          @media (max-width: 767.99px) {
            .page-head .flex-row .cnts .cnt .sub {
              font-size: 13px; } }
          .page-head .flex-row .cnts .cnt .sub i {
            width: 26px;
            height: 16px;
            margin-right: 12px;
            background-size: inherit; }
        .page-head .flex-row .cnts .cnt .heading {
          line-height: 1.25;
          font-weight: 600;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .page-head .flex-row .cnts .cnt .heading {
              font-size: 45px;
              padding-top: 20px; } }
          @media (max-width: 767.99px) {
            .page-head .flex-row .cnts .cnt .heading {
              font-size: 28px;
              margin-left: -16px;
              margin-right: -16px; } }
          .page-head .flex-row .cnts .cnt .heading span {
            color: #8E8E8E; }
        .page-head .flex-row .cnts .cnt h1 {
          display: inline;
          font-size: inherit;
          font-weight: inherit;
          line-height: inherit; }
    .page-head .flex-row .fig {
      top: 60px;
      left: 42px;
      position: relative; }
      @media (max-width: 1023.99px) {
        .page-head .flex-row .fig {
          display: none; } }
    .page-head .flex-row .bottom-data {
      left: 0;
      bottom: 48px;
      z-index: 1;
      display: flex;
      text-align: left;
      align-items: center;
      position: absolute; }
      @media (max-width: 1023.99px) {
        .page-head .flex-row .bottom-data {
          position: static;
          margin-top: 26px;
          overflow: auto; }
          .page-head .flex-row .bottom-data::-webkit-scrollbar {
            width: 0;
            height: 0; } }
      .page-head .flex-row .bottom-data .box {
        width: 355px;
        height: 151px;
        padding: 14px;
        display: flex;
        align-items: center;
        position: relative;
        margin-right: 26px;
        background: url(../img/bg.svg) no-repeat 0 0/cover; }
        @media (max-width: 1023.99px) {
          .page-head .flex-row .bottom-data .box {
            height: 130px;
            margin-bottom: 20px; } }
        @media (max-width: 600px) {
          .page-head .flex-row .bottom-data .box {
            width: 100%;
            max-width: 350px;
            min-width: 310px;
            margin-right: 18px; } }
        .page-head .flex-row .bottom-data .box figure {
          width: 120px;
          height: 120px;
          margin-right: 26px; }
          @media (max-width: 767.99px) {
            .page-head .flex-row .bottom-data .box figure {
              width: 92px;
              height: 92px;
              margin-right: 20px; } }
        .page-head .flex-row .bottom-data .box .data {
          display: flex;
          align-items: self-start;
          flex-direction: column; }
          .page-head .flex-row .bottom-data .box .data h3 {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 5px; }
            @media (max-width: 767.99px) {
              .page-head .flex-row .bottom-data .box .data h3 {
                font-size: 15px; } }
          .page-head .flex-row .bottom-data .box .data .ratting {
            display: flex;
            align-items: center;
            margin-bottom: 12px; }
            .page-head .flex-row .bottom-data .box .data .ratting i.star-icon {
              width: 14px;
              height: 14px;
              margin-right: 4px; }
              .page-head .flex-row .bottom-data .box .data .ratting i.star-icon.primary {
                background-position: -2px -2px; }
              .page-head .flex-row .bottom-data .box .data .ratting i.star-icon.regular {
                background-position: -20px -2px; }
            .page-head .flex-row .bottom-data .box .data .ratting span {
              font-size: 12px;
              font-weight: 600; }
          .page-head .flex-row .bottom-data .box .data .btn {
            width: 134px;
            height: 34px;
            color: #111;
            padding: 0;
            font-size: 14px;
            font-weight: 600;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #F0EFEF;
            transition: all 0.5s ease-in-out; }
            .page-head .flex-row .bottom-data .box .data .btn:after {
              left: 4px;
              top: 1px;
              width: 7px;
              height: 7px;
              content: "";
              border-top: 2px solid #111;
              border-left: 2px solid #111;
              transform: rotate(138deg);
              position: relative;
              transition: all 0.5s ease-in-out; }
            .page-head .flex-row .bottom-data .box .data .btn:hover {
              color: #1971F5;
              border-color: #1971F5; }
              .page-head .flex-row .bottom-data .box .data .btn:hover:after {
                left: 6px;
                border-color: #1971F5; }
          .page-head .flex-row .bottom-data .box .data .plus-icon {
            bottom: 0px;
            right: -5px;
            width: 38px;
            height: 38px;
            position: absolute;
            background-position: -112px -282px; }
            @media (max-width: 767.99px) {
              .page-head .flex-row .bottom-data .box .data .plus-icon {
                bottom: -16px;
                transform: scale(0.8); } }

.container {
  max-width: 1280px; }

.d-none {
  display: none; }

.heading-gutter {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .heading-gutter {
      font-size: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767.99px) {
    .heading-gutter {
      font-size: 16px;
      margin-bottom: 40px; } }
  .heading-gutter h2 {
    font-weight: 600;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .heading-gutter h2 {
        font-size: 40px; } }
    @media (max-width: 767.99px) {
      .heading-gutter h2 {
        font-size: 28px; } }
  @media (max-width: 1023px) {
    .heading-gutter br {
      display: none; } }
  .heading-gutter.plain {
    color: #fff; }
    .heading-gutter.plain h3 {
      color: #fff; }
  .heading-gutter p.lg {
    font-size: 20px;
    margin-bottom: 22px; }

.item-gutter {
  overflow: hidden;
  padding: 140px 0 100px; }
  @media (max-width: 767.99px) {
    .item-gutter {
      padding: 50px 0; } }
  .item-gutter .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767.99px) {
      .item-gutter .flex {
        flex-direction: column; } }
    .item-gutter .flex .col {
      width: 100%;
      max-width: 465px;
      position: relative; }
      .item-gutter .flex .col.sm {
        max-width: 326px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        @media (max-width: 767.99px) {
          .item-gutter .flex .col.sm {
            display: none;
            margin-bottom: 16px; } }
        .item-gutter .flex .col.sm figure img {
          max-width: none; }
      .item-gutter .flex .col .box {
        min-height: 350px;
        margin-bottom: 25px;
        padding: 40px 48px;
        border-radius: 30px;
        position: relative;
        background: #fff;
        border: 1px solid #E6DBF1; }
        @media (max-width: 767.99px) {
          .item-gutter .flex .col .box {
            min-height: 0;
            padding: 26px;
            border-radius: 20px; } }
        .item-gutter .flex .col .box span.circle {
          width: 64px;
          height: 64px;
          margin-bottom: 26px;
          border-radius: 20px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 767.99px) {
            .item-gutter .flex .col .box span.circle {
              transform: scale(0.9);
              border-radius: 16px;
              margin-bottom: 16px; } }
          .item-gutter .flex .col .box span.circle.c1 {
            background: #FEF6E1; }
          .item-gutter .flex .col .box span.circle.c2 {
            background: #E8FEE1; }
          .item-gutter .flex .col .box span.circle.c3 {
            background: #E1E2FE; }
          .item-gutter .flex .col .box span.circle.c4 {
            background: #FEE1E9; }
          .item-gutter .flex .col .box span.circle i.svg {
            width: 30px;
            height: 30px; }
            .item-gutter .flex .col .box span.circle i.svg.icon1 {
              background-position: -36px 0; }
            .item-gutter .flex .col .box span.circle i.svg.icon2 {
              background-position: -98px 0; }
            .item-gutter .flex .col .box span.circle i.svg.icon3 {
              background-position: -67px 0; }
            .item-gutter .flex .col .box span.circle i.svg.icon4 {
              background-position: -125px 0; }
        .item-gutter .flex .col .box h2 {
          font-size: 20px;
          font-weight: 600; }
          @media (max-width: 767.99px) {
            .item-gutter .flex .col .box h2 {
              font-size: 18px; } }
        .item-gutter .flex .col .box p {
          opacity: 0.65;
          margin-bottom: 16px; }
          @media (min-width: 768px) {
            .item-gutter .flex .col .box p {
              min-height: 130px; } }
        .item-gutter .flex .col .box a.more {
          color: #111;
          font-size: 15px;
          font-weight: 600;
          position: relative;
          display: inline-flex;
          align-items: center; }
          .item-gutter .flex .col .box a.more:after {
            width: 20px;
            height: 14px;
            content: "";
            margin-left: 10px;
            background-position: -154px -6px;
            transition: all 0.5s ease-in-out; }
          .item-gutter .flex .col .box a.more:hover:after {
            margin-left: 14px;
            transition: all 0.5s ease-in-out; }

.primary-gutter {
  padding: 100px 0 50px;
  background: white;
  background: linear-gradient(0deg, white 23%, #f2f6f6 100%); }
  @media (max-width: 767.99px) {
    .primary-gutter {
      padding: 50px 0 0; } }
  .primary-gutter .row {
    align-items: center; }
  .primary-gutter .cnts {
    left: -140px;
    padding: 40px;
    position: relative;
    background: #fff; }
    @media (max-width: 767.99px) {
      .primary-gutter .cnts {
        left: 0;
        padding: 30px; } }
    .primary-gutter .cnts h3 {
      font-size: 20px;
      margin-bottom: 0;
      font-weight: 500;
      display: flex;
      align-items: center; }
      @media (max-width: 767.99px) {
        .primary-gutter .cnts h3 {
          font-size: 16px; } }
      .primary-gutter .cnts h3:not(:last-child) {
        padding-bottom: 26px;
        margin-bottom: 26px;
        border-bottom: 1px solid #E6DBF1; }
        @media (max-width: 767.99px) {
          .primary-gutter .cnts h3:not(:last-child) {
            padding-bottom: 16px;
            margin-bottom: 16px; } }
      .primary-gutter .cnts h3 span.circle {
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin-right: 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767.99px) {
          .primary-gutter .cnts h3 span.circle {
            transform: scale(0.95); } }
        .primary-gutter .cnts h3 span.circle.c1 {
          background: #146EF5; }
        .primary-gutter .cnts h3 span.circle.c2 {
          background: #F5C114; }
        .primary-gutter .cnts h3 span.circle.c3 {
          background: #38B852; }
        .primary-gutter .cnts h3 span.circle.c4 {
          background: #BC75F9; }
        .primary-gutter .cnts h3 span.circle i.svg {
          width: 30px;
          height: 30px; }
          .primary-gutter .cnts h3 span.circle i.svg.icon1 {
            background-position: 1px -80px; }
          .primary-gutter .cnts h3 span.circle i.svg.icon2 {
            background-position: -35px -80px; }
          .primary-gutter .cnts h3 span.circle i.svg.icon3 {
            background-position: -69px -80px; }
          .primary-gutter .cnts h3 span.circle i.svg.icon4 {
            background-position: -104px -80px; }
  .primary-gutter .box {
    position: relative; }
    .primary-gutter .box .dec {
      left: 0;
      bottom: 0;
      width: 100%;
      color: #fff;
      max-width: 400px;
      padding: 26px 30px 20px;
      position: absolute;
      background: #146EF5; }
    .primary-gutter .box .btn {
      padding: 7px;
      width: 195px;
      height: 50px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(255, 255, 255, 0.2); }
      .primary-gutter .box .btn span {
        width: 136px;
        height: 100%;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff; }
      .primary-gutter .box .btn i {
        width: 38px;
        height: 38px;
        background-position: -156px -156px; }

.regular-gutter {
  padding: 100px 0 50px; }
  @media (max-width: 767.99px) {
    .regular-gutter {
      padding: 50px 0 0; } }
  @media (min-width: 768px) {
    .regular-gutter .row .col-md-5 {
      flex: 0 0 45%;
      max-width: 45%; }
    .regular-gutter .row .col-md-7 {
      flex: 0 0 55%;
      max-width: 55%; } }
  .regular-gutter .toggle-cnts {
    left: 60px;
    z-index: 1;
    padding: 40px;
    padding-right: 100px;
    margin-top: 50px;
    position: relative;
    background: #fff; }
    @media (max-width: 767.99px) {
      .regular-gutter .toggle-cnts {
        left: 0;
        padding: 30px 12px;
        margin-top: 0; } }
    .regular-gutter .toggle-cnts .toggle:not(:last-child) {
      padding-bottom: 22px;
      margin-bottom: 22px;
      border-bottom: 1px solid #E6DBF1; }
      @media (max-width: 767.99px) {
        .regular-gutter .toggle-cnts .toggle:not(:last-child) {
          padding-bottom: 18px;
          margin-bottom: 18px; } }
    .regular-gutter .toggle-cnts .toggle h3 {
      cursor: pointer;
      font-size: 18px;
      color: #757575;
      font-weight: 500;
      position: relative;
      margin-bottom: 0;
      padding-left: 35px; }
      @media (max-width: 767.99px) {
        .regular-gutter .toggle-cnts .toggle h3 {
          font-size: 17px; } }
      .regular-gutter .toggle-cnts .toggle h3:before {
        left: 0;
        top: 7px;
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        border-top: 2px solid #111;
        border-left: 2px solid #111;
        transform: rotate(136deg);
        transition: all 0.5s ease-in-out; }
    .regular-gutter .toggle-cnts .toggle .toggle-box {
      max-height: 0;
      overflow: hidden;
      padding-left: 35px;
      transition: all 0.5s ease-in-out;
      -moz-transition-property: max-height;
      -o-transition-property: max-height;
      -webkit-transition-property: max-height;
      transition-property: max-height; }
    .regular-gutter .toggle-cnts .toggle.open h3 {
      color: #111;
      font-weight: 600; }
      .regular-gutter .toggle-cnts .toggle.open h3:before {
        transform: rotate(226deg); }
    .regular-gutter .toggle-cnts .toggle.open .toggle-box {
      max-height: 200px;
      margin-top: 8px; }
  .regular-gutter .col-md-7 {
    position: relative; }
  .regular-gutter .box {
    position: relative;
    padding: 42px 60px 20px;
    background: #F3F6F7;
    border-radius: 5px; }
    @media (max-width: 767.99px) {
      .regular-gutter .box {
        padding: 26px; } }
    .regular-gutter .box .data h3 {
      font-size: 20px;
      font-weight: 500;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      @media (max-width: 767.99px) {
        .regular-gutter .box .data h3 {
          font-size: 18px; } }
      .regular-gutter .box .data h3 span.circle {
        width: 44px;
        height: 44px;
        min-width: 44px;
        margin-right: 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767.99px) {
          .regular-gutter .box .data h3 span.circle {
            transform: scale(0.95); } }
        .regular-gutter .box .data h3 span.circle.c1 {
          background: #146EF5; }
        .regular-gutter .box .data h3 span.circle.c2 {
          background: #F5C114; }
        .regular-gutter .box .data h3 span.circle.c3 {
          background: #38B852; }
        .regular-gutter .box .data h3 span.circle.c4 {
          background: #BC75F9; }
        .regular-gutter .box .data h3 span.circle i.svg {
          width: 30px;
          height: 30px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon1 {
            background-position: 1px -80px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon2 {
            background-position: -35px -80px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon3 {
            background-position: -69px -80px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon4 {
            background-position: -104px -80px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon5 {
            background-position: -2px -115px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon6 {
            background-position: -37px -116px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon7 {
            background-position: -70px -116px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon8 {
            background-position: -158px -155px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon9 {
            background-position: -158px -190px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon10 {
            background-position: -158px -222px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon11 {
            background-position: -158px -253px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon12 {
            background-position: -158px -288px; }
          .regular-gutter .box .data h3 span.circle i.svg.icon13 {
            background-position: -162px -320px; }
    .regular-gutter .box .data .list {
      padding-left: 66px;
      margin-bottom: 52px; }
      @media (max-width: 767.99px) {
        .regular-gutter .box .data .list {
          padding-left: 60px;
          margin-bottom: 52px; } }
      .regular-gutter .box .data .list li {
        padding-left: 36px;
        position: relative;
        margin-bottom: 10px; }
        .regular-gutter .box .data .list li:before {
          left: 0;
          top: 3px;
          width: 22px;
          height: 30px;
          content: "";
          position: absolute;
          background: url(../img/sprites.svg) no-repeat -107px -120px; }

.service-gutter {
  padding: 100px 0; }
  @media (max-width: 767.99px) {
    .service-gutter {
      padding: 50px 0 20px; } }
  .service-gutter .box {
    padding: 28px;
    padding-right: 12px;
    margin-bottom: 25px;
    border-radius: 30px;
    border: 1px solid #E6DBF1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 767.99px) {
      .service-gutter .box {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: row; } }
    @media (min-width: 768px) {
      .service-gutter .box.sm {
        min-height: 140px;
        flex-direction: row; }
        .service-gutter .box.sm span.circle {
          margin-right: 20px; }
      .service-gutter .box.md {
        min-height: 230px; }
      .service-gutter .box.lg {
        min-height: 310px; } }
    .service-gutter .box span.circle {
      width: 64px;
      height: 64px;
      min-width: 64px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767.99px) {
        .service-gutter .box span.circle {
          margin-bottom: 0;
          margin-right: 12px;
          border-radius: 16px; } }
      .service-gutter .box span.circle.c1 {
        background: #FEF6E1; }
      .service-gutter .box span.circle.c2 {
        background: #F9E1FE; }
      .service-gutter .box span.circle.c3 {
        background: #E8FEE1; }
      .service-gutter .box span.circle.c4 {
        background: #E1E2FE; }
      .service-gutter .box span.circle.c5 {
        background: #E1FEF5; }
      .service-gutter .box span.circle.c6 {
        background: #FEE1E9; }
      .service-gutter .box span.circle.c7 {
        background: #FCFEE1; }
      .service-gutter .box span.circle.c8 {
        background: #E1EDFE; }
      .service-gutter .box span.circle.c9 {
        background: #FEECE1; }
      .service-gutter .box span.circle i.svg {
        width: 30px;
        height: 30px; }
        .service-gutter .box span.circle i.svg.icon1 {
          background-position: -1px -158px; }
        .service-gutter .box span.circle i.svg.icon2 {
          background-position: -42px -158px; }
        .service-gutter .box span.circle i.svg.icon3 {
          width: 32px;
          height: 44px;
          background-position: -82px -152px; }
        .service-gutter .box span.circle i.svg.icon4 {
          background-position: -122px -158px; }
        .service-gutter .box span.circle i.svg.icon5 {
          height: 39px;
          background-position: -3px -196px; }
        .service-gutter .box span.circle i.svg.icon6 {
          width: 36px;
          height: 34px;
          background-position: -42px -199px; }
        .service-gutter .box span.circle i.svg.icon7 {
          background-position: -84px -199px; }
        .service-gutter .box span.circle i.svg.icon8 {
          background-position: -120px -201px; }
        .service-gutter .box span.circle i.svg.icon9 {
          width: 32px;
          height: 32px;
          background-position: -2px -243px; }
    .service-gutter .box .cnt h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 6px; }
      @media (max-width: 767.99px) {
        .service-gutter .box .cnt h3 {
          font-size: 18px; } }
    .service-gutter .box .cnt p {
      margin-bottom: 0; }

.facility-gutter {
  overflow: hidden;
  padding: 100px 0 40px;
  background: white;
  background: linear-gradient(0deg, white 23%, #f8f9fa 100%); }
  @media (max-width: 767.99px) {
    .facility-gutter {
      padding: 50px 0 0; } }
  .facility-gutter .col-md-4 {
    position: relative; }
  .facility-gutter .box {
    padding: 30px;
    min-height: 320px;
    margin-bottom: 60px;
    background: #fff; }
    @media (max-width: 767.99px) {
      .facility-gutter .box {
        padding: 22px;
        min-height: 0;
        margin-bottom: 20px; } }
    .facility-gutter .box span.circle {
      width: 52px;
      height: 52px;
      min-width: 52px;
      margin-bottom: 22px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #EEE8FF; }
      @media (max-width: 767.99px) {
        .facility-gutter .box span.circle {
          transform: scale(0.95); } }
      .facility-gutter .box span.circle i.svg {
        width: 32px;
        height: 32px; }
        .facility-gutter .box span.circle i.svg.icon1 {
          background-position: -43px -243px; }
        .facility-gutter .box span.circle i.svg.icon2 {
          background-position: -83px -243px; }
        .facility-gutter .box span.circle i.svg.icon3 {
          background-position: -122px -243px; }
        .facility-gutter .box span.circle i.svg.icon4 {
          background-position: 1px -280px; }
        .facility-gutter .box span.circle i.svg.icon5 {
          background-position: -37px -280px; }
        .facility-gutter .box span.circle i.svg.icon6 {
          background-position: -77px -280px; }
    .facility-gutter .box h3 {
      font-size: 21px;
      margin-bottom: 16px;
      font-weight: 500; }
      @media (max-width: 767.99px) {
        .facility-gutter .box h3 {
          font-size: 18px;
          margin-bottom: 10px; } }

.form-gutter figure {
  text-align: center; }
.form-gutter .inner {
  padding: 90px 0;
  position: relative;
  border-radius: 30px;
  background: white;
  background: linear-gradient(0deg, white 23%, #f8f9fa 100%); }
  .form-gutter .inner figure {
    left: 0;
    right: 0;
    top: -74px;
    margin: auto;
    position: absolute; }
  .form-gutter .inner .form {
    max-width: 820px;
    margin: 0 auto; }
    .form-gutter .inner .form .col-md-6 {
      margin-bottom: 20px; }
      .form-gutter .inner .form .col-md-6 .form-control {
        color: #111;
        width: 100%;
        height: 64px;
        border: 0;
        display: block;
        line-height: 1.5;
        padding: 0 22px;
        border-radius: 10px; }
        .form-gutter .inner .form .col-md-6 .form-control::placeholder {
          color: #929FB8; }
    .form-gutter .inner .form .action {
      text-align: center;
      margin-top: 30px; }
      .form-gutter .inner .form .action .btn {
        width: 200px;
        border-radius: 50px; }

.service-col .item:not(.active) {
  display: none; }

footer.page-footer {
  background: #fff; }
  footer.page-footer .inner {
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    border-top: 1px solid #E6DBF1; }
    @media (max-width: 767.99px) {
      footer.page-footer .inner {
        height: 110px;
        justify-content: center;
        flex-direction: column-reverse; } }
    footer.page-footer .inner .dropdown .btn {
      font-size: 13px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease-in-out; }
      footer.page-footer .inner .dropdown .btn:after {
        top: -1px;
        width: 7px;
        height: 7px;
        content: "";
        margin-left: 10px;
        border-top: 2px solid #111;
        border-left: 2px solid #111;
        transform: rotate(-136deg);
        position: relative;
        transition: all 0.5s ease-in-out; }
      footer.page-footer .inner .dropdown .btn .globe-icon {
        width: 26px;
        height: 26px;
        background-position: -113px -325px; }
    footer.page-footer .inner .copyright {
      color: #94A0BB;
      font-size: 13px;
      margin-bottom: 0; }
  footer.page-footer .social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (max-width: 767.99px) {
      footer.page-footer .social-list {
        margin-bottom: 14px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    footer.page-footer .social-list li a {
      width: 26px;
      height: 26px;
      margin: 0 2px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      footer.page-footer .social-list li a:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        margin: auto;
        position: absolute; }
      footer.page-footer .social-list li a.fb-icon:before {
        background-position: -3px -325px; }
      footer.page-footer .social-list li a.linkedin-icon:before {
        background-position: -30px -325px; }
      footer.page-footer .social-list li a.twit-icon:before {
        background-position: -57px -325px; }
      footer.page-footer .social-list li a.youtube-icon:before {
        background-position: -84px -325px; }

/*# sourceMappingURL=app.css.map */
