/* From 481 | Phone Landscape & Bigger */
@media (min-width: 481px) {
  /* Grid */
  .xt-grid-small-1-1 > * {
    width: 100%;
  }
  .xt-grid-small-1-2 > * {
    width: 50%;
  }
  .xt-grid-small-1-3 > * {
    width: 33.333%;
  }
  .xt-grid-small-2-3 > * {
    width: 66.666%;
  }
  .xt-grid-small-1-4 > * {
    width: 25%;
  }
  .xt-grid-small-1-5 > * {
    width: 20%;
  }
  .xt-grid-small-1-6 > * {
    width: 16.666%;
  }
  .xt-grid-small-1-10 > * {
    width: 10%;
  }
  /* Grid Cells */
  .xt-small-1-1 {
    width: 100%;
  }
  .xt-small-1-2,
  .xt-small-2-4,
  .xt-small-3-6,
  .xt-small-5-10 {
    width: 50%;
  }
  .xt-small-1-3,
  .xt-small-2-6 {
    width: 33.333%;
  }
  .xt-small-2-3,
  .xt-small-4-6 {
    width: 66.666%;
  }
  .xt-small-1-4 {
    width: 25%;
  }
  .xt-small-3-4 {
    width: 75%;
  }
  .xt-small-1-5,
  .xt-small-2-10 {
    width: 20%;
  }
  .xt-small-2-5,
  .xt-small-4-10 {
    width: 40%;
  }
  .xt-small-3-5,
  .xt-small-6-10 {
    width: 60%;
  }
  .xt-small-4-5,
  .xt-small-8-10 {
    width: 80%;
  }
  .xt-small-1-6 {
    width: 16.666%;
  }
  .xt-small-5-6 {
    width: 83.333%;
  }
  .xt-small-1-10 {
    width: 10%;
  }
  .xt-small-3-10 {
    width: 30%;
  }
  .xt-small-7-10 {
    width: 70%;
  }
  .xt-small-9-10 {
    width: 90%;
  }
}

/* From 769 | Tablet & Bigger */
@media (min-width: 769px) {
  /* Gutenberg */
  .xt-no-sidebar .alignwide {
    margin-left: -50px;
    margin-right: -50px;
    max-width: unset;
    width: auto;
  }
  .xt-grid-divider
> [class*="xt-medium-"]:not(.xt-medium-1-1):nth-child(n + 2) {
    border-left: 1px solid #dedee5;
  }
  /* Grid */
  .xt-grid-medium-1-1 > * {
    width: 100%;
  }
  .xt-grid-medium-1-2 > * {
    width: 50%;
  }
  .xt-grid-medium-1-3 > * {
    width: 33.333%;
  }
  .xt-grid-medium-2-3 > * {
    width: 66.666%;
  }
  .xt-grid-medium-1-4 > * {
    width: 25%;
  }
  .xt-grid-medium-1-5 > * {
    width: 20%;
  }
  .xt-grid-medium-1-6 > * {
    width: 16.666%;
  }
  .xt-grid-medium-1-10 > * {
    width: 10%;
  }
  /* Grid Cells */
  .xt-medium-1-1 {
    width: 100%;
  }
  .xt-medium-1-2,
  .xt-medium-2-4,
  .xt-medium-3-6,
  .xt-medium-5-10 {
    width: 50%;
  }
  .xt-medium-1-3,
  .xt-medium-2-6 {
    width: 33.333%;
  }
  .xt-medium-2-3,
  .xt-medium-4-6 {
    width: 66.666%;
  }
  .xt-medium-1-4 {
    width: 25%;
  }
  .xt-medium-3-4 {
    width: 75%;
  }
  .xt-medium-1-5,
  .xt-medium-2-10 {
    width: 20%;
  }
  .xt-medium-2-5,
  .xt-medium-4-10 {
    width: 40%;
  }
  .xt-medium-3-5,
  .xt-medium-6-10 {
    width: 60%;
  }
  .xt-medium-4-5,
  .xt-medium-8-10 {
    width: 80%;
  }
  .xt-medium-1-6 {
    width: 16.666%;
  }
  .xt-medium-5-6 {
    width: 83.333%;
  }
  .xt-medium-1-10 {
    width: 10%;
  }
  .xt-medium-3-10 {
    width: 30%;
  }
  .xt-medium-7-10 {
    width: 70%;
  }
  .xt-medium-9-10 {
    width: 90%;
  }
}

/* From 1025 | Desktop & Bigger */
@media (min-width: 1025px) {
  /* Gutenberg */
  .xt-no-sidebar .alignwide {
    margin-left: -75px;
    margin-right: -75px;
  }
  /* Sidebar */
  .xt-grid-divider > [class*="xt-large-"]:not(.xt-large-1-1):nth-child(n + 2) {
    border-left: 1px solid #dedee5;
  }
  /* Grid */
  .xt-grid-large-1-1 > * {
    width: 100%;
  }
  .xt-grid-large-1-2 > * {
    width: 50%;
  }
  .xt-grid-large-1-3 > * {
    width: 33.333%;
  }
  .xt-grid-large-2-3 > * {
    width: 66.666%;
  }
  .xt-grid-large-1-4 > * {
    width: 25%;
  }
  .xt-grid-large-1-5 > * {
    width: 20%;
  }
  .xt-grid-large-1-6 > * {
    width: 16.666%;
  }
  .xt-grid-large-1-10 > * {
    width: 10%;
  }
  /* Grid Cells */
  .xt-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .xt-large-1-2,
  .xt-large-2-4,
  .xt-large-3-6,
  .xt-large-5-10 {
    width: 50%;
  }
  .xt-large-1-3,
  .xt-large-2-6 {
    width: 33.333%;
  }
  .xt-large-2-3,
  .xt-large-4-6 {
    width: 66.666%;
  }
  .xt-large-1-4 {
    width: 25%;
  }
  .xt-large-3-4 {
    width: 75%;
  }
  .xt-large-1-5,
  .xt-large-2-10 {
    width: 20%;
  }
  .xt-large-2-5,
  .xt-large-4-10 {
    width: 40%;
  }
  .xt-large-3-5,
  .xt-large-6-10 {
    width: 60%;
  }
  .xt-large-4-5,
  .xt-large-8-10 {
    width: 80%;
  }
  .xt-large-1-6 {
    width: 16.666%;
  }
  .xt-large-5-6 {
    width: 83.333%;
  }
  .xt-large-1-10 {
    width: 10%;
  }
  .xt-large-3-10 {
    width: 30%;
  }
  .xt-large-7-10 {
    width: 70%;
  }
  .xt-large-9-10 {
    width: 90%;
  }
}

/* From 1200 | Large Screen & Bigger */
@media (min-width: 1201px) {
  /* Grid */
  .xt-grid-xlarge-1-1 > * {
    width: 100%;
  }
  .xt-grid-xlarge-1-2 > * {
    width: 50%;
  }
  .xt-grid-xlarge-1-3 > * {
    width: 33.333%;
  }
  .xt-grid-xlarge-2-3 > * {
    width: 66.666%;
  }
  .xt-grid-xlarge-1-4 > * {
    width: 25%;
  }
  .xt-grid-xlarge-1-5 > * {
    width: 20%;
  }
  .xt-grid-xlarge-1-6 > * {
    width: 16.666%;
  }
  .xt-grid-xlarge-1-10 > * {
    width: 10%;
  }
  /* Grid Cells */
  .xt-xlarge-1-1 {
    width: 100%;
  }
  .xt-xlarge-1-2,
  .xt-xlarge-2-4,
  .xt-xlarge-3-6,
  .xt-xlarge-5-10 {
    width: 50%;
  }
  .xt-xlarge-1-3,
  .xt-xlarge-2-6 {
    width: 33.333%;
  }
  .xt-xlarge-2-3,
  .xt-xlarge-4-6 {
    width: 66.666%;
  }
  .xt-xlarge-1-4 {
    width: 25%;
  }
  .xt-xlarge-3-4 {
    width: 75%;
  }
  .xt-xlarge-1-5,
  .xt-xlarge-2-10 {
    width: 20%;
  }
  .xt-xlarge-2-5,
  .xt-xlarge-4-10 {
    width: 40%;
  }
  .xt-xlarge-3-5,
  .xt-xlarge-6-10 {
    width: 60%;
  }
  .xt-xlarge-4-5,
  .xt-xlarge-8-10 {
    width: 80%;
  }
  .xt-xlarge-1-6 {
    width: 16.666%;
  }
  .xt-xlarge-5-6 {
    width: 83.333%;
  }
  .xt-xlarge-1-10 {
    width: 10%;
  }
  .xt-xlarge-3-10 {
    width: 30%;
  }
  .xt-xlarge-7-10 {
    width: 70%;
  }
  .xt-xlarge-9-10 {
    width: 90%;
  }
}

/* Until 1200 */
@media screen and (max-width: 1200px) {
  /* Margin */
  .xt-margin-xlarge {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .xt-margin-xlarge-top {
    margin-top: 80px;
  }
  .xt-margin-xlarge-bottom {
    margin-bottom: 80px;
  }
  .xt-margin-xlarge-left {
    margin-left: 80px;
  }
  .xt-margin-xlarge-right {
    margin-right: 80px;
  }
  /* Padding */
  .xt-padding-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .xt-padding-xlarge-top {
    padding-top: 80px;
  }
  .xt-padding-xlarge-bottom {
    padding-bottom: 80px;
  }
  .xt-padding-xlarge-left {
    padding-left: 80px;
  }
  .xt-padding-xlarge-right {
    padding-right: 80px;
  }
  .xt-menu > .menu-item > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 11px;
  }
  .xt-menu .sub-menu .menu-item > a {
    font-size: 13px;
  }
  .xt-podcast-equal {
    padding-top: 80px !important;
  }
  .xt-apply-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-videos-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-clients-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-success-banner .xt-banner-image .vc_single_image-wrapper {
    left: -5%;
  }
  .xt-image-block .inner .image img {
    height: 305px;
  }
}

@media only screen and (max-width: 1100px) {
  .xt-consulting-banner .vc_col-sm-5 {
    width: 30%;
  }
  .xt-consulting-banner .vc_col-sm-7 {
    width: 69%;
  }
}

/* Until 1024 */
@media screen and (max-width: 1024px) {
  /* Margin */
  .xt-margin-large,
  .xt-margin-xlarge {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xt-margin-large-top {
    margin-top: 40px;
  }
  .xt-margin-large-bottom {
    margin-bottom: 40px;
  }
  .xt-margin-large-left {
    margin-left: 40px;
  }
  .xt-margin-large-right {
    margin-right: 40px;
  }
  .xt-margin-xlarge-top {
    margin-top: 40px;
  }
  .xt-margin-xlarge-bottom {
    margin-bottom: 40px;
  }
  .xt-margin-xlarge-left {
    margin-left: 40px;
  }
  .xt-margin-xlarge-right {
    margin-right: 40px;
  }
  /* Padding */
  .xt-padding-large,
  .xt-padding-xlarge {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xt-padding-large-top {
    padding-top: 40px;
  }
  .xt-padding-large-bottom {
    padding-bottom: 40px;
  }
  .xt-padding-large-left {
    padding-left: 40px;
  }
  .xt-padding-large-right {
    padding-right: 40px;
  }
  .xt-padding-xlarge-top {
    padding-top: 40px;
  }
  .xt-padding-xlarge-bottom {
    padding-bottom: 40px;
  }
  .xt-padding-xlarge-left {
    padding-left: 40px;
  }
  .xt-padding-xlarge-right {
    padding-right: 40px;
  }
  .xt-newsletter-img {
    position: absolute;
    top: -50px;
  }
  .xt-home-form {
    justify-content: center;
  }
  .xt-home-form input[type="text"],
  .xt-home-form input[type="email"] {
    width: 45%;
    margin-bottom: 20px;
  }
  .xt-bob {
    height: 500px;
  }
  .xt-banner h1 {
    font-size: 34px;
  }
  .xt-banner .xlight h3 {
    font-weight: 200;
    font-size: 32px;
  }
  .xt-tabs .vc_tta-tabs-list .vc_tta-tab {
    flex: 1;
    width: calc(100% / 6);
  }
  .xt-tabs .vc_tta-tab a:before {
    width: 70px !important;
    height: 50px !important;
  }
  .xt-apply-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-videos-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-clients-banner .xt-banner-image .vc_single_image-wrapper,
  .xt-success-banner .xt-banner-image .vc_single_image-wrapper {
    left: -20%;
  }
  .xt-podcast-equal .vc_col-sm-6 {
    width: 100%;
    margin-bottom: 100px;
  }
  .xt-podcast-equal .vc_col-sm-6:nth-child(2) {
    margin-bottom: 20px;
  }
  .xt-image-block {
    height: auto !important;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .xt-video-row p {
    font-size: 14px;
  }
  .xt-banner-content {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .xt-bob {
    position: relative;
  }
  .xt-bob .vc_single_image-wrapper {
    bottom: -50px;
    position: relative;
  }
  .xt-consulting-banner .xt-banner-content {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .video-slider h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 960px) {
  .xt-quote-boxes .vc_column_container, .xt-row-column-fix .wpb_column, .xt-mobile-columns-fix .wpb_column {
    width: 100%;
  }
  .xt-row-column-fix .wpb_column .xt-align-right,
  .xt-mobile-columns-fix .wpb_column .xt-align-right {
    text-align: left;
  }
  .xt-bg-column {
    min-height: 500px !important;
  }
  .xt-bg-column .vc_column-inner {
    background-position: top center !important;
  }
  .xt-quote-boxes .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 10%;
  }
  .xt-success-banner .xt-banner-image img {
    max-width: 85%;
  }
  .xt-consulting-banner .xt-banner-image .vc_single_image-wrapper {
    left: -10%;
  }
}

/* Until 768 */
@media screen and (max-width: 768px) {
  /* General */
  .xt-footer-two-columns,
  .xt-pre-header-two-columns {
    display: block;
  }
  .xt-footer-two-columns .xt-inner-footer-left,
  .xt-footer-two-columns .xt-inner-footer-right,
  .xt-footer-two-columns .xt-inner-pre-header-left,
  .xt-footer-two-columns .xt-inner-pre-header-right,
  .xt-pre-header-two-columns .xt-inner-footer-left,
  .xt-pre-header-two-columns .xt-inner-footer-right,
  .xt-pre-header-two-columns .xt-inner-pre-header-left,
  .xt-pre-header-two-columns .xt-inner-pre-header-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  .xt-page-footer .xt-inner-footer-right .xt-menu {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .xt-page-footer .xt-inner-footer-left .xt-menu {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .xt-bob {
    height: 500px;
    bottom: -50px;
  }
  .xt-bob:before {
    content: "";
    width: 80px;
    display: block;
    bottom: 30px;
    right: -10px;
  }
  .xt-banner-content {
    padding-top: 80px;
  }
  .xt-banner {
    padding-bottom: 30px;
  }
  .xt-banner .xlight h3 {
    font-weight: 200;
    font-size: 26px;
  }
  .xt-video-row .xt-modal-wrap {
    margin-bottom: 25px;
  }
  h2 {
    font-size: 36px;
  }
  .xt-newsletter-img {
    position: absolute;
    top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .xt-bob {
    height: 500px;
    bottom: -90px;
    right: -44%;
    position: absolute;
  }
  .xt-bob .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 50% !important;
  }
  .xt-bob:before {
    content: "";
    width: 80px;
    display: block;
    bottom: 60px;
    right: auto;
    left: 23%;
  }
  .xt-image-block {
    height: auto !important;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .xt-podcast-equal .vc_col-sm-6 {
    margin-bottom: 100px;
  }
  .xt-podcast-equal .vc_col-sm-6:last-child {
    margin-bottom: 20px;
  }
  .xt-blog-grid .xt-blog-grid-item.thirds {
    width: 100%;
  }
  .xt-home-form input[type="text"],
  .xt-home-form input[type="email"] {
    font-size: 14px;
  }
  .xt-bob-2 {
    top: -50px;
    position: absolute;
    opacity: 0.3;
  }
  .xt-reverse-row {
    display: block;
  }
  .xt-newsletter-img {
    position: relative;
    top: 0px;
  }
  .xt-newsletter-row .xt-reverse-row {
    background: white;
    background: -moz-linear-gradient(5deg, white 0%, white 60%, #00203e 60%, #00203e 100%);
    background: -webkit-linear-gradient(5deg, white 0%, white 60%, #00203e 60%, #00203e 100%);
    background: linear-gradient(5deg, white 0%, white 60%, #00203e 60%, #00203e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00203e",GradientType=1);
  }
  .xt-mobile-center {
    text-align: center;
  }
  .xt-social-icons {
    display: flex;
    justify-content: center;
  }
  .xt-social-icons .xt-social-icon:last-child {
    padding-right: 20px;
  }
  .xt-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .xt-footer .vc_col-sm-4 {
    margin-bottom: 20px;
  }
  .xt-footer .vc_col-sm-4,
  .xt-footer .vc_col-sm-12 {
    width: 100%;
  }
  .xt-footer .vc_col-sm-2 {
    width: 49%;
    text-align: center;
    float: left;
  }
  .xt-newsletter-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xt-newsletter-row .xt-reverse-row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xt-banner-image {
    display: none;
  }
  .xt-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 20px !important;
    background: #fff !important;
  }
  .xt-mobile-menu a {
    padding: 15px 20px;
  }
  .xt-contact-row {
    text-align: center;
  }
  .xt-contact-row .vc_col-sm-3 {
    margin-bottom: 15px;
  }
  .xt-contact-row .vc_col-sm-4 {
    margin-bottom: 30px;
  }
  .xt-contact-row .vc_col-sm-4:nth-child(3) {
    margin-bottom: 0;
  }
  .xt-apply-title .xt-double-blue-underline {
    display: block;
    max-width: max-content;
  }
  .xt-apply-banner-text .xt-underline {
    display: block;
    max-width: max-content;
  }
  .xt-banner-content {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .xt-bob .vc_single_image-wrapper {
    bottom: 30px;
  }
  .xt-videos-row .vc_col-sm-4 {
    margin-bottom: 40px;
  }
  .xt-videos-row .vc_col-sm-4:last-child {
    margin-bottom: 0px;
  }
  .xt-no-bs-row .vc_btn3-container.vc_btn3-inline {
    display: block !important;
    text-align: center;
  }
  .xt-banner-video-bottom {
    padding-bottom: 150px !important;
    padding-top: 20% !important;
  }
  .xt-banner-video {
    margin-top: -180px;
  }
  .organizations-logos-row .wpb_wrapper .wpb_single_image {
    width: calc(100% / 3);
    flex: auto;
  }
  .page .entry-content .xt-success-banner .xt-banner-content {
    padding-bottom: 0px;
  }
  .xt-consulting-banner .vc_col-sm-7 {
    width: 100%;
  }
  .xt-consulting-banner .xt-banner-content {
    padding-top: 10%;
  }
  .slider-for .inner .video {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .slider-for .inner .content {
    flex: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
  }
  .slider-for .inner {
    padding-bottom: 0px;
  }
  .video-grid {
    flex-direction: column;
  }
  .video-grid .video-item.thirds {
    width: 100%;
  }
  .gform_body, .gform_footer {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .xt-image-block .inner {
    display: block;
    flex-wrap: wrap;
    padding: 20px;
  }
  .xt-image-block .inner .image {
    width: 100%;
    height: 200px;
  }
  .xt-image-block .inner .content {
    position: relative;
    width: 100%;
    color: #fff;
  }
  .xt-image-block .inner .image img {
    position: absolute;
    height: 300px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -25%);
  }
  .xt-image-block .button {
    width: max-content;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 44%);
  }
  .xt-image-block {
    margin-bottom: 30px;
  }
  .xt-podcast-equal .vc_col-sm-6:last-child .xt-image-block {
    margin-bottom: 0px;
  }
  .xt-brands-row .vc_col-sm-12 .wpb_wrapper .wpb_single_image {
    width: calc(100% / 3 - 10px);
    margin: 5px !important;
  }
  h2,
  .xt-testimonials h2 {
    font-size: 28px;
  }
  .xt-bob {
    display: none;
  }
  .xt-brush-bg::before {
    width: 120%;
    height: 145%;
    background-size: 100% 100% !important;
    z-index: 0;
    background-position: center;
  }
  .xt-image-block .button {
    padding-left: 0px;
  }
}

/* Until 480 */
@media screen and (max-width: 480px) {
  /* Margin */
  .xt-margin-medium,
  .xt-margin-large,
  .xt-margin-xlarge {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xt-margin-large-top {
    margin-top: 20px;
  }
  .xt-margin-large-bottom {
    margin-bottom: 20px;
  }
  .xt-margin-large-left {
    margin-left: 20px;
  }
  .xt-margin-large-right {
    margin-right: 20px;
  }
  .xt-margin-medium-top {
    margin-top: 20px;
  }
  .xt-margin-medium-bottom {
    margin-bottom: 20px;
  }
  .xt-margin-medium-left {
    margin-left: 20px;
  }
  .xt-margin-medium-right {
    margin-right: 20px;
  }
  .xt-margin-xlarge-top {
    margin-top: 20px;
  }
  .xt-margin-xlarge-bottom {
    margin-bottom: 20px;
  }
  .xt-margin-xlarge-left {
    margin-left: 20px;
  }
  .xt-margin-xlarge-right {
    margin-right: 20px;
  }
  /* Padding */
  .xt-padding-medium,
  .xt-padding-large,
  .xt-padding-xlarge {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xt-padding-large-top {
    padding-top: 20px;
  }
  .xt-padding-large-bottom {
    padding-bottom: 20px;
  }
  .xt-padding-large-left {
    padding-left: 20px;
  }
  .xt-padding-large-right {
    padding-right: 20px;
  }
  .xt-padding-medium-top {
    padding-top: 20px;
  }
  .xt-padding-medium-bottom {
    padding-bottom: 20px;
  }
  .xt-padding-medium-left {
    padding-left: 20px;
  }
  .xt-padding-medium-right {
    padding-right: 20px;
  }
  .xt-padding-xlarge-top {
    padding-top: 20px;
  }
  .xt-padding-xlarge-bottom {
    padding-bottom: 20px;
  }
  .xt-padding-xlarge-left {
    padding-left: 20px;
  }
  .xt-padding-xlarge-right {
    padding-right: 20px;
  }
  .xt-banner-content {
    text-align: center;
  }
  .xt-banner .vc_btn3-container.vc_btn3-left {
    text-align: center;
  }
  .xt-arrow-left a:before {
    top: 5px;
    left: -60px;
    transform: rotate(45deg);
  }
  .xt-video-row .xt-modal-wrap {
    width: 59px;
    margin: 10px auto 15px !important;
    display: block;
    float: none;
  }
  .xt-video-row h5,
  .xt-video-row p {
    text-align: center;
  }
  .xt-modal-content {
    width: 100%;
  }
  .xt-footer p {
    font-size: 14px;
    margin-bottom: 15px !important;
  }
  .xt-clients-row .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: calc(100%);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 305px;
  }
  .xt-clients-row .vc_column-inner > .wpb_wrapper .wpb_single_image:nth-child(even) {
    background: #f6f6f6;
  }
  .xt-consulting-banner .xt-banner-content {
    padding-top: 20%;
  }
  .xt-large {
    font-size: 40px !important;
    font-weight: 700 !important;
  }
  .xt-larger-title h2 {
    font-size: 36px !important;
  }
}

/* Visibility */
/* Desktop and bigger */
@media (min-width: 1025px) {
  .xt-visible-small {
    display: none !important;
  }
  .xt-visible-medium {
    display: none !important;
  }
  .xt-hidden-large {
    display: none !important;
  }
}

/* Tablets portrait */
@media (min-width: 769px) and (max-width: 1024px) {
  .xt-visible-small {
    display: none !important;
  }
  .xt-visible-large {
    display: none !important;
  }
  .xt-hidden-medium {
    display: none !important;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .xt-visible-medium {
    display: none !important;
  }
  .xt-visible-large {
    display: none !important;
  }
  .xt-hidden-small {
    display: none !important;
  }
}
