@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,600&display=swap');

/* COLOR VARIABLES */

:root {
  --color-primary: #e6eaf2;
  --color-secondary: #2c396f;
  --color-accent: #55a0ea;
  --color-accent2: #00a8ff;
  --color-accent3: #4a76a7;
  --color-accent-fade: rgba(85, 160, 234, 0.6);
  --color-text: #5e6ba0;
  --color-hover: #007ce2;
  --color-highlight: #63bafd;
  --color-dark-blue: #0d2a42;
  --color-light-blue0: #d6e1f2;
  --color-light-blue1: #cfdaf3;
  --color-light-blue2: #e5e9f4;
  --color-light-blue3: #f8fafd;

  --color-blue-fade-80: rgba(85, 160, 234, 0.8);
  --color-blue-fade-60: rgba(85, 160, 234, 0.6);
  --color-blue-fade-40: rgba(85, 160, 234, 0.4);
  --color-blue-fade-30: rgba(85, 160, 234, 0.3);
  --color-blue-fade-20: rgba(85, 160, 234, 0.2);
  --color-blue-fade-10: rgba(85, 160, 234, 0.1);

  --color-white-fade-80: rgba(255, 255, 255, 0.8);
  --color-white-fade-60: rgba(255, 255, 255, 0.6);
  --color-white-fade-40: rgba(255, 255, 255, 0.4);
  --color-white-fade-30: rgba(255, 255, 255, 0.3);
  --color-white-fade-20: rgba(255, 255, 255, 0.2);
  --color-white-fade-10: rgba(255, 255, 255, 0.1);

  --color-yellow: #ffc533;
  --color-black: #000;
  --color-white: #fff;
  --color-lightgrey: #606a7c;
}

/* UNIVERSAL STYLES */

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Titillium Web', Arial, sans-serif !important;
  /* background: var(--color-accent3) !important; */
}
h1 {
  font-size: 70px !important;
  line-height: 70px !important;
  font-weight: 700 !important;
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}
/* h2 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
} */
h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
}
h4 {
  font-size: 36px;
  /* line-height: 38px; */
  font-weight: 600;
}
/* h5 {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
} */
.spanh5 {
  font-size: 24px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
}
h6 {
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
}
/* p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
} */

/* ========== SECTION: TOP BANNER ========== */

.h1-text {
  color: var(--color-highlight);
  background: linear-gradient(to right, var(--color-highlight), var(--color-accent2));
  filter: brightness(1) hue-rotate(360deg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-text 5s linear infinite;
}
@keyframes gradient-text {
  0% {
    filter: brightness(1) hue-rotate(360deg);
  }
  50% {
    filter: brightness(1.3) hue-rotate(340deg);
  }
  100% {
    filter: brightness(1) hue-rotate(360deg);
  }
}
.sub-banner-outer h1 {
  color: var(--color-highlight);
  animation: --color-animation 4s linear infinite;
}
.margin-0-auto {
  margin: 0 auto;
}
.align-selft-center {
  align-self: center;
}
@keyframes --color-animation {
  0% {
    color: var(--color-accent);
  }
  50% {
    color: var(--color-accent2);
  }
  100% {
    color: var(--color-accent);
  }
}
.header-section .main-header .navbar-collapse {
  justify-content: end;
}
.header-section .main-header .navbar-collapse .navbar-nav li:first-child {
  margin-left: 115px;
}
.header-section .main-header .navbar-collapse .navbar-nav li {
  display: inline-block;
  margin: 0 19px;
}
.header-section .main-header .navbar-collapse .navbar-nav .blogs-li {
  margin: 0 20px;
}
.header-section {
  background: url('/assets/images/digital-certificate.jpg');
  /* background-color: var(--color-accent3) !important; */
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: top right;
  position: relative;
  overflow: hidden;
}
.index-header-section {
  background-color: var(--color-accent3) !important;
}

.about-header-section,
.features-header-section,
.pricing-header-section,
.contact-header-section {
  background: url('/assets/images/banner-harbor.jpg') !important;
  background-size: cover !important;
}
.about-header-section .banner-right-img,
.features-header-section .banner-right-img,
.pricing-header-section .banner-right-img,
.contact-header-section .banner-right-img {
  transform: scale(0.8) rotate(270deg);
  opacity: 0.6;
}
.about-header-section::before,
.features-header-section::before,
.pricing-header-section::before,
.contact-header-section::before {
  transform: rotate(0deg);
}
.login-header-section {
  height: 100px;
  background: none;
  z-index: 1000;
  overflow: visible;
}
.login-header-section:before {
  display: none;
}
.section-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.section-divider svg {
  position: relative;
  display: block;
  width: calc(171% + 1.3px);
  height: 68px;
  transform: rotateY(180deg);
}
.banner-divider .shape-fill {
  fill: var(--color-light-blue2);
}
.light-banner-divider .shape-fill {
  fill: var(--color-light-blue1);
}
.top-divider {
  top: 0;
  bottom: unset;
  transform: rotate(360deg);
}
.header-section .banner-right-img {
  position: absolute;
  width: 1689px;
  height: 1262px;
  bottom: 105px;
  right: -200px;
}
.header-section:before {
  content: '';
  background: linear-gradient(to right, var(--color-accent-fade) 0%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

/* NAVIGATION */

.header-section .main-header .navbar-brand {
  max-width: 80px;
  margin-top: -55px;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-right: 180px;
}
.navbar-light .navbar-nav .nav-link {
  padding-left: 8px;
  position: relative;
}
.header-section .main-header {
  padding: 26px 350px 0 350px;
}
.cards-section .container,
.header-section .main-header .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.banner-section .banner-container-box .home-banner-text {
  padding-left: 332px;
}
.header-section .main-header .navbar-collapse .navbar-nav li a {
  color: var(--color-primary);
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.2s ease all;
}
.login-header-section .main-header .navbar-collapse .navbar-nav li a {
  color: var(--color-secondary);
}
.header-section .main-header .navbar-collapse .navbar-nav .active > a {
  color: var(--color-accent2);
}
.header-section .main-header .navbar-collapse .navbar-nav a:hover {
  color: var(--color-accent2);
}

/* BUTTON */

.header-section .main-header .navbar-collapse .btn-nav {
  margin-left: 25px !important;
}
.header-section .main-header .navbar-collapse .btn-nav a {
  background: var(--color-hover);
  color: var(--color-primary);
  line-height: 20px;
  padding: 8px 15px 9px 15px;
  display: inline-block;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.6));
  transition: all 0.3s ease-in-out;
}
.header-section .main-header .navbar-collapse .btn-nav a:hover {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2);
  transition: all 0.3s ease-in-out;
}
.banner-section .banner-container-box .home-banner-text h1 {
  margin-bottom: 20px;
  color: var(--color-white);
}
.banner-section .banner-container-box .banner-paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  word-spacing: 0px;
  margin-bottom: 30px;
  padding-right: 10px;
  color: var(--color-white) !important;
  opacity: 0.9 !important;
  font-size: 18px !important;
}
.banner-section .banner-container-box .banner-buttons {
  width: 280px;
  margin: 20px 0;
}
.banner-section .banner-container-box .banner-buttons img {
  max-width: 48%;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease all;
}
.banner-section .banner-container-box .banner-buttons img:hover {
  transform: scale(1.1);
}
.banner-section .banner-container-box .banner-btn {
  margin-bottom: 120px;
}
.banner-section .banner-container-box .banner-btn a {
  color: var(--color-white);
  background: var(--color-secondary);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}
.banner-section .banner-container-box .banner-btn a:hover {
  transform: translateY(-5px);
  filter: brightness(1.3);
}
.banner-section {
  padding-top: 80px;
}
.navbar-nav li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.logo-main {
  position: absolute;
  z-index: 2;
  border-radius: 12px;
  width: 90px;
  max-width: 100%;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.4),
    0 1px 3px 1px rgba(60, 64, 67, 0.2);
  transition: 0.3s ease filter;
}
.logo-main:hover {
  filter: brightness(1.3);
}
.logo-shadow {
  position: absolute;
  z-index: 1;
  margin-top: 4px;
  width: 64px;
  max-width: 100%;
  border-radius: 12px;
  filter: blur(3px);
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.4),
    0 1px 3px 1px rgba(60, 64, 67, 0.2);
  opacity: 50%;
}

/* ========== SECTION: HIGHLIGHT ========== */

.highlight-section {
  background: linear-gradient(45deg, var(--color-secondary), transparent);
  background-image: url(/assets/images/harbor.jpg);
  background-size: cover;
  padding: 180px 0 180px;
}
.highlight-section .gallery-alt-1 {
  width: 365px;
  height: 335px;
}
.highlight-section .gallery-alt-2 {
  width: 146px;
  height: 135px;
}
.highlight-section .gallery-alt-3 {
  width: 407px;
  height: 251px;
}
.highlight-section figure img {
  max-width: 100%;
}
.highlight-section h2 {
  margin-bottom: 33px;
  color: var(--color-white) !important;
}
.highlight-section h6 {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.highlight-section .feature-left-content .feature-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-light-blue1);
  padding-right: 23px;
  margin-bottom: 20px;
}
.highlight-section .feature-left-content ul i {
  background: var(--color-hover);
  color: var(--color-white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  padding: 3px 5px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 14px;
}
.highlight-section .feature-left-content .feature-section-margin-bottom {
  margin-bottom: 30px;
}
.highlight-section .feature-left-content ul li {
  margin-bottom: 12px;
}
.highlight-section .feature-left-content .list-margin-bottom {
  margin-bottom: 0px;
}
.highlight-section .feature-left-content .margin-left-checkk {
  margin-left: 18px;
  letter-spacing: 0px !important;
}
.highlight-section .feature-left-content .list-span {
  color: var(--color-light-blue1);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  word-spacing: 0;
  letter-spacing: 0;
}
.highlight-section .feature-left-content .banner-btn a {
  color: var(--color-white);
  background: var(--color-hover);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}
.highlight-section .feature-left-content .banner-btn a:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
  transition: ease-in-out 0.3s;
}
.highlight-section .about-content-img {
  position: relative;
}
.highlight-section .about-content-img figure {
  border-radius: 16px;
  overflow: hidden;
}
.highlight-section .about-content-img .about-section-f1 {
  top: -24px;
  left: -38px;
}
.highlight-section .about-content-img .about-section-f2 {
  left: 353px;
  top: 173px;
}
.highlight-section .about-content-img .about-section-f3 {
  top: 336px;
  left: 92px;
}
.highlight-section .about-content-img figure {
  position: absolute;
}
.highlight-section .bg-pattern-alt {
  position: absolute;
  left: 21%;
  top: -425px;
}
.highlight-section::after {
  background: url(/assets/images/circle-bg-1.png);
  content: '';
  width: 445px;
  height: 405px;
  position: absolute;
  right: -77px;
  top: -136px;
  opacity: 0.1;
}
.bg-pattern {
  animation: bg-pattern 15s ease-out infinite;
}
@keyframes bg-pattern {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(-55em, 25em) rotate(-60deg);
  }
  20% {
    opacity: 1;
  }
  89% {
    opacity: 1;
    transform: scale(0.8) translateY(-50em, 20em) rotate(-85deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50em, 20em) translateZ(-500em) rotate(-85deg);
  }
}

/* PARTNERS SLIDESHOW */

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}
/* ENABLE FOR FADE EFFECT WHEN SLIDESHOW IS ACTIVE */
.partners-section:before,
.partners-section:after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  pointer-events: none;
  width: 20%;
  height: 100%;
}
.partners-section:before {
  left: 0;
  background-image: linear-gradient(to right, var(--color-light-blue2) 20%, transparent 100%);
}
.partners-section:after {
  right: 0;
  background-image: linear-gradient(to left, var(--color-light-blue2) 20%, transparent 100%);
}
/* fade effect end */
.partners-section h6 {
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.partners-section {
  background: var(--color-light-blue2);
  position: relative;
  padding: 128px 0 20px;
}
.partners-section h2 {
  color: var(--color-secondary);
  margin-bottom: 40px;
}
.partners-section > .container {
  width: 100% !important;
  max-width: 100% !important;
}
.partners-section .partners-content .partners-box {
  background: var(--color-light-blue0);
  border-radius: 10px;
  padding: 24px 30px 20px 30px;
  transition: 0s all ease-in-out;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  border: 2px solid var(--color-light-blue2);
}
.partners-section .partners-content .partners-box:hover {
  background: var(--color-accent);
  transition: ease-in-out 0.3s;
}
.partners-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--color-blue-f);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: none !important;
}
.partners-section .owl-theme .owl-dots .owl-dot span:hover {
  background: var(--color-hover);
  border: none !important;
}
.partners-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-hover);
  border: none !important;
}
.partners-section .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

/* ========== CONTACT POPUP ========== */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(23, 27, 39, 0.85);
  transition: 0.5s ease opacity;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.contact-popup {
  margin: 70px auto;
  padding: 0;
  background: linear-gradient(to bottom, var(--color-light-blue2), var(--color-light-blue1));
  border-radius: 6px;
  width: 900px;
  max-width: 90%;
  position: relative;
  box-shadow: 0 6px 12px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.contact-popup h2 {
  text-align: left;
  font-size: 40px;
  margin: 0 0 40px;
  color: var(--color-white);
}
.contact-popup p {
  text-align: left;
  color: var(--color-light-blue0);
}
.contact-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 18px;
  transition: 0.2s ease color;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: var(--color-secondary);
}
.contact-popup .close-popup:hover {
  color: var(--color-accent);
}
.contact-popup .content {
  margin: 0 auto;
  max-width: 400px;
}
.contact-popup .content .input-text {
  margin-top: 12px;
}
.contact-popup .input-text input {
  height: 48px;
  padding: 1px 10px 0 40px;
}
.contact-popup .input-text > i {
  top: 22px;
}
.contact-popup .content input[type='submit'] {
  background: var(--color-secondary);
  font-weight: 600;
  margin-top: 40px;
  color: var(--white);
  width: 100%;
  padding: 13px 20px;
  border-radius: 6px;
  border: none;
  outline: none;
  transition: 0.3s ease filter;
}
.contact-popup .content input[type='submit']:hover {
  filter: brightness(1.2);
}
.contact-popup .content textarea {
  height: 100px;
}
.contact-popup .col-text {
  padding: 80px 60px;
  border-radius: 6px 0 0 6px;
  background: url(/assets/images/contact-img.jpg);
  background-size: cover;
}
.contact-popup .col-form {
  padding: 80px 60px;
  background-image: url(/assets/images/bg-pattern-1.png);
  background-size: 300%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.contact-popup .col-form h2 {
  display: none;
  font-size: 26px;
  text-align: center;
  margin: -40px 0 20px;
  color: var(--color-secondary);
}
.input-hp {
  display: none;
}

.contact-form .pre-header {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.contact-form {
  background: linear-gradient(45deg, var(--color-secondary), transparent);
  background: url(/assets/images/contact-bg.jpg);
  background-size: cover;
  padding: 140px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.contact-form h2 {
  padding: 0 264px;
  margin-bottom: 25px;
  color: var(--color-primary);
}
.contact-form p {
  color: var(--color-light-blue1);
}
.contact-form .form-control {
  display: block;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text);
  background-color: var(--color-light-blue3);
  background-clip: padding-box;
  border: none;
  border-radius: 8px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  padding: 18px 31px;
}
.contact-form .contact-wrapper {
  margin-top: 20px;
}
.contact-form .contact-wrapper > .row {
  width: 80%;
  margin: 0 auto;
}
.contact-form .contact-wrapper .form-btn button {
  color: var(--color-white);
  background: var(--color-hover);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
}
.contact-form .contact-wrapper .form-btn button:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
}
.contact-form::after {
  background: url(/assets/images/circle-bg-2.png);
  content: '';
  width: 445px;
  height: 405px;
  position: absolute;
  right: -97px;
  bottom: -132px;
  opacity: 0.1;
}
.contact-form .bg-pattern-alt {
  left: -21%;
  position: absolute;
  top: -450px;
}
.contact-form .form-control:focus {
  border: 1px solid var(--color-accent);
  box-shadow: 0 0 0 0.2rem rgba(11, 27, 44, 0.25);
}

/* ========== SECTION: FEATURE ========== */

.feature-section {
  background: var(--color-primary);
  padding: 220px 0 100px;
  position: relative;
}
.feature-section h6 {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.feature-section h2 {
  color: var(--color-secondary);
  margin-bottom: 27px;
  letter-spacing: -0.7px;
}
.feature-section .feature-left-content .feature-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-text);
  padding-right: 23px;
  margin-bottom: 37px;
}
.feature-section .feature-left-content .counter-box .counter-heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: var(--color-hover);
  margin-bottom: 10px;
}
.feature-section .feature-left-content .counter-box .counter-heading .plus-counter {
  font-size: 28px;
  line-height: 30px;
  position: absolute;
  top: 0px;
}
.feature-section .feature-left-content .counter-box .counter-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text);
}
.feature-section .feature-left-content .counter-r {
  margin-left: -35px;
}
.feature-section .feature-right-img-content {
  margin-left: 61px;
  position: relative;
  z-index: 1;
}
.feature-section .feature-bg-pattern {
  position: absolute;
  top: -30%;
  right: -26%;
}
.feature-section .right-section {
  padding-top: 278px;
  position: relative;
  padding-bottom: 137px;
}
.feature-section .right-section .feature-bg-pattern {
  position: absolute;
  top: -29%;
  left: 62%;
}
.feature-section .container figure,
.feature-section .container img {
  max-width: 110%;
}
.feature-1 .feature-figure {
  margin-top: -60px;
}
.feature-2 .feature-figure {
  margin-top: 20px;
}
.feature-3 .feature-figure {
  margin-top: -30px;
}
.feature-4 .feature-figure {
  margin-top: -20px;
}
.feature-section .right-section .right-section-content-inner h6,
.feature-section .feature-extra h6 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 12px;
}
.feature-extra p {
  color: var(--color-text);
}
.feature-section .right-section .right-section-content-inner p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 0;
}
.feature-section .right-section .right-section-content {
  position: relative;
}
.feature-section .right-section .right-section-content .right-section-figure {
  position: absolute;
}
.feature-section .right-section .right-section-content .right-section-content-inner {
  margin-left: 79px;
}
.feature-section .right-section .row-first {
  margin-bottom: 35px;
}
.feature-section .right-section .right-section-img-container {
  margin-left: 0;
}
.feature-section .right-section .feature-left-content {
  padding-left: 103px;
}
.feature-section h2 {
  letter-spacing: 0;
}
.feature-section .right-section .feature-left-content .feature-p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 23px;
  margin-bottom: 25px;
  color: var(--color-text);
}
.small-feature-p {
  font-size: 18px !important;
  line-height: 26px !important;
}

/* ========== SECTION: CARDS ========== */

.cards-section {
  overflow: hidden;
  background: var(--color-light-blue2);
  padding: 100px 0;
}
@keyframes section-pattern {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em) rotate(0);
  }
  20% {
    opacity: 1;
  }
  89% {
    opacity: 1;
    transform: scale(1) translateY(-5em) rotate(-5deg);
  }
  100% {
    opacity: 0;
    transform: translateY(-5em) translateZ(-500em) rotate(-5deg);
  }
}
.cards-section h6 {
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
  transition: ease-in-out 0.4s;
  position: relative;
  width: 100%;
}
.cards-section h2 {
  color: var(--color-secondary);
  margin-bottom: 46px;
}
.cards-section .services-content {
  background: linear-gradient(to bottom, var(--color-white-fade-60), var(--color-blue-fade-20));
  border-radius: 10px;
  padding: 37px 51px 53px 51px;
  border: 2px solid var(--color-light-blue1);
}
.cards-section .services-content .icons-rounded-box {
  background: var(--color-dark-icons-background);
  padding: 12px 16px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 15px;
}
.cards-section .services-content .icons-rounded-box figure {
  max-width: 60%;
  margin: 0 auto;
}
.cards-section .services-content .icons-rounded-box figure img {
  max-width: 100%;
}
.cards-section p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  color: var(--color-text);
  padding: 0;
  margin-bottom: 33px;
}
.cards-section .services-content a {
  color: var(--color-secondary);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  background: var(--color-light-blue1);
  border: 1px solid var(--color-lightgrey);
  border-radius: 15px;
  padding: 11px 34px 12px 34px;
  transition: ease-in-out 0.3s;
}
.cards-section .services-content a:hover {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  transition: ease-in-out 0.3s;
}
.cards-section .services-content h5 {
  margin-bottom: 10px;
  color: var(--color-secondary);
}
.cards-section .services-content .services-box {
  text-align: center;
}
.cards-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.cards-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: var(--color-dark-blue);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: none !important;
}
.cards-section .owl-theme .owl-dots .owl-dot span:hover {
  background: var(--color-hover);
  border: none !important;
}
.cards-section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-hover);
  border: none !important;
}
.cards-section .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none !important;
  padding: 0 !important;
  font: inherit;
}
.cards-section .owl-carousel button.owl-dot:hover {
  border: none !important;
}
.cards-section .owl-carousel .item .services-content .services-box a:hover {
  color: var(--color-secondary);
  background: var(--color-accent) !important;
  border: 1px solid var(--color-accent);
}
.cards-section .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.cards-section .container .row > div {
  padding: 15px !important;
}

/* ========== SECTION: NEWSLETTER ========== */

.input-text {
  position: relative;
}
.input-text input::placeholder,
.input-text textarea::placeholder {
  color: #9da6c1;
}

.input-text label,
.input-select label {
  font-weight: 500;
  font-size: 15px;
  color: #10255e;
  margin-bottom: 0;
  padding: 0 2px;
}
.input-text input,
.input-text textarea,
.input-select select {
  width: 100%;
  height: 40px;
  padding: 2px 14px 0;
  margin: 2px 0 4px 0;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  color: #10255e;
  border: 1px solid #9aa9d6;
  border-radius: 4px;
}
.input-select select {
  padding: 2px 14px 0 7px;
}
.input-text .input-description,
.input-select .input-description,
.input-toggle .input-description {
  font-size: 13px;
  line-height: 12px;
  color: var(--contrast-3);
  padding: 2px 2px 0;
}

.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 40px;
}

.input-text > i,
.input-select > i {
  position: absolute;
  top: 28px;
  left: 14px;
  font-size: 18px;
  color: #10255e;
}
.input-text label,
.input-select label {
  font-size: 11px;
  font-weight: 700;
}

/* ========== SECTION: FOOTER ========== */

footer {
  padding: 50px 0 30px !important;
  background: var(--color-dark-blue);
  color: var(--white);
  align-self: end;
}
footer .footer-content {
  margin: 0 auto;
  padding: 0 12.5%;
}
footer .footer-content h4 {
  margin-bottom: 10px;
}
footer .footer-links ul {
  list-style-type: none;
  padding: 0;
}
footer .footer-links ul li {
  padding-bottom: 15px;
}
footer .footer-links ul li a {
  color: var(--color-light-blue1);
  transition: 0.3s ease;
}
footer .footer-links ul li a:hover {
  color: var(--color-highlight);
}
footer .footer-contact {
  text-align: center;
}
footer .footer-socials {
  margin-top: 20px;
}
footer .footer-socials a {
  margin-left: 10px;
  text-decoration: none;
}
footer .footer-socials a:hover i {
  background: var(--color-highlight);
}
footer .footer-socials i {
  background: var(--color-light-blue1);
  color: var(--color-secondary);
  border-radius: 50%;
  padding: 8px;
  font-size: 16px;
  transition: 0.3s ease;
}
footer h4 {
  font-size: 18px;
  margin: 0;
  color: var(--color-accent);
}
footer h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px;
  color: var(--color-accent);
}
footer p,
footer a {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}
footer a {
  text-decoration: underline;
}
footer .footer-info {
  text-align: right;
}
footer .footer-copyright {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
  opacity: 0.6;
}
footer .footer-qr-codes {
  width: 190px;
  margin-top: 15px;
}

/*
==================================================
PAGE: ABOUT
==================================================
*/

.founder-section {
  background: linear-gradient(45deg, var(--color-secondary), transparent);
  background: url(/assets/images/harbor.jpg);
  background-size: cover;
  padding: 129px 0 94px;
  position: relative;
}
.founder-section:before {
  background: url(/assets/images//circle-bg-2.png);
  content: '';
  width: 445px;
  height: 406px;
  position: absolute;
  top: -134px;
  left: -94px;
}
.founder-section h6 {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.founder-section h2 {
  margin-bottom: 27px;
  color: var(--color-white) !important;
}
.founder-section .feature-left-content .feature-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--color-light-blue1) !important;
  padding-right: 40px;
  margin-bottom: 12px;
}
.founder-section .feature-left-content {
  padding-top: 80px;
}
.founder-section .feature-left-content .banner-btn a {
  color: var(--color-white);
  background: var(--color-hover);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}
.founder-section .feature-left-content .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--color-hover) !important;
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}
.founder-section .feature-bg-pattern {
  position: absolute;
  top: -46%;
  right: -27%;
}
.founder-section .teams-img-content .teams-text h5 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}
.founder-section .teams-img-content .teams-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-accent);
  text-align: center;
  margin-bottom: 34px;
}
.founder-section .teams-img-content .hover_box_plus ul {
  position: absolute;
  left: 3px;
  right: 0;
  bottom: 90px;
}
.founder-section .teams-img-content ul li i:hover {
  background: var(--color-hover);
  border: 1px solid var(--color-hover);
  transform: translate(0, -5px);
  transition: ease-in-out 0.3s;
}
.founder-section .teams-img-content .hover_box_plus {
  margin-bottom: 36px;
}
.founder-section .teams-img-content ul li i {
  color: var(--color-secondary);
  background: var(--color-accent);
  border-radius: 100px;
  font-size: 16px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--color-accent);
  transition: ease-in-out 0.3s;
}
.founder-section .teams-img-content ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.header-section .sub-banner-section h1 {
  text-align: center;
  color: var(--color-white);
  margin-bottom: 20px;
  animation: none !important;
}
.header-section .sub-banner-section p {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  word-spacing: 0px;
  margin-bottom: 33px;
  color: var(--color-light-blue1);
  text-align: center;
  padding: 0 35%;
}
.header-section .sub-banner-section .banner-btn {
  text-align: center;
  position: relative;
}
.header-section .sub-banner-section .banner-btn .btn-inner {
  background: var(--color-primary);
  line-height: 22px;
  font-size: 20px;
  color: var(--color-secondary);
  padding: 16px 38px 17px 34px !important;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border: 1px solid var(--color-lightgrey);
}
.header-section .sub-banner-section .banner-btn .about-margin {
  color: var(--color-accent);
}
.header-section .sub-banner-section .banner-btn .btn-inner i {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'FontAwesome';
}
.header-section .sub-banner-section .banner-btn .btn-inner .text-bars {
  display: inline-block;
  margin: 0 8px 0 8px;
}
.header-section .sub-banner-section .banner-btn .arrow-angles {
  margin: 0 12px;
}
.header-section .sub-banner-section {
  padding-top: 110px;
  padding-bottom: 90px;
}
.header-section .sub-banner-section .sub-banner-outer {
  padding-right: 33px;
}
.section-team .profile-fig img {
  border-radius: 10px;
}

/* ========== SECTION: ABOUT GALLERY ========== */

.section-gallery {
  background: var(--color-light-blue2);
  padding: 90px 0 0;
}
.section-gallery img {
  border-radius: 10px;
  max-width: 100%;
}
.section-gallery h6 {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.section-gallery h2 {
  margin-bottom: 33px;
  color: var(--color-secondary);
}
.feature-left-content h2 {
  color: var(--color-secondary);
}
.section-gallery .feature-left-content .feature-p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: var(--color-text);
  padding-right: 23px;
  margin-bottom: 20px;
}
.section-gallery .feature-left-content .list-margin-bottom {
  margin-bottom: 0px;
}
.section-gallery .feature-left-content ul i {
  background: var(--color-hover);
  color: var(--color-dark-blue);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  padding: 5px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 14px;
}
.section-gallery .feature-left-content .list-span {
  color: var(--color-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  word-spacing: 0px;
  letter-spacing: 0;
}
.section-gallery .feature-left-content .feature-section-margin-bottom {
  margin-bottom: 30px;
}
.section-gallery .highlight-section .feature-left-content .banner-btn a {
  color: var(--color-secondary);
  background: var(--color-accent);
  border-radius: 15px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}
.section-gallery .bg-pattern-alt {
  left: -20%;
  display: none;
}
.section-gallery::after {
  background: url(/assets/images/circle-bg-1.png);
  content: '';
  width: 445px;
  height: 405px;
  position: absolute;
  right: -77px;
  top: -136px;
  display: none;
}
.section-gallery .about-section-f1 {
  margin-bottom: 30px;
}
.section-gallery::before {
  background: url(/assets/images/bg-pattern-1.png);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
}
.section-gallery .feature-left-content {
  padding-top: 2px;
  padding-left: 19px;
}

/* ========== SECTION: SUSTAINABILITY BOXES ========== */

.section-boxes .services-content p {
  color: var(--color-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  word-spacing: 0px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
.section-boxes h6,
.section-team h6 {
  color: var(--color-accent);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.section-boxes .pricing-plan-color {
  color: var(--color-secondary);
  text-align: center;
  position: relative;
  margin-bottom: 9px !important;
}
.section-boxes .services-content {
  background: var(--color-light-blue3);
  border-radius: 15px;
  padding: 46px 54px 42px 44px;
  transition: 0s all ease-in-out;
  cursor: pointer;
  border-bottom: 3px solid var(--color-black-cards-bacground);
  transition: ease-in-out 0.3s;
  position: relative;
  border: 2px solid var(--color-light-blue3);
}
.section-boxes .services-content .icons-rounded-box {
  padding: 0;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: center;
}
.section-boxes h2,
.section-team h2 {
  color: var(--color-secondary);
  margin-bottom: 42px;
}
.section-boxes .bg-pattern-alt {
  left: -15%;
  position: absolute;
  bottom: 36px;
  margin-bottom: 0;
}
.section-boxes.section-sustain .bg-pattern-alt {
  left: -10%;
  transform: scale(0.8) rotate(90deg);
  position: absolute;
  top: 90%;
  bottom: unset;
  margin-bottom: 0;
}
.section-boxes::after {
  background: url(/assets/images/circle-bg-2.png);
  content: '';
  width: 445px;
  height: 405px;
  opacity: 0.15;
  position: absolute;
  right: -97px;
  bottom: -100px;
}
.section-boxes.section-sustain::after {
  display: none;
}
.section-boxes {
  position: relative;
  padding: 130px 0 80px;
}
.profile-section {
  padding: 180px 0 95px;
}
.profile-section::after {
  background: url(/assets/images/bg-pattern-2.png);
  content: '';
  width: 1791px;
  height: 1439px;
  position: absolute;
  right: -539px;
  top: -162px;
  transform: scale(1.3) translateY(-2.75em) rotate(20deg);
  animation: teams-pattern 10s infinite;
}
@keyframes teams-pattern {
  0% {
    opacity: 0;
    transform: scale(1.3) translateY(-0.75em) rotate(20deg);
  }
  20% {
    opacity: 1;
  }
  89% {
    opacity: 1;
    transform: scale(1) translateY(-8em) rotate(30deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateY(-8em) translateZ(-500em) rotate(30deg);
  }
}
.profile-section .profile-section-img-container {
  padding: 0 50px;
}
.profile-section .teams-img-content .hover_box_plus ul {
  position: absolute;
  left: 3px;
  right: 0;
  bottom: 54px;
}
.combine-section-content {
  position: relative;
  z-index: 1;
}
.profile-section .feature-bg-pattern {
  position: absolute;
  top: -2%;
  right: -28%;
}
.profile-section.founder-section:before {
  background: url(/assets/images//circle-bg-2.png);
  content: '';
  width: 445px;
  height: 406px;
  position: absolute;
  top: -134px;
  left: -94px;
  display: none;
}

/* ========== SECTION: TEAM ========== */

.section-team {
  background: var(--color-light-blue2);
  padding: 50px 0 130px;
}
.section-team .teams-img-content .hover_box_plus ul {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 111px;
}
.section-team .teams-img-content ul li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.section-team .teams-img-content .teams-text h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: var(--color-secondary);
  text-align: center;
}
.section-team .teams-img-content .teams-text p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.section-team .teams-img-content ul li i {
  color: var(--color-secondary);
  background: var(--color-accent);
  border-radius: 100px;
  font-size: 18px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  border: 1px solid var(--color-accent);
  transition: ease-in-out 0.3s;
}
.section-team .teams-img-content ul li i:hover {
  background: var(--color-hover);
  border: 1px solid var(--color-hover);
  transform: translate(0, -5px);
  transition: ease-in-out 0.3s;
}
.section-team .teams-img-content .hover_box_plus {
  margin-bottom: 43px;
}
.section-team .teams-img-content .row2mb {
  margin-bottom: 0 !important;
}
.section-team .teams-img-content .row2mbul {
  position: absolute;
  left: 3px;
  right: 0;
  bottom: 63px !important;
}

/*
==================================================
PAGE: PRICING
==================================================
*/

.pricing-plan-section {
  background: var(--color-light-blue2);
  padding: 130px 0 82px;
}
.pricing-plan-section h6 {
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.pricing-plan-section h2 {
  color: var(--color-secondary);
  margin-bottom: 65px;
}
.pricing-plan-section .pricing-plan-color {
  color: var(--color-secondary);
  text-align: center;
  position: relative;
  margin-bottom: 47px !important;
}
.pricing-plan-section .pricing-free-text {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-text);
  font-weight: 400;
  position: absolute;
  bottom: -29px;
  text-align: center;
  left: 0;
  right: 0;
}
.pricing-plan-section .pricing-content {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-grey-icons);
  padding: 0;
  margin-bottom: 44px;
}
.pricing-plan-section .order-now-btn a {
  padding: 10px 32px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-white-banner-text);
  font-weight: 600;
}
.pricing-plan-section .services-content {
  background: var(--color-light-blue3);
  border-radius: 5px;
  padding: 60px 39px 59px 57px;
  transition: 0s all ease-in-out;
  border-bottom: 3px solid var(--color-black-cards-bacground);
  transition: ease-in-out 0.3s;
  position: relative;
  border: 2px solid var(--color-light-blue3);
}
.pricing-plan-section .services-content:hover {
  border: 2px solid var(--color-accent);
  transition: ease-in-out 0.5s;
}
.pricing-plan-section .highlighted {
  background: linear-gradient(to bottom, var(--color-accent), var(--color-light-blue1));
  border: 2px solid var(--color-secondary);
}
.pricing-plan-section .highlighted:hover {
  border: 2px solid var(--color-black);
}
.pricing-plan-section .services-content:hover .pricing-plan-h5 {
  background: var(--color-accent);
}
.pricing-plan-section .highlighted:hover .pricing-plan-h5 {
  background: var(--color-black);
}
.pricing-plan-section h3 {
  margin-bottom: 22px;
}
.pricing-plan-section p {
  margin-bottom: 72px;
  padding: 0 25%;
}
.pricing-plan-section .services-content .icons-rounded-box {
  padding: 0;
  border-radius: 6px;
  margin-bottom: 21px;
  text-align: center;
}
.pricing-plan-section .list-span {
  color: var(--color-text);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  word-spacing: 0px;
  letter-spacing: 0;
}
.pricing-plan-section ul i {
  background: var(--color-hover);
  color: var(--color-primary);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  padding: 5px;
  margin-right: 12px;
  font-size: 13px;
  line-height: 14px;
}
.pricing-plan-section ul li {
  margin-bottom: 12px !important;
}
.pricing-plan-section .services-content .order-now-btn a {
  color: var(--color-white);
  background: var(--color-hover);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: all ease-in-out 0.3s;
}
.pricing-plan-section .services-content .order-now-btn {
  text-align: center;
}
.pricing-plan-section .services-content .order-now-btn a:hover {
  filter: brightness(1.2);
  transition: ease-in-out 0.3s;
}
.pricing-plan-section .pricing-plan-h5 {
  position: absolute;
  font-size: 18px;
  line-height: 17px;
  font-weight: 600;
  color: var(--color-secondary);
  background: var(--color-hover);
  border-radius: 13px;
  padding: 10px 10px;
  left: 20px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -22px;
  width: 125px;
  transition: 0.5s ease-in-out;
}
.pricing-plan-section .highlighted .pricing-plan-h5 {
  color: var(--color-white);
  background: var(--color-secondary);
}
.pricing-plan-section .highlighted ul li span {
  font-weight: 600;
  color: var(--color-secondary);
}
.pricing-plan-section .services-content .list-margin-bottom {
  margin-bottom: 33px;
}

/* ========== SECTION: QUOTES CAROUSEL ========== */

.carousel-section {
  background: var(--color-light-blue1);
  padding: 137px 0 162px;
  position: relative;
}
.carousel-section:before {
  content: '';
  background: url(/assets/images/carousel-before-img.png);
  filter: brightness(0.4);
  width: 305px;
  height: 227px;
  position: absolute;
  top: 106px;
  left: 90px;
}
.carousel-section::after {
  content: '';
  background: url(/assets/images/carousel-after-img.png);
  filter: brightness(0.4);
  width: 305px;
  height: 227px;
  position: absolute;
  right: 68px;
  bottom: 84px;
}
.carousel-section .carousel-content ul li {
  display: inline;
}
.carousel-section .carousel-content {
  text-align: center;
}
.carousel-section .carousel-content h5 {
  color: var(--color-secondary);
  margin-bottom: 23px;
}
.carousel-section .carousel-content ul li i {
  color: var(--color-yellow);
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 26px;
}
.carousel-section .carousel-content h4 {
  color: var(--color-secondary);
  padding: 0 53px;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 50px;
}
.carousel-section .carousel-content ul {
  margin-bottom: 30px;
}
.carousel-section .carousel-content .carousel-text h6 {
  font-size: 22px;
  line-height: 24px;
  color: var(--color-secondary);
  font-weight: 600;
}
.carousel-section .carousel-content .carousel-text p {
  font-size: 16px;
  line-height: 18px;
  color: var(--color-secondary);
  font-weight: 400;
  margin-bottom: 30px;
}
.carousel-section .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-section .carousel-indicators {
  bottom: -50px;
}
.carousel-section .carousel-indicators2 li {
  display: grid;
  margin-right: 80px;
  background: transparent;
}
.carousel-section .carousel-indicators2 {
  bottom: 145px;
  margin-right: 117px;
}
.carousel-section .carousel-indicators2 li {
  opacity: 1;
}
.carousel-section .carousel-indicators2 li:active img {
  opacity: 1;
}
.carousel-section .carousel-indicators2 li {
  text-indent: 1px;
}
.carousel-section .carousel-indicators2 .margin-right-li {
  margin-right: 94px;
}
.carousel-section .carousel-indicators2 .margin-right-li-img1 {
  margin-right: 96px;
}
.carousel-section .carousel-indicators li {
  width: 17px;
  height: 17px;
  border-radius: 100%;
}
.owl-prev,
.owl-next {
  font-size: 30px !important;
  height: 30px !important;
  width: 30px !important;
  background: var(--color-light-blue1) !important;
  outline: none !important;
}
.owl-prev:hover,
.owl-next:hover {
  color: var(--color-primary) !important;
  background: var(--color-secondary) !important;
}
.owl-prev span,
.owl-next span {
  height: 30px;
  display: block;
  margin-top: -20px;
}

/* ========== SECTION: FAQ ========== */

.faq-section {
  padding: 130px 0 140px;
  background: var(--color-light-blue2);
}
.faq-section h2 {
  margin-bottom: 50px;
  color: var(--color-secondary);
}
.faq-section h6 {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.faq-section .faq-section-inner {
  padding-left: 46px;
}
.faq-section .accordian-inner .accordion-card {
  margin-bottom: 36px;
  box-shadow: none;
  background: var(--color-light-blue3);
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
.faq-section .accordion-card button.btn.btn-link {
  color: var(--color-primary);
  background: var(--color-white);
}
.faq-section .accordian-inner .accordion-card .btn {
  padding: 19px 22px 25px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: -8px;
}
.faq-section .accordian-inner .accordion-card span {
  margin-bottom: 0;
  color: var(--color-secondary);
  font-size: 22px;
  line-height: 22px;
}
.faq-section .accordian-inner .accordion-card .show-p {
  margin-bottom: -10px;
}
.faq-section .accordian-inner .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: none;
}
.faq-section .accordian-inner .card-body {
  padding: 5pxpx 23px 28px;
}
.faq-section .accordian-inner .card-body .faq_wrapper {
  position: relative;
}
.faq-section .accordian-inner .card-body .faq_wrapper figure {
  position: absolute;
  top: 5px;
  left: 26px;
}
.faq-section .accordian-inner .card-body .faq_wrapper p {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-text);
  font-weight: 400;
  margin-left: 45px;
}
.faq-section .accordion-card button.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}
.faq-section .accordion-card .btn-link:before {
  content: '\f068';
  position: absolute;
  right: 16px;
  top: 10px;
  font-family: 'Font Awesome 6 FREE';
  display: inline-block;
  vertical-align: middle;
  background: var(--color-accent);
  color: var(--color-secondary);
  font-size: 18px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
}
.faq-section .accordion-card:hover {
  transition: all 0.3s ease-in-out;
  filter: brightness(0.95);
  border-radius: 25px;
}
.faq-section .accordion-card .collapsed:before {
  content: '\2b';
  background: var(--color-accent);
  color: var(--color-secondary);
  border-radius: 100px;
  text-align: center;
}
.faq-section .accordian-inner .accordion-card:last-child {
  margin-bottom: 0;
}
.faq-section .accordian-inner .accordion-card .card-body p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-text);
}

/*
==================================================
PAGE: CONTACT
==================================================
*/

.contact-info-section .offer-section-box {
  background: var(--color-light-blue3);
  padding: 56px 39px 48px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid var(--color-light-blue3);
  transition: 0.3s ease-in-out;
}
.contact-info-section .offer-section-box .offer-section-inner {
  padding: 0;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.contact-info-section h6 {
  text-align: center;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
.contact-info-section h2 {
  color: var(--color-secondary);
  margin-bottom: 65px;
}
.contact-info-section .offer-section-box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 7px;
  word-spacing: 0;
  text-align: center;
}
.contact-info-section .offer-section-box p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 0;
}
.contact-info-section {
  padding: 132px 0;
  background: var(--color-light-blue2);
}
.contact-info-section .offer-section-box .phone-p {
  padding: 0 49px;
}
.contact-info-section .offer-section-box:hover {
  border: 2px solid var(--color-accent);
  transition: ease-in-out 0.3s;
}
.contact-info-section figure {
  width: 120px;
}
.contact-info-section figure img {
  max-width: 100%;
}
.contact-info-section .input-text > i,
.input-select > i {
  top: 32px;
  left: 28px;
}
form#contact input,
form#contact textarea,
form#welcome input,
form#welcome textarea {
  display: block;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text);
  background-color: var(--color-light-blue3);
  background-clip: padding-box;
  border: none;
  border-radius: 8px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  padding: 18px 20px 18px 40px;
  margin: 10px 0;
}
form#contact input[type='submit'],
form#welcome input[type='submit'] {
  color: var(--color-primary);
  background-color: var(--color-secondary);
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s ease;
}
form#contact input[type='submit']:hover,
form#welcome input[type='submit']:hover {
  filter: brightness(1.2);
}
form#contact textarea,
form#welcome textarea {
  height: 200px;
  padding: 18px 20px;
}
form#contact button,
form#welcome button {
  color: var(--color-white);
  background: var(--color-hover);
  border-radius: 6px;
  padding: 20px 48px 21px 47px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
form#contact button:hover,
form#welcome button:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
}
form#contact input:focus,
form#welcome input:focus,
form#contact textarea:focus,
form#welcome textarea:focus {
  border: none;
  outline: none;
  box-shadow: 0 0 0 2px var(--color-accent);
}

/*
==================================================
PAGE: LOGIN & SIGN UP
==================================================
*/

.login-container .header-section:before {
  display: none !important;
}
.login-container .banner-container-box .home-banner-text h1 {
  color: var(--color-white) !important;
}
.login-container .h1-text {
  color: var(--color-accent2) !important;
}
.login-container .banner-container-box .banner-buttons {
  margin: 30px 0 !important;
}
.login-container .banner-container-box {
  padding: 100px;
  max-width: unset !important;
}
.login-container .home-banner-text {
  min-width: 80% !important;
  padding: 0 !important;
}
.login-container .banner-paragraph {
  color: var(--color-white) !important;
  opacity: 0.9 !important;
  font-size: 18px !important;
}
.login-body {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.login-container {
  margin-top: -100px !important;
  background: var(--color-light-blue2);
}
.login-header {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-size: cover !important;
  background-position: top center !important;
  background: url(/assets/images/digital-certificate-login.jpg);
}
.login-banner {
  padding-right: 0 !important;
}
.login-container .banner-btn a {
  border-radius: 6px !important;
  padding: 20px 35px !important;
  color: var(--color-white) !important;
  background: var(--color-hover) !important;
  letter-spacing: 0.05rem !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.login-container .banner-btn a:hover {
  filter: brightness(1.3);
}
.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -50px;
}
.login-form .login-bg-pattern {
  position: absolute;
  width: 1689px;
  height: 1262px;
  right: -1000px;
}
.login-form .input-text {
  width: 320px;
  min-width: 100%;
}
.login-logo {
  position: absolute;
  z-index: 2;
  border-radius: 30px;
  max-width: 100%;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.4),
    0 1px 3px 1px rgba(60, 64, 67, 0.2);
}
.login-logo-shadow {
  position: absolute;
  z-index: 1;
  margin-top: -145px;
  max-width: 100%;
  bottom: -10px;
  border-radius: 30px;
  filter: blur(10px);
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.4),
    0 1px 3px 1px rgba(60, 64, 67, 0.2);
  opacity: 50%;
}
.login-inputs {
  z-index: 100;
}
.login-inputs button {
  background: var(--color-secondary);
  border: none;
  outline: none;
  border-radius: 6px;
  margin-top: 30px;
  padding: 13px 20px;
  color: var(--color-white);
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  transition: 0.3s ease background;
}
.login-inputs button:hover {
  background: var(--color-accent);
}
.login-inputs .forgot-pw {
  float: right;
  padding-right: 5px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-align: right;
  color: var(--color-lightgrey);
  transition: 0.3s ease color;
}
.login-inputs .forgot-pw:hover {
  color: var(--color-accent);
}
.login-inputs .input-text input {
  height: 48px;
  padding: 1px 10px 0 40px;
}
.login-form .input-text > i {
  top: 17px;
}

/* WELCOME PAGE */

.full-body {
  background: url(/assets/images/banner-harbor.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: #195399;
  min-height: 100vh;
}

.full-main .welcome-box {
  position: relative;
  overflow: visible;
  margin-top: 50px;
  background: url(/assets/images/dotted-bg.png), linear-gradient(to bottom, #edf2f9, #f2f5f9);
  background-repeat: repeat-x;
  box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.4);
  padding: 6px 8px;

  @media only screen and (min-width: 991px) {
    padding: 60px 80px;
  }
}
.full-main {
  width: 100% !important;
  max-width: 96%;
  margin: 0 auto;
  padding: 20px 0;

  @media only screen and (min-width: 991px) {
    width: 800px !important;
    padding: 30px 40px 100px;
  }
}
.full-main h1 {
  font-size: 30px !important;
  text-align: center;
  font-weight: 700;
}
.full-main .dropzone:hover {
  background: #abcbed;
}
.full-main .dropzone span {
  padding-left: 5px;
  font-weight: 600;
}

.fullMainButton {
  margin-top: 20px;
  padding: 20px 10px;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .full-main .input-text input,
  .input-select select {
    font-size: 20px;
    height: 60px;
  }
  .full-main .input-text label,
  .input-select label {
    font-size: 15px;
  }
  .full-main .input-text > i,
  .input-select > i {
    top: 44px;
  }
  .full-main button {
    width: 100%;
    height: 80px;
    font-size: 20px;
  }
}

.mmoniclist {
  width: 100%;
  text-align: center;
  margin: 2px 0 4px 0;
  font-size: 16px;
  display: inline-block;
  background: #eae6e6;
  color: #10255e;
  border: 1px solid #9aa9d6;
  border-radius: 4px;
}

.unsupportedCountryList {
  margin: 10px 0;
  /* background-color: rgb(251, 251, 183); */
  /* color: rgb(255, 127, 127); */
  border: 1px solid #9aa9d6;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.signatureCanvas {
  border: 2px solid black;
  width: 100%;
  height: 300px;
  width: 400px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.2);
}
