@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@v1.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("animate.min.css");
@import url("gallery.css");
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #0ABAB5;
}
a i {
  transition: 0.3s all ease-in;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #0ABAB5;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

a,
a:hover {
  text-decoration: none;
}

a {
  transition: all 0.3s ease 0s;
}

.custum-input {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ffffff !important;
  padding-left: 0;
  color: #ffffff !important;
}
.custum-input:focus {
  background-color: transparent;
}

::-webkit-input-placeholder {
  color: #052573 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #0ABAB5;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem #052573;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #052573;
  border-color: transparent;
  opacity: 0.5;
}

.accordion-button {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 1.125rem;
}

.accordion-button:not(.collapsed) {
  color: #052573;
  background-color: #DBFFFE;
  box-shadow: none;
}

.btn-wrapper {
  height: auto;
}
.btn-wrapper .menu-toggle {
  min-height: 40px;
}
.btn-wrapper .menu-toggle .icon-bars {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before, .btn-wrapper .menu-toggle .icon-bars::after {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before {
  top: 0.5em;
}
.btn-wrapper .menu-toggle .icon-bars::after {
  top: -0.5em;
}
.btn-wrapper .menu-toggle:active .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.btn-wrapper .menu-toggle:active .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.btn-wrapper .menu-toggle:active .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

.menu--is-revealed .menu-toggle .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.menu--is-revealed .menu-toggle .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.menu--is-revealed .menu-toggle .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Barlow", sans-serif;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-big {
  font-size: 1.125rem;
}

.theme-bg-primary {
  background-color: #0ABAB5;
}

.theme-bg-secondary {
  background-color: #052573;
}

.theme-bg-accent-one {
  background-color: #000000;
}

.theme-bg-accent-two {
  background-color: #878A9B;
}

.theme-bg-accent-three {
  background-color: #DBFFFE;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #0ABAB5;
}

.theme-text-secondary {
  color: #052573;
}

.theme-text-accent-one {
  color: #000000;
}

.theme-text-accent-two {
  color: #878A9B;
}

.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.custom-btn-primary {
  background-color: #0ABAB5;
  color: #ffffff;
  min-width: 140px;
  min-height: 50px;
  border: 0;
  border-radius: 0rem;
}

.custom-btn-secondary {
  background-color: #052573;
  color: #ffffff;
  min-width: 140px;
  min-height: 50px;
  border: 0;
  border-radius: 0rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #878A9B;
  color: #0ABAB5;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #052573;
  border: 2px solid #0ABAB5;
}

.theme-border-radius {
  border-radius: 0rem;
}

.theme-border {
  border: 1px solid #0ABAB5;
}

.primary-btn-effect {
  position: relative;
  cursor: hand;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.primary-btn-effect:hover {
  color: #ffffff;
}
.primary-btn-effect:hover::before {
  opacity: 1;
  width: 116%;
}
.primary-btn-effect:hover::after {
  opacity: 1;
  width: 120%;
}
.primary-btn-effect::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #052573;
  position: absolute;
  transform: skewX(-20deg);
  opacity: 1;
  left: -8%;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary-btn-effect::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #0ABAB5;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(5, 37, 115, 0.5);
  cursor: pointer;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.5);
}

.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: block;
  text-align: center;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #052573;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

.product-quick-view {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.product-quick-view .view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.product-quick-view .view p,
.product-quick-view .view i {
  color: #ffffff;
}
.product-quick-view:hover {
  filter: grayscale(100%);
}
.product-quick-view:hover .view {
  opacity: 1;
  cursor: pointer;
}

.bottom .add-cart {
  cursor: pointer;
}
.bottom .add-cart .add {
  position: relative;
  display: inline-block;
}
.bottom .add-cart .add:hover {
  transform: translateY(-3px);
}

.hoverShine figure {
  position: relative;
}
.hoverShine figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hoverShine figure:hover:before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.para-highlight {
  position: relative;
  color: #000000;
  font-weight: 600;
}
.para-highlight::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #0ABAB5;
  margin-bottom: 5px;
  margin-right: 15px;
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 #0ABAB5;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.img-lt {
  filter: grayscale(100%);
  transition: 0.5s ease-in-out;
}
.img-lt:hover {
  filter: grayscale(0%);
}

.video-icon {
  border-radius: 50%;
  background-color: #ffffff;
  color: #052573;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
  z-index: 10;
  position: absolute;
  right: -5%;
}
.video-icon i {
  color: #0ABAB5;
  font-size: 1.5rem;
}
.video-icon i:hover {
  color: #052573;
}
@media screen and (max-width: 992px) {
  .video-icon {
    right: 43%;
    bottom: -10%;
  }
}
.video-icon:hover {
  color: #ffffff;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all linear 0.3s;
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/breadcrumb/breadcrumb-image.png);
  background-position: right bottom;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 215px 0 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(5, 37, 115, 0.8);
  left: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: #0ABAB5;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "\f138";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -25px;
  top: 2px;
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #0ABAB5;
}

.img-contact {
  background-image: url(../images/breadcrumb/breadcrumb-image-contact.jpg);
}

.privacy-list li {
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #878A9B;
  position: relative;
}
.privacy-list li:before {
  content: "\f134";
  font-family: "bootstrap-icons";
  display: inline-block;
  color: #878A9B;
  position: absolute;
  left: 0;
}

.story-pic {
  position: relative;
}
.story-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #DBFFFE;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .story-pic::before {
    left: 0px;
  }
}

.about-area {
  position: relative;
  z-index: 1;
}
.about-area .skills .skill-item {
  margin-bottom: 25px;
}
.about-area .skills .skill-item:last-child {
  margin-bottom: 40px;
}
.about-area .skills .skill-item .text {
  position: relative;
  z-index: 4;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-area .skills .skill-item .text em {
  float: right;
  font-size: 15px;
  font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
  position: relative;
  height: 5px;
  border-radius: 0rem;
  background: #DBFFFE;
  overflow: hidden;
}
.about-area .skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #0ABAB5;
  transition: all 1.5s;
}

.features {
  position: relative;
  height: 550px;
}
.features::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 255, 254, 0.5);
  background-image: url(../images/section/counter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
  position: relative;
}
.our-team .team-card:hover .team-con {
  visibility: visible;
}
.our-team .team-card .team-con {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  border-radius: 0rem;
}
.our-team .team-card .team-con p {
  color: #ffffff;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #DBFFFE;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #0ABAB5;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: rgba(10, 186, 181, 0.5);
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

.pagination li a.page-link {
  border-radius: 0rem;
  color: #0ABAB5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.875rem;
  width: 3rem;
  height: 3rem;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #0ABAB5;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0rem;
}
.pagination li .page-link.active {
  background-color: #0ABAB5;
  color: #ffffff;
}

.portfolio-box {
  min-height: 60vh;
}
.portfolio-box #filters {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-box #filters li {
  margin: 10px 5px;
  display: inline-block;
}
.portfolio-box #filters li span {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #052573;
  background: #DBFFFE;
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 0rem;
  transition: 0.3s all;
}
.portfolio-box #filters li span:hover {
  background: #0ABAB5;
  color: #ffffff;
}
.portfolio-box #filters li span.active {
  background: #0ABAB5;
  color: #ffffff;
}
.portfolio-box #portfoliolist .portfolio {
  box-sizing: border-box;
  margin: 0px 0px 0 0;
  display: none;
  overflow: hidden;
}
.portfolio-box #portfoliolist .portfolio .portfolio-wrapper figure {
  min-height: auto;
  height: auto;
}

.effect {
  position: relative;
  overflow: hidden;
  border-radius: 0rem;
}
.effect img {
  width: 100%;
}
.effect:hover .portfolio-contnet {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.effect:hover .portfolio-contnet:before {
  top: 0;
}
.effect .portfolio-contnet {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}
.effect .portfolio-contnet:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 186, 181, 0.8);
  z-index: -1;
}
.effect .portfolio-contnet .contnet-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.effect .portfolio-contnet .contnet-inner p {
  color: #ffffff;
}
.effect .portfolio-contnet .contnet-inner a {
  font-size: 16px;
  color: #0ABAB5;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 0rem;
}
.effect .portfolio-contnet .contnet-inner a i {
  display: block;
  font-size: 28px;
  color: #052573;
}
.effect .portfolio-contnet .contnet-inner a i:hover {
  color: #0ABAB5;
}

.portfolio-details-single-img {
  margin-bottom: 30px;
  border-radius: 0rem;
  overflow: hidden;
}
.portfolio-details-single-img img {
  width: 100%;
}

.product-gallery .slider-for img {
  width: 100%;
  height: auto;
}
.product-gallery .gallery-thumb {
  margin-top: 1rem;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: auto;
  padding: 2%;
}

.single-partner {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.service-single-img {
  border-radius: 0rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-single-img img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.features-text li {
  padding-left: 35px;
  position: relative;
  color: #878A9B;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 0.875rem;
}
.features-text li:before {
  position: absolute;
  content: "\f270";
  font-family: "bootstrap-icons";
  color: #0ABAB5;
  left: 0;
  top: 0;
}
.features-text li:last-child {
  margin-bottom: 0;
}

.how-it-work .work-process {
  position: relative;
}
.how-it-work .work-process .work-process-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.how-it-work .work-process .work-process-icon i {
  display: inline-block;
  font-size: 50px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: #052573;
  text-align: center;
  color: #ffffff;
}
.how-it-work .work-process .process-number {
  z-index: 1;
  position: absolute;
  right: 115px;
  top: -16px;
}
.how-it-work .work-process .process-number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #DBFFFE;
  color: #052573;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0rem;
  position: relative;
  z-index: 1;
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../images/section/coming-page-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.coming-soon-area::before {
  content: "";
  z-index: -1;
  background: rgba(5, 37, 115, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.coming-soon-area .social a,
.coming-soon-area .social .botom-link {
  color: #ffffff;
}
.coming-soon-area .social a:hover,
.coming-soon-area .social .botom-link:hover {
  color: #0ABAB5;
}

#timer {
  font-size: 2.5em;
  font-weight: 600;
  color: #0ABAB5;
  display: flex;
  justify-content: center;
}
#timer div {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  border-right: 1px solid #878A9B;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  #timer div {
    min-width: 60px;
  }
}
#timer div:last-child {
  border-right: none;
}
#timer div span {
  color: #ffffff;
  display: block;
  font-size: 0.35em;
  font-weight: 500;
}

.maintenance-area {
  position: relative;
}
.maintenance-area .bg-maintenance {
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url(../images/section/maintenance-page-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #0ABAB5;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(10, 186, 181, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: justify;
  color: #878A9B;
}

.blog-post-social {
  border-top: 2px solid #DBFFFE;
  border-bottom: 2px solid #DBFFFE;
  padding: 25px 0px;
  margin-bottom: 55px;
}

.post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.post-tag-list li {
  font-weight: bold;
  color: #052573;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #878A9B;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #052573;
}

.blog-icon-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-icon-list li {
  margin-left: 1rem;
}
.blog-icon-list li:first-child {
  font-weight: bold;
  color: #052573;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #052573;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 0rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
.comment-box .comment-head {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.comment-box .user-comment-card {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.comment-box .user-comment-card li {
  position: inherit;
}
.comment-box .user-comment-card .userPic {
  position: relative;
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
  color: #878A9B;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #878A9B;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.search-form {
  border: 1px solid #DBFFFE;
  border-radius: 0rem;
}
.search-form input {
  font-size: 0.875rem !important;
}
.search-form button {
  min-width: auto !important;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #052573;
  font-weight: bold;
  border-bottom: 1px solid #DBFFFE;
  padding-bottom: 1rem;
}
.blog-list-head:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0ABAB5;
}

.post-thumb img {
  width: 100px;
  height: auto;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #052573;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
  font-weight: 600;
}
.widget-categories li a:hover {
  background: rgba(10, 186, 181, 0.04);
  color: #0ABAB5;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #052573;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
  border-radius: 0rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #878A9B;
  border-radius: 0rem;
  background: #DBFFFE;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #052573;
  color: #ffffff;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 99999;
  overflow: visible;
}
.page-loader .spinner {
  position: relative;
  top: 35%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  background-color: #0ABAB5;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.info-top {
  background-color: #052573;
}
.info-top .btn {
  color: #878A9B;
  text-decoration: none;
}
.info-top .btn i {
  color: #ffffff;
}
.info-top .social a,
.info-top .social .botom-link {
  color: #ffffff;
}
.info-top .social a:hover,
.info-top .social .botom-link:hover {
  color: #0ABAB5;
}

header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
header .header {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
  }
}
header .navbar-nav .active {
  position: relative;
}
header .navbar-nav .active a {
  color: #0ABAB5 !important;
}
header .navbar-nav .active .dropdown-item {
  color: #ffffff !important;
  background-color: #052573;
}
header .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 1.2rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  header .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 0rem;
    border-bottom: 1px solid #DBFFFE;
  }
}
header .navbar-nav .nav-item .active:after {
  content: "";
  width: 1.25rem;
  height: 6px;
  background: #0ABAB5;
  position: absolute;
  bottom: 0;
  display: block;
  left: 10%;
  border-radius: 3rem;
}
header .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 0.4rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #0ABAB5;
  color: #ffffff;
}

.trans-header {
  position: relative;
}
.trans-header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .trans-header {
    background-color: #ffffff;
  }
  .trans-header .navbar-nav .nav-item .nav-link {
    color: #000000;
  }
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.smooth .trans-header {
  background-color: #ffffff;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
.smooth .trans-header .navbar-nav .nav-item .nav-link {
  color: #052573;
}

.nav-effect {
  position: relative;
}
.nav-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 33%;
  width: 1.25rem;
  height: 6px;
  background: #0ABAB5;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: 3rem;
}
@media screen and (max-width: 992px) {
  .nav-effect::before {
    left: 0%;
  }
}
.nav-effect:hover:before {
  transform-origin: center center;
  transform: scale(1, 1);
}

.hero {
  position: relative;
}
.hero .carouselhero:hover .slick-nav {
  opacity: 1;
  visibility: visible;
}
.hero .slider-item {
  height: auto;
  position: relative;
}
.hero .slide-wrapper {
  min-height: 560px;
  height: 95vh;
  position: relative;
  background: rgba(5, 37, 115, 0.9);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hero .slide-wrapper {
    height: 75vh;
  }
}
.hero .slider-item {
  height: auto;
  position: relative;
}
.hero .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .slider-item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
}
.hero .slider-item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.hero .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
  display: block;
}
.hero .slider-item.slick-active .slide-bg {
  transform: scale(1.12);
}
.hero .slick-dots {
  bottom: 0;
}
.hero .slick-dots li button:before {
  font-size: 1rem;
}
.hero .slick-dots li.slick-active button:before {
  color: #0ABAB5;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero .video-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15rem 0;
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.about-company .about-pic {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.about-company .about-pic .experience-box {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #052573;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-company .about-pic .experience-box p {
  color: #ffffff;
}
.about-company .about-pic .video-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #DBFFFE;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-company .about-pic .video-box p {
  color: #0ABAB5;
}
.about-company .about-list {
  padding: 1rem 0;
}
.about-company .about-list li {
  font-size: 0.875rem;
  line-height: 2rem;
}
.about-company .about-list li i {
  color: #0ABAB5;
  margin-right: 0.8rem;
}
.about-company .call {
  width: 2rem;
  height: 2rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-company .call:hover {
  background-color: #052573;
  animation: pulseBig2 infinite 4s linear;
}

.core-services {
  background-color: #DBFFFE;
}
.core-services .icon-wrap {
  width: 5rem;
  height: 5rem;
  background-color: #0ABAB5;
  border-radius: 50%;
  display: inline-block;
  line-height: 5rem;
}

.feature-list {
  list-style: none;
}
.feature-list li {
  color: #878A9B;
  line-height: 2.5rem;
}
.feature-list li i {
  color: #052573;
}

.cardeffect {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-in-out;
  text-align: center;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cardeffect:hover svg path {
  fill: #052573;
  transition: all ease-in-out 0.3s;
}

.gallery-sec .gallery-card {
  position: relative;
  width: 100%;
}
.gallery-sec .gallery-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  min-height: 550px;
}
.gallery-sec .gallery-card figure img {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
}

.price-sec {
  padding: 4rem 0;
}
.price-sec .price-box {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in;
}
.price-sec .price-box:hover .price {
  color: #0ABAB5;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.price-sec .price-box .list ul li {
  line-height: 2rem;
  color: #878A9B;
}
.price-sec .price-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background-color: #0ABAB5;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.price-sec .price-box .tag:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-right: 20px solid #ffffff;
  border-bottom: 15px solid #0ABAB5;
  border-top: 15px solid #0ABAB5;
}

.free-consult {
  background-color: rgba(10, 186, 181, 0.1);
  background-image: url(../images/section/consult-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-position: center center;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 6rem 0;
}
.free-consult::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}

.testimonials {
  position: relative;
  background-color: #DBFFFE;
  background: url(../images/section/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonials::before {
  content: "";
  background: rgba(219, 255, 254, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0 10px 10px 0;
}
.testimonials .client-con {
  text-align: justify;
  background-color: #ffffff;
}
.testimonials .client-con .qotes-img {
  width: auto;
  height: auto;
  display: inline-block;
}
.testimonials .client-con .review-client {
  width: 6rem;
  height: 6rem;
  display: flex;
  margin: auto;
  margin-top: -20px;
}
.testimonials .carouselTestimonials .slider-item {
  padding: 2rem;
}
.testimonials .carouselTestimonials .slick-prev,
.testimonials .carouselTestimonials .slick-next {
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  background-color: #0ABAB5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 10;
  transition: 0.3s all ease-in;
}
.testimonials .carouselTestimonials .slick-prev::before,
.testimonials .carouselTestimonials .slick-next::before {
  font-size: 0rem;
  opacity: 0;
}
.testimonials .carouselTestimonials .slick-prev {
  left: 0;
  background-image: url(../images/icons/arrow-prev.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-prev {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-next {
  right: 0;
  background-image: url(../images/icons/arrow-next.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-next {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-prev:hover,
.testimonials .carouselTestimonials .slick-next:hover {
  background-color: #052573;
}

.news .news-card {
  background-color: #ffffff;
}
.news .news-card a {
  color: #052573;
}
.news .news-card a:hover {
  color: #0ABAB5;
}

.contact-sec {
  background-color: #DBFFFE;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.contact-sec .contact-form {
  position: relative;
}
.contact-sec .contact-form:before {
  content: "";
  display: block;
  background-image: url(../images/section/technical-support.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -300px;
  top: 20px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact-sec .contact-form:before {
    left: 0;
  }
}
.contact-sec .support-list {
  counter-reset: section;
}
.contact-sec .support-list li {
  padding: 0 0 1rem 0;
}
.contact-sec .support-list li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  padding: 10px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  line-height: 0.5rem;
  border: 1px solid #0ABAB5;
  border-radius: 50%;
  color: #0ABAB5;
  display: inline-block;
}

.partner {
  position: relative;
}

.subscribe .video-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 205px;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe .video-bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer {
  background-color: #052573;
}
.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer p {
  line-height: 2.2rem;
}
.footer .footer-link li {
  line-height: 2.5rem;
}
.footer .footer-link li a {
  color: #878A9B;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer .footer-link li a:hover {
  color: #0ABAB5;
}
.footer .footer-icon {
  background-color: #0ABAB5;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  border-radius: 0rem;
  line-height: 5rem;
  text-align: center;
  transition-duration: 0.3s;
}
.footer .footer-icon:hover {
  transform: translateY(-5px);
}
.footer .footer-icon:hover i {
  color: #052573;
}
.footer .footer-icon i {
  font-size: 2.5rem;
  color: #ffffff;
}
.footer .content-box {
  text-align: center;
  margin-top: 2rem;
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #0ABAB5;
}

.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #0ABAB5;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  bottom: -5rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: #0abab5;
  display: block;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transform: rotate(90deg);
  z-index: 10;
  animation: pulseBig infinite 4s linear;
}
.scrollup i {
  font-size: 2.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #0ABAB5;
}
.scrollup:hover {
  background-color: #052573;
  animation: pulseBig2 infinite 4s linear;
}
.scrollup.back-top {
  bottom: 20px;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateX(-20%);
  }
  50% {
    opacity: 0;
    transform: translateX(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */