@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


.google-sans-flex {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

/*
dark: #030711
med: #121825
lt: #3B495D
xlt: #5F6D82
*/



h1, h2, h3, h4, h5, h6 {
  font-family: "Google Sans Flex", sans-serif;
  color: #fff;
}
.product h3 {
  color: #fff;
}
body {
  font-family: "Google Sans Flex", sans-serif;
  background-color: #030711;
  /*background-color: #fff;*/
  color: #fff;
}
.inter-font {
  font-family: "Google Sans Flex", sans-serif;
}
#body {
  padding-top: 140px;
}
#hero {
  padding-top: 95px;
  height: 100vh;
  background: url(../img/hero.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid #616a7b;
}
.footer-wrapper {
  border-top: 1px dashed rgba(255,255,255,.2);
  padding-top: 40px;
  color: #fff;
}
.navbar-brand {
  width: 175px;
  transition: all 250ms ease-in-out;
  padding-top: 0;
  
}
#header { 
  position: fixed;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 250ms ease-in-out;
  z-index: 99;
  background-color: #030711;
  border-bottom: 1px solid #616a7b;
}
#header.scrolled {
  position: fixed;
  width: 100%;
  background-color: #030711;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 250ms ease-in-out;
  box-shadow: 0 100px 80px rgb(22 61 151 / 7%), 0 41.7776px 33.4221px rgb(22 61 151 / 5%), 0 22.3363px 17.869px rgb(22 61 151 / 4%), 0 12.5216px 10.0172px rgb(22 61 151 / 4%), 0 6.6501px 5.32008px rgb(22 61 151 / 3%), 0 2.76726px 2.21381px rgb(22 61 151 / 2%)
}
.scrolled .navbar-brand {
  width: 150px;
  transition: all 250ms ease-in-out;
}
.nav-item {
  font-size: 14px;
  margin-left: 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #fff;
}

.nav-link {
  color: rgb(209, 213, 219);
}
.nav-link:hover, .nav-link:focus {
  color: #fff;
}
.hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.hero-bg {
  width:100vw;
  height: 100vh;
  /*background: url(../img/chart.png);*/
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.hero-content h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #283266;
}
.hero-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  color: #283266;
}
.hero-content p {
  font-size: 1.8em;
  color: #283266;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.profile-head {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #fff;
}
.profile-head h1 {
  font-size: 3.5rem;
  line-height: 1em;
  color:#fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.profile-head p {
  line-height: 1.2em;
}
#callout-one .row {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#callout-two {
  padding-top: 150px;
  padding-bottom: 50px;
}
#callout-two .icon-container {
  max-width: 275px;
  margin: 0 auto 15px;
}
#testimonials {
  padding-top: 150px;
  padding-bottom: 150px;
}
.testimonials-container {
  padding-top: 300px;
  background-color: #eee;
  border: 1px solid #ccc;
  min-height: 600px;
  text-align: center;
}
#brands {
  background-color: #F9FAFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
#profile {
  padding-top: 100px;
  background-color: #111826;
  border-bottom: 1px solid #616a7b;
  padding-bottom: 100px;
}
.profile-heading {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#footer {
  color: #333;
  padding-top: 5px;
  padding-bottom: 30px;
  background-color: #030711;
}
#footer hr {
  border-top: 1px dashed rgba(255,255,255,.2);
}
#footer h4 {
  color: #9e9a5d;
}
.footer-list {
  list-style-type: none;
  padding: 0;
}
.footer-list a {
  color: rgb(209, 213, 219);
  text-decoration: none;
}
.footer-list a:hover {
  color: #666;
  text-decoration: underline;
}
.sub-footer {
  border-top: 1px dashed rgba(255,255,255,.2);
  padding-top: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff
}
.footer-logo {
  width: 100%;
  max-width: 110px;
}
.footer-list li {
  padding: 7px 0;
  font-size: 14px;
}
.tr-section {
  padding-top: 100px;
  background-color: #030711;
  color: #fff;
  border-bottom: 1px solid #616a7b;
}
.tr-section .prod-link {
  color: #fff
}
.tr-section .prod-link:hover {
  color: #9e9a5d
}
.tr-section-text {
  padding-top: 150px;
  font-size: 1.125rem;
  max-width: 570px;
  margin: 0 auto;
}
.tr-section-text h1 {
  font-size: 3.5rem;
  line-height: 1.15em;
  color: #fff;
  font-weight: 600;

}
.tr-section-text .prod-link {
  color: #fff
}
.tr-section-text .prod-link:hover {
  color: #9e9a5d
}
.tr-section-text h2, .tr-section-text h3 {
  color: #fff;
}
.tl-section-text {
  
  font-size: 1.125rem;
  max-width: 570px;
  margin: 0 auto;
}
.tl-section-text h3 {
  color: #fff;
}
.tl-section-text h1 {
  font-size: 3.5rem;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  background-clip: text;

}
.tl-section-text h1 sup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  top: -3em;
}
#footer-privacy {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  background-color: #030711;
  color: #fff;
  border-top: 1px solid #616a7b;
}
#footer-privacy img {
  max-width: 180px;
  margin: 0 auto;
}
#footer-privacy h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 15px;
}
.privacy-wrapper {
  
}
.products {
  background: url(../img/scrollbg.png) #030711;
  background-size: contain;
  border-bottom: 1px solid #616a7b;
}
.products h1 {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1em;
}
.products h2 {
  font-size: 2.5rem;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: #fff
}
.fde-text {
  color: #9e9a5d
}
.product  {
  padding: 0 150px;
  min-height: 400px;
}
.product img {
  margin-bottom: 10px;
}
.imgdata {
  max-width: 400px !important;
  margin-bottom: 0px !important;
}
#callout-one h1 {
  text-align: center;
  font-size: 3rem;
}
#callout-one p {
  text-align: center;
  font-size: 1.2em;
}
.product-opener h1 {
  margin-top: 35px;
 color: #fff;
 font-weight: 600;
}
.product-opener p {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2em;
  color: #fff;
}
.btn-primary {
  background-image: linear-gradient(to right, #9e9a5d, #c4c085);
  transition: .3s;
  background-size: 200% auto;
  background-color: rgb(62, 25, 113);
  border: none;
}
.btn-primary:hover {
  transition: .3s;
  background-size: 100% auto;
}
.btn-large {
  padding: 10px 20px;
}
.btn-medium {
  padding: 10px 15px;
}
.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}
.text-dark {
  color:#fff !important;
}
.daas-image {
  max-width: 450px;
  margin: 0 auto 5px;
}
.daas-image img {
  padding-bottom: 10px;
}
#main-content {
  padding-top: 115px;
  background-color: #111826;
  padding-bottom: 100px;
  color: #fff;
}
#main-content .card, .modal-content {
  border: 1px solid #3b495d;
  background-color: #1f2836;
  color:#fff;
}
.scroll-link .prod-link {
  text-decoration: none;
  color: rgb(209, 213, 219);
}
.scroll-link .prod-link:hover {
  text-decoration: none;
  color: #fff;
}
.prod-link {
  text-decoration: none;
  color: #007bfe;
}
.prod-link:hover {
  text-decoration: underline;
  color: #007bfe;
}
.dropdown-menu li {
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown-menu li:last-child {
  border-bottom: 0px solid rgba(0,0,0,.1);
}
.dropdown-menu {
  border-radius: 14px;
  padding: 5px 20px;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-color: #ddd;
}
.dropdown-item {
  padding: 10px 34px 10px 0;
}
.title-one h2 {
  font-size: 54px;
  margin-bottom: 0;
}
.title-two p {
  font-size: 15px;
  line-height: 27px;
}
.subtitle {
  padding-bottom: 3px;
  margin-bottom: 29px;
  border-bottom: 3px solid rgba(0,0,0,.2);
}
#page-content {
  margin-top: 15px;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper textarea.medium {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 10px 15px !important;
  margin-top: 0;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 10px 15px !important;
  margin-top: 0;
}
.about-top h4 {
  max-width: 700px;
  margin: 0 auto 20px;
}
.white-text {
  color: #fff;
}
.about-top h1 {
  font-size: 3.5rem;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto 20px;
}
.about-bottom h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 800;
  color: #283266;
}
.about-top {
  height: 100vh;
  max-width: 900px;
  margin: 0 auto;
}
.about-bottom {
  text-align: center;
  padding-bottom: 100px;
  max-width: 900px;
  margin: 0 auto;
}
#about-top {
  background: url(../img/test.png) no-repeat top center;
  background-size: contain;
}
.home-last {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #111826;
  color: #fff;
}
.roiq-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.roiq-section h1 {
  font-size: 3.5rem;
}
.activate-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #777;
    background-color: transparent;
}
.tech-logo {
  max-width: 300px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.tech-box {
  background-color: #1f2836;
  border-radius: 12px;
  padding: 30px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  height: 100%;
  border: 1px solid #3b495d;
}
.roiq-header h1 {
  font-size: 3.5rem;
}
.roiq-header p {
  font-size: 1.2em;
}
.tech-logo2 {
  max-width: 275px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.act-box {
  background-color: #1f2836;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  border-radius: 15px;
 border: 1px solid #3b495d;
}
.case-studies-wrapper .card {
  border: 1px solid #3b495d;
  background-color: #1f2836;
}
.case-studies-wrapper .card-body {
 
}
#activate-one {
  padding-bottom: 80px;
}
.activate-header {
  padding-bottom: 40px;
}
.act-two h1 {
  font-size: 3rem;
}
.act-fo-header h1 {
  font-size: 3.5rem;
}
.match-page h1, .activate-section h1 {
  font-size: 3.5rem;
}
.mobile-hr {
  display: none;
}
#profile img {
  max-width: 700px;
}
.mobile-real {
  background-color: #111826;
  color: #fff;
  border-bottom: 1px solid #616a7b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.table, .table-striped>tbody>tr:nth-of-type(odd)>* {
  color: #fff;
}
.privacy-policy .card {
  border: 1px solid #3b495d;
  background-color: #1f2836;
}



.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #fff !important
}
#product-tabsContent .card {
  border: 1px solid #3b495d;
  background-color: #1f2836;
}
input, textarea, .ts-control, select {
  background: #3B495D !important;
  color: #fff !important;
  border: 1px solid #5F6D82 !important;
}
input::placeholder, textarea::placeholder {
  color: #fff !important; 
}

@media screen and (min-width : 320px) and (max-width : 767px) {
  .hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #283266;
  }
  .hero-content p {
    font-size: 20px;
  }
  .product {
    padding: 0 20px;
    min-height: 475px;
  }
  .products h1 {
    text-align: center;
    font-size: 40px;
    line-height: 1em;
  }
  .product-opener p {
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
  }
  .products h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
  }
  .prod-link {
    text-align: center;
  }
  .scroll-link, .privacy-wrapper {
    text-align: center;
  }
  .profile-head h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .profile-head p {
    font-size: 20px;
    line-height: 24px;
  }
  .tr-section-text {
    padding-top: 0px;
    font-size: 1.125rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .tl-section-text {
    padding-top: 0px;
    font-size: 1.125rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .tr-section-text h1 {
    font-size: 40px;
    line-height: 1em;
    text-align: center;
  }
  .tl-section-text h1 {
    font-size: 40px;
    line-height: 1em;
    text-align: center;
  }
  .tr-section-text h2 {
    text-align: center;
  }
  .tl-section-text p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .tr-section-text p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .getstarted {
    margin-bottom: 30px;
  }
  .tr-section-text h3 {
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tl-section-text h3 {
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer-privacy img {
    margin-bottom: 15px;
  }
  .mobile-hr {
    display: block;
  }
  .mobile-hr {
    border-top: 1px dashed rgba(0,0,0,.7);
  }
  #profile {
    padding-bottom: 50px;
  }
  .mobile-true {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .mobile-real, .mobile-ott, .home-last {
    padding-top: 50px ;
    padding-bottom: 30px;
  }
  .roiq-header h1, .roiq-section h1,.match-page h1, .activate-section h1, .activate-header h1, .act-fo-header h1, .act-two h1 {
    font-size: 30px;
    text-align: center;
  }
  .roiq-header p, .roiq-section p,.match-page p, .activate-section p,.activate-header p, .act-fo-header p, .act-two p {
    font-size: 16px;
    text-align: center;
  }
  .title-one img {
    max-width: 200px !important;
  }
  .activate-section h3 {
    text-align: center;
  }
  .page-id-17041 .title-one h2 {
    font-size: 30px;

  }
}
.load-disc {
  position: fixed;
  width: 100%;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 30px 30px;
  opacity: 1;
  transition: all 200ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}
.load-disc p {
  font-size: 13px;
  margin: 0;
}
.load-disc.accepted {
  opacity: .0;
  transition: all 200ms ease-in-out;
}
.hideDisc {
  opacity: 0;
  display:none;
  transition: all 200ms ease-in-out;
}
.hideMe {
  display: none;
}
.cookie-settings {
  font-size: 13px;
  color: #2E7D32;
  text-decoration: underline;
}
.close-disc {
  font-size: 13px;
  background-color: #1565C0 !important;
  border-color: #1565C0 !important;
  background-image: none;
  border-radius: 0;
  padding: 10px;
}
#settingsModal img {
  width: 140px;
  margin-right: 15px;
}
#settingsModal .nav-pills .nav-link {
  text-align: left;
  border-radius: 0;
  font-size: 13px;
  line-height: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  width: 100%;
}
#settingsModal h5 {
  font-weight: 700;
  color: #333;
}
#settingsModal p, #settingsModal a {
  font-size: 14px;
}
#settingsModal .nav-pills .nav-link.active, #settingsModal .nav-pills .show>.nav-link {
  color: #fff;
  background-color: rgb(13, 110, 253);
}
.cookie-left {
  min-width: 190px;
}
.btn-cookie {
  font-size: 14px;
  background-color: #eee !important;
  border-color: #bbb !important;
  background-image: none;
  border-radius: 0;
  color:#333 ;
}
.btn-cookie:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color:#111 ;
}
.all-cookies {
  font-size: 14px;
  background-color: #43A047 !important;
  border-color: #43A047 !important;
  background-image: none;
  border-radius: 0;
  color:#fff ;
}
.all-cookies:hover {
  background-color: #2E7D32 !important;
  border-color: #2E7D32 !important;
  color:#fff ;
}
.hideCookie {
  display: none;
}
#settingsModal ul {
  font-size: 14px;
}
@media screen and (max-width : 767px) {
  .cookie-buttons {
    padding-top: 30px;
  }
  .load-disc {
    padding: 15px 15px;
  }
  .cookie-left {
    
  }
  #settingsModal img {
    width: 80px;
    margin-right: 15px;
  }
  #settingsModal .modal-header {
    font-size: 14px;
  }
}
.privacy-alert {
  width:300px;
  position: fixed;
  top: 112px;
  right: 15px;
}
.p-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.p-fade.in {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.vidClose {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  color: #fff;
  background-image: none;
  right: 30px;
  top: 28px;
  z-index: 999;
  font-size: 26px;
  border-radius: 100px;
}
.vidClose:hover {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  opacity: 1;
}
.vidClose i {
  vertical-align: super;
}
.vidMobile {
  display: none;
}
.vidDesktop {
  display: inline;
}
@media screen and (min-width : 320px) and (max-width : 767px) {
  .vidMobile {
    display: inline;
  }
  .vidDesktop {
    display: none;
  }
}
.latest-news h1 {
  margin-bottom: 20px !important;
}
.latest-news h1 span {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
@media screen and (max-width : 991px) {
  /*.products {
    display: none;
  }*/
  .product img {
    max-width: 250px;
    padding: 0 !important;
  }
  .product  {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    min-height: auto !important;
  }
  .products {
    background: #030711;
    background-size: contain;
  }
  #profile{
    padding-top: 23px;
  }
}
