@charset "UTF-8";
@font-face {
  font-family: "tv";
  src: url("../fonts/tv.eot?caiw01");
  src: url("../fonts/tv.eot?caiw01#iefix") format("embedded-opentype"), url("../fonts/tv.ttf?caiw01") format("truetype"), url("../fonts/tv.woff?caiw01") format("woff"), url("../fonts/tv.svg?caiw01#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tv" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rhombus1 .path1:before {
  content: "";
  color: #160e47;
}

.icon-rhombus1 .path2:before {
  content: "";
  margin-left: -1em;
  color: #6433f3;
}

.icon-facebook:before {
  content: "";
  color: #160e47;
}

.icon-handup:before {
  content: "";
  color: #160e47;
}

.icon-instagram:before {
  content: "";
  color: #160e47;
}

.icon-linkedin:before {
  content: "";
  color: #160e47;
}

.icon-triangle1 .path1:before {
  content: "";
  color: #160e47;
}

.icon-triangle1 .path2:before {
  content: "";
  margin-left: -1em;
  color: #6433f3;
}

.icon-arrow-circle-left:before {
  content: "";
  color: #160e47;
}

.icon-arrow-circle-right:before {
  content: "";
  color: #160e47;
}

.icon-computer:before {
  content: "";
  color: #160e47;
}

.icon-computer-1:before {
  content: "";
  color: #160e47;
}

.icon-cpu:before {
  content: "";
  color: #160e47;
}

.icon-cube:before {
  content: "";
  color: #160e47;
}

.icon-edges:before {
  content: "";
  color: #160e47;
}

.icon-graphic-design:before {
  content: "";
  color: #160e47;
}

.icon-hexagon:before {
  content: "";
  color: #160e47;
}

.icon-hexagons:before {
  content: "";
  color: #160e47;
}

.icon-pie-chart:before {
  content: "";
  color: #160e47;
}

.icon-programmer:before {
  content: "";
  color: #160e47;
}

.icon-rhombus:before {
  content: "";
  color: #160e47;
}

.icon-server:before {
  content: "";
  color: #160e47;
}

.icon-smartphone:before {
  content: "";
}

.icon-square:before {
  content: "";
  color: #160e47;
}

.icon-startup:before {
  content: "";
  color: #160e47;
}

.icon-upload:before {
  content: "";
  color: #160e47;
}

.icon-smartphone1:before {
  content: "";
  color: #160e47;
}

html {
  box-sizing: border-box;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html ul,
html ol {
  padding: 0;
  margin: 0;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #2C3740;
}
@media screen and (max-width: 1366px) {
  body {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1440px) {
  body {
    zoom: 0.92;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  body {
    zoom: 0.85;
  }
}

::-moz-selection {
  background: #2C3740;
  color: #fff;
}

::selection {
  color: #fff;
  background: #2C3740;
}

.divider {
  border-color: #278fe2;
  border-width: 4px;
}

.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.xPadding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xPadding {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xPadding {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xPadding {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xPadding {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.yPadding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .yPadding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .yPadding {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1366px) {
  .yPadding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.ytPadding {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .ytPadding {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .ytPadding {
    padding-top: 45px !important;
  }
}
@media (min-width: 1366px) {
  .ytPadding {
    padding-top: 60px !important;
  }
}
@media (min-width: 1600px) {
  .ytPadding {
    padding-top: 90px !important;
  }
}

.ybPadding {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .ybPadding {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .ybPadding {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1366px) {
  .ybPadding {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1600px) {
  .ybPadding {
    padding-bottom: 90px !important;
  }
}

.xMargin {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xMargin {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xMargin {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xMargin {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xMargin {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.yMargin {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .yMargin {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .yMargin {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.ytMargin {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .ytMargin {
    margin-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .ytMargin {
    margin-top: 60px !important;
  }
}
@media (min-width: 1366px) {
  .ytMargin {
    margin-top: 90px !important;
  }
}
@media (min-width: 1600px) {
  .ytMargin {
    margin-top: 120px !important;
  }
}

.ybMargin {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .ybMargin {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .ybMargin {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1366px) {
  .ybMargin {
    margin-bottom: 90px !important;
  }
}
.btn-solid {
  background: #ffa760;
  color: #2c3740;
  padding: 16px 30px !important;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
}
.btn-solid:hover, .btn-solid:focus {
  background: #ff8e32;
  color: #2c3740;
  box-shadow: none;
}
.btn-solid:active {
  background: #e06400;
  color: #2c3740;
  box-shadow: none;
}
@media (max-width: 992px) {
  .btn-solid {
    padding: 10px 20px !important;
    font-size: 14px;
  }
}
.btn-solid.btn-blue {
  background: #278FE2;
  color: #fff;
}
.btn-solid.btn-blue:hover, .btn-solid.btn-blue:focus {
  background: #1a77c1;
}
.btn-solid.btn-blue:active {
  background: #104b79;
}

.btn-outlined {
  background: transparent;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 30px;
  border: solid 1px #2C3740;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
}
.btn-outlined:hover, .btn-outlined:focus {
  background: #1a77c1;
  color: #fff;
  box-shadow: none;
  border-color: #278fe2;
}
.btn-outlined:active {
  background: #104b79;
  color: #fff;
  box-shadow: none;
  border-color: #278fe2;
}

.no-padding {
  padding: 0 !important;
}

.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 800;
  color: #2c3740;
  font-size: 30px;
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .page-title {
    font-size: 43px;
  }
}

.inset-m {
  margin: 0 -90px;
}
@media only screen and (max-width: 1600px) {
  .inset-m {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 1366px) {
  .inset-m {
    margin: 0;
  }
}

.resources-list .cust_blogteaser {
  padding-bottom: 20px;
  margin-bottom: 32px;
  padding-right: 30px;
}
.resources-list .cust_blogteaser figure {
  max-height: 350px;
  overflow: hidden;
}
.resources-list .cust_blogteaser figure img {
  object-fit: cover;
}
.resources-list .cust_blogteaser .blog-header {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .resources-list .cust_blogteaser .blog-header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.resources-list .cust_blogteaser .blog-desc {
  color: #72797F;
}

.main-cta {
  background: #FBFBFB;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1440px) and (max-width: 1669px) {
  .main-cta {
    zoom: 0.93;
  }
}
@media screen and (min-width: 1670px) and (max-width: 1800px) {
  .main-cta {
    zoom: 0.95;
  }
}
.main-cta p {
  font-size: 18px;
  color: #72797F;
}
@media only screen and (max-width: 767px) {
  .main-cta p {
    font-size: 14px;
  }
}
.main-cta span {
  display: block;
}
.main-cta span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #278fe2;
}
@media only screen and (max-width: 767px) {
  .main-cta span:nth-of-type(1) {
    font-size: 28px;
  }
}
.main-cta span:nth-of-type(2) {
  font-size: 18px;
  color: #2C3740;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .main-cta span:nth-of-type(2) {
    font-size: 14px;
  }
}
.main-cta .abs {
  position: absolute;
  width: 220px;
  height: 220px;
  top: auto;
  right: auto;
  bottom: -90px;
  left: -80px;
  z-index: -1;
  transform: scale(0.9);
}
.main-cta .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-cta .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .main-cta .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .main-cta .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
@media (max-width: 1200px) {
  .main-cta .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
.main-cta .abs-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -150px;
  right: -40px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.main-cta .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-cta .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .main-cta .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .main-cta .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .main-cta .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
.main-cta .abs-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: auto;
  right: auto;
  bottom: 120px;
  left: 60px;
  z-index: -1;
  transform: scale(0.5);
}
.main-cta .abs-3:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-cta .abs-3:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .main-cta .abs-3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .main-cta .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}
@media (max-width: 1200px) {
  .main-cta .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}

.main-references ul {
  list-style: none;
}
.main-references ul li {
  margin: 10px 0;
  color: #278fe2;
  color: #2C3740;
  font-size: 18px;
  font-weight: bold;
}
.main-references ul li:before {
  content: "- ";
  font-size: 18px;
}
.main-references ul li a {
  color: #278fe2;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .main-references ul li a {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .main-references ul li a {
    font-size: 14px;
    word-break: break-word;
  }
}

.about-author {
  background: #2C3740;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-author .author-img {
  width: 96px;
  height: 96px;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 15px;
}
.about-author .author-name span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .about-author .author-name span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-author .author-name span {
    font-size: 20px;
  }
}
.about-author p {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .about-author p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .about-author p {
    font-size: 14px;
  }
}
.about-author .abs {
  position: absolute;
  width: 300px;
  height: 300px;
  top: auto;
  right: auto;
  bottom: -90px;
  left: -80px;
  z-index: -1;
  transform: scale(0.9);
}
.about-author .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-author .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about-author .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about-author .abs {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
@media (max-width: 1200px) {
  .about-author .abs {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
.about-author .abs-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -150px;
  right: -40px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.about-author .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about-author .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about-author .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about-author .abs-2 {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .about-author .abs-2 {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}

a.link {
  color: #278fe2;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

.hpsub {
  font-size: 21px;
  color: #737373;
}

.locations .owl-carousel .owl-item .item {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
}
.locations .owl-carousel .owl-item .item img {
  height: 100px;
}
.locations .owl-carousel .owl-item .item p {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 600;
}
@media (max-width: 768px) {
  .locations .owl-carousel .owl-item .item p {
    font-size: 18px;
  }
}

.howitworks .howitworks-outer {
  margin-top: 60px;
}
.howitworks .howitworks-outer .card {
  border: none;
  margin-bottom: 60px;
  transition: all ease 0.3s;
}
.howitworks .howitworks-outer .card:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .howitworks .howitworks-outer .card {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .howitworks .howitworks-outer .card {
    margin-bottom: 15px;
  }
}
.howitworks .howitworks-outer .card .card-body {
  align-items: center;
}
.howitworks .howitworks-outer .card .card-body .card-icon img {
  width: 90px;
}
.howitworks .howitworks-outer .card .card-body .card-content p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  .howitworks .howitworks-outer .card .card-body .card-content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .howitworks .howitworks-outer .card .card-body .card-content p {
    font-size: 20px;
  }
}
.howitworks .howitworks-outer .card .card-body .card-content .card-title {
  color: #ffa760;
}
.howitworks .howitworks-outer .card .card-body .card-content .card-subtitle {
  color: #2C3740;
}

.navbar.custom-navbar.navbar-hidden {
  transform: translateY(-100%);
}

.services-post {
  background: transparent;
  padding-top: 60px !important;
}
.services-post .maint {
  font-size: 18px;
  letter-spacing: 4.8px;
  color: #535353;
  font-weight: 500;
  text-transform: uppercase;
}
.services-post .maint.benefits-title {
  color: #72797F;
}
.services-post .benelist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.services-post .benelist li {
  padding: 7px 15px;
  border-radius: 40px;
  background: #f6f6f6;
  color: #72797F;
  margin-right: 10px;
  margin-top: 10px;
}
.services-post span.title-underline {
  font-size: unset !important;
  display: inline-block;
  color: #2C3740;
}
.services-post span.title-underline:before {
  height: 9px;
}

.sub-text {
  font-size: 16px;
  margin-bottom: 20px;
  color: #72797F;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5.4px;
}
@media only screen and (max-width: 767px) {
  .sub-text {
    font-size: 14px;
  }
}

.flip .flip-col .flip-card {
  margin-bottom: 30px;
  background-color: transparent;
  width: 100%;
  height: 405px;
  perspective: 1000px;
}
@media only screen and (max-width: 767px) {
  .flip .flip-col .flip-card {
    margin: 0 auto 30px;
    height: 300px;
  }
}
.flip .flip-col .flip-card:hover .flip-card-inner, .flip .flip-col .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
  background: transparent;
}
.flip .flip-col .flip-card:hover .flip-card-inner .flip-card-front img.hand-up, .flip .flip-col .flip-card:focus .flip-card-inner .flip-card-front img.hand-up {
  opacity: 1;
}
.flip .flip-col .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-color: #F7F7F7;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front,
.flip .flip-col .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 32px;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front {
  color: black;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  z-index: 1;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front p {
  font-weight: 700;
  margin-bottom: 30px;
  width: 100%;
  color: #2C3740;
  font-size: 38px;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front p:nth-of-type(2) {
  width: calc( 100% - 50px );
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front p:hover img {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front p img {
  opacity: 10.3;
  max-width: 50px;
}
@media only screen and (max-width: 1600px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front p {
    font-size: 20px;
  }
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front img.hand-up {
  opacity: 0.2;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front img.chl-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs {
  position: absolute;
  width: 320px;
  height: 320px;
  top: -140px;
  right: auto;
  bottom: auto;
  left: -80px;
  z-index: -1;
  transform: scale(0.65);
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #278FE2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(-140px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
@media (max-width: 1200px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-front .abs {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(-140px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-back {
  background: #F7F7F7;
  transform: rotateY(180deg);
  overflow: hidden;
  overflow-y: auto;
}
.flip .flip-col .flip-card .flip-card-inner .flip-card-back p {
  width: 100%;
  color: #2C3740;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .flip .flip-col .flip-card .flip-card-inner .flip-card-back p {
    font-size: 26px;
  }
}
.flip .flip-col:nth-of-type(n+1) .flip-card .flip-card-inner .flip-card-front .abs {
  top: -140px;
  right: auto;
  bottom: auto;
  left: -80px;
  z-index: -1;
}
.flip .flip-col:nth-of-type(n+1) .flip-card .flip-card-inner .flip-card-front .abs:before {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip .flip-col:nth-of-type(n+1) .flip-card .flip-card-inner .flip-card-front .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .flip .flip-col:nth-of-type(n+1) .flip-card .flip-card-inner .flip-card-front .abs {
    display: none;
  }
}
.flip .flip-col:nth-of-type(2n+2) .flip-card .flip-card-inner .flip-card-front .abs {
  width: 350px;
  height: 350px;
  top: -110px;
  right: -100px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.flip .flip-col:nth-of-type(2n+2) .flip-card .flip-card-inner .flip-card-front .abs:before {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip .flip-col:nth-of-type(2n+2) .flip-card .flip-card-inner .flip-card-front .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .flip .flip-col:nth-of-type(2n+2) .flip-card .flip-card-inner .flip-card-front .abs {
    display: none;
  }
}
.flip .flip-col:nth-of-type(3n+3) .flip-card .flip-card-inner .flip-card-front .abs {
  width: 270px;
  height: 270px;
  top: auto;
  right: -100px;
  bottom: 50px;
  left: auto;
  z-index: -1;
}
.flip .flip-col:nth-of-type(3n+3) .flip-card .flip-card-inner .flip-card-front .abs:before {
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip .flip-col:nth-of-type(3n+3) .flip-card .flip-card-inner .flip-card-front .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .flip .flip-col:nth-of-type(3n+3) .flip-card .flip-card-inner .flip-card-front .abs {
    display: none;
  }
}

@keyframes tio-loader-hide {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}
.tio-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999999;
  /* highest top level layer */
  background: #FFA760;
  opacity: 1;
  display: flex;
  /* Auto-hide after 3s if JS fails to dismiss it */
  animation: tio-loader-hide 0.6s ease 3s forwards;
}
.tio-loader img {
  max-width: 400px;
  width: 100%;
  padding: 20px;
}

.error404 .page-subtitle {
  font-weight: 800 !important;
}
.error404 .error404Head .errorD strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 800 !important;
  font-size: 150px;
}
.error404 .error404Head .errorD strong img {
  max-width: 150px;
  position: relative;
  top: -20px;
}
@media only screen and (max-device-width: 480px) {
  .error404 .error404Head .errorD strong {
    font-size: 100px;
  }
  .error404 .error404Head .errorD strong img {
    max-width: 100px;
  }
}
.error404 .error404Head p {
  font-size: 22px;
  color: #2C3740;
  font-weight: 500;
}
.error404 .error404Body p {
  font-size: 15px;
  font-weight: 500;
  color: #72797F;
}
.error404 .error404Body p a {
  font-size: inherit !important;
  font-weight: 500;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
  background: rgba(39, 142, 226, 0.13);
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #ffa760;
}

.search-page .search-q {
  width: 100%;
  max-width: 580px;
  text-align: left;
  margin: 0 auto;
}
.search-page .searchform .screen-reader-text {
  display: none;
}
.search-page .searchform input[type=text] {
  width: 80%;
  max-width: 500px;
  border: 2px solid #212121;
  color: #212121;
  min-width: 60px;
  padding: 6px 12px;
}
.search-page .searchform input[type=submit] {
  border: none;
  color: #212121;
  padding: 8px 12px;
  background-color: #ffa760;
}
@media only screen and (max-width: 767px) {
  .search-page {
    text-align: left !important;
  }
  .search-page .searchform input[type=text] {
    width: 60%;
  }
}

.searchbox-container {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.searchbox-container.show-searchbox {
  max-height: 100px;
  top: 60px;
  transition: all 0.25s ease-in;
}
.searchbox-container .forres {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .searchbox-container {
    position: static;
    max-height: none;
  }
}

.search-icon img {
  max-height: 16px;
}

@media screen and (max-width: 1199px) {
  .btn-search {
    display: none;
  }
}

.service-modal {
  position: fixed;
  background: #7D7D7D;
}
.service-modal .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  pointer-events: unset;
}
.service-modal .modal-dialog .modal-content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.service-modal .modal-dialog .modal-content .close {
  position: relative;
  top: -50px;
  right: -40px;
  font-size: 50px;
}
@media only screen and (max-width: 992px) {
  .service-modal .modal-dialog .modal-content .close {
    top: 2%;
    right: 2%;
  }
}
.service-modal .modal-dialog .modal-content .close:focus {
  border: none;
  outline: none;
}
.service-modal .modal-dialog .modal-content .abs {
  position: absolute;
  opacity: 0.4;
  width: 320px;
  height: 320px;
  top: 40px;
  right: auto;
  bottom: auto;
  left: -120px;
  z-index: -1;
  transform: scale(0.75);
}
.service-modal .modal-dialog .modal-content .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-modal .modal-dialog .modal-content .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .service-modal .modal-dialog .modal-content .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .service-modal .modal-dialog .modal-content .abs {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(40px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-120px / 2);
  }
}
@media (max-width: 1200px) {
  .service-modal .modal-dialog .modal-content .abs {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(40px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-120px / 2);
  }
}
.service-modal .modal-dialog .modal-content .abs-2 {
  position: absolute;
  opacity: 0.4;
  width: 320px;
  height: 320px;
  top: auto;
  right: -100px;
  bottom: -60px;
  left: auto;
  z-index: -1;
  transform: scale(0.95);
}
.service-modal .modal-dialog .modal-content .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-modal .modal-dialog .modal-content .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .service-modal .modal-dialog .modal-content .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .service-modal .modal-dialog .modal-content .abs-2 {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(auto / 2);
    right: calc(-100px / 2);
    bottom: calc(-100px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .service-modal .modal-dialog .modal-content .abs-2 {
    width: calc(320px / 1.7);
    height: calc(320px / 1.7);
    top: calc(auto / 2);
    right: calc(-100px / 2);
    bottom: calc(-100px / 2);
    left: calc(auto / 2);
  }
}
.service-modal .modal-dialog .modal-content .modal-title {
  font-size: 34px;
  font-weight: 400;
  color: #2c3740;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
}
.service-modal .modal-dialog .modal-content .modal-title img {
  max-height: 60px;
}
.service-modal .modal-dialog .modal-content p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.service-modal .modal-dialog .modal-content p.list-text {
  font-weight: 500;
  color: #72797F;
  font-size: 16px;
}
.service-modal .modal-dialog .modal-content ul {
  list-style-position: inside;
}
.service-modal .modal-dialog .modal-content ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #72797F;
  font-size: 16px;
}
.service-modal .modal-dialog .modal-content ul li ol {
  list-style-position: inside;
  padding-left: 30px;
}

@media screen and (min-width: 992px) {
  .social-links {
    position: fixed;
    left: 0;
    top: 38%;
    background: #2c3640;
    flex-direction: column;
    z-index: 1290;
  }
  .social-links li {
    display: block;
  }
}

.scrolled-nav {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.navbar.custom-navbar {
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-left: 0;
}
.navbar.custom-navbar .dropdown-menu {
  min-width: 270px;
}
@media screen and (max-width: 1199px) {
  .navbar.custom-navbar {
    background: #fff;
  }
  .navbar.custom-navbar .dropdown-toggle.nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar.custom-navbar .navbar-collapse {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
  .navbar.custom-navbar .dropdown-menu {
    border: none;
    padding-left: 15px;
  }
}
.navbar.custom-navbar .blog-category {
  margin-top: 0;
  font-size: 12px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 15px;
  margin-left: 10px;
}
.navbar.custom-navbar .navbar-nav .nav-link {
  color: #000;
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar.custom-navbar .navbar-nav .nav-link:hover, .navbar.custom-navbar .navbar-nav .nav-link:focus {
  color: #ffa760;
}
.navbar.custom-navbar .navbar-nav .nav-link.btn-solid:hover, .navbar.custom-navbar .navbar-nav .nav-link.btn-solid:focus {
  background: #ff8e32;
  color: #2c3740 !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .navbar.custom-navbar {
    padding-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .navbar-brand.nav-logo {
    max-width: 160px !important;
    background-size: contain !important;
    height: 30px !important;
  }
}
.navbar-brand.nav-logo {
  background: url("../../assets/img/logo.svg") no-repeat;
  width: 100%;
  max-width: 240px;
  padding: 5px 0px;
  background-size: contain;
  height: 40px;
}

.contact .contact-header {
  padding-top: 150px;
  padding-bottom: 90px;
  background: transparent linear-gradient(216deg, #FFEBDB 0%, #FFFFFF 45%) 0% 0% no-repeat padding-box;
}
.contact .contact-header .contact-banner img {
  width: 100%;
  max-width: 606px;
}
.contact .contact-header p {
  font-size: 20px;
  color: #72797f;
}
.contact .contact-header .form-group {
  padding-right: 20px;
}
.contact .contact-header .form-group label {
  color: #2C3740;
  font-size: 16px;
  font-weight: 500;
}
.contact .contact-header .form-group .form-control {
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  padding: 20px 18px;
  color: #2C3740;
  border: 2px solid #2C3740;
}
.contact .contact-header .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact .contact-header .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #2C3740;
}
.contact .contact-header .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #2C3740;
}
.contact .contact-header .form-group .form-control::placeholder {
  opacity: 0.5;
  color: #2C3740;
}
.contact .contact-header .form-group select {
  text-indent: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/contact/caret.svg") white no-repeat 98.5% !important;
  background: url("../img/contact/caret.svg") white no-repeat calc(100% - 10px) !important;
}
.contact .contact-header .form-group textarea.form-control {
  resize: none;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-header .form-group textarea.form-control {
    height: 100px;
  }
}
.contact .contact-header .form-group.invalid label {
  color: #ffcccb !important;
}
.contact .contact-header .form-group.invalid .form-control {
  color: #ffcccb !important;
  border-color: #ffcccb;
}
.contact .contact-header .form-group.invalid .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #ffcccb;
}
.contact .contact-header .form-group.invalid .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #ffcccb;
}
.contact .contact-header .form-group.invalid .form-control::placeholder {
  opacity: 0.5;
  color: #ffcccb;
}
.contact .careers .career-pos {
  padding-right: 60px;
}
.contact .careers .career-pos:nth-of-type(1) .card {
  border-top: solid 16px #FFD7B8;
}
.contact .careers .career-pos:nth-of-type(2) .card {
  border-top: solid 16px #B7D9F5;
}
.contact .careers .career-pos:nth-of-type(3) .card {
  border-top: solid 16px #EAEAEA;
}
.contact .careers .career-pos .card {
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .careers .career-pos .card {
    border-top-width: 12px !important;
    margin-top: 30px;
  }
}
.contact .careers .career-pos .card .card-body {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact .careers .career-pos .card .card-body {
    padding-top: 0;
  }
}
.contact .careers .career-pos .card .card-body .card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (max-width: 992px) {
  .contact .careers .career-pos .card .card-body .card-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .careers .career-pos .card .card-body .card-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .contact .careers .career-pos .card .card-body .card-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .careers .career-pos .card .card-body .card-text {
    font-size: 14px;
  }
}

.home .posh-banner img {
  width: 90%;
}
.home .workplace-exp {
  background: #E7F2FB 0% 0% no-repeat padding-box;
}
.home .workplace-exp ul {
  list-style: none;
}
.home .workplace-exp ul li img {
  max-width: 100%;
  width: 70%;
}
.home .workplace-exp ul li:not(:nth-last-of-type(1)) {
  margin-right: 15px;
}
.home .workplace-exp video {
  max-width: 100%;
  width: 85%;
}

.featured .featured-thumb .owl-item:not(.current) {
  opacity: 0.3;
}
.featured .featured-slides.owl-carousel .owl-dots {
  display: none;
}
.featured .featured-slides.owl-carousel .owl-stage {
  align-items: center;
  display: flex;
}
.featured .featured-slides.owl-carousel .owl-stage .owl-item .item img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.featured .featured-slides.owl-carousel .owl-stage .owl-item .item .featured-content {
  position: relative;
  width: 70%;
  padding: 0 30px 40px 30px;
  margin-left: 87px;
  margin-right: 87px;
}
@media only screen and (max-width: 1280px) {
  .featured .featured-slides.owl-carousel .owl-stage .owl-item .item .featured-content {
    width: 80%;
  }
}
.featured .featured-slides.owl-carousel .owl-stage .owl-item .item .featured-content:before {
  content: "";
  width: 87px;
  height: 61px;
  left: -87px;
  display: block;
  background: url("./../../assets/img/quotes1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.featured .featured-slides.owl-carousel .owl-stage .owl-item .item .featured-content:after {
  content: "";
  width: 87px;
  height: 61px;
  right: -87px;
  display: block;
  background: url("./../../assets/img/quotes2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.featured .featured-slides.owl-carousel .owl-stage .owl-item .item .featured-content p {
  color: #3E3E3E;
  font-size: 22px;
  font-weight: bold;
}

.posh-banner {
  padding-top: 170px;
  padding-bottom: 60px;
  background: transparent linear-gradient(216deg, #FFEBDB 0%, #FFFFFF 45%) 0% 0% no-repeat padding-box;
  overflow: hidden;
}
.posh-banner .mobile-bn .banner-img-text {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-position: center !important;
  background-size: 100% !important;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .posh-banner .mobile-bn .banner-img-text {
    max-width: 500px;
  }
}

@media (max-width: 992px) {
  .posh-banner {
    padding-top: 85px;
    padding-bottom: 60px;
  }
}
.banner-right {
  margin-right: -5px;
  margin-left: -5px;
}

.img-container {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 576px) {
  .img-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.banner-right .bn-mid {
  margin-top: 54px;
}

@media (max-width: 768px) {
  .banner-right .bn-mid {
    margin-top: 25px;
  }
}
.banner-img-text {
  position: relative;
  max-width: 358px;
  width: 100%;
}

.ps-text {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  height: 70px;
  align-items: flex-end;
  flex-direction: row;
  background: transparent linear-gradient(180deg, #00000014 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 0 6px 6px;
}

@media (max-width: 768px) {
  .ps-text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .ps-text {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .page-para {
    margin: 15px 0 15px !important;
  }
}
.page-para {
  font-size: 18px;
  color: #72797f;
  margin: 40px 0 28px;
}
@media only screen and (max-width: 992px) {
  .page-para {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-para {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .page-banner-left {
    padding-top: 110px !important;
    padding-bottom: 90px;
  }
}
.page-banner-left {
  padding-top: 60px;
}

.col-menu h5, .col-menu h1 {
  color: #2C3740 !important;
}

@media (max-width: 1200px) {
  .page-banner-left .btn-solid {
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .page-banner-left .btn-solid {
    margin-bottom: 15px;
  }
}
.stats-outer {
  background: #f7f7f7;
}

p {
  margin-bottom: 0.5rem;
}

.statistics .stats-outer p {
  padding-left: 15px;
}

.statistics .stats-outer p:nth-of-type(1) {
  color: #278FE2;
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
}

.statistics .stats-outer p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans";
}

.statistics .stats-outer {
  padding-top: 48px;
  padding-bottom: 48px;
  border-radius: 22px;
}

.statistics, .clients {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .statistics, .clients {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.clients {
  padding: 60px 0;
}
@media only screen and (max-device-width: 480px) {
  .clients {
    padding: 15px 0;
  }
}

.owl-carousel.client-slides {
  display: block;
}

.clients .item img {
  width: 100%;
}

.clients .item {
  padding: 30px;
}
@media only screen and (max-device-width: 480px) {
  .clients .item {
    padding: 10px;
  }
}

.clients .owl-stage {
  display: flex;
  align-items: center;
}

.page-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #2c3740;
  font-size: 34px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .page-subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-subtitle {
    font-size: 24px;
  }
}

.services {
  margin: 60px 0;
}

.services .service .card-body {
  padding: 40px;
}

.service img {
  width: 100%;
}

.service .card-img {
  width: 50px;
  margin-right: 16px;
}

.service .card-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #3D3D3D;
  font-weight: bold;
}

.title-underline:before {
  content: "";
  position: absolute;
  width: 0;
  height: 10px;
  background: #8CC4EF;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0) translate(-50%, -50%);
  bottom: 2px;
  z-index: -1;
  left: 50%;
  transition: all 0.3s ease-in-out;
  animation: expandline 2s forwards;
  animation-delay: 2s;
}
@media only screen and (max-width: 767px) {
  .title-underline:before {
    height: 8px;
  }
}

.title-underline {
  position: relative;
  z-index: 1;
}

@keyframes expandline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.services .card:hover {
  cursor: pointer;
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 11px 12px rgba(223, 223, 223, 0.4);
}

.services .card {
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.14, 0.49, 0.49, 0.82);
}

.testimonial {
  background: #fcc;
  border-radius: 22px;
}

.testimonials-outer {
  background: #2C3740;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.person-info .person-img img {
  width: 100%;
}

.person-info .person-img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  text-align: center;
  margin-right: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.item.person {
  color: #fff;
}

.person-details h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .person-details h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.personal-details p:nth-of-type(1) span {
  font-size: 16px;
}

.personal-details p:nth-of-type(2) span {
  font-size: 14px;
  background: #8CC4EF;
}

.person-details p:nth-of-type(2) span {
  font-size: 12px;
  background: #8CC4EF;
  display: inline-block;
  padding: 2px 10px;
  color: #2C3740;
  border-radius: 2px;
  font-weight: 500;
}

.person-details p:nth-of-type(1) span {
  font-size: 14px;
}

.person .person-quote p {
  font-size: 18px;
  margin-top: 30px;
}

.testimonial-slides .owl-dots .owl-dot {
  background: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  opacity: 0.5;
}

.testimonial-slides .owl-dots .owl-dot.active {
  opacity: 1;
}

.testimonial-slides .owl-nav {
  display: none;
}

.testimonial-slides .owl-dots {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slides .owl-dots {
    text-align: center;
  }
}

.abs-circle {
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 8px solid #FFA760;
  border-radius: 100%;
  left: -80px;
  top: 60px;
}
@media only screen and (max-width: 767px) {
  .abs-circle {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  .abs-circle {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 4px solid #FFA760;
    border-radius: 100%;
    left: -30px;
    top: -30px;
    z-index: -1;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1600px) {
  .abs-circle {
    height: 180px;
    width: 180px;
    border-radius: 100%;
  }
}
.abs-circle-inner {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 6px solid #278fe2;
  border-radius: 100%;
}

@media (max-width: 1366px) {
  .abs-circle-inner {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: 3px solid #278fe2;
    border-radius: 100%;
  }
}
.abs-circle.abs-pos2 {
  right: -6%;
  left: auto;
  top: auto;
  bottom: -20%;
  height: 300px;
  width: 300px;
}

@media (max-width: 1366px) {
  .abs-circle.abs-pos2 {
    right: -6%;
    left: auto;
    top: auto;
    bottom: -90px;
    height: 200px;
    width: 200px;
  }
}
.testimonials-outer h2 {
  color: #fff;
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.testimonials-outer h2 .title-underline:before {
  background: #FFA760;
}

@media (max-width: 768px) {
  .testimonials-outer {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .testimonials .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .testimonials-outer h2 {
    font-size: 24px;
  }
}
.banner-right .img-container:nth-last-of-type(1):before {
  content: "";
  position: absolute;
  right: -30px;
  width: 175px;
  height: 175px;
  bottom: -50px;
  background: transparent linear-gradient(140deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
}

.banner-right .img-container:nth-of-type(1):before {
  content: "";
  position: absolute;
  right: 40px;
  width: 59px;
  height: 59px;
  top: -35px;
  background: transparent linear-gradient(321deg, #E6F0FF 0%, #B4DBFF 63%, #9DD2FF 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
}

.banner-right .img-container {
  position: relative;
}

.body {
  font-family: "DM Sans", sans-serif;
}

.services .service {
  margin-bottom: 1.5rem;
}

::-moz-selection {
  color: #000000;
  background: #ffa760;
}

::selection {
  color: #000000;
  background: #ffa760;
}

.c-accordion .card-header h5 a[aria-expanded=true] {
  color: #278FE2 !important;
}

.c-accordion .card-header h5 a {
  color: #2C3740;
}

.c-accordion .card-header {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.c-accordion .card {
  border: none;
  border-bottom: solid 1px #72797F;
  border-radius: 0px;
  background: transparent;
}

.c-accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.c-accordion .card-body ul {
  list-style-position: inside;
}
.c-accordion .card-body ul li {
  font-size: 18px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .c-accordion .card-body ul li {
    font-size: 14px;
  }
}

.c-accordion .card-header h5 {
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-accordion .card-header h5 {
    font-size: 18px;
  }
}

.wt-circle {
  position: absolute;
  width: 100%;
  max-width: 665px;
  height: 100%;
  max-height: 665px;
  left: -15%;
  top: 20%;
  border-radius: 100%;
  background: transparent linear-gradient(105deg, #FFEBDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

@media (min-width: 1366px) {
  .wt-circle {
    left: -12%;
    top: 20%;
    max-width: 800px;
    max-height: 800px;
  }
}
@media (max-width: 1200px) {
  .c-accordion .card-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-accordion .card-header h5 a:focus {
  text-decoration: none;
}

.c-accordion .card-header h5 a:hover {
  text-decoration: none;
}

.c-accordion .card .card-body .card-text {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-accordion .card .card-body .card-text {
    font-size: 14px;
  }
}

.faqs .abs-circle.abs-pos2 .abs-circle-inner {
  border-color: #FFA760;
}

.faqs .fc-pos {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -10%;
  right: -4%;
  border-radius: 100%;
  border: solid 8px #FFA760;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-accordion .card-header h5 a {
  justify-content: space-between;
  display: flex !important;
}
.c-accordion .card-header h5 a:after {
  content: "";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}
.c-accordion .card-header h5 a[aria-expanded=true]:after {
  content: "";
}

.faqs.individual-faq {
  background: transparent;
}
.faqs.individual-faq .outer-if {
  background: #fbfbfb;
}
.faqs.individual-faq .list-group .list-group-item {
  background: none;
  border: none;
  border-bottom: solid 1px #72797F;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}
.faqs.individual-faq .accord_para h1, .faqs.individual-faq .accord_para h2, .faqs.individual-faq .accord_para h3, .faqs.individual-faq .accord_para h4, .faqs.individual-faq .accord_para h5, .faqs.individual-faq .accord_para h6 {
  margin-bottom: 15px;
}
.faqs.individual-faq .accord_para ul li, .faqs.individual-faq .accord_para ol li {
  list-style-position: inside;
}
.faqs.individual-faq .accord_para p, .faqs.individual-faq .accord_para ul, .faqs.individual-faq .accord_para ol {
  font-size: 18px;
  margin-bottom: 15px;
}

.faqs .abs-circle {
  width: 250px;
  height: 250px;
  border-color: #278FE2;
  bottom: 5%;
  top: auto;
  left: -13%;
}

@media (max-width: 992px) {
  .faqs .fc-pos {
    top: -3%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .faqs .abs-circle {
    bottom: -3%;
    width: 100px;
    height: 100px;
    left: -5%;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .faqs .abs-circle {
    width: 280px;
    height: 280px;
    left: -13%;
  }
}
@media (min-width: 1600px) {
  .faqs .abs-circle {
    width: 300px;
    height: 300px;
    left: -9%;
  }
}
.faqs .fc-pos .fc-pos-inner {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  border: 4px solid #FFA760;
  border-radius: 100%;
}

@media (max-width: 1366px) {
  .faqs .fc-pos {
    border-width: 4px;
  }
}
@media (max-width: 1366px) {
  .faqs .fc-pos .fc-pos-inner {
    border-width: 3px;
  }
}
.services .card .card-title {
  font-family: "DM Sans", sans-serif;
  text-decoration: underline;
}

.img-fullwidth {
  width: 100%;
}

.blog-category {
  margin-top: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #2c3740;
  letter-spacing: 0.64px;
}
@media only screen and (max-width: 767px) {
  .blog-category {
    font-size: 12px;
  }
}

.faqs .btn-solid.btn-blue {
  margin-top: 60px;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: #fff;
  border: none;
  width: 100%;
  border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  .megamenu .dropdown-menu {
    box-shadow: none;
  }
}
@media screen and (max-width: 1199px) {
  .megamenu .dropdown-menu {
    padding-left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    top: -30px;
    right: 0;
    width: calc(100% + 38px ) !important;
    left: -10px;
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
  }
  .megamenu .dropdown-menu.show:before {
    content: "X" !important;
    position: fixed !important;
    top: 45px !important;
    left: auto;
    right: 50px;
    background: #fff;
    color: #000;
    font-size: 20px;
    border: solid 1px #000;
    border-radius: 30px;
    height: 30px !important;
    width: 30px !important;
    z-index: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.megamenu .dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  z-index: 1;
}
.megamenu .dropdown-menu.show:before {
  content: "";
  position: absolute;
  left: auto;
  right: 50px;
  bottom: 0;
  top: 45px;
  width: 100%;
  z-index: -1;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
}
@media (min-width: 1366px) {
  .megamenu .dropdown-menu.show:before {
    margin-left: -90px !important;
    margin-right: -90px !important;
    width: calc(100% + 180px);
  }
}
@media (min-width: 1600px) {
  .megamenu .dropdown-menu.show:before {
    margin-left: -120px !important;
    margin-right: -120px !important;
    width: calc(100% + 240px);
  }
}
.megamenu .dropdown-menu.show:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
@media (min-width: 768px) {
  .megamenu .dropdown-menu {
    width: calc(100% - 90px);
  }
}
@media (min-width: 992px) {
  .megamenu .dropdown-menu {
    width: calc(100% - 120px);
  }
}
@media (min-width: 1366px) {
  .megamenu .dropdown-menu {
    margin-left: 90px !important;
    margin-right: 90px !important;
    width: calc(100% - 180px);
  }
}
@media (min-width: 1600px) {
  .megamenu .dropdown-menu {
    margin-left: 120px !important;
    margin-right: 120px !important;
    width: calc(100% - 240px);
  }
}
.megamenu .dropdown-menu .megamenu-column {
  background: #fff;
  padding: 30px;
  padding-top: 90px;
  position: relative;
}
.megamenu .dropdown-menu .megamenu-column:nth-of-type(1), .megamenu .dropdown-menu .megamenu-column:nth-of-type(2) {
  background: #FFF5ED;
}
.megamenu .dropdown-menu .megamenu-column:nth-of-type(1) {
  padding-left: 60px;
}
.megamenu .dropdown-menu .megamenu-column:nth-last-of-type(1) {
  padding-left: 15px;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .megamenu .dropdown-menu .megamenu-column:nth-last-of-type(1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .megamenu .dropdown-menu .megamenu-column {
    padding: 0px;
    padding-left: 30px !important;
    margin-left: -15px;
    padding-top: 40px;
  }
}
.megamenu .dropdown-menu .megamenu-column ul {
  list-style: none;
}
.megamenu .dropdown-menu .megamenu-column ul li.header {
  font-size: 30px;
  font-weight: bold;
}
.megamenu .dropdown-menu .megamenu-column ul li.header a {
  color: #000;
}
.megamenu .dropdown-menu .megamenu-column ul li.divider {
  padding-top: 22px;
}
.megamenu .dropdown-menu .megamenu-column ul li a h3.attitle {
  position: absolute;
  top: 35px;
  color: #000;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  .megamenu .dropdown-menu .megamenu-column ul li a h3.attitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .megamenu .dropdown-menu .megamenu-column ul li a h3.attitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .megamenu .dropdown-menu .megamenu-column ul li a h3.attitle {
    position: static;
    margin: 15px 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.why-talkitover {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .why-talkitover .wt-circle {
    display: none;
  }
}

.faqs {
  background: #FBFBFB;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .faqs .fc-pos, .faqs .abs-circle {
    display: none;
  }
}

.faqs .c-accordion {
  background: transparent;
}

.rounded-circle {
  /*border-radius: 50%!important;*/
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-color: #0c81f7;
  border-radius: 2px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-radius: 2px;
  border-color: #fff;
}

.about .about-banner {
  background: transparent linear-gradient(216deg, #ffebdb 0, #fff 45%) 0 0 no-repeat padding-box;
  padding-top: 150px;
}
.about .about-banner p {
  font-size: 16px;
  letter-spacing: 5.4px;
  font-weight: 500;
  color: #72797F;
  text-transform: uppercase;
}
.about .about-banner video {
  width: 100%;
}
.about .whytio .card {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about .whytio .card {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about .whytio .card .card-title {
  margin-top: 30px;
}
.about .whytio .card .card-header {
  background: none;
  border: none;
}
.about .whytio .card p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #72797F;
}
@media only screen and (max-width: 767px) {
  .about .whytio .card p {
    font-size: 16px;
  }
}
.about .whytio img {
  max-width: 80px;
  width: 100%;
}
.about .about-matter .howitworks-outer .card .card-body .card-icon img {
  max-height: 70px;
  object-fit: scale-down;
}
.about .about-matter .howitworks-outer .card .card-body .card-content .card-title {
  color: #2C3740;
  font-size: 22px;
  font-weight: 600;
}
.about .about-matter .howitworks-outer .card .card-body .card-content p {
  margin-left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #72797F;
  margin: 10px 0;
}
.about .thisisus p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #72797f;
  max-width: 100%;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .about .thisisus p {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .about .thisisus p {
    font-size: 16px;
  }
}
.about .thisisus img {
  margin-bottom: 30px;
}
.about .thisisus .img-adj-1 img {
  width: 310px;
  position: relative;
  max-width: unset;
}
@media (max-width: 1200px) {
  .about .thisisus .img-adj-1 img {
    width: 250px;
  }
}
.about .thisisus .img-adj-2 img {
  width: 205px;
}
@media (max-width: 1200px) {
  .about .thisisus .img-adj-2 img {
    width: 175px;
  }
}
.about .thisisus .img-adj-3 img {
  width: 220px;
}
.about .thisisus .img-adj-4 img {
  width: 170px;
}
.about .thisisus .img-adj-5 img {
  width: 130px;
}
.about .thisisus .img-sq {
  max-width: 200px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
  background-position: center !important;
}
.about .about-journey {
  background-color: #FBFBFB;
}
/* Pure-CSS horizontal timeline — no JS dependency */
.tio-timeline {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}
.tio-timeline .tio-tl-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tio-timeline .tio-tl-item .tio-tl-year {
  font-size: 28px;
  font-weight: 500;
  color: #2C3740;
  margin-bottom: 15px;
  line-height: 1;
}
.tio-timeline .tio-tl-item:last-child .tio-tl-year {
  font-weight: 700;
  color: #ffa760;
}
/* Connector row: holds the dot and draws the line through its own centre */
.tio-timeline .tio-tl-item .tio-tl-connector {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tio-timeline .tio-tl-item .tio-tl-connector::before,
.tio-timeline .tio-tl-item .tio-tl-connector::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  background: #2C3740;
}
.tio-timeline .tio-tl-item .tio-tl-connector::before { left: 0; }
.tio-timeline .tio-tl-item .tio-tl-connector::after  { right: 0; }
/* No line extending beyond the first and last items */
.tio-timeline .tio-tl-item:first-child .tio-tl-connector::before { display: none; }
.tio-timeline .tio-tl-item:last-child  .tio-tl-connector::after  { display: none; }
.tio-timeline .tio-tl-item .tio-tl-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent linear-gradient(140deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.tio-timeline .tio-tl-item:last-child .tio-tl-dot {
  background: #ffa760;
}
.tio-timeline .tio-tl-item .tio-tl-achievement {
  margin-top: 15px;
  padding: 0 8px;
}
.tio-timeline .tio-tl-item .tio-tl-title {
  color: #2C3740;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.tio-timeline .tio-tl-item .tio-tl-desc {
  color: #72797F;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
/* Mobile: vertical stack */
@media (max-width: 768px) {
  .tio-timeline {
    flex-direction: column;
    padding: 20px 0;
  }
  .tio-timeline .tio-tl-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
  }
  .tio-timeline .tio-tl-item .tio-tl-year {
    flex-basis: 55px;
    flex-shrink: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;
  }
  .tio-timeline .tio-tl-item .tio-tl-connector {
    width: 30px;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .tio-timeline .tio-tl-item .tio-tl-connector::before,
  .tio-timeline .tio-tl-item .tio-tl-connector::after {
    display: none;
  }
  .tio-timeline .tio-tl-item .tio-tl-achievement {
    margin-top: 0;
    padding: 0;
  }
}
.about .about-journey .journey-slides.off {
  display: block;
}
.about .about-journey .journey-slides .owl-nav .owl-prev, .about .about-journey .journey-slides .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  font-size: 21px;
}
.about .about-journey .journey-slides .owl-nav .owl-prev span, .about .about-journey .journey-slides .owl-nav .owl-next span {
  height: 30px;
  width: 30px;
  display: block;
  background: transparent linear-gradient(140deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
.about .about-journey .journey-slides .owl-nav .owl-prev:focus, .about .about-journey .journey-slides .owl-nav .owl-next:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.about .about-journey .journey-slides .owl-nav .owl-prev {
  left: -1px;
}
.about .about-journey .journey-slides .owl-nav .owl-next {
  right: -1px;
}
.about .about-journey .journey-slides .owl-item .item, .about .about-journey .journey-slides.off .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .about-journey .journey-slides .owl-item .item .year, .about .about-journey .journey-slides.off .item .year {
  font-size: 30px;
  color: #2C3740;
  font-weight: 500;
}
.about .about-journey .journey-slides .owl-item .item .achievements p:nth-of-type(1), .about .about-journey .journey-slides.off .item .achievements p:nth-of-type(1) {
  color: #2C3740;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 7px 0;
}
.about .about-journey .journey-slides .owl-item .item .achievements p:nth-of-type(2), .about .about-journey .journey-slides.off .item .achievements p:nth-of-type(2) {
  color: #72797F;
  font-size: 16px;
}
.about .about-journey .journey-slides .owl-item .item .divider, .about .about-journey .journey-slides.off .item .divider {
  position: relative;
  padding: 10px;
  width: 100%;
}
.about .about-journey .journey-slides .owl-item .item .divider span, .about .about-journey .journey-slides.off .item .divider span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  background: transparent linear-gradient(140deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.about .about-journey .journey-slides .owl-item .item .divider:before, .about .about-journey .journey-slides.off .item .divider:before {
  content: "";
  position: absolute;
  width: calc(50% - 5px);
  left: -15px;
  top: calc(50% - 5px);
  border: 1px solid #2C3740;
}
.about .about-journey .journey-slides .owl-item .item .divider:after, .about .about-journey .journey-slides.off .item .divider:after {
  content: "";
  position: absolute;
  width: calc(50% - 5px);
  right: -15px;
  top: calc(50% - 5px);
  border: 1px solid #2C3740;
}
.about .about-journey .journey-slides .owl-item:nth-of-type(1) .item .divider:before, .about .about-journey .journey-slides.off:nth-of-type(1) .item .divider:before {
  border: 2px dashed #2C3740;
  width: calc(68% - 20px);
  left: -45px;
}
.about .about-journey .journey-slides .owl-item:nth-of-type(1) .item .divider:after, .about .about-journey .journey-slides.off:nth-of-type(1) .item .divider:after {
  border: 2px solid #2C3740;
}
.about .about-journey .journey-slides .owl-item:nth-last-of-type(1) .item .year, .about .about-journey .journey-slides.off:nth-last-of-type(1) .item .year {
  font-weight: 700;
  color: #ffa760;
}
.about .about-journey .journey-slides .owl-item:nth-last-of-type(1) .item .divider span, .about .about-journey .journey-slides.off:nth-last-of-type(1) .item .divider span {
  background: #ffa760;
}
.about .about-journey .journey-slides .owl-item:nth-last-of-type(1) .item .divider:after, .about .about-journey .journey-slides.off:nth-last-of-type(1) .item .divider:after {
  border: 2px dashed #2C3740;
  width: calc(68% - 20px);
  right: -45px;
}
.about .about-journey .journey-slides .owl-item:nth-last-of-type(1) .item .divider:before, .about .about-journey .journey-slides.off:nth-last-of-type(1) .item .divider:before {
  border: 2px solid #2C3740;
}
.about .about-journey .journey-slides.off .item {
  flex-direction: row;
  justify-content: space-between;
  align-items: unset;
  text-align: left;
  min-height: 150px;
}
.about .about-journey .journey-slides.off .item .year,
.about .about-journey .journey-slides.off .item .divider,
.about .about-journey .journey-slides.off .item .achievements {
  display: flex;
  align-items: center;
}
.about .about-journey .journey-slides.off .item .year {
  flex-grow: 0;
  flex-basis: 80px;
  flex-shrink: 0;
  color: #2C3740 !important;
  font-weight: 500 !important;
}
.about .about-journey .journey-slides.off .item .divider {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 80px;
  justify-content: center;
}
.about .about-journey .journey-slides.off .item .divider span {
  background: transparent linear-gradient(140deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box !important;
}
.about .about-journey .journey-slides.off .item .achievements {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about .about-journey .journey-slides.off .item .divider:before {
  content: "";
  position: absolute;
  border: 2px solid #2C3740;
  height: calc(68% - 20px);
  left: calc(50% - 3px) !important;
  width: 0 !important;
  top: 0;
}
.about .about-journey .journey-slides.off .item .divider:after {
  content: "";
  position: absolute;
  border: 2px solid #2C3740 !important;
  height: calc(68% - 20px);
  left: calc(50% - 3px) !important;
  width: 0 !important;
  bottom: 0;
  top: auto;
}
.about .about-journey .journey-slides.off .item:nth-of-type(1) .divider:before {
  border: 2px dashed #2C3740 !important;
}
.about .about-journey .journey-slides.off .item:nth-of-type(1) .divider:after {
  border: 2px solid #2C3740 !important;
}
.about .about-journey .journey-slides.off .item:nth-last-of-type(1) .year {
  font-weight: 700 !important;
  color: #ffa760 !important;
}
.about .about-journey .journey-slides.off .item:nth-last-of-type(1) .divider span {
  background: #ffa760 !important;
}
.about .about-journey .journey-slides.off .item:nth-last-of-type(1) .divider:before {
  border: 2px solid #2C3740 !important;
}
.about .about-journey .journey-slides.off .item:nth-last-of-type(1) .divider:after {
  border: 2px dashed #2C3740 !important;
}
.about .from-founder .ff-outer {
  position: relative;
  overflow: hidden;
  background: #2C3740;
  color: #fff;
  z-index: 1;
}
.about .from-founder .ff-outer .page-subtitle {
  color: #fff;
}
.about .from-founder .ff-outer p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
}
.about .from-founder .abs {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -150px;
  right: auto;
  bottom: auto;
  left: -50px;
  z-index: -1;
}
.about .from-founder .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about .from-founder .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about .from-founder .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about .from-founder .abs {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-50px / 2);
  }
}
@media (max-width: 1200px) {
  .about .from-founder .abs {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-50px / 2);
  }
}
.about .from-founder .abs-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  top: auto;
  right: -100px;
  bottom: -100px;
  left: auto;
  z-index: -1;
}
.about .from-founder .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about .from-founder .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about .from-founder .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about .from-founder .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(auto / 2);
    right: calc(-100px / 2);
    bottom: calc(-100px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .about .from-founder .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(auto / 2);
    right: calc(-100px / 2);
    bottom: calc(-100px / 2);
    left: calc(auto / 2);
  }
}
.about .writetous .wtu-outer {
  background: #FBFBFB;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .writetous .wtu-outer span {
  display: block;
}
.about .writetous .wtu-outer span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #278fe2;
}
.about .writetous .wtu-outer span:nth-of-type(2) {
  font-size: 18px;
  color: #2C3740;
  font-weight: 500;
}
.about .writetous .wtu-outer .abs {
  position: absolute;
  width: 220px;
  height: 220px;
  top: auto;
  right: auto;
  bottom: -90px;
  left: -80px;
  z-index: -1;
  transform: scale(0.9);
}
.about .writetous .wtu-outer .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about .writetous .wtu-outer .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about .writetous .wtu-outer .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
.about .writetous .wtu-outer .abs-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -150px;
  right: -40px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.about .writetous .wtu-outer .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about .writetous .wtu-outer .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about .writetous .wtu-outer .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
.about .writetous .wtu-outer .abs-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: auto;
  right: auto;
  bottom: 120px;
  left: 60px;
  z-index: -1;
  transform: scale(0.5);
}
.about .writetous .wtu-outer .abs-3:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.about .writetous .wtu-outer .abs-3:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs-3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .about .writetous .wtu-outer .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}
@media (max-width: 1200px) {
  .about .writetous .wtu-outer .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}

.blog .max-1920 {
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (max-width: 992px) {
  .blog .max-1920 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .max-1920 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog .max-1920 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog .blog-header .blog-banner {
  align-items: center;
  margin-top: 90px;
  margin-bottom: 60px;
  padding: 60px 0;
  background: #E6EBFE;
}
@media only screen and (max-width: 767px) {
  .blog .blog-header .blog-banner {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-device-width: 480px) {
  .blog .blog-header .blog-banner {
    margin-top: 15px;
    margin-bottom: 15px !important;
  }
}
.blog .blog-header .blog-banner h1 {
  font-size: 55px;
  text-transform: uppercase;
  color: #2C3740;
  margin-bottom: 20px;
}
.blog .blog-header .blog-banner p {
  font-size: 24px;
  color: #2C3740;
}
.blog .blog-header .blog-banner .blog-quote {
  position: relative;
}
.blog .blog-header .blog-banner .blog-quote img {
  position: absolute;
  left: -30px;
  top: -10px;
  max-width: 65px;
}
@media only screen and (max-width: 767px) {
  .blog .blog-header .blog-banner .blog-quote img {
    left: 0;
  }
}
.blog .blog-header .blog-banner .blog-quote blockquote {
  margin-left: 40px;
  font-size: 24px;
  color: #2C3740;
}
@media only screen and (max-width: 767px) {
  .blog .blog-header .blog-banner .blog-quote blockquote {
    margin-left: 0;
  }
}
.blog .blog-header .blog-banner .blog-quote:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-device-width: 480px) {
  .blog .blog-header .blog-banner h1 {
    font-size: 30px !important;
  }
  .blog .blog-header .blog-banner blockquote {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog .blog-header .blog-banner {
    text-align: center;
    margin-top: 80px;
  }
  .blog .blog-header .blog-banner h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .blog .blog-header .blog-banner blockquote {
    font-size: 22px;
  }
}
.blog .blog-list .nav {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .blog .blog-list .nav {
    margin-bottom: 10px !important;
  }
}
.blog .blog-list .nav .nav-item {
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog .blog-list .nav .nav-item .nav-link {
  text-decoration: none;
  color: #2C3740;
  font-size: 24px;
  padding: 15px 20px;
  border-radius: 8px;
}
@media only screen and (max-device-width: 480px) {
  .blog .blog-list .nav .nav-item .nav-link {
    font-size: 12px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog .blog-list .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
.blog .blog-list .nav .nav-item .nav-link.active {
  background-color: #6433F31F;
}
.blog .blog-list .card {
  border: none;
  margin-bottom: 30px;
}
.blog .blog-list .card img {
  border-radius: 20px;
}
.blog .blog-list .card .card-title {
  font-size: 24px;
  font-weight: bold !important;
  font-family: "DM Sans", sans-serif;
  color: #2C3740;
  min-height: 85px;
}
.blog .blog-list .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.blog .blog-list .card .card-body p {
  font-size: 16px;
  color: #2C3740;
  opacity: 0.5;
}
.blog .blog-list .card .card-footer {
  background-color: transparent;
  padding-left: 0;
}
.blog .blog-list .card .card-footer .btn {
  text-decoration: none;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
}
.blog .blog-list .card .card-footer .date {
  font-size: 14px;
  color: #2C3740;
  opacity: 0.5;
}
.blog .blog-list .pagination {
  justify-content: center;
}
.blog .blog-list .pagination .page-item .page-link {
  text-decoration: none;
  margin: 5px;
  border: none;
  color: #2C3740;
  opacity: 0.7;
  font-size: 18px;
  padding: 15px 5px;
}
@media only screen and (max-width: 767px) {
  .blog .blog-list .pagination .page-item .page-link {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 480px) {
  .blog .blog-list .pagination .page-item .page-link {
    padding: 15px 0;
  }
}
.blog .blog-list .pagination .page-item.active .page-link {
  padding: 15px 20px;
  font-weight: bold;
  background-color: #6433F31F;
  border-radius: 10px;
  opacity: 1;
}
@media only screen and (max-device-width: 480px) {
  .blog .blog-list .pagination .page-item.active .page-link {
    padding: 15px 10px;
  }
}
.blog .blog-list .pagination .page-next, .blog .blog-list .pagination .page-prev {
  margin-top: 5px;
}
.blog .blog-list .pagination .page-next .page-link, .blog .blog-list .pagination .page-prev .page-link {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: solid 1px #2C3740 !important;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C3740;
}
.blog .blog-list .pagination .page-next .page-link .material-icons, .blog .blog-list .pagination .page-prev .page-link .material-icons {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .blog .blog-list .pagination .page-next, .blog .blog-list .pagination .page-prev {
    margin-top: 10px;
  }
  .blog .blog-list .pagination .page-next .page-link, .blog .blog-list .pagination .page-prev .page-link {
    height: 30px;
    width: 30px;
  }
}
.blog .blog-list .pagination .page-next.disabled .page-link, .blog .blog-list .pagination .page-prev.disabled .page-link {
  color: #2C3740;
  background-color: transparent;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .blog .blog-list {
    text-align: left;
    padding: 30px 0;
  }
}
.blog.case-studies .blog-header .blog-banner {
  background: #E5DFF7;
}
.blog.case-studies .blog-list .nav .nav-item {
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog.case-studies .blog-list .nav .nav-item .nav-link {
  background: #F7F7F7;
}
.blog.case-studies .blog-list .nav .nav-item .nav-link.active {
  background: #6433F31F;
}
.blog.case-studies .blog-list .card:nth-of-type(1) {
  margin-top: 0 !important;
}
.blog.case-studies .blog-list .card:nth-of-type(odd) {
  height: auto;
  margin-top: -87px;
}
.blog.case-studies .blog-list .card:nth-of-type(even) {
  margin-top: 120px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .blog.case-studies .blog-list .card {
    margin-top: 0 !important;
  }
}
.blog.case-studies .blog-list .card .card-title {
  font-size: 30px;
  min-height: unset;
  margin-bottom: 25px;
}
.blog.case-studies .blog-list .card .card-body .category {
  color: #2C3740;
  opacity: 0.7;
  margin-bottom: 15px;
  display: block;
}
.blog.case-studies .blog-list .card .card-body .case-info p {
  opacity: 0.7;
  color: #2C3740;
  font-size: 16px;
}
.blog.case-studies .blog-list .card .card-body .case-info p:nth-of-type(1) {
  font-size: 20px;
  opacity: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog.case-studies .blog-list .card .card-footer {
  border-top: none;
}

.article.faqs-page .listed-in {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
  border-bottom: none;
}
.article.faqs-page .listed-in li {
  display: inline-block;
  list-style: none;
}
.article.faqs-page .listed-in li:before {
  content: none !important;
}
.article.faqs-page .listed-in li a {
  padding: 7px 20px;
  border-radius: 30px;
  margin-right: 30px;
  font-size: 18px;
  background: #F7F7F7;
  border: none;
}
.article.faqs-page .listed-in li a:hover {
  color: #ffa760;
}
.article.faqs-page .listed-in li a.active {
  background: transparent linear-gradient(104deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
  color: #2C3740;
}
@media only screen and (max-width: 1200px) {
  .article.faqs-page .listed-in li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .article.faqs-page .listed-in li a {
    padding: 7px 15px;
  }
}
.article.faqs-page .listed-in li:before {
  content: "";
}
.article .article-header {
  padding-top: 150px;
  padding-bottom: 170px;
  background: #FFF5ED;
}
.article .article-header .page-title {
  color: #554D47;
}
.article .article-header .listed-in {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
}
.article .article-header .listed-in li a {
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  background: transparent linear-gradient(104deg, #FFC859 0%, #FECC75 23%, #FCD5B2 75%, #FCD9CB 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width: 1200px) {
  .article .article-header .listed-in li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .article .article-header .listed-in li a {
    padding: 7px 15px;
  }
}
.article .article-header .listed-in li a:hover, .article .article-header .listed-in li a:focus {
  color: #000;
}
.article .article-header .author {
  display: block;
  font-size: 24px;
  margin: 25px 0 15px;
}
@media only screen and (max-width: 1200px) {
  .article .article-header .author {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .article .article-header .author {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .article .article-header .author {
    font-size: 12px;
  }
}
.article .article-content {
  padding: 80px 0 30px;
  margin-top: -90px;
  background: #fff;
}
.article .article-content iframe, .article .article-content video {
  width: 100%;
  min-height: 500px;
}
@media only screen and (max-width: 992px) {
  .article .article-content iframe, .article .article-content video {
    min-height: auto;
  }
}
.article .article-content p, .article .article-content ul, .article .article-content blockquote, .article .article-content ul {
  margin-bottom: 50px;
}
.article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 {
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.article .article-content h3 {
  font-size: 36px;
}
.article .article-content h4 {
  font-size: 32px;
}
.article .article-content h5 {
  font-size: 24px;
}
.article .article-content h6 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 {
    margin-bottom: 20px;
  }
  .article .article-content h3 {
    font-size: 26px;
  }
  .article .article-content h4 {
    font-size: 22px;
  }
  .article .article-content h5 {
    font-size: 20px;
  }
  .article .article-content h6 {
    font-size: 16px;
  }
}
.article .article-content ul {
  list-style: none;
}
.article .article-content ul li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 10px;
}
.article .article-content ul li.blocks-gallery-item:before {
  content: none;
}
.article .article-content ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: orange;
  border-radius: 30px;
  left: -30px;
  top: 10px;
}
.article .article-content ol {
  list-style: none;
  counter-reset: item;
}
.article .article-content ol li {
  position: relative;
  margin-bottom: 10px;
  counter-increment: item;
}
.article .article-content ol li.blocks-gallery-item:before {
  content: none;
}
.article .article-content ol li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item);
}
.article .article-content p, .article .article-content ul, .article .article-content ol {
  color: #72797F;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .article .article-content p, .article .article-content ul, .article .article-content ol {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .article .article-content p, .article .article-content ul, .article .article-content ol {
    font-size: 14px;
  }
}
.article .article-content blockquote {
  padding: 0 60px;
  border-left: 4px solid #b8bcbf;
  font-style: italic;
  color: #72797f;
  font-size: 24px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .article .article-content blockquote {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .article .article-content blockquote {
    font-size: 16px;
    padding: 0;
    border-left: none;
  }
}
.article .article-content blockquote:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: -30px;
  top: -100px;
  background: url("../img/blockquote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.article.video-article .inset-m {
  margin: 0;
}

.wp-block-table table {
  margin: 15px 0;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-block-table table th, .wp-block-table table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
  font-size: 24px;
  color: #72797F;
}
@media only screen and (max-width: 992px) {
  .wp-block-table table th, .wp-block-table table td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-table table th, .wp-block-table table td {
    font-size: 14px;
  }
}

.resources .resources-header {
  padding-top: 150px;
  padding-bottom: 170px;
  background: #FFF5ED;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.resources .resources-header.search-head {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .resources .resources-header {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.resources .resources-header .page-title {
  color: #554D47;
  font-size: 50px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .resources .resources-header .page-title {
    font-size: 40px;
  }
}
.resources .resources-header .resources-stats {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
}
.resources .resources-header .resources-stats li {
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 30px;
  font-size: 22px;
  color: #2C3740;
}
@media only screen and (max-width: 1200px) {
  .resources .resources-header .resources-stats li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .resources .resources-header .resources-stats li {
    padding: 7px 15px;
  }
}
.resources .resources-header .abs {
  position: absolute;
  width: 350px;
  height: 350px;
  top: auto;
  right: auto;
  bottom: -90px;
  left: -90px;
  z-index: -1;
}
.resources .resources-header .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources .resources-header .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .resources .resources-header .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .resources .resources-header .abs {
    width: calc(350px / 1.7);
    height: calc(350px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-90px / 2);
  }
}
@media (max-width: 1200px) {
  .resources .resources-header .abs {
    width: calc(350px / 1.7);
    height: calc(350px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-90px / 2);
  }
}
.resources .resources-header .abs-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  top: calc(50% - 135px);
  right: -70px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.resources .resources-header .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources .resources-header .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .resources .resources-header .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .resources .resources-header .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(calc(50% - 135px) / 2);
    right: calc(-70px / 2);
    bottom: calc(-70px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .resources .resources-header .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(calc(50% - 135px) / 2);
    right: calc(-70px / 2);
    bottom: calc(-70px / 2);
    left: calc(auto / 2);
  }
}
.resources .resources-header .abs-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: auto;
  right: 25%;
  bottom: 35%;
  left: auto;
  z-index: -1;
  transform: scale(0.6);
}
.resources .resources-header .abs-3:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources .resources-header .abs-3:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #FFA760;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .resources .resources-header .abs-3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .resources .resources-header .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(25% / 2);
    bottom: calc(25% / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .resources .resources-header .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(25% / 2);
    bottom: calc(25% / 2);
    left: calc(auto / 2);
  }
}
.resources .authors {
  background: #2C3740;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.resources .authors .authors-outer {
  margin-top: 60px;
}
.resources .authors .authors-outer .owl-item .item.person {
  background: #555E65;
  margin-top: 60px;
  padding: 15px 20px;
}
.resources .authors .authors-outer .owl-item .item.person .person-info {
  justify-content: space-between;
}
.resources .authors .authors-outer .owl-item .item.person .person-info .person-img {
  margin-top: -60px;
  margin-left: 10px;
  width: 94px;
  height: 94px;
  border: 4px solid #2C3740;
  color: #ffa760;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.resources .authors .authors-outer .owl-item .item.person .person-info .person-details ul {
  list-style: none;
}
.resources .authors .authors-outer .owl-item .item.person .person-info .person-details ul li {
  display: inline-block;
}
.resources .authors .authors-outer .owl-item .item.person .person-info .person-details ul li img {
  width: 20px;
}
.resources .authors .authors-outer .owl-item .item.person .person-info .person-details ul li:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.resources .authors .authors-outer .owl-item .item.person .person-quote {
  margin-top: 20px;
}
.resources .authors .authors-outer .owl-item .item.person .person-quote h5 {
  font-size: 20px;
}
.resources .authors .authors-outer .owl-item .item.person .person-quote p {
  margin-top: 10px;
  font-size: 16px;
}
.resources .authors .authors-outer .owl-dots {
  margin-top: 30px;
  margin-left: 5px;
}
.resources .authors .authors-outer .owl-dots .owl-dot {
  background: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  opacity: 0.5;
}
.resources .authors .authors-outer .owl-dots .owl-dot.active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .resources .authors .authors-outer .owl-dots {
    text-align: center;
  }
}
.resources .authors .authors-outer .owl-nav {
  display: none;
}
.resources .authors .abs {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -130px;
  right: -50px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.resources .authors .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #FFA760;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resources .authors .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .resources .authors .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .resources .authors .abs {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(-130px / 2);
    right: calc(-50px / 2);
    bottom: calc(-50px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .resources .authors .abs {
    width: calc(300px / 1.7);
    height: calc(300px / 1.7);
    top: calc(-130px / 2);
    right: calc(-50px / 2);
    bottom: calc(-50px / 2);
    left: calc(auto / 2);
  }
}

.post-menu {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .post-menu {
    margin-bottom: 20px;
  }
}
.post-menu .nav {
  border-bottom: none;
}
.post-menu .nav .nav-item {
  padding: 0.5rem 1rem;
}
.post-menu .nav .nav-item .nav-link {
  font-size: 18px;
  padding: 0;
  color: #8B8B8B !important;
}
@media only screen and (max-width: 767px) {
  .post-menu .nav .nav-item .nav-link {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.post-menu .nav .nav-item .nav-link:hover, .post-menu .nav .nav-item .nav-link:focus {
  color: #2c3740;
  outline: none;
  box-shadow: none;
}
.post-menu .nav .nav-item .nav-link.active {
  border: none;
  font-weight: bold;
  border-bottom: solid 2px #ffa760;
  color: #2c3740 !important;
}
@media only screen and (max-width: 767px) {
  .post-menu .post-filters {
    width: 100%;
    justify-content: space-between;
  }
}
.post-menu .post-filters .nav-item:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .post-menu .post-filters .nav-item:not(:nth-last-of-type(1)) {
    margin-right: 0;
  }
}
.post-menu .post-filters .nav-item .nav-link {
  background: #2C3740;
  min-width: 200px;
  color: #fff !important;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .post-menu .post-filters .nav-item .nav-link {
    min-width: auto;
    font-size: 14px;
  }
}
.post-menu .post-filters .nav-item .nav-link.dropdown-toggle:after {
  content: "expand_less";
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  border: none;
}
.post-menu .post-filters .nav-item .nav-link.dropdown-toggle[aria-expanded=false]:after {
  content: "expand_more";
}
.post-menu .post-filters .nav-item .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
  box-shadow: 8px 8px 0px #0000001A;
  border: 2px solid #2C3740;
  width: calc(100% - 30px);
  z-index: 1030;
}
.post-menu .post-filters .nav-item .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #2C3740;
  padding: 13px 16px;
}
.post-menu .post-filters .nav-item .dropdown-menu .dropdown-item:not(:nth-last-of-type(1)) {
  border-bottom: 2px solid #E5E5E5;
}

.workplace {
  background: #FBFBFB;
}
.workplace .posh-banner {
  position: relative;
}
.workplace .posh-banner:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -20px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: transparent linear-gradient(321deg, #E6F0FF 0%, #B4DBFF 63%, #9DD2FF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .workplace .posh-banner:before {
    bottom: -6%;
    width: 100px;
    height: 100px;
  }
}
.workplace .workplace-slider {
  position: relative;
  z-index: 1;
}
.workplace .workplace-slider p.hpsub {
  color: #72797F;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .workplace .workplace-slider p.hpsub {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .workplace .workplace-slider p.hpsub {
    font-size: 14px;
  }
}
.workplace .workplace-slider .owl-stage .owl-item .item {
  background: #fff;
  padding: 30px;
  display: flex;
  min-height: 300px;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .workplace .workplace-slider .owl-stage .owl-item .item {
    min-height: 230px;
  }
}
.workplace .workplace-slider .owl-stage .owl-item .item .item-top p:nth-of-type(1) {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 800;
}
@media only screen and (max-width: 1024px) {
  .workplace .workplace-slider .owl-stage .owl-item .item .item-top p:nth-of-type(1) {
    font-size: 30px;
  }
}
.workplace .workplace-slider .owl-stage .owl-item .item .item-top p:nth-of-type(2) {
  font-size: 28px;
  font-weight: 500;
  color: #72797F;
}
@media only screen and (max-width: 1024px) {
  .workplace .workplace-slider .owl-stage .owl-item .item .item-top p:nth-of-type(2) {
    font-size: 20px;
  }
}
.workplace .workplace-slider .owl-stage .owl-item .item .item-bottom p, .workplace .workplace-slider .owl-stage .owl-item .item .item-bottom a {
  color: #7893AA;
  font-size: 16px;
}
.workplace .workplace-slider .owl-stage .owl-item:nth-of-type(4n+1) .item .item-top:nth-of-type(1) p:nth-of-type(1) {
  color: #396C96;
}
.workplace .workplace-slider .owl-stage .owl-item:nth-of-type(3n+1) .item .item-top:nth-of-type(1) p:nth-of-type(1) {
  color: #897D72;
}
.workplace .workplace-slider .owl-stage .owl-item:nth-of-type(5n+1) .item .item-top:nth-of-type(1) p:nth-of-type(1) {
  color: #FFA760;
}
.workplace .workplace-slider .owl-stage .owl-item:nth-of-type(7n+1) .item .item-top:nth-of-type(1) p:nth-of-type(1) {
  color: #E26827;
}
.workplace .why-talkitover img {
  max-width: 500px;
}
.workplace .why-talkitover .tio-offer ul li {
  font-size: 20px;
  font-weight: 500;
  color: #2C3740;
  margin: 10px 0;
}
@media only screen and (max-width: 992px) {
  .workplace .why-talkitover .tio-offer ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .workplace .why-talkitover .tio-offer ul li {
    font-size: 14px;
  }
}
.workplace .howcohelp .howitworks-outer .card {
  background-color: transparent;
}
.workplace .howcohelp .howitworks-outer .card .card-body .card-icon {
  background: #FFD7B8;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  width: 76px;
}
.workplace .howcohelp .howitworks-outer .card .card-body .card-icon img {
  max-width: 70px;
  width: 70px;
  object-fit: scale-down;
}
@media only screen and (max-width: 767px) {
  .workplace .howcohelp .howitworks-outer .card .card-body .card-icon {
    width: 50px;
    height: 50px;
  }
  .workplace .howcohelp .howitworks-outer .card .card-body .card-icon img {
    width: 26px;
    max-width: 26px;
  }
}
.workplace .howcohelp .howitworks-outer .card .card-body .card-content .card-title {
  color: #3d3d3d;
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .workplace .howcohelp .howitworks-outer .card .card-body .card-content .card-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .workplace .howcohelp .howitworks-outer .card .card-body .card-content .card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .workplace .workplace-feedback {
    zoom: 0.9;
  }
}
.workplace .workplace-feedback .wf-outer {
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.workplace .workplace-feedback .wf-outer p {
  color: #278fe2;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .workplace .workplace-feedback .wf-outer p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .workplace .workplace-feedback .wf-outer p {
    font-size: 18px;
  }
}
.workplace .workplace-feedback .wf-outer .abs {
  position: absolute;
  width: 220px;
  height: 220px;
  top: auto;
  right: auto;
  bottom: -90px;
  left: -80px;
  z-index: -1;
  transform: scale(0.9);
}
.workplace .workplace-feedback .wf-outer .abs:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #278FE2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.workplace .workplace-feedback .wf-outer .abs:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs {
    display: none;
  }
}
@media (max-width: 1400px) {
  .workplace .workplace-feedback .wf-outer .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs {
    width: calc(220px / 1.7);
    height: calc(220px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(-80px / 2);
  }
}
.workplace .workplace-feedback .wf-outer .abs-2 {
  position: absolute;
  width: 270px;
  height: 270px;
  top: -150px;
  right: -40px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.workplace .workplace-feedback .wf-outer .abs-2:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #278FE2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.workplace .workplace-feedback .wf-outer .abs-2:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs-2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .workplace .workplace-feedback .wf-outer .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs-2 {
    width: calc(270px / 1.7);
    height: calc(270px / 1.7);
    top: calc(-150px / 2);
    right: calc(-40px / 2);
    bottom: calc(-40px / 2);
    left: calc(auto / 2);
  }
}
.workplace .workplace-feedback .wf-outer .abs-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: auto;
  right: auto;
  bottom: 120px;
  left: 60px;
  z-index: -1;
  transform: scale(0.5);
}
.workplace .workplace-feedback .wf-outer .abs-3:before {
  content: "";
  border-radius: 100%;
  border: 6px solid #278FE2;
  width: 100%;
  height: 100%;
  position: absolute;
}
.workplace .workplace-feedback .wf-outer .abs-3:after {
  content: "";
  z-index: 1;
  border-radius: 100%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 4px solid #278FE2;
  position: absolute;
  margin: 15px;
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs-3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .workplace .workplace-feedback .wf-outer .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}
@media (max-width: 1200px) {
  .workplace .workplace-feedback .wf-outer .abs-3 {
    width: calc(100px / 1.7);
    height: calc(100px / 1.7);
    top: calc(auto / 2);
    right: calc(auto / 2);
    bottom: calc(auto / 2);
    left: calc(60px / 2);
  }
}

.book-outer {
  background: #FBFBFB;
}

.wizard {
  overflow: hidden;
}
.wizard.book-c .steps {
  display: none;
}
.wizard.book-c .actions {
  padding-bottom: 60px;
}
.wizard.book-c .actions > ul {
  justify-content: start;
}
@media only screen and (max-width: 1200px) {
  .wizard.book-c .actions > ul {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}
.wizard.book-c .content {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .wizard.book-c .content {
    margin-top: 10px !important;
  }
}
.wizard.book-c .content .title {
  display: none;
}
.wizard.book-c .content .section-wrap {
  background: #fff;
}
.wizard.book-c .content .section-wrap .max-1920 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.wizard.book-c .content .section-wrap p {
  font-size: 16px;
  color: #868e96;
  font-weight: 500;
  width: 80%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .content .section-wrap p {
    width: 100%;
  }
}
.wizard.book-c .content .form-control:focus {
  border: solid 1px #160E47;
}
.wizard.book-c .content .section-1 .max-1920 {
  position: relative;
  z-index: 1;
}
.wizard.book-c .content .section-1 .c-img {
  position: absolute;
  right: -5%;
  top: 0;
  max-width: 450px;
  width: 100%;
  z-index: -1;
}
.wizard.book-c .content .section-1 h3 {
  color: #2C3740;
}
.wizard.book-c .content .section-1 p {
  font-size: 16px;
  color: #2C3740;
  opacity: 0.5;
  margin: 20px 0;
}
@media only screen and (max-width: 992px) {
  .wizard.book-c .content .section-1 h3 {
    font-size: 40px;
  }
  .wizard.book-c .content .section-1 .c-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .content .section-1 h3 {
    font-size: 30px;
  }
}
.wizard.book-c .content .section-2 p {
  font-size: 30px;
  color: #2C3740;
  font-weight: bold;
  margin-bottom: 20px;
}
.wizard.book-c .content .section-2 .form-group {
  padding-right: 20px;
}
.wizard.book-c .content .section-2 .form-group label {
  color: #2C3740;
  font-size: 16px;
  font-weight: 500;
}
.wizard.book-c .content .section-2 .form-group .form-control {
  border-radius: 10px;
  height: 40px;
  font-size: 16px;
  color: #2C3740;
}
.wizard.book-c .content .section-2 .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wizard.book-c .content .section-2 .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-2 .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-2 .form-group .form-control::placeholder {
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-2 .form-group.invalid label {
  color: #ffcccb !important;
}
.wizard.book-c .content .section-2 .form-group.invalid .form-control {
  color: #ffcccb !important;
  border-color: #ffcccb;
}
.wizard.book-c .content .section-2 .form-group.invalid .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .content .section-2 .form-group.invalid .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .content .section-2 .form-group.invalid .form-control::placeholder {
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .content .section-2 .input-group .form-control {
  border-radius: 0 10px 10px 0 !important;
}
.wizard.book-c .content .section-2 .input-group .input-group-text {
  padding: 0;
  border: 0;
  background: transparent;
}
.wizard.book-c .content .section-2 .input-group .input-group-text select {
  border-radius: 10px 0 0 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #2C3740;
  color: #fff;
  padding-left: 15px;
  padding-right: 10px;
}
.wizard.book-c .content .section-2 .input-group .input-group-text select:-ms-expand {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .content .section-2 p {
    font-size: 24px;
  }
}
@media only screen and (max-device-width: 480px) {
  .wizard.book-c .content .section-2 p {
    font-size: 16px;
  }
}
.wizard.book-c .content .section-3 p {
  font-size: 24px;
  color: #2C3740;
  font-weight: bold;
  margin-bottom: 20px;
}
.wizard.book-c .content .section-3 .accordion {
  margin-top: 3rem;
}
.wizard.book-c .content .section-3 .accordion .card {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.wizard.book-c .content .section-3 .accordion .card .card-header {
  min-height: 158px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link {
  color: #2C3740;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}
.wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link .box-title {
  margin-top: 10px;
  display: block;
}
.wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link .box-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link .box-img .tv-icon {
  font-size: 28px;
}
.wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link:focus, .wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link:active, .wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link:visited, .wizard.book-c .content .section-3 .accordion .card .card-header h2 .btn-link:hover {
  box-shadow: none;
  text-decoration: none;
}
.wizard.book-c .content .section-3 .accordion .card:hover, .wizard.book-c .content .section-3 .accordion .card:focus {
  outline: none;
}
.wizard.book-c .content .section-3 .accordion .card:hover .card-header, .wizard.book-c .content .section-3 .accordion .card:focus .card-header {
  box-shadow: 0px 3px 6px #6433F329;
}
.wizard.book-c .content .section-3 .accordion .card:hover .card-header .btn-link .box-img .tv-icon, .wizard.book-c .content .section-3 .accordion .card:focus .card-header .btn-link .box-img .tv-icon {
  color: #160E47;
}
.wizard.book-c .content .section-3 .accordion .card:hover .card-header .btn-link .box-img .tv-icon:before, .wizard.book-c .content .section-3 .accordion .card:focus .card-header .btn-link .box-img .tv-icon:before {
  color: #160E47;
}
.wizard.book-c .content .section-3 .accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.wizard.book-c .content .section-3 .accordion .card .card-body .form-check {
  padding-left: 0;
  margin-bottom: 1.2rem;
}
.wizard.book-c .content .section-3 .accordion .card .card-body .form-check .label-text {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.wizard.book-c .content .section-3 .accordion .card .card-body input[type=checkbox] {
  position: absolute;
  right: 9000px;
}
.wizard.book-c .content .section-3 .accordion .card .card-body input[type=checkbox] + .label-text:before {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 2em;
  display: inline-block;
  margin-right: 5px;
}
.wizard.book-c .content .section-3 .accordion .card .card-body input[type=checkbox]:checked + .label-text:before {
  content: "";
  color: #160E47;
  animation: effect 250ms ease-in;
}
.wizard.book-c .content .section-3 .accordion .card .card-body input[type=checkbox]:disabled + .label-text {
  color: #2C3740;
}
.wizard.book-c .content .section-3 .accordion .card .card-body input[type=checkbox]:disabled + .label-text:before {
  content: "";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .content .section-3 p {
    font-size: 24px;
  }
}
@media only screen and (max-device-width: 480px) {
  .wizard.book-c .content .section-3 p {
    font-size: 16px;
  }
}
.wizard.book-c .content .section-4 p {
  font-size: 12px;
  color: #2C3740;
  margin-bottom: 20px;
  opacity: 0.5;
}
.wizard.book-c .content .section-4 .form-group {
  padding-right: 20px;
}
.wizard.book-c .content .section-4 .form-group label {
  color: #2C3740;
  font-size: 16px;
  font-weight: 500;
}
.wizard.book-c .content .section-4 .form-group .form-control {
  border-radius: 10px;
  height: 40px;
  font-size: 16px;
  color: #2C3740;
}
.wizard.book-c .content .section-4 .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wizard.book-c .content .section-4 .form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-4 .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-4 .form-group .form-control::placeholder {
  opacity: 0.5;
  color: #2C3740;
}
.wizard.book-c .content .section-4 .form-group select {
  text-indent: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/contact/caret.svg") white no-repeat 98.5% !important;
  background: url("../img/contact/caret.svg") white no-repeat calc(100% - 10px) !important;
}
.wizard.book-c .content .section-4 .form-group textarea.form-control {
  resize: none;
  height: 276px;
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .content .section-4 .form-group textarea.form-control {
    height: 100px;
  }
}
.wizard.book-c .content .section-4 .form-group.invalid label {
  color: #ffcccb !important;
}
.wizard.book-c .content .section-4 .form-group.invalid .form-control {
  color: #ffcccb !important;
  border-color: #ffcccb;
}
.wizard.book-c .content .section-4 .form-group.invalid .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .content .section-4 .form-group.invalid .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .content .section-4 .form-group.invalid .form-control::placeholder {
  opacity: 0.5;
  color: #ffcccb;
}
.wizard.book-c .actions > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.wizard.book-c .actions li a {
  background: #ffa760;
  color: #2c3740;
  padding: 16px 36px !important;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
}
.wizard.book-c .actions li a:hover {
  background: #ff8e32;
  color: #fff;
  box-shadow: none;
}
.wizard.book-c .actions li a:active {
  background: #e06400;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 992px) {
  .wizard.book-c .actions li a {
    padding: 10px 20px !important;
  }
}
.wizard.book-c .actions li a[href="#previous"] {
  background: transparent;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 30px;
  border: solid 1px #ffa760;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
  color: #ffa760;
}
.wizard.book-c .actions li a[href="#previous"]:hover, .wizard.book-c .actions li a[href="#previous"]:focus {
  border-color: #ff8e32;
  color: #ff8e32;
  box-shadow: none;
}
.wizard.book-c .actions li a[href="#previous"]:active {
  border-color: #ff8e32;
  color: #ff8e32;
  box-shadow: none;
}
.wizard.book-c .actions li:not(.disabled) + li {
  margin-left: 15px;
}
.wizard.book-c .actions li:not(:first-child):last-child {
  margin-left: 15px;
}
.wizard.book-c .actions li.disabled {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .actions {
    padding: 0;
    padding-bottom: 50px;
  }
  .wizard.book-c .actions ul {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .wizard.book-c .steps ul {
    background-position-y: 14px;
  }
  .wizard.book-c .steps ul li span.number {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }
  .wizard.book-c .steps ul li.current span.number:before {
    content: "";
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wizard.book-c .steps ul {
    background-size: calc(100% - 145px) 4px;
    background-position-y: 14px;
  }
  .wizard.book-c .steps ul li span.title {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .wizard.book-c .steps ul {
    background-size: calc(100% - 30px) 4px;
    background-position-y: 14px;
    background-position-x: 20px;
  }
  .wizard.book-c .steps ul li span.number {
    width: 30px;
    height: 30px;
    border-width: 3px;
  }
  .wizard.book-c .steps ul li span.title {
    text-align: center;
    display: none;
  }
  .wizard.book-c .steps ul li.current span.number:before {
    content: "";
    width: 15px;
    height: 15px;
  }
  .wizard.book-c .steps ul li.current span.title {
    display: block;
  }
}

.footer {
  background: #2C3740;
}

.social-links li a:hover i {
  color: #ffa760;
}

.social-links li a i {
  transition: all 0.3s ease-in-out;
}

.social-links li {
  padding: 10px !important;
  margin-right: 0 !important;
}
.social-links li a {
  width: 100%;
  max-width: 40px;
  color: #fff !important;
}
.social-links li a i {
  color: #fff;
}

.footer-logo p {
  font-size: 18px;
  opacity: 0.8;
}

.f-logo {
  width: 100%;
  max-width: 200px;
}

.footer-list-heading {
  color: #8CC4EF;
  font-size: 24px;
  font-weight: bold;
}

.footer-list li {
  margin: 25px 0;
}

.footer-list li a {
  color: #A3B1BC;
  font-size: 18px;
  opacity: 0.7;
}
.footer-list li a:hover {
  opacity: 1;
}

.footer-bar {
  border-top: 1px solid #E7F2FB;
}
.footer-bar p {
  color: #A3B1BC;
  font-size: 18px;
  opacity: 0.7;
}
.footer-bar .footer-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-bar .footer-list li {
  display: inline-block;
}
.footer-bar .footer-list li a {
  color: #A3B1BC;
}

.bg-primary {
  background-color: #ffa760 !important;
}

a {
  text-decoration: none;
  color: #2C3740;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #278fe2;
}

.fixed-top {
  position: fixed !important;
}

.btn-primary {
  background-color: #ffa760;
  border-color: #ffa760;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ff8b2d !important;
  border-color: #ff8b2d !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 167, 96, 0.5);
}

.btn-secondary {
  background-color: #278fe2;
  border-color: #278fe2;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #1974bd !important;
  border-color: #1974bd !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 143, 226, 0.5);
}

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