body{
  font-family: "Poppins", sans-serif;
}
/* Header */
.site-header {
  z-index: 999;
  background-color: #020c19;
}
.site-header .main-menu li a {
  padding: 0px 0 15px;
}
.site-header .main-menu li .sub-menu {
  display: none;
  padding: 15px 10px;
  position: absolute;
  background: #fff;
}
.site-header .main-menu li .sub-menu li {
  margin: 0 0 0;
  display: block;
}
.site-header .main-menu li:hover .sub-menu {
  display: block;
  margin-top: 10px;
}
.site-header .main-menu li .sub-menu li a {
  color: #00a4cb;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 5px 10px;
}
.site-header .main-menu li .sub-menu li a:hover {
  text-decoration: underline;
}
/* Variables */
/* Components */
.sidenav, .closebtn {
  display: none;
}
.site-header {
  padding-top: 22px;
  padding-bottom: 22px;
  top: 0;
  position: fixed;
  transition: 0.4s;
}

.site-header .logo-col img {
  width: auto;
  height: 60px;
  transition: 0.4s;
}

.site-header .mbl-btn {
  display: none;
}

.site-header .main-menu {
  float: right;
  margin-bottom: 0;
  padding: 20px 0 0;
  transition: 0.4s;
}

.site-header .main-menu li {
  margin-left: 25px;
  display: inline-block;
}

.site-header .main-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.site-header .main-menu li a:hover {
  color: #00a4cb;
}

.site-header .main-menu li.current-menu-item a {
  color: #00a4cb;
}

@media (max-width: 1399.98px) {
  .site-header .main-menu li {
    margin-left: 22px;
  }
}

@media (max-width: 1199.98px) {
  .site-header .main-menu li {
    margin-left: 18px;
  }
  .site-header .main-menu li a {
    font-size: 13px;
  }
  .site-header .main-menu li:nth-last-child(1) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .logo-col img {
    height: 48px;
  }
  .site-header .menu-col {
    display: none;
  }
  .site-header #opensidebar {
    display: inline-block;
  }
  .site-header #opensidebar, .site-header #closesidebar {
    width: auto;
    font-size: 30px;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 99;
    position: absolute;
  }
  .site-header #opensidebar i, .site-header #closesidebar i {
    width: 35px;
    height: 28px;
    display: inline-block;
    margin: 20px 0 0;
    background-size: cover !important;
  }
  #main {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    background-color: #020c19;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 20px;
  }
  .sidenav .main-menu {
    padding: 0;
    margin: 35px 0 0;
  }
  .sidenav .main-menu li a {
    color: #00a4cb;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 7px 8px 7px 24px;
  }
  .sidenav .main-menu li a:hover {
    color: #f1f1f1;
  }
  .sidenav .main-menu li .sub-menu {
    display: none;
  }
  .sidenav .main-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 3px !important;
  }
  .sidenav .main-menu li .sub-menu li a:before {
    content: '- ';
    font-weight: 600;
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .sidenav .main-menu li:hover .sub-menu {
    display: block;
  }
  #mblsidenav .custom-logo {
    width: auto;
    height: 50px;
    display: block;
    margin: 5px auto 0;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}


BRIDGE HERO STYLES

.intro-section .image-side img {
  border-radius: 4px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-template-page-the-bridge .bottom-bg {
  background: radial-gradient(circle, rgb(1 165 203) 0%, rgb(0 164 203 / 13%) 0%, rgba(255, 255, 255, 0.9500393908) 100%) !important;
}

.relative-cotent {
  position: relative;
}

.link-area {
  width: 100%;
  height: 100%;
  position: relative;
}

.preview-tag {
  color: #00a4cb;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  top: 47%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  position: absolute;
}

.page-template-page-the-bridge .wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-the-bridge .tool-grid-section .wrap .card-image img {
  border: 2px solid #D9D9D9;
}

/* doc search */
.page-template-page-the-bridge .data-carousal-section .container {
  position: relative;
}

.tab-prev,
.tab-next {
  width: 45px;
  height: 45px;
  top: 50%;
  position: absolute;
  border: 0;
  border-radius: 100px;
  background: #04a4cb;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);

}

.tab-next {
  right: 0px;
}

.tab-prev i,
.tab-next i {
  color: #fff
}

.page-template-page-the-bridge .section-bg {
  background: url(/images/bg.jpg) no-repeat center !important;
}

.page-template-page-the-bridge .modal-body .btn-close {
  top: 0;
  right: 0;
  position: absolute;
}

.intro-section .image-side video {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.intro-section .image-side iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.video-modal video {
  width: 100%;
}

.page-template-page-the-bridge .intro-section .image-side video {
  border-radius: 25px;
  border: 25px solid #ffffff12;
}

.site-footer {
  padding: 65px 0 0;
  background-color: #020c19;
}

.site-footer .custom-logo-link img {
  width: auto;
  height: 55px;
  margin-bottom: 15px;
}

.site-footer ul.social-links {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.site-footer ul.social-links li {
  margin-right: 8px;
  display: inline-block;
}

.site-footer ul.social-links li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1c2024;
}

.site-footer ul.social-links li a:hover {
  background-color: #00a4cb;
}

.site-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  padding: 12px 12px;
}

.site-footer .footer-info {
  padding-right: 30px;
}

.site-footer .footer-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.site-footer .footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.site-footer .footer-title::after {
  content: '';
  width: 50px;
  height: 4px;
  display: block;
  margin: 10px 0 30px;
  background: #00a4cb;
}

.site-footer .footer-menu {
  padding: 0;
  margin: 0;
}

.site-footer .footer-menu li {
  list-style: none;
  margin-bottom: 10px;
}

.site-footer .footer-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer .footer-menu li a:hover {
  color: #00a4cb;
}

.site-footer .footer-contact {
  padding: 0 20px 0 0;
  list-style: none;
}

.site-footer .footer-contact li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  padding-left: 25px;
}

.site-footer .footer-contact li i {
  color: #00a4cb;
  font-size: 15px;
  float: left;
  margin-left: -25px;
}

.site-footer .copyright-row {
  color: #fff;
  padding: 4px 0;
  margin-top: 42px;
  background: #000;
}

.site-footer .copyright-row span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-footer .menu-footer-menu-2-container {
  float: right;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 {
  padding: 0;
  float: right;
  margin: 0px;
  list-style: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li {
  display: inline-block;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100px;
  margin: 0 15px 0 10px;
  background: #00a4cb;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li:nth-child(1):before {
  display: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.site-footer .menu-footer-menu-2-container .footer-menu-2 li a:hover {
  color: #00a4cb;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 55px 0 0;
  }
  .site-footer ul.social-links {
    margin-bottom: 32px;
  }
  .site-footer .footer-menu {
    margin-bottom: 38px;
  }
  .site-footer .footer-contact {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-footer .menu-footer-menu-2-container {
    display: none;
  }
}

.hero-banner {
  height: calc(100vh - 0px);
  max-height: 638px;
}

.hero-banner .banner-row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
}

.hero-banner .banner-row h1 {
  color: #fff;
  font-size: 9vh;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pg-title-section {
  height: 480px;
  background-size: cover;
  background-position: center;
}

.pg-title-section .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-title-section .container .page-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 55px;
}

.pg-title-section .container .page-title::before {
  content: '';
  width: 62px;
  height: 5px;
  display: block;
  margin: 0 0 15px;
  background: #00a4cb;
}

@media (max-width: 1299.98px) {
  .hero-banner {
    max-height: 550px;
  }
}

@media (max-width: 1199.98px) {
  .hero-banner {
    max-height: 480px;
  }
  .hero-banner .banner-row {
    background-size: cover !important;
    background-position: right bottom !important;
  }
  .hero-banner .banner-row h1 {
    font-size: 8vh;
    margin-top: -50px;
  }
  .pg-title-section {
    height: 420px;
  }
  .pg-title-section .container .page-title {
    font-size: 38px;
  }
}

@media (max-width: 1099.98px) {
  .hero-banner {
    max-height: 442px;
  }
}

@media (max-width: 991.98px) {
  .hero-banner {
    max-height: 400px;
  }
  .hero-banner .banner-row h1 {
    font-size: 6vh;
    margin-top: -50px;
  }
  .pg-title-section {
    height: 350px;
  }
  .pg-title-section .container .page-title {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  .pg-title-section .container .page-title::before {
    margin: 0 auto 15px;
  }
}

@media (max-width: 767.98px) {
  .hero-banner {
    max-height: 312px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner {
    max-height: 235px;
  }
  .hero-banner .banner-row h1 {
    font-size: 5vh;
    margin-top: 0px;
  }
}


/* Base style */
p {
  font-size: 16px;
  font-weight: 300;
}

.wow:first-child {
  visibility: hidden;
}

img {
  max-width: 100%;
}

a {
  color: #00a4cb;
}

strong {
  font-weight: bold;
}

.theme-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 50px;
  display: inline-block;
  background: #00a4cb;
  border: 2px solid #00a4cb;
}

.theme-btn:hover {
  color: #00a4cb;
  background-color: transparent;
}

h3.section-title {
  color: #020c19;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 32px;
}

h3.section-title:before {
  content: '';
  width: 110px;
  height: 8px;
  display: block;
  background: #00a4cb;
  margin-bottom: 20px;
}

h4.section-mini-title {
  color: #00a4cb;
  font-size: 38px;
  font-weight: 900;
}

.darkbg {
  color: #fff;
  background: #020c19;
}

.image-side .img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 1399.98px) {
  h3.section-title {
    font-size: 7vh;
  }
}

@media (max-width: 991.98px) {
  .theme-btn {
    padding: 12px 30px;
  }
  .column-icon-box-section .box-title {
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  h3.section-title {
    font-size: 6vh;
  }
}

/* Sidebar */
.fea-blog-section .sidebar {
  padding-left: 50px;
}

.fea-blog-section .sidebar .post-block .featured-img {
  height: 150px;
}


.page-template-page-the-bridge img {
  max-width: 100%;
}
.page-template-page-the-bridge .theme-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 34px;
  display: inline-block;
  background: #00a4cb;
  border-radius: 4px;
  border: 2px solid #00a4cb;
}
.page-template-page-the-bridge .theme-btn.light-btn {
  color: #00a4cb;
  background-color: transparent;
}
.page-template-page-the-bridge .section-bg {
  background: radial-gradient(circle, rgba(240, 73, 32, 0.8800113796) 0%, rgba(0, 164, 203, 0.19) 0%, rgba(255, 255, 255, 0.9500393908) 100%);
}
.page-template-page-the-bridge .bottom-bg {
  background: rgb(240, 73, 32);
  background: linear-gradient(0deg, rgba(240, 73, 32, 0.8800113796) 0%, rgba(0, 164, 203, 0.35) 0%, rgba(255, 255, 255, 0.9500393908) 100%);
}
.page-template-page-the-bridge .section-title {
  color: #020C19;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 0 60px;
}
.page-template-page-the-bridge p {
  color: rgba(2, 12, 25, 0.6980392157);
  font-weight: 300;
}
.page-template-page-the-bridge .intro-section {
  padding: 8.5% 15px 0;
}
.page-template-page-the-bridge .intro-section .container {
  padding-bottom: 4.3%;
  border-bottom: 2px solid #EEEEEE;
}
.page-template-page-the-bridge .intro-section .container .intro-side {
  margin: 15px 0 0;
}
.page-template-page-the-bridge .intro-section .container .intro-side p {
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
  margin: 15px 0 32px;
}
.page-template-page-the-bridge .intro-section .container .intro-side h1 {
  font-size: 42px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 32px;
}
.page-template-page-the-bridge .intro-section .container .btn-row a {
  margin-right: 10px;
}
.page-template-page-the-bridge .offer-section {
  padding: 4% 15px 0;
}
.page-template-page-the-bridge .offer-section .container {
  padding-bottom: 4.5%;
  border-bottom: 2px solid #EEEEEE;
}
.page-template-page-the-bridge .offer-section .container .logo-side img {
  width: 134px;
  display: block;
  margin: 5px 0 0;
}
.page-template-page-the-bridge .offer-section .container .text-side p {
  font-size: 17px;
}
.page-template-page-the-bridge .tool-grid-section {
  padding: 5% 15px 0;
}
.page-template-page-the-bridge .tool-grid-section .wrap {
  padding: 5px 22px;
}
.page-template-page-the-bridge .tool-grid-section .wrap .card-image {
  display: block;
  margin: 0 0 50px;
}
.page-template-page-the-bridge .tool-grid-section .wrap .card-image img {
  border-radius: 8px;
  border: 4px solid #D9D9D9;
}
.page-template-page-the-bridge .tool-grid-section .wrap .card-info h4 {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin: 5px 0px 15px;
}
.page-template-page-the-bridge .tool-grid-section .wrap .card-info h4 i {
  width: 28px;
  height: 38px;
  float: left;
  margin: -7px 10px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-page-the-bridge .tool-grid-section .wrap .card-info p {
  font-size: 15px;
  line-height: 1.75;
}
.page-template-page-the-bridge .tool-grid-section .section-title.bottom-line {
  margin-top: 57px;
}
.page-template-page-the-bridge .tool-grid-section .doc-slider-nav {
  max-width: 450px;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
.page-template-page-the-bridge .tool-grid-section .doc-slider-nav .slick-list {
  padding: 0px !important;
}
.page-template-page-the-bridge .tool-grid-section .doc-slider-nav .slick-list .slick-current i {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.page-template-page-the-bridge .tool-grid-section .doc-slider-nav li {
  margin: 5px 35px 20px;
  display: inline-block;
}
.page-template-page-the-bridge .tool-grid-section .doc-slider-nav li i {
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.page-template-page-the-bridge .data-carousal-section {
  padding: 4.25% 15px;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list {
  padding: 0 5%;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-image img {
  border-radius: 4px;
  border: 2px solid #D9D9D9;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info {
  padding: 35px 50px 0 60px;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 22px;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info object {
  margin-bottom: 10px;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info p {
  line-height: 1.7;
}
.page-template-page-the-bridge .email-features-section {
  padding: 8.5% 15px 0;
}
.page-template-page-the-bridge .email-features-section .container {
  padding-bottom: 5.5%;
  border-bottom: 2px solid #EEEEEE;
}
.page-template-page-the-bridge .email-features-section .container .wrap {
  text-align: center;
  padding: 0 25px;
  margin: 8px 0 0;
}
.page-template-page-the-bridge .email-features-section .container .wrap object {
  margin: 0 0 25px;
}
.page-template-page-the-bridge .email-features-section .container .wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.page-template-page-the-bridge .email-features-section .container .wrap p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.page-template-page-the-bridge .email-features-section .container .wrap a {
  color: #00a4cb;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.page-template-page-the-bridge .additional-features-section {
  padding: 4.5% 15px 0;
}
.page-template-page-the-bridge .additional-features-section .container {
  padding-bottom: 5%;
  border-bottom: 2px solid #EEEEEE;
}
.page-template-page-the-bridge .additional-features-section .container .wrap {
  width: calc(100% - 22px);
  padding: 45px 25px 30px;
  border-radius: 6px;
  margin-bottom: 58px;
  background: #fff;
  border: 2px solid #E7E7E7;
}
.page-template-page-the-bridge .additional-features-section .container .wrap object {
  margin-bottom: 50px;
}
.page-template-page-the-bridge .additional-features-section .container .wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.page-template-page-the-bridge .additional-features-section .container .wrap a {
  color: #00a4cb;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.page-template-page-the-bridge .column-two-section {
  padding: 5% 15px 0;
}
.page-template-page-the-bridge .column-two-section .row {
  padding-top: 5%;
  padding-bottom: 5%;
}
.page-template-page-the-bridge .column-two-section .text-wrap-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-the-bridge .column-two-section .text-wrap-col .text-wrap h4 {
  margin: 0 0 30px;
}
.page-template-page-the-bridge .column-two-section .text-wrap-col .text-wrap p {
  line-height: 2;
}
.page-template-page-the-bridge .column-two-section .right-image .image-wrap {
  padding-left: 10%;
}
.page-template-page-the-bridge .roadmap-section .wrap {
  padding: 52px 40px 30px;
  background-color: #fff;
  border: 2px solid #eee;
}
.page-template-page-the-bridge .roadmap-section .wrap h4 {
  margin-bottom: 20px;
}
.page-template-page-the-bridge .roadmap-section .wrap p {
  line-height: 1.7;
}
.page-template-page-the-bridge .cta-section {
  text-align: center;
  padding: 8.5% 15px;
}
.page-template-page-the-bridge .cta-section .btn-row {
  margin-bottom: 70px;
}
.page-template-page-the-bridge .cta-section p {
  line-height: 2;
}

@media (max-width: 1199.98px) {
  .page-template-page-the-bridge .theme-btn {
    padding: 10px 25px;
  }
  .page-template-page-the-bridge .section-title {
    margin: 0 0 42px;
  }
  .page-template-page-the-bridge .intro-section .container .intro-side h1 {
    font-size: 35px;
  }
  .page-template-page-the-bridge .intro-section .container .intro-side p {
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0 15px;
  }
  .page-template-page-the-bridge .offer-section .container .text-side p {
    font-size: 16px;
  }
  .page-template-page-the-bridge .tool-grid-section .doc-slider-nav li i {
    width: 32px;
    height: 32px;
  }
  .page-template-page-the-bridge .tool-grid-section .section-title.bottom-line {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .page-template-page-the-bridge .tool-grid-section .wrap .card-info h4 {
    font-size: 16px;
  }
  .page-template-page-the-bridge .tool-grid-section .wrap .card-info h4 i {
    width: 24px;
    height: 30px;
    margin: -5px 10px 0 0;
  }
  .page-template-page-the-bridge .email-features-section .container .wrap object {
    height: 42px;
  }
  .page-template-page-the-bridge .email-features-section .container .wrap h4 {
    font-size: 16px;
    line-height: 1.35;
  }
  .page-template-page-the-bridge .additional-features-section .container .col-sm-12 {
    margin-bottom: 30px;
  }
  .page-template-page-the-bridge .additional-features-section .container .wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
  .page-template-page-the-bridge .additional-features-section .container .wrap object {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-the-bridge .intro-section .container .intro-side {
    text-align: center;
  }
  .page-template-page-the-bridge .offer-section .container .logo-side img {
    width: 110px;
    margin: 0px auto 25px;
  }
  .page-template-page-the-bridge .offer-section .container .text-side {
    text-align: center;
  }
  .page-template-page-the-bridge .tool-grid-section .wrap .card-image {
    margin: 0 0 20px;
  }
  .page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info {
    padding: 0px 0px 0 20px;
  }
  .page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info object {
    height: 35px;
    margin-bottom: 5px;
  }
  .page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info h4 {
    font-size: 18px;
  }
  .page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info p {
    font-size: 15px;
  }
  .page-template-page-the-bridge .email-features-section .container .wrap {
    padding: 0 15%;
    margin-bottom: 30px;
  }
  .page-template-page-the-bridge .email-features-section .container .wrap object {
    margin: 0 0 12px;
  }
  .page-template-page-the-bridge .column-two-section img {
    height: 255px;
  }
  .page-template-page-the-bridge .column-two-section .text-wrap-col .text-wrap p {
    line-height: 1.7;
  }
  .page-template-page-the-bridge .column-two-section .text-wrap-col {
    order: 2;
    text-align: center;
  }
  .page-template-page-the-bridge .column-two-section .right-image .image-wrap {
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .page-template-page-the-bridge .column-two-section .row.left-image {
    text-align: center;
  }
  .page-template-page-the-bridge .roadmap-section .wrap {
    text-align: center;
  }
  .page-template-page-the-bridge .cta-section .btn-row {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info {
    padding: 20px 0px 0 15px;
  }
}
@media (max-width: 449.98px) {
  .page-template-page-the-bridge .theme-btn {
    padding: 8px 15px;
    margin-bottom: 15px;
  }
  .page-template-page-the-bridge .section-title {
    font-size: 20px;
    margin: 0 0 32px;
  }
  .page-template-page-the-bridge .intro-section .container .intro-side h1 {
    font-size: 30px;
  }
  .page-template-page-the-bridge .roadmap-section .wrap {
    padding: 30px 25px 15px;
  }
  .page-template-page-the-bridge .roadmap-section .wrap p {
    font-size: 15px;
  }
  .page-template-page-the-bridge .cta-section .btn-row {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=theBridge.css.map */

/* Footer */
.site-footer .wpcf7-response-output {
	color: #fff;
	font-size: 14px;
	padding: 2px 4px !important;
	margin: 0 !important;
	border: 0px !important;
}
.site-footer .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
    margin: -4px 0 5px;
}
.site-footer .wpcf7 form.sent .wpcf7-response-output {
	color: #00a4cb;
	display: block;
	margin: -10px 0 0 -5px !important;
	border-color: transparent;
}
.site-footer input:focus::placeholder {
  color: transparent;
}

/* Page header */
.pg-title-section {
  position: relative;
}
.pg-title-section::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #019cc92e;
  top: 0;
  left: 0;
  position: absolute;
}
.pg-title-section .container {
  z-index: 5;
  position: relative;
}

/* Block */
.paragraph-section .sub-title {
  color: #00a4cb;
  font-size: 18px;
  font-weight: 700;
}
.image-section img {
	max-width: 100%;
}

/* Doc search */
.page-template-page-the-bridge .additional-features-section .container .col-lg-4 {
    margin-bottom: 30px;
}
.page-template-page-the-bridge .additional-features-section .container .wrap {
    height: 100%;
	margin-bottom: 0;
}
.page-template-page-the-bridge .data-carousal-section .doc-slider-for .slick-list .slider-wrap .slider-info {
    padding: 0px 50px 0 60px;
}
.page-template-page-the-bridge .tool-grid-section .wrap a{
	color: #00a4cb;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.page-template-page-the-bridge .modal-body img {
	margin-bottom: 20px;
}
.preview-tag {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
	background-image: url(https://fleximal.com.au/wp-content/uploads/2024/03/play24.png);
}
.page-template-page-the-bridge .intro-section {
    background-image: url(../images/water-icon2.png);
    background-color: #020913;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.page-template-page-the-bridge .intro-section .container .intro-side p,
.page-template-page-the-bridge .intro-section .container .intro-side h1 {
	color: #fff;
}
.page-template-page-the-bridge .intro-section .container {
    border-bottom: 0;
}
.page-template-page-the-bridge .email-features-section {
	color: #fff;
    background: #020913;
}
.page-template-page-the-bridge .email-features-section .container .wrap p {
	color: #fff;
}
.page-template-page-the-bridge .email-features-section .section-title{
	color: #fff;
}
.page-template-page-the-bridge .best-addon-section {
    color: #fff;
    padding: 75px 15px;
    background-color: #020C19;
    background-image: url(https://fleximal.com.au/wp-content/uploads/2024/03/Group67.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.page-template-page-the-bridge .best-addon-section p {
	color: #fff;
}
.page-template-page-the-bridge .best-addon-section .section-title {
	color: #fff;
}
.page-template-page-the-bridge .best-addon-section .text-wrap img {
    height: 55px;
    display: block;
    margin: 0 0 15px;
}
.page-template-page-the-bridge .best-addon-section .text-wrap h4 {
    font-size: 20x;
    display: block;
    margin: 0 0 20px;
}
.page-template-page-the-bridge .additional-features-section .wrap p {
    -webkit-line-clamp: 1;
	line-clamp: 1;
}
.page-template-page-the-bridge .best-addon-section .text-wrap-col {
    display: flex;
	  margin-top: 25px;
    align-items: center;
    justify-content: center;
}
.page-template-page-the-bridge .best-addon-section .image-wrap {
	position: relative;
}

/* the bridge */
.page-template-page-the-bridge .intro-section .image-side img {
	max-width: 100%;}
.page-template-page-the-bridge .intro-section {
    padding: 13.5% 0 4%;
    background-image: url(../images/water-icon1.png);
    background-size: 34%;
    background-position: 98% 28%;}
.page-template-page-the-bridge .intro-section:before {
    width: 22%;
    height: 25%;
    content: '';
    display: block;
    top: 105px;
    left: 0;
    position: absolute;
    background-image: url(../images/water-icon2.png);
    background-size: 110%;}
.page-template-page-the-bridge .intro-section .container .intro-side p {
    margin: 15px 0 15px;}
.page-template-page-the-bridge .intro-section .container .intro-side h1 {
	line-height: 1.25;
	margin-bottom: 22px;}
.page-template-page-the-bridge .intro-section .container .btn-row a {
	padding: 12px 28px;}
.intro-section .image-side img {
    max-width: 658px;
	margin: 22px 0 0;}
.page-template-page-the-bridge .offer-section .container .logo-side img {
    width: 110px;
    margin: 0px 0 0;}
.page-template-page-the-bridge .tool-grid-section {
    padding: 4.5% 15px 4.5%;}
.page-template-page-the-bridge .tool-grid-section .wrap .card-image {
    margin: 0 0 30px;}
.page-template-page-the-bridge .tool-grid-section .wrap .card-image img {
    opacity: 0.35;
    border: 0 !important;}
.page-template-page-the-bridge .tool-grid-section .wrap .card-image {
    margin: 0 0 30px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #D9D9D9;}
.page-template-page-the-bridge .column-two-section {
    padding: 2% 15px 0;}
.page-template-page-the-bridge .column-two-section .row {
    padding-top: 4%;}
.page-template-page-the-bridge .column-two-section .right-image .image-wrap {
    padding-left: 2%;}
.page-template-page-the-bridge .column-two-section .right-image .image-wrap {
    overflow: hidden;
    border-radius: 5px;
    padding-left: 0%;
	border: 2px solid #D9D9D9;}
.page-template-page-the-bridge .offer-section .text-side .wow {
    font-weight: 300;}
.page-template-page-the-bridge .email-features-section .container .wrap {
    margin: 8px 0 100px;}
.page-template-page-the-bridge .email-features-section .container {
	border: 0px;
	padding-bottom: 0.35%;}
.page-template-page-the-bridge .section-title {font-weight: 600;}

@media (max-width: 1199.98px) { 
	.page-template-page-the-bridge .email-features-section .container .wrap {
		margin: 8px 0 58px;
	}
	.page-template-page-the-bridge .cta-section .btn-row {
		margin-bottom: 50px;
	}
}

@media (max-width: 991.98px) { 
	.paragraph-section {
		padding: 50px 15px 20px !important;
	}
	.page-template-page-the-bridge .offer-section .container .logo-side img {
		margin: 0px auto 0;
		display: block;
	}
}

/**START DEMO FORM STYELS**/
.demo-form {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.demo-form form{
  width: 60%;
}
.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.radio-wrap{
  margin-bottom: 15px;
}
.radio-wrap label {
  margin-right: 15px;
  border: 1px solid #00a4cb;
  padding: 10px;
  border-radius: 10px;
  background: #d9f3f9;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group input:focus, .form-group textarea:focus{
  border: 2px solid #00a4cb;
  outline: none;
}
.form-group input, 
.form-group textarea {
  width: 100%;
  padding: 10px 10px 10px 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.form-group textarea{
  padding-left: 10px;
}
.form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #00a4cb;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  background: #00a4cb;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
button i {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .demo-form form{
    width: 90%;
  }
  .radio-wrap label {
    margin-right: inherit;
    width: 49%;
    font-size: 12px;
  }
  .page-template-page-the-bridge .email-features-section {
    padding: 21.5% 15px 0;
}
  .page-template-page-the-bridge .cta-section {
    text-align: center;
    padding: 21.5% 15px;
}
}
/**END DEMO FORM STYELS**/

/**START STICKY MENU STYELS**/
.shrink{
  padding: 10px 0;
}
.shrink .main-menu{
  padding: 10px 0 0;
}
.shrink .logo-col img{
  height: 46px;
  transition: 0.4s;
}
/**END  STICKY MENU STYELS**/

/**START PRICING STYELS**/
.page-template-page-the-bridge .pricing-section {
  text-align: center;
  padding: 5.5% 15px;
}
.page-template-page-the-bridge .pricing-section .wrap {
  padding: 52px 40px 40px;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-top: 10px solid #00a4cb;
  border-radius: 6px;
}
.page-template-page-the-bridge .pricing-section .wrap a {
  margin: 2rem 0;
  padding: 14px 85px;
}
.page-template-page-the-bridge .pricing-section .wrap h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-template-page-the-bridge .pricing-section .wrap h3{
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 1rem;
  color: #00a4cb;
}
.page-template-page-the-bridge .pricing-section .wrap h3 span{
  font-size: 20px;
  font-weight: 400;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info {
  text-align: left;
  padding: 52px 40px 30px;
  background: #fafdfe;
  border-radius: 4px;
}
.page-template-page-the-bridge .pricing-section .wrap .price-sub{
  font-size: 16px;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info h5{
  font-weight: 600;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info h5{
  font-weight: 600;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info .price-title{
  font-size: 18px;
  font-weight: 400;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info ul li{
  display: flex;
  gap:10px;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info ul li i{
  font-size: 18px;
  color: #00a4cb;
  line-height: 1px;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info ul {
  padding-left: 0;
}
@media (max-width: 480px) {
  .page-template-page-the-bridge .pricing-section .wrap {
    padding: 52px 22px 40px;
}
  .page-template-page-the-bridge .pricing-section .wrap h3 {
    font-size: 26px;
}
.page-template-page-the-bridge .pricing-section .wrap .price-info {
  padding: 18px 18px 30px;
}
.page-template-page-the-bridge .pricing-section .wrap a {
  padding: 14px 66px;
}
}

/**END PRICING STYELS**/