@font-face {
  font-family: helvatica;
  src: url(../css/fonts/helvetica-neue/HelveticaNeueRoman.otf);
}
@font-face {
  font-family: helvatica-light;
  src: url(../css/fonts/helvetica-neue/HelveticaNeueLight.otf);
}
@font-face {
  font-family: helvatica-medium;
  src: url(../css/fonts/helvetica-neue/HelveticaNeueMedium.otf);
}
@font-face {
  font-family: helvatica-bold;
  src: url(../css/fonts/helvetica-neue/HelveticaNeueBold.otf);
}
@font-face {
  font-family: helvatica-black;
  src: url(../css/fonts/helvetica-neue/HelveticaNeueBlack.otf);
}
@font-face {
  font-family: gilroy-bold;
  src: url(../css/fonts/gilroy/Gilroy-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: helvatica, sans-serif;
  color: #090909;
  letter-spacing: 0.4px;
}

.c-container {
  max-width: 80%;
  margin: auto;
}

ul {
  list-style-type: none;
  margin: 0;
}

a {
  text-decoration: none;
}

.gradient-btn {
  background: linear-gradient(to right, #00b3e0, #1077bc);
  color: #fff !important;
  padding: 0.9rem 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 7px;
}
.gradient-btn:hover {
  background: linear-gradient(to left, #00b3e0, #1077bc);
}

.solid-btn {
  background-color: #00b3e0;
  border: 2px solid #00b3e0;
  border-radius: 7px;
  color: #fff !important;
  padding: 0.8rem 1.4rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .solid-btn {
    padding: 0.8rem 1rem;
  }
}
.solid-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #00b3e0, #1077bc);
  z-index: -1;
  transition: 0.3s;
  border-radius: 5px;
}
.solid-btn:hover::before {
  width: 100%;
}

.line-btn {
  border: 2px solid;
  border-radius: 7px;
  color: #00b3e0;
  padding: 0.8rem 1.4rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .line-btn {
    padding: 0.8rem 1rem;
  }
}
.line-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #00b3e0, #1077bc);
  z-index: -1;
  transition: 0.3s;
  border-radius: 5px;
}
.line-btn:hover::before {
  width: 100%;
}

.p-top {
  padding-top: 8rem;
}
@media (max-width: 1199px) {
  .p-top {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .p-top {
    padding-top: 5rem;
  }
}

.p-bot {
  padding-bottom: 8rem;
}
@media (max-width: 1199px) {
  .p-bot {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .p-bot {
    padding-bottom: 5rem;
  }
}

.heading {
  font-family: helvatica-bold, sans-serif;
  font-size: 2.6vw;
  margin-bottom: 1rem;
}
@media (max-width: 1299px) {
  .heading {
    font-size: 3vw;
  }
}
@media (max-width: 991px) {
  .heading {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }
}

.sub-heading {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.2rem;
}

img {
  width: 100%;
}

.blob {
  position: relative;
}
.blob::before {
  position: absolute;
  content: url(../images/home/dot.png);
  width: 750px;
  height: 700px;
  background: rgb(0, 179, 224);
  background: radial-gradient(circle, rgba(0, 179, 224, 0.651) 0%, rgba(0, 179, 224, 0) 50%, rgba(0, 179, 224, 0) 100%);
  border-radius: 100%;
  z-index: -1;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 15px 5px rgba(0, 55, 92, 0.0705882353);
}
header nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0588235294);
}
header nav .menu ul li a {
  color: #090909;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  height: 12px;
  overflow: hidden;
}
header nav .menu ul li a span {
  display: block;
  transition: 0.2s;
  line-height: 1;
}
header nav .menu ul li a:hover {
  color: #00b3e0;
}
header nav .menu ul li a:hover span {
  transform: translateY(-15px);
}
header nav .menu ul li .main-child-dropdown {
  align-items: center;
  cursor: pointer;
}
header nav .menu ul li .main-child-dropdown svg {
  margin-left: 5px;
}
header nav .menu ul li .nav-child-dropdown {
  position: absolute;
  background: #fff;
  z-index: 10;
  padding: 20px 30px;
  box-shadow: 0px 2px 15px 5px rgba(0, 55, 92, 0.0705882353);
  left: -37px;
  top: 45px;
  border-radius: 7px;
}
header nav .menu ul li .nav-child-dropdown li {
  margin-bottom: 10px;
}
header nav .menu ul li .nav-child-dropdown li:last-child {
  margin-bottom: 0;
}
header nav .menu ul li.active a {
  color: #00b3e0;
}
header .logo a {
  color: #00b3e0;
  font-family: "gilroy-bold";
  font-size: 1.7rem;
}
header .hamburger, header .close-btn {
  font-size: 1.2rem;
}
header .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: none;
  overflow-y: scroll;
}
header .mobile-menu .mob-header {
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  header .mobile-menu img {
    max-width: 100px;
  }
}
header .mobile-menu .menu {
  margin-top: 2.5rem;
}
header .mobile-menu .menu li {
  border-bottom: 1px solid rgba(0, 179, 224, 0.2549019608);
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
}
header .mobile-menu .menu li a {
  color: #090909;
}
header .mobile-menu .menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
header .mobile-menu .menu li .mobile-main-child-dropdown {
  align-items: center;
  cursor: pointer;
}
header .mobile-menu .menu li .mobile-main-child-dropdown svg {
  width: 15px;
  margin-left: 5px;
}
header .mobile-menu .menu li .mobile-nav-child-dropdown {
  padding: 0px 10px;
}
header .mobile-menu .menu li .mobile-nav-child-dropdown li {
  margin-bottom: 0px;
  border-bottom: none;
}
header .mobile-menu .menu li .mobile-nav-child-dropdown li:last-child {
  margin-bottom: 0;
}
header .mobile-menu .menu li.active a {
  color: #00b3e0;
}

.hero-section {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 551px) {
  .hero-section {
    height: 75vh;
  }
}
.hero-section .overlay {
  background-color: #00b3e0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-height: 1080px) {
  .hero-section .overlay {
    top: -25%;
  }
}
.hero-section .overlay video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-section .container .hero-content {
  max-width: 900px;
  margin: auto 0;
  color: #fff;
}
.hero-section .container .hero-content h1 {
  font-size: 4.5vw;
  font-family: helvatica-bold, sans-serif;
  line-height: 4.8vw;
}
@media (max-width: 991px) {
  .hero-section .container .hero-content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.hero-section .container .hero-content p {
  font-size: 18px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.hero-section .container .hero-content .line-btn {
  color: #fff;
}

.highlights-section {
  position: relative;
  margin-bottom: 8rem;
}
.highlights-section .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8vh;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .highlights-section .container {
    top: -5vh;
  }
}
.highlights-section .container .h-con {
  background-color: #fff;
  border-radius: 7px;
  padding: 2rem 3rem;
  box-shadow: 0px 2px 15px 5px rgba(0, 55, 92, 0.0705882353);
}
@media (max-width: 1299px) {
  .highlights-section .container .h-con {
    padding: 1rem 2rem;
  }
}
.highlights-section .highlight-point-dark {
  background: linear-gradient(to right, #00b3e0, #1077bc);
  color: #fff;
}
.highlights-section .sign {
  font-size: 1.7vw;
  margin-right: -8px;
  font-family: helvatica-medium, sans-serif;
  position: relative;
}
@media (max-width: 991px) {
  .highlights-section .sign {
    font-size: 1.5rem;
  }
}
@keyframes arrow {
  0% {
    left: -2px;
  }
  100% {
    left: 2px;
  }
}
.highlights-section .plus {
  font-size: 1.7vw;
  font-family: helvatica-medium, sans-serif;
  animation: anim 1200ms infinite alternate;
}
@media (max-width: 991px) {
  .highlights-section .plus {
    font-size: 1.5rem;
  }
}
@keyframes anim {
  100% {
    color: #00b3e0;
  }
}
.highlights-section .highlight-points {
  position: relative;
  padding: 1rem;
  transform: translateY(0px);
  transition: 400ms ease;
  background-color: #e7fbff;
  border-radius: 7px;
  border: 1px solid rgba(13, 202, 240, 0.1529411765);
}
@media (max-width: 767px) {
  .highlights-section .highlight-points {
    padding: 0.8rem;
  }
}
.highlights-section .highlight-points:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0705882353);
  border: 1px solid rgba(13, 202, 240, 0.3647058824);
}
.highlights-section .highlight-points .icon div {
  width: 42px;
  height: 42px;
  background-color: #00b3e0;
  border-radius: 7px;
  color: #fff;
  margin: auto;
}
.highlights-section .highlight-points .icon img {
  width: 100%;
}
.highlights-section .highlight-points .highlight h4 {
  font-family: helvatica-medium, sans-serif;
  margin-bottom: 0;
  font-size: 1.15vw;
}
@media (max-width: 1299px) {
  .highlights-section .highlight-points .highlight h4 {
    font-size: 1.4vw;
  }
}
@media (max-width: 991px) {
  .highlights-section .highlight-points .highlight h4 {
    font-size: 14px;
  }
}

.about-section {
  padding-top: 8rem;
}
@media (max-width: 991px) {
  .about-section {
    overflow-x: clip;
  }
}
@media (max-width: 1199px) {
  .about-section {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  .about-section {
    padding-top: 3rem;
  }
}
.about-section .heading {
  margin-bottom: 0;
}
.about-section .sub-heading {
  font-size: 22px;
}
.about-section .about-list {
  padding: 0;
  margin-top: 2rem;
}
.about-section .about-list li {
  font-family: helvatica, sans-serif;
  margin-top: 1rem;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-section .about-list li img {
  width: 35px;
}
.about-section .content {
  margin-top: 2rem;
}
.about-section .content .sub-heading {
  margin-bottom: 1rem;
}
.about-section .content .listCheck {
  width: 40px;
}
.about-section .content p {
  margin-bottom: 0.8rem;
}
.about-section .about-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 7px;
  box-shadow: 1px 0px 9px 3px #e6e4e4;
  gap: 40px;
}
@media (max-width: 991px) {
  .about-section .about-content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .about-section .about-content-wrapper .about-image {
    width: 100%;
  }
}
.about-section .about-content-wrapper .about-image img {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 100%;
}
.about-section .about-content-wrapper .about-content {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .about-section .about-content-wrapper .about-content {
    padding: 20px 20px 40px 20px;
  }
}
.about-section .about-content-wrapper .about-content .heading span {
  color: #00b3e0;
}

.key-features {
  background-color: #e7fbff;
  padding: 7rem 0;
}
@media (max-width: 991px) {
  .key-features {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .key-features {
    padding: 5rem 0;
  }
}
.key-features .feature-row .feature-content {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
  transition: 500ms;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
}
.key-features .feature-row .feature-content:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
.key-features .feature-row .feature-content .feature-name {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 1299px) {
  .key-features .feature-row .feature-content .feature-name {
    font-size: 1rem;
  }
}
.key-features .feature-row .feature-content .feature-icon div {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: auto;
}

.product-section .product {
  transition: 400ms ease;
  border-radius: 7px;
}
.product-section .product img {
  border-radius: 7px;
}
.product-section .product .product-content {
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 55, 92, 0.0352941176);
  border-radius: 7px;
  padding: 1rem;
  margin: 0 1rem;
  position: relative;
  top: -2rem;
  box-shadow: 0px 2px 15px 5px rgba(0, 55, 92, 0.0705882353);
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .product-section .product .product-content {
    top: -1rem;
    margin: 0 0.8rem;
    border: 2px solid #00b3e0;
  }
}
.product-section .product:hover {
  transform: translateY(-10px);
}
.product-section .product:hover .product-content {
  border: 2px solid #00b3e0;
}
.product-section .product .product-name {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.product-section .product .more-link {
  color: #090909;
}
.product-section .product .more-link:hover {
  color: #1077bc;
}
.product-section .product .more-link:hover .fa-angles-right {
  animation: move 0.5s infinite alternate-reverse;
}
@keyframes move {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 2px;
  }
}

.security-section {
  overflow-x: clip;
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .security-section {
    padding-top: 5rem;
  }
}
.security-section img {
  transition: 0.2s;
  border-radius: 7px;
  box-shadow: 4px 4px 0px #00b3e0;
}
.security-section img:hover {
  box-shadow: 7px 7px 0px #00b3e0;
}
.security-section .security-icons-box {
  background-color: #e7fbff;
  border: 1px solid #e7fbff;
  color: #222222;
  font-size: 14px;
  border-radius: 7px;
  transition: 200ms;
}
.security-section .security-icons-box:hover {
  color: #1077bc;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.0705882353);
}

@media (max-width: 1299px) {
  .security-section.blob::before {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .security-section.blob::before {
    right: -120px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .security-section.blob::before {
    right: -280px;
  }
}

.team-section {
  background-color: #e7fbff;
  padding: 6rem 0;
}
.team-section .team-member {
  transition: 500ms;
  border-radius: 7px;
}
.team-section .team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0px 2px 15px rgba(0, 55, 92, 0.0352941176);
}
.team-section .team-member:hover .team-member-image {
  box-shadow: 0px 4px #00b3e0;
}
.team-section .team-member-image {
  border-radius: 7px;
  overflow: hidden;
  transition: 500ms;
}
.team-section .team-member-name {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.3rem;
}
.team-section .team-member-designation {
  color: #00b3e0;
  font-size: 15px;
}

.cta-section .cta {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  border-radius: 7px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-section .cta::before {
  position: absolute;
  content: url(../images/home/cta-dot.png);
  border-radius: 100%;
  z-index: 1;
  left: -7%;
  bottom: 0;
  transform: rotate(180deg);
  opacity: 0.6;
  animation: zoomAnim 2s ease 0.5s infinite alternate;
}
@media (max-width: 1199px) {
  .cta-section .cta::before {
    left: -15%;
  }
}
@media (max-width: 991px) {
  .cta-section .cta::before {
    left: -25%;
    bottom: -25%;
  }
}
.cta-section .cta::after {
  position: absolute;
  content: url(../images/home/cta-dot.png);
  border-radius: 100%;
  z-index: 1;
  right: -7%;
  top: 0;
  opacity: 0.6;
  animation: zoomAnim 2s ease infinite alternate;
}
@media (max-width: 1199px) {
  .cta-section .cta::after {
    right: -15%;
  }
}
@media (max-width: 991px) {
  .cta-section .cta::after {
    right: -25%;
    top: -25%;
  }
}
@keyframes zoomAnim {
  100% {
    scale: 1.09;
  }
}
.cta-section .cta .solid-btn {
  background-color: #fff;
  color: #090909 !important;
}
.cta-section .cta .solid-btn:hover {
  color: #fff !important;
}

.security-cta {
  padding-top: 10rem;
}
.security-cta .cta {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  border-radius: 7px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@keyframes zoomAnim {
  100% {
    scale: 1.09;
  }
}
.security-cta .cta .solid-btn {
  background-color: #fff;
  color: #090909 !important;
}
.security-cta .cta .solid-btn:hover {
  color: #fff !important;
}

footer {
  background-color: #090909;
  color: #fff;
}
footer .top-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
}
footer .top-row .logo {
  color: #fff;
  font-family: helvatica-bold, sans-serif;
  font-size: 1.7rem;
}
footer .top-row .menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
footer .top-row .menu a:hover {
  color: #00b3e0;
}
footer .top-row .social-links a {
  color: #fff;
  font-size: 1.5rem;
}
footer .top-row .social-links a:hover {
  color: #00b3e0;
}
footer .middle-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2196078431);
}
footer .middle-row .newsletter .title {
  font-size: 1.2rem;
  font-family: helvatica-medium, sans-serif;
}
footer .middle-row .newsletter input {
  padding: 0.8rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  footer .middle-row .newsletter input {
    padding: 0.8rem;
  }
}
footer .middle-row .newsletter input:focus {
  box-shadow: none;
  background-color: #e7fbff;
}
@media (max-width: 767px) {
  footer .middle-row .newsletter .solid-btn {
    width: 90%;
  }
}
footer .middle-row .contact-info a {
  color: #fff;
}
footer .bottom-row {
  font-size: 14px;
  font-family: helvatica-light, sans-serif;
}
footer .bottom-row a {
  color: #fff;
  text-decoration: underline;
}
footer .bottom-row a:hover {
  color: #00b3e0;
}

.page-banner-sections {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 5rem 0 0;
  overflow: hidden;
  /* &::before{
      position: absolute;
      content: '';
      background-color: #00000042;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
  } */
}
.page-banner-sections .main-banner-wrapper {
  background-color: #0e75c2;
  border: 1px solid #0e75c2;
  padding: 3rem;
  border-radius: 7px;
}
.page-banner-sections .main-banner-wrapper .banner-content-wrapper p {
  font-size: 20px;
}
.page-banner-sections .main-banner-wrapper img {
  position: absolute;
  width: 85%;
}
@media (max-width: 767px) {
  .page-banner-sections .main-banner-wrapper img {
    position: relative;
    bottom: 0;
  }
}
.page-banner-sections .heading {
  position: relative;
  z-index: 2;
}
.page-banner-sections .innner-vid-wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.page-banner-sections .innner-vid-wrapper video {
  width: 100%;
}
.page-banner-sections .breadcrumbs {
  position: relative;
  z-index: 2;
}
.page-banner-sections .breadcrumbs a {
  color: #fff;
}
.page-banner-sections .breadcrumbs a:hover {
  color: #00b3e0;
}

.security-page-banner-sections {
  background: url("../images/about/about-banner.jpg");
  background-position: center;
  background-size: cover;
}

.security-features .image-wrapper {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 4px 4px 0px #00b3e0;
  transition: 0.2s;
}
.security-features .image-wrapper:hover {
  box-shadow: 7px 7px 0px #00b3e0;
}
.security-features .feature-box {
  background-color: #e7fbff;
  border-radius: 7px;
  transition: 500ms;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
}
.security-features .feature-box:hover {
  background: linear-gradient(to top, #00b3e0, #1077bc);
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-2px);
}
.security-features .feature-box:hover .feature-name {
  color: #fff;
}
.security-features .feature-box .feature-name {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .security-features .feature-box .feature-name {
    font-size: 1rem;
  }
}
.security-features .feature-box .feature-icon div {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: auto;
}

.key-foundation {
  background-color: #e7fbff;
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .key-foundation {
    padding-bottom: 10rem;
  }
}
.key-foundation .circle-wrapper {
  width: 250px;
  height: 235px;
  position: relative;
  margin: 15rem auto 0;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper {
    width: 150px;
    height: 135px;
    margin: 10rem auto 0;
  }
}
.key-foundation .circle-wrapper .step-image-wrapper {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .step-image-wrapper {
    width: 50px;
    height: 50px;
  }
}
.key-foundation .circle-wrapper .step-image-wrapper img {
  width: 40px;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .step-image-wrapper img {
    width: 30px;
  }
}
.key-foundation .circle-wrapper .circle-inside-content {
  width: 100%;
  height: 100%;
  border-width: 4px;
  border-style: solid;
  border: solid 5px transparent;
  border-radius: 50%;
  box-shadow: 0 0 9px 1px #bbe1e9;
  background: #e7fbff;
  position: relative;
  margin: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.key-foundation .circle-wrapper .circle-inside-content:hover {
  background: linear-gradient(#e7fbff, #e7fbff) padding-box, linear-gradient(92.7deg, #00b3e0, #1077bc) border-box;
}
.key-foundation .circle-wrapper .circle-inside-content p {
  font-size: 1.5rem;
  font-family: helvatica-medium, sans-serif;
  width: 50%;
  margin: 0 auto;
  color: #000;
  line-height: 25px;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-inside-content p {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step-wrapper {
  font-size: 1.2rem;
  font-family: helvatica-medium, sans-serif;
  position: absolute;
  text-align: center;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step-wrapper {
    font-size: 0.8rem;
    z-index: 3;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step-wrapper:hover .step-image-wrapper {
  transform: translateY(-5px);
  transition: 500ms;
}
.key-foundation .circle-wrapper .circle-outside-content .step-wrapper .arrow-img {
  position: absolute;
  width: 100px;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step-wrapper .arrow-img {
    width: 70px;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step1 {
  top: -89%;
  left: 18%;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step1 {
    top: -85%;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step2 {
  right: -74%;
  top: -5%;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step2 {
    right: -64%;
    top: -10%;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step3 {
  right: -27%;
  top: 120%;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step3 {
    right: -24%;
    top: 103%;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step4 {
  left: -60%;
  top: 115%;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step4 {
    left: -39%;
    top: 100%;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .step5 {
  left: -78%;
  top: -22%;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .step5 {
    left: -68%;
    top: -37%;
  }
}
.key-foundation .circle-wrapper .circle-outside-content .circle-img {
  width: 600px;
  position: absolute;
  left: -74%;
  top: -86%;
  z-index: 1;
}
@media (max-width: 767px) {
  .key-foundation .circle-wrapper .circle-outside-content .circle-img {
    width: 315px;
    left: -52%;
    top: -69%;
    z-index: 1;
  }
}

.overlap {
  position: relative;
}
@media (max-width: 767px) {
  .overlap {
    top: -4rem;
  }
}
@media (max-width: 579px) {
  .overlap {
    padding: 1rem;
  }
}
.overlap .container .p-top {
  padding-top: 0;
}
.overlap .container .p-bot {
  padding-bottom: 1rem;
}
.overlap .feature-row {
  background-image: url(../images/security/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.overlap .feature-row .feature-content {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
  transition: 500ms;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
  box-shadow: 0px 0px 15px 10px rgba(0, 55, 92, 0.0705882353);
}
.overlap .feature-row .feature-content:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
.overlap .feature-row .feature-content .feature-name {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .overlap .feature-row .feature-content .feature-name {
    font-size: 1rem;
  }
}
.overlap .feature-row .feature-content .feature-icon div {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: auto;
}

.proof-section {
  padding-top: 10rem;
}
.proof-section .proof-box {
  background-color: #e7fbff;
  border-radius: 7px;
  height: 100%;
  border-left: 5px solid #00b3e0;
  transition: 500ms;
}
.proof-section .proof-box:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
@media (max-width: 1200px) {
  .proof-section .proof-box .proof-icon {
    display: flex;
    align-items: center;
  }
}
.proof-section .proof-box .proof-icon img {
  width: 75px;
}
@media (max-width: 767px) {
  .proof-section .proof-box .proof-icon img {
    width: 60px;
  }
}
.proof-section .proof-box .proof-content .proof {
  font-size: 1.5rem;
  font-family: helvatica-medium, sans-serif;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .proof-section .proof-box .proof-content .proof {
    font-size: 1.2rem;
  }
}

.about-page-banner-sections {
  /* background: url('../images/about/about-banner.jpg');
  background-position: center;
  background-size: cover; */
}

.image-wrapper {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 4px 4px 0px #00b3e0;
  transition: 0.2s;
}
.image-wrapper:hover {
  box-shadow: 7px 7px 0px #00b3e0;
}

.what-is-endocloud {
  background-color: #e7fbff;
}
.what-is-endocloud .heading {
  margin-bottom: 0;
}
.what-is-endocloud .sub-heading {
  font-size: 24px;
}
.what-is-endocloud .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.what-is-endocloud .icon-wrapper .icon img {
  width: 35px;
}
.what-is-endocloud .icon-wrapper .title {
  font-family: helvatica-bold, sans-serif;
}
.what-is-endocloud .content-wrapper {
  background-color: #cff7ff;
  padding: 1.2rem;
  border-radius: 7px;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
  height: 100%;
}
.what-is-endocloud .content-wrapper .title {
  font-family: helvatica-medium, sans-serif;
}
.what-is-endocloud .content-wrapper .logo-wrapper div {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 7px;
  box-shadow: 0px 0px 15px 10px rgba(0, 55, 92, 0.0705882353);
}
.what-is-endocloud .card-wrapper {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
  transition: 500ms;
  border: 1px solid #1077bc;
  box-shadow: 0px 0px 15px 10px rgba(0, 55, 92, 0.0705882353);
  height: 100%;
  text-align: center;
}
.what-is-endocloud .card-wrapper:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
.what-is-endocloud .card-wrapper .title {
  font-family: helvatica-medium, sans-serif;
  font-size: 20px;
}
.what-is-endocloud .card-wrapper .icon {
  text-align: center;
  margin-bottom: 10px;
}
.what-is-endocloud .card-wrapper .icon img {
  width: 60px;
}

.ethos-section .ethos-points {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
  transition: 500ms;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
  box-shadow: 0px 0px 15px 10px rgba(0, 55, 92, 0.0705882353);
  height: 100%;
}
.ethos-section .ethos-points:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
.ethos-section .ethos-points .ethos-title {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
}
.ethos-section .ethos-points .ethos-icon div {
  background: linear-gradient(to bottom, #00b3e0, #1077bc);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.mission-section {
  background-color: #00b3e0;
  color: #fff;
  padding: 5rem 0;
}

.contact-section {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .contact-section {
    margin: 0;
  }
}
.contact-section .contact-bg {
  background-color: #e7fbff;
  padding: 50px;
}
@media (max-width: 767px) {
  .contact-section .contact-bg {
    padding: 5rem 0;
  }
}
.contact-section .contact-bg .main-title {
  text-align: left;
  font-family: helvatica-bold, sans-serif;
}
.contact-section .contact-bg .single-contact-box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 41px;
  position: relative;
  margin-top: 40px;
}
.contact-section .contact-bg .single-contact-box::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  left: 5px;
  bottom: -19px;
  background: rgba(97, 97, 97, 0.168627451);
}
.contact-section .contact-bg .single-contact-box:last-child::before {
  background-color: transparent;
}
.contact-section .contact-bg .single-contact-box .contact-icon {
  background: #1077bc;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.contact-section .contact-bg .single-contact-box .contact-icon svg {
  color: #fff;
  width: 20px;
  height: 20px;
}
.contact-section .contact-bg .single-contact-box .contact-title h4 {
  font-size: 18px;
  color: #090909;
  font-family: helvatica, sans-serif;
}
.contact-section .contact-bg .single-contact-box .contact-title p {
  margin-bottom: 0;
  font-size: 18px;
}
.contact-section .contact-bg .contact-form {
  background-color: #fff;
  box-shadow: 4px 4px 0px #00b3e0;
  padding: 50px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .contact-section .contact-bg .contact-form {
    padding: 10px;
  }
}
.contact-section .contact-bg .contact-form .alert {
  display: flex;
  justify-content: space-between;
}
.contact-section .contact-bg .contact-form .alert a {
  color: #256c56;
}
.contact-section .contact-bg .contact-form h4 {
  color: #090909;
  font-family: helvatica-bold, sans-serif;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.contact-section .contact-bg .contact-form .single-input-box input {
  background: transparent !important;
  border: 1px solid rgba(172, 172, 172, 0.3098039216);
  color: #000;
  outline: 0;
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 11px;
  padding: 0 21px;
}
.contact-section .contact-bg .contact-form .single-input-box textarea {
  background: transparent !important;
  border: 1px solid rgba(172, 172, 172, 0.3098039216);
  color: #000;
  outline: 0;
  width: 100%;
  height: 120px;
  position: relative;
  padding: 9px 19px;
}
.contact-section .contact-bg .contact-form .single-input-box button {
  background: #1077bc;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  border: transparent;
  padding: 16px 0;
  margin-top: 13px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.inner-product-section h3 {
  font-size: 2.2rem;
  font-family: helvatica-medium, sans-serif;
}
@media (max-width: 767px) {
  .inner-product-section h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner-product-section h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.business-product-first-section {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .business-product-first-section h3 {
    text-align: center;
  }
}
.business-product-first-section .image {
  max-width: 100%;
  width: 400px;
}

.business-product-second-section {
  padding-top: 5rem;
}
.business-product-second-section .main-heading-row {
  border-top: 1px solid #000;
}
.business-product-second-section .main-heading-row h3 {
  padding-top: 5rem;
  text-align: center;
}
.business-product-second-section .card-wrapper {
  background-color: #e7fbff;
  padding: 30px;
  border-radius: 7px;
  margin-top: 3rem;
  border-left: 5px solid #00b3e0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-product-second-section .card-wrapper h4 {
  font-family: helvatica-medium, sans-serif;
  font-size: 1.5rem;
}
.business-product-second-section .global-img {
  width: 500px;
  max-width: 100%;
  margin: 20px auto 0;
}

.business-product-third-section {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .business-product-third-section {
    padding-top: 5rem;
  }
}
.business-product-third-section .product-third-main-wrapper {
  background-color: #e7fbff;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 270px;
  gap: 3rem;
  position: relative;
}
@media (max-width: 991px) {
  .business-product-third-section .product-third-main-wrapper {
    flex-direction: column;
    height: 100%;
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .business-product-third-section .product-third-main-wrapper {
    height: 330px;
  }
}
.business-product-third-section .product-third-main-wrapper .product-left-content img {
  width: 25rem;
}
@media (max-width: 767px) {
  .business-product-third-section .product-third-main-wrapper .product-left-content img {
    width: 20rem;
  }
}
.business-product-third-section .product-third-main-wrapper .product-right-content h3 {
  text-align: center;
}
.business-product-third-section .product-third-main-wrapper .product-right-content p {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .business-product-third-section .product-third-main-wrapper .product-right-content {
    order: 1;
  }
}

.business-product-fourth-section {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .business-product-fourth-section {
    padding-top: 3rem;
  }
}
.business-product-fourth-section p {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .business-product-fourth-section img {
    margin-top: 2rem;
  }
}

.corporate-product-first-section {
  padding-top: 5rem;
}
.corporate-product-first-section .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporate-product-first-section .row img {
  width: 400px;
}
@media (max-width: 991px) {
  .corporate-product-first-section .row img {
    width: 100%;
  }
}
.corporate-product-first-section .row p {
  margin-top: 10px;
}

.corporate-product-second-section {
  padding-top: 5rem;
}
.corporate-product-second-section h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .corporate-product-second-section .col-md-4 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .corporate-product-second-section .product-section-wrapper .col-md-6 {
    margin-top: 20px;
  }
}
.corporate-product-second-section .card-wrapper {
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
  transition: 500ms;
  border: 1px solid rgba(13, 202, 240, 0.2392156863);
  box-shadow: 0px 0px 15px 10px rgba(0, 55, 92, 0.0705882353);
  height: 100%;
}
.corporate-product-second-section .card-wrapper:hover {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.0705882353);
  transform: translateY(-10px);
}
.corporate-product-second-section .card-wrapper h4 {
  font-size: 1.5rem;
  font-family: helvatica-medium, sans-serif;
}
@media (max-width: 767px) {
  .corporate-product-second-section .card-wrapper h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-product-second-section .card-wrapper h4 {
    font-size: 1.3rem;
  }
}

.corporate-product-fourth-section {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .corporate-product-fourth-section {
    padding-top: 5rem;
  }
}
.corporate-product-fourth-section h3 {
  text-align: center;
}
.corporate-product-fourth-section p {
  margin-top: 10px;
  text-align: center;
}

.corporate-product-fifth-section .col-md-6 {
  margin-bottom: 20px;
}
.corporate-product-fifth-section .card-wrapper {
  margin-top: 0;
}
@media (max-width: 767px) {
  .corporate-product-fifth-section .card-wrapper h4 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-product-fifth-section .card-wrapper h4 {
    font-size: 1.3rem;
  }
}

.story-section .story-section-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .story-section .story-section-wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .story-section .story-section-wrapper {
    display: none;
  }
}
.story-section .story-section-wrapper .image-wrapper {
  width: 40%;
  max-width: 100%;
}
.story-section .story-section-wrapper .content-wrapper {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 20px;
  top: 45%;
  transform: translate(-50px, -50px);
  border-radius: 7px;
  box-shadow: 1px 0px 9px 3px #e6e4e4;
  width: 60%;
}
.story-section .story-section-wrapper .content-wrapper .heading {
  margin-bottom: 0;
  font-size: 1.8vw;
}
@media (min-width: 992px) {
  .story-section .story-section-mob {
    display: none;
  }
}
@media (max-width: 991px) {
  .story-section .story-section-mob {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */