a {
  text-decoration: none;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #088b93;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #088b93;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

.header.header-transparent {
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.header .logo {
  height: 50px;
}

.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  padding: 10px 0;
}

@media only screen and (max-width: 990px) {
  .header .navbar {
    padding: 32px 15px;
  }
}
.header .navbar .navbar-brand {
  max-width: 140px;
}

@media only screen and (max-width: 990px) {
  .header .navbar .navbar-brand {
    position: absolute;
    top: 0;
    z-index: 9;
  }
}
@media only screen and (max-width: 620px) {
  .header .navbar .navbar-brand {
    left: 10px;
  }
}
.header .navbar .navbar-brand img {
  image-rendering: revert;
}

.header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 990px) {
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 0px;
  }
}
.header .navbar.navbar-fixed {
  top: 0;
  background: rgba(255, 255, 245, 0.97);
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  animation: navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-nav li a {
  color: #065b89;
}

@media only screen and (max-width: 990px) {
  .header .navbar.navbar-fixed .navbar-nav li a {
    color: #fff;
  }
}
.header .navbar.navbar-fixed .navbar-nav li a:before {
  background-color: #267faf;
}

@media only screen and (max-width: 990px) {
  .header .navbar.navbar-fixed .navbar-nav li a:before {
    background-color: transparent;
  }
}
.header .navbar.navbar-fixed .navbar-brand .logo-dark {
  display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}

.header .navbar .navbar-nav li {
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .header .navbar .navbar-nav li {
    margin-right: 20px;
  }
}
.header .navbar .navbar-nav li a {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
  height: 44px;
  vertical-align: middle;
  line-height: 40px;
  text-decoration: none;
  min-width: 60px;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .header .navbar .navbar-nav li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .header .navbar .navbar-nav li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: #f2f2f2;
    transition: width 300ms linear;
    font-size: 16px;
  }
}
.header .navbar .navbar-nav li a:hover:before {
  width: 100%;
}

.header .navbar .navbar-brand .logo-light {
  display: inline-block;
}

/* gi */
.header .navbar-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media only screen and (min-width: 992px) {
  .header .menu-header-menu-container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .header .menu-header-menu-container {
    text-align: center;
  }
}
.header .menu-header-menu-container .navbar-nav {
  width: 100%;
  float: left;
  list-style: none;
}

@media only screen and (min-width: 767px) {
  .header .menu-header-menu-container .navbar-nav {
    padding: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .header .menu-header-menu-container .navbar-nav {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 620px) {
  .header .menu-header-menu-container .navbar-nav {
    margin-top: 70px;
    padding-left: 25px;
  }
}
.header .sub-menu {
  left: 0;
  right: 0;
  padding: 0 15px 15px 15px;
  display: none;
  padding-top: 0;
  min-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: #f9f9f9;
  opacity: 0;
}

@media only screen and (min-width: 767px) {
  .header .sub-menu {
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .header .sub-menu {
    max-width: 95%;
    z-index: 9;
    background: transparent;
    overflow-y: scroll;
    max-height: 40vh;
  }
}
.header .sub-menu li {
  display: inline-block;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .header .sub-menu li {
    width: 25%;
    margin-right: 0 !important;
  }
}
.header .sub-menu li a {
  height: 45px;
}

@media (min-width: 767px) {
  .header .sub-menu li a {
    display: flex;
    padding: 20px 22px;
    color: #373053 !important;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
  }
}
.header .sub-menu li a:hover {
  color: #05b59d !important;
  transition: 1s;
  background-color: none;
}

.header .sub-menu li a:hover:before {
  background-color: none !important;
}

.header .sub-menu li a:hover img {
  filter: none;
}

.header .sub-menu li img {
  height: 25px;
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(30) invert(0.1);
  margin-right: 10px;
}

@media only screen and (min-width: 767px) {
  .header .sub-menu li img {
    filter: brightness(30) invert(0.7);
    height: 30px;
    width: 30px;
  }
}
.header li.column-menu {
  position: relative;
}

.header li.column-menu .sub-menu {
  margin: 0;
  width: auto;
  height: auto;
  min-width: 120px;
  border-radius: 5px;
}

@media only screen and (min-width: 991px) {
  .header li.column-menu .sub-menu li {
    clear: both;
    width: auto;
    margin: auto !important;
  }
}
@media only screen and (max-width: 990px) {
  .header li.column-menu .sub-menu li {
    padding: 10px 0;
  }
}
.header li.column-menu .sub-menu li a {
  height: -moz-fit-content;
  height: fit-content;
  line-height: 30px;
}

.header li.column-menu .sub-menu li a:before {
  display: none;
}

.header li.column-menu .sub-menu li a:after {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 85px;
  right: auto;
  padding-right: 10px;
  content: "\f054";
  font-size: 0;
  color: #999;
}

.header li.column-menu .sub-menu li a:hover:after {
  color: #05b59d;
  transition: 1s;
  background-color: none;
}

.sub-menu:hover,
.drop-down-ul:hover,
li.drop-down > a:hover + .drop-down-ul,
.menu-item-has-children a:hover + .sub-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
  opacity: 1;
}

.navbar-toggler {
  color: #5c5252;
  /* color: rgba(255, 255, 255, 0.5); */
  /* border-color: rgba(255, 255, 255, 0); */
}

.navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-toggler-icon:before {
  background-color: #000;
}

.navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-fixed .navbar-toggler {
  /* color: rgba(0, 0, 0, 0.5); */
  color: #000;
  /* border-color: rgba(0, 0, 0, 0.1); */
  border-color: #000;
}

.navbar-fixed .navbar-toggler-icon {
  /* border-bottom: 1px solid #000; */
  border-bottom: 1px solid #000;
}

.navbar-fixed .navbar-toggler-icon:after,
.navbar-fixed .navbar-toggler-icon:before {
  /* background-color: #000; */
  /* background-color: #fff; */
}

@media only screen and (max-width: 990px) {
  .navbar-collapse {
    background: rgba(8, 139, 147, 0.8901960784);
    border-radius: 5px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
  }
}
.header-intro .breadcrumb a {
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .header-intro .display-3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 990px) {
  .header-intro .lead {
    font-size: 12px;
  }
}
.solutions {
  position: relative;
  padding: 100px 20px;
  justify-content: center;
  align-items: center;
  background-color: #088b93;
  background-image: url("../images/slash-bg-5.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.solution {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 10px;
}
@media only screen and (max-width: 992px) {
  .solution {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .solution {
    text-align: center;
    margin: auto;
    justify-items: center;
  }
}

.solution:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.solution-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.speciality-desc {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.speciality-desc p {
  color: #fff;
  font-size: 1em;
}

.solutions-container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
}

.solutions .solutions-container .home-content-p p {
  color: #fff;
  display: block;
}

.home-content-p p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  line-height: 1.65em;
  text-align: center;
}

.section-heading {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 300;
  text-align: center;
}

.solutions-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .solutions-wrapper {
    grid-template-columns: 1fr;
  }
}

.solution-icon {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 500ms ease;
}

.solution-icon.ecommerce {
  background-image: url("/images/ecommerce.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-icon.intranets {
  background-image: url("/images/intranets.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-icon.cms {
  background-image: url("/images/cms.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-icon.accessibility {
  background-image: url("/images/accessibility.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-work {
  position: relative;
  padding: 100px 0;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url("../images/slash-bg-5.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.work-items {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .work-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .work-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-items .empty {
  margin: 0 auto;
}

.work-item-overlay-slash {
  width: 100%;
  height: 75px;
}

.work-item {
  position: relative;
  overflow: hidden;
  height: 320px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .work-item {
    height: auto;
    max-height: 400px;
    min-height: 200px;
  }
}

.work-item-desc {
  display: none;
}

.article-items {
  margin-bottom: 0px;
  flex-direction: column;
}

.work-item-overlay {
  background-image: url("../images/portfolio_overlay.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  height: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 600ms ease;
  color: #fff;
}

.overlay-wrap {
  opacity: 0;
  transition: opacity 500ms ease;
}

.work-item:hover .work-item-overlay {
  opacity: 1;
  height: 320px;
}

.work-item:hover .overlay-wrap {
  opacity: 1;
}

.work-item:hover {
  color: #fff;
}

.work-item-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  line-height: 1.15em;
  color: #fff;
}

.work-item-desc {
  color: #fff;
}

@media screen and (max-width: 479px) { /* phone only */
  .work-item:hover .work-item-overlay {
    opacity: 1;
    height: 200px;
  }
}
.why_choose_us {
  background-color: #f9f9f9;
  padding: 100px 0;
}
.why_choose_us a,
.why_choose_us a:active,
.why_choose_us a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.why_choose_us ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why_choose_us img {
  max-width: 100%;
  height: auto;
}
.why_choose_us span, .why_choose_us a, .why_choose_us a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.why_choose_us .section-head {
  margin-bottom: 60px;
}
.why_choose_us .section-head h4 {
  position: relative;
  padding: 0;
  color: #088b93;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.why_choose_us .section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #088b93;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.why_choose_us .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
.why_choose_us p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.why_choose_us .section-head p, .why_choose_us p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.why_choose_us .extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.why_choose_us .extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #088b93;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.why_choose_us .extra-text span {
  font-weight: 700;
  color: #088b93;
}
.why_choose_us .item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .why_choose_us .item {
    padding: 15px;
  }
}
.why_choose_us .item:hover {
  background: #088b93;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item:hover .item, .why_choose_us .item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item:hover h6, .why_choose_us .item:hover p {
  color: #fff;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.why_choose_us .item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #088b93;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.why_choose_us .item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #088b93;
}
.why_choose_us .item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #088b93;
}
.why_choose_us .item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #088b93;
}
.why_choose_us .item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #088b93;
}
.why_choose_us .item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #088b93;
}
.why_choose_us .item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #088b93;
}
.why_choose_us .item p {
  font-size: 15px;
  line-height: 26px;
}
.why_choose_us .item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}
.why_choose_us .mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}
.why_choose_us .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #088b93;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.why_choose_us .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}
.why_choose_us .skills {
  padding-top: 0px;
}
.why_choose_us .skills .prog-item {
  margin-bottom: 25px;
}
.why_choose_us .skills .prog-item:last-child {
  margin-bottom: 0;
}
.why_choose_us .skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.why_choose_us .skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}
.why_choose_us .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #088b93;
  width: 10%;
  border-radius: 10px;
  transition: all 1s;
}
.why_choose_us .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

.pg-footer {
  margin: 50px 0 0;
  /* font-family: 'Roboto', sans-serif; */
}

.footer {
  background-color: #004658;
  color: #fff;
}

.fotter_content_devide {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  grid-gap: 20px;
  padding: 50px 0;
}

@media only screen and (max-width: 992px) {
  .fotter_content_devide {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .fotter_content_devide {
    grid-template-columns: 1fr;
  }
}
.footer-wave-svg {
  background-color: transparent;
  display: block;
  height: 30px;
  /* position: relative; */
  top: -1px;
  width: 100%;
}

.footer-wave-path {
  fill: #fffff2;
}

.footer-content {
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* max-width: 1230px; */
  /* padding: 40px 15px 300px; */
  /* position: relative; */
}

/* .footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
} */
.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
  display: inline-block;
}

.footer-logo-link h1 img {
  height: 50px;
}

.footer-menu {
  margin-top: 30px;
}

.footer-menu-name {
  color: #fffff2;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
}

.footer-menu-list li {
  margin-top: 20px;
}

/* .footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
} */
/* .footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
} */
/* .button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
} */
/* .footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
} */
.footer-copyright {
  background-color: #01232c;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-copyright-link {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 760px) {
  .footer-wave-svg {
    height: 50px;
  }
}
/* our partner start */
.our_partner {
  margin: 30px auto;
  background: #f9f9f9;
  padding: 100px 0;
}

.our_partner .customer-logos .slide {
  margin: 20px auto;
  text-align: center;
}

.our_partner .customer-logos .slide a h5 {
  text-transform: capitalize;
  font-size: 24px;
  color: #088b93;
}
@media only screen and (max-width: 1200px) {
  .our_partner .customer-logos .slide a h5 {
    font-size: 19px;
  }
}

.our_partner .customer-logos .slide img {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 959px) {
  .our_partner .customer-logos {
    margin-top: 60px;
  }
}
.our_partner .customer-logos .owl-nav {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  display: none;
}

.our_partner .customer-logos .owl-dots {
  margin: auto;
  text-align: center;
}

.our_partner .customer-logos .owl-dots .owl-dot {
  height: 10px;
  width: 20px;
  margin: 0 5px;
  background-color: #818181;
  border-radius: 4px;
  transition: 0.3s linear;
}

.our_partner .customer-logos .owl-dots .owl-dot.active {
  width: 38px;
  background: linear-gradient(45deg, #f4821f 0, #f4821f 100%);
}

@media only screen and (min-width: 960px) {
  .our_partner .customer-logos .owl-nav {
    width: 100%;
    left: 50%;
    bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .our_partner .customer-logos .owl-nav .owl-prev,
  .our_partner .customer-logos .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    color: #065b89;
    font-size: 20px;
    text-align: center;
    line-height: 31px;
    border-radius: 50px;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #e2e2e2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
}
.our_partner .customer-logos .owl-nav .owl-prev span,
.our_partner .customer-logos .owl-nav .owl-next span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 40px;
  text-align: center;
  line-height: 33px;
  box-shadow: 0px 1px 10px white, 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.our_partner .customer-logos .owl-nav .owl-prev:hover span,
.our_partner .customer-logos .owl-nav .owl-next:hover span {
  box-shadow: inset 0px -2px 5px #f0f0f0, inset 0px 2px 5px rgba(0, 0, 0, 0.15);
  color: #05b59d;
}

.our_partner .customer-logos .owl-nav .owl-prev {
  right: 10px;
}

@media only screen and (max-width: 959px) {
  .our_partner .customer-logos .owl-nav .owl-prev {
    margin-right: 10px;
  }
}
.all_banner {
  margin: 50px auto !important;
  min-height: 400px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}

/* our partner end */
/* testimonials section */
.testimonial_section {
  display: block;
  overflow: hidden;
  padding: 100px 0;
}

.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}

.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section .about_content .layer_content .heading .heading-title {
  color: #f9f9f9;
}

.testimonial_section .about_content .layer_content .heading .separator {
  margin: 0;
}

.testimonial_section .about_content .layer_content h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 0px;
  color: #fff;
}

.testimonial_section .about_content .layer_content h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}

.testimonial_section .about_content .layer_content p {
  color: #fff;
  margin: 0 0 15px;
  margin-top: 40px;
}

.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #05b59d;
  margin-left: -170px !important;
  position: relative;
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #05b59d;
  width: auto;
  margin-right: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 0px 50px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    padding: 55px 0px 0px 37px;
  }
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 0px 0 20px 0;
  }
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
@media all and (max-width: 600px) {
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    padding: 25px 20px;
  }
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
  text-align: justify;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  margin-top: 6px;
  background-color: #267faf;
  position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}

@media all and (max-width: 991px) {
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box {
    display: none;
  }
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 80px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #05b59d;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .owl-nav .owl-prev:hover {
  background: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #05b59d;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .owl-nav .owl-next:hover {
  background: #020d26;
}

.news-section {
  padding: 100px 0;
}

@media only screen and (max-width: 959px) {
  .news-section {
    padding: 7em 0 4em 0;
  }
}
.blog_devide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
@media only screen and (max-width: 992px) {
  .blog_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .blog_devide {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-section .news-block .inner-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.news-section .news-block .inner-box .image a {
  height: 228px;
  overflow: hidden;
  display: block;
  color: #373053;
}
@media only screen and (max-width: 1200px) {
  .news-section .news-block .inner-box .image a {
    height: 196px;
  }
}
@media only screen and (max-width: 767px) {
  .news-section .news-block .inner-box .image a {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}

.news-section .news-block .inner-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-section .news-block .inner-box .lower-content h6 {
  font-size: 23px;
}
@media only screen and (max-width: 1200px) {
  .news-section .news-block .inner-box .lower-content h6 {
    font-size: 17px;
  }
}

.news-section .news-block .inner-box .lower-content h6 a {
  color: #088b93;
  font-weight: 600;
  line-height: 35px;
}
@media only screen and (max-width: 1200px) {
  .news-section .news-block .inner-box .lower-content h6 a {
    line-height: 28px;
  }
}

.news-section .news-block .inner-box .lower-content {
  padding: 15px;
  background-color: #ffffff;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
}

.news-section .news-block .inner-box .lower-content .post-date {
  color: #222222;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.about {
  margin: 50px auto;
  background: #f9f9f9;
  padding: 100px 0;
}

.about .heading-desc {
  font-size: 25px;
}
@media only screen and (max-width: 500px) {
  .about .heading-desc {
    font-size: 20px;
  }
}

.about .section-head h4 {
  width: 80%;
  line-height: 80px;
  font-size: 71px;
}
@media only screen and (max-width: 1400px) {
  .about .section-head h4 {
    line-height: 58px;
    font-size: 57px;
  }
}
@media only screen and (max-width: 992px) {
  .about .section-head h4 {
    font-size: 37px;
    line-height: 40px;
  }
}

.about .heading .separator {
  margin: 0;
}

.about .about-list {
  margin-top: 2em;
  padding: 0 15px;
}

.about .about-list .col {
  padding: 5px;
}

.about .about-list .about-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  padding: 30px 15px;
  box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
  overflow: hidden;
  text-align: center;
  border-bottom: 4px solid #e1e1e1;
}

@media only screen and (max-width: 480px) {
  .about .about-list .about-item {
    padding: 5px;
  }
}
.about .about-list .about-item .about-item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto 14px auto;
  text-align: center;
}

.about .about-list .about-item .about-item-icon i {
  font-size: 40px;
}

.about .about-list .about-item .about-item-title {
  color: #373053;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}

/* our partner start */
.banner_slider .owl-carousel .owl-dots {
  right: 20px;
  position: absolute;
  bottom: 0;
  top: 50%;
  text-align: right;
}
.banner_slider .owl-carousel .owl-dots button.owl-dot {
  display: block;
  height: 20px;
  width: 10px;
  border-radius: 5px;
  margin: 10px 0;
}
.banner_slider .owl-carousel .owl-dots button.owl-dot.active {
  height: 38px;
}

.banner_slider .banner_image {
  position: relative;
}
.banner_slider .banner_image figure {
  margin: 0;
}
.banner_slider .banner_image figure img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.banner_slider .banner_image figure .overlay {
  background: rgba(48, 54, 56, 0.368627451);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.banner_slider .banner_image figure .overlay .overlay_text {
  position: absolute;
  bottom: 35px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner_slider .banner_image figure .overlay .overlay_text {
    bottom: 5px;
  }
}
.banner_slider .banner_image figure .overlay .overlay_text h2 {
  text-transform: capitalize;
  font-size: 35px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner_slider .banner_image figure .overlay .overlay_text h2 {
    font-size: 25px;
  }
}
.banner_slider .banner_image figure .overlay .overlay_text p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .banner_slider .banner_image figure .overlay .overlay_text p {
    font-size: 14px;
  }
}
.banner_slider .banner_image figure .overlay .overlay_text span {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .banner_slider .banner_image figure .overlay .overlay_text span {
    font-size: 9px;
  }
}

.banner_slider .customer-logos .slide {
  text-align: center;
}

.banner_slider .customer-logos .slide a h5 {
  text-transform: capitalize;
  font-size: 24px;
  color: #088b93;
}

.banner_slider .customer-logos .slide img {
  height: 60vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner_slider .customer-logos .owl-nav {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  display: none;
}

.banner_slider .customer-logos .owl-dots {
  margin: auto;
  text-align: center;
}

.banner_slider .customer-logos .owl-dots .owl-dot {
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s linear;
}

.banner_slider .customer-logos .owl-dots .owl-dot.active {
  background: linear-gradient(45deg, #f4821f 0, #f4821f 100%);
}

@media only screen and (min-width: 960px) {
  .banner_slider .customer-logos .owl-nav {
    width: 100%;
    left: 50%;
    bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .banner_slider .customer-logos .owl-nav .owl-prev,
  .banner_slider .customer-logos .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    color: #065b89;
    font-size: 20px;
    text-align: center;
    line-height: 31px;
    border-radius: 50px;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #e2e2e2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
  }
}
.banner_slider .customer-logos .owl-nav .owl-prev span,
.banner_slider .customer-logos .owl-nav .owl-next span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 40px;
  text-align: center;
  line-height: 33px;
  box-shadow: 0px 1px 10px white, 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.banner_slider .customer-logos .owl-nav .owl-prev:hover span,
.banner_slider .customer-logos .owl-nav .owl-next:hover span {
  box-shadow: inset 0px -2px 5px #f0f0f0, inset 0px 2px 5px rgba(0, 0, 0, 0.15);
  color: #05b59d;
}

.banner_slider .customer-logos .owl-nav .owl-prev {
  right: 10px;
}

@media only screen and (max-width: 959px) {
  .banner_slider .customer-logos .owl-nav .owl-prev {
    margin-right: 10px;
  }
}
.all_banner {
  margin: 50px auto !important;
  min-height: 400px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_us {
  padding: 100px 0;
}
.contact_us .google_map {
  margin-top: -51px;
}
.contact_us .contact-page-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact_us .contact-page-sec {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_us .box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
}
@media screen and (max-width: 992px) {
  .contact_us .box {
    grid-template-columns: 1fr;
  }
}
.contact_us .box .section-head h4 {
  font-size: 51px;
  line-height: 73px;
}
@media screen and (max-width: 1400px) {
  .contact_us .box .section-head h4 {
    font-size: 41px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_us .box .section-head h4 {
    font-size: 37px;
    line-height: 46px;
  }
}
.contact_us .box .heading-desc {
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  .contact_us .box .heading-desc {
    font-size: 20px;
  }
}
.contact_us .box .form_start {
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  padding: 50px;
  z-index: 1;
}
@media screen and (max-width: 400px) {
  .contact_us .box .form_start {
    padding: 20px;
  }
}
.contact_us .box .form_start form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .contact_us .box .form_start form {
    grid-template-columns: 1fr;
  }
}
.contact_us .box .form_start form .name, .contact_us .box .form_start form .company, .contact_us .box .form_start form .email, .contact_us .box .form_start form .tele {
  margin-bottom: 20px;
}
.contact_us .box .form_start form .name label, .contact_us .box .form_start form .company label, .contact_us .box .form_start form .email label, .contact_us .box .form_start form .tele label {
  font-size: 14px;
  opacity: 0.9;
}
.contact_us .box .form_start form .name input, .contact_us .box .form_start form .company input, .contact_us .box .form_start form .email input, .contact_us .box .form_start form .tele input {
  outline: none;
  width: 95%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  .contact_us .box .form_start form .name input, .contact_us .box .form_start form .company input, .contact_us .box .form_start form .email input, .contact_us .box .form_start form .tele input {
    width: 100%;
  }
}
.contact_us .box .form_start form .message {
  grid-column: 1/3;
}
@media screen and (max-width: 600px) {
  .contact_us .box .form_start form .message {
    grid-column: 1;
  }
}
.contact_us .box .form_start form .message label {
  font-size: 14px;
  opacity: 0.9;
}
.contact_us .box .form_start form .message #message {
  height: 90px;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
}
.contact_us .box .form_start form .submit {
  grid-column: 1/3;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .contact_us .box .form_start form .submit {
    grid-column: 1;
  }
}
.contact_us .box .form_start form .submit input[type=submit] {
  cursor: pointer;
  background: #088b93;
  padding: 10px 30px;
  outline: none;
  border: 2px solid #088b93;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s linear;
  font-weight: bold;
  color: #fff;
}
.contact_us .box .form_start form .submit input[type=submit]:hover, .contact_us .box .form_start form .submit input[type=submit]:focus {
  color: #088b93;
  background-color: transparent;
}
.contact_us section {
  padding: 60px 0;
}
.contact_us .contact-info {
  text-align: center;
  padding: 30px 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.contact_us .contact-info:hover {
  background: #088b93;
}
.contact_us .contact-info:hover .contact-info-icon i,
.contact_us .contact-info:hover .contact-info-text h2,
.contact_us .contact-info:hover .contact-info-text span {
  color: #fff;
}
.contact_us .contact-info-icon {
  margin-bottom: 15px;
}
.contact_us .contact-info-icon i {
  font-size: 48px;
  color: #088b93;
}
.contact_us .contact-info-text p {
  margin-bottom: 0px;
}
.contact_us .contact-info-text h2 {
  color: #088b93;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_us .contact-info-text span {
  color: #088b93;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}/*# sourceMappingURL=style.css.map */