/*!
 * 
 * Copyright 2021 BistecGlobal
 */
.font-light, p,
ul li, .sidebar ul li a {
  font-weight: 300;
  font-style: normal;
}

.font-regular, html,
body, h3.light, h4, .breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active, .sidebar ul li.active a {
  font-weight: 400;
  font-style: normal;
}

.font-medium, a, .active, .navbar .nav .nav-item a.nav-link, .section-team .grid-list .inner h4 {
  font-weight: 500;
  font-style: normal;
}

.font-semibold, h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
button span,
input span,
textarea span,
select span, p strong,
ul li strong {
  font-weight: 600;
  font-style: normal;
}

.font-bold, h1, h2, h3, h4.custom, h5, blockquote p,
.wp-block-quote p, .page-cv-upload .inner-form label {
  font-weight: 700;
  font-style: normal;
}

.font-extrabold {
  font-weight: 800;
  font-style: normal;
}

.font-black {
  font-weight: 900;
  font-style: normal;
}

/* Common styles declaration:
 * Global  */
html,
body {
  font-family: "Inter", sans-serif;
  color: #282828;
}

html.custom-modal-open,
body.custom-modal-open {
  overflow: hidden;
  padding-right: 17px;
}

html.custom-modal-open .fixed-top,
body.custom-modal-open .fixed-top {
  margin-left: -17px;
}

html.custom-modal-open .navbar-brand,
body.custom-modal-open .navbar-brand {
  margin-left: 17px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p.reset {
  margin-bottom: 0;
  padding-bottom: 0;
}

section,
footer {
  position: relative;
  padding: 1.5rem 0;
}

@media only screen and (min-width: 768px) {
  section,
  footer {
    padding: 3rem 0;
  }
}

.hide-in-mob {
  display: none;
}

@media only screen and (min-width: 992px) {
  .hide-in-mob {
    display: block;
  }
}

.show-in-mob {
  display: block;
}

@media only screen and (min-width: 992px) {
  .show-in-mob {
    display: none;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .order-xs-2 {
    order: 2 !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .order-xs-1 {
    order: 1 !important;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  text-decoration: none;
}

video {
  outline: none;
}

span.blue {
  color: #337AB7;
  font-weight: bold;
}

hr.seperator {
  margin-top: 2rem;
}

h1,
h2,
h3,
h4,
h5,
button,
input,
textarea,
select {
  color: #282828;
  margin: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
button span,
input span,
textarea span,
select span {
  color: #337AB7;
}

h1 {
  font-family: "Bitter", serif;
  font-size: 2.4rem;
  line-height: 3rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  line-height: 2.2rem;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

h2:after {
  content: '';
  position: absolute;
  width: 5rem;
  height: .2rem;
  left: 0;
  bottom: -1.2rem;
  background-color: #337AB7;
}

h2.center:after {
  right: 0;
  margin: 0 auto;
}

h2.none {
  margin-bottom: 1rem;
}

h2.none:after {
  content: none;
}

h2.accordion-header:after {
  content: none;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

h3.h3-sm {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

h3.h3-lg {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

h3.light {
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  h3.custom {
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: .5rem;
  color: #7E7E7E;
}

h4.custom {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #337AB7;
}

h4.date {
  opacity: .8;
  padding-bottom: 1rem;
}

h5 {
  font-size: .8rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: #EF3139;
  letter-spacing: .2rem;
  padding-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  h5 {
    font-size: .8rem;
  }
}

a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #337AB7;
  transition: all .3s ease;
}

a.hyper-link i {
  position: absolute;
  margin-left: .3rem;
  transition: all .3s ease;
}

a:hover, a.btn-link {
  text-decoration: underline;
}

a:hover.btn-link, a.btn-link.btn-link {
  text-decoration: none;
}

a:hover.hyper-link i, a.btn-link.hyper-link i {
  margin-left: .5rem;
}

a.btn:hover {
  text-decoration: none;
}

.active {
  color: #337AB7;
  position: relative;
}

.active:after {
  border-bottom: 3px solid #337AB7;
  content: '';
  width: 100%;
  position: absolute;
  bottom: -.5rem;
  left: 0;
}

.breadcrumb {
  padding-bottom: 1rem;
}

.breadcrumb .breadcrumb-item {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #F1F1F1;
}

.breadcrumb .breadcrumb-item.active:after {
  content: unset;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

p,
ul li {
  padding-bottom: .5rem;
  color: #282828;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  p,
  ul li {
    font-size: 1.125rem;
  }
}

blockquote,
.wp-block-quote {
  border-left: 4px solid #337AB7;
  padding-left: 1rem;
  margin: 2rem 0;
}

@media only screen and (min-width: 768px) {
  blockquote,
  .wp-block-quote {
    margin: 2rem 0 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  blockquote p,
  .wp-block-quote p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

input[type="text"],
input[type="email"],
input[type="number"] {
  border: 1px solid #b2b2b2;
  padding: .8rem 1rem;
  font-size: 1.1rem;
}

.btn {
  padding: .5rem 2rem .5rem 1rem;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 0;
}

.btn i {
  transition: all .3s ease;
  position: absolute;
  padding-left: .3rem;
  padding-top: .1rem;
}

@media only screen and (min-width: 1400px) {
  .btn {
    padding: 1rem 3rem 1rem 1.5rem;
  }
}

.btn.sml {
  padding: .4rem 1rem;
}

@media only screen and (min-width: 992px) {
  .btn.sml {
    padding: .4rem 1.5rem;
  }
}

.btn.btn-primary {
  background-color: #337AB7;
  border-color: #337AB7;
}

.btn.btn-primary:hover {
  background-color: #135792;
  border-color: #135792;
}

.btn.btn-primary:hover i {
  padding-left: .6rem;
}

.btn.btn-primary:hover.arrow-down i {
  padding-top: .4rem;
  padding-left: .3rem;
}

.btn.btn-primary.border-on {
  background-color: transparent !important;
  color: #282828;
  border-color: #282828 !important;
  border-width: 2px;
}

.btn.btn-secondary {
  background-color: #ffffff;
  border-color: #282828;
  color: #282828;
}

.btn.btn-secondary i {
  transition: visiblity .1s ease;
}

.btn.btn-secondary.btn-light {
  background-color: #282828;
  border-color: #ffffff;
  color: #ffffff;
}

.btn.btn-secondary.btn-light:hover {
  color: #337AB7;
}

.btn.btn-secondary.no-icon {
  padding-right: 2.8rem;
  font-size: 1rem;
}

.btn.btn-secondary.no-icon embed {
  position: absolute;
  margin-left: .5rem;
  margin-top: .5rem;
}

.btn.btn-secondary:hover {
  border-color: #337AB7;
  color: #337AB7;
}

.btn.btn-secondary:hover embed {
  color: #337AB7;
}

.btn.btn-secondary:hover embed#smile {
  visibility: hidden;
}

.btn.btn-secondary:hover embed#smile-h {
  visibility: visible;
}

.btn.btn-secondary embed {
  width: 1rem;
}

.btn.btn-secondary embed#smile-h {
  visibility: hidden;
}

.btn.btn-secondary.active-btn {
  border-color: #337AB7;
  border-width: 2px;
  color: #337AB7;
}

.btn.btn-secondary.active-btn embed#smile {
  visibility: hidden;
}

.btn.btn-secondary.active-btn embed#smile-h {
  visibility: visible;
}

.btn.flex-on {
  display: inline-flex;
  align-items: center;
}

.d-flex {
  flex-flow: row wrap;
}

.d-flex.no-wrap {
  flex-flow: unset;
}

.bi.sm {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.bi.md {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.bi.xl {
  font-size: 2rem;
  line-height: 2rem;
}

.navbar {
  transition: top 0.5s ease;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 5rem;
}

@media only screen and (min-width: 992px) {
  .navbar-brand img {
    width: 6rem;
  }
}

.navbar .nav {
  align-items: center;
}

.navbar .nav .nav-item {
  padding-bottom: 1rem;
}

.navbar .nav .nav-item a.nav-link {
  font-size: 1rem;
  line-height: 1rem;
  color: #282828;
  cursor: pointer;
}

.navbar .nav .nav-item a.nav-link:hover {
  color: #337AB7;
  text-decoration: none;
}

.navbar .nav .nav-item a.nav-link.active {
  color: #337AB7;
}

.navbar .nav .nav-item.ms-4 {
  margin-left: 0 !important;
}

@media only screen and (min-width: 992px) {
  .navbar .nav .nav-item.ms-4 {
    margin-left: 2rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .nav .nav-item {
    padding-bottom: 0;
    margin-left: 1.5rem;
  }
}

.navbar .navbar-toggler {
  border: 0;
  color: #282828;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler .bi-x {
  display: none;
}

.navbar .navbar-toggler[aria-expanded=true] .bi-x {
  display: block;
}

.navbar .navbar-toggler[aria-expanded=true] .bi-filter-right {
  display: none;
}

.navbar.navbar-hide {
  top: -80px;
}

.navbar.fixed-top {
  background-color: #ffffff;
}

.nav-tabs {
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  overflow: unset;
}

.nav-tabs .nav-link {
  color: #282828;
  border: 0;
  position: relative;
  white-space: nowrap;
  margin-right: .5rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #337AB7;
  background-color: transparent;
}

.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.tab-pane:after {
  content: unset;
}

footer .container .col-md-3 {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  footer .container .col-md-3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

footer .logo {
  margin-bottom: 1rem;
  display: block;
}

footer .logo img {
  width: 8rem;
}

footer a {
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

footer a.active {
  padding: 0;
}

footer a.active:after {
  content: unset;
}

footer ul li {
  padding-bottom: 1rem;
}

footer ul li:last-child {
  padding-bottom: 0;
}

footer #copyright {
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 1rem 1rem 1rem 0;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  footer #copyright.pt-5 {
    padding-top: 0 !important;
  }
}

footer .d-flex {
  column-gap: 1rem;
  font-size: 1.2rem;
}

.modal.from-top .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0;
}

.modal.from-top .modal-content {
  border-radius: 0;
  border: 0;
}

.modal.from-top .modal-content .modal-body {
  padding: 3rem 1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .modal.from-top .modal-content .modal-body {
    padding: 3rem;
  }
}

.modal.from-top input {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #282828;
  padding: 1rem;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .modal.from-top input {
    font-size: 1.4rem;
  }
}

.modal.from-top .btn {
  padding: 0;
  margin-left: -3rem;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .modal.from-top .btn .bi-search {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.modal.from-top .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: #7E7E7E;
}

.modal.from-top form {
  width: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .modal.from-top form {
    width: 40rem;
  }
}

.sidebar {
  width: 25rem;
  position: fixed;
  top: 0;
  right: -25rem;
  height: 100vh;
  background: #337AB7;
  color: #ffffff;
  transition: all 0.5s ease;
  z-index: 2000;
}

.sidebar.show {
  right: 0;
}

.sidebar .close {
  position: absolute;
  right: 2.2rem;
  top: 1.5rem;
  cursor: pointer;
  color: #F1F1F1;
}

.sidebar ul {
  padding: 4rem 3rem 3rem;
}

.sidebar ul li {
  padding-bottom: 2rem;
}

.sidebar ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0;
}

.sidebar ul li a:hover, .sidebar ul li a:focus {
  color: #ffffff;
  text-decoration: none;
}

.sidebar ul li.active a {
  position: relative;
}

.sidebar ul li.active a:after {
  border-bottom: 4px solid #ffffff;
  content: '';
  position: absolute;
  width: 100%;
  bottom: -.8rem;
  left: 0;
}

.sidebar ul li ul li {
  padding-right: 1rem;
  padding-bottom: 0;
}

.sidebar ul li ul li:last-child {
  padding-right: 0;
}

.sidebar ul li ul li a {
  font-size: 1.1rem;
  line-height: 1.1rem;
}

.sidebar ul li ul li a:hover {
  text-decoration: underline;
}

.sidebar ul li ul.contact-details li {
  padding-bottom: 1rem;
}

.sidebar ul li ul.contact-details li:last-child {
  padding-bottom: 0;
}

.sidebar ul li ul.contact-details li i {
  padding-right: .5rem;
}

.modal-backdrop-trans {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1500;
  top: 0;
}

.inner-header {
  min-height: 18rem;
  position: relative;
  margin-top: 80px;
  color: #ffffff;
  background-color: #F1F1F1;
}

.inner-header.view-detail {
  background-color: #337AB7;
}

.inner-header.view-detail h1,
.inner-header.view-detail h2 {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .inner-header.view-detail h1,
  .inner-header.view-detail h2 {
    width: 70%;
  }
}

.inner-header .background-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  transform: translate3d(0px, 0px, 0px);
  text-align: center;
  align-items: center;
}

.inner-header .background-holder h1 {
  color: #ffffff;
}

.inner-header .background-holder h5 {
  color: #F1F1F1;
}

.inner-header .background-holder:after {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-header.view-detail {
  min-height: unset;
}

.accordion {
  margin-top: 2rem;
}

.accordion .accordion-item {
  border-radius: 0;
  border: 0;
}

.accordion .accordion-item h2.accordion-header {
  padding-bottom: 0;
  border-bottom: 1px solid #7E7E7E;
}

.accordion .accordion-item h2.accordion-header button.accordion-button {
  background-color: #F1F1F1;
  box-shadow: none;
  padding: 1.2rem 1rem;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion-item h2.accordion-header button.accordion-button {
    padding: 1.2rem 2rem;
  }
}

.accordion .accordion-item h2.accordion-header button.accordion-button.collapsed {
  background-color: #ffffff;
}

.accordion .accordion-item h2.accordion-header button.accordion-button h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.accordion .accordion-item .accordion-body {
  padding: 1.5rem 2rem 2rem;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body {
    padding: 1.5rem 1rem 2rem;
  }
}

.section-banner {
  background: url(../images/office-bg.jpg) no-repeat center left;
  background-size: cover;
  margin-bottom: 1.5rem;
  margin-top: 70px;
  height: calc(100vh - 70px);
}

@media only screen and (min-width: 768px) {
  .section-banner {
    margin-bottom: 2rem;
    height: auto;
  }
}

.section-banner .min-vh {
  min-height: unset;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) {
  .section-banner .min-vh {
    min-height: 60vh;
  }
}

@media only screen and (min-width: 1400px) {
  .section-banner .min-vh {
    min-height: 75vh;
  }
}

.section-banner aside {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 4rem 2rem;
  width: 95%;
}

.section-banner aside h1,
.section-banner aside p {
  color: #ffffff;
  padding-bottom: 1rem;
}

.section-banner aside h1 + p,
.section-banner aside p + p {
  color: #F1F1F1;
}

@media only screen and (min-width: 576px) {
  .section-banner aside {
    max-width: 100%;
    position: static;
    padding: 2rem;
    transform: none;
    background-color: rgba(0, 0, 0, 0.6);
    height: calc(100vh - 7.5rem);
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-banner aside {
    max-width: 80%;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .section-banner aside {
    max-width: 63%;
    padding: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section-banner aside {
    max-width: 53%;
  }
}

@media only screen and (min-width: 1200px) {
  .section-services .col-lg-3 {
    padding-left: 3rem;
  }
}

.section-services .d-flex {
  column-gap: 2%;
  row-gap: 1rem;
}

.section-services .d-flex .inner {
  background-color: #F1F1F1;
  max-width: unset;
  width: 100%;
  transition: all .3s ease;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner {
    max-width: 49%;
  }
}

.section-services .d-flex .inner > ul {
  padding: 1.5rem;
  display: flex;
  column-gap: 1.5rem;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul {
    padding: 1.5rem;
    height: 100%;
  }
}

.section-services .d-flex .inner > ul embed {
  width: 2.8rem;
  display: none;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul embed {
    width: 3.5rem;
  }
}

.section-services .d-flex .inner > ul embed#idea {
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul embed#idea {
    width: 4rem;
  }
}

.section-services .d-flex .inner > ul embed#digital {
  width: 3.5rem;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul embed#digital {
    width: 4.4rem;
  }
}

.section-services .d-flex .inner > ul embed#account {
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul embed#account {
    width: 3.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul li p {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-services .d-flex .inner > ul li a.hyper-link {
    position: absolute;
    bottom: 2rem;
  }
}

.section-services .d-flex .inner:nth-child(1) embed#laptop {
  display: block;
}

.section-services .d-flex .inner:nth-child(2) embed#idea {
  display: block;
}

.section-services .d-flex .inner:nth-child(3) embed#account {
  display: block;
}

.section-services .d-flex .inner:nth-child(4) embed#digital {
  display: block;
}

.section-services .d-flex .inner:hover {
  background-color: #E3E3E3;
}

.section-services .btn {
  position: static;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-services .btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-services .btn {
    padding: .6rem 2rem .6rem 1rem;
  }
}

.section-case-studies .d-flex.tab-header {
  align-items: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .section-case-studies .d-flex.tab-header .nav-tabs {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-case-studies .d-flex.tab-header .nav-tabs {
    margin: 3rem 0 1rem;
  }
}

.section-case-studies .d-flex.tab-header .nav-tabs button {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: capitalize;
  flex: 0;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .section-case-studies .d-flex.tab-header .nav-tabs button {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-case-studies .d-flex.tab-header .nav-tabs button {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .section-case-studies .d-flex.tab-header .nav-tabs button:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .section-case-studies .d-flex.tab-header .nav-tabs .nav-link {
    padding: .5rem .9rem;
    margin-right: 0;
  }
}

@media only screen and (min-width: 0) {
  .section-case-studies .d-flex.tab-header {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) {
  .section-case-studies .d-flex.tab-header {
    display: flex !important;
  }
}

.section-case-studies .d-flex.grid-list {
  column-gap: 1.5rem;
}

.section-case-studies .d-flex.grid-list .inner {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: unset;
  transition: all .5s ease;
}

@media only screen and (min-width: 768px) {
  .section-case-studies .d-flex.grid-list .inner {
    width: calc(50% - 1rem);
  }
}

@media only screen and (min-width: 992px) {
  .section-case-studies .d-flex.grid-list .inner {
    width: calc(33.33333% - 1rem);
  }
}

.section-case-studies .d-flex.grid-list .inner .thumb-holder {
  width: 100%;
  height: 14rem;
  overflow: hidden;
  position: relative;
}

.section-case-studies .d-flex.grid-list .inner .thumb-holder div.thumb img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.section-case-studies .d-flex.grid-list .inner a.hyper-link:after {
  content: unset;
}

@media only screen and (min-width: 992px) {
  .section-case-studies .d-flex.grid-list .inner a.hyper-link {
    position: absolute;
    bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .section-case-studies .d-flex.grid-list .inner p {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

.section-case-studies .d-flex.grid-list .inner:hover {
  background-color: #F1F1F1;
}

.section-case-studies .d-flex.grid-list .inner:hover .thumb-holder div.thumb img {
  transform: scale(1.1);
}

.section-process .inner,
.section-aboutus .inner {
  padding: 2rem 0;
  max-width: unset;
}

@media only screen and (min-width: 992px) {
  .section-process .inner,
  .section-aboutus .inner {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section-process .inner,
  .section-aboutus .inner {
    padding: 3rem 3rem 3rem 0;
    max-width: 25rem;
  }
}

.section-process .inner ul li,
.section-aboutus .inner ul li {
  padding-bottom: 2rem;
  position: relative;
}

.section-process .inner ul li:before,
.section-aboutus .inner ul li:before {
  border-left: 1px dashed #282828;
  position: absolute;
  content: '';
  height: 100%;
  left: 1.4rem;
  top: 0rem;
}

.section-process .inner ul li:last-child:before, .section-process .inner ul li:last-child:after,
.section-aboutus .inner ul li:last-child:before,
.section-aboutus .inner ul li:last-child:after {
  content: none;
}

.section-process .inner ul li .bi,
.section-aboutus .inner ul li .bi {
  position: absolute;
  left: .8rem;
  top: 55%;
  font-size: 1.2rem;
  opacity: .8;
}

.section-process .inner ul li ul,
.section-aboutus .inner ul li ul {
  display: flex;
  column-gap: 1rem;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .section-process .inner ul li ul,
  .section-aboutus .inner ul li ul {
    column-gap: 2rem;
  }
}

.section-process .inner ul li ul li:before, .section-process .inner ul li ul li:after,
.section-aboutus .inner ul li ul li:before,
.section-aboutus .inner ul li ul li:after {
  content: none;
}

.section-process .inner ul li ul li h3,
.section-aboutus .inner ul li ul li h3 {
  position: relative;
}

.section-process .inner ul li ul li p,
.section-aboutus .inner ul li ul li p {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .section-process .inner ul li ul,
  .section-aboutus .inner ul li ul {
    column-gap: 2.5rem;
  }
}

.section-process .col-md-5,
.section-aboutus .col-md-5 {
  background-color: #F1F1F1;
  justify-content: flex-end;
}

.section-process .col-md-7,
.section-aboutus .col-md-7 {
  background-color: #F1F1F1;
}

.section-process .col-md-7 .inner,
.section-aboutus .col-md-7 .inner {
  max-width: unset;
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .section-process .col-md-7 .inner,
  .section-aboutus .col-md-7 .inner {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .section-process .col-md-7 .inner,
  .section-aboutus .col-md-7 .inner {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section-process .col-md-7 .inner,
  .section-aboutus .col-md-7 .inner {
    padding-left: 3rem;
    max-width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .section-process .col-md-7,
  .section-aboutus .col-md-7 {
    background-color: #ffffff;
  }
}

.section-process label.num,
.section-aboutus label.num {
  background-color: #F1F1F1;
  border: 1px dashed #282828;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0;
}

.section-process embed,
.section-aboutus embed {
  width: 2.8rem;
  position: absolute;
  bottom: .6rem;
  margin-left: 1rem;
}

.section-process embed#doc,
.section-aboutus embed#doc {
  width: 2.4rem;
}

.section-process embed#internet,
.section-aboutus embed#internet {
  width: 3.2rem;
}

.section-process {
  background-color: #F1F1F1;
}

@media only screen and (min-width: 768px) {
  .section-process {
    background-color: transparent;
  }
}

@media only screen and (min-width: 576px) {
  .section-process .container-fluid {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .section-process .container-fluid {
    max-width: none;
  }
}

.section-aboutus {
  padding-bottom: 1.5rem !important;
  background-color: #F1F1F1;
}

@media only screen and (min-width: 768px) {
  .section-aboutus {
    padding-bottom: 0 !important;
    background-color: transparent;
  }
}

.section-aboutus .col-md-5 {
  background: url(../images/about-bg.jpg) no-repeat 0 38%;
  background-size: cover;
  min-height: 20rem;
}

@media only screen and (min-width: 768px) {
  .section-aboutus .col-md-5 {
    min-height: 30rem;
  }
}

.section-aboutus .col-md-7 {
  background-color: #F1F1F1;
}

@media only screen and (min-width: 576px) {
  .section-aboutus .col-md-7 {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .section-aboutus .col-md-7 {
    max-width: none;
  }
}

.section-aboutus .partner-logos {
  column-gap: 1.5rem;
}

.section-aboutus .partner-logos li:before {
  content: none !important;
}

.section-aboutus .partner-logos img {
  width: 9rem;
  background-color: #ffffff;
  padding: .5rem;
}

.section-letstalk {
  background-color: #282828;
  color: #ffffff;
}

.section-letstalk h2,
.section-letstalk h3,
.section-letstalk a {
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-letstalk h2.btn,
  .section-letstalk h3.btn,
  .section-letstalk a.btn {
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}

.section-letstalk a:hover {
  color: #337AB7;
}

.section-letstalk h5,
.section-letstalk p {
  color: #F1F1F1;
}

.section-letstalk .inner {
  padding: 2rem 0;
}

.section-letstalk .inner ul li {
  margin-right: 1.5rem;
}

.section-letstalk .inner ul li .btn {
  margin-bottom: 1rem;
}

.section-letstalk .inner ul li:last-child {
  margin-right: 0;
}

.section-letstalk .inner ul li:last-child .btn {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 0) and (max-width: 767px) {
  .section-letstalk .inner ul .btn {
    width: 17rem;
  }
}

.section-letstalk .employer-connect ul li {
  padding-bottom: 3rem;
}

.section-letstalk .employer-connect ul li:first-child {
  margin-right: 0;
}

.section-letstalk .employer-connect ul li:last-child {
  padding-bottom: 0;
}

.section-letstalk .employer-connect ul li ul.d-flex.holder {
  column-gap: 0;
}

@media only screen and (min-width: 992px) {
  .section-letstalk .employer-connect ul li ul.d-flex.holder {
    column-gap: .5rem;
  }
}

.section-letstalk .employer-connect ul li ul.d-flex.holder li {
  padding-bottom: 0;
  padding-right: .8rem;
}

.section-letstalk .employer-connect ul li ul.d-flex.holder li img {
  width: 85%;
}

@media only screen and (min-width: 992px) {
  .section-letstalk .employer-connect ul li ul.d-flex.holder li img {
    width: 95%;
  }
}

.section-letstalk .employer-connect ul li ul.d-flex.holder li ul.d-flex li:last-child {
  padding-right: 0;
}

.section-letstalk .employer-connect ul li ul.d-flex.holder li ul.d-flex li.seperator {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin-top: -.2rem;
  color: #F1F1F1;
  margin-right: 0;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .section-letstalk .employer-connect ul.mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.wp-content-control {
  font-size: 1.125rem !important;
}

.wp-content-control ul,
.wp-content-control ol {
  margin-bottom: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .wp-content-control ul,
  .wp-content-control ol {
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
}

.wp-content-control ul li,
.wp-content-control ol li {
  list-style-type: unset;
  margin-left: 1rem;
}

.wp-content-control ul li ul,
.wp-content-control ul li ol,
.wp-content-control ol li ul,
.wp-content-control ol li ol {
  padding-top: 1rem;
}

.wp-content-control img {
  height: auto;
}

.wp-content-control h1,
.wp-content-control h2,
.wp-content-control h3,
.wp-content-control h4 {
  margin: 0;
  padding-bottom: 1rem;
}

.wp-content-control h2:after {
  content: none;
}

.wp-content-control p {
  margin-bottom: 0;
}

.page-template-default.page-services .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg.jpg) no-repeat 50% 50%;
}

.page-template-default.page-case-studies .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-7.jpg) no-repeat 50% 50%;
}

.page-template-default.page-about-us .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-3.jpg) no-repeat 50% 0;
}

.page-template-default.page-contact-us .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-4.jpg) no-repeat 50% 50%;
}

.page-template-default.page-careers .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-6.jpg) no-repeat 50% 0;
}

.page-template-default.page-demo .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-7.jpg) no-repeat 50% 50%;
}

.page-template-default.page-life .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-8.jpg) no-repeat 50% 55%;
  background-position: center;
}

.page-template-default.page-blog .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-5.jpg) no-repeat 50% 30%;
}

.page-template-default.page-news .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-2.jpg) no-repeat 50% 30%;
}

.page-blog .background-holder,
.single-post .background-holder,
.category .background-holder,
.tag .background-holder {
  background: #F1F1F1 url(../images/inner-header-bg-5.jpg) no-repeat 50% 50%;
}

.page-blog .post-holder,
.single-post .post-holder,
.category .post-holder,
.tag .post-holder {
  border-bottom: 2px solid #F1F1F1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.single-post .inner-header h1 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .single-post .inner-header h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 600;
  }
}

.error404 .inner-header,
.page-disclaimer .inner-header,
.page-privacy-policy .inner-header {
  min-height: 10rem;
}

.error404 .inner-header .background-holder h1,
.page-disclaimer .inner-header .background-holder h1,
.page-privacy-policy .inner-header .background-holder h1 {
  color: #282828;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .error404 .searchform input[type="text"],
  .page-disclaimer .searchform input[type="text"],
  .page-privacy-policy .searchform input[type="text"] {
    padding: .5rem;
    width: 100%;
  }
}

.error404 .searchform #searchsubmit,
.page-disclaimer .searchform #searchsubmit,
.page-privacy-policy .searchform #searchsubmit {
  background-color: #337AB7;
  border-color: #337AB7;
  padding: .9rem 2rem .9rem;
  cursor: pointer;
  border: 0;
  color: #ffffff;
}

.error404 .searchform #searchsubmit:hover,
.page-disclaimer .searchform #searchsubmit:hover,
.page-privacy-policy .searchform #searchsubmit:hover {
  background-color: #135792;
  border-color: #135792;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .error404 .searchform #searchsubmit,
  .page-disclaimer .searchform #searchsubmit,
  .page-privacy-policy .searchform #searchsubmit {
    padding: .6rem 1.5rem;
    margin-top: 1rem;
  }
}

.section-overview {
  background-color: #F1F1F1;
  text-align: center;
}

.section-overview h4 {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.db-image-cover {
  min-height: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 992px) {
  .db-image-cover {
    min-height: 25rem;
  }
}

.page-services .content-type.bg-on,
.page-case-studies .content-type.bg-on,
.page-about-us .content-type.bg-on,
.single-case-study .content-type.bg-on,
.page-demo .content-type.bg-on,
.page-blog .content-type.bg-on,
.page-news .content-type.bg-on {
  background-color: #F1F1F1;
}

.page-case-studies .tab-header,
.page-blog .tab-header {
  background-color: #F1F1F1;
  padding: 2rem 0 0.5rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-case-studies .tab-header,
  .page-blog .tab-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-case-studies .tab-header .nav-tabs,
  .page-blog .tab-header .nav-tabs {
    margin: 0 !important;
    justify-content: center;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-case-studies .tab-header .nav-tabs,
  .page-blog .tab-header .nav-tabs {
    justify-content: unset;
  }
}

@media only screen and (min-width: 768px) {
  .page-case-studies .tab-header .nav-tabs .nav-link,
  .page-blog .tab-header .nav-tabs .nav-link {
    font-size: 1.2rem !important;
    text-transform: capitalize;
  }
}

.single-case-study .inner-header.view-detail {
  background: url(../images/banner-featured.jpg) no-repeat center center;
  background-size: cover;
}

.single-case-study .inner-header.view-detail .row {
  min-height: 18rem;
}

.single-case-study .casestudy-it.inner-header.view-detail {
  background: url(../images/banner-featured-2.jpg) no-repeat center center;
  background-size: cover;
}

.single-case-study .casestudy-accounting.inner-header.view-detail {
  background: url(../images/banner-featured-3.jpg) no-repeat center center;
  background-size: cover;
}

.single-case-study .casestudy-digital.inner-header.view-detail {
  background: url(../images/banner-featured-4.jpg) no-repeat center center;
  background-size: cover;
}

.page-about-us .partnerships ul.d-flex li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.page-about-us .partnerships ul.d-flex li img {
  width: 12rem;
}

@media only screen and (min-width: 992px) {
  .page-demo .content-type .container .col-lg-5,
  .page-demo .content-type .container .col-lg-6 {
    border-bottom: 2px solid #F1F1F1;
    padding-bottom: 3rem;
  }
}

.page-news .d-flex.tab-header {
  display: none !important;
}

.page-news .tab-content {
  margin-top: 2rem;
}

.section-team {
  margin-top: 1rem;
}

.section-team .grid-list {
  column-gap: .5rem;
}

.section-team .grid-list .inner {
  position: relative;
  max-width: unset;
  margin-bottom: 4rem;
  padding-left: 3rem;
}

@media only screen and (min-width: 768px) {
  .section-team .grid-list .inner {
    max-width: calc(50% - 1rem);
  }
}

@media only screen and (min-width: 992px) {
  .section-team .grid-list .inner {
    max-width: calc(33.33333% - 1rem);
  }
}

.section-team .grid-list .inner h4 {
  padding: 1.5rem 0 0.5rem;
}

.section-team .grid-list .inner img {
  width: 100%;
}

.section-team .grid-list .inner:before {
  background-color: #282828;
  width: 80%;
  height: 80%;
  position: absolute;
  top: -1rem;
  left: 2rem;
  z-index: -1;
  content: '';
}

.section-team .grid-list .inner.green:before {
  background-color: #84B72A;
}

.section-team .grid-list .inner.blue:before {
  background-color: #337AB7;
}

.section-team .grid-list .inner h4 {
  font-size: 1.2rem;
  color: #282828;
}

.section-team .grid-list .inner h5 {
  font-size: 0.6rem;
}

.page-contact-us .section-letstalk {
  display: none;
}

.page-contact-us .section-letstalk.custom {
  display: block;
  margin-top: 5rem;
}

.page-contact-us .section-locations h4 {
  font-size: 1.4rem;
  color: #282828;
}

.page-contact-us .section-locations img {
  margin: 1rem 0 2rem;
  width: 100%;
}

.page-blog ul.recent-post {
  margin: 2rem 0 3rem;
}

.page-blog ul.recent-post li {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}

.page-blog ul.recent-post li img {
  width: 8rem;
}

.page-blog ul.recent-post li label {
  padding-bottom: .5rem;
}

.page-blog ul.recent-post li h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #282828;
}

.page-blog ul.list-categories {
  margin-top: 1rem;
}

.page-blog ul.list-categories li h5 {
  color: #337AB7;
}

.page-blog .nav.nav-tabs .nav-link:last-child {
  display: none;
}

.blog-post {
  margin-bottom: 2rem;
}

.blog-post img {
  width: 100%;
}

.blog-post .date {
  padding: 1rem 0 .5rem;
  opacity: .7;
  font-size: 0.9rem;
}

.blog-post .position-set {
  position: absolute;
  top: -5.5rem;
  color: #ffffff;
}

.blog-post .position-set span {
  color: #ffffff;
}

.blog-bottom {
  border-top: 2px solid #F1F1F1;
  padding-top: 2rem;
  column-gap: 2rem;
  justify-content: space-between;
}

.blog-bottom a {
  flex: 1;
  display: block;
}

.blog-bottom a:last-child {
  text-align: right;
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .blog-bottom a:last-child {
    padding-top: 0;
  }
}

.page-numbers,
.nav-previous a,
.nav-next a {
  background-color: #F1F1F1;
  padding: .5rem 1rem;
}

.single-post .content-type img,
.category .content-type img {
  width: 100%;
}

.single-post .content-type aside.list-categories,
.category .content-type aside.list-categories {
  margin: 0 0 2rem;
  padding: 1.5rem 2rem;
  background-color: #F1F1F1;
}

.single-post .content-type aside.list-categories li h5,
.category .content-type aside.list-categories li h5 {
  color: #337AB7;
}

.single-post .content-type .d-flex .inner,
.category .content-type .d-flex .inner {
  flex-grow: 1;
  flex-basis: 0;
}

.single-post .content-type .d-flex .inner.tags a,
.category .content-type .d-flex .inner.tags a {
  background-color: #F1F1F1;
  padding: .5rem 1rem;
  text-align: center;
  border-radius: 5px;
}

.single-post .content-type .d-flex .inner.share,
.category .content-type .d-flex .inner.share {
  text-align: right;
}

.archive.tag h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}

.archive.tag h2:after {
  content: none;
}

.archive.tag h2:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
}

.archive.tag h2:first-of-type:after {
  content: '';
}

.archive.tag ul {
  margin-bottom: 2rem;
}

.page-careers .accordion-body a {
  display: inline-block;
}

.page-careers .accordion-body ul li {
  list-style-type: unset;
  margin-left: 1rem;
}

.page-careers .work-place {
  background-color: #F1F1F1;
}

.page-careers .work-place ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-careers .work-place ul {
    flex-direction: row;
    column-gap: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .page-careers .work-place ul {
    column-gap: 5rem;
  }
}

.page-careers .work-place ul .circular--portrait {
  width: 200px;
  height: 200px;
  border: 5px solid #337AB7;
}

.page-careers .work-place ul .circular--portrait img {
  border: 1px solid #ffffff;
}

.page-careers .work-place ul h4 {
  padding-top: 1.5rem;
  padding-bottom: 0;
  font-weight: bold;
}

.page-careers .circular--portrait {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.page-careers .circular--portrait img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.page-careers .testimonials .user-comments {
  margin: 0 auto 2rem;
}

.page-careers .testimonials .user-comments .col-lg-8 {
  border: 1px solid #7E7E7E;
  border-radius: 1rem;
}

.page-careers .testimonials .user-comments .slider div ul {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin: 2rem auto;
}

@media only screen and (min-width: 768px) {
  .page-careers .testimonials .user-comments .slider div ul {
    column-gap: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .page-careers .testimonials .user-comments .slider div ul {
    width: 70%;
  }
}

.page-careers .testimonials .user-comments .slider div ul li {
  padding-bottom: 0;
}

.page-careers .testimonials .user-comments .slider div ul li .circular--portrait {
  width: 5rem;
  height: 5rem;
}

@media only screen and (min-width: 768px) {
  .page-careers .testimonials .user-comments .slider div ul li .circular--portrait {
    width: 7rem;
    height: 7rem;
  }
}

.page-careers .testimonials .user-comments .slider div ul li h4 {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #282828;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .page-careers .testimonials .user-comments .slider div ul li h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.page-careers .testimonials .user-comments .slider div ul li p {
  font-size: .8rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-careers .testimonials .user-comments .slider div ul li p span {
  font-weight: bold;
  font-size: .9rem;
}

@media only screen and (min-width: 768px) {
  .page-careers .testimonials .user-comments .slider div ul li p span {
    font-size: 1rem;
  }
}

.page-careers .wrapper-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.page-careers .wrapper-video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-careers .arrow-down {
  margin-top: 1rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-careers .arrow-down {
    margin-top: 0;
    width: auto;
  }
}

.direct-to-life {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .direct-to-life {
    padding: 1rem 0;
  }
}

.direct-to-life .container {
  background: #7fc9fd url(../images/bg-life.png) no-repeat center center;
  background-size: cover;
  border-radius: .8rem;
  padding: 2rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .direct-to-life .container {
    padding: 2rem 1rem;
  }
}

@media only screen and (min-width: 1400px) {
  .direct-to-life .container {
    padding: 4rem;
  }
}

.direct-to-life .container .btn.btn-primary {
  background-color: #135792;
  border-color: #135792;
}

.career-gallery-slider {
  padding-bottom: 3rem;
}

.career-gallery-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.career-gallery-slider .slider div img {
  width: 100%;
  padding: 2%;
  position: relative;
  text-align: center;
}

.career-gallery-slider .slider div ul {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .career-gallery-slider .slider div ul {
    flex-direction: row;
  }
}

.career-gallery-slider .slider div ul li {
  flex: 1 0;
  padding: 0;
  background-color: #F1F1F1;
}

.career-gallery-slider .slider div ul li:last-child div {
  padding: 2rem;
}

@media only screen and (min-width: 992px) {
  .career-gallery-slider .slider div ul li:last-child div {
    padding: 1rem 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .career-gallery-slider .slider div ul li:last-child div {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1400px) {
  .career-gallery-slider .slider div ul li:last-child div {
    padding: 2rem 4rem;
  }
}

.career-gallery-slider .slider div ul li img {
  padding: 0;
}

.career-gallery-slider .slider div ul li.img-bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  min-height: 13rem;
}

@media only screen and (min-width: 576px) {
  .career-gallery-slider .slider div ul li.img-bg {
    min-height: 18rem;
  }
}

@media only screen and (min-width: 768px) {
  .career-gallery-slider .slider div ul li.img-bg {
    background-size: cover;
    min-height: 30rem;
  }
}

@media only screen and (min-width: 992px) {
  .career-gallery-slider .slider div ul li.img-bg {
    background-size: cover;
    min-height: auto;
  }
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  margin: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-life ul.content-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-life ul.content-row {
    flex-direction: row;
  }
}

.page-life ul.content-row li {
  flex: 1 0;
  flex-grow: 1;
  flex-basis: 0;
}

.page-life ul.content-row li p {
  padding-bottom: 0;
}

.page-life ul.content-row h4 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #282828;
}

.page-life .culture-thrive {
  background-color: #F1F1F1;
}

.page-life .culture-thrive ul.content-row li {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem;
  border-radius: .5rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-life .culture-thrive ul.content-row li {
    padding: 2rem 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .page-life .culture-thrive ul.content-row li {
    margin-right: 1.5rem;
  }
}

.page-life .culture-thrive ul.content-row li:last-child {
  margin: 0;
}

.page-life .culture-thrive ul.content-row li img {
  width: 5rem;
  margin-bottom: 2rem;
}

.page-life .section-houses ul li {
  border: 2px solid #7E7E7E;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .page-life .section-houses ul li {
    margin-right: 2rem;
  }
}

.page-life .section-houses ul li:last-child {
  margin: 0;
}

.page-life .section-houses ul li.house-stark {
  border-color: #135792;
}

.page-life .section-houses ul li.house-stark h4 {
  color: #135792;
}

.page-life .section-houses ul li.house-targaryen {
  border-color: #ad1d35;
}

.page-life .section-houses ul li.house-targaryen h4 {
  color: #ad1d35;
}

.page-life .section-houses ul li.house-lannister {
  border-color: #ab9423;
}

.page-life .section-houses ul li.house-lannister h4 {
  color: #ab9423;
}

.page-life .section-houses ul li img {
  width: 8rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 0) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .page-life .custom-mob {
    display: none;
  }
}

.page-cv-upload .inner-form {
  background-color: #F1F1F1;
  padding: 2rem;
}

.page-cv-upload .inner-form .wpcf7 {
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .page-cv-upload .inner-form .wpcf7 {
    width: 30rem;
  }
}

.page-cv-upload .inner-form label {
  width: 100%;
}

.page-cv-upload .inner-form input,
.page-cv-upload .inner-form textarea {
  margin-top: .5rem;
  width: 100%;
}

.page-cv-upload .inner-form .upload-file-171 {
  margin-top: .5rem;
  display: block;
}

.page-cv-upload .inner-form .upload-file-171 .wpcf7-not-valid-tip {
  padding-top: 0;
}

.page-cv-upload .inner-form .upload-file-171 h3 {
  font-size: 1.2rem;
  padding-bottom: 0;
}

.page-cv-upload .inner-form .wpcf7 input[type="submit"] {
  padding: .8rem 2rem;
  cursor: pointer;
  transition: all .3s ease;
  background-color: #337AB7;
  border-color: #337AB7;
  border: 0;
  color: #ffffff;
}

.page-cv-upload .inner-form .wpcf7 input[type="submit"]:hover {
  background-color: #135792;
}

.page-cv-upload .inner-form .wpcf7-not-valid-tip {
  padding-top: .5rem;
  color: #EF3139;
}

.page-cv-upload .inner-form .wpcf7-response-output {
  background-color: #ffffff;
  padding: .8rem 1rem;
  color: #EF3139;
  border: 1px solid #EF3139 !important;
  border-radius: 4px;
}

.search-results .content-type:last-child {
  padding-bottom: 3rem !important;
}

.search-results h2.screen-reader-text {
  display: none;
}

.search-results .pagination {
  border-top: 2px solid #F1F1F1;
  padding-top: 2rem;
}

.search-results .result-thumb div {
  min-height: 11rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wdi_photo_img.wdi_shape_square,
.wdi_photo_img.wdi_shape_portrait {
  background-color: #F1F1F1 !important;
}

.wdi_pagination {
  display: none !important;
}

.social-bistec .slick-slide {
  min-height: 382px !important;
}

.btn-instra {
  margin: 1rem 0;
}

.btn-instra .btn-primary {
  background-color: #0095f6;
  border-color: #0095f6;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 3px;
}

.btn-instra .btn-primary i {
  position: static;
  padding-right: .5rem;
  padding-left: 0;
}

.blockquote-custom {
  padding: 2rem 0 0 2rem;
  margin-top: 0;
  position: relative;
  border: 0;
}

@media only screen and (min-width: 992px) {
  .blockquote-custom {
    padding: 2rem 0 0 1rem;
  }
}

@media only screen and (min-width: 1400px) {
  .blockquote-custom {
    padding: 2rem 0 0 2rem;
  }
}

.blockquote-custom h3 {
  font-weight: normal;
  padding-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .blockquote-custom h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1400px) {
  .blockquote-custom h3 {
    font-size: 2rem;
  }
}

.blockquote-custom .bi-quote {
  position: absolute;
  top: -1rem;
  left: -2rem;
  color: rgba(0, 0, 0, 0.1);
  width: 8rem;
  height: 8rem;
  opacity: .6;
}

@media only screen and (min-width: 768px) {
  .blockquote-custom .bi-quote {
    width: 8rem;
    height: 8rem;
    top: -1rem;
    left: -2rem;
  }
}

.gptw-banner {
	width: 4rem;
	height: 100%;
    position: absolute;
    left: 3rem;
    top: 0;
    background: url(../images/logo-GPTW.png) no-repeat 0 0;
    background-size: contain;
}

.gptw-banner-home {
	height: 100%;
    position: absolute;
    background: url(../images/logo-GPTW-2024.png) no-repeat 0 0;
    background-size: contain;
}

.banner-home-custom .gptw-banner-home {
	right: 4rem;
	left: auto;
}

@media only screen and (min-width: 1200px) {
	.gptw-banner {
		width: 5rem;
		left: 5rem;
	}
	.banner-home-custom .gptw-banner-home {
		width: 10rem;
		top: 4rem;
	}
}

@media only screen and (max-width: 1280px) {
	.banner-home-custom .gptw-banner-home {
		width: 4rem;
		top: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.custom-banner {
		align-items: end !important;
	}
	.custom-banner h1 {
		margin-bottom: 3rem;
	}
	.gptw-banner {
		left: 2rem;
		width: 3.5rem;
	}
	.banner-home-custom .gptw-banner-home {
		right: auto;
		left: 2rem;
		width: 7rem;
		top: 0;
	}
}
    
/*# sourceMappingURL=styles.css.map */