@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.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");
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

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

ul {
  list-style-type: none;
}

a {
  color: #6491DE;
  font-weight: 700;
}
a i {
  transition: 0.3s all ease-in;
}

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

: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: #ffffff !important;
}

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

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

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

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

.accordion-button:not(.collapsed) {
  color: #002c63;
  background-color: #6491DE;
  box-shadow: none;
}

.custum-input2 {
  border-radius: 0;
  border: 0;
  color: #000000;
}
.custum-input2:focus {
  background-color: transparent;
}
.custum-input2::-webkit-input-placeholder {
  color: #000000 !important;
}

.btn-wrapper {
  height: auto;
}
.btn-wrapper .menu-toggle {
  min-height: 40px;
  border-radius: 0.5rem;
}
.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;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.eot");
  src: url("../fonts/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("truetype"), url("../fonts/Jost-Bold.svg#Jost-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Jost", 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: #073d7f;
}

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

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

.theme-bg-accent-two {
  background-color: #6491DE;
}

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

.theme-bg-accent-six {
  background-color: #ffff00;
}

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

.theme-bg-tran {
  background-color: rgba(0, 0, 0, 0) !important;
}

.theme-bg-gredient {
  background: #18A3B7;
  background: linear-gradient(70deg, rgb(20, 48, 93) 0%, rgb(22, 110, 141) 46%, rgb(20, 48, 93) 100%);
}

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

.theme-text-primary {
  color: #073d7f;
}

.theme-text-secondary {
  color: #002c63;
}

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

.theme-text-accent-two {
  color: #6491DE;
}

.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: #073d7f;
  color: #ffffff;
  min-width: 160px;
  min-height: 44px;
  border: 0;
  border-radius: 0.5rem;
}

.custom-btn-secondary {
  background-color: #002c63;
  color: #ffffff;
  min-width: 160px;
  min-height: 44px;
  border: 0;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #6491DE;
  color: #073d7f;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #002c63;
  border: 2px solid #073d7f;
}

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

.theme-border {
  border: 1px solid #073d7f;
}

.primary-btn-effect {
  position: relative;
  cursor: pointer;
  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:focus, .primary-btn-effect:active {
  color: #ffffff !important;
}
.primary-btn-effect::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #002c63;
  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: #073d7f;
  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(0, 44, 99, 0.5);
  cursor: pointer;
}

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

.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 #002c63;
}
.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: 10px;
  height: 10px;
  background-color: #6491DE;
  border-radius: 50rem;
  margin-bottom: 2px;
  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 #073d7f;
  }
  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: #002c63;
  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;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-icon span {
  color: #073d7f;
  font-size: 1.5rem;
}
.video-icon span:hover {
  color: #002c63;
}
@media screen and (max-width: 992px) {
  .video-icon {
    right: 43%;
    bottom: -10%;
  }
}

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

.max {
  max-width: 650px;
  margin: auto;
}

.min-w-auto {
  min-width: auto !important;
}

.text-justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.flipbox-effect {
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  z-index: 1;
}
.flipbox-effect .front-card {
  border-radius: 0.5rem;
  background: #073d7f;
}
.flipbox-effect .front-card,
.flipbox-effect .back-card {
  min-height: 250px;
  height: auto;
  backface-visibility: hidden;
  transform: rotateX(0);
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
  position: relative;
}
.flipbox-effect .back-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  transform: rotateX(180deg);
  transform-style: preserve-3d;
  background-size: cover;
  border-radius: 0.5rem;
  overflow: hidden;
}
.flipbox-effect .back-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0.55;
}
.flipbox-effect:hover .front-card {
  transform: rotateX(-180deg);
}
.flipbox-effect:hover .back-card {
  transform: rotateX(0deg);
}

.about-list {
  padding: 1rem 0;
  text-align: left;
}
.about-list li {
  line-height: 2rem;
  list-style: none;
  margin: 8px 0;
}
.about-list li:before {
  content: "✓";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 14px;
  color: #073d7f;
  border: 2px solid #073d7f;
  border-radius: 50%;
  text-align: center;
}
.about-list li i {
  color: #073d7f;
  margin-right: 0.8rem;
}

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

.form-check-input {
  border: 2px solid #073d7f;
}
.form-check-input:checked {
  background-color: #073d7f;
  border-color: #073d7f;
}

.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: 10px;
  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: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 10px);
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
@media screen and (max-width: 992px) {
  .slick-nav {
    top: 33%;
  }
}
.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: #ffffff;
  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: 64px;
  height: 64px;
  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.jpg);
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 215px 0 143px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 100%;
  background: rgba(7, 61, 127, 0.48);
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(10% 0, 100% 0, 100% 6%, 28% 100%, 0 70%, 0 14%);
}
.breadcrumb-area::after {
  content: "";
  position: absolute;
  height: 95%;
  width: 100%;
  background: rgba(100, 145, 222, 0.8);
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(4% 0, 100% 0, 100% 6%, 28% 88%, 0 70%, 0 14%);
}
.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: #073d7f;
  display: inline-block;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "➜";
  position: absolute;
  right: -25px;
  top: 0px;
}
.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: #073d7f;
}

.breadcrumb-type2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 3rem 0;
}
.breadcrumb-type2 .list {
  text-align: center;
}
.breadcrumb-type2 .list li {
  display: inline-block;
  color: #808080;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
}
.breadcrumb-type2 .list li:first-child {
  padding-left: 0px;
}
.breadcrumb-type2 .list li:first-child::before {
  display: none;
}
.breadcrumb-type2 .list li a {
  color: #6491DE;
  display: inline-block;
}
.breadcrumb-type2 .list li a::before {
  content: "\f56a";
  position: absolute;
  right: -20px;
  top: -5px;
  font-family: bootstrap-icons !important;
  font-size: 2rem;
  line-height: initial;
  color: #002c63;
}
.breadcrumb-type2 .list li a:hover {
  color: #073d7f;
}

.about-founder {
  padding-top: 10rem;
}
.about-founder .about-pic {
  position: relative;
}
.about-founder .about-pic figure img {
  border-radius: 0 0.5rem 0.5rem 0;
}
.about-founder .about-pic::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 110%;
  top: -30px;
  left: -50px;
  background-color: #073d7f;
  z-index: -1;
  border-radius: 0.5rem;
  transition: all ease-in-out 0.3s;
  border-radius: 0.5rem 0 0 0.5rem;
}
.about-founder .about-pic::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: -60px;
  right: -60px;
}
@media screen and (max-width: 575px) {
  .about-founder .about-pic::after {
    right: 0px;
  }
}

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

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

.about-area {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3rem 0;
}
.about-area figure img {
  border-radius: 0.5rem 0 0 0.5rem;
}
.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: 0.5rem;
  background: #808080;
  overflow: hidden;
}
.about-area .skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #073d7f;
  transition: all 1.5s;
}

.features {
  position: relative;
  min-height: 550px;
}
.features::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 99, 0.95);
  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;
  border-radius: 0.5rem;
  overflow: hidden;
}
.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: 0.5rem;
}
.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: #ffff00;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #073d7f;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: rgba(7, 61, 127, 0.5);
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}
.our-team .pro-box {
  min-height: 85px;
  border-radius: 0.5rem;
}

.pagination li a.page-link {
  border-radius: 0.5rem;
  color: #073d7f;
  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: #073d7f;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li .page-link.active {
  background-color: #073d7f;
  color: #ffffff;
}

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

.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 .img-wrap {
  display: inline-block;
  border-radius: 0.5rem;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: #6491de;
  text-align: center;
}
.how-it-work .work-process .process-number {
  margin-bottom: 1rem;
  z-index: 1;
  position: absolute;
  right: 50%;
  top: -16px;
}
.how-it-work .work-process .process-number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #eff1f4;
  color: #000000;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.cta-wrap {
  position: relative;
  min-height: 400px;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0rem 2rem 0 2rem;
  text-align: start;
  background: linear-gradient(325deg, rgb(0, 0, 0) 0%, rgb(0, 44, 99) 35%, rgb(7, 61, 127) 66%, rgb(0, 0, 0) 100%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 992px) {
  .cta-wrap {
    min-height: 460px;
  }
}
.cta-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/section/ca-back.svg);
  width: 252px;
  height: 308px;
}
.cta-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/section/virtual-ca.png) no-repeat;
  width: 361px;
  height: 325px;
}
@media screen and (max-width: 992px) {
  .cta-wrap:after {
    width: 50%;
    height: 50%;
  }
}
.cta-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cta-wrap ul li {
  line-height: 20px;
  color: #000000;
  position: relative;
  padding-bottom: 16px;
}
.cta-wrap ul li:before {
  content: "✓";
  display: inline-block;
  position: relative;
  top: 0px;
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  padding: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 14px;
  color: #073d7f;
  border: 2px solid #073d7f;
  border-radius: 50%;
  text-align: center;
}

.bullot-list {
  padding: 1rem 0;
  text-align: left;
}
.bullot-list li {
  line-height: 2rem;
  list-style: none;
  margin: 16px 0;
}
.bullot-list li:before {
  content: "✓";
  display: inline-block;
  position: relative;
  top: 0px;
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  padding: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 14px;
  color: #073d7f;
  border: 2px solid #073d7f;
  border-radius: 50%;
  text-align: center;
}
.bullot-list li i {
  color: #073d7f;
  margin-right: 0.8rem;
}

.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(0, 44, 99, 0.48);
  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: #073d7f;
}
.coming-soon-area ::-webkit-input-placeholder {
  color: #073d7f !important;
}

#timer {
  font-size: 2.5em;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#timer div {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  border-right: 1px solid #000000;
  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: 1rem;
  font-weight: 700;
}

.login-app {
  list-style: none;
  display: flex;
  justify-content: center;
}
.login-app li {
  padding: 1rem 0.5rem;
}
.login-app li a {
  display: inline-block;
  background: url(../images/icons/app-icon.png) no-repeat;
  width: 60px;
  height: 60px;
}
.login-app li .fb {
  background-position: 0 0;
}
.login-app li .go {
  background-position: 0 -72px;
}
.login-app li .in {
  background-position: 0 -148px;
}

.team-details {
  padding: 6rem 0 1rem 0;
}
.team-details .details-text {
  position: relative;
}
.team-details .details-text p {
  line-height: 30px;
}
.team-details .details-title {
  margin-bottom: 20px;
}
.team-details .details-title .title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.team-details .details-title span {
  display: block;
}
.team-details .details-rating {
  text-align: left;
}
.team-details .details-rating .rating i {
  font-size: 1.5rem;
  display: inline-block;
  color: #002c63;
}
.team-details .details-rating span {
  display: block;
  font-size: 1.2rem;
}
.team-details .details-widget {
  margin: 1rem 0;
}
.team-details .details-widget ul {
  margin-bottom: 20px;
}
.team-details .details-widget li {
  list-style: none;
  line-height: 2.5rem;
  position: relative;
  padding-left: 18px;
}
.team-details .details-widget li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  height: 6px;
  width: 6px;
  background: #073d7f;
  border-radius: 0.5rem;
}
.team-details .details-widget li span {
  width: 115px;
  display: inline-block;
  font-weight: 700;
}

.info-top {
  background-color: #002c63;
}
.info-top a {
  color: #ffffff;
  padding: 8px 12px;
}
.info-top a:hover {
  color: #073d7f;
}
.info-top .social a,
.info-top .social .botom-link {
  color: #ffffff;
}
.info-top .social a:hover,
.info-top .social .botom-link:hover {
  color: #073d7f;
}

header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
header .header {
  background-color: #ffffff;
}
header .navbar-brand img {
  width: 200px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    height: 80vh;
    margin: 20px 0;
    overflow-y: auto;
  }
}
header .navbar-nav .nav-item.active {
  position: relative;
}
header .navbar-nav .nav-item.active a {
  color: #073d7f;
}
header .navbar-nav .nav-item.active .dropdown-menu ul li.active a.dropdown-item {
  color: #073d7f;
}
header .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 1.65rem 1rem;
  font-weight: 600;
  cursor: pointer;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #073d7f;
}
@media screen and (max-width: 1200px) {
  header .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 0.4rem;
  }
}
@media screen and (max-width: 992px) {
  header .navbar-nav .nav-item .nav-link {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #808080;
  }
}
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);
  width: auto;
  min-width: 490px;
}
@media screen and (max-width: 992px) {
  header .navbar-nav .nav-item .dropdown-menu {
    min-width: auto;
  }
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0.75rem 0rem 0.75rem 1.5rem;
  }
}
header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #073d7f;
  color: #ffffff;
}
header .navbar-nav .nav-item .dropdown-menu .active a {
  background-color: #073d7f;
  color: #ffffff;
}

.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: #002c63;
}

.nav-effect {
  position: relative;
}
.nav-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #073d7f;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
@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;
}
@media screen and (max-width: 992px) {
  .hero {
    margin-top: 0;
    padding-top: 65px;
  }
}
.hero .carouselhero:hover .slick-nav {
  opacity: 1;
  visibility: visible;
}
.hero .slider-item {
  height: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero .slider-item {
    height: 550px;
  }
}
.hero .slide-wrapper {
  min-height: 560px;
  height: 95vh;
  position: relative;
  background: rgba(0, 44, 99, 0.9);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hero .slide-wrapper {
    height: 55vh;
    min-height: 430px;
  }
}
.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.25);
  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;
}
@media screen and (max-width: 992px) {
  .hero .slide-bg {
    background-position: center right;
  }
}
.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: #073d7f;
}
.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;
}

.hero-type-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-type-two .cover {
  position: relative;
  padding: 200px 0;
  padding-top: 240px;
}
@media screen and (max-width: 992px) {
  .hero-type-two .cover {
    text-align: center;
    padding-bottom: 0;
    padding-top: 70px;
  }
}
.hero-type-two .cover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 350px;
  width: 350px;
  background: #6491DE;
  z-index: -1;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.6;
}
.hero-type-two .thumb {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .hero-type-two .thumb {
    position: inherit;
    height: auto;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
}
.hero-type-two .thumb::before {
  position: absolute;
  left: 50%;
  bottom: 3%;
  content: "";
  transform: translateX(-50%);
  height: 600px;
  width: 600px;
  background: #6491DE;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
}
@media screen and (max-width: 575px) {
  .hero-type-two .thumb::before {
    display: none;
  }
}
.hero-type-two .thumb::after {
  position: absolute;
  left: 50%;
  bottom: 10%;
  content: "";
  transform: translateX(-50%);
  height: 480px;
  width: 480px;
  background: #002c63;
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .hero-type-two .thumb::after {
    display: none;
  }
}
.hero-type-two .thumb img {
  height: 90%;
  margin-top: 100px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-type-two .thumb img {
    height: 74%;
  }
}
@media screen and (max-width: 992px) {
  .hero-type-two .thumb img {
    margin-top: 10px;
    width: 80%;
    margin: auto;
  }
}
.hero-type-two .thumb img:nth-child(2) {
  height: auto;
  position: absolute;
  right: -5%;
  top: 10%;
  max-width: 150px;
}
@media screen and (max-width: 992px) {
  .hero-type-two .thumb img:nth-child(2) {
    display: none;
  }
}
.hero-type-two .thumb .card-rating {
  position: absolute;
  left: -100px;
  bottom: 24%;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media screen and (max-width: 992px) {
  .hero-type-two .thumb .card-rating {
    left: 0px;
    bottom: 2%;
  }
}
.hero-type-two .thumb .card-rating h2 {
  margin: 0;
  color: #073d7f;
  font-size: 2rem;
  font-weight: 700;
}
.hero-type-two .thumb .card-rating h4 {
  margin: 0;
  font-size: 20px;
  margin-top: 3px;
}

.highlights-sec {
  margin-top: -10%;
  position: relative;
}

.about-company .para-highlight {
  color: #002c63;
}
.about-company .about-pic {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.about-company .about-pic img {
  border-radius: 0.5rem;
}
.about-company .about-pic .experience-box {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: #002c63;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.about-company .about-pic .experience-box p {
  color: #ffffff;
}
.about-company .about-pic .video-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #6491DE;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.about-company .about-pic .video-box p {
  color: #073d7f;
}
.about-company .call {
  width: 2rem;
  height: 2rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 0.5rem;
}
.about-company .call:hover {
  background-color: #002c63;
  animation: pulseBig2 infinite 4s linear;
}

.core-services {
  background-color: #ffffff;
}
.core-services .icon-wrap {
  display: inline-block;
  line-height: 5rem;
}
.core-services .comp-height {
  min-height: 395px;
}
.core-services .numbering-box {
  background-color: #eff1f4;
  padding: 2rem;
  text-align: center;
  min-height: auto;
  border-radius: 0.5rem;
}
.core-services .numbering-box h3 {
  min-height: auto;
}
.core-services .numbering-box .service-step {
  background-color: #ffffff;
  padding: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 3px solid #073d7f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #073d7f;
  transition: all 0.3s ease 0s;
}
.core-services .numbering-box:hover {
  background-color: #eff1f4;
}
.core-services .numbering-box:hover .service-step {
  background-color: #002c63;
  border-color: #002c63;
  color: #ffffff;
}

.type-2 .nav-pills {
  justify-content: center;
}
.type-2 .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #000000;
  margin-left: 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
}
.type-2 .nav-pills .nav-item .nav-link.active {
  background-color: #002c63;
  color: #ffffff;
}
.type-2 .cardeffect {
  display: flex;
  min-height: auto;
  align-items: center;
  text-align: start;
  margin-bottom: 1rem;
  min-height: 190px;
}

.cardeffect {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-in-out;
  text-align: center;
  min-height: 415px;
  border: 2px solid #002c63;
  background: #eff1f4;
  overflow: hidden;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-color: #073d7f;
}
.cardeffect:hover svg path {
  fill: #002c63;
  transition: all ease-in-out 0.3s;
}

.price-sec {
  padding: 5rem 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;
  border-radius: 0.5rem;
}
.price-sec .price-box:hover .price {
  color: #073d7f;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.price-sec .price-box .list {
  text-align: left;
}
.price-sec .price-box .list ul li {
  line-height: 2rem;
  color: #808080;
  font-weight: 50;
}
@media screen and (max-width: 1200px) {
  .price-sec .price-box .list ul li {
    line-height: 1.5rem;
  }
}
.price-sec .price-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background-color: #073d7f;
  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 #073d7f;
  border-top: 15px solid #073d7f;
}

.free-consult {
  background-color: rgba(7, 61, 127, 0.1);
  background-image: url(../images/section/consult-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-position: center center;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 6rem 0;
}
.free-consult::before {
  content: "";
  background: linear-gradient(325deg, rgb(0, 0, 0) 0%, rgb(0, 44, 99) 35%, rgb(7, 61, 127) 66%, rgb(0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0;
  opacity: 0.75;
}
.free-consult button {
  min-width: 200px;
}

.why-us {
  padding: 5rem 0 0rem 0;
}
.why-us .max {
  max-width: 650px;
  margin: auto;
}
.why-us .highlight-box {
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.why-us li {
  min-height: 130px;
}
.why-us li P {
  text-align: justify;
}
.why-us .dubai-box {
  min-height: 100px;
}

.testimonials {
  position: relative;
  background-color: #808080;
  background: url(../images/section/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonials::before {
  content: "";
  background: rgba(128, 128, 128, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonials .client-con {
  text-align: justify;
  background-color: #ffffff;
  min-height: auto;
  position: relative;
  border-radius: 0.5rem;
}
.testimonials .client-con .qotes-img {
  width: 50px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 10px;
}
.testimonials .client-con .review-client {
  width: 4rem;
  height: 4rem;
  display: flex;
}
.testimonials .carouselTestimonials .slider-item {
  padding: 2rem;
}
.testimonials .carouselTestimonials .slick-dots {
  bottom: 5px;
}
.testimonials .carouselTestimonials .slick-dots li button:before {
  font-size: 12px;
}
.testimonials .carouselTestimonials .slick-prev,
.testimonials .carouselTestimonials .slick-next {
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  background-color: #073d7f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 10;
  transition: 0.3s all ease-in;
  border-radius: 50rem;
}
.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: #002c63;
}

.contact-sec {
  background-color: #000000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-sec .para-highlight {
  color: #ffffff;
}
.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: -400px;
  top: 0px;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .contact-sec .contact-form:before {
    right: 300px;
    left: unset;
  }
}
@media screen and (max-width: 992px) {
  .contact-sec .contact-form:before {
    display: none;
  }
}
.contact-sec .support-list {
  counter-reset: section;
}
.contact-sec .support-list li {
  padding: 0 0 1rem 0;
}
.contact-sec .support-list li a {
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact-sec .support-list li a i,
.contact-sec .support-list li a span {
  border-radius: 0.5rem;
  padding: 0.2rem;
  border: 2px solid #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.contact-sec .support-list li a:hover {
  color: #008CFF;
}
.contact-sec .support-list li a:hover span {
  border-color: #008CFF;
}
.contact-sec .sent-notification .alert-success {
  background: transparent;
  padding: 0 2rem;
  color: #ffffff;
  border: none;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.contact-sec .sent-notification .alert-success .btn-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 0;
}

.map iframe {
  width: 100%;
  height: 300px;
}

.home-sec .contact-form {
  position: relative;
}
.home-sec .contact-form:before {
  content: "";
  background: none;
}

.recog .box-wrap {
  padding: 1.2rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.recog .box-wrap h3,
.recog .box-wrap p {
  color: #ffffff;
}
.recog .pic01 {
  background-image: url(../images/section/satisfaction-pic.png);
}
.recog .pic02 {
  background-image: url(../images/section/google-rating-pic.png);
}
.recog .pic03 {
  background-image: url(../images/section/awards-pic.png);
}

.partner {
  position: relative;
}

.subscribe {
  margin-bottom: -5%;
  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;
  border-radius: 0.5rem;
  overflow: hidden;
}
.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;
}
.subscribe .call-link {
  color: #ffffff;
}
.subscribe .call-link:hover {
  color: #002c63;
}

.footer {
  background-color: #20263e;
  background: url(../images/section/footer-shape.png) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 6rem 0 2rem 0;
}
.footer h1,
.footer h2,
.footer h3,
.footer h6,
.footer p {
  color: #ffffff;
}
.footer p {
  line-height: 2.2rem;
}
.footer .text {
  color: #ffffff;
  font-size: 1rem;
}
.footer .text:hover {
  color: #073d7f;
}
.footer .social a {
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background: #000000;
  line-height: 3rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 50%;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a:hover {
  background: #002c63;
}
.footer .footer-bottom .bottom-link li {
  display: inline-block;
  padding: 0 2rem;
}
.footer .footer-bottom .bottom-link li a {
  color: #ffffff;
  position: relative;
}
.footer .footer-bottom .bottom-link li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 8px;
  right: -2rem;
}
.footer .footer-bottom .bottom-link li a:hover {
  color: #073d7f;
}
.footer .footer-bottom .bottom-link li:last-child a:after {
  content: "";
  display: none;
}
.footer .footer-link li {
  line-height: 2.5rem;
}
.footer .footer-link li i {
  color: #ffffff;
  font-size: 0.5rem;
  line-height: normal;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.footer .footer-link li a {
  color: #ffffff;
  padding: 0 0 0.5rem 0;
  font-size: 0.875rem;
}
.footer .footer-link li a:hover {
  color: #6491DE;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
}
.footer .footer-link .caret {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.footer .footer-link .caret-right {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 0.3rem 0 0.3rem 0.3rem;
  margin-left: 0.255em;
  vertical-align: 0.1em;
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 60px;
  width: 60px;
  line-height: 60px;
  bottom: -5rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: #073d7f;
  display: block;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transform: rotate(90deg);
  z-index: 12;
  animation: pulseBig infinite 4s linear;
  border-radius: 50rem;
}
.scrollup span {
  display: block;
  transition: all 0.5s ease-out;
  color: #ffffff;
  cursor: pointer;
}
.scrollup span:hover, .scrollup span:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #073d7f;
}
.scrollup:hover {
  background-color: #002c63;
  animation: pulseBig2 infinite 4s linear;
}
.scrollup.back-top {
  bottom: 100px;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateX(-20%);
  }
  50% {
    opacity: 0;
    transform: translateX(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

.cta-fixed {
  position: fixed;
  bottom: 160px;
  right: 10px;
  text-align: end;
  z-index: 10;
  display: inline-grid;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .cta-fixed {
    left: 0;
    bottom: 10px;
  }
}
.cta-fixed .phone a {
  background-color: red;
  padding: 8px 20px;
  border-radius: 50rem;
  color: #ffffff;
  font-size: 1.25rem;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  min-width: 60px;
}
.cta-fixed .phone a:hover {
  background-color: #000000;
}
@media screen and (max-width: 575px) {
  .cta-fixed .phone a {
    padding: 8px 5px;
    font-size: 0.875rem;
  }
}
.cta-fixed .whats a {
  background-color: #25D366;
  padding: 8px 20px;
  border-radius: 50rem;
  color: #000000;
  font-size: 1.25rem;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  min-width: 60px;
}
.cta-fixed .whats a:hover {
  background-color: #808080;
}
@media screen and (max-width: 575px) {
  .cta-fixed .whats a {
    padding: 8px 5px;
    font-size: 0.875rem;
  }
}

.menu-promo-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.menu-promo-item.active .menu-promo-title,
.menu-promo-item.active .menu-promo-text {
  color: #ffffff;
}
.menu-promo-item .menu-promo-link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0.175rem;
  margin-bottom: 0.175rem;
}
.menu-promo-item .menu-promo-link img {
  width: auto;
  height: auto;
}
.menu-promo-item .menu-promo-link:hover .menu-promo-icon {
  fill: #002c63;
}
.menu-promo-item .menu-promo-link:hover .menu-promo-title {
  color: #002c63;
}
.menu-promo-item ~ .menu-promo-item {
  border-top: 1px solid #808080;
}
.menu-promo-item .menu-promo-icon {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem;
  fill: #6491DE;
}
.menu-promo-item .menu-promo-title {
  display: block;
  color: #000000;
  font-weight: 600;
}
.menu-promo-item .menu-promo-text {
  display: block;
  color: #000000;
}

.menu-promo {
  background-color: #eff1f4;
}
.menu-promo .menu-promo-inner {
  padding: 1rem;
}
.menu-promo .new-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.news-card .date-tags {
  bottom: 20px;
  left: -10px;
  z-index: 1;
  display: block;
  background: #6491DE;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
}
.news-card .date-tags a {
  color: #ffffff;
  padding: 0.25rem 1rem;
  display: inline-block;
}

.pagination li a.page-link {
  border: 2px solid #6491DE;
  border-radius: 0.5rem;
  color: #073d7f;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-right: 10px;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #073d7f;
  border-color: #6491DE;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0.5rem;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #073d7f;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(7, 61, 127, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  line-height: 2rem;
  text-align: justify;
}

.blog-list li {
  line-height: 2.5rem;
  list-style: none;
  margin: 8px 0;
}
.blog-list li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  padding: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 14px;
  color: #073d7f;
  border: 2px solid #073d7f;
  border-radius: 50%;
  text-align: center;
}

.blog-post-social {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 16px 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: #002c63;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #000000;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #002c63;
}

.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: #002c63;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #002c63;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 0.5rem;
  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 .userPic img {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .comment-box .user-comment-card .userPic img {
    display: block;
  }
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 575px) {
  .comment-box .user-comment-card .userName {
    margin-left: 0rem;
    margin-top: 1rem;
    display: block;
  }
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .comment-box .comment-title {
    display: block;
  }
}
.comment-box .comment-title .comment-meta span {
  color: #000000;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000000;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #002c63;
  font-weight: bold;
}
.blog-list-head :after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #073d7f;
}

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

.tags {
  list-style-type: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.tags li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags li a {
  color: #002c63;
  font-weight: 600;
  border-radius: 0.5rem;
  background: #eff1f4;
  padding: 0.5rem;
}
.tags li a:hover {
  background: #002c63;
  color: #ffffff;
}

.blog-search ::-webkit-input-placeholder {
  color: #808080 !important;
}
.blog-search span {
  background-color: #002c63;
  color: #ffffff;
  cursor: pointer;
}
.blog-search span:hover {
  background-color: #073d7f;
}

.blog .blog-card .tags {
  top: 0;
  left: 20px;
  z-index: 1;
  display: block;
  background: #002c63;
  cursor: pointer;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0 0 0.5rem 0.5rem;
}
.blog .blog-card .tags a {
  color: #ffffff;
}
.blog .blog-card .cat {
  color: #ffffff;
  cursor: pointer;
  background: #073d7f;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
}
.blog .blog-card .cat:hover {
  color: #ffffff;
  background: #002c63;
}

.post-wrap-center,
.blog-post-social,
.blog-next-post-button {
  max-width: 855px;
  margin: auto;
}

.post-wrap {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.post-wrap .post-desc {
  line-height: 2rem;
  text-align: justify;
  color: #000000;
}
.post-wrap .image-caption {
  color: #6491DE;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

.blog-next-post-button {
  padding: 1rem;
  background-color: #eff1f4;
}
.blog-next-post-button .post-item .post-title {
  display: block;
  color: #073d7f;
}
.blog-next-post-button .post-item .wrap-post {
  display: block;
}
.blog-next-post-button .post-item .wrap-post .post-meta {
  margin-top: 0.5rem;
}
.blog-next-post-button .post-item.next-btn {
  text-align: right;
}

/*-- font style --*/
/*-- media query --*/
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  width: 100%;
  height: 100%;
  background: #ffffff;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow: visible;
}
.preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}
.preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  height: 50px;
  width: 50px;
  background: url(../images/favicon.png);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 44, 99, 0.2);
  border-top-color: #073d7f;
  height: 110px;
  margin: 0 auto 30px auto;
  width: 110px;
}
.preloader .animation-preloader .txt-loading {
  font: bold 4em "jost", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 44, 99, 0.2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #002c63;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "jost", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 2s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}/*# sourceMappingURL=main.css.map */