@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Black.woff2") format("woff2"), url("../fonts/Pragmatica-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Bold.woff2") format("woff2"), url("../fonts/Pragmatica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

:root {
  scroll-behavior: auto;
}

body {
  font-family: "Pragmatica";
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pragmatica";
  font-weight: bold;
}

h1 {
  font-size: 50px;
  color: #7726AA;
}

h2 {
  font-size: 35px;
  color: #21A0CB;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.text-white * {
  color: #fff;
}

a {
  text-decoration: none;
  transition: all ease-out 0.3s;
}
a:hover {
  color: #21A0CB;
}

ul {
  list-style: none;
  padding: 0;
}
ul li {
  position: relative;
}
ul li:before {
  content: "-";
  margin-right: 5px;
}
ul.list-unstyled, ul.navbar-nav {
  margin-bottom: 0;
}
ul.list-unstyled li::before, ul.navbar-nav li::before {
  display: none;
}

img {
  max-width: 100%;
}

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

button {
  border: 0;
}

textarea.custom-field {
  height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-title {
  margin-bottom: 58px;
}
.form-title h4 {
  font-size: 40px;
}

form .row {
  row-gap: 40px;
}

.theme-btn {
  font-size: 16px;
  font-weight: 500;
  background-color: #FF9800;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  transition: all ease-out 0.3s;
  line-height: 19px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.theme-btn:hover {
  background-color: #fff;
}
.theme-btn.btn-white {
  background-color: #fff;
  color: #7726AA;
}
.theme-btn.btn-white:hover {
  background-color: #21A0CB;
  border-color: #21A0CB;
  color: #fff;
}
.theme-btn.btn-white {
  background-color: #fff;
}
.theme-btn .icon {
  margin-right: 10px;
}

.container {
  max-width: 1670px;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 30%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-overlay .container, .bg-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

.bgCyan {
  background-color: #ACEDEB;
}

.thumb-placeholder {
  background-color: #f7f7f7;
  position: relative;
}
.thumb-placeholder > img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

.section-title {
  background-color: #003257;
}
.section-title .section-title-inner {
  max-width: 700px;
  padding: 136px 0 75px 68px;
  display: inline-block;
  position: relative;
}
.section-title .section-title-inner::before {
  content: "";
  width: 15px;
  height: 278px;
  background-color: #21A0CB;
  position: absolute;
  left: 0;
  bottom: -90px;
  border-radius: 50px;
}
.section-title .section-title-inner h2 {
  margin-bottom: 0;
}
.section-title .section-title-inner.decoration-right {
  padding-left: 0;
  padding-right: 68px;
  padding-top: 98px;
  padding-bottom: 130px;
}
.section-title .section-title-inner.decoration-right:before {
  left: auto;
  right: 0;
  top: -90px;
}

.section-content {
  padding: 0 0 90px;
}
.section-content .section-content-inner {
  padding-left: 68px;
}
.section-content .section-spacing-box {
  padding-top: 57px;
}

.rounded-thumb {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  overflow: hidden;
}

.pt-90 {
  padding-top: 90px !important;
}

.main-header {
  background-color: #2F2F2F;
  padding: 15px 60px;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.main-header .navbar-brand {
  padding: 0;
  max-width: 180px;
}

.header-btn-list ul {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.landing-banner-wrapper {
  padding: 122px 0 200px;
}

.banner-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.banner-content .scroll-down-arrow img {
  width: 60px;
}
.banner-content .banner-title {
  margin-bottom: 35px;
  letter-spacing: -1px;
}
.banner-content .banner-title h1 {
  color: #fff;
  margin-top: 46px;
}
.banner-content .banner-sub-head {
  max-width: 835px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}
.banner-content .banner-sub-head h3 {
  color: #fff;
}

.b2b-info-count-grids .row {
  row-gap: 30px;
}
.b2b-info-count-grids .single-grid {
  padding: 60px 22px 75px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 4px #003b654d;
}
.b2b-info-count-grids .info-text p {
  margin-bottom: 0;
  font-size: 23px;
}
.b2b-info-count-grids .count h1 {
  font-size: 65px;
  color: #7726AA;
  font-weight: 900;
  margin-bottom: 0;
}

.scroll-down-arrow {
  animation: floatingArrow 2s infinite;
}
@keyframes floatingArrow {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0px, 15px);
  }
  40% {
    transform: translate(0, 0);
  }
}
.integrated-media .media-box {
  max-width: 400px;
  margin-top: -62px;
  position: relative;
  z-index: -1;
}

.b2b-solution-grids .sales-count {
  display: flex;
  align-items: center;
}
.b2b-solution-grids .sales-count h1 {
  color: #7726AA;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: -2px;
}
.b2b-solution-grids .sales-count p {
  font-size: 30px;
}
.b2b-solution-grids .sales-count .sales-icon {
  max-width: 95px;
  flex-shrink: 0;
  margin-right: 20px;
}

.b2b-agency-wrapper {
  padding: 90px 0 200px;
}
.b2b-agency-wrapper .agency-title {
  margin-bottom: 50px;
}
.b2b-agency-wrapper .agency-title p {
  font-size: 20px;
}

.agency-grid .row {
  row-gap: 50px;
}
.agency-grid .agency-thumb {
  text-align: center;
}
.agency-grid .agency-thumb img {
  max-width: 250px;
}

.b2b-services-wrapper .services-list {
  row-gap: 12px;
  margin-top: 60px;
}
.b2b-services-wrapper .services-list li {
  font-size: 18px;
  width: 32.33%;
  text-transform: uppercase;
}
.b2b-services-wrapper .section-content {
  position: relative;
}

.pt-200 .section-title .section-title-inner {
  padding-top: 200px;
}

.pb-130 .section-title .section-title-inner {
  padding-bottom: 130px;
}

.capabilities-desktop {
  position: absolute;
  right: 0;
  width: 45%;
  top: -90px;
}

.services-card .media-content {
  padding: 140px 15px 90px;
  text-align: center;
}
.services-card .content-btn {
  padding: 29px 70px 31px;
  background-color: #0D546F;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5568627451);
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  max-width: 420px;
  margin: auto;
  width: 100%;
  margin-top: 6px;
  font-size: 27px;
}
.services-card .card-text {
  padding: 60px 50px;
  background-color: #003257;
  text-align: center;
  color: #fff;
}
.services-card .card-text h3 {
  margin-bottom: 0;
}

.b2b-standout-text-wrapper {
  padding: 180px 0 135px;
  padding: 180px 0 200px;
  background-size: contain;
  background-position: -145px bottom;
  margin-top: 120px;
}
.b2b-standout-text-wrapper .standout-text h2 {
  font-size: 37px;
  text-transform: uppercase;
}

.b2b-book-form-wrapper {
  padding: 135px 0 160px;
  padding: 30px 0 160px;
  position: relative;
}
.b2b-book-form-wrapper .title {
  margin-bottom: 40px;
}
.b2b-book-form-wrapper .title h3 {
  margin-bottom: 20px;
}
.b2b-book-form-wrapper .title p {
  font-size: 20px;
  max-width: 530px;
  width: 100%;
  margin: auto;
}
.b2b-book-form-wrapper:after {
  content: "";
  height: 50%;
  width: 48%;
  background-color: #D3D3D3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.b2b-book-form-wrapper .book-thumb {
  max-width: 85%;
  margin: 0px 0 0 auto;
  transform: translateY(50px);
}

.book-form {
  max-width: 500px;
  margin: auto;
  width: 100%;
}
.book-form .form-group {
  margin-bottom: 20px;
}
.book-form label {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.book-form input {
  width: 100%;
  background-color: #ECEFF1;
  height: 55px;
  border: 0;
  padding: 10px 15px;
  font-size: 16px;
}
.book-form .submit-btn button {
  background-color: #F89C2C;
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
  padding: 10px 20px;
  width: 100%;
  font-weight: 600;
}

.gallery-thumb {
  padding-top: 55%;
}

.member-text {
  margin-top: 15px;
}
.member-text p {
  margin: 0;
  font-size: 18px;
}

.team-grid-slider {
  margin-bottom: 75px;
}

.schedule-talk-link {
  margin-top: 50px;
}
.schedule-talk-link img {
  width: 32px;
}
.schedule-talk-link a {
  font-size: 28px;
  color: #1E2238;
  font-weight: 600;
  margin-left: 13px;
}

a.schedule-btn {
  font-size: 24px;
  color: #fff;
}

.schedule-talk-link > span {
  margin-top: -2px;
}

.schedule-thumb img {
  max-width: 520px;
}

.schedule-talk-wrapper {
  position: relative;
  padding-bottom: 145px;
}
.schedule-talk-wrapper:after {
  content: "";
  width: 51.6%;
  height: 180px;
  background-color: #003257;
  position: absolute;
  left: 0;
  top: -24px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.schedule-text h2 {
  color: #11546F;
}
.schedule-text h2.fw-400 {
  font-weight: 400;
}

.site-main-footer {
  background-color: #1E2238;
  padding: 45px 32px;
}

.platform-thumb {
  text-align: center;
}
.platform-thumb img {
  margin: auto;
}

.platform-slider .slick-track {
  display: flex;
  align-items: center;
}

.schedule-text {
  text-align: center;
}

.verticalyze-navy__nav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: #000000;
  border: 1px solid #696969;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.624);
  padding: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  border-radius: 5px 0 0 5px;
}
.verticalyze-navy__nav li {
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
.verticalyze-navy__nav li::before {
  display: none;
}
.verticalyze-navy__nav li.verticalyze-navy__nav_dot_active {
  background-color: #21a0cb;
  border: solid 2px #00BCD4;
}

._cUP1np9gMvFQrcPftuf {
  background-color: #023258;
}

@media (max-width: 1300px) {
  .b2b-solution-grids .sales-count p {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .b2b-standout-text-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .b2b-info-count-grids .count h1 {
    font-size: 60px;
  }
  .banner-content .banner-sub-head h3 {
    font-size: 26px;
  }
  .banner-content .scroll-down-arrow img {
    width: 45px;
  }
  .landing-banner-wrapper {
    padding-bottom: 110px;
  }
  .section-title .section-title-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .section-title .section-title-inner:before {
    display: none;
  }
  .section-title .section-title-inner.decoration-right {
    padding-right: 0;
  }
  .pt-200 .section-title .section-title-inner, .pb-130 .section-title .section-title-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-content .section-content-inner {
    padding-left: 0;
  }
  .services-card .content-btn {
    font-size: 20px;
  }
  .services-card .card-text {
    padding: 50px 30px;
  }
  .b2b-book-form-wrapper .book-thumb {
    max-width: 470px;
  }


}
@media (max-width: 991px) {
  .integrated-media .media-box {
    display: none;
  }
  .b2b-solution-grids .row {
    row-gap: 30px;
  }
  .section-content {
    padding: 0 0 50px;
  }
  .b2b-agency-wrapper {
    padding: 50px 0 130px;
  }
  .b2b-standout-text-wrapper {
    padding-top: 100px;
    padding-bottom: 130px;
    background-image: none !important;
  }
  .b2b-book-form-wrapper [class^=col-]:first-child {
    order: 2;
  }
  .b2b-book-form-wrapper [class^=col-]:nth-child(2) {
    order: 1;
  }
  .b2b-book-form-wrapper .book-thumb {
    max-width: 470px;
    margin: 0 auto 30px;
    transform: none;
  }
  .b2b-book-form-wrapper {
    padding-bottom: 90px;
  }
  .b2b-book-form-wrapper:after {
    opacity: 0;
  }
  .b2b-services-wrapper .services-list li {
    font-size: 16px;
    padding-right: 20px;
  }
  .b2b-info-count-grids .info-text p {
    font-size: 19px;
  }
  .schedule-thumb img {
    max-width: 360px;
    margin-bottom: 30px;
  }
  .schedule-talk-wrapper {
    padding-bottom: 100px;
  }
  .schedule-talk-wrapper:after {
    display: none;
  }
  .schedule-talk-link a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .b2b-services-wrapper .services-list li {
    width: 50%;
  }
  .b2b-info-count-grids .single-grid {
    padding: 40px 22px 55px;
    transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
  }
  .b2b-info-count-grids .single-grid:hover {
    margin-top: -5px;
  }
  .b2b-info-count-grids .count h1 {
    font-size: 50px;
  }
  .verticalyze-navy__nav {
    display: none;
  }
  .main-header {    
    position: initial;
    padding: 15px 13px;
  }
  .landing-banner-wrapper {
    padding: 6px 0 200px;
}
}
@media (max-width: 639px) {
  .header-btn-list ul {
    flex-direction: column;
    row-gap: 10px;
  }
  .header-btn-list ul li, .header-btn-list ul a {
    width: 100%;
  }
  .header-btn-list ul a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .agency-grid .agency-thumb img {
    max-width: 170px;
  }
  .b2b-standout-text-wrapper .standout-text h2 {
    font-size: 32px;
  }
  .main-header {    
    position: initial;
    padding: 15px 13px;
  }
  .landing-banner-wrapper {
    padding: 6px 0 200px;
}
.main-header {
  position: initial;
  padding: 29px 6px;
}
.landing-banner-wrapper {
  padding: 7px 0 200px;}
}
@media (max-width: 575px) {
  .b2b-services-wrapper .services-list li {
    width: 50%;
    font-size: 16px;
  }
  .b2b-standout-text-wrapper {
    padding: 70px 0;
  }
  .main-header {    
    position: initial;
    padding: 15px 13px;
  }
  .landing-banner-wrapper {
    padding: 6px 0 200px;
}
.main-header {
  position: initial;
  padding: 29px 6px;
}
.landing-banner-wrapper {
  padding: 7px 0 200px;}

}/*# sourceMappingURL=style.css.map */